.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;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); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a { background-color:transparent;background-image:none;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; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { background-color: transparent; background-image: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,69,39,0.6); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container > .video-iframe-container { display: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,69,39,0.6); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container { display: block; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .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); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { border-width: 0; border-radius: 0; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a::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; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { font-size:0.875rem;font-family:"open sans";height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#HA5C6gnKkTGadyGnawSNWWq36Jx5eLU6 { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:signika;font-size:3.8125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:13.5rem;left:7.5rem;height:8.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeQMW1mcC5vmp8dGkbMuaoUpaSistX8q { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:38.21875rem;display:block; }
#pNAbpBPuX9MAwOgWd6hQFLgO3lSCoeTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sahoMkq7mJt4DcHrbs26GgSlb8o0sOWF { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.25rem;left:49.84375rem;display:block; }
#VB0sFortIEb99mIoVfkC0D8kqVu3yqhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EByuPuxGT1c0J8coc2aeObbseARXV3G4 { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:62.46875rem;display:block; }
#SRiS0IvJ9BD5SbTricUOfdrFKpnhGZqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtFTlThCEfEWqFrEItTAXKDSJZhW1MqN { background-color:#14f692;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35rem;left:20.625rem;display:block; }
#DkHrrtF0oMEAHRzFpHssT7LJvTzTzxZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvSn61V3BGJH5zcXanCHFC9cZ4ahk1RR { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.5625rem;left:18.90625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSozpTE20RfOe00Oul98SO7OumThwPRH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #14f692;border-left:0.0625rem solid #14f692;border-right:0.0625rem solid #14f692;border-bottom:0.0625rem solid #14f692;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#14f692;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:38.125rem;display:block; }
#q27xxJOCfz9EzuiTF0PR2zzUIfTV0QSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1uhuHGqhygTOpaCp9reNkkoPtKetRb9 { 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:4.6875rem;width:10.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#xAxKzcBTa3Pgl7cqlvMPi1xHPRiHqyPu { position:absolute;display:block;z-index:14999;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.125rem;width:26.8125rem;top:21.28125rem;left:30.4375rem;overflow:hidden;display:block; }
#e7fxXlnt9Hg4AQqETQ4fBEKRlwCk5Zox { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:42.28125rem;display:block; }
#XOUKpPEOaM3SUHC4vaGa4eiH6SW1plb0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCz1oDEHNvnPMBLJnXN0uNciUrn6bCvx { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:54.90625rem;display:block; }
#ttSzifbuZTQZ5AZZypdBr0GaEm6z13gV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPi3dcHTViQbE3ZQJASfSbbKzizA8K7C { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:67.5rem;display:block; }
#t02S0sTclXDwSRkvcqKwA1KEyEVpLAVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsTxIZ40KXMa2BoltGchIo8LToyKedUh { background-color:transparent;background-image:none;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:none; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row .container { border-width: 0; border-radius: 0; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh::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; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row .container { font-size:0.875rem;font-family:"open sans";height:42.5rem;width:75rem;overflow:visible;position:relative;display:none; }#FrIpPgUsESBV7KTz95n6Xrt4d92RIeTD { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:signika;font-size:3.8125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:13.5rem;left:7.5rem;height:8.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPT8XesRpmNclCXCrqUh9B5EsVxt9By5 { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:44.75rem;display:block; }
#gGs5h6bF2XQL8XFNT8MeyMLC56VJnIZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAUEw872glHPnlMRmUTOkImOOPgNXSLR { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.25rem;left:56.375rem;display:block; }
#GLaT7xF2B3X3vaVea57t73GIcqGPTf2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPK7mKathBBRJgsv5NMw1xZaDITEi1Xm { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:69.6875rem;display:block; }
#XhQfxqAba2WFKSRriJbELapJ7I4JbGoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZLJHEOAJ9Bhv6IWVbKHAGXQPDT73ARm { background-color:#14f692;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35rem;left:20.625rem;display:block; }
#XO21r0DZ6ZQwOPECNQbRvFCsAwdMSZOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iPvJCF6WAxJsSqnzCzHJkwvBQK3GgSkT { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.5625rem;left:18.90625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2tKFoo6g5W70XPsTNAhUcZxocUoQL0Z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #14f692;border-left:0.0625rem solid #14f692;border-right:0.0625rem solid #14f692;border-bottom:0.0625rem solid #14f692;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#14f692;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35rem;left:38.125rem;display:block; }
#Bcgs6zlrRTBMLyQ04g3lBJfzCK2WRo1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9aPSbikB025HSQibct8BkHq5UpaHJId { 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:4.6875rem;width:10.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#bgkT3iezTIdETfVkGrhNsBWRg0GveR3c { position:absolute;display:block;z-index:14999;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.125rem;width:26.8125rem;top:21.28125rem;left:30.4375rem;overflow:hidden;display:block; }
#ZqFvBNZJlTgdfLV7qXnVwwamV5fn78pr { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:48.8125rem;display:block; }
#IRXZ71ShkQiPVuwL5tnzGwapIx5ryiS3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p32Ikr7CkTK4FMIySRoDDLTHbEgJTXST { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:61.4375rem;display:block; }
#RZLd2E4Cb3iap5PdolGxH8OK3N0hBDNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTRUz2UfeM73XPuPJ51hWxTThTBgaS78 { 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:5.625rem;width:5.625rem;top:28.10000038147rem;left:66.75rem;overflow:hidden;display:block; }
#iTNs2fg524vw83e2ymLxURri6ZyWXwFz { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:signika;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:34.287498474121rem;left:64.125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qex1nFQaaPSyUpdmzyu9hXFRy2NnpTLo { 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:1.25rem;width:11.125rem;top:39.287498474121rem;left:63.875rem;overflow:hidden;display:block; }
#opXn6M4TPzKTaJZVBGrx5etQUZl7NtcM { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:signika;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:34.287498474121rem;left:64.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/084db4c9-c39c-471d-85c4-12f9799220dd/GettyImages1480245214_CZB.jpg");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; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6.adaptive-delivery-prevent-bg, #fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6.lazyload, #fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6.lazyloading { background-image: none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { background-color: transparent; background-image: none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,6,28,0.8); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container > .video-iframe-container { display: none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,6,28,0.8); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row > .video-iframe-container { display: none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .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); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { border-width: 0; border-radius: 0; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6::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; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#gmc7Jt2tgexvET6NAd0sNaS47Ui0EySe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFLvTDSAKpfiGzum0tFhVLOUcEGyJwdJ { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:signika;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:10.5rem;left:3.53125rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VALhNFJrcrxJWbnWlbDIhepEvp8SSUTU { color:#ffffff;display:block;width:66.125rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:19.599998474121rem;left:4.4375rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BC6yVEIyof8BKzq40GwT9LU7bSi2CtHN { background-color:#14f692;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.125rem;left:29.375rem;display:block; }
#ddXNrcMcD6Vz6tQZ3HHSfgiSGqisMoQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txyr2uaU7TIJpTkRgKwhqTsuFsunaefu { position:absolute;display:block;z-index:15015;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.4375rem;width:13.4375rem;top:8.16250038147rem;left:3.09375rem;overflow:hidden;display:block; }
#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14f692;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { background-color: transparent; background-image: none; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container > .video-iframe-container { display: none; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row > .video-iframe-container { display: none; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .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); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { border-width: 0; border-radius: 0; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#HKyJXHOQdqGHnhe3klwTXA0fmfgXXVsA { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JE1rNr5O44AIwHNtLJZ1frV4G34Gm6A7 { color:#111111;display:block;width:67.9375rem;position:absolute;font-family:signika;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:10.5rem;left:3.53125rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZ9lIve32bVJWifvqS9u2ZnqwubRTn6i { color:#000000;display:block;width:15rem;position:absolute;font-family:signika;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:34.875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJkTgFnV4zN20dZihCEAF63l37zfwaMD { color:#000000;display:block;width:15rem;position:absolute;font-family:signika;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:34.875rem;left:15rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKMoKGhKqVKETpkDcKE628I4usgKJvle { color:#000000;display:block;width:14.375rem;position:absolute;font-family:signika;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:34.875rem;left:30.3125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CuJZTpG2s0iA62NELcX4kpFRTOEDU1FG { color:#000000;display:block;width:15rem;position:absolute;font-family:signika;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:34.875rem;left:45rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8l8aOddCWFdIbN4zKfi9x9SIA5aXeOq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:26.75rem;left:4.375rem;overflow:hidden;display:block; }
#RHQJWINlPGFfHBEo7U5tbMvOoqy2u3x7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:26.75rem;left:19.375rem;overflow:hidden;display:block; }
#TK6covwzRzxUV6qo451gAkeoH2KeOHBo { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:27rem;left:34.625rem;overflow:hidden;display:block; }
#wUTr1oqm2dpmDKfEeH1u5sBZTL7IPeEq { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:26.75rem;left:49.375rem;overflow:hidden;display:block; }
#EBII2v0mdeJkuLBTof7vkrlafxXwrU9S { position:absolute;display:block;z-index:14999;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:10.625rem;width:71.8125rem;top:18.4375rem;left:1.59375rem;overflow:hidden;display:block; }
#y6eCcXfcsPdcnVkfibmOC8RrICB0rb75 { color:#000000;display:block;width:15rem;position:absolute;font-family:signika;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:34.875rem;left:60rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kShFBfCeLcnsx7IlReQZWvkacol6qTb8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:26.75rem;left:64.375rem;overflow:hidden;display:block; }
#NJe6GJC257l5CIgRWVBCO877cmRoPCyp { box-sizing:content-box;height:6.375rem;width:5.625rem;position:absolute;display:block;z-index:15033;background-color:#14f692;background-image:none;top:26.8125rem;left:64.0625rem;display:block; }
#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10c575;background-image:url("https://images.assets-landingi.com/uc/79bd5a03-9888-4a35-b355-352a2f60852f/LSS_zdjecia_F1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.adaptive-delivery-prevent-bg, #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.lazyload, #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.lazyloading { background-image: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { background-color: transparent; background-image: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container > .video-iframe-container { display: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container { display: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .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); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { border-width: 0; border-radius: 0; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/862593e8-a19f-4965-a9b0-f121418f96cd/GettyImages1286784438_CZ_B.jpg");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; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna.adaptive-delivery-prevent-bg, #RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna.lazyload, #RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna.lazyloading { background-image: none; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container { background-color: transparent; background-image: none; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,40,24,0.9); }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container > .video-iframe-container { display: none; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,40,24,0.9); }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row > .video-iframe-container { display: none; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .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); }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container { border-width: 0; border-radius: 0; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna::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; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#HhDb5cDF4Mlkoomb1wcbS7CX5W359dSg { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:signika;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:12.25rem;left:2.5rem;height:20.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eUUxKuk9WO68t0v4ur0D2wgd1urBvSu1 { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgIGZdwp1i1aZmKT7Kvqak1DVoA2pqFn { position:absolute;display:block;z-index:15026;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:1rem;width:0.9375rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
#NSHO68f5rCsyVFF6S7v9A4bRAtkBTdEs { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:signika;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:12.25rem;left:27.5rem;height:20.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bsZN4tX8pNiu0VTZiGpl3Ds4BtdW091o { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:signika;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:12.25rem;left:52.5rem;height:18.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DWCOZTb2Nheria1CiC08QS6snDrI2rlM { position:absolute;display:block;z-index:15027;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:1rem;width:0.9375rem;top:18.875rem;left:0rem;overflow:hidden;display:block; }
#M5MgIWmkJ1JqF8lBMxq1C3bgfGNV82Nx { position:absolute;display:block;z-index:15028;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:1rem;width:0.9375rem;top:22.8125rem;left:0rem;overflow:hidden;display:block; }
#ykLRq4C79xLflsT3VWRt2m5kmPfB46OE { position:absolute;display:block;z-index:15029;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:1rem;width:0.9375rem;top:26.875rem;left:0rem;overflow:hidden;display:block; }
#CwkKWbXUKIKx3eT8Ou94t29UGThXtRQ6 { position:absolute;display:block;z-index:15030;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:1rem;width:0.9375rem;top:30.899993896484rem;left:0rem;overflow:hidden;display:block; }
#snNWHlJpsAFAKt2l1m4BwaQI6cmZqG52 { position:absolute;display:block;z-index:15031;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:1rem;width:0.9375rem;top:12.75rem;left:25rem;overflow:hidden;display:block; }
#oWGDD5dzVVSmSAdV3wotwfh52OVJvv27 { position:absolute;display:block;z-index:15032;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:1rem;width:0.9375rem;top:16.8125rem;left:25rem;overflow:hidden;display:block; }
#xW8RMTT6Dy30iPUqE8c289TOyUV3iksz { position:absolute;display:block;z-index:15033;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:1rem;width:0.9375rem;top:20.8125rem;left:25rem;overflow:hidden;display:block; }
#uvJxiZFwcRbTZwB71rA9PW53xKsCdT8W { position:absolute;display:block;z-index:15034;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:1rem;width:0.9375rem;top:24.875rem;left:25rem;overflow:hidden;display:block; }
#s0Rz5OFcnucbkXB60mtylMSJKXXrrZRU { position:absolute;display:block;z-index:15035;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:1rem;width:0.9375rem;top:28.8125rem;left:25rem;overflow:hidden;display:block; }
#y3N32gFrxghnFrmbg97GEHTmFvIDANNw { position:absolute;display:block;z-index:15036;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:1rem;width:0.9375rem;top:12.75rem;left:50rem;overflow:hidden;display:block; }
#pFa1eZL082q3pbBwny5Cgtrq0GEQ5RiS { position:absolute;display:block;z-index:15037;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:1rem;width:0.9375rem;top:16.8125rem;left:50rem;overflow:hidden;display:block; }
#C2SIixD72JiHnieVDAQXh0a9LydQtZIe { position:absolute;display:block;z-index:15038;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:1rem;width:0.9375rem;top:20.8125rem;left:50rem;overflow:hidden;display:block; }
#wuhNXkW0sJ5WCl90W0yx0mVzArMIXzon { position:absolute;display:block;z-index:15039;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:1rem;width:0.9375rem;top:24.875rem;left:50rem;overflow:hidden;display:block; }
#ssztnonQptQvaxbwT7EdC7V0u4r5SWzC { position:absolute;display:block;z-index:15040;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:1rem;width:0.9375rem;top:28.875rem;left:50rem;overflow:hidden;display:block; }
#i4Zll3ArHgDknhxozdSokNvao7GFI0xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/862593e8-a19f-4965-a9b0-f121418f96cd/GettyImages1286784438_CZ_B.jpg");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:none; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs.adaptive-delivery-prevent-bg, #i4Zll3ArHgDknhxozdSokNvao7GFI0xs.lazyload, #i4Zll3ArHgDknhxozdSokNvao7GFI0xs.lazyloading { background-image: none; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs > .row .container { border-width: 0; border-radius: 0; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs::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; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:none; }#rua9lD34d7NO3Om6gNyCGCxevKzBRKmJ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:17.75rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwr7hyhTah3aQeawxaRpooMfV0UD3KPV { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2tvGrqXJ5cRi0Vv9caEPTgXw9UX4yP3 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:17.6875rem;left:25rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeX8e8pe3Xmax5f6XUcTBFTFi2ly9iFE { color:#ffffff;display:block;width:25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:17.6875rem;left:50rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIRxTS4J5FOKke0TrVpTvFXcSTgNds73 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:35.375rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eChWgmOL1fKKiQqm1GCKcv708I1ukXgU { color:#ffffff;display:block;width:25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:35.375rem;left:25rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#syOTT2CKXbzic2VrJZryGWcidFzA0bCW { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:35.375rem;left:51.875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBFzVbGIcH7KcZ57heyhxCpiTRTxlvzB { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.875rem;left:35.625rem; }
#I4iRuGsuyLWoaIHKkWuIsL3IwkxDOABG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:9.875rem;left:34.375rem;overflow:hidden;display:block; }
#gUewPCKo7dtOb1NH84lTxLa2Blp6Thmm { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:9.875rem;left:59.375rem;overflow:hidden;display:block; }
#XwFeIwtdlom5buNw1Z8QxMxFErbzHg6Q { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:9.875rem;left:9.375rem;overflow:hidden;display:block; }
#cZZwsLD7OR8UzS08FGlIc10TxBuFKvGW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:27.4375rem;left:9.375rem;overflow:hidden;display:block; }
#Drw3fzTPvH43xxtR1w6u6J2tJcsBiZeT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:27.4375rem;left:34.375rem;overflow:hidden;display:block; }
#AfsTPGgoDrCpiKlBlPw3lW8lylpwyQm1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:27.4375rem;left:59.375rem;overflow:hidden;display:block; }
#gEWNGOvnZkLQVsRNBfH0uWkcp4TBFlSn { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:10.875rem;left:10.625rem;overflow:hidden;display:block; }
#wJoPK9lTICw4Q7hzDsJtWtwpqwDFU1VI { position:absolute;display:block;z-index:15034;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:5rem;width:5rem;top:28.5rem;left:10.625rem;overflow:hidden;display:block; }
#ycBz2qO2yNuydkCapqdGp7NeTDkRTAgL { position:absolute;display:block;z-index:15034;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:5rem;width:5rem;top:10.875rem;left:60.6875rem;overflow:hidden;display:block; }
#WgDmLHom9n7z4AG05T2tNDyyKzqgGiqe { position:absolute;display:block;z-index:15035;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:5rem;width:5rem;top:28.5rem;left:35.6875rem;overflow:hidden;display:block; }
#gTuy8f1QcZ2D5FK4zqpGFoD3k1rGN55X { position:absolute;display:block;z-index:15036;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:5rem;width:5rem;top:28.5rem;left:60.625rem;overflow:hidden;display:block; }
#dLUimWwRUxiBVqR0pILObWBx1acuk49K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62d6d42f-42f5-4304-b917-eaabd91ab290/GettyImages2171946409.jpg");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; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K.adaptive-delivery-prevent-bg, #dLUimWwRUxiBVqR0pILObWBx1acuk49K.lazyload, #dLUimWwRUxiBVqR0pILObWBx1acuk49K.lazyloading { background-image: none; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container { background-color: transparent; background-image: none; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,11,39,0.86); }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container > .video-iframe-container { display: none; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,11,39,0.86); }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row > .video-iframe-container { display: none; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .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); }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container { border-width: 0; border-radius: 0; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K::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; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#sR1WaWQTSl9xlbTz9vNphB08p8AJQFgA { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCJArlM5My7EONZtAJINkX8coVDFDh1U { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:signika;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15.25rem;left:0rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sXZOASVwqymxGrbpxKrglDorhlpvWvD5 { 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:7.5625rem;width:6.875rem;top:5.1750030517578rem;left:44.3125rem;overflow:hidden;display:block; }
#wUtQCbVhdEu7slhlNiyL1nvhgZCHfZPk { position:absolute;display:block;z-index:15012;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:8.25rem;width:9.0625rem;top:29.4375rem;left:64.470832824706rem;overflow:hidden;display:block; }
#E5nxRpafddPwTtTlaC0PAxtVkiQh4a6q { 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:15013;opacity:1;top:26.84375rem;left:48.0625rem; }
#VJh3sBn8bESMZLbrQv1qR9unMC65QmX9 { 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:14.0625rem;width:25rem;top:17.09375rem;left:46.8125rem;overflow:hidden;display:block; }
#yFNPzBhwHS799HyBmH9cbzCgmt2lI48M { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:21.324996948243rem;left:0rem;height:12.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10c575;background-image:url("https://images.assets-landingi.com/uc/72031665-5c43-4073-85e0-20f2889a9d70/LSS_zdjecia_F2_D.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3.adaptive-delivery-prevent-bg, #C6OqfQdoz6BsHitqctWNCPugSZamoHW3.lazyload, #C6OqfQdoz6BsHitqctWNCPugSZamoHW3.lazyloading { background-image: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { background-color: transparent; background-image: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container > .video-iframe-container { display: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container { display: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .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); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { border-width: 0; border-radius: 0; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#qWFrUmTh9z0yGTh302EhZHJarCXdopkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qWFrUmTh9z0yGTh302EhZHJarCXdopkO > .row .container { border-width: 0; border-radius: 0; }#qWFrUmTh9z0yGTh302EhZHJarCXdopkO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWFrUmTh9z0yGTh302EhZHJarCXdopkO > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:none; }#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-form-header {  }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#000000;width:34rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:34rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-text {padding-top: 0; padding-bottom: 0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:34rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .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:34rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:inter;font-size:0.875rem;overflow:hidden; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-select {padding-top: 0; padding-bottom: 0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-button { border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;background-color:#11f692;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:700;color:#000000;width:34rem;height:3.4375rem;font-family:signika;overflow:hidden;font-style:normal; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:32.5625rem;overflow:hidden;font-style:normal; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .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; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .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:inter;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-container:first-of-type{padding-top:0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-container:last-of-type{padding-bottom:0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.4875030517578rem;left:37.25rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-info-text { display:block;height:auto;font-family:inter;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml {display:block;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.4875030517578rem;left:37.25rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #OltLbTJcZKh4ImVl5Sfrnw6HgFdFb0ZJ { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #CSKcxRMw8GpA6XASD4LxFBINfPuOAwXq { position:relative;display:block; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #wKHsI0JJ89OUOIxeIP1TqCSU9xUJXtLS { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #vkwUTNGW52g5Zmls1dqzP17kXoC9Q06U { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #qPO5DKdAcKsk4W1L9mziIsp743mzw8dL { position:relative;display:block; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #zvHGCRifHysgaBQ6309wIefwG6iWSK5Z { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #ESrmGahGVlo6p4IV6DL7FTJnDGXiDDH8 { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #cIF251EhteVLu3p3Ik9ffS60cZ14Upp2 { position:relative;display:block; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #Ql4aKbCNOS2h98HKdPES3EvGbz3TWV4a { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #OfO5JrfeDSKC46kEWtr8x60cHB4DflM2 { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #zm2BNbEva2nSzzRnnOuOUAMLWMMKPLnV { position:relative;display:block; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #upTkDXJ0mpTWEUDroiUxlEvNHI04mvL3 { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #QERx9w5FTzRmFGLK6hNWvQU3HqZoZGl7 { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #kQXM9fz3GfPTkmETioXc5Qu7474egUpi { position:relative;z-index:2; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #yFwV7KSEZc4nzzFUvTAFKAHetd6JUvaQ { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #X0CGKwW8Qkl092wOZ9GAk2sOzKSm34Df { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #adPwEF6S2yhT01KAZ1xcyLuomnruqEag { position:relative;z-index:2; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #ww0dWDTprSvROMwHA9V6IAMEEVzzitp2 { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #koAQgWBsXHbES3mZI04nsZfTApmT6fSp { position:relative; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml #MVMh0CPlK2R7U34KcphxFohFThZqXvK0 { position:relative; }
#t3DbPEm26AeWVW81ax3pNQ8s89PwUX50 { color:#000000;display:block;width:30.625rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.8625030517575rem;left:0rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AUlzS3ZxCsCAnTB1Oq7POISQLJ6wEplf { box-sizing:content-box;height:0.1875rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#14f692;background-image:none;top:5.8625030517578rem;left:0rem;display:block; }
#r60g3fAmTdw1szyDAApvCy6yavZlISFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d64e636-f420-47da-b10c-67b79b30af40/mapa_LSS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh.adaptive-delivery-prevent-bg, #r60g3fAmTdw1szyDAApvCy6yavZlISFh.lazyload, #r60g3fAmTdw1szyDAApvCy6yavZlISFh.lazyloading { background-image: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { background-color: transparent; background-image: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,113,63,0.7); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container > .video-iframe-container { display: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,113,63,0.7); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container { display: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .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); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { border-width: 0; border-radius: 0; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh::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; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#rvSlcW2dUFXb57UDfPHVtLxdP9vefhbT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:19.0625rem;left:23.3125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ah7cnzBdhqmhnoObBqlmMAB6DhpRthKl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.6875rem;left:47.1875rem;display:none; }
#tSkzvEbliMDKMlTvVJgZpTmzctQK1oRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W64TFeepgIuuT4c8tdV2pBEPGcl0EafV { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVHEVxVKcPrhwywT4aaaHOSkDTcIlBfS { position:absolute;display:block;z-index:15026;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:8.6875rem;width:8.6875rem;top:1.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#ysUVfUdgXqAR6BSe4ha1IZRWruVzPI5P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.9375rem;width:12.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.75rem;left:25.3125rem; }
#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/363ef927-3a91-43a3-a4e9-04ba57ee6ae0/Concept_Tower_BP3.jpg");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:none; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO.adaptive-delivery-prevent-bg, #tvkv09cpeRcUghBQLCLrR2TfocOMI9HO.lazyload, #tvkv09cpeRcUghBQLCLrR2TfocOMI9HO.lazyloading { background-image: none; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO > .row .container { border-width: 0; border-radius: 0; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO::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; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:none; }#zBO9DzG4fsUBAdT2w2Lp0K7T2Zvr7dEN { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.375rem;left:31.9375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3Bw4zXdTRvu8SbFSgHF7CcN5ItBBrUW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.6875rem;left:47.1875rem;display:none; }
#CuKUosUhhTpd3TFZ1RtpPD8QNRbAl5ix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ax8L2SZrKGxskw6umX3QorqCbtRGZogL { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#duR8oSJGzkdN1tlNRh2CFyvo0ImIeSqL { position:absolute;display:block;z-index:15028;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:12.5rem;width:12.5rem;top:12.5625rem;left:55.625rem;overflow:hidden;display:block; }
#BcQeEfehvVGEANDMQgR5Su7cxblxanXP { position:absolute;display:block;z-index:15026;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.4375rem;width:13.4375rem;top:8.8125rem;left:59.5625rem;overflow:hidden;display:block; }
#M0OsmyPzenVc58doJWbOiAh7yFpUzDec { position:absolute;display:block;z-index:15029;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:18.75rem;top:26.4375rem;left:40.875rem;overflow:hidden;display:block; }
#Tu6shxRWQ2Fgcir3tNK3aV1Fx4pl0zZW { 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:104.1875rem;width:18.75rem;display:none; }
#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container { background-color: transparent; background-image: none; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container > .video-iframe-container { display: none; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row > .video-iframe-container { display: none; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .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); }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container { border-width: 0; border-radius: 0; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#dBsawW00vtWsTZPbZgDqMPmcrFGsA9Tl { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:35.1875rem;height:6.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CWh7NpaV1pSBWSqbDNoaCILf4fp68LZO { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#14f692;background-image:none;top:12.75rem;left:37.125rem;display:block; }
#UlybKJ7afsEB6nSAQW9yccnceS62HCpB { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.75rem;left:37.125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iODqfFqPhWgWB1SZq1yXOhekl9nPfEnA { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.875rem;left:41.25rem;height:1.3rem;display:block; }
#WW8iLfQTJBTG6GvruIkfhGizyzpZwD9s { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:22.59375rem;left:41.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pq4oQTOPUSrJx7nHTzkTpQoTUxlN6ogx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.34375rem;left:37.5rem; }
#lEX1i9lOQIIAB6DEWiiS62zyKJJGZpbG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.5rem;left:37.5rem; }
#b4gHyT26iGP5TIHglAuq5BPamFvoOIqu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.125rem;left:41.25rem;height:1.3rem;display:block; }
#HfBTrTFUHvNVLFUSCEJLpeKxFstti5hl { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:28.875rem;left:41.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5OrrmcqoQqXJezsGw7GZ3rT2xf6cRgd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:20.5625rem;top:7.125rem;left:7rem;overflow:hidden;display:block; }
#nfCE5LCqyw6i44thRNhnMFzNTEyhLAkE { box-sizing:content-box;height:16.625rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#14f692;background-image:none;top:10.181251525879rem;left:13.625rem;display:block; }
#zewq1ANWkJmyTF5tn3qeuDX1hD0Lotsg { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.1);background-image:none;top:35.875rem;left:0rem;display:block; }
#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container { background-color: transparent; background-image: none; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container > .video-iframe-container { display: none; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row > .video-iframe-container { display: none; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .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); }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container { border-width: 0; border-radius: 0; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#Qk5NAbPTOTdOUynwHUTTTeDOEQScICIe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSTAQGkLeVXwE9enSWDuUKMXghdFwNHi { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#14f692;background-image:none;top:12.75rem;left:37.125rem;display:none; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-form-header {  }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-regular-label { height:auto;display:block;font-family:signika;font-size:1rem;font-weight:bold;color:#ffffff;width:40rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:40rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:signika; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:40rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:signika; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .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:40rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:inter;font-size:0.875rem;overflow:hidden; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-button { border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;background-color:#14f692;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:#252525;width:40rem;height:3.4375rem;font-family:signika;overflow:hidden; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:signika;font-size:0.875rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:signika;font-size:0.875rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:signika;font-size:0.875rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:signika;font-size:0.875rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .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:signika;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:38.5625rem;overflow:hidden;font-style:normal; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .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; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .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:inter;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-container:first-of-type{padding-top:0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-container:last-of-type{padding-bottom:0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:16.25rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-info-text { display:block;height:auto;font-family:signika;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 {display:block;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:16.25rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #BR2CaXM8SyaM5I0TF5d4o8T5wh5vy9pg { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Xi8fXkZZwRUXJLII9SdSz2UmAAB0IWOu { position:relative;display:block; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #OBMDVmlmFci2ycCv0ipSv0vQhpzKSl4x { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #J1J0RFwzbTAHbLlc4ATPel0XH8ao0HOA { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #FS99yit7MNHJ8aWs4KpSD5U7brm66ira { position:relative;display:block; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #pVpU22JT7XPtLayJHbnaItQTQLUx8U3x { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #f7xIXvHN1h5K0JTs7UvkvqyQLFP3Txnr { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #O9CQQrq0osSfNdd3D63LJAQp8BpnuwhB { position:relative;display:block; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Z7w7cT69FhZUAedCv0oTp9ek2q5gbL9T { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #CIcS7WBMkw58GT3BTMCcSt82xoLBIigu { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #u6XD3VZWUvBtuC23GHxoGqbdJLZmcggT { position:relative;display:block; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #RpBue3pTJEbepkyIvmtEgh88vi4em21H { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Ke6ifcGvfuR8XXZVoK6hBpFgNSk0pWIU { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #EndmSgCmn9EzNBsQJaC43QcgDNcTVg4c { position:relative;display:block; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #yBBy602hgSa2WMSlxS5xTTWr8PLUlkLs { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #tRy79dzlUuLvWTraQsn8DHT4skFKHP7v { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Ea9bDQa5mW3HRCGT1fbUleSOCUOGSqfe { position:relative;z-index:2; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Lt4ZbmTlNcN5rLIqa9Kzhd3cZc6lZlZh { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #SpQBBSwuTuNJAG7KodwqPAQxZ5c6Hiou { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #MM3Kvbf30vRQ8bZpEPselvPypszsl0fE { position:relative;z-index:2; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #dQRg2dRgNfVHygy3iD1dyVsyJJ7ZePLt { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #pMfJ8LoTpfdomcAw8PTX31wuTUtTkqTh { position:relative;display:block;z-index:15000; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #ZrguVApnVc3NxEaGaJzBRHRS1fWbtyAC { position:relative;display:block;z-index:15000; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #MKbIbb7aUTlOHKCKGqbL91u0GW7KWyWy { position:relative; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #TwDf5iytUDP4RTSvPEJKKF4gPfiZ9UpJ { position:relative; }
#yz875QiPGdhNoXosotkKpopTr73ZiXfy { color:rgba(255,255,255,0.8);display:block;width:39.5rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.712524414062rem;left:17.5rem;height:2.4375rem;display:block; }
#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container { background-color: transparent; background-image: none; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container > .video-iframe-container { display: none; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row > .video-iframe-container { display: none; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .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); }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container { border-width: 0; border-radius: 0; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#akiQPeIfx75eaaOgZmvHekzLFZA41dvL { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5625rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vo7kpWe92WQUXmhxlsNZkFcNMsL1GccK { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.53125rem;left:44.75rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { background-color: transparent; background-image: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,69,39,0.7); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container > .video-iframe-container { display: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,69,39,0.7); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container { display: block; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .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); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { border-width: 0; border-radius: 0; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a::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; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HA5C6gnKkTGadyGnawSNWWq36Jx5eLU6 { width:40.4375rem;height:9.075rem;top:12.1875rem;left:3.65625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aeQMW1mcC5vmp8dGkbMuaoUpaSistX8q { width:4.375rem;height:2.0625rem;top:2.8125rem;left:13.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNAbpBPuX9MAwOgWd6hQFLgO3lSCoeTK { display:block; }
 }@media only screen and (max-width: 1199px) { #sahoMkq7mJt4DcHrbs26GgSlb8o0sOWF { width:4.4375rem;height:2.0625rem;top:2.8125rem;left:24.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VB0sFortIEb99mIoVfkC0D8kqVu3yqhh { display:block; }
 }@media only screen and (max-width: 1199px) { #EByuPuxGT1c0J8coc2aeObbseARXV3G4 { width:5rem;height:2.0625rem;top:2.8125rem;left:35.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRiS0IvJ9BD5SbTricUOfdrFKpnhGZqQ { display:block; }
 }@media only screen and (max-width: 1199px) { #gtFTlThCEfEWqFrEItTAXKDSJZhW1MqN { width:16.25rem;height:3.4375rem;top:32.25rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DkHrrtF0oMEAHRzFpHssT7LJvTzTzxZN { display:block; }
 }@media only screen and (max-width: 1199px) { #qvSn61V3BGJH5zcXanCHFC9cZ4ahk1RR { width:28.375rem;height:5.775rem;top:24.75rem;left:9.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MSozpTE20RfOe00Oul98SO7OumThwPRH { width:16.25rem;height:3.4375rem;top:32.25rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q27xxJOCfz9EzuiTF0PR2zzUIfTV0QSO { display:block; }
 }@media only screen and (max-width: 1199px) { #l1uhuHGqhygTOpaCp9reNkkoPtKetRb9 { width:8.25rem;height:3.75rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAxKzcBTa3Pgl7cqlvMPi1xHPRiHqyPu { width:17.1875rem;height:2.125rem;top:20.9375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7fxXlnt9Hg4AQqETQ4fBEKRlwCk5Zox { width:6.625rem;height:2.0625rem;top:2.8125rem;left:17.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOUKpPEOaM3SUHC4vaGa4eiH6SW1plb0 { display:block; }
 }@media only screen and (max-width: 1199px) { #BCz1oDEHNvnPMBLJnXN0uNciUrn6bCvx { width:6.875rem;height:2.0625rem;top:2.8125rem;left:28.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttSzifbuZTQZ5AZZypdBr0GaEm6z13gV { display:block; }
 }@media only screen and (max-width: 1199px) { #dPi3dcHTViQbE3ZQJASfSbbKzizA8K7C { width:7rem;height:2.0625rem;top:2.8125rem;left:40.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t02S0sTclXDwSRkvcqKwA1KEyEVpLAVc { display:block; }
 }@media only screen and (max-width: 1199px) { #DsTxIZ40KXMa2BoltGchIo8LToyKedUh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row .container { border-width: 0; border-radius: 0; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh::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; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FrIpPgUsESBV7KTz95n6Xrt4d92RIeTD { width:40.4375rem;height:9.075rem;top:12.1875rem;left:3.65625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gPT8XesRpmNclCXCrqUh9B5EsVxt9By5 { width:5.5625rem;height:2.0625rem;top:2.1875rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGs5h6bF2XQL8XFNT8MeyMLC56VJnIZC { display:block; }
 }@media only screen and (max-width: 1199px) { #xAUEw872glHPnlMRmUTOkImOOPgNXSLR { width:5rem;height:2.0625rem;top:2.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLaT7xF2B3X3vaVea57t73GIcqGPTf2O { display:block; }
 }@media only screen and (max-width: 1199px) { #sPK7mKathBBRJgsv5NMw1xZaDITEi1Xm { width:5rem;height:2.0625rem;top:2.1875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhQfxqAba2WFKSRriJbELapJ7I4JbGoL { display:block; }
 }@media only screen and (max-width: 1199px) { #BZLJHEOAJ9Bhv6IWVbKHAGXQPDT73ARm { width:16.25rem;height:3.4375rem;top:32.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XO21r0DZ6ZQwOPECNQbRvFCsAwdMSZOr { display:block; }
 }@media only screen and (max-width: 1199px) { #iPvJCF6WAxJsSqnzCzHJkwvBQK3GgSkT { width:28.375rem;height:5.775rem;top:24.75rem;left:9.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #F2tKFoo6g5W70XPsTNAhUcZxocUoQL0Z { width:16.25rem;height:3.4375rem;top:32.25rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bcgs6zlrRTBMLyQ04g3lBJfzCK2WRo1W { display:block; }
 }@media only screen and (max-width: 1199px) { #J9aPSbikB025HSQibct8BkHq5UpaHJId { width:8.25rem;height:3.75rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgkT3iezTIdETfVkGrhNsBWRg0GveR3c { width:17.1875rem;height:2.125rem;top:20.9375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqFvBNZJlTgdfLV7qXnVwwamV5fn78pr { width:7.0625rem;height:2.0625rem;top:2.1875rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRXZ71ShkQiPVuwL5tnzGwapIx5ryiS3 { display:block; }
 }@media only screen and (max-width: 1199px) { #p32Ikr7CkTK4FMIySRoDDLTHbEgJTXST { width:7.4375rem;height:2.0625rem;top:2.1875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZLd2E4Cb3iap5PdolGxH8OK3N0hBDNI { display:block; }
 }@media only screen and (max-width: 1199px) { #cTRUz2UfeM73XPuPJ51hWxTThTBgaS78 { width:3.1875rem;height:3.1875rem;top:32.375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTNs2fg524vw83e2ymLxURri6ZyWXwFz { width:8.6875rem;height:3.9375rem;top:31.918749809265rem;left:39.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qex1nFQaaPSyUpdmzyu9hXFRy2NnpTLo { width:12.0625rem;height:1.25rem;top:36.043750762939rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #opXn6M4TPzKTaJZVBGrx5etQUZl7NtcM { width:8.6875rem;height:3.9375rem;top:31.918749809265rem;left:39.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 { display:block; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { width:47.75rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gmc7Jt2tgexvET6NAd0sNaS47Ui0EySe { width:47.75rem;height:2.85rem;top:2.5rem;left:0.0625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cFLvTDSAKpfiGzum0tFhVLOUcEGyJwdJ { width:43.75rem;height:4.9875rem;top:7.3500061035156rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VALhNFJrcrxJWbnWlbDIhepEvp8SSUTU { width:45.5rem;height:10.4125rem;top:14.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BC6yVEIyof8BKzq40GwT9LU7bSi2CtHN { width:16.15rem;height:3.3375rem;top:27.25rem;left:15.799999237061rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddXNrcMcD6Vz6tQZ3HHSfgiSGqisMoQm { display:block; }
 }@media only screen and (max-width: 1199px) { #txyr2uaU7TIJpTkRgKwhqTsuFsunaefu { width:7.5rem;height:7.5rem;top:6.2124996185303rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr { display:block; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HKyJXHOQdqGHnhe3klwTXA0fmfgXXVsA { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JE1rNr5O44AIwHNtLJZ1frV4G34Gm6A7 { width:47.6875rem;height:6.65rem;top:7.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZ9lIve32bVJWifvqS9u2ZnqwubRTn6i { width:15.875rem;height:4.5rem;top:26.252082824707rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #VJkTgFnV4zN20dZihCEAF63l37zfwaMD { width:15.875rem;height:3rem;top:26.252082824707rem;left:15.9375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #SKMoKGhKqVKETpkDcKE628I4usgKJvle { width:14.8125rem;height:6rem;top:26.252083778381rem;left:32.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #CuJZTpG2s0iA62NELcX4kpFRTOEDU1FG { width:15.875rem;height:6rem;top:38.6875rem;left:23.9375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #v8l8aOddCWFdIbN4zKfi9x9SIA5aXeOq { width:5rem;height:5rem;top:19.939583778381rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RHQJWINlPGFfHBEo7U5tbMvOoqy2u3x7 { width:5rem;height:5rem;top:19.939583778381rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TK6covwzRzxUV6qo451gAkeoH2KeOHBo { width:5rem;height:5rem;top:19.939583778381rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUTr1oqm2dpmDKfEeH1u5sBZTL7IPeEq { width:5rem;height:5rem;top:32.689582824707rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBII2v0mdeJkuLBTof7vkrlafxXwrU9S { width:47.75rem;height:7.0648389904263rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6eCcXfcsPdcnVkfibmOC8RrICB0rb75 { width:15.875rem;height:4.5rem;top:38.6875rem;left:8rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #kShFBfCeLcnsx7IlReQZWvkacol6qTb8 { width:5rem;height:5rem;top:32.689582824707rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJe6GJC257l5CIgRWVBCO877cmRoPCyp { width:5.625rem;height:6.375rem;top:26.8125rem;left:41.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn { background-color:#10c575;background-image:url("https://images.assets-landingi.com/uc/1e47c70e-0425-48a0-895f-31f2191ca480/LSS_zdjecia_F1_TABLET.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.adaptive-delivery-prevent-bg, #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.lazyload, #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.lazyloading { background-image: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { background-color: transparent; background-image: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container > .video-iframe-container { display: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container { display: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .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); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna { display:block; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HhDb5cDF4Mlkoomb1wcbS7CX5W359dSg { width:13.125rem;height:15.75rem;top:8.487500190735rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUUxKuk9WO68t0v4ur0D2wgd1urBvSu1 { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DgIGZdwp1i1aZmKT7Kvqak1DVoA2pqFn { width:0.9375rem;height:1rem;top:21.35000038147rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSHO68f5rCsyVFF6S7v9A4bRAtkBTdEs { width:13.125rem;height:17.325rem;top:8.487500190735rem;left:18.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bsZN4tX8pNiu0VTZiGpl3Ds4BtdW091o { width:13.125rem;height:14.175rem;top:8.487500190735rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWCOZTb2Nheria1CiC08QS6snDrI2rlM { width:0.9375rem;height:1rem;top:18.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5MgIWmkJ1JqF8lBMxq1C3bgfGNV82Nx { width:0.9375rem;height:1rem;top:15.137499809265rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ykLRq4C79xLflsT3VWRt2m5kmPfB46OE { width:0.9375rem;height:1rem;top:11.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwkKWbXUKIKx3eT8Ou94t29UGThXtRQ6 { width:0.9375rem;height:1rem;top:8.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snNWHlJpsAFAKt2l1m4BwaQI6cmZqG52 { width:0.9375rem;height:1rem;top:22.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWGDD5dzVVSmSAdV3wotwfh52OVJvv27 { width:0.9375rem;height:1rem;top:19.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xW8RMTT6Dy30iPUqE8c289TOyUV3iksz { width:0.9375rem;height:1rem;top:15.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvJxiZFwcRbTZwB71rA9PW53xKsCdT8W { width:0.9375rem;height:1rem;top:11.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0Rz5OFcnucbkXB60mtylMSJKXXrrZRU { width:0.9375rem;height:1rem;top:8.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3N32gFrxghnFrmbg97GEHTmFvIDANNw { width:0.9375rem;height:1rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFa1eZL082q3pbBwny5Cgtrq0GEQ5RiS { width:0.9375rem;height:1rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2SIixD72JiHnieVDAQXh0a9LydQtZIe { width:0.9375rem;height:1rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wuhNXkW0sJ5WCl90W0yx0mVzArMIXzon { width:0.9375rem;height:1rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssztnonQptQvaxbwT7EdC7V0u4r5SWzC { width:0.9375rem;height:0.9375rem;top:8.737500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4Zll3ArHgDknhxozdSokNvao7GFI0xs { display:none; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs > .row .container { width:47.75rem;height:34.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rua9lD34d7NO3Om6gNyCGCxevKzBRKmJ { width:15.875rem;height:6.3rem;top:13.487503051757rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwr7hyhTah3aQeawxaRpooMfV0UD3KPV { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #N2tvGrqXJ5cRi0Vv9caEPTgXw9UX4yP3 { width:15.875rem;height:1.575rem;top:13.487503051757rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CeX8e8pe3Xmax5f6XUcTBFTFi2ly9iFE { width:8.9375rem;height:3.15rem;top:13.487503051757rem;left:35.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIRxTS4J5FOKke0TrVpTvFXcSTgNds73 { width:15.875rem;height:1.575rem;top:27.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eChWgmOL1fKKiQqm1GCKcv708I1ukXgU { width:11rem;height:3.15rem;top:27.0625rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syOTT2CKXbzic2VrJZryGWcidFzA0bCW { width:15.875rem;height:4.725rem;top:27.0625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LBFzVbGIcH7KcZ57heyhxCpiTRTxlvzB { width:3.75rem;height:3.75rem;top:8.5rem;left:23.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4iRuGsuyLWoaIHKkWuIsL3IwkxDOABG { width:2.5rem;height:2.75rem;top:8.1875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUewPCKo7dtOb1NH84lTxLa2Blp6Thmm { width:2.5rem;height:2.75rem;top:8.1875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XwFeIwtdlom5buNw1Z8QxMxFErbzHg6Q { width:2.5rem;height:2.75rem;top:8.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZZwsLD7OR8UzS08FGlIc10TxBuFKvGW { width:2.5rem;height:2.75rem;top:21.612503051757rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Drw3fzTPvH43xxtR1w6u6J2tJcsBiZeT { width:2.5rem;height:2.75rem;top:21.612503051757rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfsTPGgoDrCpiKlBlPw3lW8lylpwyQm1 { width:2.5rem;height:2.75rem;top:21.612503051757rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEWNGOvnZkLQVsRNBfH0uWkcp4TBFlSn { width:3.75rem;height:3.75rem;top:8.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJoPK9lTICw4Q7hzDsJtWtwpqwDFU1VI { width:3.75rem;height:3.75rem;top:21.800003051757rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycBz2qO2yNuydkCapqdGp7NeTDkRTAgL { width:3.75rem;height:3.75rem;top:8.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgDmLHom9n7z4AG05T2tNDyyKzqgGiqe { width:3.75rem;height:3.75rem;top:21.925003051757rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTuy8f1QcZ2D5FK4zqpGFoD3k1rGN55X { width:3.75rem;height:3.75rem;top:21.787498474121rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLUimWwRUxiBVqR0pILObWBx1acuk49K { display:block; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sR1WaWQTSl9xlbTz9vNphB08p8AJQFgA { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gCJArlM5My7EONZtAJINkX8coVDFDh1U { width:40.875rem;height:1.575rem;top:26.1875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sXZOASVwqymxGrbpxKrglDorhlpvWvD5 { width:5.8125rem;height:6.375rem;top:3.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUtQCbVhdEu7slhlNiyL1nvhgZCHfZPk { width:7.5625rem;height:6.875rem;top:11rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5nxRpafddPwTtTlaC0PAxtVkiQh4a6q { width:3.125rem;height:3.125rem;top:19.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJh3sBn8bESMZLbrQv1qR9unMC65QmX9 { width:25rem;height:14.0625rem;top:10.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFNPzBhwHS799HyBmH9cbzCgmt2lI48M { width:45rem;height:7.4375rem;top:31.3125rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C6OqfQdoz6BsHitqctWNCPugSZamoHW3 { background-color:#10c575;background-image:url("https://images.assets-landingi.com/uc/f144fa93-798f-464c-bac3-e9d7cc4f0300/LSS_zdjecia_F2_D_TABLET.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3.adaptive-delivery-prevent-bg, #C6OqfQdoz6BsHitqctWNCPugSZamoHW3.lazyload, #C6OqfQdoz6BsHitqctWNCPugSZamoHW3.lazyloading { background-image: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { background-color: transparent; background-image: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container > .video-iframe-container { display: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container { display: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .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); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qWFrUmTh9z0yGTh302EhZHJarCXdopkO { display:none; }#qWFrUmTh9z0yGTh302EhZHJarCXdopkO > .row .container { width:47.75rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-regular-label { width:34rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-text { width:34rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-text {padding-top: 0; padding-bottom: 0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-textarea { width:34rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-select { width:34rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-select {padding-top: 0; padding-bottom: 0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-button { width:34rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-checkbox-label { width:32.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml  { width:34rem;height:auto;top:12.125rem;left:5.625rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .radio-container { width:34rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml {display:block;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml { width:34rem;height:auto;top:12.125rem;left:5.625rem; }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #OltLbTJcZKh4ImVl5Sfrnw6HgFdFb0ZJ {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #CSKcxRMw8GpA6XASD4LxFBINfPuOAwXq {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #wKHsI0JJ89OUOIxeIP1TqCSU9xUJXtLS {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #vkwUTNGW52g5Zmls1dqzP17kXoC9Q06U {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #qPO5DKdAcKsk4W1L9mziIsp743mzw8dL {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #zvHGCRifHysgaBQ6309wIefwG6iWSK5Z {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #ESrmGahGVlo6p4IV6DL7FTJnDGXiDDH8 {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #cIF251EhteVLu3p3Ik9ffS60cZ14Upp2 {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #Ql4aKbCNOS2h98HKdPES3EvGbz3TWV4a {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #OfO5JrfeDSKC46kEWtr8x60cHB4DflM2 {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #zm2BNbEva2nSzzRnnOuOUAMLWMMKPLnV { display:block; }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #upTkDXJ0mpTWEUDroiUxlEvNHI04mvL3 {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #QERx9w5FTzRmFGLK6hNWvQU3HqZoZGl7 {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #kQXM9fz3GfPTkmETioXc5Qu7474egUpi {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #yFwV7KSEZc4nzzFUvTAFKAHetd6JUvaQ {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #X0CGKwW8Qkl092wOZ9GAk2sOzKSm34Df {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #adPwEF6S2yhT01KAZ1xcyLuomnruqEag {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #ww0dWDTprSvROMwHA9V6IAMEEVzzitp2 {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #koAQgWBsXHbES3mZI04nsZfTApmT6fSp {  }
 }@media only screen and (max-width: 1199px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #MVMh0CPlK2R7U34KcphxFohFThZqXvK0 {  }
 }@media only screen and (max-width: 1199px) { #t3DbPEm26AeWVW81ax3pNQ8s89PwUX50 { width:41.5rem;height:5.1rem;top:2.5rem;left:3.125rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AUlzS3ZxCsCAnTB1Oq7POISQLJ6wEplf { width:12.5rem;height:0.1875rem;top:9.9749984741213rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r60g3fAmTdw1szyDAApvCy6yavZlISFh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9a13ff8-fc63-44bd-9d10-26c6555e8393/mapa_LSS_tablet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh.adaptive-delivery-prevent-bg, #r60g3fAmTdw1szyDAApvCy6yavZlISFh.lazyload, #r60g3fAmTdw1szyDAApvCy6yavZlISFh.lazyloading { background-image: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { background-color: transparent; background-image: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,97,58,0.65); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container > .video-iframe-container { display: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,97,58,0.65); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container { display: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .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); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rvSlcW2dUFXb57UDfPHVtLxdP9vefhbT { top:18.75rem;left:4.03125rem;width:13rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ah7cnzBdhqmhnoObBqlmMAB6DhpRthKl { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tSkzvEbliMDKMlTvVJgZpTmzctQK1oRW { display:block; }
 }@media only screen and (max-width: 1199px) { #W64TFeepgIuuT4c8tdV2pBEPGcl0EafV { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yVHEVxVKcPrhwywT4aaaHOSkDTcIlBfS { width:7rem;height:7rem;top:7.47500038147rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ysUVfUdgXqAR6BSe4ha1IZRWruVzPI5P { width:8.75rem;height:8.0625rem;top:10.6875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvkv09cpeRcUghBQLCLrR2TfocOMI9HO { display:none; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zBO9DzG4fsUBAdT2w2Lp0K7T2Zvr7dEN { top:13.90625rem;left:8.1875rem;width:13rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3Bw4zXdTRvu8SbFSgHF7CcN5ItBBrUW { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CuKUosUhhTpd3TFZ1RtpPD8QNRbAl5ix { display:block; }
 }@media only screen and (max-width: 1199px) { #ax8L2SZrKGxskw6umX3QorqCbtRGZogL { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #duR8oSJGzkdN1tlNRh2CFyvo0ImIeSqL { width:10rem;height:10rem;top:9.6875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcQeEfehvVGEANDMQgR5Su7cxblxanXP { width:10.625rem;height:10.625rem;top:7.53125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0OsmyPzenVc58doJWbOiAh7yFpUzDec { width:18.75rem;height:3.375rem;top:21.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu6shxRWQ2Fgcir3tNK3aV1Fx4pl0zZW { width:18.75rem;height:104.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KddytvHktW36qHmtzT3k6AJnHfhHVrw6 { display:block; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dBsawW00vtWsTZPbZgDqMPmcrFGsA9Tl { width:34.9375rem;height:5.1rem;top:2.1625003814698rem;left:6.40625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CWh7NpaV1pSBWSqbDNoaCILf4fp68LZO { width:12.5rem;height:0.1875rem;top:9.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlybKJ7afsEB6nSAQW9yccnceS62HCpB { width:20.875rem;height:2.55rem;top:12.64999961853rem;left:20.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iODqfFqPhWgWB1SZq1yXOhekl9nPfEnA { width:12.5rem;height:1.1375rem;top:16.643749237061rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WW8iLfQTJBTG6GvruIkfhGizyzpZwD9s { width:19.5625rem;height:1.65rem;top:18.13125038147rem;left:23.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Pq4oQTOPUSrJx7nHTzkTpQoTUxlN6ogx { width:2.5rem;height:2.5rem;top:17.21875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEX1i9lOQIIAB6DEWiiS62zyKJJGZpbG { width:2.5rem;height:2.5rem;top:21.849998474121rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4gHyT26iGP5TIHglAuq5BPamFvoOIqu { width:12.5rem;height:1.1375rem;top:21.849998474121rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfBTrTFUHvNVLFUSCEJLpeKxFstti5hl { width:21rem;height:1.65rem;top:23.200000762939rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5OrrmcqoQqXJezsGw7GZ3rT2xf6cRgd { width:13.375rem;height:18.75rem;top:10.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfCE5LCqyw6i44thRNhnMFzNTEyhLAkE { width:11.375rem;height:11.375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zewq1ANWkJmyTF5tn3qeuDX1hD0Lotsg { width:47.75rem;height:0.1875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MW3U2uVL1BvTiJiug6OstOJ00fvpX20a { display:block; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container { width:47.75rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qk5NAbPTOTdOUynwHUTTTeDOEQScICIe { width:34.9375rem;height:2.55rem;top:2.1625003814698rem;left:6.40625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qSTAQGkLeVXwE9enSWDuUKMXghdFwNHi { width:12.5rem;height:0.1875rem;top:9.375rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-regular-label { width:40rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-text { width:40rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-textarea { width:40rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-select { width:40rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-button { width:40rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-checkbox-label { width:38.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4  { width:40rem;height:auto;top:5.875rem;left:2.625rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .radio-container { width:40rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 {display:block;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 { width:40rem;height:auto;top:5.875rem;left:2.625rem; }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #BR2CaXM8SyaM5I0TF5d4o8T5wh5vy9pg {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Xi8fXkZZwRUXJLII9SdSz2UmAAB0IWOu {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #OBMDVmlmFci2ycCv0ipSv0vQhpzKSl4x {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #J1J0RFwzbTAHbLlc4ATPel0XH8ao0HOA {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #FS99yit7MNHJ8aWs4KpSD5U7brm66ira {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #pVpU22JT7XPtLayJHbnaItQTQLUx8U3x {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #f7xIXvHN1h5K0JTs7UvkvqyQLFP3Txnr {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #O9CQQrq0osSfNdd3D63LJAQp8BpnuwhB {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Z7w7cT69FhZUAedCv0oTp9ek2q5gbL9T {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #CIcS7WBMkw58GT3BTMCcSt82xoLBIigu {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #u6XD3VZWUvBtuC23GHxoGqbdJLZmcggT {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #RpBue3pTJEbepkyIvmtEgh88vi4em21H {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Ke6ifcGvfuR8XXZVoK6hBpFgNSk0pWIU {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #EndmSgCmn9EzNBsQJaC43QcgDNcTVg4c {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #yBBy602hgSa2WMSlxS5xTTWr8PLUlkLs {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #tRy79dzlUuLvWTraQsn8DHT4skFKHP7v {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Ea9bDQa5mW3HRCGT1fbUleSOCUOGSqfe {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Lt4ZbmTlNcN5rLIqa9Kzhd3cZc6lZlZh {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #SpQBBSwuTuNJAG7KodwqPAQxZ5c6Hiou {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #MM3Kvbf30vRQ8bZpEPselvPypszsl0fE {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #dQRg2dRgNfVHygy3iD1dyVsyJJ7ZePLt {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #pMfJ8LoTpfdomcAw8PTX31wuTUtTkqTh {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #ZrguVApnVc3NxEaGaJzBRHRS1fWbtyAC {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #MKbIbb7aUTlOHKCKGqbL91u0GW7KWyWy {  }
 }@media only screen and (max-width: 1199px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #TwDf5iytUDP4RTSvPEJKKF4gPfiZ9UpJ {  }
 }@media only screen and (max-width: 1199px) { #yz875QiPGdhNoXosotkKpopTr73ZiXfy { width:40.0625rem;height:2.4375rem;top:44.168750762939rem;left:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 { display:block; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #akiQPeIfx75eaaOgZmvHekzLFZA41dvL { width:29.9375rem;height:1.3125rem;top:2.5rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vo7kpWe92WQUXmhxlsNZkFcNMsL1GccK { width:10.875rem;height:1.0625rem;top:2.5rem;left:36.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc58b204-d8b7-4951-87e6-9bb25dce1a4f/tlo_M_B_KV.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a.adaptive-delivery-prevent-bg, #ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a.lazyload, #ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a.lazyloading { background-image: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { background-color: transparent; background-image: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.2); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container > .video-iframe-container { display: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.2); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row > .video-iframe-container { display: none; }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .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); }#ox3lh1D1BRkCzNMmsofm9f3PNNW3TK9a > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA5C6gnKkTGadyGnawSNWWq36Jx5eLU6 { width:18.75rem;height:8.25rem;top:9.1291656494137rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aeQMW1mcC5vmp8dGkbMuaoUpaSistX8q { width:8.5rem;height:2.25rem;top:0.125rem;left:1.4375rem;font-size:0.75rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pNAbpBPuX9MAwOgWd6hQFLgO3lSCoeTK { display:block; }
 }@media only screen and (max-width: 763px) { #sahoMkq7mJt4DcHrbs26GgSlb8o0sOWF { width:3.625rem;height:2.25rem;top:0.125rem;left:10.3125rem;font-size:0.75rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VB0sFortIEb99mIoVfkC0D8kqVu3yqhh { display:block; }
 }@media only screen and (max-width: 763px) { #EByuPuxGT1c0J8coc2aeObbseARXV3G4 { width:4.1875rem;height:2.1875rem;top:0.125rem;left:14.4375rem;font-size:0.75rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SRiS0IvJ9BD5SbTricUOfdrFKpnhGZqQ { display:block; }
 }@media only screen and (max-width: 763px) { #gtFTlThCEfEWqFrEItTAXKDSJZhW1MqN { width:16.25rem;height:3.4375rem;top:30.237499237061rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkHrrtF0oMEAHRzFpHssT7LJvTzTzxZN { display:block; }
 }@media only screen and (max-width: 763px) { #qvSn61V3BGJH5zcXanCHFC9cZ4ahk1RR { width:16.875rem;height:4.4625rem;top:20.862499237061rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MSozpTE20RfOe00Oul98SO7OumThwPRH { width:16.25rem;height:3.75rem;top:34.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q27xxJOCfz9EzuiTF0PR2zzUIfTV0QSO { display:block; }
 }@media only screen and (max-width: 763px) { #l1uhuHGqhygTOpaCp9reNkkoPtKetRb9 { width:8.25rem;height:3.75rem;top:2.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxKzcBTa3Pgl7cqlvMPi1xHPRiHqyPu { width:12.6875rem;height:1.5625rem;top:17.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7fxXlnt9Hg4AQqETQ4fBEKRlwCk5Zox { width:7.75rem;height:2.1875rem;top:38.125rem;left:6.125rem;font-size:0.75rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #XOUKpPEOaM3SUHC4vaGa4eiH6SW1plb0 { display:block; }
 }@media only screen and (max-width: 763px) { #BCz1oDEHNvnPMBLJnXN0uNciUrn6bCvx { width:8.1875rem;height:2.1875rem;top:41.5625rem;left:5.875rem;font-size:0.75rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ttSzifbuZTQZ5AZZypdBr0GaEm6z13gV { display:block; }
 }@media only screen and (max-width: 763px) { #dPi3dcHTViQbE3ZQJASfSbbKzizA8K7C { width:7.5rem;height:2.1875rem;top:3.25rem;left:6.25rem;font-size:0.75rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #t02S0sTclXDwSRkvcqKwA1KEyEVpLAVc { display:block; }
 }@media only screen and (max-width: 763px) { #DsTxIZ40KXMa2BoltGchIo8LToyKedUh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc58b204-d8b7-4951-87e6-9bb25dce1a4f/tlo_M_B_KV.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh.adaptive-delivery-prevent-bg, #DsTxIZ40KXMa2BoltGchIo8LToyKedUh.lazyload, #DsTxIZ40KXMa2BoltGchIo8LToyKedUh.lazyloading { background-image: none; }#DsTxIZ40KXMa2BoltGchIo8LToyKedUh > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FrIpPgUsESBV7KTz95n6Xrt4d92RIeTD { width:18.75rem;height:8.25rem;top:9.1291656494137rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gPT8XesRpmNclCXCrqUh9B5EsVxt9By5 { width:8.5rem;height:2.25rem;top:0.125rem;left:1.4375rem;font-size:0.75rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gGs5h6bF2XQL8XFNT8MeyMLC56VJnIZC { display:block; }
 }@media only screen and (max-width: 763px) { #xAUEw872glHPnlMRmUTOkImOOPgNXSLR { width:3.625rem;height:2.25rem;top:0.125rem;left:10.3125rem;font-size:0.75rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GLaT7xF2B3X3vaVea57t73GIcqGPTf2O { display:block; }
 }@media only screen and (max-width: 763px) { #sPK7mKathBBRJgsv5NMw1xZaDITEi1Xm { width:4.1875rem;height:2.1875rem;top:0.125rem;left:14.4375rem;font-size:0.75rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #XhQfxqAba2WFKSRriJbELapJ7I4JbGoL { display:block; }
 }@media only screen and (max-width: 763px) { #BZLJHEOAJ9Bhv6IWVbKHAGXQPDT73ARm { width:16.25rem;height:3.4375rem;top:32.800000190735rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO21r0DZ6ZQwOPECNQbRvFCsAwdMSZOr { display:block; }
 }@media only screen and (max-width: 763px) { #iPvJCF6WAxJsSqnzCzHJkwvBQK3GgSkT { width:16.875rem;height:4.4625rem;top:20.862499237061rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F2tKFoo6g5W70XPsTNAhUcZxocUoQL0Z { width:16.25rem;height:3.75rem;top:36.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcgs6zlrRTBMLyQ04g3lBJfzCK2WRo1W { display:block; }
 }@media only screen and (max-width: 763px) { #J9aPSbikB025HSQibct8BkHq5UpaHJId { width:8.25rem;height:3.75rem;top:2.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgkT3iezTIdETfVkGrhNsBWRg0GveR3c { width:12.6875rem;height:1.5625rem;top:17.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqFvBNZJlTgdfLV7qXnVwwamV5fn78pr { width:7.75rem;height:2.1875rem;top:38.125rem;left:6.125rem;font-size:0.75rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IRXZ71ShkQiPVuwL5tnzGwapIx5ryiS3 { display:block; }
 }@media only screen and (max-width: 763px) { #p32Ikr7CkTK4FMIySRoDDLTHbEgJTXST { width:8.1875rem;height:2.1875rem;top:41.5625rem;left:5.875rem;font-size:0.75rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #RZLd2E4Cb3iap5PdolGxH8OK3N0hBDNI { display:block; }
 }@media only screen and (max-width: 763px) { #cTRUz2UfeM73XPuPJ51hWxTThTBgaS78 { width:3.25rem;height:3.25rem;top:27.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNs2fg524vw83e2ymLxURri6ZyWXwFz { width:9.375rem;height:0;top:27.55624961853rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #qex1nFQaaPSyUpdmzyu9hXFRy2NnpTLo { width:9.6875rem;height:1.25rem;top:29.65625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXn6M4TPzKTaJZVBGrx5etQUZl7NtcM { width:13.375rem;height:2.375rem;top:27.40625rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 { display:block; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmc7Jt2tgexvET6NAd0sNaS47Ui0EySe { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLvTDSAKpfiGzum0tFhVLOUcEGyJwdJ { width:18.8125rem;height:10.4125rem;top:5.4750003814697rem;left:0rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VALhNFJrcrxJWbnWlbDIhepEvp8SSUTU { width:20rem;height:18.2rem;top:17.780208587646rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BC6yVEIyof8BKzq40GwT9LU7bSi2CtHN { width:16.25rem;height:3.75rem;top:37.480209350586rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddXNrcMcD6Vz6tQZ3HHSfgiSGqisMoQm { display:block; }
 }@media only screen and (max-width: 763px) { #txyr2uaU7TIJpTkRgKwhqTsuFsunaefu { width:6.1875rem;height:6.1875rem;top:3.8552083969116rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr { display:block; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKyJXHOQdqGHnhe3klwTXA0fmfgXXVsA { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1rNr5O44AIwHNtLJZ1frV4G34Gm6A7 { width:18.8125rem;height:10.4125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9lIve32bVJWifvqS9u2ZnqwubRTn6i { width:11.25rem;height:4.2rem;top:18.25rem;left:4.375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJkTgFnV4zN20dZihCEAF63l37zfwaMD { width:11.25rem;height:2.8rem;top:23.224998474121rem;left:4.375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SKMoKGhKqVKETpkDcKE628I4usgKJvle { width:14.75rem;height:5.6rem;top:28.012496948243rem;left:4.375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CuJZTpG2s0iA62NELcX4kpFRTOEDU1FG { width:15rem;height:5.6rem;top:35.3125rem;left:4.375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8l8aOddCWFdIbN4zKfi9x9SIA5aXeOq { width:3.125rem;height:3.125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHQJWINlPGFfHBEo7U5tbMvOoqy2u3x7 { width:3.125rem;height:3.125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6covwzRzxUV6qo451gAkeoH2KeOHBo { width:3.125rem;height:3.125rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUTr1oqm2dpmDKfEeH1u5sBZTL7IPeEq { width:3.125rem;height:3.125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBII2v0mdeJkuLBTof7vkrlafxXwrU9S { width:20rem;height:2.9589790575916rem;top:64.3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6eCcXfcsPdcnVkfibmOC8RrICB0rb75 { width:15.5rem;height:4.2rem;top:42.625rem;left:4.375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kShFBfCeLcnsx7IlReQZWvkacol6qTb8 { width:3.125rem;height:3.125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJe6GJC257l5CIgRWVBCO877cmRoPCyp { width:5.625rem;height:6.375rem;top:108.2840948651rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn { background-color:#10c575;background-image:url("https://images.assets-landingi.com/uc/5eb59e04-5270-4bd0-884e-aa252b9fd18d/LSS_zdjecia_F1_MOBILE.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.adaptive-delivery-prevent-bg, #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.lazyload, #gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn.lazyloading { background-image: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { background-color: transparent; background-image: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container > .video-iframe-container { display: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row > .video-iframe-container { display: none; }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .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); }#gHhz3ndvBI8tLaTF2fvVnQQc5IO2NAQn > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna { display:block; }#RNNZpvJDsrcUcQMBJthuXrU8Kb1VAAna > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhDb5cDF4Mlkoomb1wcbS7CX5W359dSg { width:17.25rem;height:13.8125rem;top:5.5374984741211rem;left:1.875rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUUxKuk9WO68t0v4ur0D2wgd1urBvSu1 { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgIGZdwp1i1aZmKT7Kvqak1DVoA2pqFn { width:0.75rem;height:0.75rem;top:5.8499984741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHO68f5rCsyVFF6S7v9A4bRAtkBTdEs { width:17.5rem;height:13.8125rem;top:20.875rem;left:1.875rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bsZN4tX8pNiu0VTZiGpl3Ds4BtdW091o { width:17.5rem;height:12.43125rem;top:36.150001525879rem;left:1.875rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWCOZTb2Nheria1CiC08QS6snDrI2rlM { width:0.75rem;height:0.75rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5MgIWmkJ1JqF8lBMxq1C3bgfGNV82Nx { width:0.75rem;height:0.75rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLRq4C79xLflsT3VWRt2m5kmPfB46OE { width:0.75rem;height:0.75rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkKWbXUKIKx3eT8Ou94t29UGThXtRQ6 { width:0.75rem;height:0.75rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snNWHlJpsAFAKt2l1m4BwaQI6cmZqG52 { width:0.75rem;height:0.75rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWGDD5dzVVSmSAdV3wotwfh52OVJvv27 { width:0.75rem;height:0.75rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW8RMTT6Dy30iPUqE8c289TOyUV3iksz { width:0.75rem;height:0.75rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvJxiZFwcRbTZwB71rA9PW53xKsCdT8W { width:0.75rem;height:0.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Rz5OFcnucbkXB60mtylMSJKXXrrZRU { width:0.75rem;height:0.75rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3N32gFrxghnFrmbg97GEHTmFvIDANNw { width:0.75rem;height:0.75rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFa1eZL082q3pbBwny5Cgtrq0GEQ5RiS { width:0.75rem;height:0.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2SIixD72JiHnieVDAQXh0a9LydQtZIe { width:0.75rem;height:0.75rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuhNXkW0sJ5WCl90W0yx0mVzArMIXzon { width:0.75rem;height:0.75rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssztnonQptQvaxbwT7EdC7V0u4r5SWzC { width:0.75rem;height:0.75rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Zll3ArHgDknhxozdSokNvao7GFI0xs { display:none; }#i4Zll3ArHgDknhxozdSokNvao7GFI0xs > .row .container { width:20rem;height:39rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rua9lD34d7NO3Om6gNyCGCxevKzBRKmJ { width:15rem;height:5.6rem;top:5.625rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dwr7hyhTah3aQeawxaRpooMfV0UD3KPV { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2tvGrqXJ5cRi0Vv9caEPTgXw9UX4yP3 { width:15rem;height:1.4rem;top:13.462501525879rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CeX8e8pe3Xmax5f6XUcTBFTFi2ly9iFE { width:15rem;height:1.4rem;top:18.212501525879rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIRxTS4J5FOKke0TrVpTvFXcSTgNds73 { width:15rem;height:1.4rem;top:23.4375rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eChWgmOL1fKKiQqm1GCKcv708I1ukXgU { width:15rem;height:1.4rem;top:28.4375rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #syOTT2CKXbzic2VrJZryGWcidFzA0bCW { width:15rem;height:4.2rem;top:32.5625rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LBFzVbGIcH7KcZ57heyhxCpiTRTxlvzB { display:flex;width:2.5rem;height:2.5rem;top:13.162498474121rem;left:0.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #I4iRuGsuyLWoaIHKkWuIsL3IwkxDOABG { width:1.875rem;height:2.0625rem;top:12.537498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUewPCKo7dtOb1NH84lTxLa2Blp6Thmm { width:1.875rem;height:2.0625rem;top:17.474998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwFeIwtdlom5buNw1Z8QxMxFErbzHg6Q { width:1.875rem;height:2.0625rem;top:5.7249984741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZZwsLD7OR8UzS08FGlIc10TxBuFKvGW { width:1.875rem;height:2.0625rem;top:22.599998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw3fzTPvH43xxtR1w6u6J2tJcsBiZeT { width:1.875rem;height:2.0625rem;top:27.675003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsTPGgoDrCpiKlBlPw3lW8lylpwyQm1 { width:1.875rem;height:2.0625rem;top:32.737503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEWNGOvnZkLQVsRNBfH0uWkcp4TBFlSn { width:2.5rem;height:2.5rem;top:6.4749984741213rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJoPK9lTICw4Q7hzDsJtWtwpqwDFU1VI { width:2.5rem;height:2.5rem;top:23.224998474121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBz2qO2yNuydkCapqdGp7NeTDkRTAgL { width:2.5rem;height:2.5rem;top:18.162498474121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgDmLHom9n7z4AG05T2tNDyyKzqgGiqe { width:2.5rem;height:2.5rem;top:28.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTuy8f1QcZ2D5FK4zqpGFoD3k1rGN55X { width:2.5rem;height:2.5rem;top:33.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLUimWwRUxiBVqR0pILObWBx1acuk49K { display:block; }#dLUimWwRUxiBVqR0pILObWBx1acuk49K > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR1WaWQTSl9xlbTz9vNphB08p8AJQFgA { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJArlM5My7EONZtAJINkX8coVDFDh1U { width:19.875rem;height:2.975rem;top:22.941665649414rem;left:0rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXZOASVwqymxGrbpxKrglDorhlpvWvD5 { width:4.25rem;height:4.6875rem;top:5.5374984741211rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUtQCbVhdEu7slhlNiyL1nvhgZCHfZPk { width:4.875rem;height:4.4375rem;top:17.078125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5nxRpafddPwTtTlaC0PAxtVkiQh4a6q { display:flex;width:3.125rem;height:3.125rem;top:15.328125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #VJh3sBn8bESMZLbrQv1qR9unMC65QmX9 { width:20rem;height:11.25rem;top:7.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFNPzBhwHS799HyBmH9cbzCgmt2lI48M { width:19.75rem;height:15.4rem;top:27.616668701172rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6OqfQdoz6BsHitqctWNCPugSZamoHW3 { background-color:#10c575;background-image:url("https://images.assets-landingi.com/uc/5cabca72-b989-465e-a03f-980648f92e4b/LSS_zdjecia_F1_MOBILE2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3.adaptive-delivery-prevent-bg, #C6OqfQdoz6BsHitqctWNCPugSZamoHW3.lazyload, #C6OqfQdoz6BsHitqctWNCPugSZamoHW3.lazyloading { background-image: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { background-color: transparent; background-image: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container > .video-iframe-container { display: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row > .video-iframe-container { display: none; }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .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); }#C6OqfQdoz6BsHitqctWNCPugSZamoHW3 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWFrUmTh9z0yGTh302EhZHJarCXdopkO { display:none; }#qWFrUmTh9z0yGTh302EhZHJarCXdopkO > .row .container { width:20rem;height:45.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-text {padding-top: 0; padding-bottom: 0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-select {padding-top: 0; padding-bottom: 0;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml  { width:17.5rem;height:auto;top:10.875rem;left:0rem; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HG8C7omrOroxp6JuWwIfBDXpGPQScgml {display:block;}#HG8C7omrOroxp6JuWwIfBDXpGPQScgml { width:17.5rem;height:auto;top:10.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #OltLbTJcZKh4ImVl5Sfrnw6HgFdFb0ZJ {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #CSKcxRMw8GpA6XASD4LxFBINfPuOAwXq {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #wKHsI0JJ89OUOIxeIP1TqCSU9xUJXtLS {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #vkwUTNGW52g5Zmls1dqzP17kXoC9Q06U {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #qPO5DKdAcKsk4W1L9mziIsp743mzw8dL {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #zvHGCRifHysgaBQ6309wIefwG6iWSK5Z {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #ESrmGahGVlo6p4IV6DL7FTJnDGXiDDH8 {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #cIF251EhteVLu3p3Ik9ffS60cZ14Upp2 {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #Ql4aKbCNOS2h98HKdPES3EvGbz3TWV4a {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #OfO5JrfeDSKC46kEWtr8x60cHB4DflM2 {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #zm2BNbEva2nSzzRnnOuOUAMLWMMKPLnV { display:block; }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #upTkDXJ0mpTWEUDroiUxlEvNHI04mvL3 {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #QERx9w5FTzRmFGLK6hNWvQU3HqZoZGl7 {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #kQXM9fz3GfPTkmETioXc5Qu7474egUpi {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #yFwV7KSEZc4nzzFUvTAFKAHetd6JUvaQ {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #X0CGKwW8Qkl092wOZ9GAk2sOzKSm34Df {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #adPwEF6S2yhT01KAZ1xcyLuomnruqEag {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #ww0dWDTprSvROMwHA9V6IAMEEVzzitp2 {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #koAQgWBsXHbES3mZI04nsZfTApmT6fSp {  }
 }@media only screen and (max-width: 763px) { #HG8C7omrOroxp6JuWwIfBDXpGPQScgml #MVMh0CPlK2R7U34KcphxFohFThZqXvK0 {  }
 }@media only screen and (max-width: 763px) { #t3DbPEm26AeWVW81ax3pNQ8s89PwUX50 { width:20rem;height:5.85rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzS3ZxCsCAnTB1Oq7POISQLJ6wEplf { width:6.25rem;height:0.1875rem;top:10.08749961853rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60g3fAmTdw1szyDAApvCy6yavZlISFh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3576ac0d-aa88-4b72-bcc8-92680fc74209/mapa_LSS_phone.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh.adaptive-delivery-prevent-bg, #r60g3fAmTdw1szyDAApvCy6yavZlISFh.lazyload, #r60g3fAmTdw1szyDAApvCy6yavZlISFh.lazyloading { background-image: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { background-color: transparent; background-image: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,97,58,0.7); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container > .video-iframe-container { display: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,97,58,0.7); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container { display: none; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .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); }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { border-width: 0; border-radius: 0; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh::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; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r60g3fAmTdw1szyDAApvCy6yavZlISFh > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvSlcW2dUFXb57UDfPHVtLxdP9vefhbT { width:17.5rem;height:4.78125rem;top:22.75rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ah7cnzBdhqmhnoObBqlmMAB6DhpRthKl { width:16.25rem;height:3.4375rem;top:28.9375rem;left:1.875rem;font-size:0.9375rem;z-index:15029;font-family:signika;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tSkzvEbliMDKMlTvVJgZpTmzctQK1oRW { display:block; }
 }@media only screen and (max-width: 763px) { #W64TFeepgIuuT4c8tdV2pBEPGcl0EafV { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVHEVxVKcPrhwywT4aaaHOSkDTcIlBfS { width:8.25rem;height:8.25rem;top:6.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysUVfUdgXqAR6BSe4ha1IZRWruVzPI5P { display:flex;width:8.6875rem;height:9.5625rem;top:10.5rem;left:5.65625rem; }
 }@media only screen and (max-width: 763px) { #tvkv09cpeRcUghBQLCLrR2TfocOMI9HO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/363ef927-3a91-43a3-a4e9-04ba57ee6ae0/Concept_Tower_BP3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO.adaptive-delivery-prevent-bg, #tvkv09cpeRcUghBQLCLrR2TfocOMI9HO.lazyload, #tvkv09cpeRcUghBQLCLrR2TfocOMI9HO.lazyloading { background-image: none; }#tvkv09cpeRcUghBQLCLrR2TfocOMI9HO > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zBO9DzG4fsUBAdT2w2Lp0K7T2Zvr7dEN { width:17.5rem;height:4.5rem;top:24.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3Bw4zXdTRvu8SbFSgHF7CcN5ItBBrUW { width:16.25rem;height:3.4375rem;top:30.875rem;left:1.875rem;font-size:0.9375rem;z-index:15024;font-family:signika;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CuKUosUhhTpd3TFZ1RtpPD8QNRbAl5ix { display:block; }
 }@media only screen and (max-width: 763px) { #ax8L2SZrKGxskw6umX3QorqCbtRGZogL { width:20rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duR8oSJGzkdN1tlNRh2CFyvo0ImIeSqL { width:10rem;height:10rem;top:9.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcQeEfehvVGEANDMQgR5Su7cxblxanXP { width:10.0625rem;height:10.0625rem;top:7.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0OsmyPzenVc58doJWbOiAh7yFpUzDec { width:12.1875rem;height:2.125rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tu6shxRWQ2Fgcir3tNK3aV1Fx4pl0zZW { top:15.3125rem;left:3rem;width:1.75rem;height:10.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KddytvHktW36qHmtzT3k6AJnHfhHVrw6 { display:block; }#KddytvHktW36qHmtzT3k6AJnHfhHVrw6 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBsawW00vtWsTZPbZgDqMPmcrFGsA9Tl { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWh7NpaV1pSBWSqbDNoaCILf4fp68LZO { width:6.25rem;height:0.1875rem;top:7.7125015258787rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlybKJ7afsEB6nSAQW9yccnceS62HCpB { width:20rem;height:2.1rem;top:24.137500762939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iODqfFqPhWgWB1SZq1yXOhekl9nPfEnA { width:20rem;height:1.05625rem;top:30.918750762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW8iLfQTJBTG6GvruIkfhGizyzpZwD9s { width:20rem;height:1.425rem;top:32.349998474121rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pq4oQTOPUSrJx7nHTzkTpQoTUxlN6ogx { display:flex;width:2.5rem;height:2.5rem;top:27.793750762939rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #lEX1i9lOQIIAB6DEWiiS62zyKJJGZpbG { display:flex;width:2.5rem;height:2.5rem;top:35.224998474121rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #b4gHyT26iGP5TIHglAuq5BPamFvoOIqu { width:20rem;height:1.05625rem;top:38.287498474121rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfBTrTFUHvNVLFUSCEJLpeKxFstti5hl { width:20rem;height:1.425rem;top:39.737503051757rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5OrrmcqoQqXJezsGw7GZ3rT2xf6cRgd { width:8.875rem;height:12.5rem;top:9.6062507629394rem;left:5.4614582061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfCE5LCqyw6i44thRNhnMFzNTEyhLAkE { width:8.8125rem;height:8.8125rem;top:10.599998474121rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zewq1ANWkJmyTF5tn3qeuDX1hD0Lotsg { width:6.25rem;height:0.1875rem;top:22.15625rem;left:6.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MW3U2uVL1BvTiJiug6OstOJ00fvpX20a { display:block; }#MW3U2uVL1BvTiJiug6OstOJ00fvpX20a > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk5NAbPTOTdOUynwHUTTTeDOEQScICIe { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTAQGkLeVXwE9enSWDuUKMXghdFwNHi { width:6.25rem;height:0.1875rem;top:5.5625rem;left:6.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4  { width:17.5rem;height:auto;top:6.375rem;left:0rem; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 {display:block;}#OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 { width:17.5rem;height:auto;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #BR2CaXM8SyaM5I0TF5d4o8T5wh5vy9pg {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Xi8fXkZZwRUXJLII9SdSz2UmAAB0IWOu {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #OBMDVmlmFci2ycCv0ipSv0vQhpzKSl4x {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #J1J0RFwzbTAHbLlc4ATPel0XH8ao0HOA {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #FS99yit7MNHJ8aWs4KpSD5U7brm66ira {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #pVpU22JT7XPtLayJHbnaItQTQLUx8U3x {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #f7xIXvHN1h5K0JTs7UvkvqyQLFP3Txnr {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #O9CQQrq0osSfNdd3D63LJAQp8BpnuwhB {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Z7w7cT69FhZUAedCv0oTp9ek2q5gbL9T {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #CIcS7WBMkw58GT3BTMCcSt82xoLBIigu {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #u6XD3VZWUvBtuC23GHxoGqbdJLZmcggT {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #RpBue3pTJEbepkyIvmtEgh88vi4em21H {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Ke6ifcGvfuR8XXZVoK6hBpFgNSk0pWIU {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #EndmSgCmn9EzNBsQJaC43QcgDNcTVg4c {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #yBBy602hgSa2WMSlxS5xTTWr8PLUlkLs {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #tRy79dzlUuLvWTraQsn8DHT4skFKHP7v {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Ea9bDQa5mW3HRCGT1fbUleSOCUOGSqfe {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #Lt4ZbmTlNcN5rLIqa9Kzhd3cZc6lZlZh {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #SpQBBSwuTuNJAG7KodwqPAQxZ5c6Hiou {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #MM3Kvbf30vRQ8bZpEPselvPypszsl0fE {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #dQRg2dRgNfVHygy3iD1dyVsyJJ7ZePLt {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #pMfJ8LoTpfdomcAw8PTX31wuTUtTkqTh {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #ZrguVApnVc3NxEaGaJzBRHRS1fWbtyAC {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #MKbIbb7aUTlOHKCKGqbL91u0GW7KWyWy {  }
 }@media only screen and (max-width: 763px) { #OBXxT4C5XfzTiLXTykK7r43fKhoN96d4 #TwDf5iytUDP4RTSvPEJKKF4gPfiZ9UpJ {  }
 }@media only screen and (max-width: 763px) { #yz875QiPGdhNoXosotkKpopTr73ZiXfy { width:17.625rem;height:5.6875rem;top:47.574996948243rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 { display:block; }#nz7Ot3Rio730Fdy3RMxVgmxunDtHFgH8 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akiQPeIfx75eaaOgZmvHekzLFZA41dvL { width:15rem;height:2.4375rem;top:3.40625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vo7kpWe92WQUXmhxlsNZkFcNMsL1GccK { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }