.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;
}body { background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container { background-color: transparent; background-image: none; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container > .video-iframe-container { display: none; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row > .video-iframe-container { display: none; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .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); }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container { border-width: 0; border-radius: 0; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container { font-size:14px;font-family:arial;height:151px;width:1200px;position:relative;display:block; }#ZehTCL7qX11Pd4uxEKXTtKIVOxQwr0tS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:111px;width:309px;top:20px;left:120px;overflow:hidden;display:block; }
#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0eab91d-f716-4c86-ab47-0d089d75c750/zdjciedoLP.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.adaptive-delivery-prevent-bg, #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.lazyload, #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.lazyloading { background-image: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { background-color: transparent; background-image: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container > .video-iframe-container { display: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container { display: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .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); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { border-width: 0; border-radius: 0; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB::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; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#HLe2nBqhcCZigqsOZJTVd0MRbrbtvHQM { color:#000000;display:block;width:600px;position:absolute;font-family:"titillium web";font-size:32px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:107px;left:120px;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;text-align:left;text-align-last:left;display:block; }
#lhnNhBegwGQPol1Z6W3qRtUFg0TXKMEA { color:#000000;display:block;width:600px;position:absolute;font-family:"titillium web";font-size:45px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:215px;left:120px;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;text-align:left;text-align-last:left;display:block; }
#lZMnmTb4nNFKTEzFirDCSbhz9TavcLnV { position:absolute;display:block;z-index:15008;background-color:#1f2a4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:49px;width:285px;top:31px;left:120px;display:block; }
#QLMZhx72HXNrLXThiPBd5Kl48wCEF6Rw { color:#ffffff;display:block;width:265px;position:absolute;font-family:"titillium web";font-size:22px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.199996948242px;left:120px;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;text-align:center;text-align-last:center;display:block; }
#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf { position:relative;display:block; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf { background-color: transparent; background-image: none; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row .container > .video-iframe-container { display: none; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row > .video-iframe-container { display: none; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .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); }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf { border-width: 0; border-radius: 0; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:568px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PRJAJliVqpguvp0OOgqyRmPitAGEkwAO { position:absolute;display:block;z-index:15000;height:540px;width:960px;top:14px;left:120px;display:block; }
#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container { background-color: transparent; background-image: none; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container > .video-iframe-container { display: none; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row > .video-iframe-container { display: none; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .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); }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container { border-width: 0; border-radius: 0; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container { font-size:14px;font-family:arial;height:168px;width:1200px;position:relative;display:block; }#J4ToeTVFSui5KeDdViddsEtaeTTqviiv { display:block;width:1200px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.799957275391px;left:0px;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Enpe8xDLG1CaqHwtHx0rmDSoMfw0LzUC { position:absolute;display:block;z-index:15001;background-color:#1f2a4d;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;height:5px;width:200px;top:107.49996948242px;left:500px;display:block; }
#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq.adaptive-delivery-prevent-bg, #WxvO6bFaQmAROdISAwKrC0au7CfuP6zq.lazyload, #WxvO6bFaQmAROdISAwKrC0au7CfuP6zq.lazyloading { background-image: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container { background-color: transparent; background-image: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container > .video-iframe-container { display: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row > .video-iframe-container { display: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .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); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container { border-width: 0; border-radius: 0; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#h0as4M4SgtM1gJRp4MiGlS4a0cqU4nE6 { display:block;width:546px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:25px;height:51.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Xn8B6LZDK6IfhLqvS2F7cp8ys0sJO0Of { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL.adaptive-delivery-prevent-bg, #b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL.lazyload, #b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL.lazyloading { background-image: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container { background-color: transparent; background-image: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container > .video-iframe-container { display: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row > .video-iframe-container { display: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .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); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container { border-width: 0; border-radius: 0; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container { font-size:14px;font-family:arial;height:201px;width:1200px;position:relative;display:block; }#AC1ZbD8kK3lNol5EDpMlr3hNGeoLAoru { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#DfKKqt57VLPkb8ogpXUoBSLGzw3CSB0L { display:block;width:558px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:630px;height:179.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4.adaptive-delivery-prevent-bg, #hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4.lazyload, #hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4.lazyloading { background-image: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container { background-color: transparent; background-image: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container > .video-iframe-container { display: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row > .video-iframe-container { display: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .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); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container { border-width: 0; border-radius: 0; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#sp4asAEuAnfMPwEWW8ON3hXtNwgCgsWh { display:block;width:515px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:54px;height:51.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S5mZhbhus0QezDX6vRrh8vrsmOQwo2Su { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590.00003051758px;display:block; }
#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr.adaptive-delivery-prevent-bg, #dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr.lazyload, #dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr.lazyloading { background-image: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container { background-color: transparent; background-image: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container > .video-iframe-container { display: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row > .video-iframe-container { display: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .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); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container { border-width: 0; border-radius: 0; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container { font-size:14px;font-family:arial;height:174px;width:1200px;position:relative;display:block; }#ftAPyKzllFWWGuiuHnBO5kwElFSksGIe { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#yydlVy0MyZ8OwhqABITTCExLTVU2VKoQ { display:block;width:523px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:629px;height:153.6px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ.adaptive-delivery-prevent-bg, #uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ.lazyload, #uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ.lazyloading { background-image: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container { background-color: transparent; background-image: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container > .video-iframe-container { display: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row > .video-iframe-container { display: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .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); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container { border-width: 0; border-radius: 0; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#tLlMDy5iJhoymLpghlTDuAKHUEl76RiR { display:block;width:523px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:49px;height:51.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zJW9EyncKXFQ7qiFJ6b7gydeKPU8edwD { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX.adaptive-delivery-prevent-bg, #KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX.lazyload, #KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX.lazyloading { background-image: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container { background-color: transparent; background-image: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container > .video-iframe-container { display: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row > .video-iframe-container { display: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .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); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container { border-width: 0; border-radius: 0; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container { font-size:14px;font-family:arial;height:222px;width:1200px;position:relative;display:block; }#pzxuzXOE3Pk67qScf8DQtJxAGMCTb8Nb { display:block;width:558px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:628px;height:204.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOEuvqgJn2rQuoP68BWaoObhrlI5IDzM { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3.adaptive-delivery-prevent-bg, #Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3.lazyload, #Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3.lazyloading { background-image: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container { background-color: transparent; background-image: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container > .video-iframe-container { display: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row > .video-iframe-container { display: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .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); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container { border-width: 0; border-radius: 0; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#fgQ4scc2DKix0zk1PfZBgHPkFtKMMZ3F { display:block;width:523px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:49px;height:51.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sxICvDs2ST0w1Kh3bRRrAnApXTgusz0O { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt.adaptive-delivery-prevent-bg, #pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt.lazyload, #pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt.lazyloading { background-image: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container { background-color: transparent; background-image: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container > .video-iframe-container { display: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row > .video-iframe-container { display: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .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); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container { border-width: 0; border-radius: 0; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container { font-size:14px;font-family:arial;height:229px;width:1200px;position:relative;display:block; }#gmmLN2SZ7hGQr3QFznR0APFwPZO1SX77 { display:block;width:558px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:628px;height:204.8px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zpZ3Bru3mN2I0L2HBWBbcEAbRRPSTFE6 { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl.adaptive-delivery-prevent-bg, #w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl.lazyload, #w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl.lazyloading { background-image: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container { background-color: transparent; background-image: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container > .video-iframe-container { display: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row > .video-iframe-container { display: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .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); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container { border-width: 0; border-radius: 0; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#A393840OAAK8xeQZOXuOKwQClTUA8HvU { display:block;width:523px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:49px;height:51.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Kb6kozzummDgOkBsuvv7TxtvmylVFRtZ { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc.adaptive-delivery-prevent-bg, #p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc.lazyload, #p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc.lazyloading { background-image: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container { background-color: transparent; background-image: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container > .video-iframe-container { display: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row > .video-iframe-container { display: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .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); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container { border-width: 0; border-radius: 0; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container { font-size:14px;font-family:arial;height:249px;width:1200px;position:relative;display:block; }#R4bAThVWSaSXGZMJf8XWS3e2s8It59Fo { display:block;width:558px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:628px;height:230.4px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M4ZZHybVFtJrJmuc36Rv1KSxWBU5356h { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
#bSDqF3ScR430eqD10xd52itwz0V7fIQk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk.adaptive-delivery-prevent-bg, #bSDqF3ScR430eqD10xd52itwz0V7fIQk.lazyload, #bSDqF3ScR430eqD10xd52itwz0V7fIQk.lazyloading { background-image: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container { background-color: transparent; background-image: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container > .video-iframe-container { display: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row > .video-iframe-container { display: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .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); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container { border-width: 0; border-radius: 0; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#JqJvWCKvTKatkB9CCAWTzy76MwHtrRR1 { display:block;width:523px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:0px;left:49px;height:51.2px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#byJI0vLoJvxyRrlM5SZ6prKEqlX49exL { border-bottom:5px solid #eeeeee;border-left:5px solid #eeeeee;border-right:5px solid #eeeeee;border-top:5px solid #eeeeee;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#1f2a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10px;width:10px;position:absolute;display:block;z-index:15003;top:0px;left:590px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG { display:block; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZehTCL7qX11Pd4uxEKXTtKIVOxQwr0tS { width:309px;height:111px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0eab91d-f716-4c86-ab47-0d089d75c750/zdjciedoLP.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.adaptive-delivery-prevent-bg, #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.lazyload, #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.lazyloading { background-image: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { background-color: transparent; background-image: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container > .video-iframe-container { display: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container { display: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .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); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { width:764px;height:274px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HLe2nBqhcCZigqsOZJTVd0MRbrbtvHQM { width:720.995px;height:78px;top:66.78205871582px;left:21.481483459473px;font-size:30px;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #lhnNhBegwGQPol1Z6W3qRtUFg0TXKMEA { width:596px;height:91px;top:158.71875px;left:21.46875px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #lZMnmTb4nNFKTEzFirDCSbhz9TavcLnV { width:274px;height:49px;top:18.783340454102px;left:21.466659545898px;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #QLMZhx72HXNrLXThiPBd5Kl48wCEF6Rw { width:265px;height:28.6px;top:28.966659545898px;left:21.466659545898px;font-size:22px;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf { display:block; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row .container { width:764px;height:458px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PRJAJliVqpguvp0OOgqyRmPitAGEkwAO { width:750px;height:421px;top:16px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL { display:block; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container { width:764px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J4ToeTVFSui5KeDdViddsEtaeTTqviiv { width:764px;height:52px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Enpe8xDLG1CaqHwtHx0rmDSoMfw0LzUC { width:200px;height:5px;top:79px;left:282px;display:block; }
 }@media only screen and (max-width: 1199px) { #WxvO6bFaQmAROdISAwKrC0au7CfuP6zq { display:block; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container { width:764px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h0as4M4SgtM1gJRp4MiGlS4a0cqU4nE6 { width:359.983px;height:51.2px;top:0px;left:13.016662597656px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xn8B6LZDK6IfhLqvS2F7cp8ys0sJO0Of { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL { display:block; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container { width:764px;height:287px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AC1ZbD8kK3lNol5EDpMlr3hNGeoLAoru { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #DfKKqt57VLPkb8ogpXUoBSLGzw3CSB0L { width:360px;height:256px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 1199px) { #hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 { display:block; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container { width:764px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sp4asAEuAnfMPwEWW8ON3hXtNwgCgsWh { width:360px;height:51.2px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #S5mZhbhus0QezDX6vRrh8vrsmOQwo2Su { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr { display:block; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container { width:764px;height:254px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ftAPyKzllFWWGuiuHnBO5kwElFSksGIe { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #yydlVy0MyZ8OwhqABITTCExLTVU2VKoQ { width:360px;height:230.4px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 1199px) { #uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ { display:block; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container { width:764px;height:67px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tLlMDy5iJhoymLpghlTDuAKHUEl76RiR { width:360px;height:51.2px;top:7.8999938964844px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #zJW9EyncKXFQ7qiFJ6b7gydeKPU8edwD { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX { display:block; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container { width:764px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pzxuzXOE3Pk67qScf8DQtJxAGMCTb8Nb { width:360px;height:281.6px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 1199px) { #TOEuvqgJn2rQuoP68BWaoObhrlI5IDzM { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 { display:block; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container { width:764px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fgQ4scc2DKix0zk1PfZBgHPkFtKMMZ3F { width:360px;height:51.2px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #sxICvDs2ST0w1Kh3bRRrAnApXTgusz0O { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt { display:block; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container { width:764px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gmmLN2SZ7hGQr3QFznR0APFwPZO1SX77 { width:360px;height:307.2px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 1199px) { #zpZ3Bru3mN2I0L2HBWBbcEAbRRPSTFE6 { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl { display:block; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container { width:764px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A393840OAAK8xeQZOXuOKwQClTUA8HvU { width:360px;height:51.2px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Kb6kozzummDgOkBsuvv7TxtvmylVFRtZ { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc { display:block; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container { width:764px;height:348px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R4bAThVWSaSXGZMJf8XWS3e2s8It59Fo { width:360px;height:332.8px;top:0px;left:404px;display:block; }
 }@media only screen and (max-width: 1199px) { #M4ZZHybVFtJrJmuc36Rv1KSxWBU5356h { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 1199px) { #bSDqF3ScR430eqD10xd52itwz0V7fIQk { display:block; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container { width:764px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JqJvWCKvTKatkB9CCAWTzy76MwHtrRR1 { width:360px;height:51.2px;top:12.400024414062px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #byJI0vLoJvxyRrlM5SZ6prKEqlX49exL { width:10px;height:10px;top:0px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG { position:relative;z-index:auto;display:block; }#RkOz9HLrzvgPmIbWiF3BuHIPTuV0EppG > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZehTCL7qX11Pd4uxEKXTtKIVOxQwr0tS { width:309px;height:111px;top:20px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0eab91d-f716-4c86-ab47-0d089d75c750/zdjciedoLP.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.adaptive-delivery-prevent-bg, #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.lazyload, #EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB.lazyloading { background-image: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { background-color: transparent; background-image: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container > .video-iframe-container { display: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row > .video-iframe-container { display: none; }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .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); }#EUWTgJChykDIbbHCcxKdyDoXkBPmPPOB > .row .container { width:320px;height:334px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLe2nBqhcCZigqsOZJTVd0MRbrbtvHQM { width:299px;height:89.7px;top:104px;left:11px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhnNhBegwGQPol1Z6W3qRtUFg0TXKMEA { width:320px;height:124.8px;top:193px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZMnmTb4nNFKTEzFirDCSbhz9TavcLnV { width:201px;height:77px;top:16px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #QLMZhx72HXNrLXThiPBd5Kl48wCEF6Rw { width:192px;height:57.2px;top:26px;left:64px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf { display:block; }#HmIQbIbEe4ztPKvAunXRhxXZ35NmGFWf > .row .container { width:320px;height:229px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRJAJliVqpguvp0OOgqyRmPitAGEkwAO { width:320px;height:180px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL { display:block; }#Z1aBJc435eGQ6KdvpLJHgcGZH1cUTMCL > .row .container { width:320px;height:94px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4ToeTVFSui5KeDdViddsEtaeTTqviiv { width:310px;height:39px;top:28.987518310547px;left:10px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Enpe8xDLG1CaqHwtHx0rmDSoMfw0LzUC { width:200px;height:3px;top:77.975006103516px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WxvO6bFaQmAROdISAwKrC0au7CfuP6zq { background-color:#eeeeee;background-image:none;display:block; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container { background-color: transparent; background-image: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container > .video-iframe-container { display: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row > .video-iframe-container { display: none; }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .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); }#WxvO6bFaQmAROdISAwKrC0au7CfuP6zq > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0as4M4SgtM1gJRp4MiGlS4a0cqU4nE6 { width:311px;height:44.8px;top:23.300003051758px;left:9px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8B6LZDK6IfhLqvS2F7cp8ys0sJO0Of { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL { background-color:#eeeeee;background-image:none;display:block; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container { background-color: transparent; background-image: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container > .video-iframe-container { display: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row > .video-iframe-container { display: none; }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .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); }#b6yJwIToKCCgqaT0sQD9DPAPAdJuvOZL > .row .container { width:320px;height:238px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC1ZbD8kK3lNol5EDpMlr3hNGeoLAoru { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #DfKKqt57VLPkb8ogpXUoBSLGzw3CSB0L { width:310px;height:224px;top:14px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 { background-color:#eeeeee;background-image:none;display:block; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container { background-color: transparent; background-image: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container > .video-iframe-container { display: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row > .video-iframe-container { display: none; }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .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); }#hRk4DS3oV9asrs9D5a53vfRwx2HsmAd4 > .row .container { width:320px;height:56px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp4asAEuAnfMPwEWW8ON3hXtNwgCgsWh { width:310px;height:44.8px;top:11.983337402344px;left:10px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #S5mZhbhus0QezDX6vRrh8vrsmOQwo2Su { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr { background-color:#eeeeee;background-image:none;display:block; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container { background-color: transparent; background-image: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container > .video-iframe-container { display: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row > .video-iframe-container { display: none; }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .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); }#dJ4pfMTGcRdFvx5hMoAlpvGFNrU2aTZr > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftAPyKzllFWWGuiuHnBO5kwElFSksGIe { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #yydlVy0MyZ8OwhqABITTCExLTVU2VKoQ { width:310px;height:224px;top:17px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ { background-color:#eeeeee;background-image:none;display:block; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container { background-color: transparent; background-image: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container > .video-iframe-container { display: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row > .video-iframe-container { display: none; }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .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); }#uhwq37FrCTqELUVVDSQtRfOyXmxVyTtQ > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLlMDy5iJhoymLpghlTDuAKHUEl76RiR { width:310px;height:44.8px;top:11px;left:10px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zJW9EyncKXFQ7qiFJ6b7gydeKPU8edwD { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX { background-color:#eeeeee;background-image:none;display:block; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container { background-color: transparent; background-image: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container > .video-iframe-container { display: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row > .video-iframe-container { display: none; }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .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); }#KrLmAfpZz5pDZU4nh6hEhT1sQE0HLnWX > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzxuzXOE3Pk67qScf8DQtJxAGMCTb8Nb { width:310px;height:268.8px;top:17px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TOEuvqgJn2rQuoP68BWaoObhrlI5IDzM { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 { background-color:#eeeeee;background-image:none;display:block; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container { background-color: transparent; background-image: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container > .video-iframe-container { display: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row > .video-iframe-container { display: none; }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .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); }#Nea95zF4ocoZAiIkDAIuPrZTPN9TKce3 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgQ4scc2DKix0zk1PfZBgHPkFtKMMZ3F { width:310px;height:44.8px;top:16px;left:10px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sxICvDs2ST0w1Kh3bRRrAnApXTgusz0O { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt { background-color:#eeeeee;background-image:none;display:block; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container { background-color: transparent; background-image: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container > .video-iframe-container { display: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row > .video-iframe-container { display: none; }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .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); }#pQFBpOg91oVxTtO4IcRPXSCdbNPU2NSt > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmmLN2SZ7hGQr3QFznR0APFwPZO1SX77 { width:310px;height:291.2px;top:14px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zpZ3Bru3mN2I0L2HBWBbcEAbRRPSTFE6 { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl { background-color:#eeeeee;background-image:none;display:block; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container { background-color: transparent; background-image: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container > .video-iframe-container { display: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row > .video-iframe-container { display: none; }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .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); }#w0UgTBnfQp6uBh4SQqoLf0hzVnmdpqsl > .row .container { width:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A393840OAAK8xeQZOXuOKwQClTUA8HvU { width:310px;height:44.8px;top:10px;left:10px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6kozzummDgOkBsuvv7TxtvmylVFRtZ { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc { background-color:#eeeeee;background-image:none;display:block; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container { background-color: transparent; background-image: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container > .video-iframe-container { display: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row > .video-iframe-container { display: none; }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .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); }#p8zoxfF2efgcLBRQ1iOEJ7BNVIIWEABc > .row .container { width:320px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4bAThVWSaSXGZMJf8XWS3e2s8It59Fo { width:310px;height:291.2px;top:14px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #M4ZZHybVFtJrJmuc36Rv1KSxWBU5356h { width:10px;height:10px;top:0px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #bSDqF3ScR430eqD10xd52itwz0V7fIQk { background-color:#eeeeee;background-image:none;display:block; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container { background-color: transparent; background-image: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container > .video-iframe-container { display: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row > .video-iframe-container { display: none; }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .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); }#bSDqF3ScR430eqD10xd52itwz0V7fIQk > .row .container { width:320px;height:73px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqJvWCKvTKatkB9CCAWTzy76MwHtrRR1 { width:310px;height:44.8px;top:10px;left:10px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #byJI0vLoJvxyRrlM5SZ6prKEqlX49exL { width:10px;height:10px;top:0px;left:150px;display:none; }
 }