.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:252,237,226;--color-primary-1:245,194,159;--color-primary-2:234,133,62;--color-primary-3:117,67,31;--color-primary-4:35,20,9;--color-secondary-0:249,250,253;--color-secondary-1:236,240,249;--color-secondary-2:217,224,243;--color-secondary-3:109,112,122;--color-secondary-4:33,34,36;--color-tertiary-0:255,255,255;--color-tertiary-1:148,181,213;--color-tertiary-2:77,131,185;--color-tertiary-3:33,100,167;--color-tertiary-4:73,84,95;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/173dc733-695a-4f76-b83a-b555d74e4e56/Projektbeznazwy40.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:60rem;position:relative;display:block; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:23.01953125rem;left:2.0732421875rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-form-header {  }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:19.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.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);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:19.125rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.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);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:19.125rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:19.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ff8a41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.375rem;margin-bottom:0.25rem;margin-left:3.375rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:12.375rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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.1;font-size:0.75rem;font-weight:300;color:#202225;vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal;float:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:first-of-type{padding-top:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:last-of-type{padding-bottom:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.3232421875rem;top:23.60546875rem;z-index:15006;position:absolute; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.125rem;display:block;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 {display:block;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.3232421875rem;top:23.60546875rem;z-index:15006;position:absolute; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #yzWG5BRuHtPzPAU0JsFDu8Un3V4PKVng { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #iXqzxq75XBkAKswgsbnp1Ol1zmlgqrpT { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #CbAm6X2CT1t6TwvdSyvagXK1bQciq8vm { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #lJV11BfP2O5v7ylTwoMdKggmWOfmyFIh { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uwysuVOUcAvtaxiMz91OS4k06ZDxi4WN { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #v9sbRmc44vdKbTly5KxwqhHZ3a5BamV5 { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sxZcGsVz4uMxG7NfI3fFVnlJGyKIxMUw { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #LIDZqFLz1MzsTgKoNEdLMIFsJSy56QFf { position:relative;display:none; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uSIkBzB0VDinoR98yfZFd4bc1KtldZEs { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #UuAByRtIIOOB6gvUWrEzF87k4PaP8Bdx { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #B1W3eIuxTlVTcDOtgcp7TqGe6cUB1BAA { position:relative;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #s4swhmJPJRWzX61EUFTOc5aHTt8TcTZP { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #RkF0Z1taGFyyetizKJZ0FbQ5hZSkADef { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #pJxo0nE1bgFWHvyTFlFXWW2knxkPy9Lg { position:relative;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #UTJxcVq0kgwBZx7drDUxqAkSHg7PHnV2 { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #WuRgeTWIeQCTZKP7xu8ndO3AVU41gtIa { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #VVohH0wKgK988ei23yuqAsqDZEHsS9y6 { position:relative;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #vL2iDayBQZhMdVK1EyD7nP2R7odh1CSQ { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #tcQX3VOx7F8tpI3hfUeZEb0UU3oH9BTQ { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #P5GommPwRiWZ5L0WFBqaKl2pSCKWwN6g { position:relative;z-index:2; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #umrbHPx20iuqgD56R6mqg7rKkwTWl67u { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #mM4gKe6WAIigSl17R7uwl0K97t72BsSn { position:relative; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GyFoN789FOpg72PABFMRlP7THc9HlVCG { position:relative; }
#AqmpOqtZasgH5O5K2WMaAVHozp6kta5T { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(51,51,51,0.37) ;height:48.4375rem;width:24.0625rem;top:15.9140625rem;left:1.1044921875rem;display:block; }
#pxsuIydcbyh5GCsMrJN5PE5ibhrskucS { color:#25282c;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.82421875rem;left:1.1044921875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gWemUcWmNPGMw8Ug5vhkqG8AgKK7NmOz { color:rgba(var(--color-tertiary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.935546875rem;left:2.0419921875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtEDcTBn554dwULTmEH26FvT77pKpWAQ { position:absolute;display:block;z-index:14996;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:53.3125rem;width:58.375rem;top:15.375rem;left:19.125rem;overflow:hidden;display:block; }
#eHrGSR0k1ebkXREpQFD4PsqOqxAshCX4 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6804690361023rem;left:10.237501144409rem;height:9.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Sz7Im8mkHUBtr3IbqsCsl020u84QqBu6 { color:rgba(var(--color-primary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:12.8046875rem;left:17.53671836853rem;height:2.13125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK { position:relative;display:block; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK { background-color: transparent; background-image: none; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .row .container > .video-iframe-container { display: none; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .row > .video-iframe-container { display: none; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .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); }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK { border-width: 0; border-radius: 0; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .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; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .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:36.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yMiS7CK7Gcl18SdAdSUDP44xFxW9QKNW { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.2500003576281rem;left:38.250001907349rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGEHTJfCg8mbTXiDMnxDUBntKyRxVX6U { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.062500476837rem;left:38.062501907349rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDa5022cRL8SMEMlER1o8ZqHl7tp4Wz1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:37.625rem;top:2rem;left:0.41562557220459rem;overflow:hidden;display:block; }
#hNriUDenqgcbuKvEa1nbH1Qx7S4JWLUZ { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.375001430511rem;left:6.75rem;height:2.923825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mxFLNhfTs1MKhxRORGP7EcCcG9FGnbri { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.500001430511rem;left:25.625001907349rem;height:2.923825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gOn7apHNo8MMI3WQe7QqXKHk8JGpM7AJ { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.767188549042rem;left:6.75rem;height:2.923825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UMKkWrMQgUeBKLTTc9U56ANQUBLvTARX { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.875001430511rem;left:25.625001907349rem;height:2.923825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RVtv2dDPsEZ8NNSdPTGGoExybEXzAxRE { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.562501430511rem;left:45.187501907349rem;height:2.923825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#T4k8ZUkGcvsIpMCKeh8czC8tGOEH1ZOB { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.125001430511rem;left:45.187501907349rem;height:2.923825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IXJfliKzHd6sofpSNdSNdlcXlwrRhVsm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.312501430511rem;left:3.0625rem; }
#R7SynaQEdKfz2gCIZmWNfFBBqmo5hlzk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.665626049042rem;left:3.03125rem; }
#h7DQDKd3Z0tFXtkKZQ14wTIPpobOoOnh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.375001430511rem;left:22.312501907349rem; }
#DdQmHkqLDEnrzw8zfRAzWDrkUQtOgK0m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.750001430511rem;left:22.000001907349rem; }
#BhAuAv4KzUGzRlJb2ALkrEXDOL68sIPl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.375001430511rem;left:41.375001907349rem; }
#mw49WmV6bTuW101sZqsD4mx9pH4Kr3kz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:30.750001430511rem;left:41.562501907349rem; }
#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container { background-color: transparent; background-image: none; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container > .video-iframe-container { display: none; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row > .video-iframe-container { display: none; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .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); }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container { border-width: 0; border-radius: 0; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#Kp2MCeKVWi62wwWeTLdsBrgepU2fOtQm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.5rem;left:51.749996185302rem;display:block; }
#s27zJVdLrD0HxoCRCgP9mAZMy7qVetpG { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.1875rem;left:9.875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpDRh9KK6TkmAb2WHeAuWTT6M2PBLswE { color:#868686;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:9.875rem;height:1.4625rem;font-style:normal;display:block; }
#cWpmCMTPGpnyUEX3QG5X1ndfJ87rbe1I { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.75rem;left:35.375rem;height:7.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mn5gqkvu75lVrsO5NDMG4VZTvVpPDsmd { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:9.8125rem;width:27.25rem;top:12rem;left:30.125rem;display:block; }
#svTZyIE1Xlu8gzbcPlTmZwA5BeRTEXLE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:39.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#itCG33k0MKZOIdmFCzfTQn8mdFTeJKIb { color:#868686;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17rem;left:39.75rem;height:1.4625rem;font-style:normal;display:block; }
#kiMWuSwpMuoQPAvVcTdhWM2UBMLnzMnm { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:9.8125rem;width:27.25rem;top:18.6875rem;left:0.9375rem;display:block; }
#ukkIhqAsd9RoK2kt82uKkEFV8fWxfb95 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.3125rem;left:10.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#po1ttP06OZaWMiyvBLv6T1GuTScxVgJV { color:#868686;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:10.6875rem;height:2.923825rem;font-style:normal;display:block; }
#VVT218v3TQummKRfnLVl9Zo2M8T26ZOq { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:9.8125rem;width:27.25rem;top:23.3125rem;left:30.125rem;display:block; }
#dvCE0Ti9RByiOJdEo9fHyOTiPL1UNnBz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.34375rem;left:39.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fvDZpEETVaRQP7ccdMKZPm04CXIRlNGk { color:#868686;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:39.8125rem;height:1.4625rem;font-style:normal;display:block; }
#hvhA4tP0468Rt5iST8dWSLGsVVCqGQl8 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:9.8125rem;width:27.25rem;top:7.1437511444094rem;left:0rem;display:block; }
#pIL6ypXdFD0CDNCCkbtMFV2PUUdqvkU0 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:30.487501144409rem;left:0rem;overflow:hidden;display:block; }
#SBuzmwARkrxCHmi7kvsTH6DVpGOTcaDw { position:absolute;display:block;z-index:15055;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:12.5625rem;width:9.4375rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#CPDbNaTc5MIqnnGiwQan2woPTJ6li2rd { position:absolute;display:block;z-index:15056;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:12.5625rem;width:9.4375rem;top:21.8125rem;left:30rem;overflow:hidden;display:block; }
#OZDfuEoFTzTWzwD81fUs5MdudTiKl4IL { position:absolute;display:block;z-index:15057;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:12.5625rem;width:9.4375rem;top:10.625rem;left:30rem;overflow:hidden;display:block; }
#Tbb05xGbSJyTHReXPzR4aqe8B8VMvuFE { position:absolute;display:block;z-index:15058;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:12.5625rem;width:9.4375rem;top:17.5234375rem;left:0.9375rem;overflow:hidden;display:block; }
#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 { position:relative;display:block; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 { background-color: transparent; background-image: none; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container > .video-iframe-container { display: none; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row > .video-iframe-container { display: none; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .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); }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 { border-width: 0; border-radius: 0; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .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; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container.adaptive-delivery-prevent-bg, #TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container.lazyload, #TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container.lazyloading { background-image: none; }#CKuXV4USLrlgS1IqX6IFuzxGvByQXTa0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yNHzVyZGNIZyHDCIMSHn81KxvHfViVGv { box-sizing:content-box;height:8.1875rem;width:22.9375rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:0rem;display:block; }
#Veku1ykr9eU7G6Uhl6iz68XlyAPmw5Kd { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnsK7PDd5J3dMxzHBexe50tRQcH0HpHw { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.275rem;left:30.28750038147rem;display:block; }
#DWoER0xTMzcTiwARNr0uCt5GyKPne1Pe { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:0.875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QlN0DgMQIXUSJeFh9q4H0WvJdE57zgSC { color:rgba(var(--color-secondary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylcc0DaffnXTA4B5TX7zDZIyrtatnwBk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:17.125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m0qQwwkyC1Z1f01Z5tQ435rQofCyOGQ0 { box-sizing:content-box;height:2.8125rem;width:7.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:16.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#NHcpFOLr05M0QVL3MS8kNFDx5OsILOnN { box-sizing:content-box;height:8.1875rem;width:22.9375rem;position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.125rem;left:0rem;display:block; }
#k8T4eg96l6w9hSmNlzImHvaLpTGre8bo { color:rgba(var(--color-secondary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s0NmrZ4gR8l9uwiP1lfVTvKkXTEG14LE { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0.875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O41UdylGMKJspcxddvHm6hzQPiIRpwJt { box-sizing:content-box;height:2.8125rem;width:7.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.125rem;left:16.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#vOoxGe8IvKZq7GaSkXncVEMcbEvd1avZ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.9375rem;left:17.125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ndK09yyiWolkwLL66gVH3TwlbnTlUsp0 { box-sizing:content-box;height:8.1875rem;width:22.9375rem;position:absolute;display:block;z-index:15019;background-color:#f3f3f3;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:0rem;display:block; }
#A4Z4aqvNQElGrSGCNbu5vNbfXrp1dQKJ { color:rgba(var(--color-secondary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:31.5rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GydGMXAdV3AdlEXOul2WMkJMQkqncugT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0.875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcBn9SzxzIquXvOz2Whe1Wgho65Pgz1A { box-sizing:content-box;height:2.8125rem;width:7.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:16.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#KXPMAfK8Ru4pPRGRuOc9LFrZcCeKI0mX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:27.6875rem;left:17.125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rslU9133nKqn9wwZ4vQvKHhUrkqg3Akl { color:rgba(var(--color-secondary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZksGpoMlg9wQGJxhk44PckpDmeVuxtP { color:rgba(var(--color-secondary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.25rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIlnK92pXoGXO7H7NpfZzM2VUZmzsiyu { color:rgba(var(--color-secondary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32.9375rem;left:0.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmTfmdrIMTRCkNbiNwEhFuDEgSi5oVr7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.125rem;width:36.6875rem;top:0rem;left:23.3125rem;overflow:hidden;display:block; }
#otFiuPT13RZgFJ8IVUqbBzHinsX9gT50 { box-sizing:content-box;height:12.5625rem;width:12.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.59375rem;left:47rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01d5bb3a-c862-4bc2-837b-182c77a3f608/Projektbeznazwy40.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws.adaptive-delivery-prevent-bg, #dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws.lazyload, #dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws.lazyloading { background-image: none; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container { background-color: transparent; background-image: none; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container > .video-iframe-container { display: none; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row > .video-iframe-container { display: none; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .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); }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container { border-width: 0; border-radius: 0; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#bzGNWWWIs8UIkMgizM4b07378f7wp5rB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:3.5615234375rem;left:0rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3s67pvZMIaErS3t30OQ7rWREXaoHa3B { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:6.4990234375rem;left:6.59375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyidiyb7wWelJWFTaMBMymQOa9hNcgTB { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15034;text-align:center;text-align-last:center;top:13.125rem;left:21.25rem;display:block; }
#p2xinsrvrMPRL1kdT4vGuc2hDDzL37q7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#D4Vs5cRb4z1P9c2T4ICMRMLu8yfvmurB { color:#000000;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5498046875rem;left:17.599609375rem;height:4.142575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aH7W0bh13irzaFTqgvaZBrtr6MW4wuhH { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:7.625rem;top:1.6875rem;left:3.1298828125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:23rem;left:0rem;width:22.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-regular-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-textarea { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4  { width:19.125rem;height:auto;top:23.5625rem;left:0rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 {display:block;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 { width:19.125rem;height:auto;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #yzWG5BRuHtPzPAU0JsFDu8Un3V4PKVng {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #iXqzxq75XBkAKswgsbnp1Ol1zmlgqrpT { display:none; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #CbAm6X2CT1t6TwvdSyvagXK1bQciq8vm {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #lJV11BfP2O5v7ylTwoMdKggmWOfmyFIh {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uwysuVOUcAvtaxiMz91OS4k06ZDxi4WN {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #v9sbRmc44vdKbTly5KxwqhHZ3a5BamV5 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sxZcGsVz4uMxG7NfI3fFVnlJGyKIxMUw {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #LIDZqFLz1MzsTgKoNEdLMIFsJSy56QFf { display:none; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uSIkBzB0VDinoR98yfZFd4bc1KtldZEs {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #UuAByRtIIOOB6gvUWrEzF87k4PaP8Bdx {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #B1W3eIuxTlVTcDOtgcp7TqGe6cUB1BAA {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #s4swhmJPJRWzX61EUFTOc5aHTt8TcTZP {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #RkF0Z1taGFyyetizKJZ0FbQ5hZSkADef {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #pJxo0nE1bgFWHvyTFlFXWW2knxkPy9Lg {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #UTJxcVq0kgwBZx7drDUxqAkSHg7PHnV2 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #WuRgeTWIeQCTZKP7xu8ndO3AVU41gtIa {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #VVohH0wKgK988ei23yuqAsqDZEHsS9y6 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #vL2iDayBQZhMdVK1EyD7nP2R7odh1CSQ {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #tcQX3VOx7F8tpI3hfUeZEb0UU3oH9BTQ {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #P5GommPwRiWZ5L0WFBqaKl2pSCKWwN6g {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #umrbHPx20iuqgD56R6mqg7rKkwTWl67u {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #mM4gKe6WAIigSl17R7uwl0K97t72BsSn {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GyFoN789FOpg72PABFMRlP7THc9HlVCG {  }
 }@media only screen and (max-width: 763px) { #AqmpOqtZasgH5O5K2WMaAVHozp6kta5T { top:15.875rem;left:0rem;width:24.0625rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsuIydcbyh5GCsMrJN5PE5ibhrskucS { top:7.8125rem;left:0rem;width:22.25rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWemUcWmNPGMw8Ug5vhkqG8AgKK7NmOz { top:16.875rem;left:0rem;width:22.1875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtEDcTBn554dwULTmEH26FvT77pKpWAQ { top:15.375rem;left:0rem;width:47.75rem;height:43.608940042827rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrGSR0k1ebkXREpQFD4PsqOqxAshCX4 { top:3.625rem;left:0.8125rem;width:46.9375rem;height:9.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz7Im8mkHUBtr3IbqsCsl020u84QqBu6 { top:12.75rem;left:8.0625rem;width:39.6875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK { display:block; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMiS7CK7Gcl18SdAdSUDP44xFxW9QKNW { top:8.25rem;left:29.6875rem;width:18.0625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGEHTJfCg8mbTXiDMnxDUBntKyRxVX6U { top:15.0625rem;left:29.5rem;width:18.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDa5022cRL8SMEMlER1o8ZqHl7tp4Wz1 { top:2rem;left:0rem;width:37.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNriUDenqgcbuKvEa1nbH1Qx7S4JWLUZ { top:26.375rem;left:0.625rem;width:10.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxFLNhfTs1MKhxRORGP7EcCcG9FGnbri { top:26.5rem;left:19.500001907349rem;width:12.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOn7apHNo8MMI3WQe7QqXKHk8JGpM7AJ { top:30.75rem;left:0.625rem;width:12.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMKkWrMQgUeBKLTTc9U56ANQUBLvTARX { top:30.875rem;left:19.500001907349rem;width:12.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVtv2dDPsEZ8NNSdPTGGoExybEXzAxRE { top:26.5625rem;left:35.375rem;width:12.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4k8ZUkGcvsIpMCKeh8czC8tGOEH1ZOB { top:31.125rem;left:36.6875rem;width:11.0625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXJfliKzHd6sofpSNdSNdlcXlwrRhVsm { top:26.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7SynaQEdKfz2gCIZmWNfFBBqmo5hlzk { top:30.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7DQDKd3Z0tFXtkKZQ14wTIPpobOoOnh { top:26.375rem;left:16.187501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdQmHkqLDEnrzw8zfRAzWDrkUQtOgK0m { top:30.75rem;left:15.875001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhAuAv4KzUGzRlJb2ALkrEXDOL68sIPl { top:26.375rem;left:35.250001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw49WmV6bTuW101sZqsD4mx9pH4Kr3kz { top:30.75rem;left:35.437501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db { display:block; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp2MCeKVWi62wwWeTLdsBrgepU2fOtQm { top:9.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s27zJVdLrD0HxoCRCgP9mAZMy7qVetpG { top:10.1875rem;left:4.4375rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpDRh9KK6TkmAb2WHeAuWTT6M2PBLswE { top:12.3125rem;left:6.8125rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWpmCMTPGpnyUEX3QG5X1ndfJ87rbe1I { top:1.75rem;left:23.125rem;width:24.625rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5gqkvu75lVrsO5NDMG4VZTvVpPDsmd { top:12rem;left:20.5rem;width:27.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svTZyIE1Xlu8gzbcPlTmZwA5BeRTEXLE { top:14.875rem;left:28.3125rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itCG33k0MKZOIdmFCzfTQn8mdFTeJKIb { top:17rem;left:30.5625rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiMWuSwpMuoQPAvVcTdhWM2UBMLnzMnm { top:18.6875rem;left:0rem;width:27.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkIhqAsd9RoK2kt82uKkEFV8fWxfb95 { top:21.3125rem;left:4.4375rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po1ttP06OZaWMiyvBLv6T1GuTScxVgJV { top:23.5625rem;left:7.625rem;width:15.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVT218v3TQummKRfnLVl9Zo2M8T26ZOq { top:23.3125rem;left:20.5rem;width:27.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvCE0Ti9RByiOJdEo9fHyOTiPL1UNnBz { top:26.3125rem;left:28.3125rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvDZpEETVaRQP7ccdMKZPm04CXIRlNGk { top:28.5625rem;left:30.625rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvhA4tP0468Rt5iST8dWSLGsVVCqGQl8 { top:7.125rem;left:0rem;width:27.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIL6ypXdFD0CDNCCkbtMFV2PUUdqvkU0 { top:30.4375rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuzmwARkrxCHmi7kvsTH6DVpGOTcaDw { top:5.9375rem;left:0rem;width:9.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDbNaTc5MIqnnGiwQan2woPTJ6li2rd { top:21.8125rem;left:23.875rem;width:9.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDfuEoFTzTWzwD81fUs5MdudTiKl4IL { top:10.625rem;left:23.875rem;width:9.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbb05xGbSJyTHReXPzR4aqe8B8VMvuFE { top:17.5rem;left:0rem;width:9.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 { display:block; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKuXV4USLrlgS1IqX6IFuzxGvByQXTa0 { top:2rem;left:0rem;width:16.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHzVyZGNIZyHDCIMSHn81KxvHfViVGv { top:9.25rem;left:0rem;width:22.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veku1ykr9eU7G6Uhl6iz68XlyAPmw5Kd { top:4.8125rem;left:0rem;width:16.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnsK7PDd5J3dMxzHBexe50tRQcH0HpHw { top:20.25rem;left:23rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWoER0xTMzcTiwARNr0uCt5GyKPne1Pe { top:10.375rem;left:0rem;width:16.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlN0DgMQIXUSJeFh9q4H0WvJdE57zgSC { top:13.9375rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylcc0DaffnXTA4B5TX7zDZIyrtatnwBk { top:10.0625rem;left:11rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0qQwwkyC1Z1f01Z5tQ435rQofCyOGQ0 { top:9.25rem;left:10.0625rem;width:7.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHcpFOLr05M0QVL3MS8kNFDx5OsILOnN { top:18.125rem;left:0rem;width:22.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8T4eg96l6w9hSmNlzImHvaLpTGre8bo { top:22.6875rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0NmrZ4gR8l9uwiP1lfVTvKkXTEG14LE { top:19.1875rem;left:0rem;width:16.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41UdylGMKJspcxddvHm6hzQPiIRpwJt { top:18.125rem;left:10.0625rem;width:7.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOoxGe8IvKZq7GaSkXncVEMcbEvd1avZ { top:18.9375rem;left:11rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndK09yyiWolkwLL66gVH3TwlbnTlUsp0 { top:26.875rem;left:0rem;width:22.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Z4aqvNQElGrSGCNbu5vNbfXrp1dQKJ { top:31.5rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GydGMXAdV3AdlEXOul2WMkJMQkqncugT { top:28.0625rem;left:0rem;width:16.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcBn9SzxzIquXvOz2Whe1Wgho65Pgz1A { top:26.875rem;left:10.0625rem;width:7.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXPMAfK8Ru4pPRGRuOc9LFrZcCeKI0mX { top:27.6875rem;left:11rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rslU9133nKqn9wwZ4vQvKHhUrkqg3Akl { top:15.375rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZksGpoMlg9wQGJxhk44PckpDmeVuxtP { top:24.25rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIlnK92pXoGXO7H7NpfZzM2VUZmzsiyu { top:32.9375rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTfmdrIMTRCkNbiNwEhFuDEgSi5oVr7 { top:0rem;left:11.0625rem;width:36.6875rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFiuPT13RZgFJ8IVUqbBzHinsX9gT50 { top:3.5625rem;left:35.1875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws { display:block; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzGNWWWIs8UIkMgizM4b07378f7wp5rB { width:47.75rem;height:2.125rem;top:3.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3s67pvZMIaErS3t30OQ7rWREXaoHa3B { width:46.8125rem;height:3.375rem;top:6.4375rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyidiyb7wWelJWFTaMBMymQOa9hNcgTB { width:17.5rem;height:3.4375rem;top:13.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2xinsrvrMPRL1kdT4vGuc2hDDzL37q7 { display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4Vs5cRb4z1P9c2T4ICMRMLu8yfvmurB { top:1.5rem;left:8.375rem;width:39.375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH7W0bh13irzaFTqgvaZBrtr6MW4wuhH { top:1.6875rem;left:0rem;width:7.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/49883527-d4be-42cc-bb5f-595ca8ad8ae0/Projektbeznazwy20260312T154625032.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:14.5625rem;height:1.2744125rem;top:39.8125rem;left:2.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-form-header {  }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:rgba(18,28,27,0.56);font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(18,28,27,0.56);font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ff7300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:700;color:#ffffff;width:11.375rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal;line-height:.9; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-moz-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-moz-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]:-ms-input-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 [class*="-text"]::-webkit-input-placeholder { color:rgba(40,46,45,0.73);font-family:quicksand;font-size:0.9375rem; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#726669;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:first-of-type{padding-top:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-container:last-of-type{padding-bottom:0;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:41.0859375rem;z-index:15001; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 {display:block;}#c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:41.0859375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #yzWG5BRuHtPzPAU0JsFDu8Un3V4PKVng {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #iXqzxq75XBkAKswgsbnp1Ol1zmlgqrpT { display:none; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #CbAm6X2CT1t6TwvdSyvagXK1bQciq8vm {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #lJV11BfP2O5v7ylTwoMdKggmWOfmyFIh {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uwysuVOUcAvtaxiMz91OS4k06ZDxi4WN {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #v9sbRmc44vdKbTly5KxwqhHZ3a5BamV5 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #sxZcGsVz4uMxG7NfI3fFVnlJGyKIxMUw {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #LIDZqFLz1MzsTgKoNEdLMIFsJSy56QFf { display:none; }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #uSIkBzB0VDinoR98yfZFd4bc1KtldZEs {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #UuAByRtIIOOB6gvUWrEzF87k4PaP8Bdx {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #B1W3eIuxTlVTcDOtgcp7TqGe6cUB1BAA {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #s4swhmJPJRWzX61EUFTOc5aHTt8TcTZP {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #RkF0Z1taGFyyetizKJZ0FbQ5hZSkADef {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #pJxo0nE1bgFWHvyTFlFXWW2knxkPy9Lg {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #UTJxcVq0kgwBZx7drDUxqAkSHg7PHnV2 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #WuRgeTWIeQCTZKP7xu8ndO3AVU41gtIa {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #VVohH0wKgK988ei23yuqAsqDZEHsS9y6 {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #vL2iDayBQZhMdVK1EyD7nP2R7odh1CSQ {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #tcQX3VOx7F8tpI3hfUeZEb0UU3oH9BTQ {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #P5GommPwRiWZ5L0WFBqaKl2pSCKWwN6g {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #umrbHPx20iuqgD56R6mqg7rKkwTWl67u {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #mM4gKe6WAIigSl17R7uwl0K97t72BsSn {  }
 }@media only screen and (max-width: 763px) { #c1o6TdWShL0ToqCCZBZy5OHGFwtIV9n4 #GyFoN789FOpg72PABFMRlP7THc9HlVCG {  }
 }@media only screen and (max-width: 763px) { #AqmpOqtZasgH5O5K2WMaAVHozp6kta5T { width:20rem;height:51.25rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsuIydcbyh5GCsMrJN5PE5ibhrskucS { width:20rem;height:0;top:8.630859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(0,0,0,0.83);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gWemUcWmNPGMw8Ug5vhkqG8AgKK7NmOz { width:20rem;height:4.7109375rem;top:34rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtEDcTBn554dwULTmEH26FvT77pKpWAQ { width:20rem;height:18.25rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrGSR0k1ebkXREpQFD4PsqOqxAshCX4 { width:14.5625rem;height:11.19925rem;top:0.568359375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sz7Im8mkHUBtr3IbqsCsl020u84QqBu6 { width:19.5rem;height:1.23730625rem;top:11.767578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK { display:block; }#BAcmPI19waQJ546gpVnIIdBn1ew5ZyKK > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMiS7CK7Gcl18SdAdSUDP44xFxW9QKNW { width:18.0625rem;height:5.2rem;top:3.94921875rem;left:0.96875rem;font-size:2rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGEHTJfCg8mbTXiDMnxDUBntKyRxVX6U { width:18.25rem;height:2.6rem;top:9.1484375rem;left:0.875rem;font-size:2rem;color:rgba(var(--color-primary-2),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDa5022cRL8SMEMlER1o8ZqHl7tp4Wz1 { width:20rem;height:10.9375rem;top:12.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNriUDenqgcbuKvEa1nbH1Qx7S4JWLUZ { width:10.4375rem;height:2.7625rem;top:27.998046875rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxFLNhfTs1MKhxRORGP7EcCcG9FGnbri { width:8.8125rem;height:2.761725rem;top:34.9833984375rem;left:0.96875rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOn7apHNo8MMI3WQe7QqXKHk8JGpM7AJ { width:10.0625rem;height:2.761725rem;top:27.9970703125rem;left:9.46875rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMKkWrMQgUeBKLTTc9U56ANQUBLvTARX { width:6.75rem;height:4.14258125rem;top:34.9833984375rem;left:11.4375rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVtv2dDPsEZ8NNSdPTGGoExybEXzAxRE { width:8.3125rem;height:4.14258125rem;top:42.28125rem;left:0.96875rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4k8ZUkGcvsIpMCKeh8czC8tGOEH1ZOB { width:7.3125rem;height:2.7625rem;top:42.40625rem;left:10.78125rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXJfliKzHd6sofpSNdSNdlcXlwrRhVsm { display:flex;width:2.5rem;height:2.5rem;top:25.560546875rem;left:3.96875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #R7SynaQEdKfz2gCIZmWNfFBBqmo5hlzk { display:flex;width:2.5rem;height:2.5rem;top:39.59375rem;left:13.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #h7DQDKd3Z0tFXtkKZQ14wTIPpobOoOnh { display:flex;width:2.5rem;height:2.5rem;top:25.560546875rem;left:13.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DdQmHkqLDEnrzw8zfRAzWDrkUQtOgK0m { display:flex;width:2.5rem;height:2.5rem;top:32.123046875rem;left:13.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BhAuAv4KzUGzRlJb2ALkrEXDOL68sIPl { display:flex;width:2.5rem;height:2.5rem;top:32.4833984375rem;left:3.96875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #mw49WmV6bTuW101sZqsD4mx9pH4Kr3kz { display:flex;width:2.5rem;height:2.5rem;top:39.53125rem;left:3.65625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db { display:block; }#UJcVQG3fu3dT87QWctv1t7X3EK7ot2Db > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp2MCeKVWi62wwWeTLdsBrgepU2fOtQm { width:8.25rem;height:0.375rem;top:7.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s27zJVdLrD0HxoCRCgP9mAZMy7qVetpG { width:11rem;height:1.625rem;top:20.1875rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpDRh9KK6TkmAb2WHeAuWTT6M2PBLswE { width:19.5625rem;height:1.3rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWpmCMTPGpnyUEX3QG5X1ndfJ87rbe1I { width:18.0625rem;height:6rem;top:1.25rem;left:0.96875rem;font-size:2rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5gqkvu75lVrsO5NDMG4VZTvVpPDsmd { width:15.25rem;height:15.625rem;top:41.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svTZyIE1Xlu8gzbcPlTmZwA5BeRTEXLE { width:12rem;height:1.625rem;top:51.5625rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itCG33k0MKZOIdmFCzfTQn8mdFTeJKIb { width:8rem;height:2.6rem;top:69.685546875rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #kiMWuSwpMuoQPAvVcTdhWM2UBMLnzMnm { width:15.25rem;height:15.625rem;top:25.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkIhqAsd9RoK2kt82uKkEFV8fWxfb95 { width:11.4375rem;height:1.625rem;top:35.5625rem;left:4.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #po1ttP06OZaWMiyvBLv6T1GuTScxVgJV { width:10.125rem;height:2.5996125rem;top:37.5rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVT218v3TQummKRfnLVl9Zo2M8T26ZOq { width:15.25rem;height:15.625rem;top:57.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvCE0Ti9RByiOJdEo9fHyOTiPL1UNnBz { width:12.3125rem;height:1.625rem;top:67.998046875rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvDZpEETVaRQP7ccdMKZPm04CXIRlNGk { width:6.75rem;height:2.6rem;top:53.375rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvhA4tP0468Rt5iST8dWSLGsVVCqGQl8 { width:15.25rem;height:15.625rem;top:9.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIL6ypXdFD0CDNCCkbtMFV2PUUdqvkU0 { width:9.3125rem;height:9.3125rem;top:74.749997138975rem;left:5.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuzmwARkrxCHmi7kvsTH6DVpGOTcaDw { width:9.4375rem;height:12.5625rem;top:9.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDbNaTc5MIqnnGiwQan2woPTJ6li2rd { width:9.4375rem;height:12.5625rem;top:57.15625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDfuEoFTzTWzwD81fUs5MdudTiKl4IL { width:9.4375rem;height:12.5625rem;top:40.6875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbb05xGbSJyTHReXPzR4aqe8B8VMvuFE { width:9.4375rem;height:12.5625rem;top:24.8125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 { display:block; }#TdyzFpaVRk8a7UTGsnEPAaCEomuTpO14 > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKuXV4USLrlgS1IqX6IFuzxGvByQXTa0 { width:16.1875rem;height:2.5996125rem;top:2.5615234375rem;left:1.90625rem;font-size:2rem;color:rgba(var(--color-tertiary-3),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNHzVyZGNIZyHDCIMSHn81KxvHfViVGv { width:20rem;height:9.6875rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veku1ykr9eU7G6Uhl6iz68XlyAPmw5Kd { width:16.1875rem;height:2.6rem;top:5.099609375rem;left:1.90625rem;font-size:2rem;color:rgba(var(--color-primary-2),0.79);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnsK7PDd5J3dMxzHBexe50tRQcH0HpHw { width:0.125rem;height:0.125rem;top:50.7861328125rem;left:6.974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWoER0xTMzcTiwARNr0uCt5GyKPne1Pe { width:12.1875rem;height:3.5625rem;top:10.9990234375rem;left:0.943359375rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-3),0.79);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QlN0DgMQIXUSJeFh9q4H0WvJdE57zgSC { width:16.1875rem;height:1.21875rem;top:15.10546875rem;left:0.875rem;font-size:0.9375rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #ylcc0DaffnXTA4B5TX7zDZIyrtatnwBk { width:5.1875rem;height:1.3rem;top:10.26171875rem;left:13.875rem;font-size:1rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #m0qQwwkyC1Z1f01Z5tQ435rQofCyOGQ0 { width:7.0625rem;height:2.8125rem;top:9.44921875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHcpFOLr05M0QVL3MS8kNFDx5OsILOnN { width:20rem;height:8.8125rem;top:19.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8T4eg96l6w9hSmNlzImHvaLpTGre8bo { width:16.1875rem;height:1.21875rem;top:24.94921875rem;left:0.875rem;font-size:0.9375rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #s0NmrZ4gR8l9uwiP1lfVTvKkXTEG14LE { width:10.6875rem;height:3.91699375rem;top:20.76171875rem;left:0.875rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-3),0.79);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O41UdylGMKJspcxddvHm6hzQPiIRpwJt { width:7.0625rem;height:2.8125rem;top:19.69921875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOoxGe8IvKZq7GaSkXncVEMcbEvd1avZ { width:5.1875rem;height:1.3rem;top:20.51171875rem;left:13.875rem;font-size:1rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #ndK09yyiWolkwLL66gVH3TwlbnTlUsp0 { width:20rem;height:8.75rem;top:29.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Z4aqvNQElGrSGCNbu5vNbfXrp1dQKJ { width:16.1875rem;height:1.21875rem;top:34.44921875rem;left:0.875rem;font-size:0.9375rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #GydGMXAdV3AdlEXOul2WMkJMQkqncugT { width:10.4375rem;height:3.5625rem;top:30.32421875rem;left:0.875rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-3),0.79);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QcBn9SzxzIquXvOz2Whe1Wgho65Pgz1A { width:7.0625rem;height:2.8125rem;top:29.13671875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXPMAfK8Ru4pPRGRuOc9LFrZcCeKI0mX { width:5.1875rem;height:1.3rem;top:29.94921875rem;left:13.875rem;font-size:1rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #rslU9133nKqn9wwZ4vQvKHhUrkqg3Akl { width:16.1875rem;height:1.21875rem;top:16.57421875rem;left:0.875rem;font-size:0.9375rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #CZksGpoMlg9wQGJxhk44PckpDmeVuxtP { width:16.1875rem;height:1.21875rem;top:26.32421875rem;left:0.875rem;font-size:0.9375rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #bIlnK92pXoGXO7H7NpfZzM2VUZmzsiyu { width:16.1875rem;height:1.21875rem;top:35.76171875rem;left:0.875rem;font-size:0.9375rem;color:rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #TmTfmdrIMTRCkNbiNwEhFuDEgSi5oVr7 { width:20rem;height:21.875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFiuPT13RZgFJ8IVUqbBzHinsX9gT50 { width:8.5625rem;height:8.5625rem;top:39.94921875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws { display:block; }#dzs7eL2xx5pCtmnu9NxFKO43xiOVM3ws > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzGNWWWIs8UIkMgizM4b07378f7wp5rB { width:20rem;height:4.3984375rem;top:2.1015625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u3s67pvZMIaErS3t30OQ7rWREXaoHa3B { width:14.6875rem;height:4.875rem;top:7.73828125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyidiyb7wWelJWFTaMBMymQOa9hNcgTB { width:17.5rem;height:3.4375rem;top:15.55078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2xinsrvrMPRL1kdT4vGuc2hDDzL37q7 { display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4Vs5cRb4z1P9c2T4ICMRMLu8yfvmurB { width:20rem;height:3.41015625rem;top:7.6083984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aH7W0bh13irzaFTqgvaZBrtr6MW4wuhH { width:9.25rem;height:4.625rem;top:2.3154296875rem;left:5.375rem;display:block; }
 }