.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:218,220,222;--color-primary-1:131,138,145;--color-primary-2:7,20,34;--color-primary-3:4,10,17;--color-primary-4:1,3,5;--color-secondary-0:219,223,227;--color-secondary-1:136,150,161;--color-secondary-2:16,44,66;--color-secondary-3:8,22,33;--color-secondary-4:2,7,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,245,205;--color-tertiary-2:255,222,89;--color-tertiary-3:128,111,45;--color-tertiary-4:25,22,9;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Montserrat"; }@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:#071422;background-image:url("https://images.assets-landingi.com/uc/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");background-position:center !important;background-repeat:no-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 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid rgba(7,20,34,1);; } #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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071422;background-image:url("https://images.assets-landingi.com/uc/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");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; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo.adaptive-delivery-prevent-bg, #TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo.lazyload, #TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo.lazyloading { background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { background-color: transparent; background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { border-width: 0; border-radius: 0; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { font-size:0.875rem;font-family:comfortaa;height:7.0625rem;width:75rem;position:relative;display:block; }#AlBrMTCEkrvv7EnAkJlbBPDTUG8rC4KJ { box-sizing:content-box;height:4.375rem;width:46.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.9375rem;left:28.250001907349rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#VBx1qm6gESuIzD12vly9ABnsoxeel2tc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:63.53125rem;display:block; }
#EE2GgbGoHVXb4tOISsI3VhMryx3DTOB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZmXgLlczBUS8MQI4ThR4EbofhTX9FUU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:51.961809158325rem;display:block; }
#D7M2lsLpz8bhKOVBMHVW3xKzLcn8BwnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4Fm8DsZmLsPdp1IhgVyanIDqHnA9Kk8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:41.031251907349rem;display:block; }
#qynCMPlpUIsoEsnK3I4H2kxxP6aXSABb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cfn7MpLds9PnSACJuqXQcvsLgQBdqMIo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:30.656251907349rem;display:block; }
#ugcr82MuTT9dzTprAq5XVEbp7ZGUcTDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aknblXnBWA3yziUL5RKcK59JBhQ1bGqP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:14.6875rem;top:0.9375rem;left:1rem;overflow:hidden;display:block; }
#mzaCgTvUUagZ1frIik59JOqME1MWfHLc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc.adaptive-delivery-prevent-bg, #mzaCgTvUUagZ1frIik59JOqME1MWfHLc.lazyload, #mzaCgTvUUagZ1frIik59JOqME1MWfHLc.lazyloading { background-image: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { background-color: transparent; background-image: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container > .video-iframe-container { display: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container { display: none; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .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); }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { border-width: 0; border-radius: 0; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { font-size:0.875rem;font-family:comfortaa;height:32.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#MgILE6lWTCTxT86QIc0xnhVfCGuVNrhl { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.9375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(20,58,98,0.99);top:1.3038196563721rem;left:0rem;height:11.875rem;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; }
#zTGnwWcIEJsVAGi48wFxCzf65bnt4Ig1 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.311632156372rem;left:0.5625rem;height:7.87325rem;font-style:normal;display:block; }
#yoRcgiSVST3tpEiLpWG451veCFfSsaCZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:4.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:1.125rem;display:block; }
#WCteOU5Gll7XdfTI4fqdMIsQ38v4iVbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exfh2EQDgSFmkBvVf7KQgzKX0U71wuOG { position:absolute;display:block;z-index:14999;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;box-shadow: none;height:30.1875rem;width:44.3125rem;top:0.53125rem;left:29.781899622237rem;overflow:hidden;display:block; }
#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container { background-color: transparent; background-image: none; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container > .video-iframe-container { display: none; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row > .video-iframe-container { display: none; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .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); }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container { border-width: 0; border-radius: 0; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#hNoFecNIhElkFr5RTXCHO7IOT0RGzxOp { position:absolute;display:block;z-index:15000;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:17.0625rem;width:18.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#B91Cckh4ZoygpUmuzOlfeMi6MCLGGfyp { position:absolute;display:block;z-index:15001;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:17.0625rem;width:18.625rem;top:0rem;left:18.750001907349rem;overflow:hidden;display:block; }
#gQgd1G7di5VR6kUDJTnZBGeg2vW5hSc1 { position:absolute;display:block;z-index:15002;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:17rem;width:18.5625rem;top:0rem;left:37.593751907349rem;overflow:hidden;display:block; }
#B4gBw7zqpGcEbzz14IKma22Xqg9Dzydr { position:absolute;display:block;z-index:15003;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:17rem;width:18.5625rem;top:0rem;left:56.125001907349rem;overflow:hidden;display:block; }
#sNvnbdrhocQW1yQqs2mlcaP0lHvNPAm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.578125rem;left:0.375rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#G44AVUDzm9pa8UtpLU4mxKmvg3wT9Npi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.59375rem;left:18.750001907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#fkoLcqEfr6kIB08UHyK8RdtK4wSyNMQs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.59375rem;left:38.593751907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#yOQpkJDxx2MvBFbaLJyrpawwwRPrGwm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.59375rem;left:57.375001907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { position:relative;display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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:comfortaa;height:42.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; }#Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:0.70486450195312rem;left:39.743055343628rem;height:9.375rem;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; }
#lV6AymJKBs9RvrN7s75I3pmo3UwQwvar { box-sizing:content-box;height:40.125rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0815963745118rem;left:38.191681936199rem;display:block; }
#iXUzldxg86xCa6srvBcDJMTSNlpZgIWs { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:11.256944656372rem;left:39.586805343628rem;height:30rem;display:block; }
#XgNu4DI2Jv1f6tvaOGfU35b1kiPBGxkZ { position:absolute;display:block;z-index:15033;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:17.4375rem;width:35.125rem;top:23.763888835907rem;left:1.1875rem;overflow:hidden;display:block; }
#SQVxnrceZfLdROQTHxOTncSDZ9Q6ZDKd { box-sizing:content-box;height:20.6875rem;width:18.6875rem;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:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.749999761581rem;left:9.40625rem;display:block; }
#pPdsusWa9AmRDKMTWViipS9DuGyb0CTa { position:absolute;display:block;z-index:15035;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:6.875rem;width:16.4375rem;top:19.34375333786rem;left:10.53125rem;overflow:hidden;display:block; }
#Tefr2smerwklLiTcT5ocXq8eQZ6SUNh0 { position:absolute;display:block;z-index:14999;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:20.8125rem;width:32.9375rem;top:1.5642356872559rem;left:1.90625rem;overflow:hidden;display:block; }
#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { border-width: 0; border-radius: 0; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { font-size:0.875rem;font-family:comfortaa;height:57.875rem;width:75rem;overflow:visible;position:relative;display:block; }#cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.125rem;left:0.90625rem;height:4.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; }
#fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { box-sizing:content-box;height:13.0625rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:3.125rem;left:38.750001907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.8750004768369rem;left:41.250001907349rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.1249880790711rem;left:41.250001907349rem; }
#LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:11.186630249024rem;left:0.90625rem;height:7.87325rem;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; }
#KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { box-sizing:content-box;height:12.3125rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.9375rem;left:38.750001907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#L5zXC7xQ79mAErurqbSOEhverIT25d1r { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:36.030382633209rem;left:41.250001907349rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:22.811618804932rem;left:41.250001907349rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.633680820465rem;left:41.250001907349rem; }
#bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:49.498264312744rem;left:41.250001907349rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.993055820465rem;left:41.250001907349rem; }
#OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { box-sizing:content-box;height:27rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ { box-sizing:content-box;height:37.3125rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12bb777c-495b-4d67-bdce-c024aff8f931/JUWSPRZEDAZY7.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;top:20.499998092651rem;left:0rem;display:block; }#Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.adaptive-delivery-prevent-bg, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyload, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyloading { background-image: none; }
#qPBEeBOTTF2iAlR6g0AWNHlTDk43MOFa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:44.647570133209rem;left:41.250001907349rem; }
#khkMdSWWzPMCuES8GqHiPHSZs43JS425 { z-index:;position:relative;display:block; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 { background-color: transparent; background-image: none; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container > .video-iframe-container { display: none; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row > .video-iframe-container { display: none; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .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); }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 { border-width: 0; border-radius: 0; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .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; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/9e8ac8bb-abe6-4a1f-bb37-b94940c0fea5/foldermagazyn.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:comfortaa;height:12.5rem;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; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container.adaptive-delivery-prevent-bg, #khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container.lazyload, #khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container.lazyloading { background-image: none; }#iKDd2K6Sl5WIeNIg5GDlrSvQmkXWszbF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.2491359710693rem;left:0rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L.adaptive-delivery-prevent-bg, #dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L.lazyload, #dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L.lazyloading { background-image: none; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container { background-color: transparent; background-image: none; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container > .video-iframe-container { display: none; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row > .video-iframe-container { display: none; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .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); }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container { border-width: 0; border-radius: 0; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .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; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-trigger.adaptive-delivery-prevent-bg, #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-trigger.lazyload, #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-trigger.lazyloading { background-image: none; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.3758659362793rem;left:28.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #l9s7lRqJBwy8I4uvTb3ONghXRoQE02OM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #JMqqSAJwV6ZwpHTsZNs3yyDo0xiEaxEh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #P4klG6CUMe9GdcVteMUSeicEs7eEtVPy { display:block;position:relative; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #szB7KbSrdscdOXUlKTx6gN5z2lZrgDNH {  }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #yK3xJRh5AIdzvBxeiizLUBa7MJrV7ER7 {  }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .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; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-trigger.adaptive-delivery-prevent-bg, #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-trigger.lazyload, #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-trigger.lazyloading { background-image: none; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.1875042915344rem;left:53.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #e1lMt5T8EDq80UtgwsudJcplAIv7oBky { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #RHIXB9mcprBu1fz9QThMDEqv4gTN15iw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #afXBhiLKBxm69Qv5iApdXRISQ4hOi7FA { display:block;position:relative; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #GGJldlNOiTr9szXJpVMhow8NzClKC8vL {  }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #y2KtUanikbzMfbMKhvd3divs3kEiuBhQ {  }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .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; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-trigger.adaptive-delivery-prevent-bg, #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-trigger.lazyload, #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-trigger.lazyloading { background-image: none; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.1874890327454rem;left:3.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #Ba8e0o1wZQhFwcWtcpPQESsXZCyRHusb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #FW877JPbuv4wIFkUAUPwC1M4bLmHyXrF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #nAUVzNxGziqPtZCe9oemPgcmSRllL50z { display:block;position:relative; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #PQ0Xgtg9T4VbVLsAgP4pw3S4T925ONtf {  }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #dWCW02gdTNMWVK5MQdTUJpemTXNypwM7 {  }
#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB.adaptive-delivery-prevent-bg, #Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB.lazyload, #Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB.lazyloading { background-image: none; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container { background-color: transparent; background-image: none; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container > .video-iframe-container { display: none; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row > .video-iframe-container { display: none; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .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); }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container { border-width: 0; border-radius: 0; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .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; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-trigger.adaptive-delivery-prevent-bg, #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-trigger.lazyload, #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-trigger.lazyloading { background-image: none; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.0312519073486rem;left:3.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #ASPIbOXImwB6PrwyDgClVCIP1CI250Kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #XhHVe0hGMt8yrwiHc5W8xVud3OBr7JSG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #CyZJFLM0K9Z5tLWyNhozRwbTSevLECVz { display:block;position:relative; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #rO9LMNcytLwkR2Bc0EGDDmLWdQInT8vW {  }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #bGUyBkU56CL9haFd2K9p4AdfTUIRkAT0 {  }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .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; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-trigger.adaptive-delivery-prevent-bg, #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-trigger.lazyload, #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-trigger.lazyloading { background-image: none; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.1249961853027rem;left:28.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #qRgy91633csWSqL3Ef5LmEFWfezBtv0d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #NLyWNxE03hlXdRzBvbGNvH1QNGABonIF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #fCuQBuxMOsLBJU3kI5c425XIusTi7izK { display:block;position:relative; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #i2StZLyTaOVT9npUJtqw2mofO0BU8mMw {  }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #J0cKBkibFnBU2usEGZiN5yKkJyk4fVsM {  }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .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; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-trigger.adaptive-delivery-prevent-bg, #PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-trigger.lazyload, #PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-trigger.lazyloading { background-image: none; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.0312519073486rem;left:53.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PORasiO85rGK2gFV9SDtJWncLooUPnZs #Rq2upz7adS4BWzgGb49wfdQmEhsXDOEN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs #CUkRXDqCCV8kGuSrIErDc00eXkoQkiLh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs #Pf5IzSgLypoS1OLxIPbXhgATdCZQzc9n { display:block;position:relative; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs #WxSLF2Rk1A87u9KNiDQL9BPs9AEA9UKM {  }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs #mcFOHdaLCAuSHJEtFNlDIOK0Dcf0eBvw {  }
#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT.adaptive-delivery-prevent-bg, #DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT.lazyload, #DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT.lazyloading { background-image: none; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container { background-color: transparent; background-image: none; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container > .video-iframe-container { display: none; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row > .video-iframe-container { display: none; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .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); }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container { border-width: 0; border-radius: 0; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .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; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-trigger.adaptive-delivery-prevent-bg, #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-trigger.lazyload, #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-trigger.lazyloading { background-image: none; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.9375rem;left:3.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #f3AAO0n3z116q72NPITluTeWKAENMZFl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #z9ngZffmT65MncGw1OXKn1hw105eHPdK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #G1UkT6RV0FtEkqK6gbconOGKeSQa8Kfh { display:block;position:relative; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #yX6l3Z0QeXFpikKpzJ20ozqbC5HCEPUy {  }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #AvSv8ft3sNpOHG4qCo32oeVaQGPsqsBR {  }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .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; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-trigger.adaptive-delivery-prevent-bg, #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-trigger.lazyload, #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-trigger.lazyloading { background-image: none; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.81163406372069rem;left:28.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #C6X1uwGQLOXVTv424zLmvKklxCsvqQSI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #v2rGsSqvPOqbuF20uEAoq80mg7VlwHmU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #kqfpBp8QiLfazWU8hvffl6mqTJlIEaGK { display:block;position:relative; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #CF4TgSH61K6K6Mu1CNTkUp6iBsRp2VtI {  }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #HiFlgvTTmpHm3PHmUezeoIIRKtT63J67 {  }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .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; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-trigger.adaptive-delivery-prevent-bg, #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-trigger.lazyload, #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-trigger.lazyloading { background-image: none; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.9375rem;left:53.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #Ol9OSTVHxNr7MMGH3R151gr8V4UWraIK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #PJOUZlq7Z8SI0TnzR9TLTuUQJZzOis2o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #cnEhqssL1UbOmJR4PkWBATsUZgR1cNzM { display:block;position:relative; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #n5eEhtfTyS6vmDk4F7rOn08p7eCeRPwF {  }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #xIeUvVgthPgdDNT53UEMw2u2yhpM8kdx {  }
#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe.adaptive-delivery-prevent-bg, #Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe.lazyload, #Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe.lazyloading { background-image: none; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container { background-color: transparent; background-image: none; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container > .video-iframe-container { display: none; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row > .video-iframe-container { display: none; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .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); }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container { border-width: 0; border-radius: 0; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .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; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-trigger.adaptive-delivery-prevent-bg, #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-trigger.lazyload, #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-trigger.lazyloading { background-image: none; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.28125rem;left:3.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #abouu8Auyu8PB3GhGJe8K0qRn64fndPB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #HqvATy6CHr71lQ2BDUDCTDts5OG7uTrT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #DpuZ2MhiAd87XxMbhRyaLAnpq5qosU17 { display:block;position:relative; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #JX2HiLLGukDQuFwJ3ldLsk9LNFEP9nbz {  }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #Hwxg43oTKqEFVrThI2A35UgdR5KMvVLH {  }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .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; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-trigger.adaptive-delivery-prevent-bg, #AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-trigger.lazyload, #AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-trigger.lazyloading { background-image: none; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E { box-sizing:content-box;height:auto;width:15.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.9374895095825rem;left:28.656251907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AK5EB7snODksZNyAxuRwcpVx897Zti7E #HSCgRrZSqEGnMFsb1TmcTQg9xndEaTRQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E #UVRQigFJRHcAJoEErkUt4LfMBeTNw8lF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E #uHJmbRbLKMXktWqGT1Cv5KK9WgfGPEGe { display:block;position:relative; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E #Z7bMbn80qME496RDuVdky2KiZTT4Tfxt {  }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E #viG6ZiK0ISUXEU8s1Aadzf1ydk9pffTv {  }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .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; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-0),1); }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-trigger.adaptive-delivery-prevent-bg, #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-trigger.lazyload, #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-trigger.lazyloading { background-image: none; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 { box-sizing:content-box;height:auto;width:15.25rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.93663215637206rem;left:53.625001907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #UVkbuaAhJPo8mBAit6GdPwI4sd6wLhwt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #hkxTFZM9xPa9KlGz5wNoCnVmcstG7ubc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #bnvPW1XGA7alBx6IHaMFfTPhLKiKxqpE { display:block;position:relative; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #fJGLniOa8hNox9Q5A8spWV6NrpQrCnak {  }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #v2Msw2HB2nZ0dThDafRz1waM6zTE0M4T {  }
#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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:none; }#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy.adaptive-delivery-prevent-bg, #ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy.lazyload, #ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy.lazyloading { background-image: none; }#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy > .row .container { border-width: 0; border-radius: 0; }#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:none; }#d9hkQ8ENRV91uVIZrcpPWywbLEXTmwZB { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:6.0017378330231rem;left:26.680555343628rem;height:13.295125rem;text-align:left;text-align-last:left;display:block; }
#JbA14oBTH1royuG7g0apJm9gmPmxkMq8 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-primary-2),1);top:10.230901718139rem;left:2.8125rem;height:3.412325rem;font-style:normal;display:block; }
#JzpvP0Ooc85nWVu7TrWhwqrEKg4cOLuk { position:absolute;display:block;z-index:15023;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:19.9375rem;width:19.9375rem;top:1.96875rem;left:2rem;overflow:hidden;display:block; }
#cASrO7F3J9vZqDnFkykEOiAo32pFOq3T { position:absolute;display:block;z-index:15021;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:23.5rem;width:23.9375rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#hfPz020N6Z4culpzChZD97Re765LMKQV { box-sizing:content-box;height:16.8125rem;width:48.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:24.500001907349rem;border-top-left-radius:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
#H4k75sux2BfqIbkndez79XFx5TlXyUS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7.adaptive-delivery-prevent-bg, #H4k75sux2BfqIbkndez79XFx5TlXyUS7.lazyload, #H4k75sux2BfqIbkndez79XFx5TlXyUS7.lazyloading { background-image: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { background-color: transparent; background-image: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container > .video-iframe-container { display: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row > .video-iframe-container { display: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .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); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { border-width: 0; border-radius: 0; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { font-size:0.875rem;font-family:comfortaa;height:42.625rem;width:75rem;position:relative;display:block; }#y5nX7JNRq9S7XfQkHI1Xg09iOlct4x7c { color:rgba(var(--color-tertiary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.9366359710693rem;left:37.000001907349rem;height:16.125rem;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; }
#TBknX5HGqlP5IUfygRNhR252spu1ZSdn { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:19.356758117676rem;left:37.000001907349rem;height:16.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PgFkGUl8sSyWCUsD3EFVox4LhyvDaJlI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.687486648559rem;left:37.000001907349rem;display:block; }
#CxLf6JVPkJswbOiFho8XizL9We13J9ki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooWMX0q5Bsk7IuWU52QfswKGEcHH1I4s { box-sizing:content-box;height:18.5rem;width:17.5rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.687487602234rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WZ749blPopCUp5AhbHSlL20BI5sBqc0o { position:absolute;display:block;z-index:15066;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:42.0625rem;width:33.875rem;top:0.62239837646484rem;left:0rem;overflow:hidden;display:block; }
#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq { background-color:rgba(var(--color-primary-2),1);background-image:url("https://icons.assets-landingi.com/icon_e674e96c98057203107839431aae6601e5358233.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq.adaptive-delivery-prevent-bg, #p4c0tSJXvJtfnw0oZiaODBTINq6kugKq.lazyload, #p4c0tSJXvJtfnw0oZiaODBTINq6kugKq.lazyloading { background-image: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { background-color: transparent; background-image: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .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); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { border-width: 0; border-radius: 0; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { font-size:0.875rem;font-family:comfortaa;height:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#a7qpzDkeGVMAcTmpTVoQv0Ic04FhffHL { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7491302490234rem;left:0rem;height:5.375rem;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; }
#ZATOTMqa3vX61DHeSceR63Fam677Apk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.624130249024rem;left:0rem;height:;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; }
#lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.928819656372rem;left:8.78125rem;display:block; }
#tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZaHrhTCcDdW1oFAwWpIrEG0fIUX44cq { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:10.840270996094rem;left:0rem;height:5.59895625rem;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; }
#mnmM0CMIQHBWz1q1xmwffPHXS3WXhDif { 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:9.4375rem;width:22.5625rem;top:1.0902709960938rem;left:22.750001907349rem;overflow:hidden;display:block; }
#gmqHemW8L8tt8Zg0vF8AuINf1BsLwuD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.360242843628rem;left:14.46875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O { box-sizing:content-box;height:56.4375rem;width:30rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad2880da-9d38-43c6-8326-70a12bccb3d8/rr.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;top:0.1875rem;left:47.250001907349rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O.adaptive-delivery-prevent-bg, #d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O.lazyload, #d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O.lazyloading { background-image: none; }
#arwPOxcn020XeZhFKMFZUyacPEWB9C8g { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:44.855901718139rem;left:0.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVhaheaOBW4ISTBKW3tcwLJDQTHy20GT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.019965171814rem;left:29.743055343628rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3860OyDoBZqTCu4ua3IBuP7AmWFtKfx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34.02082824707rem;left:1.96875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFEaRKSRQnLFRv1KWm99g6WRcApce6fv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:44.855901718139rem;left:29.743055343628rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CI5VSqeyDttFzEZA22GvcnKgPg6OwS6e { position:absolute;display:block;z-index:15019;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:6.125rem;width:5.9375rem;top:27.950520515442rem;left:34.086805343628rem;overflow:hidden;display:block; }
#cccI4hexHqq4ziXVqBE90aidsPVwESpy { position:absolute;display:block;z-index:15021;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:6.125rem;width:5.9375rem;top:27.951385498047rem;left:6.1875rem;overflow:hidden;display:block; }
#F71zWZTe4RSNDT6T5qQTcxxmDxz4LdCc { position:absolute;display:block;z-index:15020;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:6.125rem;width:5.9375rem;top:38.247394561767rem;left:5.25rem;overflow:hidden;display:block; }
#Pal7diT6EIVRFvKCwCCmbggRlBuuWH77 { position:absolute;display:block;z-index:15021;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:6.125rem;width:5.9375rem;top:32.906249046326rem;left:19.781251907349rem;overflow:hidden;display:block; }
#MwwRWo5KiVwT7LzkUxa2kSF2leRkEAXz { position:absolute;display:block;z-index:15022;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:6.125rem;width:5.9375rem;top:38.247394561767rem;left:33.500001907349rem;overflow:hidden;display:block; }
#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container { background-color: transparent; background-image: none; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container > .video-iframe-container { display: none; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row > .video-iframe-container { display: none; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .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); }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container { border-width: 0; border-radius: 0; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#uKoxEVPOSMexpU5do9OhrkXSRUTffTMF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.912346839905rem;left:5.3125rem;height:4.38541875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkQhql2qTVQgRATNXCs0STFCHTZSL6Vs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:6.162326335907rem;left:5.3125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VlffPlhdKvgMwAsgCQhcd9GHlrfU7x5i { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:4.75rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:5.599826335907rem;left:55.047746658325rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PMH2sXKCUcIzUMOTUw8FlGseQl3QC0V2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.912326335907rem;left:55.485246658325rem;height:7.30903125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dIGIBO8hzXWdnX4VW8ynwtnFH33xmRwQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:6.162326335907rem;left:30.500001907349rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mz0voSRRpNKhvmMIBX04PyOpo76ew4Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:12.044270992279rem;left:30.500001907349rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4yVeC9KmNg444G6ehBnIDgzSAtHL0kQ { position:absolute;display:block;z-index:15028;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:22.75rem;width:24.875rem;top:0rem;left:25.000001907349rem;overflow:hidden;display:block; }
#T6rz2V1nDo9uy7llSPRRUOB77UN6b7sk { position:absolute;display:block;z-index:15029;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:22.1875rem;width:24.25rem;top:0rem;left:50.375001907349rem;overflow:hidden;display:block; }
#oekUCNKNrAmXab1P6Wz8ftieuaqr0cUS { position:absolute;display:block;z-index:15029;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:21.875rem;width:24rem;top:0.75rem;left:0.65625rem;overflow:hidden;display:block; }
#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");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; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo.adaptive-delivery-prevent-bg, #TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo.lazyload, #TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo.lazyloading { background-image: none; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container { background-color: transparent; background-image: none; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container > .video-iframe-container { display: none; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row > .video-iframe-container { display: none; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .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); }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container { border-width: 0; border-radius: 0; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#QK76QTrCxo4cnHEDeGIr9zJXUVIqNNTm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:5.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.4331558942795rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRa1gqR2gdU4o3BnT3dPdmZK7axUFZpM { box-sizing:content-box;height:8.0625rem;width:52.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.47);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:11.375rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#ILd7mULTBawqbMpEEIMVB3GERMB67Dq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:15.5rem;left:12.5rem;height:4.19791875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GsVHranZW3ieannFoa12CHqTuFZGqmay { position:absolute;display:block;z-index:15001;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:40.9375rem;width:48.125rem;top:22.93748319149rem;left:14.5625rem;overflow:hidden;display:block; }
#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");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; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo.adaptive-delivery-prevent-bg, #qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo.lazyload, #qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo.lazyloading { background-image: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container { background-color: transparent; background-image: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container > .video-iframe-container { display: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row > .video-iframe-container { display: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .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); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container { border-width: 0; border-radius: 0; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#kh5dd2k46mTE8TzPox6m6UMIIhJqvmWc { box-sizing:content-box;height:33rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.0625rem;left:3.75rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#RMXIIPTirUcikdwinBTIeCgwfEaTzeyo { box-sizing:content-box;height:33rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.1875rem;left:3.75rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#BEKyr0onHoSApVsxPP0mCbIBTt0aCJmy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:8.125rem;left:5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evbMmaacvefCEi9nFGlrZRcQvATZgltn { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:14.125rem;left:5rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUTxclx8VHKX1cUUcQ9dcgdhHoRwxepx { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:12.875rem;left:5rem;display:block; }
#TLc76mLZDWJxU321oqznTTWIxpEinxov { position:absolute;display:block;z-index:15020;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:6.125rem;width:5.9375rem;top:2.0625rem;left:10.1875rem;overflow:hidden;display:block; }
#qu2QBVZlSdHUyEh97UPG9NqocXgdi3vw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:29.125rem;left:6.875rem;display:block; }
#ziJgbGeKn5P2g2vcXvc9QTp2xwbilN4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tERTwKAtrvet8TC2FMpbIfXTRAsJCKwm { box-sizing:content-box;height:33rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:2.0625rem;left:54.625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#WHoN62DxN6OpXc2LbE53iL2VEBpNoezD { box-sizing:content-box;height:33rem;width:18.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.0625rem;left:54.625001907349rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#VgPiM1BGg8v1FndqnqSavBf0SgDDS5t7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:8.1249942779544rem;left:55.875001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QhWhlgI5ThgBT6rLvSHCpDIJgqydfPtk { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:12.874990940094rem;left:56.562501907349rem;display:block; }
#sLhRfqHFOQrJcQkOFdM8KV8p0xwJONDv { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:14rem;left:55.875rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGxtM3USnI8vLM20fS1uoZ3WX5cJnubh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:29rem;left:57.75rem;display:block; }
#tdttT4eDeRg32VeOFVtNprtgWVv5pn4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc { 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/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.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; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc.adaptive-delivery-prevent-bg, #tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc.lazyload, #tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc.lazyloading { background-image: none; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container { background-color: transparent; background-image: none; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container > .video-iframe-container { display: none; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row > .video-iframe-container { display: none; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .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); }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container { border-width: 0; border-radius: 0; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#JhkZqIH5EMfWM9egU8fQPqQZ0eUmaTAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0.56164598464966rem;left:0.6875rem;height:10.75rem;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; }
#Ks6FCmyoqaraP9K31LN31Kb2ckU4Nm4V { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.625013563316rem;left:0.625rem;height:8.75rem;font-style:normal;display:block; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-form-header {  }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26rem;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; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.125rem;color:#071422;font-size:0.875rem;overflow:hidden;font-family:comfortaa; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-text {padding-top: 0; padding-bottom: 0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.375rem;color:#071422;font-size:0.875rem;overflow:hidden;font-family:comfortaa; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .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:26rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:comfortaa;font-size:0.875rem;overflow:hidden; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-select {padding-top: 0; padding-bottom: 0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .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; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);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:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:15.5625rem;height:3.5rem;font-family:comfortaa;overflow:hidden; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:comfortaa;font-size:0.75rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:comfortaa;font-size:0.75rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:comfortaa;font-size:0.75rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:comfortaa;font-size:0.75rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .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:comfortaa;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .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; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .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:comfortaa;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-container:first-of-type{padding-top:0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-container:last-of-type{padding-bottom:0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.3750066757202rem;left:39.243055343628rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h {display:block;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.3750066757202rem;left:39.243055343628rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #hkBqWTbFtk6fT1iNq2FEoJp0S8T6AelI { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #TfGuDaZ623E8Wx7bk1LpnJiTqrBpQNs4 { position:relative;display:block; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #cwcwnAZNiRvE6Z4raAAN9K9zb7CFFZVw { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #dls9saOCg4qX1esxOdEwnma5GKqv0shf { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #kZCi47HDFmoSGXr6S5rkwQZDRPov6U9b { position:relative;display:block; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #fs7bOPcMqfafcvWS4oo84GIwDF5vVaRo { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #CNiOvi3MTMQOcy1SJKAA4xHybW4T3wCm { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #vx0FQJgNAho8dOWkxBFwDQmd27dATZsx { position:relative;display:block; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #uv1ZzUgTDA5OHg1nmsiNLxPAZfL5fTdD { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #qfbSACAAih4uas0SbJput6Wu9aTIZgyr { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #T8csgeZaTAmttpkTwutIx6HfnPbdmBoz { position:relative;display:block; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #FrO3Fp3insngTPGcBae8pyOc1sTbJHvh { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #QewhAFZHHHmcsowtZ1gUyvQaymXn7wVP { position:relative; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #bV9G1WylQwQZD2hGDRM8f8MsdbA8TNKT { position:relative; }
#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { background-color: transparent; background-image: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container > .video-iframe-container { display: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container { display: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .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); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { border-width: 0; border-radius: 0; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { font-size:0.875rem;font-family:comfortaa;height:38.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { color:rgba(var(--color-tertiary-2),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.7473964691162rem;left:0.3125rem;height:10.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; }
#fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:17.375rem;left:5.0625rem;height:1.912325rem;font-style:normal;display:block; }
#XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:16.4375rem;left:5.0625rem;height:1.912325rem;font-style:normal;display:block; }
#GuQoxqGBPto9nR8CUghHBsmoQMvA26oN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:30.75rem;left:5.0625rem;height:3.82465rem;font-style:normal;display:block; }
#zVz546gIHvQBJlQzsRIGmSbIQAU5lFVS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:28.875rem;left:5.0625rem;height:1.912325rem;font-style:normal;display:block; }
#kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15006;opacity:1;top:16.5625rem;left:1.125rem; }
#ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15008;opacity:1;top:23.375rem;left:1.125rem; }
#TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#qTedADTP3P76SZPCEMBSGnvfQMFyAKBG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15010;opacity:1;top:30.0625rem;left:1.125rem; }
#S0T26renlTg966RpEdl4wQEMohVtIf4C { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#xtFOCbE9eOFUPxvu6vS0IhdJQKTFgKSy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:left;text-align-last:left;top:22.46875rem;left:5.0625rem;display:block; }
#Cal1z8isR5lvPn0XX9y5h5kOUkmy4SPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.625rem;width:36.1875rem;top:0.37500667572021rem;left:38.625001907349rem;overflow:hidden;display:block; }
#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { 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; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { background-color: transparent; background-image: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .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); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { border-width: 0; border-radius: 0; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { font-size:0.875rem;font-family:comfortaa;height:10.1875rem;width:75rem;position:relative;display:block; }#El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.6796894073488rem;left:1.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.9375rem;left:36.500001907349rem; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.9375rem;left:39.500001907349rem; }
#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#BrzKfvOgTkvxENzEQiGffBsoXhUne3WV { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.9375rem;left:36.437501907349rem;display:block; }
#pnfa5lTEGvk1pcqlCdTgfZupiUnLyf7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:14.4375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#hpwMkpCEIGwTSGR02zIfQANdnBfTsI4M { position:absolute;display:block;z-index:15023;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.3125rem;width:16.75rem;top:0rem;left:15.180555343628rem;overflow:hidden;display:block; }
#IiMOyvW3ZRVQwJkNcMa8Uy7sdTWAHqcH { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.9375rem;left:42.569444656372rem; }
#IiMOyvW3ZRVQwJkNcMa8Uy7sdTWAHqcH > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { background-color: transparent; background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { border-width: 0; border-radius: 0; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlBrMTCEkrvv7EnAkJlbBPDTUG8rC4KJ { top:0.9375rem;left:1.125rem;width:46.625rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VBx1qm6gESuIzD12vly9ABnsoxeel2tc { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EE2GgbGoHVXb4tOISsI3VhMryx3DTOB8 { display:block; }
 }@media only screen and (max-width: 763px) { #TZmXgLlczBUS8MQI4ThR4EbofhTX9FUU { width:11.625rem;height:2.5rem;top:1.875rem;left:36.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #D7M2lsLpz8bhKOVBMHVW3xKzLcn8BwnN { display:block; }
 }@media only screen and (max-width: 763px) { #p4Fm8DsZmLsPdp1IhgVyanIDqHnA9Kk8 { width:9.8125rem;height:2.5rem;top:1.875rem;left:27.406251907349rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #qynCMPlpUIsoEsnK3I4H2kxxP6aXSABb { display:block; }
 }@media only screen and (max-width: 763px) { #Cfn7MpLds9PnSACJuqXQcvsLgQBdqMIo { width:8.375rem;height:2.5rem;top:1.875rem;left:17.031251907349rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ugcr82MuTT9dzTprAq5XVEbp7ZGUcTDO { display:block; }
 }@media only screen and (max-width: 763px) { #aknblXnBWA3yziUL5RKcK59JBhQ1bGqP { top:0.9375rem;left:0rem;width:14.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzaCgTvUUagZ1frIik59JOqME1MWfHLc { display:block; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgILE6lWTCTxT86QIc0xnhVfCGuVNrhl { top:1.25rem;left:0rem;width:40.625rem;height:11.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGnwWcIEJsVAGi48wFxCzf65bnt4Ig1 { top:15.25rem;left:0rem;width:31.875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoRcgiSVST3tpEiLpWG451veCFfSsaCZ { width:16.4375rem;height:4.5rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCteOU5Gll7XdfTI4fqdMIsQ38v4iVbI { display:block; }
 }@media only screen and (max-width: 763px) { #exfh2EQDgSFmkBvVf7KQgzKX0U71wuOG { top:0.5rem;left:3.4375rem;width:44.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq { display:block; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNoFecNIhElkFr5RTXCHO7IOT0RGzxOp { top:0rem;left:0rem;width:18.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B91Cckh4ZoygpUmuzOlfeMi6MCLGGfyp { top:0rem;left:5rem;width:18.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQgd1G7di5VR6kUDJTnZBGeg2vW5hSc1 { top:0rem;left:17.25rem;width:18.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gBw7zqpGcEbzz14IKma22Xqg9Dzydr { top:0rem;left:16.9375rem;width:18.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNvnbdrhocQW1yQqs2mlcaP0lHvNPAm6 { top:5.5625rem;left:0rem;width:18.4375rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G44AVUDzm9pa8UtpLU4mxKmvg3wT9Npi { top:6.5625rem;left:5.5rem;width:18.375rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkoLcqEfr6kIB08UHyK8RdtK4wSyNMQs { top:6.5625rem;left:19.25rem;width:16.5625rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOQpkJDxx2MvBFbaLJyrpawwwRPrGwm1 { top:6.5625rem;left:31.25rem;width:16.5rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { top:0.6875rem;left:16.0625rem;width:31.6875rem;height:9.375rem;font-size:4.6875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #lV6AymJKBs9RvrN7s75I3pmo3UwQwvar { top:1.0625rem;left:23.875rem;width:0.125rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXUzldxg86xCa6srvBcDJMTSNlpZgIWs { top:11.25rem;left:15.75rem;width:32rem;height:30rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNu4DI2Jv1f6tvaOGfU35b1kiPBGxkZ { top:23.75rem;left:0rem;width:35.125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQVxnrceZfLdROQTHxOTncSDZ9Q6ZDKd { top:11.6875rem;left:2.59375rem;width:18.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdsusWa9AmRDKMTWViipS9DuGyb0CTa { top:19.3125rem;left:3.71875rem;width:16.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tefr2smerwklLiTcT5ocXq8eQZ6SUNh0 { top:1.5625rem;left:0rem;width:32.9375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { top:3.125rem;left:0rem;width:31.9375rem;height:;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { top:3.125rem;left:11.5rem;width:36.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { top:7.875rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { top:4.0625rem;left:27.625001907349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { top:11.125rem;left:0rem;width:30rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { top:30.9375rem;left:11.5rem;width:36.25rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { top:36rem;left:16.5rem;width:31.25rem;height:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { top:22.75rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { top:17.625rem;left:27.625001907349rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { top:49.4375rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { top:31.9375rem;left:27.625001907349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { top:0rem;left:0rem;width:33.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ { top:20.4375rem;left:0rem;width:33.75rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPBEeBOTTF2iAlR6g0AWNHlTDk43MOFa { top:44.625rem;left:27.625001907349rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khkMdSWWzPMCuES8GqHiPHSZs43JS425 { display:block; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKDd2K6Sl5WIeNIg5GDlrSvQmkXWszbF { top:2.1875rem;left:0rem;width:47.75rem;height:8rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L { display:block; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #l9s7lRqJBwy8I4uvTb3ONghXRoQE02OM {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #JMqqSAJwV6ZwpHTsZNs3yyDo0xiEaxEh {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #P4klG6CUMe9GdcVteMUSeicEs7eEtVPy {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #szB7KbSrdscdOXUlKTx6gN5z2lZrgDNH {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #yK3xJRh5AIdzvBxeiizLUBa7MJrV7ER7 {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #e1lMt5T8EDq80UtgwsudJcplAIv7oBky {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #RHIXB9mcprBu1fz9QThMDEqv4gTN15iw {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #afXBhiLKBxm69Qv5iApdXRISQ4hOi7FA {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #GGJldlNOiTr9szXJpVMhow8NzClKC8vL {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #y2KtUanikbzMfbMKhvd3divs3kEiuBhQ {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #Ba8e0o1wZQhFwcWtcpPQESsXZCyRHusb {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #FW877JPbuv4wIFkUAUPwC1M4bLmHyXrF {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #nAUVzNxGziqPtZCe9oemPgcmSRllL50z {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #PQ0Xgtg9T4VbVLsAgP4pw3S4T925ONtf {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #dWCW02gdTNMWVK5MQdTUJpemTXNypwM7 {  }
 }@media only screen and (max-width: 763px) { #Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB { display:block; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #ASPIbOXImwB6PrwyDgClVCIP1CI250Kc {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #XhHVe0hGMt8yrwiHc5W8xVud3OBr7JSG {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #CyZJFLM0K9Z5tLWyNhozRwbTSevLECVz {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #rO9LMNcytLwkR2Bc0EGDDmLWdQInT8vW {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #bGUyBkU56CL9haFd2K9p4AdfTUIRkAT0 {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #qRgy91633csWSqL3Ef5LmEFWfezBtv0d {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #NLyWNxE03hlXdRzBvbGNvH1QNGABonIF {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #fCuQBuxMOsLBJU3kI5c425XIusTi7izK {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #i2StZLyTaOVT9npUJtqw2mofO0BU8mMw {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #J0cKBkibFnBU2usEGZiN5yKkJyk4fVsM {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #Rq2upz7adS4BWzgGb49wfdQmEhsXDOEN {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #CUkRXDqCCV8kGuSrIErDc00eXkoQkiLh {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #Pf5IzSgLypoS1OLxIPbXhgATdCZQzc9n {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #WxSLF2Rk1A87u9KNiDQL9BPs9AEA9UKM {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #mcFOHdaLCAuSHJEtFNlDIOK0Dcf0eBvw {  }
 }@media only screen and (max-width: 763px) { #DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT { display:block; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #f3AAO0n3z116q72NPITluTeWKAENMZFl {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #z9ngZffmT65MncGw1OXKn1hw105eHPdK {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #G1UkT6RV0FtEkqK6gbconOGKeSQa8Kfh {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #yX6l3Z0QeXFpikKpzJ20ozqbC5HCEPUy {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #AvSv8ft3sNpOHG4qCo32oeVaQGPsqsBR {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #C6X1uwGQLOXVTv424zLmvKklxCsvqQSI {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #v2rGsSqvPOqbuF20uEAoq80mg7VlwHmU {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #kqfpBp8QiLfazWU8hvffl6mqTJlIEaGK {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #CF4TgSH61K6K6Mu1CNTkUp6iBsRp2VtI {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #HiFlgvTTmpHm3PHmUezeoIIRKtT63J67 {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #Ol9OSTVHxNr7MMGH3R151gr8V4UWraIK {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #PJOUZlq7Z8SI0TnzR9TLTuUQJZzOis2o {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #cnEhqssL1UbOmJR4PkWBATsUZgR1cNzM {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #n5eEhtfTyS6vmDk4F7rOn08p7eCeRPwF {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #xIeUvVgthPgdDNT53UEMw2u2yhpM8kdx {  }
 }@media only screen and (max-width: 763px) { #Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe { display:block; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #abouu8Auyu8PB3GhGJe8K0qRn64fndPB {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #HqvATy6CHr71lQ2BDUDCTDts5OG7uTrT {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #DpuZ2MhiAd87XxMbhRyaLAnpq5qosU17 {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #JX2HiLLGukDQuFwJ3ldLsk9LNFEP9nbz {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #Hwxg43oTKqEFVrThI2A35UgdR5KMvVLH {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #HSCgRrZSqEGnMFsb1TmcTQg9xndEaTRQ {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #UVRQigFJRHcAJoEErkUt4LfMBeTNw8lF {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #uHJmbRbLKMXktWqGT1Cv5KK9WgfGPEGe {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #Z7bMbn80qME496RDuVdky2KiZTT4Tfxt {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #viG6ZiK0ISUXEU8s1Aadzf1ydk9pffTv {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 { display:flex;height:auto;width:27.8125rem;top:18.8125rem;left:0rem; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #UVkbuaAhJPo8mBAit6GdPwI4sd6wLhwt {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #hkxTFZM9xPa9KlGz5wNoCnVmcstG7ubc {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #bnvPW1XGA7alBx6IHaMFfTPhLKiKxqpE {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #fJGLniOa8hNox9Q5A8spWV6NrpQrCnak {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #v2Msw2HB2nZ0dThDafRz1waM6zTE0M4T {  }
 }@media only screen and (max-width: 763px) { #ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy { display:block; }#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9hkQ8ENRV91uVIZrcpPWywbLEXTmwZB { top:6rem;left:1.3125rem;width:46.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbA14oBTH1royuG7g0apJm9gmPmxkMq8 { top:10.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzpvP0Ooc85nWVu7TrWhwqrEKg4cOLuk { top:1.9375rem;left:0rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cASrO7F3J9vZqDnFkykEOiAo32pFOq3T { top:0.375rem;left:0rem;width:23.9375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPz020N6Z4culpzChZD97Re765LMKQV { top:3.5rem;left:0rem;width:47.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4k75sux2BfqIbkndez79XFx5TlXyUS7 { display:block; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5nX7JNRq9S7XfQkHI1Xg09iOlct4x7c { top:1.875rem;left:12.75rem;width:35rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBknX5HGqlP5IUfygRNhR252spu1ZSdn { top:19.3125rem;left:12.75rem;width:35rem;height:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgFkGUl8sSyWCUsD3EFVox4LhyvDaJlI { width:12.5rem;height:3.5rem;top:37.625rem;left:23.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLf6JVPkJswbOiFho8XizL9We13J9ki { display:block; }
 }@media only screen and (max-width: 763px) { #ooWMX0q5Bsk7IuWU52QfswKGEcHH1I4s { top:24.625rem;left:0rem;width:17.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ749blPopCUp5AhbHSlL20BI5sBqc0o { top:0.5625rem;left:0rem;width:33.875rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4c0tSJXvJtfnw0oZiaODBTINq6kugKq { display:block; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7qpzDkeGVMAcTmpTVoQv0Ic04FhffHL { top:3.6875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATOTMqa3vX61DHeSceR63Fam677Apk5 { top:18.5625rem;left:0rem;width:43.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { width:31.1875rem;height:3.5rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block; }
 }@media only screen and (max-width: 763px) { #TZaHrhTCcDdW1oFAwWpIrEG0fIUX44cq { top:10.8125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnmM0CMIQHBWz1q1xmwffPHXS3WXhDif { top:1.0625rem;left:9.1250019073488rem;width:22.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqHemW8L8tt8Zg0vF8AuINf1BsLwuD0 { top:39.3125rem;left:0.84375rem;width:16.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O { top:0.1875rem;left:17.75rem;width:30rem;height:56.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arwPOxcn020XeZhFKMFZUyacPEWB9C8g { top:44.8125rem;left:0rem;width:14.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVhaheaOBW4ISTBKW3tcwLJDQTHy20GT { top:34rem;left:16.118055343628rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3860OyDoBZqTCu4ua3IBuP7AmWFtKfx { top:34rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFEaRKSRQnLFRv1KWm99g6WRcApce6fv { top:44.8125rem;left:16.118055343628rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5VSqeyDttFzEZA22GvcnKgPg6OwS6e { top:27.9375rem;left:20.461805343628rem;width:5.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cccI4hexHqq4ziXVqBE90aidsPVwESpy { top:27.9375rem;left:0rem;width:5.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71zWZTe4RSNDT6T5qQTcxxmDxz4LdCc { top:38.1875rem;left:0rem;width:5.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pal7diT6EIVRFvKCwCCmbggRlBuuWH77 { top:32.875rem;left:6.1562519073486rem;width:5.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwRWo5KiVwT7LzkUxa2kSF2leRkEAXz { top:38.1875rem;left:19.875001907349rem;width:5.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB { display:block; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKoxEVPOSMexpU5do9OhrkXSRUTffTMF { top:10.875rem;left:0rem;width:16.25rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkQhql2qTVQgRATNXCs0STFCHTZSL6Vs { top:6.125rem;left:0rem;width:16.25rem;height:4.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlffPlhdKvgMwAsgCQhcd9GHlrfU7x5i { top:5.5625rem;left:31.375rem;width:16.25rem;height:4.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMH2sXKCUcIzUMOTUw8FlGseQl3QC0V2 { top:10.875rem;left:32.25rem;width:15.375rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIGIBO8hzXWdnX4VW8ynwtnFH33xmRwQ { top:6.125rem;left:15.5rem;width:16.25rem;height:4.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz0voSRRpNKhvmMIBX04PyOpo76ew4Dc { top:12rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4yVeC9KmNg444G6ehBnIDgzSAtHL0kQ { top:0rem;left:6.875rem;width:24.875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rz2V1nDo9uy7llSPRRUOB77UN6b7sk { top:0rem;left:23.375rem;width:24.25rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oekUCNKNrAmXab1P6Wz8ftieuaqr0cUS { top:0.75rem;left:0rem;width:24rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo { display:block; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK76QTrCxo4cnHEDeGIr9zJXUVIqNNTm { top:1.375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRa1gqR2gdU4o3BnT3dPdmZK7axUFZpM { top:13.5625rem;left:0rem;width:47.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILd7mULTBawqbMpEEIMVB3GERMB67Dq0 { top:15.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsVHranZW3ieannFoa12CHqTuFZGqmay { top:22.875rem;left:0rem;width:47.75rem;height:40.618506493506rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo { display:block; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kh5dd2k46mTE8TzPox6m6UMIIhJqvmWc { top:2.0625rem;left:0rem;width:18.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXIIPTirUcikdwinBTIeCgwfEaTzeyo { top:6.1875rem;left:0rem;width:18.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEKyr0onHoSApVsxPP0mCbIBTt0aCJmy { top:8.125rem;left:0rem;width:16.25rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evbMmaacvefCEi9nFGlrZRcQvATZgltn { top:14.125rem;left:0rem;width:16.25rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTxclx8VHKX1cUUcQ9dcgdhHoRwxepx { top:12.875rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLc76mLZDWJxU321oqznTTWIxpEinxov { top:2.0625rem;left:5.625rem;width:5.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2QBVZlSdHUyEh97UPG9NqocXgdi3vw { width:12.5rem;height:3.5rem;top:29.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziJgbGeKn5P2g2vcXvc9QTp2xwbilN4o { display:block; }
 }@media only screen and (max-width: 763px) { #tERTwKAtrvet8TC2FMpbIfXTRAsJCKwm { top:2.0625rem;left:28.875rem;width:18.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHoN62DxN6OpXc2LbE53iL2VEBpNoezD { top:6.0625rem;left:28.875rem;width:18.625rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPiM1BGg8v1FndqnqSavBf0SgDDS5t7 { top:8.0625rem;left:31.375rem;width:16.25rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhWhlgI5ThgBT6rLvSHCpDIJgqydfPtk { top:12.8125rem;left:31.375rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhRfqHFOQrJcQkOFdM8KV8p0xwJONDv { top:14rem;left:31.375rem;width:16.25rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGxtM3USnI8vLM20fS1uoZ3WX5cJnubh { width:12.5rem;height:3.5rem;top:29rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdttT4eDeRg32VeOFVtNprtgWVv5pn4k { display:block; }
 }@media only screen and (max-width: 763px) { #tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc { display:block; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhkZqIH5EMfWM9egU8fQPqQZ0eUmaTAQ { top:0.5rem;left:0rem;width:36.25rem;height:10.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks6FCmyoqaraP9K31LN31Kb2ckU4Nm4V { top:14.625rem;left:0rem;width:36.25rem;height:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-text {padding-top: 0; padding-bottom: 0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-select {padding-top: 0; padding-bottom: 0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h  { width:26rem;height:auto;top:1.375rem;left:19.25rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h {display:block;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h { width:26rem;height:auto;top:1.375rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #hkBqWTbFtk6fT1iNq2FEoJp0S8T6AelI {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #TfGuDaZ623E8Wx7bk1LpnJiTqrBpQNs4 {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #cwcwnAZNiRvE6Z4raAAN9K9zb7CFFZVw {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #dls9saOCg4qX1esxOdEwnma5GKqv0shf {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #kZCi47HDFmoSGXr6S5rkwQZDRPov6U9b {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #fs7bOPcMqfafcvWS4oo84GIwDF5vVaRo {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #CNiOvi3MTMQOcy1SJKAA4xHybW4T3wCm {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #vx0FQJgNAho8dOWkxBFwDQmd27dATZsx {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #uv1ZzUgTDA5OHg1nmsiNLxPAZfL5fTdD {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #qfbSACAAih4uas0SbJput6Wu9aTIZgyr {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #T8csgeZaTAmttpkTwutIx6HfnPbdmBoz {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #FrO3Fp3insngTPGcBae8pyOc1sTbJHvh {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #QewhAFZHHHmcsowtZ1gUyvQaymXn7wVP {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #bV9G1WylQwQZD2hGDRM8f8MsdbA8TNKT {  }
 }@media only screen and (max-width: 763px) { #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { top:1.6875rem;left:0rem;width:37.0625rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQoxqGBPto9nR8CUghHBsmoQMvA26oN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVz546gIHvQBJlQzsRIGmSbIQAU5lFVS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { top:16.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { top:15.4375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { top:23.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { top:22.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTedADTP3P76SZPCEMBSGnvfQMFyAKBG { top:30.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T26renlTg966RpEdl4wQEMohVtIf4C { top:28.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtFOCbE9eOFUPxvu6vS0IhdJQKTFgKSy { width:15.9375rem;height:3.4375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cal1z8isR5lvPn0XX9y5h5kOUkmy4SPQ { display:block; }
 }@media only screen and (max-width: 763px) { #vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { width:36.1875rem;height:38.625rem;top:0.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { top:6.625rem;left:0rem;width:21.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW { top:1.9375rem;left:22.875001907349rem;width:2rem;height:2rem;display:block; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #s0ueECILG6LzTufAQ9JJghaNgtybLTI1 { top:1.9375rem;left:25.875001907349rem;width:2rem;height:2rem;display:block; }
#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #BrzKfvOgTkvxENzEQiGffBsoXhUne3WV { width:10rem;height:3rem;top:3.9375rem;left:22.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfa5lTEGvk1pcqlCdTgfZupiUnLyf7p { display:block; }
 }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:14.4375rem;height:5.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwMkpCEIGwTSGR02zIfQANdnBfTsI4M { top:0rem;left:1.5555553436279rem;width:16.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiMOyvW3ZRVQwJkNcMa8Uy7sdTWAHqcH { top:1.9375rem;left:28.944444656372rem;width:2rem;height:2rem;display:block; }
#IiMOyvW3ZRVQwJkNcMa8Uy7sdTWAHqcH > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { background-color: transparent; background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { border-width: 0; border-radius: 0; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlBrMTCEkrvv7EnAkJlbBPDTUG8rC4KJ { width:20rem;height:6.6875rem;top:3.75rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VBx1qm6gESuIzD12vly9ABnsoxeel2tc { width:7.4375rem;height:2.5rem;top:7.493055820465rem;left:12.061632275581rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE2GgbGoHVXb4tOISsI3VhMryx3DTOB8 { display:block; }
 }@media only screen and (max-width: 763px) { #TZmXgLlczBUS8MQI4ThR4EbofhTX9FUU { width:10.8125rem;height:2.5rem;top:7.493055820465rem;left:0.46875rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffde59;display:block; }
 }@media only screen and (max-width: 763px) { #D7M2lsLpz8bhKOVBMHVW3xKzLcn8BwnN { display:block; }
 }@media only screen and (max-width: 763px) { #p4Fm8DsZmLsPdp1IhgVyanIDqHnA9Kk8 { width:8.8125rem;height:2.5rem;top:4.25rem;left:10.500000119209rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qynCMPlpUIsoEsnK3I4H2kxxP6aXSABb { display:block; }
 }@media only screen and (max-width: 763px) { #Cfn7MpLds9PnSACJuqXQcvsLgQBdqMIo { width:7.5rem;height:2.5rem;top:4.1805572509766rem;left:0.71875rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ugcr82MuTT9dzTprAq5XVEbp7ZGUcTDO { display:block; }
 }@media only screen and (max-width: 763px) { #aknblXnBWA3yziUL5RKcK59JBhQ1bGqP { width:8.75rem;height:3.5625rem;top:0rem;left:5.8680554628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzaCgTvUUagZ1frIik59JOqME1MWfHLc { display:block; }#mzaCgTvUUagZ1frIik59JOqME1MWfHLc > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgILE6lWTCTxT86QIc0xnhVfCGuVNrhl { width:20rem;height:5.875rem;top:0.8125rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTGnwWcIEJsVAGi48wFxCzf65bnt4Ig1 { width:20rem;height:11.1944375rem;top:15.999132156372rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #yoRcgiSVST3tpEiLpWG451veCFfSsaCZ { width:12.5rem;height:2.8125rem;top:27.941838741303rem;left:3.7500001192093rem;font-family:var(--paragraphs-font-family);font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCteOU5Gll7XdfTI4fqdMIsQ38v4iVbI { display:block; }
 }@media only screen and (max-width: 763px) { #exfh2EQDgSFmkBvVf7KQgzKX0U71wuOG { width:19.875rem;height:13.5625rem;top:3.873263835907rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq { display:block; }#tJ1C64PGsORVlKHyvgXHGcD9qZaKm5sq > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNoFecNIhElkFr5RTXCHO7IOT0RGzxOp { width:13.125rem;height:12.0625rem;top:0.5546875rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B91Cckh4ZoygpUmuzOlfeMi6MCLGGfyp { width:12.875rem;height:11.8125rem;top:12.617189407349rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQgd1G7di5VR6kUDJTnZBGeg2vW5hSc1 { width:13.125rem;height:11.9375rem;top:23.742188453674rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gBw7zqpGcEbzz14IKma22Xqg9Dzydr { width:12.875rem;height:11.75rem;top:34.935766935349rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNvnbdrhocQW1yQqs2mlcaP0lHvNPAm6 { width:20rem;height:3.8984375rem;top:5.3437519073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G44AVUDzm9pa8UtpLU4mxKmvg3wT9Npi { width:15.75rem;height:2.59895625rem;top:17.223088264466rem;left:2.1250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkoLcqEfr6kIB08UHyK8RdtK4wSyNMQs { width:13.125rem;height:3.8984375rem;top:28.996527671814rem;left:3.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOQpkJDxx2MvBFbaLJyrpawwwRPrGwm1 { width:20rem;height:2.59895625rem;top:39.512152433396rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:20rem;height:65.125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { width:17.5rem;height:4rem;top:23.863718032837rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffde59;display:block; }
 }@media only screen and (max-width: 763px) { #lV6AymJKBs9RvrN7s75I3pmo3UwQwvar { width:0.125rem;height:5.25rem;top:23.488717079163rem;left:1.1180555820465rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iXUzldxg86xCa6srvBcDJMTSNlpZgIWs { width:20rem;height:32.90625rem;top:30.283848762512rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgNu4DI2Jv1f6tvaOGfU35b1kiPBGxkZ { width:20rem;height:9.9279375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQVxnrceZfLdROQTHxOTncSDZ9Q6ZDKd { width:13.6875rem;height:15.125rem;top:4.6762151718139rem;left:2.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdsusWa9AmRDKMTWViipS9DuGyb0CTa { width:14.1875rem;height:5.75rem;top:9.3628468513488rem;left:2.3993057012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tefr2smerwklLiTcT5ocXq8eQZ6SUNh0 { width:17rem;height:10.75rem;top:11.105903148651rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { width:17.5rem;height:2rem;top:2.9374971389771rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { width:20rem;height:12.6875rem;top:33.179700016976rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { width:17.5rem;height:6rem;top:24.748263478279rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { display:flex;width:2.75rem;height:2.75rem;top:20.311631321907rem;left:1.25rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { width:17.5rem;height:11.1944375rem;top:6.3723959922787rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { width:20rem;height:11.8125rem;top:45.867193222046rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:8.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { width:17.5rem;height:3rem;top:51.178819656372rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { width:18.6875rem;height:6rem;top:38.061633110046rem;left:0.65625rem;font-size:1.5rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { display:flex;width:2.75rem;height:2.75rem;top:34.186633110046rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { width:17.5rem;height:6rem;top:63.560754776rem;left:0.5rem;font-size:1.5rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { display:flex;width:2.75rem;height:2.75rem;top:47.616327285767rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { width:20rem;height:17.5rem;top:1.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ { width:20rem;height:14.5rem;top:18.498264312744rem;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:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12bb777c-495b-4d67-bdce-c024aff8f931/JUWSPRZEDAZY7.png");background-position:bottom right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.adaptive-delivery-prevent-bg, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyload, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qPBEeBOTTF2iAlR6g0AWNHlTDk43MOFa { display:flex;width:3.8125rem;height:3.8125rem;top:58.625001907349rem;left:0.8125rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #khkMdSWWzPMCuES8GqHiPHSZs43JS425 { display:block; }#khkMdSWWzPMCuES8GqHiPHSZs43JS425 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKDd2K6Sl5WIeNIg5GDlrSvQmkXWszbF { width:17.5rem;height:8rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L { display:block; }#dJA3d2JFOQZA0MyCSoA8pZtmaRI68f4L > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE { display:flex;height:auto;width:15.1875rem;top:11.625012397766rem;left:1.15625rem; }
#oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #l9s7lRqJBwy8I4uvTb3ONghXRoQE02OM {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #JMqqSAJwV6ZwpHTsZNs3yyDo0xiEaxEh {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #P4klG6CUMe9GdcVteMUSeicEs7eEtVPy {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #szB7KbSrdscdOXUlKTx6gN5z2lZrgDNH {  }
 }@media only screen and (max-width: 763px) { #oLiAWR4mEAHdew7V6JqOAoRvw6QRTMXE #yK3xJRh5AIdzvBxeiizLUBa7MJrV7ER7 {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn { display:flex;height:auto;width:15.1875rem;top:2.2500066757202rem;left:1.15625rem;z-index:15026; }
#KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #e1lMt5T8EDq80UtgwsudJcplAIv7oBky {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #RHIXB9mcprBu1fz9QThMDEqv4gTN15iw {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #afXBhiLKBxm69Qv5iApdXRISQ4hOi7FA {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #GGJldlNOiTr9szXJpVMhow8NzClKC8vL {  }
 }@media only screen and (max-width: 763px) { #KZrM0ii8GvqlgFTfbmWIIxvR71DJ27Sn #y2KtUanikbzMfbMKhvd3divs3kEiuBhQ {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF { display:flex;height:auto;width:15.1875rem;top:20.871527373791rem;left:1.15625rem;z-index:15023; }
#uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #Ba8e0o1wZQhFwcWtcpPQESsXZCyRHusb {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #FW877JPbuv4wIFkUAUPwC1M4bLmHyXrF {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #nAUVzNxGziqPtZCe9oemPgcmSRllL50z {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #PQ0Xgtg9T4VbVLsAgP4pw3S4T925ONtf {  }
 }@media only screen and (max-width: 763px) { #uqTgnrVIGL9XDGhVC7ydlyXz41VK6hhF #dWCW02gdTNMWVK5MQdTUJpemTXNypwM7 {  }
 }@media only screen and (max-width: 763px) { #Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB { display:block; }#Lya26uwuGvnCn5zbnN9nsFZnVgeKy8wB > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes { display:flex;height:auto;width:15.1875rem;top:1.7500019073486rem;left:1.15625rem;z-index:15025; }
#t7C7sD3FW1gqtrbn43Nqyop0ldBONJes .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #ASPIbOXImwB6PrwyDgClVCIP1CI250Kc {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #XhHVe0hGMt8yrwiHc5W8xVud3OBr7JSG {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #CyZJFLM0K9Z5tLWyNhozRwbTSevLECVz {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #rO9LMNcytLwkR2Bc0EGDDmLWdQInT8vW {  }
 }@media only screen and (max-width: 763px) { #t7C7sD3FW1gqtrbn43Nqyop0ldBONJes #bGUyBkU56CL9haFd2K9p4AdfTUIRkAT0 {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX { display:flex;height:auto;width:15.1875rem;top:10.936629295349rem;left:1.15625rem; }
#k8MqVikG7WS0aRFPftpErMGmJBz4oXvX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #qRgy91633csWSqL3Ef5LmEFWfezBtv0d {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #NLyWNxE03hlXdRzBvbGNvH1QNGABonIF {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #fCuQBuxMOsLBJU3kI5c425XIusTi7izK {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #i2StZLyTaOVT9npUJtqw2mofO0BU8mMw {  }
 }@media only screen and (max-width: 763px) { #k8MqVikG7WS0aRFPftpErMGmJBz4oXvX #J0cKBkibFnBU2usEGZiN5yKkJyk4fVsM {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs { display:flex;height:auto;width:15.1875rem;top:20.56250064075rem;left:1.15625rem;z-index:15021; }
#PORasiO85rGK2gFV9SDtJWncLooUPnZs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #Rq2upz7adS4BWzgGb49wfdQmEhsXDOEN {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #CUkRXDqCCV8kGuSrIErDc00eXkoQkiLh {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #Pf5IzSgLypoS1OLxIPbXhgATdCZQzc9n {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #WxSLF2Rk1A87u9KNiDQL9BPs9AEA9UKM {  }
 }@media only screen and (max-width: 763px) { #PORasiO85rGK2gFV9SDtJWncLooUPnZs #mcFOHdaLCAuSHJEtFNlDIOK0Dcf0eBvw {  }
 }@media only screen and (max-width: 763px) { #DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT { display:block; }#DM5UIFOuUPafPd3Ik7iboT3ZNp3ZbTZT > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t { display:flex;height:auto;width:15.1875rem;top:2.3750196993351rem;left:1.15625rem;z-index:15026; }
#piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #f3AAO0n3z116q72NPITluTeWKAENMZFl {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #z9ngZffmT65MncGw1OXKn1hw105eHPdK {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #G1UkT6RV0FtEkqK6gbconOGKeSQa8Kfh {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #yX6l3Z0QeXFpikKpzJ20ozqbC5HCEPUy {  }
 }@media only screen and (max-width: 763px) { #piVRtiTb3Twu2lx08LwRbw9HPSdtcK0t #AvSv8ft3sNpOHG4qCo32oeVaQGPsqsBR {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E { display:flex;height:auto;width:15.1875rem;top:11.625000953674rem;left:1.15625rem; }
#qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #C6X1uwGQLOXVTv424zLmvKklxCsvqQSI {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #v2rGsSqvPOqbuF20uEAoq80mg7VlwHmU {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #kqfpBp8QiLfazWU8hvffl6mqTJlIEaGK {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #CF4TgSH61K6K6Mu1CNTkUp6iBsRp2VtI {  }
 }@media only screen and (max-width: 763px) { #qyph77mV2rzlC1Lpl6U1gNe2odHsyW4E #HiFlgvTTmpHm3PHmUezeoIIRKtT63J67 {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX { display:flex;height:auto;width:15.1875rem;top:20.625000953674rem;left:1.15625rem;z-index:15022; }
#tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #Ol9OSTVHxNr7MMGH3R151gr8V4UWraIK {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #PJOUZlq7Z8SI0TnzR9TLTuUQJZzOis2o {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #cnEhqssL1UbOmJR4PkWBATsUZgR1cNzM {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #n5eEhtfTyS6vmDk4F7rOn08p7eCeRPwF {  }
 }@media only screen and (max-width: 763px) { #tE6BEoTlxeP2vnTcIPiRSxSufCxc6UbX #xIeUvVgthPgdDNT53UEMw2u2yhpM8kdx {  }
 }@media only screen and (max-width: 763px) { #Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe { display:block; }#Cv5g7cgucwuzscqgPfZ4wX0Q9QOwHKJe > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do { display:flex;height:auto;width:15.1875rem;top:1.8741283416748rem;left:1.15625rem;z-index:15026; }
#ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #abouu8Auyu8PB3GhGJe8K0qRn64fndPB {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #HqvATy6CHr71lQ2BDUDCTDts5OG7uTrT {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #DpuZ2MhiAd87XxMbhRyaLAnpq5qosU17 {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #JX2HiLLGukDQuFwJ3ldLsk9LNFEP9nbz {  }
 }@media only screen and (max-width: 763px) { #ZuuuyTEmhRXz96Oin6Lbbz3HR4NsZ8Do #Hwxg43oTKqEFVrThI2A35UgdR5KMvVLH {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E { display:flex;height:auto;width:15.1875rem;top:10.624152183532rem;left:1.15625rem; }
#AK5EB7snODksZNyAxuRwcpVx897Zti7E .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #HSCgRrZSqEGnMFsb1TmcTQg9xndEaTRQ {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #UVRQigFJRHcAJoEErkUt4LfMBeTNw8lF {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #uHJmbRbLKMXktWqGT1Cv5KK9WgfGPEGe {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #Z7bMbn80qME496RDuVdky2KiZTT4Tfxt {  }
 }@media only screen and (max-width: 763px) { #AK5EB7snODksZNyAxuRwcpVx897Zti7E #viG6ZiK0ISUXEU8s1Aadzf1ydk9pffTv {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 { display:flex;height:auto;width:15.4375rem;top:19.749133110046rem;left:1.03125rem;z-index:15023; }
#l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #UVkbuaAhJPo8mBAit6GdPwI4sd6wLhwt {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #hkxTFZM9xPa9KlGz5wNoCnVmcstG7ubc {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #bnvPW1XGA7alBx6IHaMFfTPhLKiKxqpE {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #fJGLniOa8hNox9Q5A8spWV6NrpQrCnak {  }
 }@media only screen and (max-width: 763px) { #l1qVTLVDZvNztTF67dC8H48J68Gz1hP6 #v2Msw2HB2nZ0dThDafRz1waM6zTE0M4T {  }
 }@media only screen and (max-width: 763px) { #ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy { display:none; }#ApQuiExhW3HXOXxX2JaXEM2RIgC7vFZy > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d9hkQ8ENRV91uVIZrcpPWywbLEXTmwZB { width:20rem;height:20.79775rem;top:20.361979484558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbA14oBTH1royuG7g0apJm9gmPmxkMq8 { width:19.5625rem;height:2.84375rem;top:8.1397638320925rem;left:0.43663191795349rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzpvP0Ooc85nWVu7TrWhwqrEKg4cOLuk { width:15.375rem;height:15.375rem;top:1.8741321563721rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cASrO7F3J9vZqDnFkykEOiAo32pFOq3T { width:19.375rem;height:19rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPz020N6Z4culpzChZD97Re765LMKQV { width:20rem;height:23.8125rem;top:18.217013835907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4k75sux2BfqIbkndez79XFx5TlXyUS7 { display:block; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5nX7JNRq9S7XfQkHI1Xg09iOlct4x7c { width:20rem;height:6rem;top:1.1875066757202rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #TBknX5HGqlP5IUfygRNhR252spu1ZSdn { width:20rem;height:23.997375rem;top:8.1571180820462rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #PgFkGUl8sSyWCUsD3EFVox4LhyvDaJlI { width:15.3125rem;height:3.1875rem;top:34.252604484558rem;left:2.3437501192093rem;z-index:15070;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLf6JVPkJswbOiFho8XizL9We13J9ki { display:block; }
 }@media only screen and (max-width: 763px) { #ooWMX0q5Bsk7IuWU52QfswKGEcHH1I4s { width:20rem;height:45.5625rem;top:0rem;left:0rem;background-color:rgba(var(--color-primary-2),0.65);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WZ749blPopCUp5AhbHSlL20BI5sBqc0o { width:20rem;height:24.9375rem;top:20.489367214784rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #p4c0tSJXvJtfnw0oZiaODBTINq6kugKq { background-color:#071422;background-image:none;display:block; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { background-color: transparent; background-image: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .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); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7qpzDkeGVMAcTmpTVoQv0Ic04FhffHL { width:20rem;height:2rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZATOTMqa3vX61DHeSceR63Fam677Apk5 { width:20rem;height:12.59375rem;top:21.573751211166rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { width:18.75rem;height:4.3125rem;top:92.00607299805rem;left:0.625rem;z-index:15023;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block; }
 }@media only screen and (max-width: 763px) { #TZaHrhTCcDdW1oFAwWpIrEG0fIUX44cq { width:20rem;height:7.3489375rem;top:12.750013351441rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnmM0CMIQHBWz1q1xmwffPHXS3WXhDif { width:17.5rem;height:7.25rem;top:4.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqHemW8L8tt8Zg0vF8AuINf1BsLwuD0 { width:16.5625rem;height:3.8984375rem;top:62.468751907349rem;left:1.7187501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O { width:20rem;height:13.625rem;top:97.123306274412rem;left:0rem;background-color:#071422;background-image:url("https://images.assets-landingi.com/uc/ad2880da-9d38-43c6-8326-70a12bccb3d8/rr.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O.adaptive-delivery-prevent-bg, #d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O.lazyload, #d0mZRUxFQPMXCsTlcv41zR81cq6G3a2O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #arwPOxcn020XeZhFKMFZUyacPEWB9C8g { width:14.6875rem;height:3.8984375rem;top:74.085084915162rem;left:2.6562501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVhaheaOBW4ISTBKW3tcwLJDQTHy20GT { width:14.0625rem;height:3.8984375rem;top:51.128475189209rem;left:2.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3860OyDoBZqTCu4ua3IBuP7AmWFtKfx { width:12.5rem;height:3.8984375rem;top:40.565973281861rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFEaRKSRQnLFRv1KWm99g6WRcApce6fv { width:12.5rem;height:3.8984375rem;top:86.155380249025rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CI5VSqeyDttFzEZA22GvcnKgPg6OwS6e { width:5.9375rem;height:6.125rem;top:55.843724250794rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cccI4hexHqq4ziXVqBE90aidsPVwESpy { width:5.9375rem;height:6.125rem;top:34.121527194977rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71zWZTe4RSNDT6T5qQTcxxmDxz4LdCc { width:5.9375rem;height:6.125rem;top:67.256946563719rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pal7diT6EIVRFvKCwCCmbggRlBuuWH77 { width:5.9375rem;height:6.125rem;top:78.96875rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwRWo5KiVwT7LzkUxa2kSF2leRkEAXz { width:5.9375rem;height:6.125rem;top:44.496542930603rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB { display:block; }#TyG3ohqtaWie6ilbkiVvTDZ8VGQccqtB > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKoxEVPOSMexpU5do9OhrkXSRUTffTMF { width:14.3125rem;height:3.65625rem;top:10.060798645019rem;left:3.7187501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dkQhql2qTVQgRATNXCs0STFCHTZSL6Vs { width:16.25rem;height:3.5rem;top:5.7482700347901rem;left:2.7500001192093rem;font-size:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VlffPlhdKvgMwAsgCQhcd9GHlrfU7x5i { width:6.8125rem;height:3.5rem;top:41.160555839539rem;left:7.4687501192094rem;font-size:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PMH2sXKCUcIzUMOTUw8FlGseQl3QC0V2 { width:14.9375rem;height:6.09375rem;top:45.536458969116rem;left:3.4062501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dIGIBO8hzXWdnX4VW8ynwtnFH33xmRwQ { width:16.25rem;height:3.5rem;top:23.711806297302rem;left:2.7500001192093rem;font-size:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mz0voSRRpNKhvmMIBX04PyOpo76ew4Dc { width:16.25rem;height:2.4375rem;top:28.77867269516rem;left:2.7500001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #o4yVeC9KmNg444G6ehBnIDgzSAtHL0kQ { width:20rem;height:18.3125rem;top:18.306389331817rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rz2V1nDo9uy7llSPRRUOB77UN6b7sk { width:20rem;height:18.3064375rem;top:36.817701339722rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oekUCNKNrAmXab1P6Wz8ftieuaqr0cUS { width:20rem;height:18.3064375rem;top:1.278639793396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo { display:block; }#TfVqRNdeOrhBaTZb5Kxok020khVR3Rdo > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK76QTrCxo4cnHEDeGIr9zJXUVIqNNTm { width:20rem;height:6rem;top:0.81165218353269rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRa1gqR2gdU4o3BnT3dPdmZK7axUFZpM { width:20rem;height:13.625rem;top:7.6249995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILd7mULTBawqbMpEEIMVB3GERMB67Dq0 { width:20rem;height:12.59375rem;top:8.139756679535rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsVHranZW3ieannFoa12CHqTuFZGqmay { width:20rem;height:17rem;top:21.329259778643rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/088e44f5-3348-4f5f-a785-83602dc9b147/przyciemnione.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo.adaptive-delivery-prevent-bg, #qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo.lazyload, #qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo.lazyloading { background-image: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container { background-color: transparent; background-image: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container > .video-iframe-container { display: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row > .video-iframe-container { display: none; }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .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); }#qpyTlAEJiKXcKRWNXiqsJ3sg4IPDROuo > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kh5dd2k46mTE8TzPox6m6UMIIhJqvmWc { width:18.75rem;height:24.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXIIPTirUcikdwinBTIeCgwfEaTzeyo { width:18.8125rem;height:25.5rem;top:2.6866044998169rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEKyr0onHoSApVsxPP0mCbIBTt0aCJmy { width:16.25rem;height:2.25rem;top:7.3125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evbMmaacvefCEi9nFGlrZRcQvATZgltn { width:16.25rem;height:6.75rem;top:12.5625rem;left:1.8750001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUTxclx8VHKX1cUUcQ9dcgdhHoRwxepx { width:16.25rem;height:0.0625rem;top:11.25rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLc76mLZDWJxU321oqznTTWIxpEinxov { width:5.9375rem;height:6.125rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2QBVZlSdHUyEh97UPG9NqocXgdi3vw { width:12.5rem;height:3.5rem;top:21.312500953674rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziJgbGeKn5P2g2vcXvc9QTp2xwbilN4o { display:block; }
 }@media only screen and (max-width: 763px) { #tERTwKAtrvet8TC2FMpbIfXTRAsJCKwm { width:18.75rem;height:26.625rem;top:29.436632156372rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHoN62DxN6OpXc2LbE53iL2VEBpNoezD { width:18.75rem;height:26.3125rem;top:31.998264312744rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPiM1BGg8v1FndqnqSavBf0SgDDS5t7 { width:16.25rem;height:2.25rem;top:34.871501922608rem;left:1.8750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhWhlgI5ThgBT6rLvSHCpDIJgqydfPtk { width:16.25rem;height:0.0625rem;top:38.873264312744rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhRfqHFOQrJcQkOFdM8KV8p0xwJONDv { width:16.25rem;height:5.625rem;top:40.561698913574rem;left:1.8750001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGxtM3USnI8vLM20fS1uoZ3WX5cJnubh { width:12.5rem;height:3.5rem;top:49.373296737671rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdttT4eDeRg32VeOFVtNprtgWVv5pn4k { display:block; }
 }@media only screen and (max-width: 763px) { #tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc { display:block; }#tP1W9M6xJiQObG3kLubTFkFpTT8gJ9uc > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhkZqIH5EMfWM9egU8fQPqQZ0eUmaTAQ { width:17.5rem;height:4rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ks6FCmyoqaraP9K31LN31Kb2ckU4Nm4V { width:17.5rem;height:5.597225rem;top:7.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-text {padding-top: 0; padding-bottom: 0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5.8125rem; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-select {padding-top: 0; padding-bottom: 0;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h  { width:17.5rem;height:auto;top:11.385375022888rem;left:0rem;z-index:14998; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h {display:block;}#USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h { width:17.5rem;height:auto;top:11.385375022888rem;left:0rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #hkBqWTbFtk6fT1iNq2FEoJp0S8T6AelI {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #TfGuDaZ623E8Wx7bk1LpnJiTqrBpQNs4 {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #cwcwnAZNiRvE6Z4raAAN9K9zb7CFFZVw {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #dls9saOCg4qX1esxOdEwnma5GKqv0shf {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #kZCi47HDFmoSGXr6S5rkwQZDRPov6U9b {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #fs7bOPcMqfafcvWS4oo84GIwDF5vVaRo {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #CNiOvi3MTMQOcy1SJKAA4xHybW4T3wCm {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #vx0FQJgNAho8dOWkxBFwDQmd27dATZsx {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #uv1ZzUgTDA5OHg1nmsiNLxPAZfL5fTdD {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #qfbSACAAih4uas0SbJput6Wu9aTIZgyr {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #T8csgeZaTAmttpkTwutIx6HfnPbdmBoz {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #FrO3Fp3insngTPGcBae8pyOc1sTbJHvh {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #QewhAFZHHHmcsowtZ1gUyvQaymXn7wVP {  }
 }@media only screen and (max-width: 763px) { #USuyTDhPcqqqdPP9DQV3zwB4TySmbZ9h #bV9G1WylQwQZD2hGDRM8f8MsdbA8TNKT {  }
 }@media only screen and (max-width: 763px) { #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { width:20rem;height:4rem;top:1.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { width:15rem;height:1.912325rem;top:8.3125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { width:15rem;height:1.912325rem;top:11.5rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuQoxqGBPto9nR8CUghHBsmoQMvA26oN { width:15rem;height:3.82465rem;top:31.886285781861rem;left:2.5000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVz546gIHvQBJlQzsRIGmSbIQAU5lFVS { width:15rem;height:3.82465rem;top:28.0625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { display:flex;width:1.625rem;height:1.625rem;top:7.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { width:3.875rem;height:3.875rem;top:6.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { display:flex;width:1.625rem;height:1.625rem;top:15.75rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { width:3.875rem;height:3.875rem;top:14.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTedADTP3P76SZPCEMBSGnvfQMFyAKBG { display:flex;width:1.625rem;height:1.625rem;top:24.437500476837rem;left:9.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #S0T26renlTg966RpEdl4wQEMohVtIf4C { width:3.875rem;height:3.875rem;top:23.312500476837rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtFOCbE9eOFUPxvu6vS0IhdJQKTFgKSy { width:17.5rem;height:3.4375rem;top:19.227430820465rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cal1z8isR5lvPn0XX9y5h5kOUkmy4SPQ { display:block; }
 }@media only screen and (max-width: 763px) { #vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { width:14.8125rem;height:15.8125rem;top:31.102471351624rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { width:20rem;height:2.625rem;top:16.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW { display:flex;width:2.375rem;height:2.375rem;top:6.5rem;left:5.9375001192093rem;font-size:1.625rem; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #s0ueECILG6LzTufAQ9JJghaNgtybLTI1 { display:flex;width:2.375rem;height:2.375rem;top:6.5rem;left:11.187500119209rem;font-size:1.625rem; }
#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #BrzKfvOgTkvxENzEQiGffBsoXhUne3WV { width:10rem;height:3rem;top:12.805555343628rem;left:5.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfa5lTEGvk1pcqlCdTgfZupiUnLyf7p { display:block; }
 }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:9.5rem;height:3.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwMkpCEIGwTSGR02zIfQANdnBfTsI4M { width:10.25rem;height:5rem;top:0.9375rem;left:9.7491322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiMOyvW3ZRVQwJkNcMa8Uy7sdTWAHqcH { display:flex;width:2.5625rem;height:2.5625rem;top:9.6875rem;left:8.7187501192094rem;font-size:1.625rem; }
#IiMOyvW3ZRVQwJkNcMa8Uy7sdTWAHqcH > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }