.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-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;
  }
}
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:transparent;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#e4eff1;background-image:url("https://images.assets-landingi.com/uc/71377603-cb8a-43a2-9c51-e06af0a2875e/Projektbeznazwy2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:960px;height:893px;font-size:14px;font-family:arial;position:relative;display:block; }#l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { position:absolute;display:block;z-index:15002;background-color:#2d2929;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;height:80px;width:7px;top:164px;left:16px;display:block; }
#rXChykzIbobqsS1wLuTuSpKC30aqDsvG { color:#000000;display:block;width:396px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:262px;left:37.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { background-color:#58c1d5;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#e4eff1;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:61px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:463px;left:41.5px;display:block; }
#XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { position:absolute;display:block;z-index:15006;background-color:#2d2929;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;height:2px;width:208px;top:681px;left:41.5px;display:block; }
#vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { position:absolute;display:block;z-index:15007;background-color:#58c1d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px solid #2d2929;border-left:6px solid #2d2929;border-right:6px solid #2d2929;border-bottom:6px solid #2d2929;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:12px;width:12px;top:670px;left:22px;display:block; }
#h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { color:#2d2929;display:block;width:69px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:643px;left:59px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nBMMTNVORAeloQJcesrzVItLSRW6BxTA { color:#2d2929;display:block;width:94px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:643px;left:128px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wxDNI97iNeuHp733UOukiNbTLWozzhfM { position:absolute;display:block;z-index:15019;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;height:52px;width:152px;top:81px;left:41.5px;overflow:hidden;display:block; }
#yoHVP9iJQERJtN4B1xQEx6TzrA9loznk { 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;height:50px;width:51px;top:869.5px;left:452.5px;overflow:hidden;display:block; }
#fX3JXnyResRSpNNFP3UFKVohM1phvMsB { color:#000000;display:block;width:420px;position:absolute;font-family:"source sans pro";font-size:45px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:146px;left:41.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU { 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; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { background-color: transparent; background-image: none; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container > .video-iframe-container { display: none; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row > .video-iframe-container { display: none; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .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); }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { border-width: 0; border-radius: 0; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#oprMeCIqFmm0OFkdhkfSUlPrwVKqcNfp { color:#000000;display:block;width:165px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:53.5px;left:37.5px;height:23px;font-style:normal;display:block; }
#IC0RFDrCISp0gTU9Oul1FebllLi1X3Dg { color:#000000;display:block;width:165px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:53.5px;left:64px;height:60px;font-style:normal;display:block; }
#PGIccs3xc8oFyiFtDCiGTyMJUUWOx7zT { color:#000000;display:block;width:175px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:58px;left:292px;height:40px;font-style:normal;display:block; }
#PALFWgwzECxPCpeOWDW8Wv83HPATUWd6 { color:#000000;display:block;width:166px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.5px;left:264px;height:23px;font-style:normal;display:block; }
#vekqZF94kfdbpmk2FmCzzyKazlrhFQTU { color:#000000;display:block;width:165px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:55px;left:543px;height:40px;font-style:normal;display:block; }
#mR071TrDfmAs3zIbW4E5LDR5mNIBWDVP { color:#000000;display:block;width:170px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.5px;left:515px;height:23px;font-style:normal;display:block; }
#r0Z91G08eF3KRHXpEyT6MKELnK9FibOz { color:#000000;display:block;width:174px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:55px;left:782px;height:40px;font-style:normal;display:block; }
#UlmBDkTtWGV8bFTVbBZcqcbRri72Mtcz { color:#000000;display:block;width:170px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.5px;left:755px;height:23px;font-style:normal;display:block; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { 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; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#axg01qbmMXLXaiJf02NxUEQudvBMozIr { color:#2d2929;display:block;width:423px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:62px;left:268.5px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { 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;height:50px;width:51px;top:60px;left:239px;overflow:hidden;display:block; }
#XdyOLbPsyFW7snxISdyS9BFNvi8XD3BB { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:613px;width:250px;top:198px;left:35px;display:block; }
#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom 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; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.adaptive-delivery-prevent-bg, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyload, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyloading { background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { background-color: transparent; background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .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); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { border-width: 0; border-radius: 0; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { font-size:14px;font-family:arial;height:706px;width:960px;position:relative;display:block; }#htS2vOkEVMAhQVpI9yPcfiS3HXdksm7C { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:292px;left:51px;height:288px;text-align:center;text-align-last:center;display:block; }
#QGfMGTVc60tupUP7RTXDocSwVH2Uuy07 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:114px;width:136px;top:120px;left:78.5px;overflow:hidden;display:block; }
#U2X1vV9690EE77uwtAUI8vutUouAS1Ba { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:612px;width:250px;top:67px;left:355px;display:block; }
#GTcTqVxrT0lCSex54UMJoy49Wov2mmQh { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:292px;left:371px;height:216px;text-align:center;text-align-last:center;display:block; }
#uU1Rn8rRv0vS3VL6geTDqMeh5itMdCWJ { 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;height:114px;width:136px;top:121px;left:399px;overflow:hidden;display:block; }
#XOPy9vPZ1GV8CQoSFhsOnNsTUnt6mBRk { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:619px;width:250px;top:67px;left:675px;display:block; }
#vkAuLlT4qOKQga9mD5cTaAfWJDZZqTKG { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:292px;left:691px;height:216px;text-align:center;text-align-last:center;display:block; }
#au7XGuM4TpH4lDaosxIzcGvEbEPcEuLh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:136px;width:163px;top:121px;left:719px;overflow:hidden;display:block; }
#PrhDNUveA37ZbXovWw72ohsUe9XtvbSc { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:37px;left:128px; }
#ifk6TE0Gc6DLE4ecqgTIHtv3X2hAR7Ol { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:37px;left:448px; }
#iotVCMULxtLk1cti776lBvVlWiJ38HQO { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:37px;left:768px; }
#EPFum7e95k8KVTdkdhI1yxbiO0FzNqDR { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:601px;left:39px;display:block; }
#hgwflzoRZnDfhHTvxvtVmZV8ZBvZKFux { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oTCnRSlybuXTihXfnPRSMpceZrL98Mf2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:601px;left:161px;display:block; }
#FkQyL5ZTlrltG7G6pHyELVgE0eabEOFM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZsmriQVPl3umepopCNKGpgWbodGC3sTO { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:601px;left:360px;display:block; }
#DUpfNofGzvBGdKVa9dgg8W5N53NRXW0a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#L0PN7R84uCz8M3tty9giRdG6nsrk1NpS { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:601px;left:679px;display:block; }
#S3SPsdOiZIxSDSziMfxT5t78tf6fV29L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gR0bSoeUwreHgvKsfFcp8dx1aDbXgF5d { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:601px;left:483px;display:block; }
#JeTdd2be8kJZKzlTAByL9Pebp4mUJuep { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Sd8L2ogHhCHOmgBy5A8hFUPMGpMpTuZB { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:601px;left:804px;display:block; }
#Ocq9JtWXTGLkcr7IR2kwpBhdtoNuUF0L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom 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; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.adaptive-delivery-prevent-bg, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyload, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyloading { background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { border-width: 0; border-radius: 0; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { font-size:14px;font-family:arial;height:622px;width:960px;position:relative;display:block; }#uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:535px;width:250px;top:66px;left:35px;display:block; }
#F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { color:#000000;display:block;width:229px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:284px;left:45.5px;height:198px;text-align:center;text-align-last:center;display:block; }
#b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:136px;width:163px;top:120px;left:78.5px;overflow:hidden;display:block; }
#JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:531px;width:250px;top:67px;left:355px;display:block; }
#uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:284px;left:371px;height:234px;text-align:center;text-align-last:center;display:block; }
#rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { 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;height:136px;width:163px;top:121px;left:399px;overflow:hidden;display:block; }
#dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 12px rgba(0,0,0,0.16) ;height:530px;width:250px;top:67px;left:675px;display:block; }
#z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { color:#000000;display:block;width:218px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:284px;left:691px;height:234px;text-align:center;text-align-last:center;display:block; }
#LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:136px;width:163px;top:121px;left:719px;overflow:hidden;display:block; }
#BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:37px;left:128px; }
#OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:37px;left:448px; }
#BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { box-sizing:content-box;color:#5d92ff;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:37px;left:768px; }
#cdEz1JvWnCwXiLNEILR9VQHZN3Snxwia { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:539px;left:39px;display:block; }
#BTEo7GSZHn7rTPAmJ0FBgLwAOyzQ9KBv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:539px;left:164px;display:block; }
#Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZZxRk7c6yvTWQP8z8zk5GN0ZcyoIFKpO { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:539px;left:359px;display:block; }
#JzV8c1NiFq6JoIgFe11y3vRF4fTXS0ls { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#H91r0TJ4g5Evt8RJ2pn8QM0RQzhnDfes { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:539px;left:679px;display:block; }
#iHg4Zc6nVsZAIS0zKhcrlAk7kN9B2LZd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tot9vETkHKKManrDWZaGDNODiU7VfO0z { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:539px;left:483px;display:block; }
#pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:539px;left:803px;display:block; }
#V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 { 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; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { background-color: transparent; background-image: none; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container > .video-iframe-container { display: none; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row > .video-iframe-container { display: none; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .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); }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { border-width: 0; border-radius: 0; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#QXQgSpNoszbMvMkhuaPO4zht60xAlI1F { color:#2d2929;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:46px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct { 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; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { background-color: transparent; background-image: none; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container > .video-iframe-container { display: none; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row > .video-iframe-container { display: none; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .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); }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { border-width: 0; border-radius: 0; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { font-size:14px;font-family:arial;height:505px;width:960px;position:relative;display:block; }#P8Rz5t8X0MuISh0SsE7JAXHfVnrbwvS3 { position:absolute;display:block;z-index:15000;background-color:#58c1d5;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;height:458px;width:320px;top:17px;left:0px;display:block; }
#dgle7Ta9tqqA0BqdH5ETTzARGsAw7Qkm { color:#ffffff;display:block;width:270px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:26px;left:25px;height:176px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HoZNFtRvmW56dTxqSP1zlVSSeH33l9QI { position:absolute;display:block;z-index:15001;background-color:#444545;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;height:458px;width:320px;top:17px;left:320px;display:block; }
#bmp91aXTMUp6i1VKWzVBHQl8ZIFUS2Ry { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26px;left:339.5px;height:154px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kfhIwwfJHspooqttSU13RGvNCptnU7lh { position:absolute;display:block;z-index:15002;background-color:#7d8089;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;height:458px;width:320px;top:17px;left:640px;display:block; }
#ZFLwlMxepQ0nDwvSMvh9vKXvKBgSfUMJ { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:26px;left:651.5px;height:176px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ndmCMtSVVF82hJUoTXsSTlJNOb0rJ02f { color:#ffffff;display:block;width:281px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:221px;left:339.5px;height:198px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#c6qaKycJir9W9UyZhUTFJGsInpTJrgx6 { color:#ffffff;display:block;width:297px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:221px;left:651.5px;height:176px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pGMGwgMDtt5mclVhgrTsEGA7NGghk7yZ { color:#ffffff;display:block;width:270px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:221px;left:25px;height:242px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top 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; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.adaptive-delivery-prevent-bg, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyload, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyloading { background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { border-width: 0; border-radius: 0; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { color:#ffffff;display:block;width:910px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.5px;left:13px;height:52px;font-style:normal;display:block; }
#SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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;height:1px;width:910px;top:112px;left:25px;display:block; }
#gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { position:absolute;display:block;z-index:15007;background-color:#00cbec;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;height:3px;width:60px;top:111px;left:25px;display:block; }
#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top 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; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.adaptive-delivery-prevent-bg, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyload, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyloading { background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { border-width: 0; border-radius: 0; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { font-size:14px;font-family:arial;height:375px;width:960px;position:relative;display:block; }#TGuribtrqtDWHihy44UtDhOMu1gnlCEs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f0340c69-659a-42fe-8e7a-40e0dffb4173/1.jpeg");background-position:top 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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:51px;display:block; }#TGuribtrqtDWHihy44UtDhOMu1gnlCEs.adaptive-delivery-prevent-bg, #TGuribtrqtDWHihy44UtDhOMu1gnlCEs.lazyload, #TGuribtrqtDWHihy44UtDhOMu1gnlCEs.lazyloading { background-image: none; }
#yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/21e27ed5-8c9e-440d-afa1-f0537490f209/2.jpeg");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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:371px;display:block; }#yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r.adaptive-delivery-prevent-bg, #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r.lazyload, #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r.lazyloading { background-image: none; }
#BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7aadefdd-5532-4a13-824e-894504889613/3.jpeg");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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:691px;display:block; }#BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu.adaptive-delivery-prevent-bg, #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu.lazyload, #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu.lazyloading { background-image: none; }
#sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:276px;left:27px;display:block; }
#tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:276px;left:670px;display:block; }
#i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X3urLAu1mtrVWANMLiKD6HJDeqRHynln { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:276px;left:348px;display:block; }
#oXNrFpcahE8aUy9iWXLmwJPQToOc8mgn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Dwmt0akstE7OIGREVeopeM95m7IfqvDq { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:276px;left:807px;display:block; }
#uyWwFU4PGOxvpFoymyyEVwtxJeWnUEHy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BcJr794E8iyb7pxtf7LiyxP59Nbv71hF { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:276px;left:496px;display:block; }
#W4ixtpsE6Tf9Um0EASVpelGnGzpZfb8v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PPJlFdJ3A6DTGKdTHTDSXR0iPr4zxX6e { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:276px;left:173px;display:block; }
#ZyHUENSoPUXgLQhg9ZK3EuBN81TdXLxI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top 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; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87.adaptive-delivery-prevent-bg, #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87.lazyload, #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87.lazyloading { background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { background-color: transparent; background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .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); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { border-width: 0; border-radius: 0; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { font-size:14px;font-family:arial;height:375px;width:960px;position:relative;display:block; }#GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c61e86b5-df17-40e0-879c-2c3c6ad13def/4.jpeg");background-position:top 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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:51px;display:block; }#GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH.adaptive-delivery-prevent-bg, #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH.lazyload, #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH.lazyloading { background-image: none; }
#tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8db47dfa-319a-4af1-bc15-c95e6ccb581f/5.jpeg");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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:371px;display:block; }#tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U.adaptive-delivery-prevent-bg, #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U.lazyload, #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U.lazyloading { background-image: none; }
#D8NPKnd3BNozclafThBmz4NlMvkCxMkn { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d8ab64e-51c2-4d6c-a904-118d45d2b1ca/7.jpeg");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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:691px;display:block; }#D8NPKnd3BNozclafThBmz4NlMvkCxMkn.adaptive-delivery-prevent-bg, #D8NPKnd3BNozclafThBmz4NlMvkCxMkn.lazyload, #D8NPKnd3BNozclafThBmz4NlMvkCxMkn.lazyloading { background-image: none; }
#RJuCz20FPGTDCrOigf6xztvliq908yFK { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:257.5px;left:27px;display:block; }
#yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:257.5px;left:361px;display:block; }
#NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:257.5px;left:675px;display:block; }
#Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:257.5px;left:814px;display:block; }
#BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:257.5px;left:162px;display:block; }
#TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:257.5px;left:492px;display:block; }
#G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#F5kf9rMcxUgdmpMBMlleAuZimKThifXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top 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; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz.adaptive-delivery-prevent-bg, #F5kf9rMcxUgdmpMBMlleAuZimKThifXz.lazyload, #F5kf9rMcxUgdmpMBMlleAuZimKThifXz.lazyloading { background-image: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container { background-color: transparent; background-image: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container > .video-iframe-container { display: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row > .video-iframe-container { display: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .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); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container { border-width: 0; border-radius: 0; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container { font-size:14px;font-family:arial;height:375px;width:960px;position:relative;display:block; }#fNnLGITTLNfthq07QHewrr41dHWphR95 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d758951-7a84-4b8b-8988-79951f59c7f9/gotowa1.jpeg");background-position:top 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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:51px;display:block; }#fNnLGITTLNfthq07QHewrr41dHWphR95.adaptive-delivery-prevent-bg, #fNnLGITTLNfthq07QHewrr41dHWphR95.lazyload, #fNnLGITTLNfthq07QHewrr41dHWphR95.lazyloading { background-image: none; }
#zfI5WI2Q0EGSEV7UDlqt9zeQuhWe7UZW { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08155bcf-b647-4150-9fcc-c8df2c93370a/gotowa2.jpeg");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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:371px;display:block; }#zfI5WI2Q0EGSEV7UDlqt9zeQuhWe7UZW.adaptive-delivery-prevent-bg, #zfI5WI2Q0EGSEV7UDlqt9zeQuhWe7UZW.lazyload, #zfI5WI2Q0EGSEV7UDlqt9zeQuhWe7UZW.lazyloading { background-image: none; }
#wyTlU9BFgTvQQmN9TXhggOiGsMvprKZJ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/621b30fe-1db1-44b1-89fd-55b28baa7d45/gotowa3.png");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: 1px 1px 15px rgba(0,0,0,0.2) ;height:218px;width:218px;top:20px;left:691px;display:block; }#wyTlU9BFgTvQQmN9TXhggOiGsMvprKZJ.adaptive-delivery-prevent-bg, #wyTlU9BFgTvQQmN9TXhggOiGsMvprKZJ.lazyload, #wyTlU9BFgTvQQmN9TXhggOiGsMvprKZJ.lazyloading { background-image: none; }
#Eo977vi5sxHTvA8BzqPBAyD8mTPUSS85 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:257.5px;left:92px;display:block; }
#u914Wr4CyfJ4lEfzqfGh9cyczToT7M9s { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wm6DDp8a5md88qT0C6yyGLEO2rAAJAiR { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:257.5px;left:421px;display:block; }
#H7lT3heuCl3EVfbwB1RzyMcOXyTgd8AN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RBDrMI1tcTaFnxoyMrviQOQTL5DcfSXD { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:257.5px;left:741px;display:block; }
#qAGuda928p3q4L8tQN4JcI99bHaSAWai { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top 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; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4.adaptive-delivery-prevent-bg, #LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4.lazyload, #LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4.lazyloading { background-image: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container { background-color: transparent; background-image: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container > .video-iframe-container { display: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row > .video-iframe-container { display: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .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); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container { border-width: 0; border-radius: 0; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container { font-size:14px;font-family:arial;height:418px;width:960px;position:relative;display:block; }#RDkuG1Khz6RcDtNczOWMh8itp27AecdT { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:315.5px;left:741px;display:block; }
#MTBMuBGhOrNtDBEbAlBtr1yPWTDLQLUR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T10x5PoTJs8WwI9W5SEvxD4rSFTvSf8m { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:315.5px;left:91.359375px;display:block; }
#FC0oZs9m6XbvPVQkH7zBrG0ke3C2aDA4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wThVZND6LPr7LNM3QDsW8HAqnqzvElIp { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:118px;height:42px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:315.5px;left:421px;display:block; }
#Uoevk226PbT0kotdQTIe19MSus0E8rJC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ptvZLJggxR7cnpHovdi7xwg6o78hCy5f { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:278px;width:155px;top:20px;left:72.859375px;overflow:hidden;display:block; }
#W4fe7O2sGG9sOsRyD83SD4ub5Vz5k92D { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:276px;width:155px;top:20px;left:402.5px;overflow:hidden;display:block; }
#SVVu9RMHaoyRhRQ8rDR9TT6f6VOSOWe5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:276px;width:155px;top:20px;left:722.5px;overflow:hidden;display:block; }
#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5b76cb-5606-4f4a-820e-9ef5ddd5e93d/zostaekspertempklp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.adaptive-delivery-prevent-bg, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyload, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyloading { background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { background-color: transparent; background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .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); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { border-width: 0; border-radius: 0; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#V51IuGaUVKLJln2EqtkSQk9STvDht0Dw { color:#ffffff;display:block;width:880px;position:absolute;font-family:"source sans pro";font-size:32px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:117px;left:40px;height:342px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOVASkA8B5uSp1GpeX9hTor1C6wN7GSN { color:#ffffff;display:block;width:648px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:44px;left:156px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c1d5;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; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { background-color: transparent; background-image: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .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); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { border-width: 0; border-radius: 0; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { font-size:14px;font-family:arial;height:183px;width:960px;position:relative;display:block; }#bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { color:#2d2929;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:48px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { 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; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { background-color: transparent; background-image: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .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); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { border-width: 0; border-radius: 0; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { font-size:14px;font-family:arial;height:85px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:7px;height:80px;top:164px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:396px;height:46px;top:262px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:269px;height:61px;top:463px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:208px;height:2px;top:681px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:12px;height:12px;top:670px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:69px;height:39px;top:643px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:94px;height:39px;top:643px;left:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { top:81px;left:0px;width:152px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #yoHVP9iJQERJtN4B1xQEx6TzrA9loznk { top:869px;left:354.5px;width:51px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #fX3JXnyResRSpNNFP3UFKVohM1phvMsB { width:420px;height:108px;top:146px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU { display:block; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oprMeCIqFmm0OFkdhkfSUlPrwVKqcNfp { top:53px;left:13px;width:165px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IC0RFDrCISp0gTU9Oul1FebllLi1X3Dg { top:53px;left:26px;width:165px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PGIccs3xc8oFyiFtDCiGTyMJUUWOx7zT { top:58px;left:207px;width:175px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PALFWgwzECxPCpeOWDW8Wv83HPATUWd6 { top:53px;left:191px;width:166px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vekqZF94kfdbpmk2FmCzzyKazlrhFQTU { top:55px;left:408px;width:165px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mR071TrDfmAs3zIbW4E5LDR5mNIBWDVP { top:53px;left:392.5px;width:170px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r0Z91G08eF3KRHXpEyT6MKELnK9FibOz { top:55px;left:590px;width:174px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UlmBDkTtWGV8bFTVbBZcqcbRri72Mtcz { top:53px;left:583.5px;width:170px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:423px;height:46px;top:62px;left:170.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { top:60px;left:141px;width:51px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #XdyOLbPsyFW7snxISdyS9BFNvi8XD3BB { width:250px;height:613px;top:198px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W { display:block; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htS2vOkEVMAhQVpI9yPcfiS3HXdksm7C { width:218px;height:288px;top:292px;left:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QGfMGTVc60tupUP7RTXDocSwVH2Uuy07 { width:136px;height:114px;top:120px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U2X1vV9690EE77uwtAUI8vutUouAS1Ba { width:250px;height:612px;top:67px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #GTcTqVxrT0lCSex54UMJoy49Wov2mmQh { width:218px;height:216px;top:292px;left:272px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uU1Rn8rRv0vS3VL6geTDqMeh5itMdCWJ { width:136px;height:114px;top:121px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #XOPy9vPZ1GV8CQoSFhsOnNsTUnt6mBRk { width:250px;height:619px;top:67px;left:510px;display:block; }
 }@media only screen and (max-width: 763px) { #vkAuLlT4qOKQga9mD5cTaAfWJDZZqTKG { width:218px;height:216px;top:292px;left:526px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #au7XGuM4TpH4lDaosxIzcGvEbEPcEuLh { width:163px;height:136px;top:121px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #PrhDNUveA37ZbXovWw72ohsUe9XtvbSc { width:64px;height:64px;top:37px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #ifk6TE0Gc6DLE4ecqgTIHtv3X2hAR7Ol { width:64px;height:64px;top:37px;left:349px;display:block; }
 }@media only screen and (max-width: 763px) { #iotVCMULxtLk1cti776lBvVlWiJ38HQO { width:64px;height:64px;top:37px;left:603px;display:block; }
 }@media only screen and (max-width: 763px) { #EPFum7e95k8KVTdkdhI1yxbiO0FzNqDR { width:118px;height:42px;top:601px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #hgwflzoRZnDfhHTvxvtVmZV8ZBvZKFux { display:block; }
 }@media only screen and (max-width: 763px) { #oTCnRSlybuXTihXfnPRSMpceZrL98Mf2 { width:118px;height:42px;top:601px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #FkQyL5ZTlrltG7G6pHyELVgE0eabEOFM { display:block; }
 }@media only screen and (max-width: 763px) { #ZsmriQVPl3umepopCNKGpgWbodGC3sTO { width:118px;height:42px;top:601px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #DUpfNofGzvBGdKVa9dgg8W5N53NRXW0a { display:block; }
 }@media only screen and (max-width: 763px) { #L0PN7R84uCz8M3tty9giRdG6nsrk1NpS { width:118px;height:42px;top:601px;left:514px;display:block; }
 }@media only screen and (max-width: 763px) { #S3SPsdOiZIxSDSziMfxT5t78tf6fV29L { display:block; }
 }@media only screen and (max-width: 763px) { #gR0bSoeUwreHgvKsfFcp8dx1aDbXgF5d { width:118px;height:42px;top:601px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #JeTdd2be8kJZKzlTAByL9Pebp4mUJuep { display:block; }
 }@media only screen and (max-width: 763px) { #Sd8L2ogHhCHOmgBy5A8hFUPMGpMpTuZB { width:118px;height:42px;top:601px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #Ocq9JtWXTGLkcr7IR2kwpBhdtoNuUF0L { display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:250px;height:535px;top:66px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:229px;height:198px;top:284px;left:12.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:163px;height:136px;top:120px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:250px;height:531px;top:67px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:218px;height:234px;top:284px;left:272px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:163px;height:136px;top:121px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:250px;height:530px;top:67px;left:510px;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:218px;height:234px;top:284px;left:526px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:163px;height:136px;top:121px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:64px;height:64px;top:37px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:64px;height:64px;top:37px;left:349px;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:64px;height:64px;top:37px;left:603px;display:block; }
 }@media only screen and (max-width: 763px) { #cdEz1JvWnCwXiLNEILR9VQHZN3Snxwia { width:118px;height:42px;top:539px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #BTEo7GSZHn7rTPAmJ0FBgLwAOyzQ9KBv { display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:118px;height:42px;top:539px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #ZZxRk7c6yvTWQP8z8zk5GN0ZcyoIFKpO { width:118px;height:42px;top:539px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #JzV8c1NiFq6JoIgFe11y3vRF4fTXS0ls { display:block; }
 }@media only screen and (max-width: 763px) { #H91r0TJ4g5Evt8RJ2pn8QM0RQzhnDfes { width:118px;height:42px;top:539px;left:514px;display:block; }
 }@media only screen and (max-width: 763px) { #iHg4Zc6nVsZAIS0zKhcrlAk7kN9B2LZd { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:118px;height:42px;top:539px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:118px;height:42px;top:539px;left:638px;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 { display:block; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXQgSpNoszbMvMkhuaPO4zht60xAlI1F { width:764px;height:;top:60px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct { display:block; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { width:764px;height:364px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8Rz5t8X0MuISh0SsE7JAXHfVnrbwvS3 { width:255px;height:295px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dgle7Ta9tqqA0BqdH5ETTzARGsAw7Qkm { width:230px;height:135px;top:105px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HoZNFtRvmW56dTxqSP1zlVSSeH33l9QI { width:255px;height:295px;top:17px;left:254.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #bmp91aXTMUp6i1VKWzVBHQl8ZIFUS2Ry { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #kfhIwwfJHspooqttSU13RGvNCptnU7lh { width:255px;height:295px;top:17px;left:509.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLwlMxepQ0nDwvSMvh9vKXvKBgSfUMJ { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #ndmCMtSVVF82hJUoTXsSTlJNOb0rJ02f { width:230px;height:135px;top:105px;left:266.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #c6qaKycJir9W9UyZhUTFJGsInpTJrgx6 { width:230px;height:135px;top:105px;left:521.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #pGMGwgMDtt5mclVhgrTsEGA7NGghk7yZ { width:230px;height:135px;top:105px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:764px;height:52px;top:42px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGuribtrqtDWHihy44UtDhOMu1gnlCEs { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:118px;height:42px;top:276px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:118px;height:42px;top:276px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #X3urLAu1mtrVWANMLiKD6HJDeqRHynln { width:118px;height:42px;top:276px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #oXNrFpcahE8aUy9iWXLmwJPQToOc8mgn { display:block; }
 }@media only screen and (max-width: 763px) { #Dwmt0akstE7OIGREVeopeM95m7IfqvDq { width:118px;height:42px;top:276px;left:642px;display:block; }
 }@media only screen and (max-width: 763px) { #uyWwFU4PGOxvpFoymyyEVwtxJeWnUEHy { display:block; }
 }@media only screen and (max-width: 763px) { #BcJr794E8iyb7pxtf7LiyxP59Nbv71hF { width:118px;height:42px;top:276px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #W4ixtpsE6Tf9Um0EASVpelGnGzpZfb8v { display:block; }
 }@media only screen and (max-width: 763px) { #PPJlFdJ3A6DTGKdTHTDSXR0iPr4zxX6e { width:118px;height:42px;top:276px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyHUENSoPUXgLQhg9ZK3EuBN81TdXLxI { display:block; }
 }@media only screen and (max-width: 763px) { #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #D8NPKnd3BNozclafThBmz4NlMvkCxMkn { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #RJuCz20FPGTDCrOigf6xztvliq908yFK { width:118px;height:42px;top:257px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block; }
 }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:118px;height:42px;top:257px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { width:118px;height:42px;top:257px;left:510px;display:block; }
 }@media only screen and (max-width: 763px) { #Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block; }
 }@media only screen and (max-width: 763px) { #yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { width:118px;height:42px;top:257px;left:644px;display:block; }
 }@media only screen and (max-width: 763px) { #BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block; }
 }@media only screen and (max-width: 763px) { #Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { width:118px;height:42px;top:257px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:118px;height:42px;top:257px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #F5kf9rMcxUgdmpMBMlleAuZimKThifXz { display:block; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNnLGITTLNfthq07QHewrr41dHWphR95 { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zfI5WI2Q0EGSEV7UDlqt9zeQuhWe7UZW { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #wyTlU9BFgTvQQmN9TXhggOiGsMvprKZJ { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo977vi5sxHTvA8BzqPBAyD8mTPUSS85 { width:118px;height:42px;top:257px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #u914Wr4CyfJ4lEfzqfGh9cyczToT7M9s { display:block; }
 }@media only screen and (max-width: 763px) { #wm6DDp8a5md88qT0C6yyGLEO2rAAJAiR { width:118px;height:42px;top:257px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #H7lT3heuCl3EVfbwB1RzyMcOXyTgd8AN { display:block; }
 }@media only screen and (max-width: 763px) { #RBDrMI1tcTaFnxoyMrviQOQTL5DcfSXD { width:118px;height:42px;top:257px;left:576px;display:block; }
 }@media only screen and (max-width: 763px) { #qAGuda928p3q4L8tQN4JcI99bHaSAWai { display:block; }
 }@media only screen and (max-width: 763px) { #LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 { display:block; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDkuG1Khz6RcDtNczOWMh8itp27AecdT { width:118px;height:42px;top:315px;left:576px;display:block; }
 }@media only screen and (max-width: 763px) { #MTBMuBGhOrNtDBEbAlBtr1yPWTDLQLUR { display:block; }
 }@media only screen and (max-width: 763px) { #T10x5PoTJs8WwI9W5SEvxD4rSFTvSf8m { width:118px;height:42px;top:315px;left:58.359375px;display:block; }
 }@media only screen and (max-width: 763px) { #FC0oZs9m6XbvPVQkH7zBrG0ke3C2aDA4 { display:block; }
 }@media only screen and (max-width: 763px) { #wThVZND6LPr7LNM3QDsW8HAqnqzvElIp { width:118px;height:42px;top:315px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #Uoevk226PbT0kotdQTIe19MSus0E8rJC { display:block; }
 }@media only screen and (max-width: 763px) { #ptvZLJggxR7cnpHovdi7xwg6o78hCy5f { top:20px;left:39.859375px;width:155px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #W4fe7O2sGG9sOsRyD83SD4ub5Vz5k92D { top:20px;left:303.5px;width:155px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #SVVu9RMHaoyRhRQ8rDR9TT6f6VOSOWe5 { top:20px;left:557.5px;width:155px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH { display:block; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V51IuGaUVKLJln2EqtkSQk9STvDht0Dw { width:764px;height:342px;top:117px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VOVASkA8B5uSp1GpeX9hTor1C6wN7GSN { width:648px;height:50px;top:44px;left:58px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:764px;height:;top:60px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:none;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:7px;height:80px;top:88px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:300px;height:33px;top:172px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:243px;height:61px;top:317px;left:38.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:208px;height:1px;top:275px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:12px;height:12px;top:263.5px;left:296px;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:100px;height:20px;top:225.5px;left:184px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:106px;height:20px;top:244.5px;left:176px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { width:135px;height:45px;top:22px;left:92.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yoHVP9iJQERJtN4B1xQEx6TzrA9loznk { width:51px;height:50px;top:513.5px;left:134.5px;display:none; }
 }@media only screen and (max-width: 763px) { #fX3JXnyResRSpNNFP3UFKVohM1phvMsB { width:320px;height:76px;top:90px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU { display:block; }#lbTFp3AtbtTSZLEEK9uRMVxX5bEf22mU > .row .container { width:320px;height:372px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oprMeCIqFmm0OFkdhkfSUlPrwVKqcNfp { width:320px;height:23px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IC0RFDrCISp0gTU9Oul1FebllLi1X3Dg { width:320px;height:40px;top:63px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGIccs3xc8oFyiFtDCiGTyMJUUWOx7zT { width:320px;height:20px;top:166px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PALFWgwzECxPCpeOWDW8Wv83HPATUWd6 { width:320px;height:23px;top:123px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vekqZF94kfdbpmk2FmCzzyKazlrhFQTU { width:317px;height:20px;top:249px;left:1px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mR071TrDfmAs3zIbW4E5LDR5mNIBWDVP { width:320px;height:23px;top:206px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0Z91G08eF3KRHXpEyT6MKELnK9FibOz { width:320px;height:20px;top:332px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlmBDkTtWGV8bFTVbBZcqcbRri72Mtcz { width:320px;height:23px;top:289px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:320px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:206px;height:66px;top:90px;left:57px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { width:51px;height:50px;top:20px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #XdyOLbPsyFW7snxISdyS9BFNvi8XD3BB { width:250px;height:675px;top:199px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.adaptive-delivery-prevent-bg, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyload, #OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W.lazyloading { background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { background-color: transparent; background-image: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row > .video-iframe-container { display: none; }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .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); }#OlyxD1u1N9NlpCcfDWy0CvPMlfW5Qx1W > .row .container { width:320px;height:1786px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htS2vOkEVMAhQVpI9yPcfiS3HXdksm7C { width:218px;height:288px;top:230px;left:51px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGfMGTVc60tupUP7RTXDocSwVH2Uuy07 { width:136px;height:114px;top:89px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #U2X1vV9690EE77uwtAUI8vutUouAS1Ba { width:250px;height:513px;top:641px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GTcTqVxrT0lCSex54UMJoy49Wov2mmQh { width:218px;height:216px;top:821px;left:51px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU1Rn8rRv0vS3VL6geTDqMeh5itMdCWJ { width:136px;height:114px;top:678px;left:92px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XOPy9vPZ1GV8CQoSFhsOnNsTUnt6mBRk { width:250px;height:555px;top:1215px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #vkAuLlT4qOKQga9mD5cTaAfWJDZZqTKG { width:218px;height:216px;top:1425px;left:51px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au7XGuM4TpH4lDaosxIzcGvEbEPcEuLh { width:163px;height:136px;top:1271px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PrhDNUveA37ZbXovWw72ohsUe9XtvbSc { width:64px;height:64px;top:11px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #ifk6TE0Gc6DLE4ecqgTIHtv3X2hAR7Ol { width:64px;height:64px;top:614px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #iotVCMULxtLk1cti776lBvVlWiJ38HQO { width:64px;height:64px;top:1190px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #EPFum7e95k8KVTdkdhI1yxbiO0FzNqDR { width:118px;height:42px;top:539px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hgwflzoRZnDfhHTvxvtVmZV8ZBvZKFux { display:block; }
 }@media only screen and (max-width: 763px) { #oTCnRSlybuXTihXfnPRSMpceZrL98Mf2 { width:118px;height:42px;top:539px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #FkQyL5ZTlrltG7G6pHyELVgE0eabEOFM { display:block; }
 }@media only screen and (max-width: 763px) { #ZsmriQVPl3umepopCNKGpgWbodGC3sTO { width:118px;height:42px;top:1068px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #DUpfNofGzvBGdKVa9dgg8W5N53NRXW0a { display:block; }
 }@media only screen and (max-width: 763px) { #L0PN7R84uCz8M3tty9giRdG6nsrk1NpS { width:118px;height:42px;top:1673px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #S3SPsdOiZIxSDSziMfxT5t78tf6fV29L { display:block; }
 }@media only screen and (max-width: 763px) { #gR0bSoeUwreHgvKsfFcp8dx1aDbXgF5d { width:118px;height:42px;top:1068px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #JeTdd2be8kJZKzlTAByL9Pebp4mUJuep { display:block; }
 }@media only screen and (max-width: 763px) { #Sd8L2ogHhCHOmgBy5A8hFUPMGpMpTuZB { width:118px;height:42px;top:1673px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #Ocq9JtWXTGLkcr7IR2kwpBhdtoNuUF0L { display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.adaptive-delivery-prevent-bg, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyload, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyloading { background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:320px;height:1791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:250px;height:551px;top:34px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:218px;height:198px;top:268px;left:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:163px;height:136px;top:88px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:250px;height:522px;top:639.5px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:218px;height:234px;top:851px;left:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:163px;height:136px;top:691px;left:78.5px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:250px;height:554px;top:1214px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:218px;height:234px;top:1436px;left:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:163px;height:136px;top:1275px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:64px;height:64px;top:0px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:64px;height:64px;top:610px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:64px;height:64px;top:1186px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #cdEz1JvWnCwXiLNEILR9VQHZN3Snxwia { width:118px;height:42px;top:526px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BTEo7GSZHn7rTPAmJ0FBgLwAOyzQ9KBv { display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:118px;height:42px;top:526px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #ZZxRk7c6yvTWQP8z8zk5GN0ZcyoIFKpO { width:118px;height:42px;top:1092px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #JzV8c1NiFq6JoIgFe11y3vRF4fTXS0ls { display:block; }
 }@media only screen and (max-width: 763px) { #H91r0TJ4g5Evt8RJ2pn8QM0RQzhnDfes { width:118px;height:42px;top:1685px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #iHg4Zc6nVsZAIS0zKhcrlAk7kN9B2LZd { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:118px;height:42px;top:1092px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:118px;height:42px;top:1685px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 { display:block; }#iwHsqsn3q0yfKMq4Vy2FKPdZHTQF8fn8 > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXQgSpNoszbMvMkhuaPO4zht60xAlI1F { width:320px;height:82px;top:17px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct { display:block; }#JWx4ag8VR6RXLCCaVJ5NRZacWx0QCNct > .row .container { width:320px;height:1642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8Rz5t8X0MuISh0SsE7JAXHfVnrbwvS3 { width:320px;height:573px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dgle7Ta9tqqA0BqdH5ETTzARGsAw7Qkm { width:270px;height:192px;top:29px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HoZNFtRvmW56dTxqSP1zlVSSeH33l9QI { width:320px;height:485px;top:614px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bmp91aXTMUp6i1VKWzVBHQl8ZIFUS2Ry { width:270px;height:192px;top:641px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kfhIwwfJHspooqttSU13RGvNCptnU7lh { width:320px;height:504px;top:1123px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLwlMxepQ0nDwvSMvh9vKXvKBgSfUMJ { width:286px;height:192px;top:1161px;left:17px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ndmCMtSVVF82hJUoTXsSTlJNOb0rJ02f { width:281px;height:198px;top:858px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #c6qaKycJir9W9UyZhUTFJGsInpTJrgx6 { width:297px;height:192px;top:1386px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pGMGwgMDtt5mclVhgrTsEGA7NGghk7yZ { width:270px;height:288px;top:267px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { background-color:#58c1d5;background-image:none;display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:320px;height:104px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:320px;height:1px;top:151px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:60px;height:3px;top:150px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { background-color:#58c1d5;background-image:none;display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:320px;height:996px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGuribtrqtDWHihy44UtDhOMu1gnlCEs { width:218px;height:218px;top:22px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #yrhVvOd6QX7QNeq7LNXsFZ0EVyOOiv0r { width:218px;height:218px;top:343px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BSWfD5pRlXEyAKoTUZ4AWKouTTL5Hdtu { width:218px;height:218px;top:671px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:118px;height:42px;top:245px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:118px;height:42px;top:898px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #X3urLAu1mtrVWANMLiKD6HJDeqRHynln { width:118px;height:42px;top:569px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #oXNrFpcahE8aUy9iWXLmwJPQToOc8mgn { display:block; }
 }@media only screen and (max-width: 763px) { #Dwmt0akstE7OIGREVeopeM95m7IfqvDq { width:118px;height:42px;top:945px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #uyWwFU4PGOxvpFoymyyEVwtxJeWnUEHy { display:block; }
 }@media only screen and (max-width: 763px) { #BcJr794E8iyb7pxtf7LiyxP59Nbv71hF { width:118px;height:42px;top:614px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #W4ixtpsE6Tf9Um0EASVpelGnGzpZfb8v { display:block; }
 }@media only screen and (max-width: 763px) { #PPJlFdJ3A6DTGKdTHTDSXR0iPr4zxX6e { width:118px;height:42px;top:290px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyHUENSoPUXgLQhg9ZK3EuBN81TdXLxI { display:block; }
 }@media only screen and (max-width: 763px) { #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { background-color:#58c1d5;background-image:none;display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { background-color: transparent; background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .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); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { width:320px;height:1002px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZgraJp4UTT1PJ2UbvsbTCXSGtaOMMBH { width:218px;height:218px;top:22px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #tqhIcfTxkVIFDs3lp5QBoGvZFTSmmq6U { width:218px;height:218px;top:343px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #D8NPKnd3BNozclafThBmz4NlMvkCxMkn { width:218px;height:218px;top:671px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #RJuCz20FPGTDCrOigf6xztvliq908yFK { width:118px;height:42px;top:248px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block; }
 }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:118px;height:42px;top:569px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { width:118px;height:42px;top:898px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block; }
 }@media only screen and (max-width: 763px) { #yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { width:118px;height:42px;top:294px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block; }
 }@media only screen and (max-width: 763px) { #Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { width:118px;height:42px;top:615px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:118px;height:42px;top:946px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #F5kf9rMcxUgdmpMBMlleAuZimKThifXz { background-color:#58c1d5;background-image:none;display:block; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container { background-color: transparent; background-image: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container > .video-iframe-container { display: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row > .video-iframe-container { display: none; }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .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); }#F5kf9rMcxUgdmpMBMlleAuZimKThifXz > .row .container { width:320px;height:1002px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNnLGITTLNfthq07QHewrr41dHWphR95 { width:218px;height:218px;top:22px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #zfI5WI2Q0EGSEV7UDlqt9zeQuhWe7UZW { width:218px;height:218px;top:343px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #wyTlU9BFgTvQQmN9TXhggOiGsMvprKZJ { width:218px;height:218px;top:671px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo977vi5sxHTvA8BzqPBAyD8mTPUSS85 { width:118px;height:42px;top:248px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #u914Wr4CyfJ4lEfzqfGh9cyczToT7M9s { display:block; }
 }@media only screen and (max-width: 763px) { #wm6DDp8a5md88qT0C6yyGLEO2rAAJAiR { width:118px;height:42px;top:569px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #H7lT3heuCl3EVfbwB1RzyMcOXyTgd8AN { display:block; }
 }@media only screen and (max-width: 763px) { #RBDrMI1tcTaFnxoyMrviQOQTL5DcfSXD { width:118px;height:42px;top:898px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #qAGuda928p3q4L8tQN4JcI99bHaSAWai { display:block; }
 }@media only screen and (max-width: 763px) { #LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 { background-color:#58c1d5;background-image:none;display:block; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container { background-color: transparent; background-image: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container > .video-iframe-container { display: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row > .video-iframe-container { display: none; }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .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); }#LtrJcwwtppJHiMarnVWP2SiTH6lyuVs4 > .row .container { width:320px;height:1096px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDkuG1Khz6RcDtNczOWMh8itp27AecdT { width:118px;height:42px;top:1034px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #MTBMuBGhOrNtDBEbAlBtr1yPWTDLQLUR { display:block; }
 }@media only screen and (max-width: 763px) { #T10x5PoTJs8WwI9W5SEvxD4rSFTvSf8m { width:118px;height:42px;top:318px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #FC0oZs9m6XbvPVQkH7zBrG0ke3C2aDA4 { display:block; }
 }@media only screen and (max-width: 763px) { #wThVZND6LPr7LNM3QDsW8HAqnqzvElIp { width:118px;height:42px;top:676px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #Uoevk226PbT0kotdQTIe19MSus0E8rJC { display:block; }
 }@media only screen and (max-width: 763px) { #ptvZLJggxR7cnpHovdi7xwg6o78hCy5f { width:155px;height:278px;top:20px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #W4fe7O2sGG9sOsRyD83SD4ub5Vz5k92D { width:155px;height:276px;top:380px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #SVVu9RMHaoyRhRQ8rDR9TT6f6VOSOWe5 { width:155px;height:276px;top:738px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6c15234-e931-4f5a-9f81-5d72e816f525/0bf179cc6e4e4a2da572c307310fbb6e.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.adaptive-delivery-prevent-bg, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyload, #D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH.lazyloading { background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { background-color: transparent; background-image: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row > .video-iframe-container { display: none; }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .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); }#D1kMwiuNTDL8iU6vHBEyUrD3IqxHqnlH > .row .container { width:320px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V51IuGaUVKLJln2EqtkSQk9STvDht0Dw { width:320px;height:360px;top:78px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VOVASkA8B5uSp1GpeX9hTor1C6wN7GSN { width:320px;height:38px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:320px;height:41px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:320px;height:100px;position:relative;display:block; } }