.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,220;--color-primary-1:255,227,139;--color-primary-2:255,199,23;--color-primary-3:128,100,12;--color-primary-4:38,30,3;--color-secondary-0:213,227,247;--color-secondary-1:129,170,230;--color-secondary-2:45,114,214;--color-secondary-3:27,68,128;--color-secondary-4:6,27,133;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"WorkSans";--paragraphs-font-family:"WorkSans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { background-color: transparent; background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { border-width: 0; border-radius: 0; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.125rem;top:3.75rem;left:1.375rem;overflow:hidden;display:block; }
#udUagth1T9aRfxIITLTeJgqQ11JVX8Bc { z-index:15005;top:4.4375rem;left:37.125001907349rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fLWx6XlKKWqqwTFVKAtANH96v3ZTlLsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mR5UctwZPrbP4f0NER1Ez2Uld9WO5goq { z-index:15006;top:4.4375rem;left:50.249998092651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R1SHPVVTymfUdu8uJavmEnQPTfUxNG88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVNU7BXR9NivWimnTaBaDKN4CJ4tt61x { z-index:15007;top:4.4375rem;left:63.24999809265rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ivpZtBVr58cNakDhvyPLCmvZR3nGa149 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aydg3h47gfL8STXUKeou4c7P1lEDfJbs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:3.75rem;left:16.43359375rem;overflow:hidden;display:block; }
#iAseXeGAxsxHaJHNCxA87fLk8mTt961G { position:relative;display:block; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G { background-color: transparent; background-image: none; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row .container > .video-iframe-container { display: none; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row > .video-iframe-container { display: none; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .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); }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G { border-width: 0; border-radius: 0; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .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; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 { 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/8749bba3-c6f2-4deb-aa2c-8289bc258812/Beznazwy1200x501px1200x556px9.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; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2.adaptive-delivery-prevent-bg, #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2.lazyload, #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2.lazyloading { background-image: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { background-color: transparent; background-image: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .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); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { border-width: 0; border-radius: 0; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { z-index:15004;top:30.8408203125rem;left:24.3701171875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6230625rem;height:4.749025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAL9Q9FfTLe6nAia4yJx3AUXfTKKsHB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:17.462890625rem;left:9.875rem;height:5.94791875rem;font-style:normal;display:block; }
#eCiGGyZJBuVFeVa2s1I5Qor8wT61Tcsa { color:rgba(var(--color-tertiary-4),1);display:block;width:55.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.1005859375rem;left:9.875rem;height:10.23436875rem;font-style:normal;display:block; }
#xChyB5nQuyrMA2cBx8Gd1NA8Q4TcAbxd { box-sizing:content-box;height:0.5625rem;width:8.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.162109375rem;left:28.5830078125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Z5qJoE1z9BXPXqTBxTxrvJ2NTziyZ0So { box-sizing:content-box;height:23.9375rem;width:60.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;top:2.7255859375rem;left:5.931640625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KrI4anntnALAiacSFUvh76nuDLAptQen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(221,221,221,0.5);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; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { background-color: transparent; background-image: none; }#KrI4anntnALAiacSFUvh76nuDLAptQen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container > .video-iframe-container { display: none; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row > .video-iframe-container { display: none; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .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); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { border-width: 0; border-radius: 0; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#IgBD7Iyt6IPrn8vb1ViQEXfz7mk0GTPu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:8.66796875rem;left:31.8447265625rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#If3AJmBh7s8qlH5aW0MJ336CplvRz3ZL { position:absolute;display:block;z-index:15004;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.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.0625rem;width:16.6875rem;top:7.53125rem;left:52.18359375rem;display:block; }
#pPl2z90ZqAwo83116Hti2HI3mbHZQcUW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:8.66796875rem;left:7.806640625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyvOox8LXKBHyFG8xXquJQXCxxCtK5py { position:absolute;display:block;z-index:15002;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.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:16.6875rem;top:7.53125rem;left:5.994140625rem;display:block; }
#xuaTV3gGTimqOKot9b4LvnAIPhWFE3Hn { color:rgba(var(--color-tertiary-4),1);display:block;width:5.186525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.8740234375rem;left:56.810546875rem;height:1.5125875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bc4KlqIrm3uOOthm5MseTz61rI4WcOwq { position:absolute;display:block;z-index:15003;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.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:16.8125rem;top:7.40625rem;left:29.09375rem;display:block; }
#WevFiyC2pb42IRxXnw9yPRTIlwNWaW6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.53125rem;left:12.0244140625rem; }
#hwc57JGgmGfVEZM2kdvoZf9BSUwzXS6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:11.71875rem;left:35.375rem; }
#lOQhROHHG51IKnkIMGhkcgJJAnNxAsoR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:8.66796875rem;left:53.24609375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e377oqTsaPm8WbRuLmDF7osTyaZMKnst { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.75rem;left:58.43359375rem; }
#PmEHqq4aDagIdI1gC2dWN0oPNzNkEG3e { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:2.6484375rem;left:0rem;height:2.849825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPeApPTXxgWkxK3mwueis7DIOIRmsBoT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:18.529296875rem;left:7.806640625rem;height:5.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZJoh7nl1nlaqaR9cm6M3rZE1aPrNoBw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:18.529296875rem;left:53.74609375rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITlT5JIAvFCf6d83g7cTHDCyHrRbmrTX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:18.4736328125rem;left:30.96875rem;height:5.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKhfS3Z4EErxgwy4pTSCMx8WQphNZiQp { position:absolute;display:block;z-index:15004;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.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.0625rem;width:16.6875rem;top:7.53125rem;left:52.18359375rem;display:none; }
#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH { 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/8749bba3-c6f2-4deb-aa2c-8289bc258812/Beznazwy1200x501px1200x556px9.png");background-position:center left !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; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.adaptive-delivery-prevent-bg, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyload, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyloading { background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { background-color: transparent; background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container > .video-iframe-container { display: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container { display: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .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); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { border-width: 0; border-radius: 0; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#DTRTuCZPdkTPz0AMhKoGMC8ZAridenrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.4990234375rem;left:8.65625rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wECS4lp41pxHlX421nHOUzo8IQKOvFw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:63.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.2724609375rem;left:5.6875rem;height:2.193575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9wiOnSALmfd5bhkWpfdQ7SiUeHbcWMr { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.650390625rem;left:17.3125rem;height:1.95023125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AenNhnX9z8oEGwAApf66oy3fSl45misW { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.005859375rem;left:18.2177734375rem;height:4.1979125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t83w3ybOMHcwAaKLSTCii8LsSyp2byne { box-sizing:content-box;height:6.875rem;width:49.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;top:10.66796875rem;left:14.1865234375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PQLyTipZBA3PhFyEBObRP7TNLoo0bWlV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5rem;width:5rem;top:11.60546875rem;left:11.4375rem;display:block; }
#EQUVxnklqpBZ7QkJcyKeG6qGtNe0gBP7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5rem;width:5rem;top:22.125rem;left:11.4375rem;display:block; }
#mxLgPTLrvyTNMXboiEFBJb9XyodQavc3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5rem;width:5rem;top:32.880859375rem;left:11.4375rem;display:block; }
#fk232VSaPCQmvN5rlfi6OyNDGopr2EFv { box-sizing:content-box;height:5.5rem;width:49.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;top:21.625rem;left:14.2490234375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UIyQF7tOZlekfmiexi64vzbUlCLKKkGN { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.5625rem;left:11.40625rem;height:2.7625875rem;text-align:center;text-align-last:center;display:block; }
#rBrDSMbo2ytzsbH7e2vyVEWJwyAAOVpI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.244140625rem;left:11.40625rem;height:2.7625875rem;text-align:center;text-align-last:center;display:block; }
#TmD64xoLbhxQAnBsUMmyV3hc0DPWT3mI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.061525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34rem;left:11.40625rem;height:2.7625875rem;text-align:center;text-align-last:center;display:block; }
#rz6RytfB7aWukc3tUXRL6R3Ms570hNSm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5rem;width:5rem;top:14.875rem;left:11.4375rem;display:none; }
#nQCTUf9kehVqahVcuzhzsTVRkNh0oCgH { color:rgba(var(--color-tertiary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:33.28125rem;left:17.3125rem;height:4.1979125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6usCfGxUUsKvA2R19RFXM8HSI63zbto { box-sizing:content-box;height:6.875rem;width:49.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;top:31.943359375rem;left:14.5927734375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { background-color: transparent; background-image: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .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); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { border-width: 0; border-radius: 0; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#QKbNuQxZ2O5ZKlSrJUBZNKnnMnJMhTBR { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9345703125rem;left:18.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzThx5ztt849zmKcRoTPcwz40BR6UcnG { box-sizing:content-box;height:20.5rem;width:49.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.37);background-image:none;top:7.7802734375rem;left:15.28125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Pr3EAMwVZTLeZx1K03auraom6xKlGMff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.787109375rem;left:18.5rem; }
#VRF7oJ2OxAVt1ToH4AGg58nsPMCBusqt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.052734375rem;left:25.40625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syJcIpv99kzikQlrnZcU3pA4MTSJA3J0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9658203125rem;left:25.40625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rM8exvst6dS8zHTWSTdaHwlIy6DdZWLO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.5126953125rem;left:18.3125rem; }
#cZTV31S5TaLzOnlzoRTxlL8dNyzpSo63 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.5927734375rem;left:18.5rem; }
#wpmcQRPXDGxFU1mvk7NqsgWndM0qTROU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.7294921875rem;left:25.40625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NiGdTkhUJ5Hu1xWTcmPsOk3io0hlJgbM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15014;opacity:1;top:20.634765625rem;left:18.5rem; }
#Xs1ZU0fbVoQsAR1IgKbfkS8EpyxTNVes { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.634765625rem;left:25.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zv5QfUp5OSLsLV7Ad2yyKQWyC78FLkbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.2763671875rem;left:18.6875rem; }
#Kq0646m99WIJePxamUKaoDbg4w7FPsip { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.4794921875rem;left:25.40625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc081fc4-8408-4b6d-911e-2eb60a6f8882/Projektbeznazwy77.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.adaptive-delivery-prevent-bg, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyload, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyloading { background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { background-color: transparent; background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .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); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { border-width: 0; border-radius: 0; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { width:75rem;height:58.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#dndteAZzXghhbprlOlc81nbqg8PGFa8p { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:10.2343875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAqn51J7hxbpmI7GLyCg2RfT29t8mcfa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4373375rem;width:2.5rem;top:13.625rem;left:29.125000476837rem;overflow:hidden;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-form-header { font-size:0.75rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:34.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),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;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:34.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.3125rem;height:3.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:33.0625rem;overflow:hidden;font-style:normal;float:none; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .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; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:3.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-container:first-of-type{padding-top:0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-container:last-of-type{padding-bottom:0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:20.494792938233rem;top:20.9921875rem;z-index:15003;position:absolute; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.3125rem;display:block;vertical-align:top; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn {display:block;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:20.494792938233rem;top:20.9921875rem;z-index:15003;position:absolute; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #I6xa9UTSODy8gHh9ylilfdu2Bz2cvtW1 { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #tQKXhTgoVZ28zL29ITgkD4pEB1gZp6dk { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #pIwtD9J4dlhLbTXIBeOXQshluJBg1yOD { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #DU044z8BNFtCqTnx4DmuKNSWAMfc3ibK { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #GLQTfHFcIUx7qrxDFeGF0xzWH73lzQVN { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #VzkNTI4fgdtIR0VtIuTzCVTFPu1ducw1 { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #l9WVwsrJ9nxSUZieyJmpyyOryDguG16S { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IAfkZGL0vnvS6XGykh1ieRJtKttAfWgV { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bCgzH9d49oy6HHwBE7XcK3n2QEoqWxSt { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XoxDRt0I1RxbMXvWntLmmTtXEgHcgl0V { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gEBo5rF2P9iodFN4IgLGbkFSxnc85UQk { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bTfHT2S2dCMW69iBW5U9erK7ReeltN94 { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gfmJEAXgpbkfofCN6CKv8B9pNeWKrlRt { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XwmIdJx09prmDf1xX0xSxaNrv4yTZ7yo { position:relative;z-index:2; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LbBadPafIzWEuwmKImBhS473TrdwrPT2 { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #AN0SiHWVfswEx4v8TsIPZ6SSzimffChg { position:relative;z-index:15000; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LNRfqylrtMyO9EqifXPs82O5qLz5DI2h { position:relative;z-index:15000; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #awXHK7ZrNC5Cg8bJcl3q7B6kxfEL16xT { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #uEWxVXLMiwaMoLkuJwavhWu9Xm44VuR9 { position:relative; }
#Gr6Kx8okF2feqmUkc0fnLrTHU34MOR0E { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:2.849825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { background-color: transparent; background-image: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .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); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { border-width: 0; border-radius: 0; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2763671875rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#op0i3wVfiaUBLLLR5867sDTEeGFRTZuv { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.0625rem;width:53.875rem;top:18.6337890625rem;left:13.1875rem;display:block; }
#AhFyhDk23XKSkNuQc5JGNqIiW68CJnfh { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:48.25rem;left:8.25rem;display:block; }
#OeE078Tq5FXGC4z46zcAZohohIa1xuA2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:49.75rem;left:9.5625rem;overflow:hidden;display:block; }
#At37mXyDTziBkkacyRn2p2leI57pfc86 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4892578125rem;left:15.8125rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGzvMi2Iwhw0v2LwURqATuEVJw1b74J0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:21.5615234375rem;left:8.25rem;display:block; }
#SrhscJQ6ubqelEQdDVTTtL7tRTBQGD15 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:35.125rem;left:8.25rem;display:block; }
#VZQLXBU6ThlNEyby0gPx4Qhf3MFq513Q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624025rem;width:3.624025rem;top:22.8740234375rem;left:9.625rem;overflow:hidden;display:block; }
#LHtefMJAnsSow2HMWb0bmC6Xg4zbFZ1e { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:36.5rem;left:9.75rem;overflow:hidden;display:block; }
#aTT5I1TKwl4VgkPbtwbqMJTBTbe1Vmov { color:rgba(var(--color-tertiary-4),1);display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.25rem;left:15.8125rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZ0Sry9OXZbmRemBU8F68SfkvBxeAR0e { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:47.6875rem;left:15.8125rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:8.046875rem;left:12.59375rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#dfmvHD8Ut6THTILkaGrm0JeoWRietsfw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:20.2734375rem;left:15.8125rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvCH8FL7BEfmflQ0STHlsJhhc0W6if4x { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:37.052734375rem;left:15.6875rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pC4Ic1cDgT0m94ByPt5SlqV4nRHH1QeO { color:rgba(var(--color-tertiary-4),1);display:block;width:48.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:50.5146484375rem;left:15.8115234375rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AlU4gVZk98UMmXTLaWl3g5KV3hNcPsvX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.0615rem;width:53.874rem;top:32.375rem;left:13.125rem;display:block; }
#pquXO5aoEc5xob2bZceBR4rwn0nIyK4U { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.0605625rem;width:53.8730625rem;top:45.84375rem;left:13.1875rem;display:block; }
#Kisv61h8zKNy7rovXulfTqikakqhCtxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { background-color: transparent; background-image: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .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); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { border-width: 0; border-radius: 0; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#ai2xIW616d2ncc6oayKI2rnGykEXzvNo { box-sizing:content-box;color:#323130;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.53125rem;left:32.875rem;display:block; }
#EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { box-sizing:content-box;color:#323130;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.53125rem;left:36.625rem;display:block; }
#IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { color:#bcb293;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.787109375rem;left:56.125rem;height:1.29980625rem;display:block; }
#oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.375rem;top:2.1875rem;left:2.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { top:3.75rem;left:0rem;width:12.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udUagth1T9aRfxIITLTeJgqQ11JVX8Bc { top:4.4375rem;left:23.500001907349rem;width:11.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLWx6XlKKWqqwTFVKAtANH96v3ZTlLsR { display:block; }
 }@media only screen and (max-width: 763px) { #mR5UctwZPrbP4f0NER1Ez2Uld9WO5goq { top:4.4375rem;left:36.125rem;width:11.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1SHPVVTymfUdu8uJavmEnQPTfUxNG88 { display:block; }
 }@media only screen and (max-width: 763px) { #vVNU7BXR9NivWimnTaBaDKN4CJ4tt61x { top:4.4375rem;left:36.125rem;width:11.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivpZtBVr58cNakDhvyPLCmvZR3nGa149 { display:block; }
 }@media only screen and (max-width: 763px) { #aydg3h47gfL8STXUKeou4c7P1lEDfJbs { top:3.75rem;left:2.80859375rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAseXeGAxsxHaJHNCxA87fLk8mTt961G { display:block; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 { display:block; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { top:30.8125rem;left:10.7451171875rem;width:28.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block; }
 }@media only screen and (max-width: 763px) { #aAL9Q9FfTLe6nAia4yJx3AUXfTKKsHB7 { top:17.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCiGGyZJBuVFeVa2s1I5Qor8wT61Tcsa { top:5.0625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChyB5nQuyrMA2cBx8Gd1NA8Q4TcAbxd { top:22.125rem;left:14.9580078125rem;width:8.125rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5qJoE1z9BXPXqTBxTxrvJ2NTziyZ0So { top:2.6875rem;left:0rem;width:47.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrI4anntnALAiacSFUvh76nuDLAptQen { display:block; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgBD7Iyt6IPrn8vb1ViQEXfz7mk0GTPu { top:8.625rem;left:18.2197265625rem;width:11.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If3AJmBh7s8qlH5aW0MJ336CplvRz3ZL { top:7.5rem;left:31.0625rem;width:16.6875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPl2z90ZqAwo83116Hti2HI3mbHZQcUW { top:8.625rem;left:0rem;width:13rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyvOox8LXKBHyFG8xXquJQXCxxCtK5py { top:7.5rem;left:0rem;width:16.6875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuaTV3gGTimqOKot9b4LvnAIPhWFE3Hn { top:6.8125rem;left:42.625rem;width:5.125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4KlqIrm3uOOthm5MseTz61rI4WcOwq { top:7.375rem;left:15.46875rem;width:16.8125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevFiyC2pb42IRxXnw9yPRTIlwNWaW6S { top:11.5rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwc57JGgmGfVEZM2kdvoZf9BSUwzXS6k { top:11.6875rem;left:21.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOQhROHHG51IKnkIMGhkcgJJAnNxAsoR { top:8.625rem;left:33.1875rem;width:14.5625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e377oqTsaPm8WbRuLmDF7osTyaZMKnst { top:11.75rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmEHqq4aDagIdI1gC2dWN0oPNzNkEG3e { top:2.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPeApPTXxgWkxK3mwueis7DIOIRmsBoT { top:18.5rem;left:0rem;width:13rem;height:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJoh7nl1nlaqaR9cm6M3rZE1aPrNoBw { top:18.5rem;left:34.1875rem;width:13.5625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITlT5JIAvFCf6d83g7cTHDCyHrRbmrTX { top:18.4375rem;left:17.34375rem;width:13rem;height:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhfS3Z4EErxgwy4pTSCMx8WQphNZiQp { top:7.5rem;left:31.0625rem;width:16.6875rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH { display:block; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTRTuCZPdkTPz0AMhKoGMC8ZAridenrZ { width:47.75rem;height:3.0625rem;top:2.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wECS4lp41pxHlX421nHOUzo8IQKOvFw9 { width:47.75rem;height:2.1875rem;top:6.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wiOnSALmfd5bhkWpfdQ7SiUeHbcWMr { width:40.3125rem;height:1.9375rem;top:23.625rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenNhnX9z8oEGwAApf66oy3fSl45misW { width:42.6875rem;height:4.1875rem;top:12rem;left:4.5927734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83w3ybOMHcwAaKLSTCii8LsSyp2byne { top:10.625rem;left:0rem;width:47.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLyTipZBA3PhFyEBObRP7TNLoo0bWlV { width:5rem;height:5rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQUVxnklqpBZ7QkJcyKeG6qGtNe0gBP7 { width:5rem;height:5rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxLgPTLrvyTNMXboiEFBJb9XyodQavc3 { width:5rem;height:5rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk232VSaPCQmvN5rlfi6OyNDGopr2EFv { top:21.625rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIyQF7tOZlekfmiexi64vzbUlCLKKkGN { top:12.5625rem;left:0rem;width:5.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBrDSMbo2ytzsbH7e2vyVEWJwyAAOVpI { top:23.1875rem;left:0rem;width:5.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmD64xoLbhxQAnBsUMmyV3hc0DPWT3mI { top:34rem;left:0rem;width:5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz6RytfB7aWukc3tUXRL6R3Ms570hNSm { width:5rem;height:5rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQCTUf9kehVqahVcuzhzsTVRkNh0oCgH { width:42.625rem;height:4.1875rem;top:33.25rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6usCfGxUUsKvA2R19RFXM8HSI63zbto { top:31.9375rem;left:0rem;width:47.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtPEXPURv8R85Xrb7klMzbNcymFUEGL { display:block; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKbNuQxZ2O5ZKlSrJUBZNKnnMnJMhTBR { width:40.75rem;height:3.25rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzThx5ztt849zmKcRoTPcwz40BR6UcnG { top:7.75rem;left:0rem;width:47.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3EAMwVZTLeZx1K03auraom6xKlGMff { top:8.75rem;left:11.6875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRF7oJ2OxAVt1ToH4AGg58nsPMCBusqt { width:21.625rem;height:2.0625rem;top:9rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syJcIpv99kzikQlrnZcU3pA4MTSJA3J0 { width:24rem;height:2.0625rem;top:12.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM8exvst6dS8zHTWSTdaHwlIy6DdZWLO { top:12.5rem;left:11.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTV31S5TaLzOnlzoRTxlL8dNyzpSo63 { top:16.5625rem;left:11.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpmcQRPXDGxFU1mvk7NqsgWndM0qTROU { width:19.25rem;height:2.0625rem;top:16.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiGdTkhUJ5Hu1xWTcmPsOk3io0hlJgbM { top:20.625rem;left:11.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1ZU0fbVoQsAR1IgKbfkS8EpyxTNVes { width:21.5625rem;height:2rem;top:20.625rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv5QfUp5OSLsLV7Ad2yyKQWyC78FLkbI { top:24.25rem;left:11.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0646m99WIJePxamUKaoDbg4w7FPsip { width:13rem;height:2rem;top:24.4375rem;left:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA { display:block; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dndteAZzXghhbprlOlc81nbqg8PGFa8p { width:47.75rem;height:10.1875rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAqn51J7hxbpmI7GLyCg2RfT29t8mcfa { top:13.625rem;left:15.500000476837rem;width:2.5rem;height:2.43685rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-regular-label { display:block;width:34.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-textarea { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-button { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-checkbox-label { width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn  { width:34.3125rem;height:auto;top:20.9375rem;left:6.8697929382325rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .radio-container { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn {display:block;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn { width:34.3125rem;height:auto;top:20.9375rem;left:6.8697929382325rem; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #I6xa9UTSODy8gHh9ylilfdu2Bz2cvtW1 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #tQKXhTgoVZ28zL29ITgkD4pEB1gZp6dk { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #pIwtD9J4dlhLbTXIBeOXQshluJBg1yOD {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #DU044z8BNFtCqTnx4DmuKNSWAMfc3ibK {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #GLQTfHFcIUx7qrxDFeGF0xzWH73lzQVN { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #VzkNTI4fgdtIR0VtIuTzCVTFPu1ducw1 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #l9WVwsrJ9nxSUZieyJmpyyOryDguG16S {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IAfkZGL0vnvS6XGykh1ieRJtKttAfWgV { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bCgzH9d49oy6HHwBE7XcK3n2QEoqWxSt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XoxDRt0I1RxbMXvWntLmmTtXEgHcgl0V {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gEBo5rF2P9iodFN4IgLGbkFSxnc85UQk { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bTfHT2S2dCMW69iBW5U9erK7ReeltN94 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gfmJEAXgpbkfofCN6CKv8B9pNeWKrlRt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XwmIdJx09prmDf1xX0xSxaNrv4yTZ7yo { z-index:2; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LbBadPafIzWEuwmKImBhS473TrdwrPT2 { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #AN0SiHWVfswEx4v8TsIPZ6SSzimffChg { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LNRfqylrtMyO9EqifXPs82O5qLz5DI2h { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #awXHK7ZrNC5Cg8bJcl3q7B6kxfEL16xT {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #uEWxVXLMiwaMoLkuJwavhWu9Xm44VuR9 {  }
 }@media only screen and (max-width: 763px) { #Gr6Kx8okF2feqmUkc0fnLrTHU34MOR0E { width:47.75rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block; }
 }@media only screen and (max-width: 763px) { #cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { width:47.75rem;height:3.0625rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0i3wVfiaUBLLLR5867sDTEeGFRTZuv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhFyhDk23XKSkNuQc5JGNqIiW68CJnfh { width:6.25rem;height:6.25rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeE078Tq5FXGC4z46zcAZohohIa1xuA2 { top:49.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #At37mXyDTziBkkacyRn2p2leI57pfc86 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzvMi2Iwhw0v2LwURqATuEVJw1b74J0 { width:6.25rem;height:6.25rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhscJQ6ubqelEQdDVTTtL7tRTBQGD15 { width:6.25rem;height:6.25rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQLXBU6ThlNEyby0gPx4Qhf3MFq513Q { top:22.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtefMJAnsSow2HMWb0bmC6Xg4zbFZ1e { top:36.5rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTT5I1TKwl4VgkPbtwbqMJTBTbe1Vmov { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0Sry9OXZbmRemBU8F68SfkvBxeAR0e { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { top:8rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmvHD8Ut6THTILkaGrm0JeoWRietsfw { top:20.25rem;left:2.1875rem;width:28.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCH8FL7BEfmflQ0STHlsJhhc0W6if4x { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4Ic1cDgT0m94ByPt5SlqV4nRHH1QeO { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlU4gVZk98UMmXTLaWl3g5KV3hNcPsvX { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pquXO5aoEc5xob2bZceBR4rwn0nIyK4U { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { top:2.5rem;left:19.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { top:2.5rem;left:23rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { top:3.75rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { top:2.1875rem;left:0rem;width:10.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { background-color: transparent; background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { border-width: 0; border-radius: 0; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { width:8.5625rem;height:3.1875rem;top:0.466796875rem;left:3.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udUagth1T9aRfxIITLTeJgqQ11JVX8Bc { top:5.5625rem;left:4.375rem;width:11.25rem;height:2.375rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fLWx6XlKKWqqwTFVKAtANH96v3ZTlLsR { display:block; }
 }@media only screen and (max-width: 763px) { #mR5UctwZPrbP4f0NER1Ez2Uld9WO5goq { top:8.9375rem;left:4.375rem;width:11.25rem;height:2.375rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #R1SHPVVTymfUdu8uJavmEnQPTfUxNG88 { display:block; }
 }@media only screen and (max-width: 763px) { #vVNU7BXR9NivWimnTaBaDKN4CJ4tt61x { top:12.3125rem;left:4.375rem;width:11.25rem;height:2.375rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ivpZtBVr58cNakDhvyPLCmvZR3nGa149 { display:block; }
 }@media only screen and (max-width: 763px) { #aydg3h47gfL8STXUKeou4c7P1lEDfJbs { width:4.5625rem;height:2.4375rem;top:0.841796875rem;left:12.6142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAseXeGAxsxHaJHNCxA87fLk8mTt961G { display:block; }#iAseXeGAxsxHaJHNCxA87fLk8mTt961G > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4884c9d5-ca60-491d-b5e1-e3d41cff3887/Beznazwy320x467px1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2.adaptive-delivery-prevent-bg, #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2.lazyload, #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2.lazyloading { background-image: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { background-color: transparent; background-image: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .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); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { border-width: 0; border-radius: 0; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { top:22.853515625rem;left:2.78125rem;width:14.4375rem;height:3.25rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block; }
 }@media only screen and (max-width: 763px) { #aAL9Q9FfTLe6nAia4yJx3AUXfTKKsHB7 { width:15.5rem;height:4.98698125rem;top:13.1552734375rem;left:2.25rem;font-size:1.1875rem;color:#000000;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eCiGGyZJBuVFeVa2s1I5Qor8wT61Tcsa { width:16.375rem;height:8.75rem;top:2.533203125rem;left:1.96875rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xChyB5nQuyrMA2cBx8Gd1NA8Q4TcAbxd { width:4.8125rem;height:0.375rem;top:17.7021484375rem;left:8.53125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Z5qJoE1z9BXPXqTBxTxrvJ2NTziyZ0So { width:19.25rem;height:19.375rem;top:0.666015625rem;left:0.75rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KrI4anntnALAiacSFUvh76nuDLAptQen { background-color:#f4f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { background-color: transparent; background-image: none; }#KrI4anntnALAiacSFUvh76nuDLAptQen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container > .video-iframe-container { display: none; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row > .video-iframe-container { display: none; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .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); }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { border-width: 0; border-radius: 0; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrI4anntnALAiacSFUvh76nuDLAptQen > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgBD7Iyt6IPrn8vb1ViQEXfz7mk0GTPu { width:5.9375rem;height:1.375rem;top:23.6875rem;left:7.03125rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #If3AJmBh7s8qlH5aW0MJ336CplvRz3ZL { width:20rem;height:14.125rem;top:6.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pPl2z90ZqAwo83116Hti2HI3mbHZQcUW { width:8.3125rem;height:1.375rem;top:7.8125rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyvOox8LXKBHyFG8xXquJQXCxxCtK5py { width:20rem;height:13.4375rem;top:37.8193359375rem;left:0rem;background-color:#ffffff;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.375rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #xuaTV3gGTimqOKot9b4LvnAIPhWFE3Hn { width:8.9998125rem;height:1.375rem;top:34rem;left:5.4375rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4KlqIrm3uOOthm5MseTz61rI4WcOwq { width:16.625rem;height:0;top:47.875rem;left:1.6875rem;background-color:#ffffff;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;display:none; }
 }@media only screen and (max-width: 763px) { #WevFiyC2pb42IRxXnw9yPRTIlwNWaW6S { display:flex;width:3.25rem;height:3.25rem;top:10.5rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #hwc57JGgmGfVEZM2kdvoZf9BSUwzXS6k { display:flex;width:3.1875rem;height:3.1875rem;top:26rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #lOQhROHHG51IKnkIMGhkcgJJAnNxAsoR { width:6.1875rem;height:1.375rem;top:39.71875rem;left:6.90625rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e377oqTsaPm8WbRuLmDF7osTyaZMKnst { display:flex;width:3.9375rem;height:3.9375rem;top:42.0693359375rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #PmEHqq4aDagIdI1gC2dWN0oPNzNkEG3e { width:20rem;height:2.0247375rem;top:2.26171875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #aPeApPTXxgWkxK3mwueis7DIOIRmsBoT { width:11.9375rem;height:4.04948125rem;top:14.9521484375rem;left:4.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZJoh7nl1nlaqaR9cm6M3rZE1aPrNoBw { width:11.375rem;height:2.69965rem;top:47.3525390625rem;left:4.3125rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ITlT5JIAvFCf6d83g7cTHDCyHrRbmrTX { width:13rem;height:4.04948125rem;top:30.3896484375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhfS3Z4EErxgwy4pTSCMx8WQphNZiQp { width:20rem;height:14.125rem;top:21.9375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57ee20bc-b5f9-4bd1-9d59-cc4cff0ebab2/Beznazwy1200x501px1200x556px320x653px.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.adaptive-delivery-prevent-bg, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyload, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyloading { background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { background-color: transparent; background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container > .video-iframe-container { display: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container { display: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .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); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTRTuCZPdkTPz0AMhKoGMC8ZAridenrZ { width:20rem;height:1.95023125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wECS4lp41pxHlX421nHOUzo8IQKOvFw9 { width:20rem;height:2.9239rem;top:4.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wiOnSALmfd5bhkWpfdQ7SiUeHbcWMr { width:14.9355625rem;height:3.14959375rem;top:28.625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AenNhnX9z8oEGwAApf66oy3fSl45misW { width:19rem;height:4.72395625rem;top:14.0595703125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83w3ybOMHcwAaKLSTCii8LsSyp2byne { width:20rem;height:12.1875rem;top:8.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLyTipZBA3PhFyEBObRP7TNLoo0bWlV { width:3.9375rem;height:3.9375rem;top:9.6376953125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQUVxnklqpBZ7QkJcyKeG6qGtNe0gBP7 { width:2.5rem;height:2.5rem;top:24.5rem;left:8.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mxLgPTLrvyTNMXboiEFBJb9XyodQavc3 { width:3.875rem;height:3.875rem;top:35.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk232VSaPCQmvN5rlfi6OyNDGopr2EFv { width:20rem;height:10.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIyQF7tOZlekfmiexi64vzbUlCLKKkGN { width:3.875rem;height:2.03125rem;top:10.5908203125rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBrDSMbo2ytzsbH7e2vyVEWJwyAAOVpI { width:2.375rem;height:2.03125rem;top:24.75rem;left:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmD64xoLbhxQAnBsUMmyV3hc0DPWT3mI { width:2.5rem;height:2.03125rem;top:36.4375rem;left:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz6RytfB7aWukc3tUXRL6R3Ms570hNSm { width:4.125rem;height:4.125rem;top:23.6875rem;left:7.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nQCTUf9kehVqahVcuzhzsTVRkNh0oCgH { width:17.8125rem;height:4.72395625rem;top:40.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6usCfGxUUsKvA2R19RFXM8HSI63zbto { width:20rem;height:11.375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtPEXPURv8R85Xrb7klMzbNcymFUEGL { background-color:#f4f3f3;background-image:none;display:block; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { background-color: transparent; background-image: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .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); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKbNuQxZ2O5ZKlSrJUBZNKnnMnJMhTBR { width:20rem;height:2.03125rem;top:2.1767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzThx5ztt849zmKcRoTPcwz40BR6UcnG { width:0.125rem;height:0.125rem;top:27.0654296875rem;left:19.914880952381rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3EAMwVZTLeZx1K03auraom6xKlGMff { display:flex;width:2.5625rem;height:2.5625rem;top:6.5029296875rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #VRF7oJ2OxAVt1ToH4AGg58nsPMCBusqt { width:14.5rem;height:2.9239rem;top:6.3212890625rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syJcIpv99kzikQlrnZcU3pA4MTSJA3J0 { width:15.5rem;height:2.9239rem;top:11.2705078125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM8exvst6dS8zHTWSTdaHwlIy6DdZWLO { display:flex;width:2.9375rem;height:2.9375rem;top:11.2646484375rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #cZTV31S5TaLzOnlzoRTxlL8dNyzpSo63 { display:flex;width:2.5625rem;height:2.5625rem;top:16.3388671875rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #wpmcQRPXDGxFU1mvk7NqsgWndM0qTROU { width:13.375rem;height:1.46195rem;top:16.8896484375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiGdTkhUJ5Hu1xWTcmPsOk3io0hlJgbM { display:flex;width:2.75rem;height:2.75rem;top:20.5380859375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #Xs1ZU0fbVoQsAR1IgKbfkS8EpyxTNVes { width:15.5625rem;height:1.46195rem;top:21.1826171875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv5QfUp5OSLsLV7Ad2yyKQWyC78FLkbI { display:flex;width:2.4375rem;height:2.4375rem;top:24.6904296875rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #Kq0646m99WIJePxamUKaoDbg4w7FPsip { width:15.1875rem;height:1.46195rem;top:25.1787109375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4489e525-e17a-446c-bdbb-503741b64cf0/Beznazwy320x467px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.adaptive-delivery-prevent-bg, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyload, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyloading { background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { background-color: transparent; background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .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); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dndteAZzXghhbprlOlc81nbqg8PGFa8p { width:16.875rem;height:12.14843125rem;top:5.4736328125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PAqn51J7hxbpmI7GLyCg2RfT29t8mcfa { width:2.499025rem;height:2.43555rem;top:11.78125rem;left:2.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn  { width:17.5rem;height:auto;top:31.290786230469rem;left:0rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn {display:block;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn { width:17.5rem;height:auto;top:31.290786230469rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #I6xa9UTSODy8gHh9ylilfdu2Bz2cvtW1 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #tQKXhTgoVZ28zL29ITgkD4pEB1gZp6dk { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #pIwtD9J4dlhLbTXIBeOXQshluJBg1yOD {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #DU044z8BNFtCqTnx4DmuKNSWAMfc3ibK {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #GLQTfHFcIUx7qrxDFeGF0xzWH73lzQVN { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #VzkNTI4fgdtIR0VtIuTzCVTFPu1ducw1 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #l9WVwsrJ9nxSUZieyJmpyyOryDguG16S {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IAfkZGL0vnvS6XGykh1ieRJtKttAfWgV { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bCgzH9d49oy6HHwBE7XcK3n2QEoqWxSt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XoxDRt0I1RxbMXvWntLmmTtXEgHcgl0V {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gEBo5rF2P9iodFN4IgLGbkFSxnc85UQk { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bTfHT2S2dCMW69iBW5U9erK7ReeltN94 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gfmJEAXgpbkfofCN6CKv8B9pNeWKrlRt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XwmIdJx09prmDf1xX0xSxaNrv4yTZ7yo { z-index:2; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LbBadPafIzWEuwmKImBhS473TrdwrPT2 { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #AN0SiHWVfswEx4v8TsIPZ6SSzimffChg { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LNRfqylrtMyO9EqifXPs82O5qLz5DI2h { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #awXHK7ZrNC5Cg8bJcl3q7B6kxfEL16xT {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #uEWxVXLMiwaMoLkuJwavhWu9Xm44VuR9 {  }
 }@media only screen and (max-width: 763px) { #Gr6Kx8okF2feqmUkc0fnLrTHU34MOR0E { width:19.99925rem;height:1.8rem;top:2.2493286132812rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { top:19.166015625rem;left:1.7177734375rem;width:15.6865rem;height:3.2487rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block; }
 }@media only screen and (max-width: 763px) { #cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { background-color:#ffffff;background-image:none;display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { background-color: transparent; background-image: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .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); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { width:20rem;height:1.95023125rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0i3wVfiaUBLLLR5867sDTEeGFRTZuv { width:19.75rem;height:19.6875rem;top:32.24853515625rem;left:0rem;background-color:#f4f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AhFyhDk23XKSkNuQc5JGNqIiW68CJnfh { width:6.25rem;height:6.25rem;top:81.436370849613rem;left:6.87337243557rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeE078Tq5FXGC4z46zcAZohohIa1xuA2 { width:3.6875rem;height:3.6875rem;top:82.749847412113rem;left:8.1860345602037rem;display:block; }
 }@media only screen and (max-width: 763px) { #At37mXyDTziBkkacyRn2p2leI57pfc86 { width:17.7498125rem;height:8.7708375rem;top:41.060394287109rem;left:1.123046875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzvMi2Iwhw0v2LwURqATuEVJw1b74J0 { width:6.25rem;height:6.25rem;top:29.49870300293rem;left:6.8115233182906rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhscJQ6ubqelEQdDVTTtL7tRTBQGD15 { width:6.25rem;height:6.25rem;top:54.0625rem;left:6.87337243557rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQLXBU6ThlNEyby0gPx4Qhf3MFq513Q { width:3.6875rem;height:3.6875rem;top:30.74870300293rem;left:7.99886071682rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtefMJAnsSow2HMWb0bmC6Xg4zbFZ1e { width:3.5625rem;height:3.5625rem;top:55.43620300293rem;left:8.2486976385119rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTT5I1TKwl4VgkPbtwbqMJTBTbe1Vmov { width:20rem;height:1.4625rem;top:61.68620300293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0Sry9OXZbmRemBU8F68SfkvBxeAR0e { width:20rem;height:1.4625rem;top:89.74853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { width:19.124rem;height:20.25rem;top:6.0869140625rem;left:0.4365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmvHD8Ut6THTILkaGrm0JeoWRietsfw { width:17.6871875rem;height:2.70019375rem;top:37.310394287109rem;left:1.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvCH8FL7BEfmflQ0STHlsJhhc0W6if4x { width:18.0623125rem;height:13.15623125rem;top:63.833831787113rem;left:0.966796875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4Ic1cDgT0m94ByPt5SlqV4nRHH1QeO { width:17.4373125rem;height:8.7716875rem;top:92.622894287113rem;left:1.279296875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlU4gVZk98UMmXTLaWl3g5KV3hNcPsvX { width:20rem;height:21.6875rem;top:57.24772644043rem;left:0rem;background-color:#f4f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pquXO5aoEc5xob2bZceBR4rwn0nIyK4U { width:20rem;height:19.6875rem;top:85.06103515625rem;left:0rem;background-color:#f4f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { width:3.125rem;height:3.125rem;top:4.498046875rem;left:7.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { width:3.125rem;height:3.125rem;top:4.498046875rem;left:10.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { width:11.6875rem;height:1.29948125rem;top:8.498046875rem;left:4.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { width:10.875rem;height:4.125rem;top:0.435546875rem;left:4.125rem;display:block; }
 }