.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { background-color: transparent; background-image: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container > .video-iframe-container { display: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row > .video-iframe-container { display: none; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .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); }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { border-width: 0; border-radius: 0; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:544px;top:0;left:219px;overflow:hidden;display:block; }
#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { background-color:#41413b;background-image:url("https://images.assets-landingi.com/gC8r1Blv/Platform_49Artboard_1.png");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { background-color: transparent; background-image: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container > .video-iframe-container { display: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row > .video-iframe-container { display: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .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); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { border-width: 0; border-radius: 0; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { font-size:14px;font-family:arial;height:706px;width:960px;overflow:visible;position:relative;display:block; }#V3WApiLe7h0CUAFpJCfpub0fAZpyKeVB { position:absolute;display:block;z-index:100004;background-color:rgba(80,187,211,0.55);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;height:645px;width:416px;top:38px;left:58px;display:block; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-form-header { font-size:14px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#034da1;width:361px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:361px;box-sizing:border-box;height:48px;color:#161616;font-size:14px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-text {padding-top: 0; padding-bottom: 0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:361px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:361px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-select {padding-top: 0; padding-bottom: 0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-button { background-color:#386abe;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;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:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:361px;height:48px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:345px;overflow:hidden;font-style:normal;float:none; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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;float:none; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-container:first-of-type{padding-top:0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-container:last-of-type{padding-bottom:0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:361px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:38px;left:61.5px;font-size:14px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:361px;display:block;vertical-align:top; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-info-text { font-size:12px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn {display:block;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:361px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:38px;left:61.5px;font-size:14px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #Mo9JvZAU56nLcUvN2pbXGxpogX9EZhef { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #gPcl9T8fy7TDz9mMRpRJLLVcKFELPO4Z { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #RcXdGpTH9nRfMTAabcuacT6qFnDTNIzV { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #HJzTyfNuS08cllVM0orxlyJ4JOiX3OqB { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #cRQ2TqxDrI9JHUl0wlfy5eL5ZPbLM4qf { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #mRFNLIgwJZwn7OBJFxiCSstXoXdyCr20 { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #NSyXRPCGR2xwstktmQQ2uOopP9yWxp4W { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #W0vSJnQpK3chrfqa54mbERP6fHUKuPEH { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #GZOD0WpewmhhCxPE7KH85C3cyMtwCvnu { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #L2TJEAaLpoyzh1aE7A2so3pbmGbCRmNC { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #uEPJytR7Jsn9GEuS4ONFBvRIFz7aryfO { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #okuWS52Dh3CrUFEP99n2XqkfoTtGPPho { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #s8uVAnV7ZtoXmEqywufvCEhvfei6q9g9 { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #edaTfx4OgTM9e11oIqnK8X1wGJWGZXko { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #nRyP9kBMiOyGa0Sd8Wh6kF1Fka5dEOrJ { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #PIxkxn1lKl9Sn7HintQ1JymuXTPMqG0D { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #UJaM0PZwLlyoTBWktWL3l3TOFH2kRPWy { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #bpvPJMPR9GpNNxLvq7swNIOHcLQufDoo { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #qut1HB7bdpLMshPW8LQpcehKw2Meg4MR { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #MTrQwhkZbangpqJdofEonbF7L60xaVWT { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #tCxkMU87pD8gkwt26zK2m74OKbrVIHMW { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #i6MXNlkh76WDe2pt1AEvh3egnK0wUyiH { position:relative;top:0px;left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #ODQNAN7kDRLwAqARBBOApaXAqAHxGtqM { position:relative; }
#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yULdpNGq/sekcja3_bg2_copy_copy.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { background-color: transparent; background-image: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .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); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { border-width: 0; border-radius: 0; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { font-size:14px;font-family:arial;height:468px;width:960px;position:relative;display:block; }#D02t2WhoNThnRsAVPPhWlWs9KVTOlkfT { color:#405466;display:block;width:577px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:9px;left:175px;height:49px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiBr0UQVBI3uUskQsc8z6U3AHhdCyEef { color:#405466;display:block;width:162px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100002;line-height:3;letter-spacing:0;top:55px;left:709px;height:48px;text-align:right;text-align-last:right;display:block; }
#E4sXM9UkgJJx7381WtHXSNXB3QCpwSBP { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:65px;left:881px;overflow:hidden;display:block; }
#KCes5Xeoqd0ZwJEPCVp0Es9M52CgExzn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:255px;left:879px;overflow:hidden;display:block; }
#mNTaOleMZ8J9pfSR2stW11zLHgQycQPE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:281px;left:879px;overflow:hidden;display:block; }
#NlcUTTwIay9pGziFpCBgmzOuC3ZCBngJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:310px;left:879px;overflow:hidden;display:block; }
#Sk9B9TW3hVPyCt3SZnDPrT93d9RkK0yE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:337px;left:879px;overflow:hidden;display:block; }
#z6iDRDBeZf6O5PpCzVfoQnkklThV4Adl { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:228px;left:879px;overflow:hidden;display:block; }
#xF4i8MnWOP4QXiBzG2s0wDVyhOfelXZh { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:178px;left:879px;overflow:hidden;display:block; }
#TOuVAv4DbUnStDCLfpULCQstUWEmlWMt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:203px;left:879px;overflow:hidden;display:block; }
#qtffOD7HZPO3XF3AcfqHkJs5xh2ch1X5 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:152px;left:879px;overflow:hidden;display:block; }
#w2ANunedv8OLRMT91bGCoeEg1oeEUp02 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:124px;left:880px;overflow:hidden;display:block; }
#tan026RQ1OwlstpPKo4zIVnzLmu9F7XD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:96px;left:881px;overflow:hidden;display:block; }
#GKWThiSr4Dm4MUcNgFOFWaNPc9x90ZSt { color:#405466;display:block;width:272px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100003;line-height:3;letter-spacing:0;top:193px;left:598px;height:48px;text-align:right;text-align-last:right;display:block; }
#E99QL7TAEA4ZyTlb3I8ANPxt4yoeKkr7 { color:#405466;display:block;width:271px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:3;letter-spacing:0;top:218px;left:599px;height:48px;text-align:right;text-align-last:right;display:block; }
#gPX8l8tcEdtA3UVPKNQyVv41TPi9PrJw { color:#405466;display:block;width:288px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100005;line-height:3;letter-spacing:0;top:245px;left:586px;height:48px;text-align:right;text-align-last:right;display:block; }
#hzBwCFGthWWNOp2k0KPiT5kTJxtFUAv1 { color:#405466;display:block;width:237px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100006;line-height:3;letter-spacing:0;top:271px;left:637px;height:48px;text-align:right;text-align-last:right;display:block; }
#JspwfoFaAOp9KB5ebTmzcakdHUWoOapT { color:#405466;display:block;width:256px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100007;line-height:3;letter-spacing:0;top:300px;left:614px;height:48px;text-align:right;text-align-last:right;display:block; }
#cl1EQN4UZSTKFKRZfTSwuQFSteSfH41O { color:#405466;display:block;width:282px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:3;letter-spacing:0;top:327px;left:589px;height:48px;text-align:right;text-align-last:right;display:block; }
#IJQawMTJqLaMrgoC2AhQt7FS1NTlEMUR { color:#405466;display:block;width:268px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100003;line-height:3;letter-spacing:0;top:84px;left:603px;height:48px;text-align:right;text-align-last:right;display:block; }
#PayA0XX0Ph9W4ZROs4TP4TriuZZqIoNr { color:#405466;display:block;width:246px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:3;letter-spacing:0;top:141px;left:618px;height:48px;text-align:right;text-align-last:right;display:block; }
#TTNSQQTlJHeF4I4dGvm1vPoxBJA3NMmB { color:#405466;display:block;width:326px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100005;line-height:3;letter-spacing:0;top:165px;left:548px;height:48px;text-align:right;text-align-last:right;display:block; }
#qpcaa0VQUoIaczXltpx6ckk9OvgSx6Qp { color:#405466;display:block;width:232px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100004;line-height:3;letter-spacing:0;top:114px;left:638px;height:48px;text-align:right;text-align-last:right;display:block; }
#SUfROLKMDlsz0IR3UM0GyBX708qr34zT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:366px;left:879px;overflow:hidden;display:block; }
#FJuRtag2Pq2oB4742qFcpb27paNyQZex { color:#405466;display:block;width:210px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100011;line-height:3;letter-spacing:0;top:356px;left:661px;height:48px;text-align:right;text-align-last:right;display:block; }
#amcTEzenfuxBBbPBhnTHxybTC2DA3DK2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:394px;left:880px;overflow:hidden;display:block; }
#aTf9IMv6ZI2LlTRqWTyRdl53Ib1Xkb0I { color:#405466;display:block;width:210px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100015;line-height:3;letter-spacing:0;top:390px;left:661px;height:48px;text-align:right;text-align-last:right;display:block; }
#r24bl47Hw8eDwvCIXZlAf22pHRqJfONQ { color:#405466;display:block;width:417px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100015;line-height:3;letter-spacing:0;top:417.9921875px;left:456.984375px;height:48px;text-align:right;text-align-last:right;display:block; }
#oBAdNdvdO0awTDfd7v7A6hZTHZeAttQ2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:427.9921875px;left:882.99609375px;overflow:hidden;display:block; }
#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { background-color: transparent; background-image: none; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container > .video-iframe-container { display: none; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row > .video-iframe-container { display: none; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .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); }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { border-width: 0; border-radius: 0; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { font-size:14px;font-family:arial;height:210px;width:960px;position:relative;display:block; }#snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { color:#0e0a52;display:block;width:550px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7px;left:217px;height:49px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3fX3tU3pmayQ8DThMr7fpJ6A10L83y2 { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:73px;left:818.5px;display:block; }
#Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { color:#000000;display:block;width:273px;position:absolute;font-family:cairo;font-size:15px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:145px;left:671px;height:19px;display:block; }
#rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { color:#000000;display:block;width:216px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:145px;left:367.5px;height:20px;display:block; }
#Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:74px;left:479px;display:block; }
#ALDqD43bN4EBx96qnaw7wcFyngyWS19C { color:#000000;display:block;width:251px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:145px;left:15px;height:20px;display:block; }
#hQbN6yJKR5rrumFhoIrdzPP5BRaaBiFW { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:74px;left:113px;display:block; }
#ACg0FXUmWwRnr3xazbTrAxkz4LOAt66x { color:#000000;display:block;width:344px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:188px;left:319px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nSevalmE/sekcja3_bg2_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container { background-color: transparent; background-image: none; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container > .video-iframe-container { display: none; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row > .video-iframe-container { display: none; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .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); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container { border-width: 0; border-radius: 0; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container { font-size:14px;font-family:arial;height:477px;width:960px;position:relative;display:block; }#IsOMHv1bF8nKbmed4l2awJNX2SybIQt1 { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:47px;left:476px;height:44px;font-style:normal;display:block; }
#CyKc8rM6v5rHxhrND99Ga59QBlOy4wfc { position:absolute;display:block;z-index:100015;background-color:#b4b1b2;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:457px;top:106px;left:483px;display:block; }
#vvlKymLTPthxCgbUFK2ancPVhzepu1Tg { color:#707b8b;display:block;width:477px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100016;line-height:1.7;letter-spacing:0;top:124px;left:463px;height:81px;text-align:justify;text-align-last:initial;display:block; }
#aXtE1Zp44ggqlKRJseaEymHWBSEsI3q6 { color:#000814;display:block;width:457px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100017;line-height:1.6;letter-spacing:0;top:264px;left:484px;height:28px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MDJFasknng5XIDMyOmbsroTRVITZq0kh { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:313px;left:906px;display:block; }
#o2qDL7WzMFhUDyzdfTurdtLTuN37yF3d { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:317px;left:911px;display:block; }
#OTzx8vGN3i4qqeurN17vmuQIuCq5x2FC { color:#707b8b;display:block;width:332px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100017;line-height:2.7;letter-spacing:0;top:307px;left:571px;height:48px;text-align:left;text-align-last:left;display:block; }
#h2WNzcOJEi0TzZHqrnM8QIVwkep7rEvW { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:349px;left:907px;display:block; }
#rqf7ST7xPwyH9N7iiPgsBNvZCsTpP9v3 { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100018;line-height:2.7;letter-spacing:0;top:398px;left:711px;height:48px;text-align:left;text-align-last:left;display:block; }
#DSrPePXtKunNFLp9THUXZoaFRrH37d9d { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:27.9883px;width:27.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:360.9765625px;left:911.98828125px;display:block; }
#aa4sRdSHhTA1ifeuivrNmRm4XWudTMWe { color:#707b8b;display:block;width:181.992px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100019;line-height:2.7;letter-spacing:0;top:355px;left:711px;height:48px;text-align:left;text-align-last:left;display:block; }
#RBi1OEbPAG3WylAIRvW7wo2OkKEnVS5R { position:absolute;display:block;z-index:100018;background-color:#1b57c7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:68px;top:105px;left:483px;display:block; }
#g3Jb7QMrTPDOZgk4ECTJLA6CMRmC1E9u { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:27.9883px;width:27.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:407.20703125px;left:914.00390625px;display:block; }
#nc8ITCZDtDs0b2VVVAP7yMRT9mvXVqOH { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:35.9961px;width:35.9961px;top:403.73046875px;left:906.97265625px;display:block; }
#zKfabFkZeJWfRsBXuKZep2oaLASAF95l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRsSdoou/B99.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container { background-color: transparent; background-image: none; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container > .video-iframe-container { display: none; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row > .video-iframe-container { display: none; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .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); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container { border-width: 0; border-radius: 0; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container { font-size:14px;font-family:arial;height:514px;width:960px;position:relative;display:block; }#MBWLvmsLTRTrF9fgEdywXT8G6D5lqcFm { color:#000000;display:block;width:342px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:106.97911071777px;left:52.0625px;height:40px;font-style:normal;display:block; }
#NiaHLABmEPFSRMibRTHBTA74HezVgeJ6 { position:absolute;display:block;z-index:100002;background-color:rgba(254,228,3,0.94);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:426px;top:229.953125px;left:16px;display:block; }
#uOHIi1vUdOEJkdDsOPoJgKLJT3tI3iV2 { color:#434343;display:block;width:379px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:299px;left:158px;height:32px;font-style:normal;display:block; }
#UpmCy59oH6a9cZwGDsC3LJ3LTTmgM0mS { color:#434343;display:block;width:379px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:350px;left:158px;height:32px;font-style:normal;display:block; }
#Gz3chlHXJ3iQAiGTXUthV5OlJMSgWwIT { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:290px;left:96.5px;display:block; }
#xs0Xdi1XTr7685F4pCgKJ8qUczPBZFPt { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:400px;width:519px;top:47px;left:441px;overflow:hidden;display:block; }
#EiQLmozELZ9zbCD9hivLXEmyrrTJftHg { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:347px;left:96.5px;display:block; }
#qh9I4DTbz89yLeKzVUp4KN51DirHqMUh { color:#ffffff;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:492px;left:339.5px;height:20px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BObvXAompea9ziUEn5V51D6myrUi0rb2 { display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { top:0;left:121px;width:544px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3WApiLe7h0CUAFpJCfpub0fAZpyKeVB { width:416px;height:645px;top:38px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-regular-label { width:361px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-text { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-text {padding-top: 0; padding-bottom: 0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-textarea { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-select { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-select {padding-top: 0; padding-bottom: 0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-button { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-checkbox-label { width:345px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn  { width:361px;height:auto;top:457px;left:0; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .radio-container { width:361px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn {display:block;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn { width:361px;height:auto;top:457px;left:0; }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #Mo9JvZAU56nLcUvN2pbXGxpogX9EZhef {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #gPcl9T8fy7TDz9mMRpRJLLVcKFELPO4Z {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #RcXdGpTH9nRfMTAabcuacT6qFnDTNIzV {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #HJzTyfNuS08cllVM0orxlyJ4JOiX3OqB {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #cRQ2TqxDrI9JHUl0wlfy5eL5ZPbLM4qf {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #mRFNLIgwJZwn7OBJFxiCSstXoXdyCr20 {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #NSyXRPCGR2xwstktmQQ2uOopP9yWxp4W {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #W0vSJnQpK3chrfqa54mbERP6fHUKuPEH {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #GZOD0WpewmhhCxPE7KH85C3cyMtwCvnu {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #L2TJEAaLpoyzh1aE7A2so3pbmGbCRmNC {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #uEPJytR7Jsn9GEuS4ONFBvRIFz7aryfO {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #okuWS52Dh3CrUFEP99n2XqkfoTtGPPho {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #s8uVAnV7ZtoXmEqywufvCEhvfei6q9g9 {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #edaTfx4OgTM9e11oIqnK8X1wGJWGZXko {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #nRyP9kBMiOyGa0Sd8Wh6kF1Fka5dEOrJ {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #PIxkxn1lKl9Sn7HintQ1JymuXTPMqG0D {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #UJaM0PZwLlyoTBWktWL3l3TOFH2kRPWy {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #bpvPJMPR9GpNNxLvq7swNIOHcLQufDoo {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #qut1HB7bdpLMshPW8LQpcehKw2Meg4MR {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #MTrQwhkZbangpqJdofEonbF7L60xaVWT {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #tCxkMU87pD8gkwt26zK2m74OKbrVIHMW {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #i6MXNlkh76WDe2pt1AEvh3egnK0wUyiH {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #ODQNAN7kDRLwAqARBBOApaXAqAHxGtqM {  }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D02t2WhoNThnRsAVPPhWlWs9KVTOlkfT { width:577px;height:49px;top:9px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #hiBr0UQVBI3uUskQsc8z6U3AHhdCyEef { top:55px;left:602px;width:162px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #E4sXM9UkgJJx7381WtHXSNXB3QCpwSBP { top:65px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KCes5Xeoqd0ZwJEPCVp0Es9M52CgExzn { top:255px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #mNTaOleMZ8J9pfSR2stW11zLHgQycQPE { top:281px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NlcUTTwIay9pGziFpCBgmzOuC3ZCBngJ { top:310px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9B9TW3hVPyCt3SZnDPrT93d9RkK0yE { top:337px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #z6iDRDBeZf6O5PpCzVfoQnkklThV4Adl { top:228px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #xF4i8MnWOP4QXiBzG2s0wDVyhOfelXZh { top:178px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TOuVAv4DbUnStDCLfpULCQstUWEmlWMt { top:203px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qtffOD7HZPO3XF3AcfqHkJs5xh2ch1X5 { top:152px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #w2ANunedv8OLRMT91bGCoeEg1oeEUp02 { top:124px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #tan026RQ1OwlstpPKo4zIVnzLmu9F7XD { top:96px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GKWThiSr4Dm4MUcNgFOFWaNPc9x90ZSt { top:193px;left:492px;width:272px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #E99QL7TAEA4ZyTlb3I8ANPxt4yoeKkr7 { top:218px;left:493px;width:271px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #gPX8l8tcEdtA3UVPKNQyVv41TPi9PrJw { top:245px;left:476px;width:288px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #hzBwCFGthWWNOp2k0KPiT5kTJxtFUAv1 { top:271px;left:527px;width:237px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #JspwfoFaAOp9KB5ebTmzcakdHUWoOapT { top:300px;left:508px;width:256px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #cl1EQN4UZSTKFKRZfTSwuQFSteSfH41O { top:327px;left:482px;width:282px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #IJQawMTJqLaMrgoC2AhQt7FS1NTlEMUR { top:84px;left:496px;width:268px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #PayA0XX0Ph9W4ZROs4TP4TriuZZqIoNr { top:141px;left:518px;width:246px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #TTNSQQTlJHeF4I4dGvm1vPoxBJA3NMmB { top:165px;left:438px;width:326px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #qpcaa0VQUoIaczXltpx6ckk9OvgSx6Qp { top:114px;left:532px;width:232px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #SUfROLKMDlsz0IR3UM0GyBX708qr34zT { top:366px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #FJuRtag2Pq2oB4742qFcpb27paNyQZex { top:356px;left:554px;width:210px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #amcTEzenfuxBBbPBhnTHxybTC2DA3DK2 { top:394px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #aTf9IMv6ZI2LlTRqWTyRdl53Ib1Xkb0I { top:390px;left:554px;width:210px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #r24bl47Hw8eDwvCIXZlAf22pHRqJfONQ { top:417px;left:347px;width:417px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdNdvdO0awTDfd7v7A6hZTHZeAttQ2 { top:427px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:550px;height:49px;top:7px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #H3fX3tU3pmayQ8DThMr7fpJ6A10L83y2 { top:73px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { top:145px;left:491px;width:273px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { top:145px;left:269.5px;width:216px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { top:74px;left:381px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { top:145px;left:0;width:251px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hQbN6yJKR5rrumFhoIrdzPP5BRaaBiFW { top:74px;left:15px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ACg0FXUmWwRnr3xazbTrAxkz4LOAt66x { top:188px;left:221px;width:344px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE { display:block; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsOMHv1bF8nKbmed4l2awJNX2SybIQt1 { width:465px;height:43px;top:47px;left:299px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CyKc8rM6v5rHxhrND99Ga59QBlOy4wfc { width:456px;height:0;top:106px;left:308px;display:block; }
 }@media only screen and (max-width: 763px) { #vvlKymLTPthxCgbUFK2ancPVhzepu1Tg { width:476px;height:105px;top:124px;left:288px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXtE1Zp44ggqlKRJseaEymHWBSEsI3q6 { width:456px;height:28px;top:264px;left:308px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MDJFasknng5XIDMyOmbsroTRVITZq0kh { width:35px;height:35px;top:313px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #o2qDL7WzMFhUDyzdfTurdtLTuN37yF3d { width:27px;height:27px;top:317px;left:737px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OTzx8vGN3i4qqeurN17vmuQIuCq5x2FC { width:331px;height:47px;top:307px;left:433px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h2WNzcOJEi0TzZHqrnM8QIVwkep7rEvW { width:35px;height:35px;top:349px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #rqf7ST7xPwyH9N7iiPgsBNvZCsTpP9v3 { width:181px;height:47px;top:398px;left:583px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DSrPePXtKunNFLp9THUXZoaFRrH37d9d { width:27px;height:27px;top:360px;left:737px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aa4sRdSHhTA1ifeuivrNmRm4XWudTMWe { width:181px;height:47px;top:355px;left:583px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RBi1OEbPAG3WylAIRvW7wo2OkKEnVS5R { width:67px;height:2px;top:105px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #g3Jb7QMrTPDOZgk4ECTJLA6CMRmC1E9u { width:27px;height:27px;top:407px;left:737px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nc8ITCZDtDs0b2VVVAP7yMRT9mvXVqOH { width:35px;height:35px;top:403px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #zKfabFkZeJWfRsBXuKZep2oaLASAF95l { display:block; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBWLvmsLTRTrF9fgEdywXT8G6D5lqcFm { width:342px;height:40px;top:106px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NiaHLABmEPFSRMibRTHBTA74HezVgeJ6 { width:426px;height:210px;top:229px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uOHIi1vUdOEJkdDsOPoJgKLJT3tI3iV2 { width:379px;height:32px;top:299px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UpmCy59oH6a9cZwGDsC3LJ3LTTmgM0mS { width:379px;height:32px;top:350px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Gz3chlHXJ3iQAiGTXUthV5OlJMSgWwIT { width:50px;height:50px;top:290px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xs0Xdi1XTr7685F4pCgKJ8qUczPBZFPt { width:519px;height:400px;top:47px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #EiQLmozELZ9zbCD9hivLXEmyrrTJftHg { width:50px;height:50px;top:347px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qh9I4DTbz89yLeKzVUp4KN51DirHqMUh { top:492px;left:241.5px;width:311px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BObvXAompea9ziUEn5V51D6myrUi0rb2 { display:block; }#BObvXAompea9ziUEn5V51D6myrUi0rb2 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTldsPn7RIyTXWRTiMfCWpQgm4DcQRO { width:320px;height:56px;top:2px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 { background-color:#41413b;background-image:url("https://images.assets-landingi.com/lIMNkIyy/Platform_49Artboard_1_copy_2.png");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { background-color: transparent; background-image: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container > .video-iframe-container { display: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row > .video-iframe-container { display: none; }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .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); }#OIE0BbDHUvKTHcwX3Z05VhAcf9a2p7J5 > .row .container { width:320px;height:654px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3WApiLe7h0CUAFpJCfpub0fAZpyKeVB { width:320px;height:633px;top:14px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-text {padding-top: 0; padding-bottom: 0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-select {padding-top: 0; padding-bottom: 0;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn  { width:280px;height:auto;top:0;left:0; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn {display:block;}#CcNW08gTneVyCpypWxSHg3LUhOOGBdhn { width:280px;height:auto;top:0;left:0; }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #Mo9JvZAU56nLcUvN2pbXGxpogX9EZhef {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #gPcl9T8fy7TDz9mMRpRJLLVcKFELPO4Z {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #RcXdGpTH9nRfMTAabcuacT6qFnDTNIzV {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #HJzTyfNuS08cllVM0orxlyJ4JOiX3OqB {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #cRQ2TqxDrI9JHUl0wlfy5eL5ZPbLM4qf {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #mRFNLIgwJZwn7OBJFxiCSstXoXdyCr20 {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #NSyXRPCGR2xwstktmQQ2uOopP9yWxp4W {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #W0vSJnQpK3chrfqa54mbERP6fHUKuPEH {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #GZOD0WpewmhhCxPE7KH85C3cyMtwCvnu {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #L2TJEAaLpoyzh1aE7A2so3pbmGbCRmNC {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #uEPJytR7Jsn9GEuS4ONFBvRIFz7aryfO {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #okuWS52Dh3CrUFEP99n2XqkfoTtGPPho {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #s8uVAnV7ZtoXmEqywufvCEhvfei6q9g9 {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #edaTfx4OgTM9e11oIqnK8X1wGJWGZXko {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #nRyP9kBMiOyGa0Sd8Wh6kF1Fka5dEOrJ {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #PIxkxn1lKl9Sn7HintQ1JymuXTPMqG0D {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #UJaM0PZwLlyoTBWktWL3l3TOFH2kRPWy {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #bpvPJMPR9GpNNxLvq7swNIOHcLQufDoo {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #qut1HB7bdpLMshPW8LQpcehKw2Meg4MR {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #MTrQwhkZbangpqJdofEonbF7L60xaVWT {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #tCxkMU87pD8gkwt26zK2m74OKbrVIHMW {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #i6MXNlkh76WDe2pt1AEvh3egnK0wUyiH {  }
 }@media only screen and (max-width: 763px) { #CcNW08gTneVyCpypWxSHg3LUhOOGBdhn #ODQNAN7kDRLwAqARBBOApaXAqAHxGtqM {  }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yULdpNGq/sekcja3_bg2_copy_copy.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { background-color: transparent; background-image: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .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); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:320px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D02t2WhoNThnRsAVPPhWlWs9KVTOlkfT { width:320px;height:32px;top:7px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hiBr0UQVBI3uUskQsc8z6U3AHhdCyEef { width:159px;height:45px;top:28px;left:161px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E4sXM9UkgJJx7381WtHXSNXB3QCpwSBP { width:28px;height:28px;top:558.984375px;left:145.99609375px;display:none; }
 }@media only screen and (max-width: 763px) { #KCes5Xeoqd0ZwJEPCVp0Es9M52CgExzn { width:28px;height:28px;top:1426px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #mNTaOleMZ8J9pfSR2stW11zLHgQycQPE { width:28px;height:28px;top:1378px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #NlcUTTwIay9pGziFpCBgmzOuC3ZCBngJ { width:28px;height:28px;top:1542px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #Sk9B9TW3hVPyCt3SZnDPrT93d9RkK0yE { width:28px;height:28px;top:1658px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #z6iDRDBeZf6O5PpCzVfoQnkklThV4Adl { width:28px;height:28px;top:1194px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #xF4i8MnWOP4QXiBzG2s0wDVyhOfelXZh { width:28px;height:28px;top:962px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #TOuVAv4DbUnStDCLfpULCQstUWEmlWMt { width:28px;height:28px;top:1078px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #qtffOD7HZPO3XF3AcfqHkJs5xh2ch1X5 { width:28px;height:28px;top:846px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #w2ANunedv8OLRMT91bGCoeEg1oeEUp02 { width:28px;height:28px;top:612.98828125px;left:225.99609375px;display:none; }
 }@media only screen and (max-width: 763px) { #tan026RQ1OwlstpPKo4zIVnzLmu9F7XD { width:28px;height:28px;top:546px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #GKWThiSr4Dm4MUcNgFOFWaNPc9x90ZSt { width:200px;height:45px;top:155.984375px;left:117px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E99QL7TAEA4ZyTlb3I8ANPxt4yoeKkr7 { width:181px;height:45px;top:180.984375px;left:136px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gPX8l8tcEdtA3UVPKNQyVv41TPi9PrJw { width:197px;height:45px;top:200.984375px;left:120px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hzBwCFGthWWNOp2k0KPiT5kTJxtFUAv1 { width:164px;height:45px;top:256.984375px;left:152px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JspwfoFaAOp9KB5ebTmzcakdHUWoOapT { width:164px;height:45px;top:225.984375px;left:152px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cl1EQN4UZSTKFKRZfTSwuQFSteSfH41O { width:247px;height:45px;top:282.984375px;left:69px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IJQawMTJqLaMrgoC2AhQt7FS1NTlEMUR { width:212px;height:45px;top:48.984375px;left:107px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PayA0XX0Ph9W4ZROs4TP4TriuZZqIoNr { width:228px;height:45px;top:99.984375px;left:85px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TTNSQQTlJHeF4I4dGvm1vPoxBJA3NMmB { width:287px;height:45px;top:72px;left:32px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qpcaa0VQUoIaczXltpx6ckk9OvgSx6Qp { width:138px;height:45px;top:127.96875px;left:180px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SUfROLKMDlsz0IR3UM0GyBX708qr34zT { width:28px;height:28px;top:1774px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #FJuRtag2Pq2oB4742qFcpb27paNyQZex { width:191px;height:45px;top:310.984375px;left:125px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #amcTEzenfuxBBbPBhnTHxybTC2DA3DK2 { width:28px;height:28px;top:1822px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #aTf9IMv6ZI2LlTRqWTyRdl53Ib1Xkb0I { width:189px;height:45px;top:336.984375px;left:130px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #r24bl47Hw8eDwvCIXZlAf22pHRqJfONQ { width:320px;height:45px;top:364.984375px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdNdvdO0awTDfd7v7A6hZTHZeAttQ2 { width:28px;height:28px;top:2054px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt { display:block; }#KaRS1RPHXlcbDHwSN48Xoh3wGEKhIdtt > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:320px;height:32px;top:4px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #H3fX3tU3pmayQ8DThMr7fpJ6A10L83y2 { width:50px;height:50px;top:186px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { width:262px;height:18px;top:202px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { width:216px;height:20px;top:127px;left:43px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrr6wu3NT34T3M6pPr0gdo3f4iBhUdb { width:50px;height:50px;top:116px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { width:251px;height:20px;top:61px;left:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQbN6yJKR5rrumFhoIrdzPP5BRaaBiFW { width:50px;height:50px;top:46px;left:258px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ACg0FXUmWwRnr3xazbTrAxkz4LOAt66x { width:320px;height:20px;top:251px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE { background-color:#f5f5f5;background-image:none;display:block; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container { background-color: transparent; background-image: none; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container > .video-iframe-container { display: none; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row > .video-iframe-container { display: none; }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .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); }#MSExs2K2LE0ge4eTJloPuGiOlHrXKTdE > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsOMHv1bF8nKbmed4l2awJNX2SybIQt1 { width:320px;height:32px;top:20px;left:0;text-align:center;text-align-last:center;line-height:1.2;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #CyKc8rM6v5rHxhrND99Ga59QBlOy4wfc { width:320px;height:0;top:84px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vvlKymLTPthxCgbUFK2ancPVhzepu1Tg { width:320px;height:144px;top:70.9765625px;left:0;text-align:center;text-align-last:center;line-height:1.5;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXtE1Zp44ggqlKRJseaEymHWBSEsI3q6 { width:182px;height:24px;top:256.23046875px;left:134.015625px;text-align:center;text-align-last:center;line-height:1.5;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MDJFasknng5XIDMyOmbsroTRVITZq0kh { width:35px;height:35px;top:311.9765625px;left:265.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #o2qDL7WzMFhUDyzdfTurdtLTuN37yF3d { width:27px;height:27px;top:315.98046875px;left:270.9921875px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OTzx8vGN3i4qqeurN17vmuQIuCq5x2FC { width:263.984px;height:39px;top:310.09765625px;left:0;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #h2WNzcOJEi0TzZHqrnM8QIVwkep7rEvW { width:35px;height:35px;top:351px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #rqf7ST7xPwyH9N7iiPgsBNvZCsTpP9v3 { width:180.977px;height:39px;top:395px;left:87px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DSrPePXtKunNFLp9THUXZoaFRrH37d9d { width:26.9922px;height:26.9922px;top:356px;left:271px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aa4sRdSHhTA1ifeuivrNmRm4XWudTMWe { width:180.977px;height:39px;top:356px;left:87px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RBi1OEbPAG3WylAIRvW7wo2OkKEnVS5R { width:67px;height:2px;top:57.98828125px;left:37.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #g3Jb7QMrTPDOZgk4ECTJLA6CMRmC1E9u { width:27px;height:27px;top:401px;left:274px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nc8ITCZDtDs0b2VVVAP7yMRT9mvXVqOH { width:35px;height:35px;top:398px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #zKfabFkZeJWfRsBXuKZep2oaLASAF95l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container { background-color: transparent; background-image: none; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container > .video-iframe-container { display: none; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row > .video-iframe-container { display: none; }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .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); }#zKfabFkZeJWfRsBXuKZep2oaLASAF95l > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBWLvmsLTRTrF9fgEdywXT8G6D5lqcFm { width:267px;height:29px;top:8px;left:36px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NiaHLABmEPFSRMibRTHBTA74HezVgeJ6 { width:320px;height:249px;top:300px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uOHIi1vUdOEJkdDsOPoJgKLJT3tI3iV2 { width:320px;height:32px;top:379px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpmCy59oH6a9cZwGDsC3LJ3LTTmgM0mS { width:320px;height:32px;top:470px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gz3chlHXJ3iQAiGTXUthV5OlJMSgWwIT { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xs0Xdi1XTr7685F4pCgKJ8qUczPBZFPt { width:320px;height:246px;top:53.984375px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EiQLmozELZ9zbCD9hivLXEmyrrTJftHg { width:50px;height:50px;top:330px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qh9I4DTbz89yLeKzVUp4KN51DirHqMUh { width:311px;height:20px;top:569px;left:4px;text-align:center;text-align-last:center;display:block; }
 }