.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50ca2f02-b81c-4f3c-8a8c-dc98fa0e21d0/Beznazwy1920x1148px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { position:relative;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { 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;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.3562498092651rem;left:13.46875rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { 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;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4373125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.3118488788605rem;left:25.779623031616rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { 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;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.3562498092651rem;left:34.40625rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { 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;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3562498092651rem;left:42.28125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ed1974;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5124998092651rem;left:50.1875rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N0tH5fLSBgcNipSf145VgCxHP0NCJz4c { 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:7.5625rem;width:11.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:40.5rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:3.24951171875rem;left:0rem;height:17.52929375rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:40.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.40478515625rem;left:0rem;height:7.5952125rem;font-style:normal;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#232323;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.6875rem;left:0rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0.125rem solid #232323;border-left:0.125rem solid #232323;border-right:0.125rem solid #232323;border-bottom:0.125rem solid #232323;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.6875rem;left:11.125rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { background-color: transparent; background-image: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .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); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { border-width: 0; border-radius: 0; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { font-size:0.875rem;font-family:arial;height:77.5625rem;width:60rem;position:relative;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { color:#000000;display:block;width:30.4996875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:41.452637672424rem;left:1.5291347503662rem;height:3.2495125rem;display:block; }
#pPJHxzyvo8J7e2wXLc2PGLTWDhETU9f2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9998125rem;width:24.0625rem;top:42.088217258453rem;left:34.280599594116rem;overflow:hidden;display:block; }
#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { color:#232323;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:46.388347625733rem;left:0.68440818786619rem;height:25.5005rem;font-style:normal;display:block; }
#CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.124375rem;width:24.2496875rem;top:59.51416015625rem;left:34.280599594116rem;overflow:hidden;display:block; }
#i38MZ2UBmDz5gkPW12S0ElL7CFXR4tb7 { background-color:#ed1974;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.561875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.467282295227rem;left:23.717447280884rem;display:block; }
#tDEgEbHZDTigAXNutftxHxBtQ8quInro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtf0FaR28LKSdnvMEI2kbr5JTUMldhr2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.6246875rem;width:60rem;top:0.93749904632569rem;left:0rem;display:block; }
#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50f31877-1252-41d1-a178-dff4994db76d/Beznazwy1920x1148px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.adaptive-delivery-prevent-bg, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyload, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyloading { background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { background-color: transparent; background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .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); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { border-width: 0; border-radius: 0; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#UHwIfBqzJeGPic4Ggmy8scRDpkOrDfSJ { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.2495125rem;display:block; }
#nmFqPyHT1lBhW3WcZCCL1Oue93dgez1g { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:5.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:14.46875rem;height:7.47475rem;display:block; }
#y9eHeGBdwaMkQZvTsd14VUiw4GLnVqTy { color:#232323;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:8.84375rem;left:23.9375rem;height:3.4000625rem;font-style:normal;display:block; }
#zDxus7u3GlbTbsnHF9h4sAF4AUnag2GE { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:5.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:16.6875rem;height:7.47475rem;display:block; }
#NtU29vWPNJdqBZbwZtKreeAgqxVpBkvh { color:#232323;display:block;width:30.061875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:15.038248062134rem;left:27.113443374634rem;height:6.800125rem;font-style:normal;display:block; }
#lIQLhyrb9L6HXfSnm2eHhM77qE4ZSOqg { color:#000000;display:block;width:7.249375rem;position:absolute;font-family:"open sans";font-size:5.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.141274452209rem;left:19.864095687866rem;height:7.47475rem;display:block; }
#SZdk7pPBNJR4XsTRODzmPls2WJi4etJR { color:#232323;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:25.177408218384rem;left:29.998373031616rem;height:3.4000625rem;font-style:normal;display:block; }
#wKTTb4aQdyO4ikuNsMTyfT09POzUgOJa { background-color:#232323;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32rem;left:23.71875rem;display:block; }
#utsyynUDT3rJapmqw7kTnTBNs18STBN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.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; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::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; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.499rem;display:block; }
#hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { 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:15.75rem;width:20.1875rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#ffffff;display:block;width:33.8745rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1249942779544rem;left:22.623697280884rem;height:2.274575rem;font-style:normal;display:block; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:#ffffff;display:block;width:37.3746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.459141731263rem;left:22.624509811401rem;height:2.59928125rem;font-style:normal;display:block; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:15.18635559082rem;left:22.684732437134rem;height:10.2001875rem;font-style:normal;display:block; }
#ARgKX1lphW6Ud0haPOEhdCsZSxCVaiP3 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:36.249184608459rem;left:3.4659824371338rem;height:6.800125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cILetRODacmJhVBasfJQlUvUlJXcv3sA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:20.1875rem;top:30.211586952209rem;left:39.812009811401rem;overflow:hidden;display:block; }
#gHcn8uBsTFE658AwpUdHrulXSpcwNFJZ { color:#ffffff;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.211586952209rem;left:8.03955078125rem;height:2.274575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zTcO5ctWwMHA0mPZGbIghQVZtO4ZhzqT { color:#ffffff;display:block;width:16.4998125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.561199188233rem;left:20.187173843384rem;height:1.29964375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.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; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z.adaptive-delivery-prevent-bg, #ikSTG0TndCl5KbGTPQyGBufOXDolTW9z.lazyload, #ikSTG0TndCl5KbGTPQyGBufOXDolTW9z.lazyloading { background-image: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container { background-color: transparent; background-image: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container > .video-iframe-container { display: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row > .video-iframe-container { display: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .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); }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container { border-width: 0; border-radius: 0; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z::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; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#RmosokORXMOT3FkEP1JkJ22XpQzAKUqX { 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:15.6875rem;width:20.125rem;top:4.3611660003662rem;left:0rem;overflow:hidden;display:block; }
#i6LT1Tq98NGM0kEhryKyyEek8Bps4wu8 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3611660003662rem;left:22.717283248901rem;height:2.274575rem;font-style:normal;display:block; }
#V39Oyz3GHtg6AsSFDMHeZU6hIqzU0JOT { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8369140625rem;left:22.714841842651rem;height:1.29964375rem;font-style:normal;display:block; }
#z2fkGbLRpl5tPg5pqx6kioV9yLcT1Rid { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:10.68603515625rem;left:22.716470718384rem;height:11.90025rem;font-style:normal;display:block; }
#m0FHhGFVDinLDaioApqeriKXoKdwk6Cw { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:31.89208856225rem;left:3.60107421875rem;height:6.800125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lNQbaCymeJqfFcloFZDSpgW41rzz7ZpX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:20.125rem;top:25.74951171875rem;left:39.812009811401rem;overflow:hidden;display:block; }
#XG3Z1sJBSTUGAAUE37Ex5IxGwEC4EKKv { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.74951171875rem;left:6.7394199371337rem;height:2.274575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QvJ45LTEHKcFwwy5At9pzllFyZbrn3Ab { color:#ffffff;display:block;width:26.936875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.999836593866rem;left:10.465494155884rem;height:1.29964375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.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; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3.adaptive-delivery-prevent-bg, #bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3.lazyload, #bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3.lazyloading { background-image: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container { background-color: transparent; background-image: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container > .video-iframe-container { display: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row > .video-iframe-container { display: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .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); }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container { border-width: 0; border-radius: 0; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3::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; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#QeOqBWZBRrFnDAMdlTzE7SOviDzqUFbD { 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:15.6875rem;width:20.125rem;top:4.3611660003662rem;left:0rem;overflow:hidden;display:block; }
#qdfKuBlc5gnupkcdmup55PX6HsBOdMgp { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3611640930176rem;left:22.716470718384rem;height:2.274575rem;font-style:normal;display:block; }
#pNru8vImKkEPCvdWCJTU0bDnmRzn9iLa { color:#ffffff;display:block;width:32.312rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.71077477932rem;left:22.716470718384rem;height:1.29964375rem;font-style:normal;display:block; }
#dGb0FCKRdDBAPZ6ouAbnoOHPPIc19yyf { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:10.502928733826rem;left:22.716470718384rem;height:8.5001875rem;font-style:normal;display:block; }
#tGJOveDzS4ME87R7GsOSu1JKyvPdLI7h { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:31.891274452209rem;left:3.60107421875rem;height:6.800125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#utdFPB7AM3DGnTKePHukmpXpnPS0GsmA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:20.125rem;top:25.74951171875rem;left:39.812009811401rem;overflow:hidden;display:block; }
#cTXN1BnWVzDHrD4Qxpyp9XE6xrUb23Eq { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.749507904052rem;left:6.8019199371337rem;height:2.274575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RQ1WclpZO1wOPzkLvyxVKu3Q22pktqaE { color:#ffffff;display:block;width:29.5621875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.937172889709rem;left:7.8401699066163rem;height:1.29964375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.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; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB.adaptive-delivery-prevent-bg, #ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB.lazyload, #ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB.lazyloading { background-image: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container { background-color: transparent; background-image: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container > .video-iframe-container { display: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row > .video-iframe-container { display: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .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); }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container { border-width: 0; border-radius: 0; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB::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; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#qbPTB3bhMAVlL0xoKqOL89X2VPeVIXeQ { 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:15.625rem;width:20.0625rem;top:4.3611660003662rem;left:0rem;overflow:hidden;display:block; }
#OGfTupbhRQ64Btb0HvMQAXgL61ALRvTX { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3611660003662rem;left:22.717283248901rem;height:2.274575rem;font-style:normal;display:block; }
#q56bA8Pf12Twksr9QWX9ETFXN0EH3kmm { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8369140625rem;left:22.714029312134rem;height:2.59928125rem;font-style:normal;display:block; }
#Zg7XsEiITvSEtdihTPNgTms8t1GFGeVP { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.8115234375rem;left:22.716470718384rem;height:6.800125rem;font-style:normal;display:block; }
#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL { 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:block; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { background-color: transparent; background-image: none; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container > .video-iframe-container { display: none; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row > .video-iframe-container { display: none; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .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); }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { border-width: 0; border-radius: 0; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#JCt6wtLUzCX0MJuQ13lRFibBuRz236Oh { color:#ed1974;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:8.1875rem;left:7.5625rem;height:3.4000625rem;font-style:normal;display:block; }
#w9X3yFe2HviV5bMc8M0Bikb2vnZX4opb { color:#232323;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:11.49983215332rem;left:7.5618495941163rem;height:1.70003125rem;font-style:normal;display:block; }
#xIP92g7STP0g4t8p9VTObGrPVhA24krM { color:#232323;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:18.99983215332rem;left:7.5618495941163rem;height:3.4000625rem;font-style:normal;display:block; }
#qxWXpuoP96f1UDCh45V30F6a2KUDHeQa { color:#3a3834;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.6875rem;left:7.5625rem;height:3.4000625rem;font-style:normal;display:block; }
#EgQGpKqtZMpSDPsHKTDF3HPWqkaWTGi4 { color:#232323;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:24.886067390442rem;left:7.5618495941163rem;height:5.1001rem;font-style:normal;display:block; }
#ZT7RqBMpgHF1OhNwXHk7DIknTG71yrHW { color:#5078b5;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:23.1875rem;left:7.5625rem;height:1.70003125rem;font-style:normal;display:block; }
#TvfJwgdEbQvEnyM3prrv9908BZSP2Efz { color:#232323;display:block;width:29.3123125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:8.1868487596512rem;left:29.874673843384rem;height:18.70038125rem;font-style:normal;display:block; }
#O93mXzWyGt63IIzoewxUTnnDWATfqOnq { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.2495125rem;display:block; }
#gPiSkzfkrfcsUkcP7urDlTUwH8MUoT9B { position:absolute;display:block;z-index:15022;background-color:#3a3834;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.0625rem;left:0rem;display:block; }
#Swnp8bvcTv7IOfo5PKLIm3sCrJSwIykf { position:absolute;display:block;z-index:15023;background-color:#ed1974;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:7.5625rem;left:0rem;display:block; }
#mFnhvDMMVLzTkp5xkyBOz06RDIw59U62 { position:absolute;display:block;z-index:15026;background-color:#5078b5;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:22.5625rem;left:0rem;display:block; }
#K5NTuCvUqrFAQoraTnsr4qP08Ba874IJ { 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.8125rem;width:3.8125rem;top:8.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#fkbwP7ePoNTo8kyXAu8bU74szIwfApTT { 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.8125rem;width:3.8125rem;top:16.3125rem;left:1.25rem;overflow:hidden;display:block; }
#khZ42xU2DSxBcTK6cPpBzi0MMGPCVBTE { 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:3.8125rem;width:3.8125rem;top:23.8125rem;left:1.25rem;overflow:hidden;display:block; }
#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.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; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB.adaptive-delivery-prevent-bg, #pRSK7sDuKNcNd8r6umvggTnTsV68VbaB.lazyload, #pRSK7sDuKNcNd8r6umvggTnTsV68VbaB.lazyloading { background-image: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container { background-color: transparent; background-image: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container > .video-iframe-container { display: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row > .video-iframe-container { display: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .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); }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container { border-width: 0; border-radius: 0; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB::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; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#ialNSzU2Ch2TR8DTs7IQhmoOd9UyF83S { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.640625rem;left:16.874185562134rem;height:4.54915625rem;font-style:normal;display:block; }
#pTrcuUpoZTODl52qMtulEa2BGvwKTiMK { color:#ffffff;display:block;width:51.311875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.390625rem;left:4.34326171875rem;height:2.843425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/122a0e70-dfed-4fa9-9647-5938a30ddc3c/Beznazwy1920x1148px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp.adaptive-delivery-prevent-bg, #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp.lazyload, #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp.lazyloading { background-image: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { background-color: transparent; background-image: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container > .video-iframe-container { display: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row > .video-iframe-container { display: none; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .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); }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { border-width: 0; border-radius: 0; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#iO8Jn3rar8cBS9kLytvQpGaUuACkoqfH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:7.625rem;left:0rem;height:4.99430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8beXRVTlIJNkr2f5kAplNzsSNyVoJyb { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:14.375rem;left:5.5rem;height:4.249675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2MJv4NsEIlIldvkryBqTBerPXopVVTG { background-color:#ed1974;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.9375rem;left:25.09375rem;display:block; }
#TWgaF9XrsiH2xzcPWi6mAAiZXbvOR1Bp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.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; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy.adaptive-delivery-prevent-bg, #Rfg69MtITVlRrW2QfGosTxcgA4a7yREy.lazyload, #Rfg69MtITVlRrW2QfGosTxcgA4a7yREy.lazyloading { background-image: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container { background-color: transparent; background-image: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container > .video-iframe-container { display: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row > .video-iframe-container { display: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .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); }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container { border-width: 0; border-radius: 0; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy::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; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#PxdL9BCcgMB6dbu6MpHfVHqUL7Ce5RJV { color:#6f6f6f;display:block;width:31.8115rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8310546875rem;left:0rem;height:2.274575rem;font-style:normal;display:block; }
#bRdhlGpgSEuas7ZoJShVCTGh1okZzWTW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.2498375rem;width:15.1871875rem;top:0.34342575073242rem;left:20.862630844116rem;overflow:hidden;display:block; }
#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { background-color: transparent; background-image: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container > .video-iframe-container { display: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container { display: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .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); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { border-width: 0; border-radius: 0; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:60rem;position:relative;display:block; }#TBipTSl4tcFN6t92nyDXPXD2EtSaptz3 { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.2495125rem;display:block; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-form-header {  }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:28.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ed1974;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.1875rem;box-sizing:border-box;height:3.4375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ed1974;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.1875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .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:28.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#232323;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:8.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:left;text-align-last:left; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:left;text-align-last:left; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:left;text-align-last:left; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:left;text-align-last:left; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:27.1875rem;overflow:hidden;font-style:normal;float:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .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; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:first-of-type{padding-top:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:last-of-type{padding-bottom:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:1.1507167816162rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.1875rem;display:block;vertical-align:top; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm {display:block;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:1.1507167816162rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #aKTT3nr1XUFUKXkQulOab98LdA9bCicU { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #o8Ten6DRqp4lBzviACwgIQnb372WCPKC { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #PlzzDbZPlhQZbRkTLbghrlSaiW3bIzPT { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #LqDHbtL4MT0wDM2hovTHyOTqCJlBhOkk { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OcaRxBXHU69fk1ODfTsnrNSeC5SiFqQA { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #IzX4QCP8CB52DK9HzbLriau9MMcTkZXp { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #ymQUy00tsgTmnGUr0fGQ9OBTb7m9Fs1z { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #JMIOPa1aJyMA5ynEVMdviFVedNBEgcmR { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mEXXZsiP3rTCQxbhfIa1vNh2qTWBJMfK { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #h0xBnp70VQvTbyZQ9IcFleXN84sxox3J { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #WTykE4udcFs5lgFI3RfIb0QFTXCJEQIt { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EsXpJRMwAATO7uhexq5UGVs2ILT9x0tt { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #bhQREGidMXCPEWtw0IARzB0FAqF6UQJV { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #v18SG9Z9kpoyQaoC279Ig7xtG6p5r304 { position:relative;display:none; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OMoWNoSKLl64lRz3UCXOqttF6pzgbwQ1 { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EiKSP1DucEgQX94eaWrc11Bg5Uz03Ts7 { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #CeeIxeuf6osiVkNrqyQz4xLcxUyDPWBX { position:relative;z-index:2; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Ms1EFb6UihvHCNoD9EcyAk6g41QkUlBw { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Hw0bfI6H4fI4vzbdEhA96SbFATwm0dRh { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #wySOayM3tErBbUBwccOvdqBsGtKL8WqE { position:relative;z-index:2; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #baPSIorgNTB4nNTCTm4lMacoEJU0R8WI { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #qPabrwahTeaKp79kc59ngK7fvHSSFGqc { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #lEyHMTOP68VSyTVaR6TR0gPLgRNT5Lh6 { position:relative;z-index:2; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #rQbLegRFKmz1QuIDeRlbdTTN8JnAT3Sm { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #AnHTiWRNSU9qOCttpMZNLAWEz2wCAeA4 { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #xbL3Gi8kJaeqInvBbz6LlX9gSU4H9ylZ { position:relative;z-index:2; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #BUo6hAuFas5BOv9JrGT6rvqCM41enqPS { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #b3063AaysmBuvNT9FonOKUZn02cQLOKW { position:relative;display:block;z-index:15000; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #txqkDrDzzOUEWQEVpAruK1AdWLRcH2bp { position:relative;display:block;z-index:15000; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #FJvdFplr6P2LTWUxUmdZT7Ifw34H9Zkp { position:relative;display:block;z-index:15000; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #E8xRsDiMOdLn85HBbnQnqEK7xxzktmZo { position:relative;display:block;z-index:15000; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #cThSH8nw6CNfkTXltfimAoU5uK1VMPnK { position:relative; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #KKgnTur2mS2xpT0RQrVl6FruD9sdD8OO { position:relative; }
#WvlrN6XexWM0S8GKK0qpATWM3d270UE6 { color:#232323;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.125rem;left:37.3125rem;height:7.5rem;font-style:normal;display:block; }
#TsTuPydKVXnVMnyOTELCSPPJqaEhM8bD { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:2.2;letter-spacing:0;top:27.8125rem;left:39.9375rem;height:6.59911875rem;font-style:normal;display:block; }
#oLgfv72rlLVbT05fVnB4dCTmIlILrq1a { 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:1.25rem;width:1.75rem;top:28.3125rem;left:37.3125rem;overflow:hidden;display:block; }
#QUK3xUcqsmVGoahJ61NoSs6wLtz3VPUz { position:absolute;display:block;z-index:15014;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.3125rem;width:1.3125rem;top:30.4375rem;left:37.5625rem;overflow:hidden;display:block; }
#AdS5CbTzvnRLv7PGLNoNvFHaPJo5yiyp { 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:1.375rem;width:1.75rem;top:32.5625rem;left:37.3125rem;overflow:hidden;display:block; }
#kKOr50KdAL615ly5cF7fmOTMJTq4AM9O { 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:14.5rem;width:21.75rem;top:15.989583015442rem;left:31.786294937134rem;overflow:hidden;display:block; }
#tT0enWoS7Py5IQeMrFZhMfDgFd3QGaeF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4373375rem;width:2.4373375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.437173366547rem;left:49.222814559936rem; }
#tT0enWoS7Py5IQeMrFZhMfDgFd3QGaeF > img { max-width: 100%;max-height:100%; width:2.4373375rem; height:2.4373375rem; }#GknfBecJclXtyEaxvpN1leazhpxAEi2v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4373375rem;width:2.4373375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.437173366547rem;left:52.594396591186rem; }
#GknfBecJclXtyEaxvpN1leazhpxAEi2v > img { max-width: 100%;max-height:100%; width:2.4373375rem; height:2.4373375rem; }#JeQikXJbRGOd1CBPU1x3AZEz6WutUbAQ { color:#232323;display:block;width:20.8121875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:35.81217443943rem;left:37.312009811401rem;height:2.8125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:13.5rem;height:3.4375rem;top:1.3125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.375rem;height:3.4375rem;top:1.25rem;left:19.654623031616rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:3.4375rem;top:1.3125rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:1.3125rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.8125rem;height:3.125rem;top:1.5rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #N0tH5fLSBgcNipSf145VgCxHP0NCJz4c { top:0rem;left:0rem;width:11.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:3.1875rem;left:0rem;width:40.4375rem;height:17.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:22.375rem;left:0rem;width:40.9375rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:9.8125rem;height:3.125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:11.5rem;height:3.125rem;top:29.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { top:41.4375rem;left:0rem;width:30.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPJHxzyvo8J7e2wXLc2PGLTWDhETU9f2 { top:42.0625rem;left:23.6875rem;width:24.0625rem;height:13.9998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { top:46.375rem;left:0rem;width:32.1875rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { top:59.5rem;left:23.5625rem;width:24.1875rem;height:14.088153520019rem;display:block; }
 }@media only screen and (max-width: 763px) { #i38MZ2UBmDz5gkPW12S0ElL7CFXR4tb7 { width:12.5rem;height:3.125rem;top:36.4375rem;left:17.592447280884rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDEgEbHZDTigAXNutftxHxBtQ8quInro { display:block; }
 }@media only screen and (max-width: 763px) { #wtf0FaR28LKSdnvMEI2kbr5JTUMldhr2 { top:0.875rem;left:0rem;width:47.75rem;height:26.759647135417rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { display:block; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHwIfBqzJeGPic4Ggmy8scRDpkOrDfSJ { top:2.5rem;left:0rem;width:30.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmFqPyHT1lBhW3WcZCCL1Oue93dgez1g { top:6.8125rem;left:8.34375rem;width:7.25rem;height:7.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9eHeGBdwaMkQZvTsd14VUiw4GLnVqTy { top:8.8125rem;left:17.75rem;width:30rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDxus7u3GlbTbsnHF9h4sAF4AUnag2GE { top:14.3125rem;left:10.5625rem;width:7.25rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtU29vWPNJdqBZbwZtKreeAgqxVpBkvh { top:15rem;left:17.75rem;width:30rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQLhyrb9L6HXfSnm2eHhM77qE4ZSOqg { top:23.125rem;left:13.739095687866rem;width:7.1875rem;height:7.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdk7pPBNJR4XsTRODzmPls2WJi4etJR { top:25.125rem;left:18.375rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTTb4aQdyO4ikuNsMTyfT09POzUgOJa { width:12.5625rem;height:3.125rem;top:32rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsyynUDT3rJapmqw7kTnTBNs18STBN7 { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { top:2.5rem;left:0rem;width:35.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { top:8.125rem;left:0rem;width:20.1875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { top:8.0625rem;left:13.875rem;width:33.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:11.4375rem;left:10.4375rem;width:37.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:15.125rem;left:14rem;width:33.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgKX1lphW6Ud0haPOEhdCsZSxCVaiP3 { top:36.1875rem;left:0rem;width:33.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cILetRODacmJhVBasfJQlUvUlJXcv3sA { top:30.1875rem;left:27.5625rem;width:20.1875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHcn8uBsTFE658AwpUdHrulXSpcwNFJZ { top:30.1875rem;left:1.91455078125rem;width:29.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTcO5ctWwMHA0mPZGbIghQVZtO4ZhzqT { top:33.5rem;left:14.062173843384rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikSTG0TndCl5KbGTPQyGBufOXDolTW9z { display:block; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmosokORXMOT3FkEP1JkJ22XpQzAKUqX { top:4.3125rem;left:0rem;width:20.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6LT1Tq98NGM0kEhryKyyEek8Bps4wu8 { top:4.3125rem;left:15.875rem;width:31.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V39Oyz3GHtg6AsSFDMHeZU6hIqzU0JOT { top:7.8125rem;left:16.589841842651rem;width:29.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2fkGbLRpl5tPg5pqx6kioV9yLcT1Rid { top:10.625rem;left:14rem;width:33.75rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0FHhGFVDinLDaioApqeriKXoKdwk6Cw { top:31.875rem;left:0rem;width:33.75rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQbaCymeJqfFcloFZDSpgW41rzz7ZpX { top:25.6875rem;left:27.5625rem;width:20.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG3Z1sJBSTUGAAUE37Ex5IxGwEC4EKKv { top:25.6875rem;left:0.61441993713379rem;width:30.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvJ45LTEHKcFwwy5At9pzllFyZbrn3Ab { top:28.9375rem;left:4.3404941558838rem;width:26.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 { display:block; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeOqBWZBRrFnDAMdlTzE7SOviDzqUFbD { top:4.3125rem;left:0rem;width:20.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfKuBlc5gnupkcdmup55PX6HsBOdMgp { top:4.3125rem;left:16.591470718384rem;width:22.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNru8vImKkEPCvdWCJTU0bDnmRzn9iLa { top:7.6875rem;left:15.4375rem;width:32.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGb0FCKRdDBAPZ6ouAbnoOHPPIc19yyf { top:10.5rem;left:14rem;width:33.75rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGJOveDzS4ME87R7GsOSu1JKyvPdLI7h { top:31.875rem;left:0rem;width:33.75rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utdFPB7AM3DGnTKePHukmpXpnPS0GsmA { top:25.6875rem;left:27.5625rem;width:20.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXN1BnWVzDHrD4Qxpyp9XE6xrUb23Eq { top:25.6875rem;left:0.67691993713381rem;width:30.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ1WclpZO1wOPzkLvyxVKu3Q22pktqaE { top:28.875rem;left:1.7151699066162rem;width:29.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB { display:block; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbPTB3bhMAVlL0xoKqOL89X2VPeVIXeQ { top:4.3125rem;left:0rem;width:20.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfTupbhRQ64Btb0HvMQAXgL61ALRvTX { top:4.3125rem;left:16.591470718384rem;width:18.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q56bA8Pf12Twksr9QWX9ETFXN0EH3kmm { top:7.8125rem;left:10.4375rem;width:37.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7XsEiITvSEtdihTPNgTms8t1GFGeVP { top:11.75rem;left:14rem;width:33.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL { display:block; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCt6wtLUzCX0MJuQ13lRFibBuRz236Oh { top:8.125rem;left:1.4368495941162rem;width:18.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9X3yFe2HviV5bMc8M0Bikb2vnZX4opb { top:11.4375rem;left:1.4368495941162rem;width:19.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIP92g7STP0g4t8p9VTObGrPVhA24krM { top:18.9375rem;left:1.4368495941162rem;width:17.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxWXpuoP96f1UDCh45V30F6a2KUDHeQa { top:15.625rem;left:1.4368495941162rem;width:18.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQGpKqtZMpSDPsHKTDF3HPWqkaWTGi4 { top:24.875rem;left:1.4368495941162rem;width:16.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7RqBMpgHF1OhNwXHk7DIknTG71yrHW { top:23.125rem;left:1.4368495941162rem;width:18.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfJwgdEbQvEnyM3prrv9908BZSP2Efz { top:8.125rem;left:18.5rem;width:29.25rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93mXzWyGt63IIzoewxUTnnDWATfqOnq { top:2.5rem;left:0rem;width:30.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPiSkzfkrfcsUkcP7urDlTUwH8MUoT9B { top:15.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swnp8bvcTv7IOfo5PKLIm3sCrJSwIykf { top:7.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnhvDMMVLzTkp5xkyBOz06RDIw59U62 { top:22.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NTuCvUqrFAQoraTnsr4qP08Ba874IJ { top:8.8125rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbwP7ePoNTo8kyXAu8bU74szIwfApTT { top:16.3125rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZ42xU2DSxBcTK6cPpBzi0MMGPCVBTE { top:23.8125rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSK7sDuKNcNd8r6umvggTnTsV68VbaB { display:block; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ialNSzU2Ch2TR8DTs7IQhmoOd9UyF83S { top:1.625rem;left:10.749185562134rem;width:26.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrcuUpoZTODl52qMtulEa2BGvwKTiMK { top:5.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp { display:block; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO8Jn3rar8cBS9kLytvQpGaUuACkoqfH { top:7.5625rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8beXRVTlIJNkr2f5kAplNzsSNyVoJyb { top:14.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2MJv4NsEIlIldvkryBqTBerPXopVVTG { width:9.8125rem;height:3.125rem;top:21.9375rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgaF9XrsiH2xzcPWi6mAAiZXbvOR1Bp { display:block; }
 }@media only screen and (max-width: 763px) { #Rfg69MtITVlRrW2QfGosTxcgA4a7yREy { display:block; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxdL9BCcgMB6dbu6MpHfVHqUL7Ce5RJV { top:1.8125rem;left:0rem;width:31.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRdhlGpgSEuas7ZoJShVCTGh1okZzWTW { top:0.3125rem;left:14.737630844116rem;width:15.125rem;height:5.2283408094817rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBipTSl4tcFN6t92nyDXPXD2EtSaptz3 { top:2.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-regular-label { width:28.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-textarea { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-button { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-checkbox-label { width:27.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm  { width:28.1875rem;height:auto;top:8.125rem;left:0rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .radio-container { width:28.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm {display:block;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm { width:28.1875rem;height:auto;top:8.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #aKTT3nr1XUFUKXkQulOab98LdA9bCicU {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #o8Ten6DRqp4lBzviACwgIQnb372WCPKC { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #PlzzDbZPlhQZbRkTLbghrlSaiW3bIzPT {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #LqDHbtL4MT0wDM2hovTHyOTqCJlBhOkk {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OcaRxBXHU69fk1ODfTsnrNSeC5SiFqQA { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #IzX4QCP8CB52DK9HzbLriau9MMcTkZXp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #ymQUy00tsgTmnGUr0fGQ9OBTb7m9Fs1z {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #JMIOPa1aJyMA5ynEVMdviFVedNBEgcmR { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mEXXZsiP3rTCQxbhfIa1vNh2qTWBJMfK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #h0xBnp70VQvTbyZQ9IcFleXN84sxox3J {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #WTykE4udcFs5lgFI3RfIb0QFTXCJEQIt {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EsXpJRMwAATO7uhexq5UGVs2ILT9x0tt {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #bhQREGidMXCPEWtw0IARzB0FAqF6UQJV {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #v18SG9Z9kpoyQaoC279Ig7xtG6p5r304 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OMoWNoSKLl64lRz3UCXOqttF6pzgbwQ1 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EiKSP1DucEgQX94eaWrc11Bg5Uz03Ts7 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #CeeIxeuf6osiVkNrqyQz4xLcxUyDPWBX {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Ms1EFb6UihvHCNoD9EcyAk6g41QkUlBw {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Hw0bfI6H4fI4vzbdEhA96SbFATwm0dRh {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #wySOayM3tErBbUBwccOvdqBsGtKL8WqE {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #baPSIorgNTB4nNTCTm4lMacoEJU0R8WI {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #qPabrwahTeaKp79kc59ngK7fvHSSFGqc {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #lEyHMTOP68VSyTVaR6TR0gPLgRNT5Lh6 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #rQbLegRFKmz1QuIDeRlbdTTN8JnAT3Sm {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #AnHTiWRNSU9qOCttpMZNLAWEz2wCAeA4 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #xbL3Gi8kJaeqInvBbz6LlX9gSU4H9ylZ {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #BUo6hAuFas5BOv9JrGT6rvqCM41enqPS {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #b3063AaysmBuvNT9FonOKUZn02cQLOKW {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #txqkDrDzzOUEWQEVpAruK1AdWLRcH2bp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #FJvdFplr6P2LTWUxUmdZT7Ifw34H9Zkp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #E8xRsDiMOdLn85HBbnQnqEK7xxzktmZo {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #cThSH8nw6CNfkTXltfimAoU5uK1VMPnK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #KKgnTur2mS2xpT0RQrVl6FruD9sdD8OO {  }
 }@media only screen and (max-width: 763px) { #WvlrN6XexWM0S8GKK0qpATWM3d270UE6 { top:8.125rem;left:27rem;width:20.75rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTuPydKVXnVMnyOTELCSPPJqaEhM8bD { top:27.75rem;left:29.625rem;width:18.125rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgfv72rlLVbT05fVnB4dCTmIlILrq1a { top:28.3125rem;left:31.1875rem;width:1.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUK3xUcqsmVGoahJ61NoSs6wLtz3VPUz { top:30.4375rem;left:31.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdS5CbTzvnRLv7PGLNoNvFHaPJo5yiyp { top:32.5625rem;left:31.1875rem;width:1.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKOr50KdAL615ly5cF7fmOTMJTq4AM9O { top:15.9375rem;left:25.661294937134rem;width:21.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0enWoS7Py5IQeMrFZhMfDgFd3QGaeF { top:21.375rem;left:43.097814559936rem;width:2.375rem;height:2.375rem;display:block; }
#tT0enWoS7Py5IQeMrFZhMfDgFd3QGaeF > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #GknfBecJclXtyEaxvpN1leazhpxAEi2v { top:21.375rem;left:45.3125rem;width:2.375rem;height:2.375rem;display:block; }
#GknfBecJclXtyEaxvpN1leazhpxAEi2v > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #JeQikXJbRGOd1CBPU1x3AZEz6WutUbAQ { top:35.75rem;left:27rem;width:20.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:21.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.56185rem;top:6.42578125rem;left:4.3749998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4373125rem;height:2.56185rem;top:8.9363603591919rem;left:6.2809242010119rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.874375rem;height:2.56185rem;top:11.498208999634rem;left:6.0620115995407rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.56185rem;top:14.06005859375rem;left:6.7187498807906rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.812rem;height:3.125rem;top:17.841796875rem;left:5.0935872793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #N0tH5fLSBgcNipSf145VgCxHP0NCJz4c { width:11.4375rem;height:7.5620816142519rem;top:0rem;left:4.2805989980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:33.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:13.19826875rem;top:1.4990234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:20rem;height:5.0610375rem;top:15.812175750733rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:9.812rem;height:3.125rem;top:23.0615234375rem;left:5.0927733182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:11.41647875rem;height:3.04166625rem;top:27.49918615818rem;left:4.2488607168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { width:20rem;height:2.6001rem;top:19.185382843017rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPJHxzyvo8J7e2wXLc2PGLTWDhETU9f2 { width:19.749375rem;height:11.4998125rem;top:71.320797920225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { width:20rem;height:45.9009125rem;top:22.923173904419rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { width:16.4375rem;height:9.5625rem;top:48.2760625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i38MZ2UBmDz5gkPW12S0ElL7CFXR4tb7 { width:12.561875rem;height:3.125rem;top:13.934732437134rem;left:3.7182615995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDEgEbHZDTigAXNutftxHxBtQ8quInro { display:block; }
 }@media only screen and (max-width: 763px) { #wtf0FaR28LKSdnvMEI2kbr5JTUMldhr2 { height:11.208229166667rem;width:20rem;top:0.87076818943025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50f31877-1252-41d1-a178-dff4994db76d/Beznazwy1920x1148px1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.adaptive-delivery-prevent-bg, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyload, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyloading { background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { background-color: transparent; background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .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); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHwIfBqzJeGPic4Ggmy8scRDpkOrDfSJ { width:20rem;height:2.6001rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmFqPyHT1lBhW3WcZCCL1Oue93dgez1g { width:3.375rem;height:3.33089375rem;top:5.875rem;left:1.375rem;font-size:2.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y9eHeGBdwaMkQZvTsd14VUiw4GLnVqTy { width:13.0625rem;height:8.5001875rem;top:6.1999998092651rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDxus7u3GlbTbsnHF9h4sAF4AUnag2GE { width:3.5rem;height:3.33089375rem;top:15.0625rem;left:1.5rem;font-size:2.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NtU29vWPNJdqBZbwZtKreeAgqxVpBkvh { width:13.0625rem;height:20.400375rem;top:15.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQLhyrb9L6HXfSnm2eHhM77qE4ZSOqg { width:3.3748375rem;height:3.33089375rem;top:37.373860597611rem;left:1.3736978769302rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdk7pPBNJR4XsTRODzmPls2WJi4etJR { width:13.0623125rem;height:8.5001625rem;top:38.060708284378rem;left:5.3116859197617rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTTb4aQdyO4ikuNsMTyfT09POzUgOJa { width:12.561875rem;height:3.125rem;top:48.048493623734rem;left:3.7182615995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsyynUDT3rJapmqw7kTnTBNs18STBN7 { display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { width:20rem;height:5.20019375rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { width:18.0623125rem;height:13.9998125rem;top:8.61897790432rem;left:0.96761071681975rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.8745rem;height:6.82375rem;top:23.466796278954rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { width:18.8745rem;height:5.19856875rem;top:31.477863311767rem;left:0.56233727931976rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:20rem;height:18.700375rem;top:38.561196327209rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARgKX1lphW6Ud0haPOEhdCsZSxCVaiP3 { width:20rem;height:11.90025rem;top:85.576166152956rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cILetRODacmJhVBasfJQlUvUlJXcv3sA { width:17.4373125rem;height:13.562rem;top:60.935056686401rem;left:1.2801107168198rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHcn8uBsTFE658AwpUdHrulXSpcwNFJZ { width:18.8745rem;height:4.54915625rem;top:75.574539184569rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTcO5ctWwMHA0mPZGbIghQVZtO4ZhzqT { width:13.8745rem;height:2.59928125rem;top:81.764316558838rem;left:2.4991861581803rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikSTG0TndCl5KbGTPQyGBufOXDolTW9z { background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z.adaptive-delivery-prevent-bg, #ikSTG0TndCl5KbGTPQyGBufOXDolTW9z.lazyload, #ikSTG0TndCl5KbGTPQyGBufOXDolTW9z.lazyloading { background-image: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container { background-color: transparent; background-image: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container > .video-iframe-container { display: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row > .video-iframe-container { display: none; }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .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); }#ikSTG0TndCl5KbGTPQyGBufOXDolTW9z > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmosokORXMOT3FkEP1JkJ22XpQzAKUqX { width:17.249375rem;height:13.3748125rem;top:1.7862958908081rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6LT1Tq98NGM0kEhryKyyEek8Bps4wu8 { width:18.875rem;height:4.54915625rem;top:15.717708587646rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V39Oyz3GHtg6AsSFDMHeZU6hIqzU0JOT { width:18.8745rem;height:2.59928125rem;top:21.17919921875rem;left:0.5615234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2fkGbLRpl5tPg5pqx6kioV9yLcT1Rid { width:20rem;height:22.1004375rem;top:24.724934101105rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0FHhGFVDinLDaioApqeriKXoKdwk6Cw { width:20rem;height:13.60025rem;top:73.275553703306rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNQbaCymeJqfFcloFZDSpgW41rzz7ZpX { width:17.749rem;height:13.75rem;top:48.780107498169rem;left:1.3736978769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG3Z1sJBSTUGAAUE37Ex5IxGwEC4EKKv { width:18.8736875rem;height:4.54915625rem;top:63.436683654788rem;left:0.56233727931976rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvJ45LTEHKcFwwy5At9pzllFyZbrn3Ab { width:13.8736875rem;height:3.898925rem;top:68.622230529788rem;left:3.0623372793197rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3.adaptive-delivery-prevent-bg, #bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3.lazyload, #bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3.lazyloading { background-image: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container { background-color: transparent; background-image: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container > .video-iframe-container { display: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row > .video-iframe-container { display: none; }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .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); }#bgJyQVCbVKy3QVUDOUQKEK0tVrp9nQo3 > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeOqBWZBRrFnDAMdlTzE7SOviDzqUFbD { width:18.4375rem;height:14.3123125rem;top:1.4567060470581rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfKuBlc5gnupkcdmup55PX6HsBOdMgp { width:18.8745rem;height:4.54915625rem;top:16.654459476471rem;left:0.5615234375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNru8vImKkEPCvdWCJTU0bDnmRzn9iLa { width:18.8745rem;height:2.59928125rem;top:22.679036140442rem;left:0.56233727931976rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGb0FCKRdDBAPZ6ouAbnoOHPPIc19yyf { width:20rem;height:13.60025rem;top:26.999510765076rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGJOveDzS4ME87R7GsOSu1JKyvPdLI7h { width:20rem;height:15.3003125rem;top:69.9975566864rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utdFPB7AM3DGnTKePHukmpXpnPS0GsmA { width:18.4375rem;height:14.3123125rem;top:43.330076217651rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXN1BnWVzDHrD4Qxpyp9XE6xrUb23Eq { width:18.8745rem;height:4.54915625rem;top:59.125974655151rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQ1WclpZO1wOPzkLvyxVKu3Q22pktqaE { width:13.8745rem;height:3.898925rem;top:64.623207092288rem;left:3.0623372793197rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB { background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB.adaptive-delivery-prevent-bg, #ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB.lazyload, #ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB.lazyloading { background-image: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container { background-color: transparent; background-image: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container > .video-iframe-container { display: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row > .video-iframe-container { display: none; }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .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); }#ILKL4A1130PTu8Q9v87H9bSyaNnWP1lB > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbPTB3bhMAVlL0xoKqOL89X2VPeVIXeQ { width:18.6873125rem;height:14.4995rem;top:1.26953125rem;left:0.65511071681975rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfTupbhRQ64Btb0HvMQAXgL61ALRvTX { width:18.8745rem;height:2.274575rem;top:16.716307640076rem;left:0.5615234375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q56bA8Pf12Twksr9QWX9ETFXN0EH3kmm { width:18.8745rem;height:3.898925rem;top:20.053709983826rem;left:0.56233727931976rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7XsEiITvSEtdihTPNgTms8t1GFGeVP { width:20rem;height:11.90025rem;top:25.311684608459rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL { display:block; }#Tn9GSLew5NX4bGRcZAVExzf0Qf3KsiIL > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCt6wtLUzCX0MJuQ13lRFibBuRz236Oh { width:10.374375rem;height:6.800125rem;top:6.71142578125rem;left:8.4366859197619rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9X3yFe2HviV5bMc8M0Bikb2vnZX4opb { width:10.8121875rem;height:3.4000625rem;top:14.498697757721rem;left:8.2177728414537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIP92g7STP0g4t8p9VTObGrPVhA24krM { width:9.375rem;height:8.5001875rem;top:25.90087890625rem;left:8.2177728414537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxWXpuoP96f1UDCh45V30F6a2KUDHeQa { width:10.8748125rem;height:5.1001rem;top:20.226236343384rem;left:8.1860345602037rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQGpKqtZMpSDPsHKTDF3HPWqkaWTGi4 { width:10rem;height:6.800125rem;top:39.562173843384rem;left:8.2177728414537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7RqBMpgHF1OhNwXHk7DIknTG71yrHW { width:10.3125rem;height:3.4000625rem;top:35.574542999267rem;left:8.2177728414537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfJwgdEbQvEnyM3prrv9908BZSP2Efz { width:20rem;height:25.50046875rem;top:48.173817634582rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O93mXzWyGt63IIzoewxUTnnDWATfqOnq { width:20rem;height:2.6001rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPiSkzfkrfcsUkcP7urDlTUwH8MUoT9B { width:6.25rem;height:6.25rem;top:19.65087890625rem;left:0.85123693943025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swnp8bvcTv7IOfo5PKLIm3sCrJSwIykf { width:6.25rem;height:6.25rem;top:6.9856767654419rem;left:0.85123693943025rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnhvDMMVLzTkp5xkyBOz06RDIw59U62 { width:6.25rem;height:6.25rem;top:34.53125rem;left:0.85123693943025rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NTuCvUqrFAQoraTnsr4qP08Ba874IJ { width:3.81185rem;height:3.81185rem;top:8.2047524452212rem;left:2.0694986581803rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbwP7ePoNTo8kyXAu8bU74szIwfApTT { width:3.81185rem;height:3.81185rem;top:20.869953155517rem;left:2.0694986581803rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZ42xU2DSxBcTK6cPpBzi0MMGPCVBTE { width:3.81185rem;height:3.81185rem;top:35.750324249267rem;left:2.0694986581803rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSK7sDuKNcNd8r6umvggTnTsV68VbaB { background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB.adaptive-delivery-prevent-bg, #pRSK7sDuKNcNd8r6umvggTnTsV68VbaB.lazyload, #pRSK7sDuKNcNd8r6umvggTnTsV68VbaB.lazyloading { background-image: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container { background-color: transparent; background-image: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container > .video-iframe-container { display: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row > .video-iframe-container { display: none; }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .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); }#pRSK7sDuKNcNd8r6umvggTnTsV68VbaB > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ialNSzU2Ch2TR8DTs7IQhmoOd9UyF83S { width:20rem;height:4.54915625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTrcuUpoZTODl52qMtulEa2BGvwKTiMK { width:20rem;height:5.20019375rem;top:7.04915625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp { display:block; }#N3XgTkGoxHBKA4fOPAH4LQC3ZkMkeBmp > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO8Jn3rar8cBS9kLytvQpGaUuACkoqfH { width:20rem;height:7.2168125rem;top:2.1744785308838rem;left:0rem;font-size:2.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o8beXRVTlIJNkr2f5kAplNzsSNyVoJyb { width:18.186875rem;height:8.5001875rem;top:10.423990249634rem;left:0.90576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2MJv4NsEIlIldvkryBqTBerPXopVVTG { width:9.812rem;height:3.125rem;top:35.048825740814rem;left:5.0935872793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgaF9XrsiH2xzcPWi6mAAiZXbvOR1Bp { display:block; }
 }@media only screen and (max-width: 763px) { #Rfg69MtITVlRrW2QfGosTxcgA4a7yREy { background-color:transparent;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy.adaptive-delivery-prevent-bg, #Rfg69MtITVlRrW2QfGosTxcgA4a7yREy.lazyload, #Rfg69MtITVlRrW2QfGosTxcgA4a7yREy.lazyloading { background-image: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container { background-color: transparent; background-image: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container > .video-iframe-container { display: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row > .video-iframe-container { display: none; }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .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); }#Rfg69MtITVlRrW2QfGosTxcgA4a7yREy > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxdL9BCcgMB6dbu6MpHfVHqUL7Ce5RJV { width:18.8736875rem;height:4.54915625rem;top:1.2158203125rem;left:0.56233727931976rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRdhlGpgSEuas7ZoJShVCTGh1okZzWTW { width:18.75rem;height:6.624375rem;top:7.27294921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { width:20rem;height:119.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBipTSl4tcFN6t92nyDXPXD2EtSaptz3 { width:20rem;height:5.20019375rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-input-button { width:11.0625rem;margin-top:0.25rem;margin-right:5rem;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:first-of-type{padding-top:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .widget-container:last-of-type{padding-bottom:0;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm  { width:16.060375rem;height:auto;top:19.967449188233rem;left:0.71858727931975rem; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm {display:block;}#aeraLiVMinpgFXXWWCF4np1hq42ie4Wm { width:16.060375rem;height:auto;top:19.967449188233rem;left:0.71858727931975rem; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #aKTT3nr1XUFUKXkQulOab98LdA9bCicU {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #o8Ten6DRqp4lBzviACwgIQnb372WCPKC { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #PlzzDbZPlhQZbRkTLbghrlSaiW3bIzPT {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #LqDHbtL4MT0wDM2hovTHyOTqCJlBhOkk {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OcaRxBXHU69fk1ODfTsnrNSeC5SiFqQA { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #IzX4QCP8CB52DK9HzbLriau9MMcTkZXp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #ymQUy00tsgTmnGUr0fGQ9OBTb7m9Fs1z {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #JMIOPa1aJyMA5ynEVMdviFVedNBEgcmR { display:none; }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #mEXXZsiP3rTCQxbhfIa1vNh2qTWBJMfK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #h0xBnp70VQvTbyZQ9IcFleXN84sxox3J {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #WTykE4udcFs5lgFI3RfIb0QFTXCJEQIt {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EsXpJRMwAATO7uhexq5UGVs2ILT9x0tt {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #bhQREGidMXCPEWtw0IARzB0FAqF6UQJV {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #v18SG9Z9kpoyQaoC279Ig7xtG6p5r304 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #OMoWNoSKLl64lRz3UCXOqttF6pzgbwQ1 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #EiKSP1DucEgQX94eaWrc11Bg5Uz03Ts7 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #CeeIxeuf6osiVkNrqyQz4xLcxUyDPWBX {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Ms1EFb6UihvHCNoD9EcyAk6g41QkUlBw {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #Hw0bfI6H4fI4vzbdEhA96SbFATwm0dRh {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #wySOayM3tErBbUBwccOvdqBsGtKL8WqE {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #baPSIorgNTB4nNTCTm4lMacoEJU0R8WI {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #qPabrwahTeaKp79kc59ngK7fvHSSFGqc {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #lEyHMTOP68VSyTVaR6TR0gPLgRNT5Lh6 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #rQbLegRFKmz1QuIDeRlbdTTN8JnAT3Sm {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #AnHTiWRNSU9qOCttpMZNLAWEz2wCAeA4 {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #xbL3Gi8kJaeqInvBbz6LlX9gSU4H9ylZ {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #BUo6hAuFas5BOv9JrGT6rvqCM41enqPS {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #b3063AaysmBuvNT9FonOKUZn02cQLOKW {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #txqkDrDzzOUEWQEVpAruK1AdWLRcH2bp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #FJvdFplr6P2LTWUxUmdZT7Ifw34H9Zkp {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #E8xRsDiMOdLn85HBbnQnqEK7xxzktmZo {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #cThSH8nw6CNfkTXltfimAoU5uK1VMPnK {  }
 }@media only screen and (max-width: 763px) { #aeraLiVMinpgFXXWWCF4np1hq42ie4Wm #KKgnTur2mS2xpT0RQrVl6FruD9sdD8OO {  }
 }@media only screen and (max-width: 763px) { #WvlrN6XexWM0S8GKK0qpATWM3d270UE6 { width:20rem;height:9.375rem;top:8.6352529525756rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsTuPydKVXnVMnyOTELCSPPJqaEhM8bD { width:16.1246875rem;height:5.77393125rem;top:102.49918365479rem;left:3.8745115995407rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgfv72rlLVbT05fVnB4dCTmIlILrq1a { width:1.749675rem;height:1.25rem;top:102.49918365479rem;left:0.71858727931975rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUK3xUcqsmVGoahJ61NoSs6wLtz3VPUz { width:1.31185rem;height:1.31185rem;top:104.72981452942rem;left:0.93668615818025rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdS5CbTzvnRLv7PGLNoNvFHaPJo5yiyp { width:1.749675rem;height:1.3745125rem;top:106.95067977905rem;left:0.71858727931975rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKOr50KdAL615ly5cF7fmOTMJTq4AM9O { width:20rem;height:13.3325rem;top:91.148271560669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0enWoS7Py5IQeMrFZhMfDgFd3QGaeF { display:flex;width:2.374675rem;height:2.374675rem;top:110.60546112061rem;left:6.3745115995406rem; }
#tT0enWoS7Py5IQeMrFZhMfDgFd3QGaeF > img { max-width: 100%;max-height:100%; width:2.374675rem; height:2.374675rem; } }@media only screen and (max-width: 763px) { #GknfBecJclXtyEaxvpN1leazhpxAEi2v { display:flex;width:2.374675rem;height:2.374675rem;top:110.60546112061rem;left:10.749511122704rem; }
#GknfBecJclXtyEaxvpN1leazhpxAEi2v > img { max-width: 100%;max-height:100%; width:2.374675rem; height:2.374675rem; } }@media only screen and (max-width: 763px) { #JeQikXJbRGOd1CBPU1x3AZEz6WutUbAQ { width:20rem;height:2.8125rem;top:115.16682434082rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }