.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:217,220,234;--color-primary-1:128,140,184;--color-primary-2:0,24,113;--color-primary-3:0,12,57;--color-primary-4:0,4,17;--color-secondary-0:252,217,217;--color-secondary-1:247,128,128;--color-secondary-2:238,0,0;--color-secondary-3:119,0,0;--color-secondary-4:36,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:163,172,204;--color-tertiary-2:102,116,170;--color-tertiary-3:61,70,102;--color-tertiary-4:0,24,113;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fa028a5-75fe-4739-9933-052cbfcb14ea/mapyeglarskierozdzielacz5754253.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,20,102,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,20,102,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9361875rem;position:absolute;font-family:"zilla slab";font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:13.343751311302rem;left:7.4973945617675rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhnvVFUZETLGql4s4DzZTT8VSDExZylO { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.4375rem;top:18.8125rem;left:36.28125rem;display:block; }
#wg12L5QhpSTNziUTV3AwMmGy9lO05syp { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.375rem;left:31.5625rem;display:block; }
#NT4HM8sFNxwuubmMBhn2r4racMOmRHM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVX1c4HbMzwfi9I8bKBiqWHf3Sv9rZD0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.5rem;top:3.375rem;left:3.67578125rem;overflow:hidden;display:block; }
#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container { background-color: transparent; background-image: none; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container > .video-iframe-container { display: none; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row > .video-iframe-container { display: none; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .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); }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container { border-width: 0; border-radius: 0; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#i8pAK9QaObX7TWvRZGNsyIsdyvb7Oa4Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9.375rem;top:9.15625rem;left:32.812500953674rem;overflow:hidden;display:block; }
#xZeoxTtiPtI7BeSKJgrCX7e2So7uOzp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"zilla slab";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.000001907349rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { background-color: transparent; background-image: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container > .video-iframe-container { display: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container { display: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .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); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { border-width: 0; border-radius: 0; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.25rem;width:75rem;position:relative;display:block; }#UZQ9CE0z59CDc3k6Adg9QMpT681I0i4L { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"zilla slab";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.58203125rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o9xU26PlqCUs5rPFse5b7AhHnvLTmFT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"zilla slab";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:4.83203125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WB3JxOXMUddqOKiK3T0Z1IPcHltx5eku { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"zilla slab";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:17rem;left:0rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ae33b07-030f-43cc-b655-0242e5bf28f2/ZNAKICZERWONEPOZIOM.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3.adaptive-delivery-prevent-bg, #HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3.lazyload, #HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3.lazyloading { background-image: none; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container { background-color: transparent; background-image: none; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container > .video-iframe-container { display: none; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row > .video-iframe-container { display: none; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .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); }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container { border-width: 0; border-radius: 0; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { color:#32314e;display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1648445129394rem;left:37.500000953674rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.4375rem;top:9.3125rem;left:37.5rem;display:block; }
#GQdTewp72zgeyEU5xoBVqoaph8CmR2Zi { color:#000000;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:11.4375rem;left:37.5rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQVFfdqs0XDukG9rMP70AMoHxPGfT0KB { color:#9d9d9d;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.5rem;left:37.5rem;height:9.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zEoSGenCJAMZZcBxxHtuBDJmKWdDZn5x { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.65) ;height:19.125rem;width:28.125rem;top:12.312500953674rem;left:4.6875rem;overflow:hidden;display:block; }
#mR5CARMR8VqrrxAgs7W3huZQUmsuyFcR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.9);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:37.25rem;top:3.1648483276367rem;left:37.500000953674rem;display:block; }
#b2aPNk53KtwLgKzHGV2bQlN3iGqrE1Ny { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.85);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:37.25rem;top:5.6875001788139rem;left:0rem;display:block; }
#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container { background-color: transparent; background-image: none; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container > .video-iframe-container { display: none; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row > .video-iframe-container { display: none; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .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); }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container { border-width: 0; border-radius: 0; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#qMATnkPWgIqGtSuATsVmvgJb6v1QMIAr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:36.25rem;top:15.005208969116rem;left:38.125003814698rem;overflow:hidden;display:block; }
#IltiucE51d0Iz6xunuLVhOTGDxGFgpSV { color:#32314e;display:block;width:24.8720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:2.1933625rem;text-align:left;text-align-last:left;display:block; }
#fWXC905ai3nxi702ICCFUmoKc7zPeGP6 { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:9.0634765625rem;left:0rem;height:28.755875rem;display:block; }#fWXC905ai3nxi702ICCFUmoKc7zPeGP6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fWXC905ai3nxi702ICCFUmoKc7zPeGP6 li:before{  }
#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container { background-color: transparent; background-image: none; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container > .video-iframe-container { display: none; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row > .video-iframe-container { display: none; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .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); }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container { border-width: 0; border-radius: 0; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#iyvGbM6HkF9WZaXcepwBH121s2OX5y82 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:"zilla slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.59375rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ae33b07-030f-43cc-b655-0242e5bf28f2/ZNAKICZERWONEPOZIOM.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ.adaptive-delivery-prevent-bg, #aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ.lazyload, #aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ.lazyloading { background-image: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { background-color: transparent; background-image: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container > .video-iframe-container { display: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row > .video-iframe-container { display: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .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); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { border-width: 0; border-radius: 0; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#TD1TOLPkdZSGcM7JiPw0aC7PvZI8SueC { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.8828125rem;left:39rem;height:20.7949375rem;display:block; }
#hvgtezhWgHdnEqxDMBQZbaCNnTg0AcWx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.85);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:37.25rem;top:8.25rem;left:37.75rem;display:block; }
#ONWwlp7Hw0F5E6KqDsGiVsGVn0bapDn9 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.85);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:37.25rem;top:1.3125rem;left:0rem;display:block; }
#xzHm8DiZk39z5FoTOnTTPCczVCqJ9raQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1770839691162rem;left:3.125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#cBpu2DI0kJaPxyafJ0axntRX1FyzIW1x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:8.3453130722044rem;left:7.811718940735rem;overflow:hidden;display:block; }
#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container { background-color: transparent; background-image: none; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container > .video-iframe-container { display: none; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row > .video-iframe-container { display: none; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .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); }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container { border-width: 0; border-radius: 0; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#ZCnBadxovPvWtNvKH6VhihoTfcmWWJAw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#QvzLGW5er0xr55cr5XJdsBrShs3ecyiH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9677734375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#iwt4OPSzTOOvoWo8t3QoQTMfiIwxpRsu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1240234375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#tzRect4BHHTGQ4Go1nZzMkisJn9e3ZlE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8740234375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPQOfg2t6mTGTT57eXTTLkS1tLht7iLl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.59375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container { background-color: transparent; background-image: none; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container > .video-iframe-container { display: none; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row > .video-iframe-container { display: none; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .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); }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container { border-width: 0; border-radius: 0; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#quNWEtZKNksRmyOsCZE0mbxhQsFKuRn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.796875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#wIrTHl7fRN7Eh5pqo5HCgw0XZJQsU5RF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:37.5rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container { background-color: transparent; background-image: none; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container > .video-iframe-container { display: none; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row > .video-iframe-container { display: none; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .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); }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container { border-width: 0; border-radius: 0; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#KG6vefvflZTB9Ehy0bPTU4eSN4vV8Pu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.828143119812rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#wHLOwrTlS4TWTFprOlE6AI0zXpqI2L3J { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.531268119812rem;left:37.498699188233rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#le3yvu8WtJtlbmAlibCsgLkkvba0y5px { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container { background-color: transparent; background-image: none; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container > .video-iframe-container { display: none; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row > .video-iframe-container { display: none; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .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); }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container { border-width: 0; border-radius: 0; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#wAncd6LshxXeifOJU0OTcudqeq0zRI7V { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.75rem;width:26.25rem;top:7.625rem;left:24.375rem;display:block; }
#D18JmTIcJDX7OtCGrX79BMnnOvandE8y { color:#863bcc;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3125rem;left:24.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-form-header {  }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:19.6875rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #b2b1b1;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.6875rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-text {padding-top: 0; padding-bottom: 0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #b2b1b1;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.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-select {padding-top: 0; padding-bottom: 0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.6875rem;height:3.625rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx [class*="-text"]:-moz-placeholder { color:#b2b1b1;font-family:comfortaa;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx [class*="-text"]::-moz-placeholder { color:#b2b1b1;font-family:comfortaa;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx [class*="-text"]:-ms-input-placeholder { color:#b2b1b1;font-family:comfortaa;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx [class*="-text"]::-webkit-input-placeholder { color:#b2b1b1;font-family:comfortaa;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .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);font-size:0.8125rem;font-weight:300;color:#000000;vertical-align:top;width:18.625rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .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; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-container:first-of-type{padding-top:0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-container:last-of-type{padding-bottom:0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.625rem;left:26.312500953674rem; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.6875rem;display:block;vertical-align:top; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-info-text { font-size:0.75rem; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx {display:block;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:26.3125rem; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #uGdKyxkXPiOI64RkmPO6NiOqprmv2sgz { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #zSdocxi3RTZDiofF1zqN0rfO7KKvz642 { position:relative;display:none; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #TOXB4gQX3t8TawnuVcW8OiMIvvZQqpZS { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #EGluIWSd12M0kgaUSfbAdzfdEfsQnpTO { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #JoV4ZXK31l27XKnihvzy52ZgcKuc342d { position:relative;display:none; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #B8lWyOpEEp1uTleMMTnhv2ctaBAT5CPG { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Qa0xsqxCZdbcDrQLumZbKvsGm04lwGFV { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Ewiqzgr7FOozXUxCtHd7KXcvFGZJNTDb { position:relative;display:none; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #IyRxTukhNi19tniaaUvq8nyPICReCBvl { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #AI4ItMXCHRl7CedTl0nM2sXtdUdWnhT5 { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #B0MMb8hHyIaoCzPToDwQbE5CnH0B6rmT { position:relative;display:none; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #VE87CURfDJ46HnawmLCkkn32fBinM0zD { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Xldm1wO8vWVFyOITC6J3pkyOShGcKmg5 { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Txsgd5pzpghcavgtDKVfVrgFO8QXFsgK { position:relative;z-index:2; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #E9tWvQGdv5vdulUcJa5EBZnLmm3s6Ri8 { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #ErTd7Kl7Km3iOe52JwsWobPtUAEcZT2B { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #pdpKD4Tm1STiiQp1hRJohJCWhViuvx6U { position:relative;z-index:2; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #kMPzTm9XR6qQENlaWGNhOES4gianyPZX { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #JOLLOEqiLkN72hwgoII0DKBiAUywQOma { position:relative; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #wgVAcv8mNmqVCgrdRrXuRtzuCE3fSvaf { position:relative; }
#wa9rKLHC79Q91DN02FN9K7n3u0eJH14W { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.515625rem;left:18.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container { background-color: transparent; background-image: none; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container > .video-iframe-container { display: none; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row > .video-iframe-container { display: none; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .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); }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container { border-width: 0; border-radius: 0; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#XqngkbrEeKCtJDf88FVHZULm0rWAoloy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15rem;left:11.625rem;display:block; }
#fyV5oMr2iVgvO76G5TmTlzyEETnVPJEF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15rem;left:15.5rem;display:block; }
#H0InRNpZpBst15u88D6Pi8lQl0JwwGtN { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15rem;left:19.4375rem;display:block; }
#lLBy5vXDBW81wksp6hRueNqrkdpmhiLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:8.5638008117675rem;left:7.21875rem;height:1.225rem;font-style:normal;display:block; }
#nQfdBAssrMq3McX6d8hCDguoTlts5hTV { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.187503814698rem;height:3.67383125rem;font-style:normal;display:block; }
#K0u3HLRJyoS7vh7Rkh7ayfCvPphVBPWT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#kXuuwGpmU9qOVJuMcGscQpo7EdTLZ9dL { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.84375rem;left:58rem;display:block; }
#TpH4f7GCckETJzaHkztdp2l1rlkurThU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:49.875rem;height:1.225rem;font-style:normal;display:block; }
#kfWZdECuLPhGFcD1lyEka1pwoPfbu5Ic { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:5.9375rem;left:47.0625rem;display:block; }
#FqwoiDzDtwFNq8QSZEGsHEJGM6DfXPxT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35.000003814698rem;height:1.225rem;font-style:normal;display:block; }
#BVWZrt3aApqNT3Tzl4aShTgQqvMNPo3s { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.6875rem;left:32.1875rem;display:block; }
#tGw6eT7mzAzh9tSaI1qe5q47GoEWbiid { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.25rem;left:7.21875rem;height:1.05rem;font-style:normal;display:block; }
#Sb9UMh8FauroqmEGEPLP4b8mTgb5GReP { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.05rem;font-style:normal;display:block; }
#L7Fk2KMRlbHklRfLG0CyIwfaskAqCWQZ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7rem;display:block; }
#w1C4o1i2lyJflFb05wT5etUL93bzWguO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.9375rem;top:3.6796875rem;left:7.21875rem;overflow:hidden;display:block; }
#Oz8rAChlr992wdxutf4ddoW7JTAh6SlE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:15.1875rem;display:block; }
#FRkhwBJToRdyZScmr7wRaJuXexPWhUrV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:15.25rem;left:7.8125rem;display:block; }
#WMeXawSTb25WG3AN4svCyRiuRBVUSxKQ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:11.3125rem;display:block; }
#t0bJLBW59JIDH3iUUbm38tk4cH0UP3fS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.6875rem;left:19.125rem;display:block; }
#ZBxtUTkJRVh6OplbtaF7Ba271KPrspfo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:7.25rem;display:block; }
#KNcXCET57hOwLsRIB00V2ruwncQIAF05 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.55859375rem;left:32.093753814698rem;height:8.5722875rem;font-style:normal;display:block; }
#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container { background-color: transparent; background-image: none; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container > .video-iframe-container { display: none; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row > .video-iframe-container { display: none; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .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); }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container { border-width: 0; border-radius: 0; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#NdDrvFpSg9EO6R4LWSrb9CklHvzH0qGa { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { width:47.75rem;height:9.3984375rem;top:10.125rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhnvVFUZETLGql4s4DzZTT8VSDExZylO { width:2.4375rem;height:0.0625rem;top:18.8125rem;left:22.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg12L5QhpSTNziUTV3AwMmGy9lO05syp { width:11.875rem;height:2.8125rem;top:28.375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT4HM8sFNxwuubmMBhn2r4racMOmRHM7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVX1c4HbMzwfi9I8bKBiqWHf3Sv9rZD0 { width:6.5rem;height:6.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 { display:block; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8pAK9QaObX7TWvRZGNsyIsdyvb7Oa4Z { width:9.375rem;height:9rem;top:9.125rem;left:19.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZeoxTtiPtI7BeSKJgrCX7e2So7uOzp4 { width:47.75rem;height:3.75rem;top:21rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { display:block; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZQ9CE0z59CDc3k6Adg9QMpT681I0i4L { width:47.75rem;height:11.25rem;top:8.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9xU26PlqCUs5rPFse5b7AhHnvLTmFT4 { width:47.75rem;height:3.75rem;top:4.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB3JxOXMUddqOKiK3T0Z1IPcHltx5eku { width:47.75rem;height:4.6875rem;top:17rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 { display:block; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { width:23.6875rem;height:8.042rem;top:2.3125rem;left:24.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { width:2.4375rem;height:0.0625rem;top:5.625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQdTewp72zgeyEU5xoBVqoaph8CmR2Zi { width:26.625rem;height:19.59375rem;top:5.0249567031861rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQVFfdqs0XDukG9rMP70AMoHxPGfT0KB { width:23.499375rem;height:13.5rem;top:7.4034328460694rem;left:24.187283992768rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEoSGenCJAMZZcBxxHtuBDJmKWdDZn5x { width:18.125rem;height:13rem;top:7.1419277191163rem;left:29.130860805511rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR5CARMR8VqrrxAgs7W3huZQUmsuyFcR { width:37.25rem;height:38rem;top:3.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2aPNk53KtwLgKzHGV2bQlN3iGqrE1Ny { width:37.25rem;height:36.6875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW { display:block; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMATnkPWgIqGtSuATsVmvgJb6v1QMIAr { width:36.25rem;height:16.875rem;top:15rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltiucE51d0Iz6xunuLVhOTGDxGFgpSV { width:23.6870625rem;height:2.6806625rem;top:28.591581344604rem;left:3.0609810352326rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWXC905ai3nxi702ICCFUmoKc7zPeGP6 { width:35.9375rem;height:27.0625rem;top:31.791451454163rem;left:3.1532118320465rem;font-size:0.9375rem;display:block; }#fWXC905ai3nxi702ICCFUmoKc7zPeGP6 li:before{  }
 }@media only screen and (max-width: 763px) { #UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC { display:block; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyvGbM6HkF9WZaXcepwBH121s2OX5y82 { width:31.25rem;height:3.25rem;top:4.5625rem;left:8.2499990463256rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ { display:block; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD1TOLPkdZSGcM7JiPw0aC7PvZI8SueC { width:35.375rem;height:20.7949375rem;top:8.875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvgtezhWgHdnEqxDMBQZbaCNnTg0AcWx { width:37.25rem;height:22.0625rem;top:8.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONWwlp7Hw0F5E6KqDsGiVsGVn0bapDn9 { width:37.25rem;height:30.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHm8DiZk39z5FoTOnTTPCczVCqJ9raQ { width:31.25rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpu2DI0kJaPxyafJ0axntRX1FyzIW1x { width:21.875rem;height:21.875rem;top:8.3125rem;left:0.99921894073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx5x2K3laB0KODE1GC38pHABP6gUMp8F { display:block; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCnBadxovPvWtNvKH6VhihoTfcmWWJAw { width:47.75rem;height:2.03125rem;top:17.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzLGW5er0xr55cr5XJdsBrShs3ecyiH { width:47.75rem;height:2.84375rem;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwt4OPSzTOOvoWo8t3QoQTMfiIwxpRsu { width:47.75rem;height:2.2744125rem;top:13.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzRect4BHHTGQ4Go1nZzMkisJn9e3ZlE { width:47.75rem;height:6.5rem;top:7.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQOfg2t6mTGTT57eXTTLkS1tLht7iLl { width:47.75rem;height:2.03125rem;top:20.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h { display:block; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quNWEtZKNksRmyOsCZE0mbxhQsFKuRn9 { width:37.5rem;height:2.84375rem;top:4.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIrTHl7fRN7Eh5pqo5HCgw0XZJQsU5RF { width:37.5rem;height:9.75rem;top:1.375rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 { display:block; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6vefvflZTB9Ehy0bPTU4eSN4vV8Pu6 { width:37.5rem;height:2.84375rem;top:4.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHLOwrTlS4TWTFprOlE6AI0zXpqI2L3J { width:37.5rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3yvu8WtJtlbmAlibCsgLkkvba0y5px { display:block; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAncd6LshxXeifOJU0OTcudqeq0zRI7V { width:22.8125rem;height:44.3125rem;top:3.875rem;left:24.821094870567rem;display:block; }
 }@media only screen and (max-width: 763px) { #D18JmTIcJDX7OtCGrX79BMnnOvandE8y { width:22.375rem;height:2.03125rem;top:5.5000004768372rem;left:25.062500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-regular-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-text { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-text {padding-top: 0; padding-bottom: 0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-textarea { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-select { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-select {padding-top: 0; padding-bottom: 0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx  { width:17.625rem;height:auto;top:9.75rem;left:26.718750357628rem; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .radio-container { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx {display:block;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx { width:17.625rem;height:auto;top:9.75rem;left:26.718750357628rem; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #uGdKyxkXPiOI64RkmPO6NiOqprmv2sgz {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #zSdocxi3RTZDiofF1zqN0rfO7KKvz642 { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #TOXB4gQX3t8TawnuVcW8OiMIvvZQqpZS {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #EGluIWSd12M0kgaUSfbAdzfdEfsQnpTO {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #JoV4ZXK31l27XKnihvzy52ZgcKuc342d { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #B8lWyOpEEp1uTleMMTnhv2ctaBAT5CPG {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Qa0xsqxCZdbcDrQLumZbKvsGm04lwGFV {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Ewiqzgr7FOozXUxCtHd7KXcvFGZJNTDb { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #IyRxTukhNi19tniaaUvq8nyPICReCBvl {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #AI4ItMXCHRl7CedTl0nM2sXtdUdWnhT5 {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #B0MMb8hHyIaoCzPToDwQbE5CnH0B6rmT { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #VE87CURfDJ46HnawmLCkkn32fBinM0zD {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Xldm1wO8vWVFyOITC6J3pkyOShGcKmg5 {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Txsgd5pzpghcavgtDKVfVrgFO8QXFsgK {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #E9tWvQGdv5vdulUcJa5EBZnLmm3s6Ri8 {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #ErTd7Kl7Km3iOe52JwsWobPtUAEcZT2B {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #pdpKD4Tm1STiiQp1hRJohJCWhViuvx6U {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #kMPzTm9XR6qQENlaWGNhOES4gianyPZX {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #JOLLOEqiLkN72hwgoII0DKBiAUywQOma {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #wgVAcv8mNmqVCgrdRrXuRtzuCE3fSvaf {  }
 }@media only screen and (max-width: 763px) { #wa9rKLHC79Q91DN02FN9K7n3u0eJH14W { width:37.5rem;height:2.84375rem;top:2.5rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI { display:block; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqngkbrEeKCtJDf88FVHZULm0rWAoloy { top:15rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyV5oMr2iVgvO76G5TmTlzyEETnVPJEF { top:15rem;left:1.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0InRNpZpBst15u88D6Pi8lQl0JwwGtN { top:15rem;left:5.8125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBy5vXDBW81wksp6hRueNqrkdpmhiLJ { top:8.5625rem;left:0rem;width:19.875rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfdBAssrMq3McX6d8hCDguoTlts5hTV { top:6rem;left:39.25rem;width:8.5rem;height:3.67383125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0u3HLRJyoS7vh7Rkh7ayfCvPphVBPWT { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXuuwGpmU9qOVJuMcGscQpo7EdTLZ9dL { top:5.8125rem;left:44.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpH4f7GCckETJzaHkztdp2l1rlkurThU { top:6.125rem;left:36.25rem;width:7.3125rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWZdECuLPhGFcD1lyEka1pwoPfbu5Ic { top:5.9375rem;left:33.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwoiDzDtwFNq8QSZEGsHEJGM6DfXPxT { top:6.0625rem;left:21.375000953674rem;width:10.75rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVWZrt3aApqNT3Tzl4aShTgQqvMNPo3s { top:5.6875rem;left:18.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGw6eT7mzAzh9tSaI1qe5q47GoEWbiid { top:12.25rem;left:0rem;width:11.8125rem;height:1.04980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb9UMh8FauroqmEGEPLP4b8mTgb5GReP { top:4.0625rem;left:18.812503814698rem;width:11.8125rem;height:1.04980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Fk2KMRlbHklRfLG0CyIwfaskAqCWQZ { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1C4o1i2lyJflFb05wT5etUL93bzWguO { width:3.9375rem;height:3.75rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8rAChlr992wdxutf4ddoW7JTAh6SlE { top:14.75rem;left:1.5625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRkhwBJToRdyZScmr7wRaJuXexPWhUrV { top:15.25rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeXawSTb25WG3AN4svCyRiuRBVUSxKQ { top:14.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bJLBW59JIDH3iUUbm38tk4cH0UP3fS { top:14.6875rem;left:5.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBxtUTkJRVh6OplbtaF7Ba271KPrspfo { top:14.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNcXCET57hOwLsRIB00V2ruwncQIAF05 { top:11.5rem;left:12.5625rem;width:35.1875rem;height:8.5722875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh { display:block; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdDrvFpSg9EO6R4LWSrb9CklHvzH0qGa { width:21.9375rem;height:1.29980625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { width:19.375rem;height:8.39941875rem;top:6.8125rem;left:0.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhnvVFUZETLGql4s4DzZTT8VSDExZylO { width:2.4362rem;height:0.0611979375rem;top:9.7486982345581rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg12L5QhpSTNziUTV3AwMmGy9lO05syp { width:11.875rem;height:2.8125rem;top:16.873699188233rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT4HM8sFNxwuubmMBhn2r4racMOmRHM7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVX1c4HbMzwfi9I8bKBiqWHf3Sv9rZD0 { width:4.375rem;height:4.1875rem;top:1.125rem;left:7.7812502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 { display:block; }#lzVZPbGAqsHdI59lnwVZT1wbpZTVqQQ1 > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8pAK9QaObX7TWvRZGNsyIsdyvb7Oa4Z { width:6.25rem;height:5.875rem;top:3.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZeoxTtiPtI7BeSKJgrCX7e2So7uOzp4 { width:19.375rem;height:6rem;top:10.5rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { display:block; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZQ9CE0z59CDc3k6Adg9QMpT681I0i4L { width:19.375rem;height:5.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9xU26PlqCUs5rPFse5b7AhHnvLTmFT4 { width:19.375rem;height:6rem;top:2rem;left:0.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB3JxOXMUddqOKiK3T0Z1IPcHltx5eku { width:20rem;height:3.375rem;top:16.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 { display:block; }#HEQ3DUhpwDqKmTSBC1NaQ6V0WJSMWsO3 > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { width:20rem;height:3.4125rem;top:0.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { width:2.4375rem;height:0.0625rem;top:5.6875rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQdTewp72zgeyEU5xoBVqoaph8CmR2Zi { width:19.375rem;height:16.875rem;top:6.3723974227906rem;left:0.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQVFfdqs0XDukG9rMP70AMoHxPGfT0KB { width:19.375rem;height:16.5rem;top:24.643229812384rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEoSGenCJAMZZcBxxHtuBDJmKWdDZn5x { width:17.25rem;height:12.375rem;top:27.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR5CARMR8VqrrxAgs7W3huZQUmsuyFcR { width:20rem;height:18.625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2aPNk53KtwLgKzHGV2bQlN3iGqrE1Ny { width:20rem;height:17.125rem;top:6.373695373535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW { display:block; }#OGTGZs6PmKp8vQQP2Oryyv1uLQucTRPW > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMATnkPWgIqGtSuATsVmvgJb6v1QMIAr { width:19.375rem;height:9rem;top:57.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltiucE51d0Iz6xunuLVhOTGDxGFgpSV { width:20rem;height:2.68125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fWXC905ai3nxi702ICCFUmoKc7zPeGP6 { width:19.375rem;height:52.5625rem;top:4.4999971389771rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#fWXC905ai3nxi702ICCFUmoKc7zPeGP6 li:before{  }
 }@media only screen and (max-width: 763px) { #UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC { display:block; }#UqvMxdQ4PToHEzcZ2RU3uyVqqBpvdkUC > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyvGbM6HkF9WZaXcepwBH121s2OX5y82 { width:19.375rem;height:5.2rem;top:3.5875005722046rem;left:0.31171876192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ae33b07-030f-43cc-b655-0242e5bf28f2/ZNAKICZERWONEPOZIOM.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ.adaptive-delivery-prevent-bg, #aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ.lazyload, #aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ.lazyloading { background-image: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { background-color: transparent; background-image: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container > .video-iframe-container { display: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row > .video-iframe-container { display: none; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .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); }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { border-width: 0; border-radius: 0; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTHPV6INsWgzC9R47KHXi7GqEX4COrvZ > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD1TOLPkdZSGcM7JiPw0aC7PvZI8SueC { width:19.375rem;height:38.390625rem;top:26.043749809265rem;left:0.31171876192093rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hvgtezhWgHdnEqxDMBQZbaCNnTg0AcWx { width:20rem;height:39.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONWwlp7Hw0F5E6KqDsGiVsGVn0bapDn9 { width:20rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHm8DiZk39z5FoTOnTTPCczVCqJ9raQ { width:19.375rem;height:4.0625rem;top:3.21875rem;left:0.31171876192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpu2DI0kJaPxyafJ0axntRX1FyzIW1x { width:15.625rem;height:15.625rem;top:9.2500009536744rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx5x2K3laB0KODE1GC38pHABP6gUMp8F { display:block; }#Jx5x2K3laB0KODE1GC38pHABP6gUMp8F > .row .container { width:20rem;height:32.451171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCnBadxovPvWtNvKH6VhihoTfcmWWJAw { width:19.375rem;height:6.09375rem;top:21.04531288147rem;left:0.31171876192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvzLGW5er0xr55cr5XJdsBrShs3ecyiH { width:19.375rem;height:2.6rem;top:1.3125rem;left:0.31171876192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwt4OPSzTOOvoWo8t3QoQTMfiIwxpRsu { width:19.375rem;height:4.548825rem;top:14.04531288147rem;left:0.31171876192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzRect4BHHTGQ4Go1nZzMkisJn9e3ZlE { width:19.375rem;height:7.7988125rem;top:5.22265625rem;left:0.31171876192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQOfg2t6mTGTT57eXTTLkS1tLht7iLl { width:20rem;height:4.0625rem;top:28.388671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h { display:block; }#ZdsNTJ9LXTTPoT8Mzv3u6Ng2k8F2Pw3h > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quNWEtZKNksRmyOsCZE0mbxhQsFKuRn9 { width:20rem;height:2.6rem;top:0.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIrTHl7fRN7Eh5pqo5HCgw0XZJQsU5RF { width:19.375rem;height:14.625rem;top:3.849609375rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 { display:block; }#V0gTrPWfdyhQOynd3FN9VIykFWTMUNd1 > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6vefvflZTB9Ehy0bPTU4eSN4vV8Pu6 { width:19.375rem;height:2.6rem;top:1.25rem;left:0.31171876192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHLOwrTlS4TWTFprOlE6AI0zXpqI2L3J { width:19.375rem;height:9.75rem;top:4.66015625rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le3yvu8WtJtlbmAlibCsgLkkvba0y5px { display:block; }#le3yvu8WtJtlbmAlibCsgLkkvba0y5px > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAncd6LshxXeifOJU0OTcudqeq0zRI7V { width:20rem;height:42.0625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D18JmTIcJDX7OtCGrX79BMnnOvandE8y { width:20rem;height:2.03125rem;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-text {padding-top: 0; padding-bottom: 0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-select {padding-top: 0; padding-bottom: 0;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx  { width:17.375rem;height:auto;top:8.4856777191163rem;left:0.061197936534882rem; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx {display:block;}#UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx { width:17.375rem;height:auto;top:15.0625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #uGdKyxkXPiOI64RkmPO6NiOqprmv2sgz {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #zSdocxi3RTZDiofF1zqN0rfO7KKvz642 { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #TOXB4gQX3t8TawnuVcW8OiMIvvZQqpZS {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #EGluIWSd12M0kgaUSfbAdzfdEfsQnpTO {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #JoV4ZXK31l27XKnihvzy52ZgcKuc342d { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #B8lWyOpEEp1uTleMMTnhv2ctaBAT5CPG {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Qa0xsqxCZdbcDrQLumZbKvsGm04lwGFV {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Ewiqzgr7FOozXUxCtHd7KXcvFGZJNTDb { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #IyRxTukhNi19tniaaUvq8nyPICReCBvl {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #AI4ItMXCHRl7CedTl0nM2sXtdUdWnhT5 {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #B0MMb8hHyIaoCzPToDwQbE5CnH0B6rmT { display:none; }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #VE87CURfDJ46HnawmLCkkn32fBinM0zD {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Xldm1wO8vWVFyOITC6J3pkyOShGcKmg5 {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #Txsgd5pzpghcavgtDKVfVrgFO8QXFsgK {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #E9tWvQGdv5vdulUcJa5EBZnLmm3s6Ri8 {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #ErTd7Kl7Km3iOe52JwsWobPtUAEcZT2B {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #pdpKD4Tm1STiiQp1hRJohJCWhViuvx6U {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #kMPzTm9XR6qQENlaWGNhOES4gianyPZX {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #JOLLOEqiLkN72hwgoII0DKBiAUywQOma {  }
 }@media only screen and (max-width: 763px) { #UGABRipIz3PcHtU8Sy0BXXKwzXbevgZx #wgVAcv8mNmqVCgrdRrXuRtzuCE3fSvaf {  }
 }@media only screen and (max-width: 763px) { #wa9rKLHC79Q91DN02FN9K7n3u0eJH14W { width:19.375rem;height:5.2rem;top:2rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI { display:block; }#WTHHk2tgsuv1i8S3wMXStm7qzeAiJhtI > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqngkbrEeKCtJDf88FVHZULm0rWAoloy { width:2rem;height:2rem;top:30.6875rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyV5oMr2iVgvO76G5TmTlzyEETnVPJEF { width:2rem;height:2rem;top:30.6875rem;left:10.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0InRNpZpBst15u88D6Pi8lQl0JwwGtN { width:2rem;height:2rem;top:30.6875rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBy5vXDBW81wksp6hRueNqrkdpmhiLJ { width:14.625rem;height:1.225rem;top:21.5625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQfdBAssrMq3McX6d8hCDguoTlts5hTV { width:11.4375rem;height:4.1982375rem;top:13.4375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0u3HLRJyoS7vh7Rkh7ayfCvPphVBPWT { width:18.75rem;height:0.0625rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXuuwGpmU9qOVJuMcGscQpo7EdTLZ9dL { width:2rem;height:2rem;top:13.4375rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpH4f7GCckETJzaHkztdp2l1rlkurThU { width:7.3125rem;height:1.4rem;top:10.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWZdECuLPhGFcD1lyEka1pwoPfbu5Ic { width:2rem;height:2rem;top:9.8125rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwoiDzDtwFNq8QSZEGsHEJGM6DfXPxT { width:11.375rem;height:1.4rem;top:6.8125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVWZrt3aApqNT3Tzl4aShTgQqvMNPo3s { width:2rem;height:2rem;top:6.5rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGw6eT7mzAzh9tSaI1qe5q47GoEWbiid { width:20rem;height:1.05rem;top:28.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sb9UMh8FauroqmEGEPLP4b8mTgb5GReP { width:20rem;height:1.05rem;top:4.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7Fk2KMRlbHklRfLG0CyIwfaskAqCWQZ { width:18.75rem;height:0.0625rem;top:2.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1C4o1i2lyJflFb05wT5etUL93bzWguO { width:3.9375rem;height:3.75rem;top:23.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8rAChlr992wdxutf4ddoW7JTAh6SlE { width:3.0625rem;height:3.0625rem;top:30.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRkhwBJToRdyZScmr7wRaJuXexPWhUrV { width:2rem;height:2rem;top:30.625rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeXawSTb25WG3AN4svCyRiuRBVUSxKQ { width:3.0625rem;height:3.0625rem;top:30.125rem;left:6rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #t0bJLBW59JIDH3iUUbm38tk4cH0UP3fS { width:3.0625rem;height:3.0625rem;top:30.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBxtUTkJRVh6OplbtaF7Ba271KPrspfo { width:3.0625rem;height:3.0625rem;top:30.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNcXCET57hOwLsRIB00V2ruwncQIAF05 { width:20rem;height:9.79689375rem;top:35.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh { display:block; }#eJyhBaFxq2uv58kJGIc5NOSH5lUq3lXh > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdDrvFpSg9EO6R4LWSrb9CklHvzH0qGa { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }