.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:232,230,255;--color-primary-1:180,170,255;--color-primary-2:104,85,255;--color-primary-3:52,43,128;--color-primary-4:16,13,38;--color-secondary-0:249,255,217;--color-secondary-1:238,255,140;--color-secondary-2:227,255,64;--color-secondary-3:218,255,0;--color-secondary-4:45,51,13;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Rubik"; }@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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:rgba(var(--color-secondary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.125rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.28125rem;left:61.875rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6rem;top:0.15625rem;left:0rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-tertiary-4),0.9);background-image:url("https://images.assets-landingi.com/uc/78e131cf-7ba4-432b-806e-8578b8c45171/Obszarroboczy4kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:11.625rem;left:0rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:27.125rem;left:0rem;height:7.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-form-header { font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-3),1);width:26.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.5);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:26.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: none;vertical-align:top; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.5);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:26.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.5);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:26.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .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; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal;float:none; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .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; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-container:first-of-type{padding-top:0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-container:last-of-type{padding-bottom:0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:12.6875rem;left:43.9375rem;font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 {display:block;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:12.6875rem;left:43.9375rem;font-size:0.875rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #SuFG6SQz1zwz0p6OaOeTcUA3DzgUNw8b { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #lrDssmuKtk4eKtcdUOBKQ9MzvFU4GuQR { position:relative;display:block; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #TdvTGTXHhBifRDQgoT7U7NKJWTdM05we { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #gLoV1KTW1NQzXLaDo8Z4FgTDViqS8XsM { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #DlZJ0m9irPi4Z0cCFctEiOl8Mzvl2inc { position:relative;display:block; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #rfvNPndwLHTP18EqZS3BSZd0F6WVCkHL { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #i0M2WUEifwZE9IGmu9hu1aTe61ApMy1v { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #tOd5ndTHI63h5q4kaaLlmBQdMvpPJXDR { position:relative;display:block; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #HoxiCVo9lRfII8uoo0eJo2yMnG75vM8G { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #OfCBWz0qSIMezO0IDVZ6CoGvMfF80HyD { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #W2bJt7xWuJcKDI9h69R9NwC0ierteUP8 { position:relative;display:block; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #xQB4uuS717V3ibVaQI20FAFoHerFO6vJ { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #t95I54fqpTcnI62dbqDtrH45qaQKJ7wz { position:relative; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #WUT0gQNrmsyZlZZdAp0pFJ3FUaOtSFMR { position:relative; }
#Qn8os1eoZSyHheTNcBu4rTDlSWibMtp8 { box-sizing:content-box;height:33.8125rem;width:32.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:42.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nsf0chnC56sHN8KgSQ0angyDqKO4tZAU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:9rem;left:44.9375rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aT8N4HycDFSDUXalsiqQpFhCJl8Telob { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.44375038147rem;left:44.96875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMFTzmueVZNscogqknnAACFDPZ1n0X11 { color:rgba(var(--color-secondary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:18.5rem;left:0rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container { background-color: transparent; background-image: none; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container > .video-iframe-container { display: none; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row > .video-iframe-container { display: none; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .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); }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container { border-width: 0; border-radius: 0; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#kP5RFpHa9sSruWmNXwQVDCPfL8uIQZ4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:1.75rem;left:4.125rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a5Egw0gBP5ztP3CXHLT7T45isGvcUEWm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.8125rem;left:2.0625rem; }
#w4fREikWQ8tAvXLnnn5FvCHqMoGuzwPe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.875rem;left:22.125rem; }
#zXmAiLSmTni8D7iDQVD5kC1Gp6cgKBWA { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:1.75rem;left:24.1875rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uZGSJispHnT0eZTfMk1xuOesERn1lrFN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.875rem;left:39.0625rem; }
#gwcQmBTmT88QEDVKEUfKF3XxCv5uy1J2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.9;letter-spacing:0;top:1.75rem;left:41.125rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqzydhPQhUcqKJPPMdQr6s6koJSbX47C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:60.0625rem; }
#nXxLTDeWWtlJJ6Qgr0URc0mh43FEvoi7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.9;letter-spacing:0;top:1.75rem;left:62.125rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xd4EnNWRuTiZIFQMwpidp7IPieCpwbiK { box-sizing:content-box;height:1.9375rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:18.6875rem;display:block; }
#X9ZRaBAvzOn1h4xMNp3ZviOquGaTQ2Oz { box-sizing:content-box;height:1.9375rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:37.4375rem;display:block; }
#sftBlQFEXcLT9EbwFgrb0TTB5prINy3f { box-sizing:content-box;height:1.9375rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:56.1875rem;display:block; }
#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container { background-color: transparent; background-image: none; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container > .video-iframe-container { display: none; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row > .video-iframe-container { display: none; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .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); }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container { border-width: 0; border-radius: 0; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#sxliszL2AJs9H4TUQRkO6y2CuaM3GZJr { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:10rem;left:0rem;height:4.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tf9kmGT7CuriW5IJ1FQbdpB8ApQz2k7q { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:18.75rem;left:0rem;height:7.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sBAmeToB76GfFsh81obgtsK3zs1e2hQT { color:rgba(var(--color-primary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.9;letter-spacing:0;top:7.3125rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JkTS4axVG17GQEGmLbcZnqZrkn3kqiSh { box-sizing:content-box;height:8.625rem;width:32.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.2);top:5.125rem;left:42rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tPGxPGkTvSaydFWp4xeWhfMxs3kGtUqX { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:15015;background-color:#fdd9d9;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.375rem;left:43.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QKvgrbftIixvR1CyNWDSPP7l57Cgkiv7 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10rem;left:43.1875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nfLHt6OmilxKEkA1bdetU2ShQK423eKz { color:#ff1212;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:6.5rem;left:43.25rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJtxG8wrcOiE2zzICFdWUkPETne2ueem { box-sizing:content-box;height:11.875rem;width:32.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:16.375rem;left:42rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uZ2TlWrQhTBvGpesS7XtTPpepJ2XpuJ5 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.6875rem;left:43.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uDg6DoWt0M4vg7Wgu6lVB01WfI9rTgsp { color:#5f6f00;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:17.75rem;left:43.25rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbT3Xq2HASf83lSNscoEA9qqKRvlghJz { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:21.25rem;left:43.1875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO { 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/93206e3a-6b07-457c-94e7-d1369340428e/AdobeStock_475284195.jpeg");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; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO.adaptive-delivery-prevent-bg, #Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO.lazyload, #Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO.lazyloading { background-image: none; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container { background-color: transparent; background-image: none; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container > .video-iframe-container { display: none; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row > .video-iframe-container { display: none; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .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); }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container { border-width: 0; border-radius: 0; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#L6fF0aTLZ4mg9QA5Ckd49quDAkeObM2H { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #000000;top:10.3125rem;left:0rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lLsrcM92Q4katt3XV9RZroUf22Bb7hw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #000000;top:8.4375rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ { position:relative;display:block; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ { background-color: transparent; background-image: none; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .row .container > .video-iframe-container { display: none; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .row > .video-iframe-container { display: none; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .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); }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ { border-width: 0; border-radius: 0; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .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; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .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:2rem;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; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT { position:relative;display:block; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT { background-color: transparent; background-image: none; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .row .container > .video-iframe-container { display: none; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .row > .video-iframe-container { display: none; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .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); }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT { border-width: 0; border-radius: 0; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .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; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .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:15.5625rem;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; }#aPA53OXGGnf6ednhp8BLIWehsuBsqI9R { box-sizing:content-box;height:11.875rem;width:32.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),0.2);top:1.75rem;left:2.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IHFnkSJOeU20rLToESrzmPghJyktN16u { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.625rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DpqTrKRIUhi3zMKSRm8vpoW7CAPxATuD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:3.6875rem;left:4rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooqW68UJXbTBoFkWUOnTHPVkZronrpuU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:6.75rem;left:3.9375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ucy6v1gNvVgwlTXuSpUvbzDRTIfA9QiS { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.9;letter-spacing:0;top:3.875rem;left:7.125rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TKB7BOADxCoUMp1faD9d7CUUETKhRlmk { box-sizing:content-box;height:11.875rem;width:32.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),0.2);top:1.875rem;left:39.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BFqUHQf0TXHLXrp53ghnfhFzdxNTTMcz { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.75rem;left:41.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kRnSHannySHiNIg77GZ9CxcKvDSxxGhN { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:3.8125rem;left:41.625rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thlvmbueJkt8i1bcq1IIpaC7GRTLASXr { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:6.875rem;left:41.5625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qq49anEFrDTZOnSsfyagif1hy2lbkfEs { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.9;letter-spacing:0;top:4rem;left:44.75rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI { position:relative;display:block; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI { background-color: transparent; background-image: none; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .row .container > .video-iframe-container { display: none; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .row > .video-iframe-container { display: none; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .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); }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI { border-width: 0; border-radius: 0; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .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; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .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:15.5625rem;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; }#zyQtUv7BrWgwGTIvm6Akir7izd69l2An { box-sizing:content-box;height:11.875rem;width:32.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),0.2);top:1.75rem;left:2.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ccfSve91hfzvigMePiQ6QOeu0uf12QQX { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.625rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JXA8BEOQqxDT9D1Etprm4OoPUUQZ5w9T { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:3.6875rem;left:4rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGqfqfCTmdFGDCsUygteJxcBOTPVi6SI { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:6.75rem;left:3.9375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mdLlp1L1ytwnrwGLpw0KLbTPywFsll3U { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.9;letter-spacing:0;top:3.875rem;left:7.125rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tq0D93oWKWnsQHvkz8VOUTFPzctT4ssw { box-sizing:content-box;height:11.875rem;width:32.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-1),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),0.2);top:1.875rem;left:39.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#J7lqcGDdfkpli5HEIlE4RUBJOWvSm6Nb { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.75rem;left:41.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#FFz7ymTVOlkGE0wArJgfzTxiywmLT4pp { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:3.8125rem;left:41.625rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmpxvoHR04BQ47GATb3eraKFrTtsnTzT { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:6.875rem;left:41.5625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8R4PkUWO9v6Tmv68LHFG5gcHK7RtpEm { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.9;letter-spacing:0;top:4rem;left:44.75rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA { position:relative;display:block; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA { background-color: transparent; background-image: none; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .row .container > .video-iframe-container { display: none; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .row > .video-iframe-container { display: none; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .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); }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA { border-width: 0; border-radius: 0; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .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; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .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:1.8125rem;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; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/db027de4-236b-499c-bb62-58d59c504971/Obszarroboczy2kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au.adaptive-delivery-prevent-bg, #nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au.lazyload, #nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au.lazyloading { background-image: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container { background-color: transparent; background-image: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container > .video-iframe-container { display: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row > .video-iframe-container { display: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .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); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container { border-width: 0; border-radius: 0; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#JlyQ2hJtTcZ4EUSP0VDnVSpiHQZmwtiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:11.375rem;left:0rem;height:4.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZR8ZtlP6g2WxmUklnTtMMZaHaERHlwQN { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:17.4375rem;left:0rem;height:7.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0s9NOQ9foBkulU6DdqBrxgh5DJBcKTP { color:rgba(var(--color-primary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.9;letter-spacing:0;top:8.6875rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oRdImKeknWK3IVmtR6Fw9KW9Fp7tFeAN { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.5rem;width:38.3125rem;top:4.0625rem;left:36.6875rem;overflow:hidden;display:block; }
#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container { background-color: transparent; background-image: none; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container > .video-iframe-container { display: none; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row > .video-iframe-container { display: none; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .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); }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container { border-width: 0; border-radius: 0; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#na9UCqrEEU3Fa6IV0ZMDnHbilenoosW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:7.5625rem;left:12.4375rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sH86VXGmzOHTWX9gyLGMJQWIJ5ir5eTM { color:rgba(var(--color-primary-1),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:4.875rem;left:22.6875rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hND36cWSrh6BEH1nZICwb0uNk9HOGX4d { color:rgba(var(--color-primary-1),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:17.25rem;left:16.75rem;height:5.69824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sLTukceXxMd3gP1PN8apf0BxlnmLgmro { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.3125rem;left:18rem;display:block; }
#GzzJe39zaZpTWcdqJJ3hOLnFUMl0nXXr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJtnwMcLaNzfZH32zStNZUSu20X7pBB4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.3125rem;left:39.5625rem;display:block; }
#JLCaNMSNIepGLmldTLGptQWLGNuMRKuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw { 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/3930ccd5-2105-425d-b61b-8fcd893e0820/AdobeStock_853868851.jpeg");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; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw.adaptive-delivery-prevent-bg, #JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw.lazyload, #JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw.lazyloading { background-image: none; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container { background-color: transparent; background-image: none; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container > .video-iframe-container { display: none; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row > .video-iframe-container { display: none; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .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); }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container { border-width: 0; border-radius: 0; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#CM1UZRfpQZsFrIbOwa7Iwpia6nsAeANi { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #000000;top:9.125rem;left:0rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cTRJLORv75z88WDw0byfid3CoprAHrmM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #000000;top:7.25rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .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); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.2); }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);line-height:2.5;overflow:hidden;height:auto;font-style:normal; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);height:auto;line-height:2;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_aee88a81b0a6d563e5bb30a40215a21967b82eff.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FX8nFE4ZG1mFkJeMs76Seoe3k8MISDfh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #TGymHviPuIxOIxnFLKTNhWPPIQoObGTC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #TP9Pxn9FKggQ694revzJ7s30MU0gTcJg { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t8i3B4BzR0BSzWuWGX1OlvpwUWT5qUS5 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xZO2IJFd8PT2wWVX0M7TX4ypp7ufsMBI { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #M6sqEg25Uz2r1c1sJINQQedz4iEgCpPp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #trQuBtoQurEATJoGLbuvICsvPKpXxhmI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #sM0tKoU6z5aeWooTEfukzrop9RovJUwx { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FrEq0QwxAK1iZzL6T0SzSf3KvhQ8k74w {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #MAynVPGLTOptPlkesgrSdT6exqodJx1B { display:none; }
#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 { background-color:rgba(var(--color-tertiary-4),0.9);background-image:url("https://images.assets-landingi.com/uc/78e131cf-7ba4-432b-806e-8578b8c45171/Obszarroboczy4kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498.adaptive-delivery-prevent-bg, #TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498.lazyload, #TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498.lazyloading { background-image: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container { background-color: transparent; background-image: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container > .video-iframe-container { display: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row > .video-iframe-container { display: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .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); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container { border-width: 0; border-radius: 0; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#p0VZTcvUnLHTOdMCt6XRV2JPuJTakcvT { color:rgba(var(--color-tertiary-1),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:21.875rem;left:0rem;height:3.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-form-header { font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-3),1);width:26.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.5);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:26.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: none;vertical-align:top; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-text {padding-top: 0; padding-bottom: 0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.5);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:26.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-select { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.5);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:26.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-select {padding-top: 0; padding-bottom: 0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .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; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:rubik;font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal;float:none; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .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; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-container:first-of-type{padding-top:0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-container:last-of-type{padding-bottom:0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:12.6875rem;left:43.9375rem;font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa {display:block;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:12.6875rem;left:43.9375rem;font-size:0.875rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #VB77oZVPDSThl6MvQKPKhzwxMAq8SzNT { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #NkcG4LXgr7XXWNKv5sh9qHVIAK7E73nV { position:relative;display:block; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #pFEDTxLspzK2DUNZRqkvoBRM4EThtKe7 { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #QJPry6mk7aeq6Pie8mE4DN3aV2y7gTlM { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #SmKlTTHsiZGnKJd70W79arTTo1TGzRZG { position:relative;display:block; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #WsOEvPGJ89ckuMEz0lmc8FBPKgkdFtBz { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #Mtp7mawhWZQlaCdadPHVf117bKDRcHsx { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #r5cCBdiAnR4314sqZiAe1k3mqRVoddLm { position:relative;display:block; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #xEDGzdH5bZG73ogfoiH9g8WNuOuZZ8fz { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #Gk3yGFDZmvQzEhecLUv1BTllnnGQJ0kA { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #cG32WdptXkgtRSNARabsyS8TTubRBdwG { position:relative;display:block; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #KsLw25kNMvcazqrx22heHSIw4GnDi1cJ { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #miy6Eof6KSyt7n2GeKEmOurAhx86cqnx { position:relative; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #OZds4uuwsA2VuHJygGBJ8zTwN9tVnByJ { position:relative; }
#wzREyOH6u0LWM19pCINTtawqffiOHfAO { box-sizing:content-box;height:33.8125rem;width:32.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:42.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KGyOFHVGDkIR5rEf0NzmsQodFVh31yoI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:9rem;left:44.9375rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OHKTRacISQwLa2R7k4cKAbUxL4IiTIpf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.44375038147rem;left:44.96875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F5SkPMDQ6KZ3cTo581hEeDaHG6K8vZEt { color:rgba(var(--color-secondary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.9;letter-spacing:0;top:13.0625rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QM5LL8LvJzecqgoUZIfR6ZKknnJl3sZ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:15.75rem;left:0rem;height:4.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nuI1E98Axk04gkHnDXbRxS2NhmlmCDfp { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:27.3125rem;left:0rem;overflow:hidden;display:block; }
#dT6OTfztUdsGwtl6a5cDtxJIsfwcHgC3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:27.3125rem;left:7.0625rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GTanu0wqUbRFB8MqB9NdhnGNLHiSXp8e { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:29.25rem;left:7.0625rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XnqpaGd5rqG6blxyDAsE6rmx90R3GTkW { color:rgba(var(--color-secondary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:31.3125rem;left:7.0625rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL { background-color:rgba(var(--color-tertiary-4),0.9);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { background-color: transparent; background-image: none; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container > .video-iframe-container { display: none; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row > .video-iframe-container { display: none; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .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); }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { border-width: 0; border-radius: 0; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.625rem;width:75rem;overflow:visible;position:relative;display:block; }#b0U52C1AenMlbbHEcBWmvkT2TAAuwRsy { position:absolute;display:block;z-index:15003;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.1875rem;width:12.5rem;top:9.875rem;left:7.8125rem;overflow:hidden;display:block; }
#LSKasQ9l3kUJEFQBvbkIpDdCbRNpG9q9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.5625rem;top:9.75rem;left:23.4375rem;overflow:hidden;display:block; }
#RSCTmThy6gFXZ7QFEqcu8vnTx0WWeMAs { position:absolute;display:block;z-index:15005;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.5rem;width:8.875rem;top:9.8125rem;left:33.625rem;overflow:hidden;display:block; }
#eiifNw2h8hBkTpMLvU0LpsFwStBp7HFP { 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.4375rem;width:8.125rem;top:9.25rem;left:46.75rem;overflow:hidden;display:block; }
#d8p6roC6aV34098FsEStvTf9ohUqaSfc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:10rem;left:57.875rem;overflow:hidden;display:block; }
#Hptqs3BO4UfUsKw7EyywVmaVwPO05fHw { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.9375rem;left:14.4375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfQl7cxJoMG2UB3ebd3GKCNTdtTlt1x4 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:4.875rem;left:16.6875rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { background-color: transparent; background-image: none; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container > .video-iframe-container { display: none; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row > .video-iframe-container { display: none; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .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); }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { border-width: 0; border-radius: 0; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#s0lFdXEMGKKzmeKo6ESNZVxhGIZfTdkM { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.78125rem;left:32.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#GgFSCbOnxrCav5i60V24vVf650eayh2i { 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:1.875rem;width:3.875rem;top:2.59375rem;left:66.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { top:0.125rem;left:0rem;width:6rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:11.625rem;left:0rem;width:34.375rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:27.125rem;left:0rem;width:31.8125rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4  { width:26.875rem;height:auto;top:12.6875rem;left:18.375rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 {display:block;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 { width:26.875rem;height:auto;top:12.6875rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #SuFG6SQz1zwz0p6OaOeTcUA3DzgUNw8b {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #lrDssmuKtk4eKtcdUOBKQ9MzvFU4GuQR {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #TdvTGTXHhBifRDQgoT7U7NKJWTdM05we {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #gLoV1KTW1NQzXLaDo8Z4FgTDViqS8XsM {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #DlZJ0m9irPi4Z0cCFctEiOl8Mzvl2inc {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #rfvNPndwLHTP18EqZS3BSZd0F6WVCkHL {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #i0M2WUEifwZE9IGmu9hu1aTe61ApMy1v {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #tOd5ndTHI63h5q4kaaLlmBQdMvpPJXDR {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #HoxiCVo9lRfII8uoo0eJo2yMnG75vM8G {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #OfCBWz0qSIMezO0IDVZ6CoGvMfF80HyD {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #W2bJt7xWuJcKDI9h69R9NwC0ierteUP8 {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #xQB4uuS717V3ibVaQI20FAFoHerFO6vJ {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #t95I54fqpTcnI62dbqDtrH45qaQKJ7wz {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #WUT0gQNrmsyZlZZdAp0pFJ3FUaOtSFMR {  }
 }@media only screen and (max-width: 763px) { #Qn8os1eoZSyHheTNcBu4rTDlSWibMtp8 { top:6.25rem;left:13.9375rem;width:32.75rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf0chnC56sHN8KgSQ0angyDqKO4tZAU { top:9rem;left:23.9375rem;width:23.8125rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8N4HycDFSDUXalsiqQpFhCJl8Telob { top:10.4375rem;left:21.4375rem;width:26.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMFTzmueVZNscogqknnAACFDPZ1n0X11 { top:18.5rem;left:0rem;width:34.375rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ { display:block; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP5RFpHa9sSruWmNXwQVDCPfL8uIQZ4Z { top:1.75rem;left:0rem;width:12.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Egw0gBP5ztP3CXHLT7T45isGvcUEWm { top:1.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fREikWQ8tAvXLnnn5FvCHqMoGuzwPe { top:1.875rem;left:11.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmAiLSmTni8D7iDQVD5kC1Gp6cgKBWA { top:1.75rem;left:13.875rem;width:10rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZGSJispHnT0eZTfMk1xuOesERn1lrFN { top:1.875rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwcQmBTmT88QEDVKEUfKF3XxCv5uy1J2 { top:1.75rem;left:22.1875rem;width:13.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqzydhPQhUcqKJPPMdQr6s6koJSbX47C { top:1.875rem;left:36.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXxLTDeWWtlJJ6Qgr0URc0mh43FEvoi7 { top:1.75rem;left:38.28125rem;width:9.125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4EnNWRuTiZIFQMwpidp7IPieCpwbiK { top:1.625rem;left:11.8125rem;width:0.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZRaBAvzOn1h4xMNp3ZviOquGaTQ2Oz { top:1.625rem;left:23.75rem;width:0.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sftBlQFEXcLT9EbwFgrb0TTB5prINy3f { top:1.625rem;left:35.6875rem;width:0.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 { display:block; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxliszL2AJs9H4TUQRkO6y2CuaM3GZJr { top:10rem;left:0rem;width:29.875rem;height:7.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf9kmGT7CuriW5IJ1FQbdpB8ApQz2k7q { top:18.75rem;left:0rem;width:29.6875rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBAmeToB76GfFsh81obgtsK3zs1e2hQT { top:7.3125rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTS4axVG17GQEGmLbcZnqZrkn3kqiSh { top:5.125rem;left:14.875rem;width:32.75rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPGxPGkTvSaydFWp4xeWhfMxs3kGtUqX { top:6.375rem;left:29.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKvgrbftIixvR1CyNWDSPP7l57Cgkiv7 { top:10rem;left:18.0625rem;width:29.6875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLHt6OmilxKEkA1bdetU2ShQK423eKz { top:6.5rem;left:29.625rem;width:2.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJtxG8wrcOiE2zzICFdWUkPETne2ueem { top:16.375rem;left:14.75rem;width:32.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ2TlWrQhTBvGpesS7XtTPpepJ2XpuJ5 { top:17.6875rem;left:29.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDg6DoWt0M4vg7Wgu6lVB01WfI9rTgsp { top:17.75rem;left:29.625rem;width:2.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbT3Xq2HASf83lSNscoEA9qqKRvlghJz { top:21.25rem;left:18.0625rem;width:29.6875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO { display:block; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6fF0aTLZ4mg9QA5Ckd49quDAkeObM2H { top:10.3125rem;left:0rem;width:46.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLsrcM92Q4katt3XV9RZroUf22Bb7hw5 { top:8.4375rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ { display:block; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSJHXha6tRTbBU82vNIMexwDZapBZtzT { display:block; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPA53OXGGnf6ednhp8BLIWehsuBsqI9R { top:1.75rem;left:0rem;width:32.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHFnkSJOeU20rLToESrzmPghJyktN16u { top:3.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpqTrKRIUhi3zMKSRm8vpoW7CAPxATuD { top:3.6875rem;left:0rem;width:2.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooqW68UJXbTBoFkWUOnTHPVkZronrpuU { top:6.75rem;left:0rem;width:29.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucy6v1gNvVgwlTXuSpUvbzDRTIfA9QiS { top:3.875rem;left:0.3125rem;width:18.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKB7BOADxCoUMp1faD9d7CUUETKhRlmk { top:1.875rem;left:14.75rem;width:32.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFqUHQf0TXHLXrp53ghnfhFzdxNTTMcz { top:3.75rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnSHannySHiNIg77GZ9CxcKvDSxxGhN { top:3.8125rem;left:23.875rem;width:2.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thlvmbueJkt8i1bcq1IIpaC7GRTLASXr { top:6.875rem;left:18.0625rem;width:29.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq49anEFrDTZOnSsfyagif1hy2lbkfEs { top:4rem;left:24.3125rem;width:18.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI { display:block; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyQtUv7BrWgwGTIvm6Akir7izd69l2An { top:1.75rem;left:0rem;width:32.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccfSve91hfzvigMePiQ6QOeu0uf12QQX { top:3.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXA8BEOQqxDT9D1Etprm4OoPUUQZ5w9T { top:3.6875rem;left:0rem;width:2.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqfqfCTmdFGDCsUygteJxcBOTPVi6SI { top:6.75rem;left:0rem;width:29.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdLlp1L1ytwnrwGLpw0KLbTPywFsll3U { top:3.875rem;left:0.3125rem;width:18.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0D93oWKWnsQHvkz8VOUTFPzctT4ssw { top:1.875rem;left:14.75rem;width:32.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7lqcGDdfkpli5HEIlE4RUBJOWvSm6Nb { top:3.75rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFz7ymTVOlkGE0wArJgfzTxiywmLT4pp { top:3.8125rem;left:23.875rem;width:2.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpxvoHR04BQ47GATb3eraKFrTtsnTzT { top:6.875rem;left:18.0625rem;width:29.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8R4PkUWO9v6Tmv68LHFG5gcHK7RtpEm { top:4rem;left:24.3125rem;width:18.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA { display:block; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au { display:block; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlyQ2hJtTcZ4EUSP0VDnVSpiHQZmwtiQ { top:11.375rem;left:0rem;width:29.875rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR8ZtlP6g2WxmUklnTtMMZaHaERHlwQN { top:17.4375rem;left:0rem;width:29.6875rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0s9NOQ9foBkulU6DdqBrxgh5DJBcKTP { top:8.6875rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRdImKeknWK3IVmtR6Fw9KW9Fp7tFeAN { top:4.0625rem;left:9.4375rem;width:38.3125rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z { display:block; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #na9UCqrEEU3Fa6IV0ZMDnHbilenoosW0 { top:7.5625rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH86VXGmzOHTWX9gyLGMJQWIJ5ir5eTM { top:4.875rem;left:9.0625rem;width:29.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hND36cWSrh6BEH1nZICwb0uNk9HOGX4d { top:17.25rem;left:3.125rem;width:41.5625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTukceXxMd3gP1PN8apf0BxlnmLgmro { width:17.5rem;height:3.4375rem;top:26.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzzJe39zaZpTWcdqJJ3hOLnFUMl0nXXr { display:block; }
 }@media only screen and (max-width: 763px) { #dJtnwMcLaNzfZH32zStNZUSu20X7pBB4 { width:17.5rem;height:3.4375rem;top:26.3125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLCaNMSNIepGLmldTLGptQWLGNuMRKuU { display:block; }
 }@media only screen and (max-width: 763px) { #JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw { display:block; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM1UZRfpQZsFrIbOwa7Iwpia6nsAeANi { top:9.125rem;left:0rem;width:46.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRJLORv75z88WDw0byfid3CoprAHrmM { top:7.25rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FX8nFE4ZG1mFkJeMs76Seoe3k8MISDfh {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #TGymHviPuIxOIxnFLKTNhWPPIQoObGTC {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #TP9Pxn9FKggQ694revzJ7s30MU0gTcJg {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t8i3B4BzR0BSzWuWGX1OlvpwUWT5qUS5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xZO2IJFd8PT2wWVX0M7TX4ypp7ufsMBI {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #M6sqEg25Uz2r1c1sJINQQedz4iEgCpPp {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #trQuBtoQurEATJoGLbuvICsvPKpXxhmI {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #sM0tKoU6z5aeWooTEfukzrop9RovJUwx {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FrEq0QwxAK1iZzL6T0SzSf3KvhQ8k74w {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #MAynVPGLTOptPlkesgrSdT6exqodJx1B {  }
 }@media only screen and (max-width: 763px) { #TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 { display:block; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0VZTcvUnLHTOdMCt6XRV2JPuJTakcvT { top:21.875rem;left:0rem;width:31.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-text {padding-top: 0; padding-bottom: 0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-select {padding-top: 0; padding-bottom: 0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa  { width:26.875rem;height:auto;top:12.6875rem;left:18.375rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa {display:block;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa { width:26.875rem;height:auto;top:12.6875rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #VB77oZVPDSThl6MvQKPKhzwxMAq8SzNT {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #NkcG4LXgr7XXWNKv5sh9qHVIAK7E73nV {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #pFEDTxLspzK2DUNZRqkvoBRM4EThtKe7 {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #QJPry6mk7aeq6Pie8mE4DN3aV2y7gTlM {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #SmKlTTHsiZGnKJd70W79arTTo1TGzRZG {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #WsOEvPGJ89ckuMEz0lmc8FBPKgkdFtBz {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #Mtp7mawhWZQlaCdadPHVf117bKDRcHsx {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #r5cCBdiAnR4314sqZiAe1k3mqRVoddLm {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #xEDGzdH5bZG73ogfoiH9g8WNuOuZZ8fz {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #Gk3yGFDZmvQzEhecLUv1BTllnnGQJ0kA {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #cG32WdptXkgtRSNARabsyS8TTubRBdwG {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #KsLw25kNMvcazqrx22heHSIw4GnDi1cJ {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #miy6Eof6KSyt7n2GeKEmOurAhx86cqnx {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #OZds4uuwsA2VuHJygGBJ8zTwN9tVnByJ {  }
 }@media only screen and (max-width: 763px) { #wzREyOH6u0LWM19pCINTtawqffiOHfAO { top:6.25rem;left:13.9375rem;width:32.75rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyOFHVGDkIR5rEf0NzmsQodFVh31yoI { top:9rem;left:23.9375rem;width:23.8125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKTRacISQwLa2R7k4cKAbUxL4IiTIpf { top:10.4375rem;left:21.4375rem;width:26.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5SkPMDQ6KZ3cTo581hEeDaHG6K8vZEt { top:13.0625rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM5LL8LvJzecqgoUZIfR6ZKknnJl3sZ3 { top:15.75rem;left:0rem;width:29.875rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuI1E98Axk04gkHnDXbRxS2NhmlmCDfp { top:27.3125rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6OTfztUdsGwtl6a5cDtxJIsfwcHgC3 { top:27.3125rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTanu0wqUbRFB8MqB9NdhnGNLHiSXp8e { top:29.25rem;left:0rem;width:18.5625rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnqpaGd5rqG6blxyDAsE6rmx90R3GTkW { top:31.3125rem;left:0rem;width:18.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL { display:block; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0U52C1AenMlbbHEcBWmvkT2TAAuwRsy { top:9.875rem;left:0rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSKasQ9l3kUJEFQBvbkIpDdCbRNpG9q9 { top:9.75rem;left:9.8125rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCTmThy6gFXZ7QFEqcu8vnTx0WWeMAs { top:9.8125rem;left:20rem;width:8.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiifNw2h8hBkTpMLvU0LpsFwStBp7HFP { top:9.25rem;left:33.125rem;width:8.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8p6roC6aV34098FsEStvTf9ohUqaSfc { top:10rem;left:38.375rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hptqs3BO4UfUsKw7EyywVmaVwPO05fHw { top:2.9375rem;left:0.8125rem;width:46.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfQl7cxJoMG2UB3ebd3GKCNTdtTlt1x4 { top:4.875rem;left:3.0625rem;width:41.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi { display:block; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0lFdXEMGKKzmeKo6ESNZVxhGIZfTdkM { top:2.75rem;left:16.4375rem;width:31.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgFSCbOnxrCav5i60V24vVf650eayh2i { width:3.875rem;height:1.875rem;top:2.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:0.875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { width:6rem;height:2.75rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-tertiary-4),0.9);background-image:url("https://images.assets-landingi.com/uc/78e131cf-7ba4-432b-806e-8578b8c45171/Obszarroboczy4kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:7.425rem;top:3.796875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:17.75rem;height:11.2rem;top:18.359375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4  { width:17.5rem;height:auto;top:39.246875rem;left:0rem; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 {display:block;}#Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 { width:17.5rem;height:auto;top:39.246875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #SuFG6SQz1zwz0p6OaOeTcUA3DzgUNw8b {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #lrDssmuKtk4eKtcdUOBKQ9MzvFU4GuQR {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #TdvTGTXHhBifRDQgoT7U7NKJWTdM05we {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #gLoV1KTW1NQzXLaDo8Z4FgTDViqS8XsM {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #DlZJ0m9irPi4Z0cCFctEiOl8Mzvl2inc {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #rfvNPndwLHTP18EqZS3BSZd0F6WVCkHL {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #i0M2WUEifwZE9IGmu9hu1aTe61ApMy1v {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #tOd5ndTHI63h5q4kaaLlmBQdMvpPJXDR {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #HoxiCVo9lRfII8uoo0eJo2yMnG75vM8G {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #OfCBWz0qSIMezO0IDVZ6CoGvMfF80HyD {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #W2bJt7xWuJcKDI9h69R9NwC0ierteUP8 {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #xQB4uuS717V3ibVaQI20FAFoHerFO6vJ {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #t95I54fqpTcnI62dbqDtrH45qaQKJ7wz {  }
 }@media only screen and (max-width: 763px) { #Q19T3OM4FtqrqNoZr8yiFeXedamL7aP4 #WUT0gQNrmsyZlZZdAp0pFJ3FUaOtSFMR {  }
 }@media only screen and (max-width: 763px) { #Qn8os1eoZSyHheTNcBu4rTDlSWibMtp8 { width:20rem;height:33.8125rem;top:32.809375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf0chnC56sHN8KgSQ0angyDqKO4tZAU { width:19.3125rem;height:1.30625rem;top:34.621875762939rem;left:0.34375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aT8N4HycDFSDUXalsiqQpFhCJl8Telob { width:16.8125rem;height:2.625rem;top:35.92812538147rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMFTzmueVZNscogqknnAACFDPZ1n0X11 { width:20rem;height:4.4rem;top:11.784374237061rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ { display:block; }#L7WN3KhNKDnvNiNkgfUTbOJSvQPfvqLZ > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP5RFpHa9sSruWmNXwQVDCPfL8uIQZ4Z { width:12.625rem;height:1.6625rem;top:2.125rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5Egw0gBP5ztP3CXHLT7T45isGvcUEWm { display:flex;width:1.5625rem;height:1.5625rem;top:2.1875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #w4fREikWQ8tAvXLnnn5FvCHqMoGuzwPe { display:flex;width:1.5625rem;height:1.5625rem;top:6rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #zXmAiLSmTni8D7iDQVD5kC1Gp6cgKBWA { width:10rem;height:1.6625rem;top:6rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZGSJispHnT0eZTfMk1xuOesERn1lrFN { display:flex;width:1.5625rem;height:1.5625rem;top:9.75rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #gwcQmBTmT88QEDVKEUfKF3XxCv5uy1J2 { width:13.625rem;height:1.6625rem;top:9.6875rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqzydhPQhUcqKJPPMdQr6s6koJSbX47C { display:flex;width:1.5625rem;height:1.5625rem;top:13.5625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #nXxLTDeWWtlJJ6Qgr0URc0mh43FEvoi7 { width:9.125rem;height:1.6625rem;top:13.5rem;left:6.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4EnNWRuTiZIFQMwpidp7IPieCpwbiK { width:0.125rem;height:1.9375rem;top:6.975rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9ZRaBAvzOn1h4xMNp3ZviOquGaTQ2Oz { width:0.125rem;height:1.9375rem;top:15.8875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sftBlQFEXcLT9EbwFgrb0TTB5prINy3f { width:0.125rem;height:1.9375rem;top:21.9875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 { display:block; }#Fvm84UAJQJOtM0AzZlgf5Aflmq7TBa00 > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxliszL2AJs9H4TUQRkO6y2CuaM3GZJr { width:19.25rem;height:5.15625rem;top:5.6499996185303rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tf9kmGT7CuriW5IJ1FQbdpB8ApQz2k7q { width:18.6875rem;height:8.3125rem;top:12.5625rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBAmeToB76GfFsh81obgtsK3zs1e2hQT { width:20rem;height:1.9rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkTS4axVG17GQEGmLbcZnqZrkn3kqiSh { width:19.875rem;height:9.8125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPGxPGkTvSaydFWp4xeWhfMxs3kGtUqX { width:2.375rem;height:2.375rem;top:24.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKvgrbftIixvR1CyNWDSPP7l57Cgkiv7 { width:17.625rem;height:3.9375rem;top:28.1875rem;left:1.1875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nfLHt6OmilxKEkA1bdetU2ShQK423eKz { width:2.25rem;height:2.15625rem;top:24.875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJtxG8wrcOiE2zzICFdWUkPETne2ueem { width:19.75rem;height:13.5rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ2TlWrQhTBvGpesS7XtTPpepJ2XpuJ5 { width:2.375rem;height:2.375rem;top:36.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDg6DoWt0M4vg7Wgu6lVB01WfI9rTgsp { width:2.25rem;height:2.15625rem;top:36.3125rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbT3Xq2HASf83lSNscoEA9qqKRvlghJz { width:17.5625rem;height:7.875rem;top:39.8125rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO { display:block; }#Ty60Rrsy3uaTmhtLhWseIogXxgAAUVHO > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6fF0aTLZ4mg9QA5Ckd49quDAkeObM2H { width:15.25rem;height:3.4375rem;top:6.6875rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLsrcM92Q4katt3XV9RZroUf22Bb7hw5 { width:20rem;height:1.9rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ { display:block; }#Z8Fd6KTfL0LAsZ9q5EKgdq7J20XKcGUQ > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSJHXha6tRTbBU82vNIMexwDZapBZtzT { display:block; }#RSJHXha6tRTbBU82vNIMexwDZapBZtzT > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPA53OXGGnf6ednhp8BLIWehsuBsqI9R { width:19.75rem;height:14.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHFnkSJOeU20rLToESrzmPghJyktN16u { width:2.375rem;height:2.375rem;top:3.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpqTrKRIUhi3zMKSRm8vpoW7CAPxATuD { width:2.25rem;height:2.15625rem;top:3.1875rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooqW68UJXbTBoFkWUOnTHPVkZronrpuU { width:16.625rem;height:7.875rem;top:6.125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ucy6v1gNvVgwlTXuSpUvbzDRTIfA9QiS { width:11.3125rem;height:1.9rem;top:3.3625001907349rem;left:4.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKB7BOADxCoUMp1faD9d7CUUETKhRlmk { width:19.75rem;height:15rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFqUHQf0TXHLXrp53ghnfhFzdxNTTMcz { width:2.375rem;height:2.375rem;top:18.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnSHannySHiNIg77GZ9CxcKvDSxxGhN { width:2.25rem;height:2.15625rem;top:18.875rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thlvmbueJkt8i1bcq1IIpaC7GRTLASXr { width:16.1875rem;height:9.1875rem;top:21.875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qq49anEFrDTZOnSsfyagif1hy2lbkfEs { width:10.1875rem;height:1.9rem;top:19.0625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI { display:block; }#TEVUoVP5xAbRVTWVy72O4rcMGdbqgudI > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyQtUv7BrWgwGTIvm6Akir7izd69l2An { width:19.75rem;height:15.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccfSve91hfzvigMePiQ6QOeu0uf12QQX { width:2.375rem;height:2.375rem;top:3.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXA8BEOQqxDT9D1Etprm4OoPUUQZ5w9T { width:2.25rem;height:2.15625rem;top:3.1875rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGqfqfCTmdFGDCsUygteJxcBOTPVi6SI { width:16.5rem;height:9.1875rem;top:6.125rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdLlp1L1ytwnrwGLpw0KLbTPywFsll3U { width:10.6875rem;height:1.9rem;top:3.3624992370606rem;left:4.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0D93oWKWnsQHvkz8VOUTFPzctT4ssw { width:19.75rem;height:16.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7lqcGDdfkpli5HEIlE4RUBJOWvSm6Nb { width:2.375rem;height:2.375rem;top:20.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFz7ymTVOlkGE0wArJgfzTxiywmLT4pp { width:2.25rem;height:2.15625rem;top:20.4375rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmpxvoHR04BQ47GATb3eraKFrTtsnTzT { width:16.625rem;height:10.5rem;top:23.5rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8R4PkUWO9v6Tmv68LHFG5gcHK7RtpEm { width:7.9375rem;height:1.9rem;top:20.625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA { display:block; }#MGEmcK24qgRb6gzmDD5dLXBNAJr2xhuA > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au { background-color:#f8f8f8;background-image:none;display:block; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container { background-color: transparent; background-image: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container > .video-iframe-container { display: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row > .video-iframe-container { display: none; }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .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); }#nzVKXuNFVRVRaUnkZazV0NifRo5MJ0au > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlyQ2hJtTcZ4EUSP0VDnVSpiHQZmwtiQ { width:20rem;height:3.4375rem;top:5.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZR8ZtlP6g2WxmUklnTtMMZaHaERHlwQN { width:18.3125rem;height:9.975rem;top:11.0625rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0s9NOQ9foBkulU6DdqBrxgh5DJBcKTP { width:20rem;height:1.9rem;top:3.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRdImKeknWK3IVmtR6Fw9KW9Fp7tFeAN { width:20rem;height:13.3114375rem;top:24.087501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z { display:block; }#kgxbBMvSxTbIy7Dpsv43RHHBtEcgKW7z > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #na9UCqrEEU3Fa6IV0ZMDnHbilenoosW0 { width:18.5rem;height:5.15625rem;top:5.0249996185303rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sH86VXGmzOHTWX9gyLGMJQWIJ5ir5eTM { width:20rem;height:1.9rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hND36cWSrh6BEH1nZICwb0uNk9HOGX4d { width:20rem;height:8.3125rem;top:11.074999809265rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLTukceXxMd3gP1PN8apf0BxlnmLgmro { width:17.5rem;height:3.4375rem;top:20.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzzJe39zaZpTWcdqJJ3hOLnFUMl0nXXr { display:block; }
 }@media only screen and (max-width: 763px) { #dJtnwMcLaNzfZH32zStNZUSu20X7pBB4 { width:17.5rem;height:3.4375rem;top:25.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLCaNMSNIepGLmldTLGptQWLGNuMRKuU { display:block; }
 }@media only screen and (max-width: 763px) { #JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw { display:block; }#JkQFaeHniWBCs5K6J15w4ImLPPzfmWLw > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM1UZRfpQZsFrIbOwa7Iwpia6nsAeANi { width:20rem;height:1.71875rem;top:6.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTRJLORv75z88WDw0byfid3CoprAHrmM { width:20rem;height:1.9rem;top:4.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:1.234375rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FX8nFE4ZG1mFkJeMs76Seoe3k8MISDfh {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #TGymHviPuIxOIxnFLKTNhWPPIQoObGTC {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #TP9Pxn9FKggQ694revzJ7s30MU0gTcJg {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t8i3B4BzR0BSzWuWGX1OlvpwUWT5qUS5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xZO2IJFd8PT2wWVX0M7TX4ypp7ufsMBI {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #M6sqEg25Uz2r1c1sJINQQedz4iEgCpPp {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #trQuBtoQurEATJoGLbuvICsvPKpXxhmI {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #sM0tKoU6z5aeWooTEfukzrop9RovJUwx {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FrEq0QwxAK1iZzL6T0SzSf3KvhQ8k74w {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #MAynVPGLTOptPlkesgrSdT6exqodJx1B {  }
 }@media only screen and (max-width: 763px) { #TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 { background-color:rgba(var(--color-tertiary-4),0.9);background-image:none;display:block; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container { background-color: transparent; background-image: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container > .video-iframe-container { display: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row > .video-iframe-container { display: none; }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .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); }#TfzUlCvcyVs2eBPiRGbH7Nef3IWDv498 > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0VZTcvUnLHTOdMCt6XRV2JPuJTakcvT { width:17.75rem;height:4.9875rem;top:11.609375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-text {padding-top: 0; padding-bottom: 0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-select {padding-top: 0; padding-bottom: 0;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa  { width:17.5rem;height:auto;top:39.246875rem;left:0rem; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa {display:block;}#ckVSwfTMydmzzIirgMhTQlZiZiRSacaa { width:17.5rem;height:auto;top:39.246875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #VB77oZVPDSThl6MvQKPKhzwxMAq8SzNT {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #NkcG4LXgr7XXWNKv5sh9qHVIAK7E73nV {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #pFEDTxLspzK2DUNZRqkvoBRM4EThtKe7 {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #QJPry6mk7aeq6Pie8mE4DN3aV2y7gTlM {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #SmKlTTHsiZGnKJd70W79arTTo1TGzRZG {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #WsOEvPGJ89ckuMEz0lmc8FBPKgkdFtBz {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #Mtp7mawhWZQlaCdadPHVf117bKDRcHsx {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #r5cCBdiAnR4314sqZiAe1k3mqRVoddLm {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #xEDGzdH5bZG73ogfoiH9g8WNuOuZZ8fz {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #Gk3yGFDZmvQzEhecLUv1BTllnnGQJ0kA {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #cG32WdptXkgtRSNARabsyS8TTubRBdwG {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #KsLw25kNMvcazqrx22heHSIw4GnDi1cJ {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #miy6Eof6KSyt7n2GeKEmOurAhx86cqnx {  }
 }@media only screen and (max-width: 763px) { #ckVSwfTMydmzzIirgMhTQlZiZiRSacaa #OZds4uuwsA2VuHJygGBJ8zTwN9tVnByJ {  }
 }@media only screen and (max-width: 763px) { #wzREyOH6u0LWM19pCINTtawqffiOHfAO { width:20rem;height:33.8125rem;top:32.809375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyOFHVGDkIR5rEf0NzmsQodFVh31yoI { width:20rem;height:1.44375rem;top:35.559375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHKTRacISQwLa2R7k4cKAbUxL4IiTIpf { width:20rem;height:1.3125rem;top:37.003123474121rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5SkPMDQ6KZ3cTo581hEeDaHG6K8vZEt { width:20rem;height:1.9rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QM5LL8LvJzecqgoUZIfR6ZKknnJl3sZ3 { width:20rem;height:3.4375rem;top:5.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuI1E98Axk04gkHnDXbRxS2NhmlmCDfp { width:5.8125rem;height:5.8125rem;top:18.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6OTfztUdsGwtl6a5cDtxJIsfwcHgC3 { width:20rem;height:1.9rem;top:24.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTanu0wqUbRFB8MqB9NdhnGNLHiSXp8e { width:18.5625rem;height:1.425rem;top:26.25rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnqpaGd5rqG6blxyDAsE6rmx90R3GTkW { width:18.5625rem;height:1.9rem;top:27.6875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL { display:block; }#DBN9mG0Vc1WR0orpZhddZ3JxatyzaEeL > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0U52C1AenMlbbHEcBWmvkT2TAAuwRsy { width:12.5rem;height:2.1875rem;top:13.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSKasQ9l3kUJEFQBvbkIpDdCbRNpG9q9 { width:6.5625rem;height:2.5rem;top:17.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCTmThy6gFXZ7QFEqcu8vnTx0WWeMAs { width:8.875rem;height:2.5rem;top:22.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiifNw2h8hBkTpMLvU0LpsFwStBp7HFP { width:5.9375rem;height:2.5rem;top:26.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8p6roC6aV34098FsEStvTf9ohUqaSfc { width:9.375rem;height:1.875rem;top:31.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hptqs3BO4UfUsKw7EyywVmaVwPO05fHw { width:14.4375rem;height:4.5rem;top:2.1875rem;left:2.78125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vfQl7cxJoMG2UB3ebd3GKCNTdtTlt1x4 { width:14.875rem;height:3.9375rem;top:8.3125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi { display:block; }#Ec55pnqBLBotrXKuKRqFaZqNT1gqVsHi > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0lFdXEMGKKzmeKo6ESNZVxhGIZfTdkM { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgFSCbOnxrCav5i60V24vVf650eayh2i { width:3.875rem;height:1.875rem;top:1.1748046875rem;left:8.0625rem;display:block; }
 }