.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:251,219,220;--color-primary-1:241,134,137;--color-primary-2:227,13,19;--color-primary-3:114,7,10;--color-primary-4:34,2,3;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:105,105,105;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck { position:relative;display:block; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck { background-color: transparent; background-image: none; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row .container > .video-iframe-container { display: none; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row > .video-iframe-container { display: none; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .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); }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck { border-width: 0; border-radius: 0; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tAx4bvupHRMah75H8Twl9Ddd1iBDyUuy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.875rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#i5tOqGmFZLWa0ysDTJS4w0ZnG9boyJ5p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9375rem;left:28.9375rem;display:block; }
#Tb73Oxr3s5pcfzkE79qM5WcOUu1tRo4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbqycTJgTNAO12FFlMvSu7DCOICc9bKn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9375rem;left:37.3125rem;display:block; }
#qZPXss9abCF0cmtOIirI9Ezwy7oHgdBx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CD2HkgtMtsTq3k6TlPL2Z03Ith6278At { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:44.125rem;display:block; }
#IKNoE2BPF51T0Kqs2hrdoto2Umh92Xrx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGqusHlFU0TiMyRBrJuCquvo9c6d8X8T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:52.0625rem;display:block; }
#pC9ZJETqTMQ3P15p7lEpBedB1Uda2XhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6ouucSRTME5f3fs8zEDx8J8HqHNK8TK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:63rem;display:block; }
#nSm3MHVzSRlWz1UHrulS9tyGrFMImHSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmgwEEkxNV2AyrxbJrkKdseiFLl9fwbr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X { position:relative;display:none; }#w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X { border-width: 0; border-radius: 0; }#w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QouBzOkJwWIavnEIrgxZ7MdiM2i7gs9c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9375rem;left:28.9375rem;display:none; }
#CecwP3cbunRQ2HVTxWg1hwwadgZUbs2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WrqxJulyzQ4TPVQOpiFLxEaW3xcplEit { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9375rem;left:37.3125rem;display:none; }
#PCQOytnm0aoBoy6VmM0oJLZI4FNpvap9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmX0ARfNgluy3ayvBv7WuvuHF56bWBRc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:44.125rem;display:none; }
#psgcLlhcVkHbGe5eTFVmZcnSfhcZZbQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5yMnTrqJZXzm276rb32UOR6HI5QTs4q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:52.0625rem;display:none; }
#OTrVlpBi7w6f1dZJnGVdNwq4cgtGV4Xi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqEapTTnODOg2d7N7zZlThkxpTxGAMPb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:63rem;display:none; }
#gbkbsXraeZlGNuwG4yRvFnO8SXhWMBJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS { position:relative;display:none; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS { border-width: 0; border-radius: 0; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),0.5);background-image:url("https://images.assets-landingi.com/uc/f3c63c8e-0582-4f5e-b711-682915a9ac6f/Head_nowe.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qT9PC53368QPTEvmU4sMQwWGZ8KBXAmX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:4.67480625rem;font-style:normal;display:block; }
#KskLgdfD5dF2QA4F4TxzfGIX7d6kOR4h { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:8.5rem;left:0rem;height:8.69765rem;font-style:normal;display:block; }
#Z5qGmDqpJOdyH2pBe8c2WK2a4i5euwWg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.625rem;left:0rem;display:block; }
#oFr0w2awQU2TQ27R5lULZPkiQSuCwJG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDz5MBSDH9T3dAcHHlw58fQDwAN0pFJI { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.625rem;left:14.5rem;display:block; }
#iKhJwqFJISxeo3pTplm3cqG5b9P9DFab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR { 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/6a90c87b-2bec-4504-af8c-f5dca8c9de32/bgbokred.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR.adaptive-delivery-prevent-bg, #uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR.lazyload, #uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR.lazyloading { background-image: none; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container { background-color: transparent; background-image: none; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container > .video-iframe-container { display: none; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row > .video-iframe-container { display: none; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .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); }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container { border-width: 0; border-radius: 0; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#rbNr4r9LzkGqVOF9fX17GfTlqAm1LIDb { position:absolute;display:block;z-index:15000;height:8.75rem;width:61.8125rem;top:2.625rem;left:6.9375rem;display:block; }
#AtpoRTfKTKneP8UtOKIkbAgx3QlDQrw8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.125rem;left:66.375rem; }
#nf2H7XpwlRHCQRo0vx9dTl27lRhtpntP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:68.75rem; }
#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 { position:relative;display:block; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 { background-color: transparent; background-image: none; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row .container > .video-iframe-container { display: none; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row > .video-iframe-container { display: none; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .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); }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 { border-width: 0; border-radius: 0; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kfV5bT6EJ9hni1NyeG9MMDG9FSMXTFcE { color:rgba(var(--color-primary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.75rem;left:0rem;height:5.0003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UOUGqaGuxs0lNqHJmypbowR5n4KcfML8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:13.331250190735rem;left:0.3125rem;height:1.5629875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uqSoDWegtekZhEuRF9XeRqTS8G8QWW2R { box-sizing:content-box;height:23.1875rem;width:46.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1.9375rem;left:28.375rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#Fr0rJ2MAe34wy73330VUGTVKg4wbAh5c { 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:18.125rem;width:23.5625rem;top:7.050000190735rem;left:51.4375rem;overflow:hidden;display:block; }
#ALWIbgXc7AisEzWPJ0JdsEk6tTeEzDll { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:5.1125001907349rem;left:31.587501525879rem;overflow:hidden;display:block; }
#wqcmcI8FEpv88RgvzKEAdVwVTq4KHOze { box-sizing:content-box;height:19.3125rem;width:1.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.9375rem;left:28.375rem;display:block; }
#qE53bwPQZsGKNoxw9yPcAckt4I0cviZk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.4999961853028rem;left:36.75rem;height:1.2375rem;font-style:normal;display:block; }
#sQJ0BFV2AcSmezVEuPWBBDLF0vTc6liZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.8999958038331rem;left:36.75rem;height:2.1984375rem;font-style:normal;display:block; }
#WSWzATN0DKAh7aF1MPBtJqdquc46Ocbn { 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.8125rem;width:3.8125rem;top:11.53125rem;left:31.587501525879rem;overflow:hidden;display:block; }
#VqRlKXkyckTdhMksgww3fIksG8SMR5bD { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:11.5rem;left:36.75rem;height:1.2375rem;font-style:normal;display:block; }
#xEx7so8Sah3pZWCfOIfUeAEQzAhoQeIR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:12.93124961853rem;left:36.9375rem;height:2.1984375rem;font-style:normal;display:block; }
#ccE9aJkfMrppexrpiN0HbwgiLWNnBZiZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:17.25rem;left:36.75rem;height:2.475rem;font-style:normal;display:block; }
#vE1UntA4tMB3lQ2cENtoebWlZanqekS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:19.91250038147rem;left:36.75rem;height:1.1001rem;font-style:normal;display:block; }
#aRGoWCEmi8m1yLOTiRv9B9EIcsfX0o4N { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:17.46249961853rem;left:31.650001525879rem;overflow:hidden;display:block; }
#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e37d19-82cd-408b-81b7-6eca8737106c/bgObszarroboczy12x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f.adaptive-delivery-prevent-bg, #DMKVts7m3K9qgETTEyHlq84gWpAWUR7f.lazyload, #DMKVts7m3K9qgETTEyHlq84gWpAWUR7f.lazyloading { background-image: none; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container { background-color: transparent; background-image: none; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.14); }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container > .video-iframe-container { display: none; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.14); }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row > .video-iframe-container { display: none; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .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); }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container { border-width: 0; border-radius: 0; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#Bl4pc9FpUzggUU63rwINMb6Lhl0SU2eQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.9375rem;left:20.875rem;height:1.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nV7l0bQPhT9yGL21ku3pfyrt7MJzHr5N { 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:4.25rem;width:4.25rem;top:12.125rem;left:19.1875rem;overflow:hidden;display:block; }
#DGQU8ICxh8iZQFTyqE14X4LbCEPfUcCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:17.812488555908rem;left:33.65625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWKBSQguyQGU7HiOkkcJ3XDfObRkVXpN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:12.125rem;left:35.5rem;overflow:hidden;display:block; }
#m1UEiyWow6hOh7znQHovwoxtx0Dd3HfR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:17.812488555908rem;left:18.09375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFQS3wBhooOsomyU6v7btHtRwmPkoXxk { 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:4.25rem;width:4.25rem;top:12.125rem;left:51.1875rem;overflow:hidden;display:block; }
#P8FzotgqCvwFoufWZiTJd0s9wcmSq8kK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:17.812488555908rem;left:48.65625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s81BnJOEhO1R6XwKiOglz0TUa3si7P5A { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.875rem;left:20.875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l5iOwDoOe9V3buSTu1Cl51CmwMC6Hcv7 { box-sizing:content-box;height:29.499625rem;width:61.0605625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:24.808589935302rem;left:10.132030487061rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.11) ;display:block; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-form-header {  }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:23.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-text {padding-top: 0; padding-bottom: 0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:23.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .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:23.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-select {padding-top: 0; padding-bottom: 0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .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:#c0061e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:23.1875rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .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; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-container:first-of-type{padding-top:0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-container:last-of-type{padding-bottom:0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.4375rem;left:43.25rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem;display:block;vertical-align:top; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE {display:block;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.4375rem;left:43.25rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LZrvgB5OzwVUySa76dzdU0FPlnQ0rzwR { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #ozmJTQxfMwIZ0NVlmgZ7pNigi2y8z1d7 { position:relative;display:none; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mgrCo71eXxgChTAlNrJfFrfhrSisxObS { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LJoPtfTyL0XSF4ETxE8W4t8Ip1J49w6t { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #o1pDKdp35bNXbII1KlD2cTPSfcVdaqT9 { position:relative;display:none; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #PqL1GHiMq1QoPLs5e4rh4dXznzZbqIsT { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #aR6ipUFvZzHNGrfZpROZy0CZE4ySfXTv { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #aA01AMttnwUUvmCOue1BxzfErdbKs5Tl { position:relative;display:none; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #Dp5bgKUefWbuDkK9O7aynyAT1nW85uPe { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #pDbuGZpz7wf1sCdPbV9h0qnAp3aIRKht { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #MJDHlF06Op8XuIoQ6UHVLHtlWiZTfKGg { position:relative;display:none; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LC0xno8wEpPWwTk1Oi3eE1ZikFqRqRdo { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mBuEc5ibINRvamgkscl99bCP3ASTvx0h { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #SkTKnlEp6FTiZCDWRxbq6l4ZhyDRhbmH { position:relative;z-index:2; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mnr21QfCP68m6qk1e0Sqp0fyfTGst012 { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #lhcDI9XCM8Q0xRfrSrXIHQOwyurLCwu1 { position:relative; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #K6lgZTnfepFD49smV81UAxugykVrGKkP { position:relative; }
#cWDBHmaAzBlsdk3IqbzGCKNQSRRt3eZ4 { 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:21.875rem;width:17.3125rem;top:1.3125rem;left:3.25rem;overflow:hidden;display:none; }
#GeVg5PXro3XEaUhZGSxLBQnWFNSImMEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.3125rem;left:22.5rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Jit2uWLH6OmHM26fl1Glm5A0OuRkSIpU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:22.5rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#weICUbzEl4koefkWpPxeFRKaMRyMD6bN { box-sizing:content-box;height:29.5rem;width:61.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23.3125rem;left:10.5625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.11) ;display:none; }
#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa { position:relative;display:block; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa { background-color: transparent; background-image: none; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row .container > .video-iframe-container { display: none; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row > .video-iframe-container { display: none; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .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); }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa { border-width: 0; border-radius: 0; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XH1J1oXBDgT3NFkaubUWPdhT8wq8T0zQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:22.5rem;height:3.571875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DQQV0d7PqBRWo4RGnwz1kgsyEUb3d7Qf { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.3125rem;left:19.6875rem;display:block; }
#zWvKy2qx9O6TAoidVKayEKZCvdvintzg { 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:21.875rem;width:17.3125rem;top:1.3125rem;left:3.25rem;overflow:hidden;display:block; }
#JsSr8Qw8xVK1vcaF7ylvBHwhWlTIlzTA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.8066463470459rem;left:22.5rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab { 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/6a90c87b-2bec-4504-af8c-f5dca8c9de32/bgbokred.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab.adaptive-delivery-prevent-bg, #BLt1UBaNumSKPtyVp3mBoIV8gXbgggab.lazyload, #BLt1UBaNumSKPtyVp3mBoIV8gXbgggab.lazyloading { background-image: none; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container { background-color: transparent; background-image: none; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container > .video-iframe-container { display: none; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row > .video-iframe-container { display: none; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .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); }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container { border-width: 0; border-radius: 0; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;position:relative;display:block; }#STaPvxn3OuPzlqiVysnGSOPP1vI7TP4N { color:rgba(var(--color-primary-2),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:0.50000286102295rem;left:10.96875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DUg6vXNfvzEW5hVe2OzQLiuyqrf0vb9f { box-sizing:content-box;height:4.6875rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5rem;left:34.4375rem;display:block; }
#P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42 { box-sizing:content-box;height:12.6875rem;width:6.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7444d30-fc2a-4c15-9da7-4748295a168e/AdobeStock_233791449.crop_597x815_89,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.5rem;left:28.25rem;display:block; }#P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42.adaptive-delivery-prevent-bg, #P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42.lazyload, #P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42.lazyloading { background-image: none; }
#P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#KsCZvfD1RTCqlT7UGEO7o40rDTG9GNha { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.9375rem;left:28.0625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fO1aU0JTy6ebbN269qaGlO6Im0ExNP0G { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:17.125rem;left:34.1875rem;height:3.505075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BOzKzKpaDxZTD3nIQLWOPMw2JbvX82mN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.562500953674rem;left:35.375rem;height:6.328125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KBCFOTxlM6JLS6OqiRsmrPHvwAd5qvTL { box-sizing:content-box;height:4.4375rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn { box-sizing:content-box;height:12.6875rem;width:6.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0b69fa1-0589-4690-a751-c32711b6545b/AdobeStock_105372818.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.5rem;left:3.6750001907349rem;display:block; }#elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn.adaptive-delivery-prevent-bg, #elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn.lazyload, #elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn.lazyloading { background-image: none; }
#elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#zlMH6dwi0tKoQ5doumeTGIbM8LweOroU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.125rem;left:3.625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FsZBbT7vJX94lUwq3lvBuyTwpI9PZtOb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:17.375rem;left:8.25rem;height:2.33671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GPvePfvsXO8ezxAoaqnNcQEDgcWXi0L4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.0625rem;left:10.8125rem;height:4.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ORiQ6ECUTpWboxPrWTeAReJVbfAqCkJN { box-sizing:content-box;height:4.6875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5rem;left:58.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Og5ebOTDgNstI4CVztDZfyGk3zoy0laC { box-sizing:content-box;height:12.6875rem;width:6.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fad334e-a7d8-4c7f-bcf7-91d35a9fb843/AdobeStock_57167056.crop_510x828_472,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.4375rem;left:52.625rem;display:block; }#Og5ebOTDgNstI4CVztDZfyGk3zoy0laC.adaptive-delivery-prevent-bg, #Og5ebOTDgNstI4CVztDZfyGk3zoy0laC.lazyload, #Og5ebOTDgNstI4CVztDZfyGk3zoy0laC.lazyloading { background-image: none; }
#Og5ebOTDgNstI4CVztDZfyGk3zoy0laC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#t5W4W997v1hxhzPmvV8XKHVGwT8uXyMy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.125rem;left:52.625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GhKxCqPq3nmsB6toUi84yNPQfB05sxKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:17.0625rem;left:57.8125rem;height:3.50506875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CUhHmPVRTX5XqusSOV20zSMiCEnF8TOD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.090621948243rem;left:59.84375rem;height:5.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Pyflry6gcnUwbK2FJZakO23C6fmvHTEh { box-sizing:content-box;height:4.6875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.625rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WtydE8DA4DeThP87hGLIpNl8LfQi1hPB { box-sizing:content-box;height:12.5625rem;width:6.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e00a122c-3619-4bc5-af3a-de2d34ec0a06/AdobeStock_100855834.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.625009536743rem;left:3.6750001907349rem;display:block; }#WtydE8DA4DeThP87hGLIpNl8LfQi1hPB.adaptive-delivery-prevent-bg, #WtydE8DA4DeThP87hGLIpNl8LfQi1hPB.lazyload, #WtydE8DA4DeThP87hGLIpNl8LfQi1hPB.lazyloading { background-image: none; }
#WtydE8DA4DeThP87hGLIpNl8LfQi1hPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#hsaATaxced8cQ37CFcymGiS64AGQIp0I { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:34.25rem;left:3.625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeFZpVVX7vRitUiPfgp0zrMNlrGFCbhI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:40.125rem;left:10.375rem;height:3.505075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lBf83GErGJ9I8ZRKF03oAC9Es8aqkZGW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:44.8125rem;left:11rem;height:5.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ag0mmpWzEvd4aUuP0cdK2fI7fKUcsvVC { box-sizing:content-box;height:4.6875rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.625rem;left:34.4375rem;display:block; }
#LDdUwJrhq55faRFsvBHh2m44Vpbor5kI { box-sizing:content-box;height:12.625rem;width:6.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72a01505-b7e4-4309-9506-bbea456fae0f/AdobeStock_315419968.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.625009536743rem;left:28.174999237061rem;display:block; }#LDdUwJrhq55faRFsvBHh2m44Vpbor5kI.adaptive-delivery-prevent-bg, #LDdUwJrhq55faRFsvBHh2m44Vpbor5kI.lazyload, #LDdUwJrhq55faRFsvBHh2m44Vpbor5kI.lazyloading { background-image: none; }
#LDdUwJrhq55faRFsvBHh2m44Vpbor5kI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#ZXXx00z6suryUuRWsRIbkdpZ9gpMnOx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:34.0625rem;left:28.0625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2NP6wnphUHmR0hpR8cTZQwxZznp0hP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:40.125000953674rem;left:34.375rem;height:2.33671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O4Pt1lA4EvsKLetXIf03PhZimXqSTPTa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.8125rem;left:35.25rem;height:5.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EAd2OSDStqgdsT9SiqKGMf9ekq2Ou5JE { box-sizing:content-box;height:4.6875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.625rem;left:58.9375rem;display:block; }
#JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA { box-sizing:content-box;height:12.6875rem;width:6.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e51f6d3-1e3b-4756-b752-8fa7a12302e7/AdobeStock_435705365.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.625009536743rem;left:52.674999237061rem;display:block; }#JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA.adaptive-delivery-prevent-bg, #JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA.lazyload, #JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA.lazyloading { background-image: none; }
#JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0); }#V3OR25VUVLu7Xm6Vt9WyGv6dG6wNHgdB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:34.25rem;left:52.625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqdSDqxgt1x4Mvh8InS3i85OlF6fSWuu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:40.75rem;left:60.1875rem;height:2.3367125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QogUhov5BwnNfixoP3Mqs22xP04xczzk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:44.812498092651rem;left:60.53125rem;height:5.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g { 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/56dd3b65-97a2-4ca1-be6d-d1c4ab8404ed/robotnicy2Obszarroboczy12x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g.adaptive-delivery-prevent-bg, #lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g.lazyload, #lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g.lazyloading { background-image: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container { background-color: transparent; background-image: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container > .video-iframe-container { display: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row > .video-iframe-container { display: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .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); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container { border-width: 0; border-radius: 0; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#oMi7UnL2Fu5HETVp0t2wO5bq0cWzOcqx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.875rem;left:26.875rem;height:5.0003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mM7RaXVN5z5iS5s8F2EeATXE5TeBeNk4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.25rem;left:27.625rem;height:1.5629875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UPiS1OTGUyBXlTk3SiwOH5rQmTXvEtgb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.837493896484rem;left:48.75rem;height:2.74921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkTw7roOEhZPIsPUqKbArvXNwBL99hQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:21.375rem;left:48.75rem;height:2.74921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FvGP7ZTGA9OGsF3Tn64IN5MRKlfaWP4q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.024993896484rem;left:46.799999237061rem; }
#hCFe6TThFD9JFHUhgNX8IdOuhT234qBg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.5625rem;left:46.799999237061rem; }
#yCVlTnhuyuWuy3kW9BQxsIFfrFX0JpvF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.9375rem;left:46.799999237061rem; }
#ITGw1TRDa2PCPNGs5GAxg1CZksWRg8Ak { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:25.8125rem;left:48.862499237061rem;height:2.74921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OWvbsURTEUktqwo0FKx9VwZXxhuxRieh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.6875rem;left:46.799999237061rem; }
#QpIESGVPtRPrQfO2cRgOSDfChGlzvzNw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:30.5625rem;left:48.862499237061rem;height:2.74921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZJidfc87TWUceDp8zVTV3uELU1O7Tr0 { box-sizing:content-box;height:21.875rem;width:41.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.574996948243rem;left:33.5rem;display:block; }
#ekUumosM7brniL7q9T23ZmnbRF9k2MWg { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:40.749994277954rem;left:46.799999237061rem;height:5.0003875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CGwWWMDaWtmOfTDGBTVd3otmEaR0Sviz { color:rgba(var(--color-tertiary-0),0.59);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.3125rem;left:27.4375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug { 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/2e33c2f6-4b65-4233-8121-8d5546a12380/bg5Obszarroboczy13x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug.adaptive-delivery-prevent-bg, #SwTK9R2pycqhq4SDaTTgSlv2LMHguaug.lazyload, #SwTK9R2pycqhq4SDaTTgSlv2LMHguaug.lazyloading { background-image: none; }#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug > .row .container { border-width: 0; border-radius: 0; }#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#EeZqKbJHa7GEwKwD1UmvlrTxz58rmPQT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.875rem;left:26.875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QizaFvETFLOavrdPOUy1BD3ovzoql0xR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.3125rem;left:27.4375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trqLpeTCvTu7i7NaNdzzD09Vt7706hcO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.837493896484rem;left:48.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnERM9k4NdVEng7d4ibCuJEo6RMhTzI6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:21.375rem;left:48.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGXawt3aXpgadN94Sqr12BstPEk1EzIc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.024993896484rem;left:46.799999237061rem; }
#WRt8d72xFv0KVcVUx5saD4sQiwGmKVii { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.5625rem;left:46.799999237061rem; }
#GrlTJts6Rz8GqJCs6BqnRpI1c4nh9uhF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.9375rem;left:46.799999237061rem; }
#HN9mquHRNPAhQHMIi1wlNvOPWZoSxwn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:25.8125rem;left:48.862499237061rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTTicoH9ahgndWe079VR9l4Q3OkooehT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.6875rem;left:46.799999237061rem; }
#LLeXAzedwriyh4ui1FDG1C7G6rhtOJqp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:30.5625rem;left:48.862499237061rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPCq8TmqAATFC7zzSCPZpmT6T7LTKvGh { box-sizing:content-box;height:21.875rem;width:41.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.574996948243rem;left:33.5rem;display:block; }
#chzwflIt5a6Zl06x3rmd5X3NDG0IlpXi { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:40.749994277954rem;left:46.799999237061rem;height:5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#B8Ed1VvWU5tIR1QJOOSKN3wH52N7wzDH { color:rgba(var(--color-tertiary-0),0.59);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.3125rem;left:27.4375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV { position:relative;display:none; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV { border-width: 0; border-radius: 0; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ { position:relative;display:block; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ { background-color: transparent; background-image: none; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row .container > .video-iframe-container { display: none; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row > .video-iframe-container { display: none; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .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); }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ { border-width: 0; border-radius: 0; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#plTkX3J9o3crMDoZZ89Q6HqqsJkpKIKp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.6875rem;width:47.625rem;top:3.90625rem;left:13.6875rem;display:block; }
#FV209q9MewsVOeUUCyipOypOgX9ofS5M { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:2.5812435150146rem;left:55.8125rem;height:1.4378875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qEaft2OJkJrwfVRlOvHq9AO43OAV8UMK { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:40.749994277954rem;left:46.799999237061rem;height:5rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE { position:relative;display:block; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE { background-color: transparent; background-image: none; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row .container > .video-iframe-container { display: none; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row > .video-iframe-container { display: none; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .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); }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE { border-width: 0; border-radius: 0; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiC7wM9VbOZdaX4OTuU4Tyi2KrcvEMus { 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: none;height:2.5rem;width:10.3125rem;top:14.0625rem;left:1.875rem;overflow:hidden;display:block; }
#ZyFBhaQs6DbdTxw9I1RNf7AfMLHg0Vnc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:7.5rem;top:13.75rem;left:15.5625rem;overflow:hidden;display:block; }
#hb9Hctunuen9tusPfMNBCwLWllE8bFv1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.0625rem;top:13.9375rem;left:27.4375rem;overflow:hidden;display:block; }
#euHyglVHduDcMcFdfVxTnoHimrklarKJ { 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:1.5rem;width:10.1875rem;top:14.5625rem;left:39.875rem;overflow:hidden;display:block; }
#PRr9q0F2TOPkBgKuOBBqoM1xid0FWbzO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.125rem;top:13.25rem;left:53.6875rem;overflow:hidden;display:block; }
#EgTVqN1tzP2mmSQ11SHLDnBPavfGnS1u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9.25rem;top:19.5625rem;left:8.25rem;overflow:hidden;display:block; }
#dlToTKS4nUZVx5pqHrUQtk1XnDEVEJwZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.5625rem;top:18.875rem;left:21.3125rem;overflow:hidden;display:block; }
#dOkZWy05ZcZ3Pds6M8DamumI60OigMw9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.0625rem;top:19.375rem;left:32.9375rem;overflow:hidden;display:block; }
#khFwZGuHdIQ4Lba1zk7Dq8TDuiCRPuyo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.125rem;top:19.0625rem;left:48.625rem;overflow:hidden;display:block; }
#TF6VWPMHaK3fR9bfoT32dTXq48KgDgJS { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.7999973297119rem;left:10.5625rem;height:1.5629875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V85J4TkdP6b9dt1JKcgPVpViuGzfTNT1 { color:rgba(var(--color-primary-2),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.9249973297119rem;left:6.34375rem;height:5.0003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qF7sPhp7X1aQwaTLpbDUBH7eRtWQ5P5i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.4375rem;top:13.75rem;left:65.6875rem;overflow:hidden;display:block; }
#QAlkgCpuTANzmMH2ntwUQvlqoGwb13AC { 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:2.9375rem;width:7.5625rem;top:19.125rem;left:61rem;overflow:hidden;display:block; }
#tfkNQsoulr4rS7aBhvXoipBvxmHlRVO8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.3369140625rem;left:19.1875rem;display:block; }
#qzlTwB9frSkAJTLTTOFRM9Bo0ei7cwS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5VU0aAMPNTuz9RriyymeScMxCVkib36 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.3056640625rem;left:43rem;display:block; }
#CFnC0lQBAktVqu9ThzsPgwLckfVOhxPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e37d19-82cd-408b-81b7-6eca8737106c/bgObszarroboczy12x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb.adaptive-delivery-prevent-bg, #bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb.lazyload, #bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb.lazyloading { background-image: none; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container { background-color: transparent; background-image: none; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.14); }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container > .video-iframe-container { display: none; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.14); }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row > .video-iframe-container { display: none; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .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); }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container { border-width: 0; border-radius: 0; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#TTpI7JNLS4UQwpOGnfPEufxqTAyaONBV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.9375rem;left:20.875rem;height:1.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cB5F7rToECTw1k51mS6QWaXZ1GUAeoth { 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:4.25rem;width:4.25rem;top:12.125rem;left:19.1875rem;overflow:hidden;display:block; }
#bdRnrCweprp2haI1g8bLRIw3MI9AeEDt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:17.812488555908rem;left:33.65625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9ezUsLGRcKQ2yl0xDeAUJS2qhIk0niZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:12.125rem;left:35.5rem;overflow:hidden;display:block; }
#i5nqarpLgzBMeJz1iKtn4SHuFZgSZenu { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:17.812488555908rem;left:18.09375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbWy1b4v69mvHhhl0bLXcVXwL91J2zTq { 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:4.25rem;width:4.25rem;top:12.125rem;left:51.1875rem;overflow:hidden;display:block; }
#C67DCfXBIL1U3hfwtfR6b1Tb20obUuxN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:17.812488555908rem;left:48.65625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFqV7Slm9xN2CA1a4FJIMF62eU3HSaed { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.875rem;left:20.875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obfr2NwQJXhmkoT8bkFWnwtcxMp0VyOH { box-sizing:content-box;height:29.5rem;width:61.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23.3125rem;left:10.5625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.11) ;display:block; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-form-header {  }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:23.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-text {padding-top: 0; padding-bottom: 0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:23.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .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:23.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-select {padding-top: 0; padding-bottom: 0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .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:#c0061e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:23.1875rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.72);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .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; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-container:first-of-type{padding-top:0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-container:last-of-type{padding-bottom:0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.4375rem;left:43.25rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem;display:block;vertical-align:top; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H {display:block;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.4375rem;left:43.25rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #BScdfluuFA8NtHQUGyBRygxMFrcoTSMJ { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #IXkR48KX6E2no8HKOetkqE7P5qgV3cWR { position:relative;display:none; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #sIdrl9X8QE6BIEtLdbRgVFySbVtfr9rl { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #LbmbGPqzsr2TlwS5Jo6M02JLlLHrbVQJ { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #IJUefZXXlweSlIV7zIpN9L8JqqLkTd57 { position:relative;display:none; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #xo7NEnnJhg3sWP4kIKtl43Qk5anCObr4 { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #dysmBN1cUUI5HdcTXCBSkTZl29MtsOEW { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #uvueKL02tGLmLEZuuOJVQLV9EEgroArO { position:relative;display:none; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #idIaeAllpi8te8VTPhacv4FFPhJ9HUIU { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #PRfvos9TDiameV9rtXuqDH1A4K4aiZq2 { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #SeXITFr9a2BJ3iM7LbCPJzd5XTiSMbEd { position:relative;display:none; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #pb1HwFgTWT4w8P7PJReMAqAD0AIAzPSK { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #RdtHXZPtPJInps3ex1bNtKUZ9kRr3yRw { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #iyPpgBROyr8SsuJiJeP1Thqk1TZ3RPcS { position:relative;z-index:2; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #JM7Q9eOTGbktEJP7d4usSvRNTWxaoUho { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #ZOAGRTp3Eh9KuhwEP5l23GVADwI7XACZ { position:relative; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #v51rKOUl6Zofpf5AW0VTH4lpItr3x9a9 { position:relative; }
#P8BCM0IqfReDfsxEVrD74k1m9kic8iCO { 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:21.875rem;width:17.3125rem;top:1.3125rem;left:3.25rem;overflow:hidden;display:none; }
#EkIe7JQOp2ea9GzFny5MmrOHdMRhBR0B { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.3125rem;left:22.5rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m6n21MSFzLwBecJOSTGsoN3AQzuvH9nK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:22.5rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa { position:relative;display:block; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa { background-color: transparent; background-image: none; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row .container > .video-iframe-container { display: none; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row > .video-iframe-container { display: none; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .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); }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa { border-width: 0; border-radius: 0; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ASnnI62mLSu7CSkQqdQc2GDfPnfkrXne { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:22.5rem;height:3.571875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9Wi26OM7MqDIBbgxOTTfLZ5bauGlZx6 { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.3125rem;left:19.6875rem;display:block; }
#RHT5K44paEb9tWRzvpHEQAm79T6nIM5p { 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:21.875rem;width:17.3125rem;top:1.3125rem;left:3.25rem;overflow:hidden;display:block; }
#Tq3Q16NzPluTieNicCo5nk3vz09qMwQn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.8757991790771rem;left:22.5rem;height:5.4984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vU6CTI5FoRRzR51H6bohChWfzfKucllm { position:relative;display:block; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm { background-color: transparent; background-image: none; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row .container > .video-iframe-container { display: none; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row > .video-iframe-container { display: none; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .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); }#vU6CTI5FoRRzR51H6bohChWfzfKucllm { border-width: 0; border-radius: 0; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CN7e3GNXMCe2ZJHC6C7syTBv5XRvLuvh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.15625rem;left:11.0625rem;height:4.21875rem;font-style:normal;display:block; }
#RfeMKO5mzggpvFa7HsNwFRzNr6asLxJg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.5625rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#QF1UiuXcVpW9pn7ecvmfuoEZOJaAee2R { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.90625rem;left:1.4375rem;height:2.8125rem;font-style:normal;display:block; }
#K5qWkkmFQeUnwWW4Jp6xKV0VHpCWNUwb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.109375rem;left:1.4375rem;height:1.40625rem;font-style:normal;display:block; }
#e4wQi7BtNCdHv1QIXLNLZ8VCbkWMJdNq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.109375rem;left:22.162498474121rem;height:2.8125rem;font-style:normal;display:block; }
#DpEhxpLl74n5TSywCJK43REl7zJLDUKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.237499237061rem;left:21.924999237061rem; }
#dJFhO8SnecP0SqZgwC4JnBluUieBpnIl { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:8.9249877929688rem;left:19.8125rem;display:block; }
#yqeqlIpweJTBJiO51OTCks4n89FGg2Bw { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.078125rem;left:51.75rem;display:block; }
#Vc5QMX0OZ7d4dsUkZ7wEJQFk6yODMnsV { position:absolute;display:block;z-index:15013;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:13.75rem;width:20.375rem;top:4.3125rem;left:51.375rem;overflow:hidden;display:block; }
#ucvnoGlHPCNLWd6EUTaaGAR7azfon3Ab { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.625rem;left:1.4375rem; }
#ucvnoGlHPCNLWd6EUTaaGAR7azfon3Ab > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#a1atsgGiB5RQU2M1X07Ib381n4memqz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.625rem;left:3.5rem; }
#a1atsgGiB5RQU2M1X07Ib381n4memqz3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#ONHA3sESQHMuORIvXhTTAFfRVTqHOkAN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.625rem;left:22.162498474121rem;height:1.40625rem;font-style:normal;display:block; }
#PEoTxuLJ817DBsfruXA1BstUtOvxdrle { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.862499237061rem;left:24.5rem;display:block; }
#Xlg5MJJrEUVeiRQ2UrHnlsAqtKXJFf8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck { display:block; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAx4bvupHRMah75H8Twl9Ddd1iBDyUuy { top:0.6875rem;left:0rem;width:11.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5tOqGmFZLWa0ysDTJS4w0ZnG9boyJ5p { width:7.9375rem;height:2.875rem;top:0.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb73Oxr3s5pcfzkE79qM5WcOUu1tRo4U { display:block; }
 }@media only screen and (max-width: 763px) { #vbqycTJgTNAO12FFlMvSu7DCOICc9bKn { width:6.8125rem;height:2.875rem;top:0.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPXss9abCF0cmtOIirI9Ezwy7oHgdBx { display:block; }
 }@media only screen and (max-width: 763px) { #CD2HkgtMtsTq3k6TlPL2Z03Ith6278At { width:7.9375rem;height:2.875rem;top:0.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKNoE2BPF51T0Kqs2hrdoto2Umh92Xrx { display:block; }
 }@media only screen and (max-width: 763px) { #KGqusHlFU0TiMyRBrJuCquvo9c6d8X8T { width:9.6875rem;height:2.875rem;top:0.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC9ZJETqTMQ3P15p7lEpBedB1Uda2XhD { display:block; }
 }@media only screen and (max-width: 763px) { #Q6ouucSRTME5f3fs8zEDx8J8HqHNK8TK { width:6.1875rem;height:2.875rem;top:0.875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSm3MHVzSRlWz1UHrulS9tyGrFMImHSd { display:block; }
 }@media only screen and (max-width: 763px) { #GmgwEEkxNV2AyrxbJrkKdseiFLl9fwbr { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X { display:none; }#w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QouBzOkJwWIavnEIrgxZ7MdiM2i7gs9c { width:7.9375rem;height:2.875rem;top:0.9375rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CecwP3cbunRQ2HVTxWg1hwwadgZUbs2s { display:block; }
 }@media only screen and (max-width: 763px) { #WrqxJulyzQ4TPVQOpiFLxEaW3xcplEit { width:6.8125rem;height:2.875rem;top:0.9375rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCQOytnm0aoBoy6VmM0oJLZI4FNpvap9 { display:block; }
 }@media only screen and (max-width: 763px) { #hmX0ARfNgluy3ayvBv7WuvuHF56bWBRc { width:7.9375rem;height:2.875rem;top:0.9375rem;left:30.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #psgcLlhcVkHbGe5eTFVmZcnSfhcZZbQW { display:block; }
 }@media only screen and (max-width: 763px) { #S5yMnTrqJZXzm276rb32UOR6HI5QTs4q { width:9.6875rem;height:2.875rem;top:0.9375rem;left:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTrVlpBi7w6f1dZJnGVdNwq4cgtGV4Xi { display:block; }
 }@media only screen and (max-width: 763px) { #mqEapTTnODOg2d7N7zZlThkxpTxGAMPb { width:6.1875rem;height:2.875rem;top:0.875rem;left:41.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbkbsXraeZlGNuwG4yRvFnO8SXhWMBJM { display:block; }
 }@media only screen and (max-width: 763px) { #AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS { display:none; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT9PC53368QPTEvmU4sMQwWGZ8KBXAmX { top:3.5625rem;left:0rem;width:33.75rem;height:4.625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KskLgdfD5dF2QA4F4TxzfGIX7d6kOR4h { top:8.5rem;left:0rem;width:35.8125rem;height:8.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5qGmDqpJOdyH2pBe8c2WK2a4i5euwWg { width:13.8125rem;height:3.4375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFr0w2awQU2TQ27R5lULZPkiQSuCwJG5 { display:block; }
 }@media only screen and (max-width: 763px) { #GDz5MBSDH9T3dAcHHlw58fQDwAN0pFJI { width:13.8125rem;height:3.4375rem;top:18.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKhJwqFJISxeo3pTplm3cqG5b9P9DFab { display:block; }
 }@media only screen and (max-width: 763px) { #uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR { display:block; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbNr4r9LzkGqVOF9fX17GfTlqAm1LIDb { top:2.625rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtpoRTfKTKneP8UtOKIkbAgx3QlDQrw8 { top:0.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf2H7XpwlRHCQRo0vx9dTl27lRhtpntP { top:0.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 { display:block; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfV5bT6EJ9hni1NyeG9MMDG9FSMXTFcE { top:7.75rem;left:0rem;width:28.0625rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUGqaGuxs0lNqHJmypbowR5n4KcfML8 { top:13.3125rem;left:0rem;width:21.4375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqSoDWegtekZhEuRF9XeRqTS8G8QWW2R { top:1.9375rem;left:1.25rem;width:46.5rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr0rJ2MAe34wy73330VUGTVKg4wbAh5c { top:7rem;left:24.1875rem;width:23.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWIbgXc7AisEzWPJ0JdsEk6tTeEzDll { top:5.0625rem;left:17.962501525879rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcmcI8FEpv88RgvzKEAdVwVTq4KHOze { top:3.9375rem;left:14.75rem;width:1.25rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE53bwPQZsGKNoxw9yPcAckt4I0cviZk { top:5.4375rem;left:23.125rem;width:12.0625rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ0BFV2AcSmezVEuPWBBDLF0vTc6liZ { top:6.875rem;left:23.125rem;width:12.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSWzATN0DKAh7aF1MPBtJqdquc46Ocbn { top:11.5rem;left:17.962501525879rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqRlKXkyckTdhMksgww3fIksG8SMR5bD { top:11.5rem;left:23.125rem;width:14rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEx7so8Sah3pZWCfOIfUeAEQzAhoQeIR { top:12.875rem;left:23.3125rem;width:13.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccE9aJkfMrppexrpiN0HbwgiLWNnBZiZ { top:17.25rem;left:23.125rem;width:14rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE1UntA4tMB3lQ2cENtoebWlZanqekS7 { top:19.875rem;left:23.125rem;width:13.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRGoWCEmi8m1yLOTiRv9B9EIcsfX0o4N { top:17.4375rem;left:18.025001525879rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKVts7m3K9qgETTEyHlq84gWpAWUR7f { display:none; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bl4pc9FpUzggUU63rwINMb6Lhl0SU2eQ { top:8.9375rem;left:7.25rem;width:33.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV7l0bQPhT9yGL21ku3pfyrt7MJzHr5N { top:12.125rem;left:5.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGQU8ICxh8iZQFTyqE14X4LbCEPfUcCZ { top:17.75rem;left:20.03125rem;width:7.6875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWKBSQguyQGU7HiOkkcJ3XDfObRkVXpN { top:12.125rem;left:21.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1UEiyWow6hOh7znQHovwoxtx0Dd3HfR { top:17.75rem;left:4.46875rem;width:6.4375rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQS3wBhooOsomyU6v7btHtRwmPkoXxk { top:12.125rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8FzotgqCvwFoufWZiTJd0s9wcmSq8kK { top:17.75rem;left:35.03125rem;width:9.3125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s81BnJOEhO1R6XwKiOglz0TUa3si7P5A { top:2.875rem;left:7.25rem;width:33.25rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5iOwDoOe9V3buSTu1Cl51CmwMC6Hcv7 { width:47.75rem;height:29.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-text {padding-top: 0; padding-bottom: 0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-select {padding-top: 0; padding-bottom: 0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-button { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE  { width:23.1875rem;height:auto;top:26.4375rem;left:22.0625rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE {display:block;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE { width:23.1875rem;height:auto;top:26.4375rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LZrvgB5OzwVUySa76dzdU0FPlnQ0rzwR {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #ozmJTQxfMwIZ0NVlmgZ7pNigi2y8z1d7 {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mgrCo71eXxgChTAlNrJfFrfhrSisxObS {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LJoPtfTyL0XSF4ETxE8W4t8Ip1J49w6t {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #o1pDKdp35bNXbII1KlD2cTPSfcVdaqT9 {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #PqL1GHiMq1QoPLs5e4rh4dXznzZbqIsT {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #aR6ipUFvZzHNGrfZpROZy0CZE4ySfXTv {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #aA01AMttnwUUvmCOue1BxzfErdbKs5Tl {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #Dp5bgKUefWbuDkK9O7aynyAT1nW85uPe {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #pDbuGZpz7wf1sCdPbV9h0qnAp3aIRKht {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #MJDHlF06Op8XuIoQ6UHVLHtlWiZTfKGg {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LC0xno8wEpPWwTk1Oi3eE1ZikFqRqRdo {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mBuEc5ibINRvamgkscl99bCP3ASTvx0h {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #SkTKnlEp6FTiZCDWRxbq6l4ZhyDRhbmH {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mnr21QfCP68m6qk1e0Sqp0fyfTGst012 {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #lhcDI9XCM8Q0xRfrSrXIHQOwyurLCwu1 {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #K6lgZTnfepFD49smV81UAxugykVrGKkP {  }
 }@media only screen and (max-width: 763px) { #cWDBHmaAzBlsdk3IqbzGCKNQSRRt3eZ4 { width:17.3125rem;height:21.875rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeVg5PXro3XEaUhZGSxLBQnWFNSImMEZ { top:3.3125rem;left:8.875rem;width:18.25rem;height:8.25rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jit2uWLH6OmHM26fl1Glm5A0OuRkSIpU { top:13.125rem;left:8.875rem;width:21.4375rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #weICUbzEl4koefkWpPxeFRKaMRyMD6bN { width:47.75rem;height:29.5rem;top:23.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa { display:block; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XH1J1oXBDgT3NFkaubUWPdhT8wq8T0zQ { top:13.125rem;left:8.875rem;width:21.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQQV0d7PqBRWo4RGnwz1kgsyEUb3d7Qf { top:12.3125rem;left:6.0625rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvKy2qx9O6TAoidVKayEKZCvdvintzg { width:17.3125rem;height:21.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsSr8Qw8xVK1vcaF7ylvBHwhWlTIlzTA { top:2.75rem;left:8.875rem;width:18.1875rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLt1UBaNumSKPtyVp3mBoIV8gXbgggab { display:block; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STaPvxn3OuPzlqiVysnGSOPP1vI7TP4N { top:0.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUg6vXNfvzEW5hVe2OzQLiuyqrf0vb9f { top:16.5rem;left:20.8125rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42 { top:16.5rem;left:14.625rem;width:6.3125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsCZvfD1RTCqlT7UGEO7o40rDTG9GNha { top:10.9375rem;left:14.4375rem;width:15.375rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1aU0JTy6ebbN269qaGlO6Im0ExNP0G { top:17.125rem;left:20.5625rem;width:12.0625rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOzKzKpaDxZTD3nIQLWOPMw2JbvX82mN { top:21.5625rem;left:21.75rem;width:10.9375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBCFOTxlM6JLS6OqiRsmrPHvwAd5qvTL { top:16.5rem;left:0rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn { top:16.5rem;left:0rem;width:6.3125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMH6dwi0tKoQ5doumeTGIbM8LweOroU { top:11.125rem;left:0rem;width:17.75rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZBbT7vJX94lUwq3lvBuyTwpI9PZtOb { top:17.375rem;left:0rem;width:13.5625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvePfvsXO8ezxAoaqnNcQEDgcWXi0L4 { top:22.0625rem;left:0rem;width:10.9375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORiQ6ECUTpWboxPrWTeAReJVbfAqCkJN { top:16.5rem;left:35.25rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og5ebOTDgNstI4CVztDZfyGk3zoy0laC { top:16.4375rem;left:39rem;width:6.3125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5W4W997v1hxhzPmvV8XKHVGwT8uXyMy { top:11.125rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKxCqPq3nmsB6toUi84yNPQfB05sxKQ { top:17.0625rem;left:34.875rem;width:12.875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUhHmPVRTX5XqusSOV20zSMiCEnF8TOD { top:22.0625rem;left:36.5625rem;width:11.1875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyflry6gcnUwbK2FJZakO23C6fmvHTEh { top:39.625rem;left:0rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtydE8DA4DeThP87hGLIpNl8LfQi1hPB { top:39.625rem;left:0rem;width:6.3125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsaATaxced8cQ37CFcymGiS64AGQIp0I { top:34.25rem;left:0rem;width:18.5rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeFZpVVX7vRitUiPfgp0zrMNlrGFCbhI { top:40.125rem;left:0rem;width:11.5625rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBf83GErGJ9I8ZRKF03oAC9Es8aqkZGW { top:44.8125rem;left:0rem;width:10.9375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag0mmpWzEvd4aUuP0cdK2fI7fKUcsvVC { top:39.625rem;left:20.8125rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdUwJrhq55faRFsvBHh2m44Vpbor5kI { top:39.625rem;left:14.549999237061rem;width:6.3125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXx00z6suryUuRWsRIbkdpZ9gpMnOx3 { top:34.0625rem;left:14.4375rem;width:18.0625rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NP6wnphUHmR0hpR8cTZQwxZznp0hP2 { top:40.125rem;left:20.75rem;width:11.6875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Pt1lA4EvsKLetXIf03PhZimXqSTPTa { top:44.8125rem;left:21.625rem;width:10.9375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAd2OSDStqgdsT9SiqKGMf9ekq2Ou5JE { top:39.625rem;left:35.25rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA { top:39.625rem;left:39.049999237061rem;width:6.3125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3OR25VUVLu7Xm6Vt9WyGv6dG6wNHgdB { top:34.25rem;left:29.375rem;width:18.375rem;height:4.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqdSDqxgt1x4Mvh8InS3i85OlF6fSWuu { top:40.75rem;left:37.1875rem;width:10.5625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogUhov5BwnNfixoP3Mqs22xP04xczzk { top:44.75rem;left:37.3125rem;width:10.4375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g { display:block; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMi7UnL2Fu5HETVp0t2wO5bq0cWzOcqx { top:5.875rem;left:13.25rem;width:30.625rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM7RaXVN5z5iS5s8F2EeATXE5TeBeNk4 { top:12.25rem;left:14rem;width:27.1875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPiS1OTGUyBXlTk3SiwOH5rQmTXvEtgb { top:16.8125rem;left:31.8125rem;width:15.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTw7roOEhZPIsPUqKbArvXNwBL99hQ6 { top:21.375rem;left:34rem;width:13.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvGP7ZTGA9OGsF3Tn64IN5MRKlfaWP4q { top:17rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCFe6TThFD9JFHUhgNX8IdOuhT234qBg { top:21.5625rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVlTnhuyuWuy3kW9BQxsIFfrFX0JpvF { top:25.9375rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGw1TRDa2PCPNGs5GAxg1CZksWRg8Ak { top:25.8125rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWvbsURTEUktqwo0FKx9VwZXxhuxRieh { top:30.6875rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIESGVPtRPrQfO2cRgOSDfChGlzvzNw { top:30.5625rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJidfc87TWUceDp8zVTV3uELU1O7Tr0 { top:37.5625rem;left:6.375rem;width:41.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekUumosM7brniL7q9T23ZmnbRF9k2MWg { top:40.6875rem;left:21.75rem;width:26rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGwWWMDaWtmOfTDGBTVd3otmEaR0Sviz { top:13.3125rem;left:13.8125rem;width:27.1875rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwTK9R2pycqhq4SDaTTgSlv2LMHguaug { display:none; }#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EeZqKbJHa7GEwKwD1UmvlrTxz58rmPQT { top:5.875rem;left:13.25rem;width:30.625rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QizaFvETFLOavrdPOUy1BD3ovzoql0xR { top:13.3125rem;left:13.8125rem;width:27.1875rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqLpeTCvTu7i7NaNdzzD09Vt7706hcO { top:16.8125rem;left:31.8125rem;width:15.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnERM9k4NdVEng7d4ibCuJEo6RMhTzI6 { top:21.375rem;left:34rem;width:13.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXawt3aXpgadN94Sqr12BstPEk1EzIc { top:17rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRt8d72xFv0KVcVUx5saD4sQiwGmKVii { top:21.5625rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrlTJts6Rz8GqJCs6BqnRpI1c4nh9uhF { top:25.9375rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN9mquHRNPAhQHMIi1wlNvOPWZoSxwn6 { top:25.8125rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTicoH9ahgndWe079VR9l4Q3OkooehT { top:30.6875rem;left:33.174999237061rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLeXAzedwriyh4ui1FDG1C7G6rhtOJqp { top:30.5625rem;left:30.25rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPCq8TmqAATFC7zzSCPZpmT6T7LTKvGh { top:37.5625rem;left:6.375rem;width:41.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chzwflIt5a6Zl06x3rmd5X3NDG0IlpXi { top:40.6875rem;left:21.75rem;width:26rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Ed1VvWU5tIR1QJOOSKN3wH52N7wzDH { top:13.3125rem;left:13.8125rem;width:27.1875rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV { display:none; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ { display:block; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plTkX3J9o3crMDoZZ89Q6HqqsJkpKIKp { top:3.875rem;left:0.0625rem;width:47.625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV209q9MewsVOeUUCyipOypOgX9ofS5M { top:2.5625rem;left:30.75rem;width:17rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEaft2OJkJrwfVRlOvHq9AO43OAV8UMK { top:40.6875rem;left:21.75rem;width:26rem;height:5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE { display:block; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiC7wM9VbOZdaX4OTuU4Tyi2KrcvEMus { top:14.0625rem;left:0rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFBhaQs6DbdTxw9I1RNf7AfMLHg0Vnc { top:13.75rem;left:1.9375rem;width:7.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9Hctunuen9tusPfMNBCwLWllE8bFv1 { top:13.9375rem;left:13.8125rem;width:9.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHyglVHduDcMcFdfVxTnoHimrklarKJ { top:14.5625rem;left:26.25rem;width:10.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRr9q0F2TOPkBgKuOBBqoM1xid0FWbzO { top:13.25rem;left:39.625rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgTVqN1tzP2mmSQ11SHLDnBPavfGnS1u { top:19.5625rem;left:0rem;width:9.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlToTKS4nUZVx5pqHrUQtk1XnDEVEJwZ { top:18.875rem;left:7.6875rem;width:7.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkZWy05ZcZ3Pds6M8DamumI60OigMw9 { top:19.375rem;left:19.3125rem;width:10.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khFwZGuHdIQ4Lba1zk7Dq8TDuiCRPuyo { top:19.0625rem;left:35rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6VWPMHaK3fR9bfoT32dTXq48KgDgJS { top:7.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85J4TkdP6b9dt1JKcgPVpViuGzfTNT1 { top:1.875rem;left:0rem;width:47.75rem;height:5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF7sPhp7X1aQwaTLpbDUBH7eRtWQ5P5i { top:13.75rem;left:40.3125rem;width:7.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlkgCpuTANzmMH2ntwUQvlqoGwb13AC { top:19.125rem;left:40.1875rem;width:7.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfkNQsoulr4rS7aBhvXoipBvxmHlRVO8 { width:13.8125rem;height:3.4375rem;top:27.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzlTwB9frSkAJTLTTOFRM9Bo0ei7cwS5 { display:block; }
 }@media only screen and (max-width: 763px) { #r5VU0aAMPNTuz9RriyymeScMxCVkib36 { width:14.875rem;height:3.5rem;top:27.25rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFnC0lQBAktVqu9ThzsPgwLckfVOhxPi { display:block; }
 }@media only screen and (max-width: 763px) { #bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb { display:block; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTpI7JNLS4UQwpOGnfPEufxqTAyaONBV { top:8.9375rem;left:7.25rem;width:33.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB5F7rToECTw1k51mS6QWaXZ1GUAeoth { top:12.125rem;left:5.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdRnrCweprp2haI1g8bLRIw3MI9AeEDt { top:17.75rem;left:20.03125rem;width:7.6875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9ezUsLGRcKQ2yl0xDeAUJS2qhIk0niZ { top:12.125rem;left:21.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5nqarpLgzBMeJz1iKtn4SHuFZgSZenu { top:17.75rem;left:4.46875rem;width:6.4375rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbWy1b4v69mvHhhl0bLXcVXwL91J2zTq { top:12.125rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C67DCfXBIL1U3hfwtfR6b1Tb20obUuxN { top:17.75rem;left:35.03125rem;width:9.3125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFqV7Slm9xN2CA1a4FJIMF62eU3HSaed { top:2.875rem;left:7.25rem;width:33.25rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfr2NwQJXhmkoT8bkFWnwtcxMp0VyOH { width:47.75rem;height:29.5rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-text {padding-top: 0; padding-bottom: 0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-select {padding-top: 0; padding-bottom: 0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-button { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H  { width:23.1875rem;height:auto;top:26.4375rem;left:22.0625rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H {display:block;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H { width:23.1875rem;height:auto;top:26.4375rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #BScdfluuFA8NtHQUGyBRygxMFrcoTSMJ {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #IXkR48KX6E2no8HKOetkqE7P5qgV3cWR {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #sIdrl9X8QE6BIEtLdbRgVFySbVtfr9rl {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #LbmbGPqzsr2TlwS5Jo6M02JLlLHrbVQJ {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #IJUefZXXlweSlIV7zIpN9L8JqqLkTd57 {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #xo7NEnnJhg3sWP4kIKtl43Qk5anCObr4 {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #dysmBN1cUUI5HdcTXCBSkTZl29MtsOEW {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #uvueKL02tGLmLEZuuOJVQLV9EEgroArO {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #idIaeAllpi8te8VTPhacv4FFPhJ9HUIU {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #PRfvos9TDiameV9rtXuqDH1A4K4aiZq2 {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #SeXITFr9a2BJ3iM7LbCPJzd5XTiSMbEd {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #pb1HwFgTWT4w8P7PJReMAqAD0AIAzPSK {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #RdtHXZPtPJInps3ex1bNtKUZ9kRr3yRw {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #iyPpgBROyr8SsuJiJeP1Thqk1TZ3RPcS {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #JM7Q9eOTGbktEJP7d4usSvRNTWxaoUho {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #ZOAGRTp3Eh9KuhwEP5l23GVADwI7XACZ {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #v51rKOUl6Zofpf5AW0VTH4lpItr3x9a9 {  }
 }@media only screen and (max-width: 763px) { #P8BCM0IqfReDfsxEVrD74k1m9kic8iCO { width:17.3125rem;height:21.875rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkIe7JQOp2ea9GzFny5MmrOHdMRhBR0B { top:25.5625rem;left:0rem;width:18.1875rem;height:4.375rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6n21MSFzLwBecJOSTGsoN3AQzuvH9nK { top:13.125rem;left:8.875rem;width:21.4375rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa { display:block; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASnnI62mLSu7CSkQqdQc2GDfPnfkrXne { top:13.125rem;left:8.875rem;width:21.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Wi26OM7MqDIBbgxOTTfLZ5bauGlZx6 { top:12.3125rem;left:6.0625rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHT5K44paEb9tWRzvpHEQAm79T6nIM5p { width:17.3125rem;height:21.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3Q16NzPluTieNicCo5nk3vz09qMwQn { top:5.875rem;left:8.875rem;width:18.1875rem;height:5.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU6CTI5FoRRzR51H6bohChWfzfKucllm { display:block; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN7e3GNXMCe2ZJHC6C7syTBv5XRvLuvh { top:3.125rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfeMKO5mzggpvFa7HsNwFRzNr6asLxJg { top:2.9375rem;left:0rem;width:9.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF1UiuXcVpW9pn7ecvmfuoEZOJaAee2R { top:10.875rem;left:0rem;width:13.6875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5qWkkmFQeUnwWW4Jp6xKV0VHpCWNUwb { top:9.0625rem;left:0rem;width:17.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wQi7BtNCdHv1QIXLNLZ8VCbkWMJdNq { top:9.0625rem;left:8.537109375rem;width:27.6875rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEhxpLl74n5TSywCJK43REl7zJLDUKa { top:13.1875rem;left:8.2999992370606rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJFhO8SnecP0SqZgwC4JnBluUieBpnIl { top:8.875rem;left:6.1875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqeqlIpweJTBJiO51OTCks4n89FGg2Bw { top:12.0625rem;left:38.125rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc5QMX0OZ7d4dsUkZ7wEJQFk6yODMnsV { top:4.3125rem;left:24.25rem;width:20.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvnoGlHPCNLWd6EUTaaGAR7azfon3Ab { top:16.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#ucvnoGlHPCNLWd6EUTaaGAR7azfon3Ab > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #a1atsgGiB5RQU2M1X07Ib381n4memqz3 { top:16.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#a1atsgGiB5RQU2M1X07Ib381n4memqz3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ONHA3sESQHMuORIvXhTTAFfRVTqHOkAN { top:16.625rem;left:8.5374984741213rem;width:24.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoTxuLJ817DBsfruXA1BstUtOvxdrle { width:8.5625rem;height:2.4375rem;top:12.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlg5MJJrEUVeiRQ2UrHnlsAqtKXJFf8b { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e30d13;background-image:none;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); } }@media only screen and (max-width: 763px) { #wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck { display:block; }#wwFMFBp0KtgnrbIHiGcGhLmdWcgWyPck > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAx4bvupHRMah75H8Twl9Ddd1iBDyUuy { width:9.625rem;height:2.8125rem;top:0.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5tOqGmFZLWa0ysDTJS4w0ZnG9boyJ5p { width:7.9375rem;height:2.875rem;top:7.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb73Oxr3s5pcfzkE79qM5WcOUu1tRo4U { display:block; }
 }@media only screen and (max-width: 763px) { #vbqycTJgTNAO12FFlMvSu7DCOICc9bKn { width:6.8125rem;height:2.875rem;top:11.375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZPXss9abCF0cmtOIirI9Ezwy7oHgdBx { display:block; }
 }@media only screen and (max-width: 763px) { #CD2HkgtMtsTq3k6TlPL2Z03Ith6278At { width:7.9375rem;height:2.875rem;top:15.5rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKNoE2BPF51T0Kqs2hrdoto2Umh92Xrx { display:block; }
 }@media only screen and (max-width: 763px) { #KGqusHlFU0TiMyRBrJuCquvo9c6d8X8T { width:9.6875rem;height:2.875rem;top:19.625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pC9ZJETqTMQ3P15p7lEpBedB1Uda2XhD { display:block; }
 }@media only screen and (max-width: 763px) { #Q6ouucSRTME5f3fs8zEDx8J8HqHNK8TK { width:6.1875rem;height:2.875rem;top:23.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSm3MHVzSRlWz1UHrulS9tyGrFMImHSd { display:block; }
 }@media only screen and (max-width: 763px) { #GmgwEEkxNV2AyrxbJrkKdseiFLl9fwbr { display:flex;top:1.34375rem;left:17rem;width:2.125rem;height:2.125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X { display:block; }#w2iXcHBkUtKoxdmm6f9cdLdqlDy6018X > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QouBzOkJwWIavnEIrgxZ7MdiM2i7gs9c { width:7.9375rem;height:2.875rem;top:0.73750019073488rem;left:6.03125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CecwP3cbunRQ2HVTxWg1hwwadgZUbs2s { display:block; }
 }@media only screen and (max-width: 763px) { #WrqxJulyzQ4TPVQOpiFLxEaW3xcplEit { width:6.8125rem;height:2.875rem;top:3.6875rem;left:6.59375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PCQOytnm0aoBoy6VmM0oJLZI4FNpvap9 { display:block; }
 }@media only screen and (max-width: 763px) { #hmX0ARfNgluy3ayvBv7WuvuHF56bWBRc { width:7.9375rem;height:2.875rem;top:6.5625rem;left:6.03125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #psgcLlhcVkHbGe5eTFVmZcnSfhcZZbQW { display:block; }
 }@media only screen and (max-width: 763px) { #S5yMnTrqJZXzm276rb32UOR6HI5QTs4q { width:9.6875rem;height:2.875rem;top:9.5rem;left:5.15625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OTrVlpBi7w6f1dZJnGVdNwq4cgtGV4Xi { display:block; }
 }@media only screen and (max-width: 763px) { #mqEapTTnODOg2d7N7zZlThkxpTxGAMPb { width:6.1875rem;height:2.875rem;top:13.25rem;left:6.90625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gbkbsXraeZlGNuwG4yRvFnO8SXhWMBJM { display:block; }
 }@media only screen and (max-width: 763px) { #AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/797fe7ab-1b5e-481a-bd4f-e3946b6890b9/head3mobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS.adaptive-delivery-prevent-bg, #AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS.lazyload, #AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS.lazyloading { background-image: none; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container { background-color: transparent; background-image: none; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container > .video-iframe-container { display: none; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row > .video-iframe-container { display: none; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .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); }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container { border-width: 0; border-radius: 0; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQ18ycdZ0tZzUA3U70hDKzkk851JVZCS > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT9PC53368QPTEvmU4sMQwWGZ8KBXAmX { width:20rem;height:2.54375rem;top:1.4249992370606rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KskLgdfD5dF2QA4F4TxzfGIX7d6kOR4h { width:18rem;height:4.95rem;top:4.15625rem;left:1rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5qGmDqpJOdyH2pBe8c2WK2a4i5euwWg { width:11.25rem;height:3.125rem;top:10.375rem;left:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFr0w2awQU2TQ27R5lULZPkiQSuCwJG5 { display:block; }
 }@media only screen and (max-width: 763px) { #GDz5MBSDH9T3dAcHHlw58fQDwAN0pFJI { width:11.15rem;height:3.0875rem;top:14.0625rem;left:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKhJwqFJISxeo3pTplm3cqG5b9P9DFab { display:block; }
 }@media only screen and (max-width: 763px) { #uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR { display:block; }#uoULbBaJWsv1GSFcrDtiXuPdD53IeuBR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbNr4r9LzkGqVOF9fX17GfTlqAm1LIDb { width:17.375rem;height:8.75rem;top:2.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtpoRTfKTKneP8UtOKIkbAgx3QlDQrw8 { display:flex;width:1.875rem;height:1.875rem;top:0.75rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #nf2H7XpwlRHCQRo0vx9dTl27lRhtpntP { display:flex;width:1.875rem;height:1.875rem;top:0.75rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 { display:block; }#ChOyUUBNZWPUDUt0UcIEBDdJcy35Zq67 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfV5bT6EJ9hni1NyeG9MMDG9FSMXTFcE { width:11rem;height:2.5004875rem;top:1.4375rem;left:1.4375rem;font-size:2.5rem;color:rgba(227,13,19,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #UOUGqaGuxs0lNqHJmypbowR5n4KcfML8 { width:13.875rem;height:1.2503875rem;top:4.4375rem;left:1.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uqSoDWegtekZhEuRF9XeRqTS8G8QWW2R { width:19.5rem;height:34.625rem;top:6.7246185302737rem;left:0.39957204215374rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Fr0rJ2MAe34wy73330VUGTVKg4wbAh5c { width:20rem;height:15.384615384616rem;top:26.125000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWIbgXc7AisEzWPJ0JdsEk6tTeEzDll { width:3.9375rem;height:3.9375rem;top:9.2375030517575rem;left:2.1500015258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcmcI8FEpv88RgvzKEAdVwVTq4KHOze { width:1.25rem;height:19.3125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE53bwPQZsGKNoxw9yPcAckt4I0cviZk { width:12.0625rem;height:1.16875rem;top:9.3125rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ0BFV2AcSmezVEuPWBBDLF0vTc6liZ { width:12.0625rem;height:2.1984375rem;top:10.712501525879rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSWzATN0DKAh7aF1MPBtJqdquc46Ocbn { width:3.8125rem;height:3.8125rem;top:15.65625rem;left:2.1500015258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqRlKXkyckTdhMksgww3fIksG8SMR5bD { width:12.8125rem;height:1.16875rem;top:15.625rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEx7so8Sah3pZWCfOIfUeAEQzAhoQeIR { width:12.625rem;height:2.1984375rem;top:16.993751525879rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccE9aJkfMrppexrpiN0HbwgiLWNnBZiZ { width:11.6875rem;height:2.33671875rem;top:21.375rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE1UntA4tMB3lQ2cENtoebWlZanqekS7 { width:12.0625rem;height:1.1001rem;top:23.849998474121rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRGoWCEmi8m1yLOTiRv9B9EIcsfX0o4N { width:3.5625rem;height:3.5625rem;top:21.337501525879rem;left:2.2125015258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKVts7m3K9qgETTEyHlq84gWpAWUR7f { display:block; }#DMKVts7m3K9qgETTEyHlq84gWpAWUR7f > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl4pc9FpUzggUU63rwINMb6Lhl0SU2eQ { width:15.625rem;height:2.74921875rem;top:4.6999988555908rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV7l0bQPhT9yGL21ku3pfyrt7MJzHr5N { width:3.25rem;height:3.25rem;top:9.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGQU8ICxh8iZQFTyqE14X4LbCEPfUcCZ { width:8.5rem;height:1.198825rem;top:14.875rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWKBSQguyQGU7HiOkkcJ3XDfObRkVXpN { width:2.875rem;height:2.875rem;top:14rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1UEiyWow6hOh7znQHovwoxtx0Dd3HfR { width:10.1875rem;height:1.198825rem;top:10.1875rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFQS3wBhooOsomyU6v7btHtRwmPkoXxk { width:2.875rem;height:2.875rem;top:18.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8FzotgqCvwFoufWZiTJd0s9wcmSq8kK { width:11rem;height:1.198825rem;top:19.5625rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s81BnJOEhO1R6XwKiOglz0TUa3si7P5A { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5iOwDoOe9V3buSTu1Cl51CmwMC6Hcv7 { width:20rem;height:39.1875rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-text {padding-top: 0; padding-bottom: 0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-select {padding-top: 0; padding-bottom: 0;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.75); }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.75); }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.75); }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.75); }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE  { width:17.5rem;height:auto;top:32.25rem;left:0rem; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE {display:block;}#HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE { width:17.5rem;height:auto;top:32.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LZrvgB5OzwVUySa76dzdU0FPlnQ0rzwR {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #ozmJTQxfMwIZ0NVlmgZ7pNigi2y8z1d7 { display:block; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mgrCo71eXxgChTAlNrJfFrfhrSisxObS {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LJoPtfTyL0XSF4ETxE8W4t8Ip1J49w6t {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #o1pDKdp35bNXbII1KlD2cTPSfcVdaqT9 { display:block; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #PqL1GHiMq1QoPLs5e4rh4dXznzZbqIsT {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #aR6ipUFvZzHNGrfZpROZy0CZE4ySfXTv {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #aA01AMttnwUUvmCOue1BxzfErdbKs5Tl { display:block; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #Dp5bgKUefWbuDkK9O7aynyAT1nW85uPe {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #pDbuGZpz7wf1sCdPbV9h0qnAp3aIRKht {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #MJDHlF06Op8XuIoQ6UHVLHtlWiZTfKGg { display:block; }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #LC0xno8wEpPWwTk1Oi3eE1ZikFqRqRdo {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mBuEc5ibINRvamgkscl99bCP3ASTvx0h {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #SkTKnlEp6FTiZCDWRxbq6l4ZhyDRhbmH {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #mnr21QfCP68m6qk1e0Sqp0fyfTGst012 {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #lhcDI9XCM8Q0xRfrSrXIHQOwyurLCwu1 {  }
 }@media only screen and (max-width: 763px) { #HRGAd4w1OvJA7Wsf4XgELNTz2S35ovvE #K6lgZTnfepFD49smV81UAxugykVrGKkP {  }
 }@media only screen and (max-width: 763px) { #cWDBHmaAzBlsdk3IqbzGCKNQSRRt3eZ4 { width:12.75rem;height:16.125rem;top:55.8125rem;left:3.625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GeVg5PXro3XEaUhZGSxLBQnWFNSImMEZ { width:18.25rem;height:2.19960625rem;top:25.600006103516rem;left:0.875rem;font-size:2rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jit2uWLH6OmHM26fl1Glm5A0OuRkSIpU { width:16.5rem;height:2.925rem;top:28.637487411499rem;left:1.75rem;font-size:1.125rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weICUbzEl4koefkWpPxeFRKaMRyMD6bN { width:19.9991875rem;height:39.1875rem;top:24.114815711975rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa { display:none; }#TR3X7V1ToLJpdB5aAMieVx0hWt2wmkZa > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XH1J1oXBDgT3NFkaubUWPdhT8wq8T0zQ { width:20rem;height:3.571875rem;top:6.01210625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DQQV0d7PqBRWo4RGnwz1kgsyEUb3d7Qf { width:20rem;height:0.0625rem;top:4.69960625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvKy2qx9O6TAoidVKayEKZCvdvintzg { width:17.3125rem;height:21.875rem;top:1.9073486328125E-5rem;left:1.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsSr8Qw8xVK1vcaF7ylvBHwhWlTIlzTA { width:18.25rem;height:2.2rem;top:3.8749923706055rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLt1UBaNumSKPtyVp3mBoIV8gXbgggab { display:block; }#BLt1UBaNumSKPtyVp3mBoIV8gXbgggab > .row .container { width:20rem;height:119.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STaPvxn3OuPzlqiVysnGSOPP1vI7TP4N { width:15.625rem;height:1.8rem;top:1.5rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;color:#e30d13;display:block; }
 }@media only screen and (max-width: 763px) { #DUg6vXNfvzEW5hVe2OzQLiuyqrf0vb9f { width:18.5rem;height:12.625rem;top:27.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5vQ1I1C2krSOn2EBgiw3E1OX46rBX42 { width:6.1875rem;height:12.5rem;top:27.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsCZvfD1RTCqlT7UGEO7o40rDTG9GNha { width:14.125rem;height:3.57421875rem;top:23.749999046326rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1aU0JTy6ebbN269qaGlO6Im0ExNP0G { width:12.0625rem;height:3.29765625rem;top:28.1875rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOzKzKpaDxZTD3nIQLWOPMw2JbvX82mN { width:10.9375rem;height:6.328125rem;top:33.3125rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBCFOTxlM6JLS6OqiRsmrPHvwAd5qvTL { width:18.5625rem;height:12.625rem;top:8.4875030517575rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elzWLgqZsFc8TpaPuyxLoE7ArQc3QHCn { width:6.3125rem;height:12.625rem;top:8.4875030517575rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMH6dwi0tKoQ5doumeTGIbM8LweOroU { width:13.875rem;height:3.57421875rem;top:4.5500001907349rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FsZBbT7vJX94lUwq3lvBuyTwpI9PZtOb { width:11.375rem;height:2.1984375rem;top:9.5500030517575rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvePfvsXO8ezxAoaqnNcQEDgcWXi0L4 { width:10.9375rem;height:5.2734375rem;top:14.61562538147rem;left:7.675000190735rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORiQ6ECUTpWboxPrWTeAReJVbfAqCkJN { width:18.5rem;height:12.625rem;top:45.425002098084rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og5ebOTDgNstI4CVztDZfyGk3zoy0laC { width:6.3125rem;height:12.625rem;top:45.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5W4W997v1hxhzPmvV8XKHVGwT8uXyMy { width:18.375rem;height:1.78710625rem;top:43.03750038147rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKxCqPq3nmsB6toUi84yNPQfB05sxKQ { width:12.875rem;height:3.29765625rem;top:45.8125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUhHmPVRTX5XqusSOV20zSMiCEnF8TOD { width:11.1875rem;height:5.2734375rem;top:50.9375rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyflry6gcnUwbK2FJZakO23C6fmvHTEh { width:18.5rem;height:12.625rem;top:64.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtydE8DA4DeThP87hGLIpNl8LfQi1hPB { width:6.1875rem;height:12.625rem;top:64.812504768369rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsaATaxced8cQ37CFcymGiS64AGQIp0I { width:15.25rem;height:3.57421875rem;top:60.71249961853rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeFZpVVX7vRitUiPfgp0zrMNlrGFCbhI { width:10.5rem;height:3.29765625rem;top:65.375rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBf83GErGJ9I8ZRKF03oAC9Es8aqkZGW { width:10.3125rem;height:6.328125rem;top:70.1875rem;left:8.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag0mmpWzEvd4aUuP0cdK2fI7fKUcsvVC { width:18.5rem;height:12.625rem;top:84.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdUwJrhq55faRFsvBHh2m44Vpbor5kI { width:6.1875rem;height:12.625rem;top:84.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXx00z6suryUuRWsRIbkdpZ9gpMnOx3 { width:15.1875rem;height:3.5742125rem;top:80.25000190735rem;left:0.92500019073488rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NP6wnphUHmR0hpR8cTZQwxZznp0hP2 { width:10.9375rem;height:3.29765625rem;top:84.875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Pt1lA4EvsKLetXIf03PhZimXqSTPTa { width:10.9375rem;height:5.2734375rem;top:90.125rem;left:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAd2OSDStqgdsT9SiqKGMf9ekq2Ou5JE { width:18.5rem;height:12.5625rem;top:103.67500686646rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQ9uhFvZqWrbqzWu4fs1AABVBv0nkGA { width:6.1875rem;height:12.625rem;top:103.67499923706rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3OR25VUVLu7Xm6Vt9WyGv6dG6wNHgdB { width:13.6875rem;height:3.7125rem;top:99.712498664856rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqdSDqxgt1x4Mvh8InS3i85OlF6fSWuu { width:11rem;height:2.1984375rem;top:104.67500305176rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogUhov5BwnNfixoP3Mqs22xP04xczzk { width:10.4375rem;height:5.2734375rem;top:109.4375rem;left:8.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g { background-color:#ffffff;background-image:none;display:block; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container { background-color: transparent; background-image: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container > .video-iframe-container { display: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row > .video-iframe-container { display: none; }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .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); }#lxtyu23hdCrrTgHshAn4MZ8aEQH2VX8g > .row .container { width:20rem;height:23.124633789062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMi7UnL2Fu5HETVp0t2wO5bq0cWzOcqx { width:20rem;height:2.5004875rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#e30d13;display:block; }
 }@media only screen and (max-width: 763px) { #mM7RaXVN5z5iS5s8F2EeATXE5TeBeNk4 { width:20rem;height:0;top:4.5rem;left:0rem;font-size:1.4375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UPiS1OTGUyBXlTk3SiwOH5rQmTXvEtgb { width:13.8125rem;height:2.33671875rem;top:15.687488555908rem;left:4.5rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #UkTw7roOEhZPIsPUqKbArvXNwBL99hQ6 { width:12.125rem;height:2.33671875rem;top:18.81875038147rem;left:4.5rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FvGP7ZTGA9OGsF3Tn64IN5MRKlfaWP4q { display:flex;width:1.25rem;height:1.25rem;top:15.999991416931rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #hCFe6TThFD9JFHUhgNX8IdOuhT234qBg { display:flex;width:1.25rem;height:1.25rem;top:11.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #yCVlTnhuyuWuy3kW9BQxsIFfrFX0JpvF { display:flex;width:1.25rem;height:1.25rem;top:19.068749427796rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ITGw1TRDa2PCPNGs5GAxg1CZksWRg8Ak { width:12.6875rem;height:2.33671875rem;top:7.893750190735rem;left:4.46875rem;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #OWvbsURTEUktqwo0FKx9VwZXxhuxRieh { display:flex;width:1.25rem;height:1.25rem;top:8rem;left:0.625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #QpIESGVPtRPrQfO2cRgOSDfChGlzvzNw { width:13.375rem;height:3.505075rem;top:11.25rem;left:4.5rem;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mZJidfc87TWUceDp8zVTV3uELU1O7Tr0 { width:17.125rem;height:16.3125rem;top:6.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekUumosM7brniL7q9T23ZmnbRF9k2MWg { width:20rem;height:0;top:45.612514495849rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGwWWMDaWtmOfTDGBTVd3otmEaR0Sviz { width:19.25rem;height:1.2503875rem;top:3.9375rem;left:0.1875rem;font-size:1.25rem;color:#000000;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SwTK9R2pycqhq4SDaTTgSlv2LMHguaug { background-color:#ffffff;background-image:none;display:none; }#SwTK9R2pycqhq4SDaTTgSlv2LMHguaug > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EeZqKbJHa7GEwKwD1UmvlrTxz58rmPQT { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QizaFvETFLOavrdPOUy1BD3ovzoql0xR { width:20rem;height:0;top:4.5rem;left:0rem;font-size:1.4375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #trqLpeTCvTu7i7NaNdzzD09Vt7706hcO { width:13.8125rem;height:2.3375rem;top:15.687488555908rem;left:4.5rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PnERM9k4NdVEng7d4ibCuJEo6RMhTzI6 { width:12.125rem;height:2.3375rem;top:18.81875038147rem;left:4.5rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qGXawt3aXpgadN94Sqr12BstPEk1EzIc { display:flex;width:1.25rem;height:1.25rem;top:15.999991416931rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #WRt8d72xFv0KVcVUx5saD4sQiwGmKVii { display:flex;width:1.25rem;height:1.25rem;top:11.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #GrlTJts6Rz8GqJCs6BqnRpI1c4nh9uhF { display:flex;width:1.25rem;height:1.25rem;top:19.068749427796rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #HN9mquHRNPAhQHMIi1wlNvOPWZoSxwn6 { width:12.6875rem;height:2.3375rem;top:7.893750190735rem;left:4.46875rem;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GTTicoH9ahgndWe079VR9l4Q3OkooehT { display:flex;width:1.25rem;height:1.25rem;top:8rem;left:0.625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #LLeXAzedwriyh4ui1FDG1C7G6rhtOJqp { width:13.375rem;height:3.50625rem;top:11.25rem;left:4.5rem;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #NPCq8TmqAATFC7zzSCPZpmT6T7LTKvGh { width:17.125rem;height:16.3125rem;top:6.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chzwflIt5a6Zl06x3rmd5X3NDG0IlpXi { width:20rem;height:0;top:45.612514495849rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8Ed1VvWU5tIR1QJOOSKN3wH52N7wzDH { width:19.25rem;height:1.25rem;top:3.9375rem;left:0.1875rem;font-size:1.25rem;color:#000000;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e33c2f6-4b65-4233-8121-8d5546a12380/bg5Obszarroboczy13x.crop_5746x1716_0,834.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV.adaptive-delivery-prevent-bg, #MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV.lazyload, #MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV.lazyloading { background-image: none; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container { background-color: transparent; background-image: none; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container > .video-iframe-container { display: none; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row > .video-iframe-container { display: none; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .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); }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container { border-width: 0; border-radius: 0; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MT8HXoa3mwptvb9oIhSPUToa2XdAJVbV > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ { display:block; }#eTb7kxmcBt6L1FDpzwad9TZtxAZLeWOJ > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plTkX3J9o3crMDoZZ89Q6HqqsJkpKIKp { height:11.207349081365rem;width:20rem;top:6.32187461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV209q9MewsVOeUUCyipOypOgX9ofS5M { width:17rem;height:1.2503875rem;top:3.6447916030884rem;left:1.5rem;font-size:1.25rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEaft2OJkJrwfVRlOvHq9AO43OAV8UMK { width:20rem;height:2.5004875rem;top:1.1125001907349rem;left:0rem;font-size:2.5rem;z-index:15015;color:#e30d13;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE { display:block; }#VqG5NzSBFZdBCRoeqQKgTkoQW6gUnQHE > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiC7wM9VbOZdaX4OTuU4Tyi2KrcvEMus { width:5.6875rem;height:1.4375rem;top:9.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFBhaQs6DbdTxw9I1RNf7AfMLHg0Vnc { width:5.0625rem;height:1.9375rem;top:8.8125rem;left:7.46875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hb9Hctunuen9tusPfMNBCwLWllE8bFv1 { width:5.0625rem;height:1.625rem;top:9.09375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHyglVHduDcMcFdfVxTnoHimrklarKJ { width:6.75rem;height:0.9375rem;top:15.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRr9q0F2TOPkBgKuOBBqoM1xid0FWbzO { width:5.3125rem;height:1.875rem;top:15.15625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgTVqN1tzP2mmSQ11SHLDnBPavfGnS1u { width:5.1875rem;height:1.125rem;top:12.53125rem;left:13.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dlToTKS4nUZVx5pqHrUQtk1XnDEVEJwZ { width:4.8125rem;height:2.0625rem;top:12.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkZWy05ZcZ3Pds6M8DamumI60OigMw9 { width:5.1875rem;height:1.25rem;top:12.625rem;left:7.15625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #khFwZGuHdIQ4Lba1zk7Dq8TDuiCRPuyo { width:4.0625rem;height:2rem;top:15.21875rem;left:8.518750190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6VWPMHaK3fR9bfoT32dTXq48KgDgJS { width:20rem;height:2.50078125rem;top:4.5rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V85J4TkdP6b9dt1JKcgPVpViuGzfTNT1 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:2.25rem;color:#e30d13;display:block; }
 }@media only screen and (max-width: 763px) { #qF7sPhp7X1aQwaTLpbDUBH7eRtWQ5P5i { width:4.5625rem;height:1.6875rem;top:18.375rem;left:10.956250190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlkgCpuTANzmMH2ntwUQvlqoGwb13AC { width:4.8125rem;height:1.75rem;top:18.34375rem;left:4.7562503814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfkNQsoulr4rS7aBhvXoipBvxmHlRVO8 { width:13.8125rem;height:3.4375rem;top:24.53125rem;left:3.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzlTwB9frSkAJTLTTOFRM9Bo0ei7cwS5 { display:block; }
 }@media only screen and (max-width: 763px) { #r5VU0aAMPNTuz9RriyymeScMxCVkib36 { width:16.25rem;height:3.8125rem;top:29.78125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFnC0lQBAktVqu9ThzsPgwLckfVOhxPi { display:block; }
 }@media only screen and (max-width: 763px) { #bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb { display:block; }#bf5oWcyBFT0mNMKnLgeWpZrdSqkplLbb > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTpI7JNLS4UQwpOGnfPEufxqTAyaONBV { width:15.625rem;height:2.74921875rem;top:4.6999988555908rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB5F7rToECTw1k51mS6QWaXZ1GUAeoth { width:3.25rem;height:3.25rem;top:9.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdRnrCweprp2haI1g8bLRIw3MI9AeEDt { width:8.5rem;height:1.198825rem;top:14.875rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B9ezUsLGRcKQ2yl0xDeAUJS2qhIk0niZ { width:2.875rem;height:2.875rem;top:14rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5nqarpLgzBMeJz1iKtn4SHuFZgSZenu { width:10.1875rem;height:1.198825rem;top:10.1875rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GbWy1b4v69mvHhhl0bLXcVXwL91J2zTq { width:2.875rem;height:2.875rem;top:18.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C67DCfXBIL1U3hfwtfR6b1Tb20obUuxN { width:11rem;height:1.198825rem;top:19.5625rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hFqV7Slm9xN2CA1a4FJIMF62eU3HSaed { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfr2NwQJXhmkoT8bkFWnwtcxMp0VyOH { width:20rem;height:39.1875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-text {padding-top: 0; padding-bottom: 0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-select {padding-top: 0; padding-bottom: 0;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.75); }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.75); }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.75); }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.75); }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H  { width:17.5rem;height:auto;top:32.25rem;left:0rem; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H {display:block;}#xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H { width:17.5rem;height:auto;top:32.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #BScdfluuFA8NtHQUGyBRygxMFrcoTSMJ {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #IXkR48KX6E2no8HKOetkqE7P5qgV3cWR { display:block; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #sIdrl9X8QE6BIEtLdbRgVFySbVtfr9rl {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #LbmbGPqzsr2TlwS5Jo6M02JLlLHrbVQJ {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #IJUefZXXlweSlIV7zIpN9L8JqqLkTd57 { display:block; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #xo7NEnnJhg3sWP4kIKtl43Qk5anCObr4 {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #dysmBN1cUUI5HdcTXCBSkTZl29MtsOEW {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #uvueKL02tGLmLEZuuOJVQLV9EEgroArO { display:block; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #idIaeAllpi8te8VTPhacv4FFPhJ9HUIU {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #PRfvos9TDiameV9rtXuqDH1A4K4aiZq2 {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #SeXITFr9a2BJ3iM7LbCPJzd5XTiSMbEd { display:block; }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #pb1HwFgTWT4w8P7PJReMAqAD0AIAzPSK {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #RdtHXZPtPJInps3ex1bNtKUZ9kRr3yRw {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #iyPpgBROyr8SsuJiJeP1Thqk1TZ3RPcS {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #JM7Q9eOTGbktEJP7d4usSvRNTWxaoUho {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #ZOAGRTp3Eh9KuhwEP5l23GVADwI7XACZ {  }
 }@media only screen and (max-width: 763px) { #xfh6SziS5TtOkn5pbHuhpKm0eg4Ens1H #v51rKOUl6Zofpf5AW0VTH4lpItr3x9a9 {  }
 }@media only screen and (max-width: 763px) { #P8BCM0IqfReDfsxEVrD74k1m9kic8iCO { width:12.75rem;height:16.125rem;top:55.8125rem;left:3.625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #EkIe7JQOp2ea9GzFny5MmrOHdMRhBR0B { width:18.249625rem;height:4.39921875rem;top:24.948435306549rem;left:0.87304681539537rem;font-size:2rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6n21MSFzLwBecJOSTGsoN3AQzuvH9nK { width:16.5rem;height:2.925rem;top:29.77499628067rem;left:1.7484374642372rem;font-size:1.125rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa { display:none; }#dPOcH14yMRHy1sgpZPZJRrhOLoyKCTVa > .row .container { width:20rem;height:67.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ASnnI62mLSu7CSkQqdQc2GDfPnfkrXne { width:20rem;height:3.575rem;top:29.1375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Wi26OM7MqDIBbgxOTTfLZ5bauGlZx6 { width:20rem;height:0.0625rem;top:27.825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHT5K44paEb9tWRzvpHEQAm79T6nIM5p { width:17.3125rem;height:21.875rem;top:1.9073486328125E-5rem;left:1.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq3Q16NzPluTieNicCo5nk3vz09qMwQn { width:18.25rem;height:0;top:1.25rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vU6CTI5FoRRzR51H6bohChWfzfKucllm { display:block; }#vU6CTI5FoRRzR51H6bohChWfzfKucllm > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN7e3GNXMCe2ZJHC6C7syTBv5XRvLuvh { width:13.3125rem;height:5.25rem;top:6rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfeMKO5mzggpvFa7HsNwFRzNr6asLxJg { width:11.0625rem;height:3.25rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF1UiuXcVpW9pn7ecvmfuoEZOJaAee2R { width:13.6875rem;height:2.625rem;top:13.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5qWkkmFQeUnwWW4Jp6xKV0VHpCWNUwb { width:17.1875rem;height:1.3125rem;top:11.6875rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wQi7BtNCdHv1QIXLNLZ8VCbkWMJdNq { width:13.625rem;height:3.9375rem;top:18.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEhxpLl74n5TSywCJK43REl7zJLDUKa { display:flex;width:1.75rem;height:1.75rem;top:25.2373046875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #dJFhO8SnecP0SqZgwC4JnBluUieBpnIl { width:0.0625rem;height:6.25rem;top:33.375rem;left:9.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqeqlIpweJTBJiO51OTCks4n89FGg2Bw { width:0.0625rem;height:6.25rem;top:62.109375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc5QMX0OZ7d4dsUkZ7wEJQFk6yODMnsV { width:17.375rem;height:11.6875rem;top:34.4052734375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvnoGlHPCNLWd6EUTaaGAR7azfon3Ab { display:flex;width:1.5rem;height:1.5rem;top:30rem;left:1.75rem; }
#ucvnoGlHPCNLWd6EUTaaGAR7azfon3Ab > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #a1atsgGiB5RQU2M1X07Ib381n4memqz3 { display:flex;width:1.5rem;height:1.5rem;top:30rem;left:3.875rem; }
#a1atsgGiB5RQU2M1X07Ib381n4memqz3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ONHA3sESQHMuORIvXhTTAFfRVTqHOkAN { width:11.75rem;height:2.8125rem;top:29.375rem;left:6.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEoTxuLJ817DBsfruXA1BstUtOvxdrle { width:8.5625rem;height:2.4375rem;top:24.8935546875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlg5MJJrEUVeiRQ2UrHnlsAqtKXJFf8b { display:block; }
 }