.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://images.assets-landingi.com/bcbDe8R9/bg2.jpg");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; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 { 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; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { background-color: transparent; background-image: none; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container > .video-iframe-container { display: none; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row > .video-iframe-container { display: none; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .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); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { border-width: 0; border-radius: 0; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#hE8Qu3KfINX8VpcAkmLePxW5bKsNrxhC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:13px;left:4.5px;overflow:hidden;display:block; }
#MuJkQswzpcbKsfSQyWSVSG1ZpHxwKqvt { color:#1a4097;display:block;width:220px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:105.5px;height:20.8px;display:block; }
#dZNDw6tN8lWgSBn6OKu7hf1JlZXTFwai { color:#1a4097;display:block;width:162px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28px;left:522px;height:20.8px;display:block; }
#so75E4EOAoSxgGOTWpRCBIsERz6xkNtF { 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:24px;width:24px;top:26px;left:489px;overflow:hidden;display:block; }
#NxOurv0GxOisN2T1HPmgISEWKpKeS3X1 { color:#1a4097;display:block;width:205px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28px;left:755px;height:20.8px;display:block; }
#RV6X3xOnUzfB7X3Rz55tuUyhl7JxzDet { 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:22px;width:22px;top:26px;left:722px;overflow:hidden;display:block; }
#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:#5ae4d9;background-image:url("https://images.assets-landingi.com/d0Uq2ef8/sekcja2_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { border-width: 0; border-radius: 0; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:960px;height:721px;font-size:14px;font-family:"open sans";position:relative;display:block; }#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-form-header {  }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:16px;font-weight:400;color:#ffffff;width:384px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-bottom:4px;margin-left:0;display:block;width:384px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:384px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:384px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:84px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#f2f9ff;width:268px;height:50px;font-family:"open sans";overflow:hidden; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .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";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:365px;overflow:hidden;font-style:normal; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-container:first-of-type{padding-top:0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-container:last-of-type{padding-bottom:0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:384px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:353px;left:0px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:384px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;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; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo {display:block;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:384px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:353px;left:0px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #nU4ub7LVs1cVfL60w8TPKZ5TZEWtEPg5 { position:relative; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #ITVTumWWBJMyr1RTI539y9aD0inpFRdo { position:relative;display:block; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #CUhwl5CG7aED0SrDxmC3dBDbELdJFUM7 { position:relative; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #GT9SCOeZfRkA5kOiwm4yIlaH0PpzD77d { position:relative; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #fkU2SL6XrgpA3Tot5y7taJsQkdTadoSS { position:relative;display:block; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #OTaaFTz92ofATFZJxwTSlWuH4OLgD35m { position:relative; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #u4pPHkUqRcUBN78sz3ZeZnmZVPsI6aPM { position:relative; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo #gO52xaVyGiLVPNOuOpvvlESvRt6Z1ehw { position:relative; }
#dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { color:#ffffff;display:block;width:383px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:274px;left:20.5px;height:86.4px;display:block; }
#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:#ffffff;display:block;width:445px;position:absolute;font-family:"open sans";font-size:59px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:72.800003051758px;left:20.5px;height:177px;font-style:normal;display:block; }
#SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61b37f32-5ca6-438a-bbad-aa3c7540397c/Tbilisiresized.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:240px;top:0px;left:720px;display:block; }#SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.adaptive-delivery-prevent-bg, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyload, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyloading { background-image: none; }
#XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { position:absolute;display:block;z-index:15005;background-color:rgba(110,88,187,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:240px;top:240px;left:720px;display:block; }
#VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a44ad40-e71f-40ff-97a5-bccf19b7d649/filters_focal.webp");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:240px;top:480px;left:720px;display:block; }#VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.adaptive-delivery-prevent-bg, #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.lazyload, #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.lazyloading { background-image: none; }
#XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e651e458-4be9-4d96-b105-f2051c4f55c2/ANANURI.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:240px;top:0px;left:481px;display:block; }#XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.adaptive-delivery-prevent-bg, #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.lazyload, #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.lazyloading { background-image: none; }
#k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5ac6cff-d0db-4d8c-ab65-4a2772e92f36/234703.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:240px;top:240px;left:481px;display:block; }#k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE.adaptive-delivery-prevent-bg, #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE.lazyload, #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE.lazyloading { background-image: none; }
#TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { position:absolute;display:block;z-index:15009;background-color:rgba(244,71,97,0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:240px;top:480px;left:481px;display:block; }
#UgTawbN2B0LhogTBpNGiC4OTpD7V3GGr { color:#ffffff;display:block;width:90px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:653px;left:16px;height:28.8px;display:block; }
#cCOheRl8x7QR52AebiFTr3noiyCWUanr { background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/b7E4bM9w/arrow_down.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30px;height:30px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:652px;left:116.5px;display:block; }#cCOheRl8x7QR52AebiFTr3noiyCWUanr.adaptive-delivery-prevent-bg, #cCOheRl8x7QR52AebiFTr3noiyCWUanr.lazyload, #cCOheRl8x7QR52AebiFTr3noiyCWUanr.lazyloading { background-image: none; }
#UPAMVszikLSVTQnTKhXoWuu0yHcM2BJw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XnkJ50sBCOpiISpvxMtyTOH16mRgVRoK { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:323.60000610352px;left:734.50003051758px;height:83.2px;font-style:normal;display:block; }
#aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { color:#ffffff;display:block;width:181px;position:absolute;font-family:"open sans";font-size:50px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:578px;left:505px;height:65px;font-style:normal;display:block; }
#nirzwCLoNhcvqcQoTEckc84vD1tHCLom { color:#ffffff;display:block;width:186px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:558px;left:512px;height:20.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4NfGvbz8/sekcja3_bg.jpg");background-position:top 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; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P.adaptive-delivery-prevent-bg, #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P.lazyload, #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P.lazyloading { background-image: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { background-color: transparent; background-image: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .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); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { border-width: 0; border-radius: 0; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { font-size:14px;font-family:arial;height:593px;width:960px;position:relative;display:block; }#yoybVHGXTpktzVyVppe9A0KRaT5Qi6GW { z-index:15003;top:440px;left:712.5px;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QnRsLDPdeZshWdxBAT6TgLfwlyVtXXI9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a44ad40-e71f-40ff-97a5-bccf19b7d649/filters_focal.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 11px 20px 40px rgba(49,60,88,0.34) ;height:368px;width:368px;top:72px;left:0px;display:block; }#GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M.adaptive-delivery-prevent-bg, #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M.lazyload, #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M.lazyloading { background-image: none; }
#d0N1myv7SGtGRbhSswuT1kvVqx4u4ZM3 { color:#1a4097;display:block;width:584px;position:absolute;font-family:"open sans";font-size:60px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:31.800018310547px;left:376.00003051758px;height:144px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { position:absolute;display:block;z-index:15002;background-color:#1a4097;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 11px 20px 40px rgba(49,60,88,0.34) ;height:352px;width:635px;top:175px;left:325px;display:block; }
#otixeBELyJfi6MOX27ynTu8leMvVBTpw { color:#ffffff;display:block;width:258px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:210px;left:417.5px;height:72px;display:block; }
#M0l9fQH8knIfbD0XR1m8H5sMQZQeCup8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20px;width:21px;top:218px;left:691.5px;overflow:hidden;display:block; }
#VQNTQVVpd0mQfBOTLqXg4oeNDfS48Sco { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20px;width:21px;top:218px;left:722.5px;overflow:hidden;display:block; }
#BrwB0bVxfIEMu7GLmKV31rQTTRzd0wVy { 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:20px;width:21px;top:218px;left:752px;overflow:hidden;display:block; }
#yMUSJuP8TiMyltnoeMZtLHhhAcINfA1D { position:absolute;display:block;z-index:15010;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:20px;width:21px;top:218px;left:783px;overflow:hidden;display:block; }
#mggMEATdniVRAIeWq0xbVeN2TQAbgdVx { color:#ffffff;display:block;width:185px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:327px;left:450.484375px;height:20.8px;display:block; }
#DfkATQPnXCWtFgyn75OM1qWPDfaZ8Wzu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26px;width:42px;top:325.4000120163px;left:407.42499389648px;overflow:hidden;display:block; }
#MC1m5lFu2pkGxxPCKeq0X2vC3mCR1rfx { color:#ffffff;display:block;width:185px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:360.5px;left:450.5px;height:20.8px;display:block; }
#dJfwdkK4cv1zOWZxUMePqmnvBIs9fDDL { color:rgba(255,255,255,0.6);display:block;width:110px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:410px;left:434.5px;height:31.2px;display:block; }
#b8p7WHXotd97dpJZEx6Ai2JVCsomc25p { color:#ffffff;display:block;width:135px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;z-index:15016;line-height:.8;letter-spacing:0;top:449.99993896484px;left:436.50003051758px;height:36.8px;font-style:normal;display:block; }
#wxUc7LApOBNd494HGTPQiGoowsxkSTxq { position:absolute;display:block;z-index:15017;background-color:#f44761;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:80px;top:425px;left:413.5px;display:block; }
#LeSkuG67ecKuDz1B2Nv29OBN117lWKB6 { color:#ffffff;display:block;width:96px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:470.00000762939px;left:585.30001831055px;height:20.8px;display:block; }
#aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:480px;top:397px;left:415px;display:block; }
#nkiTqNJeBd5SiAup2pRHMhPBM9ZQVRTb { color:#ffffff;display:block;width:184px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:327px;left:710.484375px;height:20.8px;display:block; }
#FCCovPSyfDWDCJMgPcICHRhrTT7gZPlx { color:#ffffff;display:block;width:122px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:360.49993896484px;left:709.50003051758px;height:20.8px;display:block; }
#bFG7W1L2KhZETZhq4kDEzanwPzGnBBkH { position:absolute;display:block;z-index:15020;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:29px;width:29px;top:356.39999389648px;left:413.92501831055px;overflow:hidden;display:block; }
#rOyhk2Ed6dTn3zRA0MT8BNR4uDixeKnP { position:absolute;display:block;z-index:15021;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:29px;width:29px;top:322.89999389648px;left:675.50003051758px;overflow:hidden;display:block; }
#TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:480px;top:306px;left:415px;display:block; }
#Quq3Un6qFoWQd09JJtef8wnsIGOHCahC { position:absolute;display:block;z-index:15023;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:29px;width:23px;top:356.39999389648px;left:680.30001831055px;overflow:hidden;display:block; }
#V90vKmWyOcqrJUiyaUM2ima5Ts180RpU { position:absolute;display:block;z-index:15024;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:41px;width:33px;top:449.80000591278px;left:396.30001831055px;overflow:hidden;display:block; }
#RwuNTJb5QsA0yLrHHTeKvOFOAxrFgQPZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:20px;top:412.49999370575px;left:413.57311475725px;overflow:hidden;display:block; }
#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { position:relative;display:block; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { background-color: transparent; background-image: none; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container > .video-iframe-container { display: none; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row > .video-iframe-container { display: none; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .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); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { border-width: 0; border-radius: 0; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .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; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:840px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EZXyXuOQNduSyLTSMGXeI9EDAWz6442R { color:#1a4097;display:block;width:841px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.000071525574px;left:0px;height:52px;display:block; }
#uhcTitexf47Sw3w4Hc2DHUI0UBZtLEJZ { color:#1a4097;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:91.400001525879px;left:0px;height:734.4px;display:block; }
#o57t4zsgCC56HLl8CeknZka18IUitaFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LMDevdc2/sekcja2_bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o57t4zsgCC56HLl8CeknZka18IUitaFT.adaptive-delivery-prevent-bg, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyload, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyloading { background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { background-color: transparent; background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .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); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { border-width: 0; border-radius: 0; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { font-size:14px;font-family:arial;height:441px;width:960px;position:relative;display:block; }#t9HDxNBESCgV7DgVy71UN2boR3lpkcTS { color:#ffffff;display:block;width:551px;position:absolute;font-family:"open sans";font-size:60px;font-weight:400;z-index:15005;line-height:.8;letter-spacing:0;top:70px;left:405px;height:48px;font-style:normal;display:block; }
#LRxU47OhksThCTTMrnXTymAorfTqwttI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:121px;border-top-right-radius:121px;border-bottom-left-radius:121px;border-bottom-right-radius:121px;box-shadow: none;height:172px;width:172px;top:87.500007629395px;left:50.5px;overflow:hidden;display:block; }
#yr9MOdBnJDITKynIVQdqdw3kuHQKwir2 { color:#ffffff;display:block;width:556px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:166.00001525879px;left:404.00003051758px;height:163.2px;display:block; }
#M4usA8uREqzIe1WHPvksRZKWbN2K9P6N { color:#ffffff;display:block;width:297px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:375px;left:36px;height:20.8px;display:block; }
#mI2MnDcV1b96gmwL5zrtuk1Dn0FUPc5l { color:#ffffff;display:block;width:299px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:410px;left:36px;height:20.8px;display:block; }
#KsguIEWO5ASWxqPBJk8AkaI4OXE8nZ84 { position:absolute;display:block;z-index:15090;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:15px;width:19px;top:412.5px;left:0px;overflow:hidden;display:block; }
#wQn6BvqbGTIVqTn889POpOqUxBXeXp07 { position:absolute;display:block;z-index:15091;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:21px;width:21px;top:374.5px;left:0px;overflow:hidden;display:block; }
#aeFuAMvHKg5ZTqtnihpHTMV1wv6rAgBv { position:absolute;display:block;z-index:15092;background-color:rgba(255,255,255,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:375px;left:405px;display:block; }
#yuRaLAalJVPp6eZkFS5opNWEa8sk6FEZ { position:absolute;display:block;z-index:15093;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:28px;width:25px;top:387px;left:418px;overflow:hidden;display:block; }
#U6mHkRXGspgIpPi8NgvFtqRAaupuh9Gy { position:absolute;display:block;z-index:15096;background-color:rgba(255,255,255,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:375px;left:473px;display:block; }
#QPAQCXamsF99HQU2lgeLCMIZPkNOWZtE { position:absolute;display:block;z-index:15097;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:25px;width:25px;top:389px;left:484px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 { display:block; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE8Qu3KfINX8VpcAkmLePxW5bKsNrxhC { width:50px;height:50px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MuJkQswzpcbKsfSQyWSVSG1ZpHxwKqvt { width:220px;height:20px;top:28px;left:7.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dZNDw6tN8lWgSBn6OKu7hf1JlZXTFwai { width:162px;height:20px;top:28px;left:424.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #so75E4EOAoSxgGOTWpRCBIsERz6xkNtF { width:24px;height:24px;top:26px;left:391px;display:block; }
 }@media only screen and (max-width: 763px) { #NxOurv0GxOisN2T1HPmgISEWKpKeS3X1 { width:205px;height:20px;top:28px;left:559px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RV6X3xOnUzfB7X3Rz55tuUyhl7JxzDet { width:22px;height:22px;top:26px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-regular-label { width:384px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-text { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-textarea { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-select { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-checkbox-label { width:365px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo  { width:384px;height:auto;top:353px;left:0px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .radio-container { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo {display:block;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo { width:384px;height:auto;top:353px;left:0px; }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #nU4ub7LVs1cVfL60w8TPKZ5TZEWtEPg5 {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #ITVTumWWBJMyr1RTI539y9aD0inpFRdo { display:block; }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #CUhwl5CG7aED0SrDxmC3dBDbELdJFUM7 {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #GT9SCOeZfRkA5kOiwm4yIlaH0PpzD77d {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #fkU2SL6XrgpA3Tot5y7taJsQkdTadoSS {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #OTaaFTz92ofATFZJxwTSlWuH4OLgD35m {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #u4pPHkUqRcUBN78sz3ZeZnmZVPsI6aPM {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #gO52xaVyGiLVPNOuOpvvlESvRt6Z1ehw {  }
 }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:383px;height:86px;top:274px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:445px;height:177px;top:72px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z { width:240px;height:240px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:240px;height:240px;top:240px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { width:240px;height:240px;top:480px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ { width:240px;height:240px;top:0px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE { width:240px;height:240px;top:240px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:240px;height:240px;top:480px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #UgTawbN2B0LhogTBpNGiC4OTpD7V3GGr { width:90px;height:28px;top:653px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cCOheRl8x7QR52AebiFTr3noiyCWUanr { width:30px;height:30px;top:652px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UPAMVszikLSVTQnTKhXoWuu0yHcM2BJw { display:block; }
 }@media only screen and (max-width: 763px) { #XnkJ50sBCOpiISpvxMtyTOH16mRgVRoK { width:205px;height:83px;top:323px;left:559px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:181px;height:65px;top:578px;left:407px;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:186px;height:20px;top:558px;left:414px;display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoybVHGXTpktzVyVppe9A0KRaT5Qi6GW { top:440px;left:584px;width:225px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QnRsLDPdeZshWdxBAT6TgLfwlyVtXXI9 { display:block; }
 }@media only screen and (max-width: 763px) { #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M { width:368px;height:368px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d0N1myv7SGtGRbhSswuT1kvVqx4u4ZM3 { width:584px;height:144px;top:31px;left:180px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:635px;height:352px;top:175px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #otixeBELyJfi6MOX27ynTu8leMvVBTpw { width:258px;height:72px;top:210px;left:319.50003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M0l9fQH8knIfbD0XR1m8H5sMQZQeCup8 { width:21px;height:20px;top:218px;left:593.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VQNTQVVpd0mQfBOTLqXg4oeNDfS48Sco { width:21px;height:20px;top:218px;left:624.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BrwB0bVxfIEMu7GLmKV31rQTTRzd0wVy { width:21px;height:20px;top:218px;left:654px;display:block; }
 }@media only screen and (max-width: 763px) { #yMUSJuP8TiMyltnoeMZtLHhhAcINfA1D { width:21px;height:20px;top:218px;left:685px;display:block; }
 }@media only screen and (max-width: 763px) { #mggMEATdniVRAIeWq0xbVeN2TQAbgdVx { width:185px;height:20px;top:326px;left:352.47500610352px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DfkATQPnXCWtFgyn75OM1qWPDfaZ8Wzu { width:42px;height:26px;top:325px;left:309.42499389648px;display:block; }
 }@media only screen and (max-width: 763px) { #MC1m5lFu2pkGxxPCKeq0X2vC3mCR1rfx { width:185px;height:20px;top:360px;left:352.50003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dJfwdkK4cv1zOWZxUMePqmnvBIs9fDDL { width:110px;height:31px;top:409px;left:336.50003051758px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #b8p7WHXotd97dpJZEx6Ai2JVCsomc25p { width:135px;height:37px;top:449px;left:338.50003051758px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wxUc7LApOBNd494HGTPQiGoowsxkSTxq { width:80px;height:1px;top:425px;left:315.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LeSkuG67ecKuDz1B2Nv29OBN117lWKB6 { width:96px;height:20px;top:470px;left:487.30001831055px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:480px;height:1px;top:397px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #nkiTqNJeBd5SiAup2pRHMhPBM9ZQVRTb { width:184px;height:20px;top:327px;left:580px;display:block; }
 }@media only screen and (max-width: 763px) { #FCCovPSyfDWDCJMgPcICHRhrTT7gZPlx { width:122px;height:21px;top:360px;left:611.50003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bFG7W1L2KhZETZhq4kDEzanwPzGnBBkH { width:29px;height:29px;top:356px;left:315.92501831055px;display:block; }
 }@media only screen and (max-width: 763px) { #rOyhk2Ed6dTn3zRA0MT8BNR4uDixeKnP { width:29px;height:29px;top:322px;left:577.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:480px;height:1px;top:306px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #Quq3Un6qFoWQd09JJtef8wnsIGOHCahC { width:23px;height:29px;top:356px;left:582.30001831055px;display:block; }
 }@media only screen and (max-width: 763px) { #V90vKmWyOcqrJUiyaUM2ima5Ts180RpU { top:449px;left:298.30001831055px;width:33px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #RwuNTJb5QsA0yLrHHTeKvOFOAxrFgQPZ { top:412px;left:315.57311475725px;width:20px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { display:block; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZXyXuOQNduSyLTSMGXeI9EDAWz6442R { width:764px;height:52px;top:16px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #uhcTitexf47Sw3w4Hc2DHUI0UBZtLEJZ { width:764px;height:734px;top:91px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o57t4zsgCC56HLl8CeknZka18IUitaFT { display:block; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9HDxNBESCgV7DgVy71UN2boR3lpkcTS { width:551px;height:48px;top:70px;left:213px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #LRxU47OhksThCTTMrnXTymAorfTqwttI { width:172px;height:172px;top:87px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yr9MOdBnJDITKynIVQdqdw3kuHQKwir2 { width:556px;height:163px;top:166px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M4usA8uREqzIe1WHPvksRZKWbN2K9P6N { width:297px;height:20px;top:375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mI2MnDcV1b96gmwL5zrtuk1Dn0FUPc5l { width:299px;height:20px;top:410px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KsguIEWO5ASWxqPBJk8AkaI4OXE8nZ84 { width:19px;height:15px;top:412px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wQn6BvqbGTIVqTn889POpOqUxBXeXp07 { width:21px;height:21px;top:374px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aeFuAMvHKg5ZTqtnihpHTMV1wv6rAgBv { width:50px;height:50px;top:375px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #yuRaLAalJVPp6eZkFS5opNWEa8sk6FEZ { width:25px;height:28px;top:387px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #U6mHkRXGspgIpPi8NgvFtqRAaupuh9Gy { width:50px;height:50px;top:375px;left:375px;display:block; }
 }@media only screen and (max-width: 763px) { #QPAQCXamsF99HQU2lgeLCMIZPkNOWZtE { width:25px;height:25px;top:389px;left:386px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 { display:block; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE8Qu3KfINX8VpcAkmLePxW5bKsNrxhC { width:42px;height:42px;top:7px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MuJkQswzpcbKsfSQyWSVSG1ZpHxwKqvt { width:182px;height:20.8px;top:18px;left:96px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dZNDw6tN8lWgSBn6OKu7hf1JlZXTFwai { width:162px;height:20px;top:121px;left:60px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #so75E4EOAoSxgGOTWpRCBIsERz6xkNtF { width:24px;height:24px;top:119px;left:29px;display:none; }
 }@media only screen and (max-width: 763px) { #NxOurv0GxOisN2T1HPmgISEWKpKeS3X1 { width:205px;height:20px;top:157px;left:66px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RV6X3xOnUzfB7X3Rz55tuUyhl7JxzDet { width:22px;height:22px;top:156px;left:29px;display:none; }
 }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:#5ae4d9;background-image:url("https://images.assets-landingi.com/d0Uq2ef8/sekcja2_bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:320px;height:1051px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-input-button { width:196px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo  { width:280px;height:auto;top:211.20001220703px;left:0px; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Zn3dstvsB21m025CF32x9aKwVUHAeJKo {display:block;}#Zn3dstvsB21m025CF32x9aKwVUHAeJKo { width:280px;height:auto;top:211.20001220703px;left:0px; }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #nU4ub7LVs1cVfL60w8TPKZ5TZEWtEPg5 {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #ITVTumWWBJMyr1RTI539y9aD0inpFRdo { display:block; }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #CUhwl5CG7aED0SrDxmC3dBDbELdJFUM7 {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #GT9SCOeZfRkA5kOiwm4yIlaH0PpzD77d {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #fkU2SL6XrgpA3Tot5y7taJsQkdTadoSS {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #OTaaFTz92ofATFZJxwTSlWuH4OLgD35m {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #u4pPHkUqRcUBN78sz3ZeZnmZVPsI6aPM {  }
 }@media only screen and (max-width: 763px) { #Zn3dstvsB21m025CF32x9aKwVUHAeJKo #gO52xaVyGiLVPNOuOpvvlESvRt6Z1ehw {  }
 }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:296px;height:70.2px;top:141.80000686646px;left:11.987500190735px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:319px;height:83.6px;top:33.787502288818px;left:0px;text-align:left;text-align-last:left;font-size:38px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z { width:160px;height:160px;top:502px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rwXaSOPa/sekcja2_foto2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.adaptive-delivery-prevent-bg, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyload, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:160px;height:160px;top:662px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { width:160px;height:160px;top:822px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ { width:160px;height:160px;top:502px;left:160px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/yhGK0kb4/sekcja2_foto1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.adaptive-delivery-prevent-bg, #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.lazyload, #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE { width:160px;height:160px;top:662px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:160px;height:160px;top:822px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UgTawbN2B0LhogTBpNGiC4OTpD7V3GGr { width:90px;height:28.8px;top:1011.9875488281px;left:11.987500190735px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCOheRl8x7QR52AebiFTr3noiyCWUanr { width:30px;height:30px;top:1011.3999938965px;left:101.98750400543px;display:block; }
 }@media only screen and (max-width: 763px) { #UPAMVszikLSVTQnTKhXoWuu0yHcM2BJw { display:block; }
 }@media only screen and (max-width: 763px) { #XnkJ50sBCOpiISpvxMtyTOH16mRgVRoK { width:146px;height:59.8px;top:712px;left:169px;text-align:left;text-align-last:left;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:126px;height:39px;top:890px;left:20px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:104px;height:20.8px;top:870px;left:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:320px;height:657px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoybVHGXTpktzVyVppe9A0KRaT5Qi6GW { top:568.00000762939px;left:47.500000953674px;width:225px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QnRsLDPdeZshWdxBAT6TgLfwlyVtXXI9 { display:block; }
 }@media only screen and (max-width: 763px) { #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M { width:320px;height:146px;top:97px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d0N1myv7SGtGRbhSswuT1kvVqx4u4ZM3 { width:320px;height:96px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:320px;height:412px;top:242.9999961853px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #otixeBELyJfi6MOX27ynTu8leMvVBTpw { width:258px;height:52.8px;top:254.00007629395px;left:16.787499427795px;text-align:left;text-align-last:left;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #M0l9fQH8knIfbD0XR1m8H5sMQZQeCup8 { width:21px;height:20px;top:287.60000228882px;left:120.50000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #VQNTQVVpd0mQfBOTLqXg4oeNDfS48Sco { width:21px;height:20px;top:287.60000228882px;left:149.50000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #BrwB0bVxfIEMu7GLmKV31rQTTRzd0wVy { width:21px;height:20px;top:287.60000228882px;left:179.79999637604px;display:block; }
 }@media only screen and (max-width: 763px) { #yMUSJuP8TiMyltnoeMZtLHhhAcINfA1D { width:21px;height:20px;top:287.60000228882px;left:209.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #mggMEATdniVRAIeWq0xbVeN2TQAbgdVx { width:218px;height:20.8px;top:339.00001144409px;left:60.000000953674px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DfkATQPnXCWtFgyn75OM1qWPDfaZ8Wzu { width:45px;height:28px;top:335.40002059937px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #MC1m5lFu2pkGxxPCKeq0X2vC3mCR1rfx { width:218px;height:20.8px;top:369.79999923706px;left:60.000000953674px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJfwdkK4cv1zOWZxUMePqmnvBIs9fDDL { width:52px;height:24.7px;top:486.50001525879px;left:119.7874994278px;text-align:left;text-align-last:left;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #b8p7WHXotd97dpJZEx6Ai2JVCsomc25p { width:119px;height:24px;top:510.39999389648px;left:85.000000953674px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wxUc7LApOBNd494HGTPQiGoowsxkSTxq { width:58px;height:1px;top:497.85000610352px;left:119.7874994278px;display:block; }
 }@media only screen and (max-width: 763px) { #LeSkuG67ecKuDz1B2Nv29OBN117lWKB6 { width:96px;height:18.2px;top:517.39999389648px;left:173.58750247955px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:320px;height:1px;top:465.9999961853px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nkiTqNJeBd5SiAup2pRHMhPBM9ZQVRTb { width:218px;height:20.8px;top:398.00001144409px;left:59.000000953674px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCCovPSyfDWDCJMgPcICHRhrTT7gZPlx { width:152px;height:20.8px;top:428.00001144409px;left:60.000000953674px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFG7W1L2KhZETZhq4kDEzanwPzGnBBkH { width:27px;height:27px;top:367.40002059937px;left:16.787499427795px;display:block; }
 }@media only screen and (max-width: 763px) { #rOyhk2Ed6dTn3zRA0MT8BNR4uDixeKnP { width:25px;height:25px;top:395.80001449585px;left:18.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:320px;height:1px;top:323.00001144409px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Quq3Un6qFoWQd09JJtef8wnsIGOHCahC { width:23px;height:29px;top:424.80001449585px;left:21.000000953674px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V90vKmWyOcqrJUiyaUM2ima5Ts180RpU { width:20px;height:25px;top:510.19999694824px;left:62.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #RwuNTJb5QsA0yLrHHTeKvOFOAxrFgQPZ { width:11px;height:16px;top:490.25000610352px;left:107.46129432801px;display:block; }
 }@media only screen and (max-width: 763px) { #tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { display:block; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container { width:320px;height:1845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZXyXuOQNduSyLTSMGXeI9EDAWz6442R { width:297px;height:72.8px;top:11.987518310547px;left:11.487500190735px;text-align:left;text-align-last:left;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #uhcTitexf47Sw3w4Hc2DHUI0UBZtLEJZ { width:299px;height:1734px;top:102.58755493164px;left:10.487500190735px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o57t4zsgCC56HLl8CeknZka18IUitaFT { background-color:#1b57c7;background-image:url("https://images.assets-landingi.com/LMDevdc2/sekcja2_bg4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#o57t4zsgCC56HLl8CeknZka18IUitaFT.adaptive-delivery-prevent-bg, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyload, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyloading { background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { background-color: transparent; background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .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); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { width:320px;height:578px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9HDxNBESCgV7DgVy71UN2boR3lpkcTS { width:184px;height:33.6px;top:37.75px;left:109.7874994278px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #LRxU47OhksThCTTMrnXTymAorfTqwttI { width:64px;height:64px;top:18.5625px;left:15.800000190735px;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;display:block; }
 }@media only screen and (max-width: 763px) { #yr9MOdBnJDITKynIVQdqdw3kuHQKwir2 { width:290px;height:299.2px;top:108.00012779236px;left:14.987500190735px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M4usA8uREqzIe1WHPvksRZKWbN2K9P6N { width:225px;height:20.8px;top:423px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mI2MnDcV1b96gmwL5zrtuk1Dn0FUPc5l { width:235px;height:20.8px;top:464px;left:71px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KsguIEWO5ASWxqPBJk8AkaI4OXE8nZ84 { width:19px;height:15px;top:467px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #wQn6BvqbGTIVqTn889POpOqUxBXeXp07 { width:21px;height:21px;top:423px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #aeFuAMvHKg5ZTqtnihpHTMV1wv6rAgBv { width:50px;height:50px;top:507px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #yuRaLAalJVPp6eZkFS5opNWEa8sk6FEZ { width:25px;height:28px;top:519px;left:183px;display:block; }
 }@media only screen and (max-width: 763px) { #U6mHkRXGspgIpPi8NgvFtqRAaupuh9Gy { width:50px;height:50px;top:507px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #QPAQCXamsF99HQU2lgeLCMIZPkNOWZtE { width:25px;height:25px;top:521px;left:121px;display:block; }
 }