.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/fiaT0tfW/Ebooks_Shop_BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:735px;width:960px;overflow:visible;position:relative;display:block; }#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-form-header { font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:16px;font-weight:bold;color:#000000;width:120px;padding-top:0;padding-right:10px;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;vertical-align:middle;overflow:hidden; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:265px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:265px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:265px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:130px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-button { border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;background-color:#a7c813;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:265px;height:55px;font-family:roboto;overflow:hidden; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:10px;font-weight:300;color:#000000;vertical-align:top;width:245px;overflow:hidden;font-style:normal;float:none; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:first-of-type{padding-top:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:last-of-type{padding-bottom:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:395px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;box-shadow: 1px 1px 15px #000000 ;position:absolute;top:252px;left:440px;font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:265px;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD {display:block;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:395px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;box-shadow: 1px 1px 15px #000000 ;position:absolute;top:252px;left:440px;font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hqzTUyHmFz3mFAQMSSJXgD4RkTrfAtMv { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #kq8T92LTBRXByTwUzOS2V8P9WQL0fbqK { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #xyQzgLLf1DrXV9e8vpo7NmnzDDLvqySe { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GaJgS1hKw3oQn833EIT6xVLMP74RswGZ { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #uPSCU6ee7unzI7XxTHZ9krSsOs3k6XU5 { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #pcSbEzu9gaTgR2ZiTBr0fd9btqNoNBS2 { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #coBi4yGxtUC6uXfEilgATxgEXHvgMUVV { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hcEvVuGTBn3Ldm2kc6axy1KKa3oJ2eP5 { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #x52aXcCQLtut7n5ntEltdTx8M0Ic10TV { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #yCpUXvO5ZP4uLJNA3HwHFPPFdABnnyTv { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #fKJWzBJdT7eeBxVtiWOtbFNOhhQWTWre { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #y1No9HEt8Wq9F4BJ1PoFPBItaWno8o91 { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GGHL2G1k9yxvuTF87EvhBiPhaAOQfRFF { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #sgqTh6QU5K0S6r6KaJo1LJsHnI8TqXke { position:relative;z-index:2; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #cUZnszuCSI89W31mGny5krOsrn2wxEdH { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #MdkLXq7Kd8NU0TP1XD5nRgcr7Q0hlKkK { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #aONl39dG1IOC1oWaSrAWI90L2XEWK1bT { position:relative; }
#cv9XypsqpxflOzRen02GhAabAkRk6PDx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:496px;width:917px;top:0px;left:21.5px;overflow:hidden;display:block; }
#JSuOzVgMPRsUoVRmUrZpS4ITVLflUenn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66px;width:118px;top:29px;left:421px;overflow:hidden;display:block; }
#FM3BPgA13vO7kyQNPlixl3GUxKAhfmsp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:389px;width:385px;top:252px;left:21.5px;overflow:hidden;display:block; }
#w6l0JJtd0M8ZOm1NIipWWyXpwmxPMFnf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:389px;top:63px;left:285.5px;overflow:hidden;display:block; }
#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2c2c;background-image:url("https://images.assets-landingi.com/uc/330a36ba-7860-42af-ac8b-51f8273f4f9e/torozmyte.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7.adaptive-delivery-prevent-bg, #LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7.lazyload, #LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7.lazyloading { background-image: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { background-color: transparent; background-image: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container > .video-iframe-container { display: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row > .video-iframe-container { display: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .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); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { border-width: 0; border-radius: 0; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { font-size:14px;font-family:arial;height:127px;width:960px;position:relative;display:block; }#tUsIKTCA2T0xoPgRkA9CgrpIk6VhCAvd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76px;width:321px;top:25.5px;left:319.5px;overflow:hidden;display:block; }
#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { background-color: transparent; background-image: none; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container > .video-iframe-container { display: none; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row > .video-iframe-container { display: none; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .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); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { border-width: 0; border-radius: 0; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { font-size:14px;font-family:arial;height:4147px;width:960px;position:relative;display:block; }#BvibX35p7zb2Cp7HV0CuK9GPl4LzghAT { display:block;width:375px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:778px;left:79px;height:70.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#FVGx1Ww8a39dkuM1HPAPgpweWPnts6n1 { display:block;width:386px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:884px;left:79px;height:288px;color:#333333;display:block; }
#I9JHWKqfv1dTwBFIFnaNJ2WMVQJcXHNu { display:block;width:363px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:116px;left:527px;height:70.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#Kfq9uqnNLA3uGO94Ov0TF0olX4GUztOi { display:block;width:369px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:221px;left:524px;height:168px;color:#333333;display:block; }
#aKnPFnnduSaQhRI4huiRNCQ9xea15ekr { display:block;width:369px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1511px;left:524px;height:144px;color:#333333;display:block; }
#lckBTmlaGILvPsAPulZtOGTMBcOk2i0S { display:block;width:352px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1368px;left:522px;height:105.3px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#y0b98tO08DaJTw394xQ4GENkRFoiT0MT { display:block;width:367px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1825px;left:79px;height:70.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#NBoUkT8ACDCmOi0FVm9qs50mkX4lx9gO { display:block;width:370px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1933px;left:81.5px;height:192px;color:#333333;display:block; }
#n3rQXOF1W8HlTayziKnay95QSSUMBOpz { background-color:#2c2c2c;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:334px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2306px;left:317.5px;display:block; }
#r1OM7563FgHVQFzZGHc2tdwgM4Kb0zDC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WfxzwfJIflIXE8fWsMqkoZRKuvQKSDUn { box-sizing:content-box;height:201px;width:369px;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:none;top:116px;left:75px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#uSw5CH1SV6DhQ0pZRRZhTJhG5cNaDFvT { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:286px;width:474px;top:137px;left:22px;overflow:hidden;display:block; }
#CC2egmUKo4b6NOGPSTSyB3ldOATOsrcf { box-sizing:content-box;height:276px;width:369px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:778px;left:521px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#OqqmZGR9Vlqk0glXsdBBWVaPg77AQRIF { box-sizing:content-box;height:250px;width:369px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:1368px;left:80px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#TNigaLASwD9u1TReK3lZ7zdNAF1hQpwl { box-sizing:content-box;height:201px;width:369px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:1839px;left:522px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#rkUIFHeCEp01TfSk5LNuo1mMoU9NXNiK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:417px;width:277px;top:1260px;left:84px;overflow:hidden;display:block; }
#gibB9tTmpsvgwTCTUZ3ClIZLuvgPs5KC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:316px;width:456px;top:800px;left:477px;overflow:hidden;display:block; }
#GDPOfl3cR117UCF60gsTcvhfl0UrZPkC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:470px;width:273px;top:752px;left:508px;overflow:hidden;display:block; }
#bx5hNr4JEkLw14u19IQyb8dpgOfnoizD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:63px;top:1011px;left:807px;overflow:hidden;display:block; }
#MMvNineNR2fixyOb6eAAFWZ3aKMnapyw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:267px;width:307px;top:1806px;left:553px;overflow:hidden;display:block; }
#sqnwyqbXh7g0qz8EcBz0ed9uZpIvXeTq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:324px;width:128px;top:1348px;left:314px;overflow:hidden;display:block; }
#RevPApt07TQQwhCtuybZ0Sve8MWyVZGS { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:none;top:1238px;left:70px;display:block; }
#eFALpx6qz0ffrTainR88xgT98T6kAAFi { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:none;top:1741px;left:70px;display:block; }
#Gf5kKTyn5cEUAFmqlF7R4VPzlVLO5wXv { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:703px;left:70px;display:block; }
#UAHaB15nBWwucLahtBCiDsX0RweJ27z1 { display:block;width:682px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:490px;left:139px;height:;color:#333333;display:block; }#UAHaB15nBWwucLahtBCiDsX0RweJ27z1 li:not(:first-child){ padding-top:7px;padding-right:0;padding-bottom:0;padding-left:0; }#UAHaB15nBWwucLahtBCiDsX0RweJ27z1 li:before{  }
#oQUQhRNAH8uBRgmCLFQQWZd9VdXIt6wq { display:block;width:369px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:449px;left:139px;height:28.5px;color:#333333;font-style:normal;display:block; }
#ToGP7VgKaTRqA1B9K7Lg6UtraroAh5VQ { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14992;background-color:#e3e3e3;background-image:none;top:2400px;left:73px;display:block; }
#MvlDBHT1H53UJg1ETbVA2pavlBXWdfks { display:block;width:611px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2530px;left:116px;height:70.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#RruQTnfgyx15naTCfkeuzMXMCu5blKxR { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;top:2273px;left:73px;display:block; }
#VvzT4O4R7tZmD7L10aW4mePmGs1mBo0a { display:block;width:696px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:2618px;left:117px;height:48px;color:#333333;display:block; }
#qb87XSp7GVlyfkWo16IuA0T0pu3uTh4D { display:block;width:731px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:2686px;left:119px;height:226px;color:#333333;display:block; }#qb87XSp7GVlyfkWo16IuA0T0pu3uTh4D li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qb87XSp7GVlyfkWo16IuA0T0pu3uTh4D li:before{  }
#LoqFJr5EcIQ5oewq4FAMtWTM5lsso68g { display:block;width:707px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:2931px;left:121px;height:48px;color:#333333;display:block; }
#iQCtgHf4W0yETtyqNdglAGUGRKc5ANTg { box-sizing:content-box;height:565px;width:820px;position:absolute;display:block;z-index:14989;background-color:rgba(157,199,59,0.21);background-image:none;top:2467px;left:73px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#HWyzh58DcKlebIReP5WO5qEsttOgNA6d { display:block;width:741px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3132px;left:117px;height:35.1px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#aT0ZmfFBbAwyNd2maMR9ozkkNCQXH2y2 { display:block;width:696px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:3188px;left:118px;height:48px;color:#333333;display:block; }
#NpQrIc34wO9C63vma61KGy7LHAmiCfrC { display:block;width:725px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3256px;left:120px;height:154px;color:#333333;display:block; }#NpQrIc34wO9C63vma61KGy7LHAmiCfrC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#NpQrIc34wO9C63vma61KGy7LHAmiCfrC li:before{  }
#qN64IdMTynhMlQ4TCGBerg9AuGBJfOWL { display:block;width:707px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3430px;left:119px;height:24px;color:#333333;display:block; }
#lM94KzJDxHFhc0ZG9C7QW93qn4ExDoF8 { display:block;width:741px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3582px;left:110px;height:35.1px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#kXilPSEhs6PPMUETTh2vUnsBkABG8OHV { display:block;width:696px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3638px;left:111px;height:48px;color:#333333;display:block; }
#Ady64rMk7TmGZmKVpaqEFbLNch0nUJXL { display:block;width:725px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:3706px;left:113px;height:183px;color:#333333;display:block; }#Ady64rMk7TmGZmKVpaqEFbLNch0nUJXL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Ady64rMk7TmGZmKVpaqEFbLNch0nUJXL li:before{  }
#Jac42sT2Znb73vbVhc2IQMSnRLE6t0rc { display:block;width:707px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:3911px;left:115px;height:48px;color:#333333;display:block; }
#eSsgmwb9MZMIiaqOdlDfpGBXGigfTZvg { box-sizing:content-box;height:467px;width:820px;position:absolute;display:block;z-index:14985;background-color:rgba(176,199,153,0.4);background-image:none;top:3548px;left:70px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#yBbTfsQVTQyqV7m1ARuJOxalQuyWAfhT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:237px;width:204px;top:2164px;left:52px;overflow:hidden;display:block; }
#qsLTvJ7RwuTGT4rNXoMLXEEJB18pKarM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98px;width:152px;top:2336.5px;left:35.5px;overflow:hidden;display:block; }
#nPsAbNTNwTyepR7fx7LrtKtxmf3qZNou { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:225px;width:221px;top:2306px;left:673px;overflow:hidden;display:block; }
#SamqzDMarHuTM6aaoTdZ7TrTbknexxzF { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106px;width:141px;top:2348px;left:22px;overflow:hidden;display:block; }
#evQaXBJJ1cT1Tl8fzF58Pat1hikhxZwt { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65px;width:72px;top:2307px;left:22px;overflow:hidden;display:block; }
#McCktfFIGstv7ZJK8ZeHR3sdTAXmmhmn { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65px;width:72px;top:2454px;left:850px;overflow:hidden;display:block; }
#lTvv8kxU9NLodC6pnTtmMtqm4sVDQqht { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106px;width:141px;top:2400px;left:807px;overflow:hidden;display:block; }
#TUEU4tJJcWrxqckOoIxkG9aeGUWTTRfW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:176px;width:239px;top:3947px;left:636px;overflow:hidden;display:block; }
#Jq9R33A8TEgKJJcsoUatHW4oQKX37ikB { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91px;width:122px;top:3990px;left:584px;overflow:hidden;display:block; }
#ek1vMCiG2QTVqu2e59i1eL5GKFMzDdqm { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65px;width:72px;top:3971px;left:599px;overflow:hidden;display:block; }
#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8300055d-bcff-4b7f-86e0-a84d880dc01c/torozmyte.crop_1747x955_0,233.preview.png");background-position:center !important;background-repeat:repeat-x !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; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ.adaptive-delivery-prevent-bg, #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ.lazyload, #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ.lazyloading { background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { background-color: transparent; background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .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); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { border-width: 0; border-radius: 0; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { font-size:14px;font-family:arial;height:531px;width:960px;position:relative;display:block; }#DeFMzR30S8S9ssk4BC4E96uxWpdPWvcp { position:absolute;display:block;z-index:14998;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-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 25px 25px #000000 ;height:337px;width:897px;top:37px;left:32px;display:block; }
#wstCqEKi9gQR92gfsTDsMGtKOBBaeEK0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166px;width:782px;top:78px;left:89px;overflow:hidden;display:block; }
#yKVVEwi729hQ0Do67TXfRR6bKusVZTbM { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:261px;left:89px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#szQFaNPvMRg81pkdlfQ3QMHzLyImBeFG { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:296px;left:89px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#pTa0Zi1pgiIqtTlTJVyfd6TtxkTNHUp0 { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:297px;left:302px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#vQ1arPDLCdbRytHWiN56orVWUmuQMfmd { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:261px;left:302px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#NO6FUvchF5Fn3Xre7Z1VD5OquWqHbVN2 { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:296px;left:504px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#OpkRAUJllRCdvdhE5kJAaD3DtgCrPEuX { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:296px;left:707px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#oPo0ahfhxQlZw1nrN8eck6if4tVKHXfx { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:261px;left:504px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#MOD9xcMeRbNQ6yDnVFfD7PKefdT9KgVQ { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:261px;left:707px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#XFRhtZOLwA4JIKRsTOkPzRCxNFbgn4PI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:509px;top:411px;left:225.5px;overflow:hidden;display:block; }
#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { 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; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { background-color: transparent; background-image: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container > .video-iframe-container { display: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container { display: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .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); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { border-width: 0; border-radius: 0; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { font-size:14px;font-family:arial;height:325px;width:960px;position:relative;display:block; }#zRUaKrIEk1i36uDPJmWUwRT1xH84K2oe { color:#000000;display:block;width:318px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:190px;left:0px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNkDs0qusQTlTo3iPug50HozUk7x5v2p { color:rgba(58,63,85,0.7);display:block;width:254px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:230px;left:33px;height:62.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyzI89FlcPVbdgqpHJaHdNOmdAvySu8Q { color:#000000;display:block;width:318px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:190px;left:321px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtSN8r4KQxNc5vF8vRwffOEy91Fc7X1A { color:rgba(58,63,85,0.7);display:block;width:254px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:230px;left:354px;height:41.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBcniZFwdeobEn1Jno4UUwzc4u2yiORV { color:#000000;display:block;width:318px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:190px;left:641px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5TrNZ4kDOZLA1IX0WTa3WFTvpXld5qv { color:rgba(58,63,85,0.7);display:block;width:254px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:230px;left:674px;height:62.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdg3uGPWVV5NLQI1NA2ZsUoxEHIWyp3q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:135px;width:119px;top:48px;left:100.5px;overflow:hidden;display:block; }
#O5wfdcWx0TV2g9vVrhAQzEm9MfhQlKka { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:129px;width:161px;top:51px;left:414.39999389648px;overflow:hidden;display:block; }
#opghW41PcSziFwzTNAJLIrNX0NHkDGVR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:136px;width:136px;top:47.5px;left:732.00003051758px;overflow:hidden;display:block; }
#DPAT08Qf7v1uO2Ex5QGQy7UlAmA1wVwb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42px;width:128px;top:94.5px;left:254.39999389648px;overflow:hidden;display:block; }
#H1LLU0EyGqvb79KLR24TQyxvgM7IVLIL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42px;width:128px;top:94.5px;left:575.39999389648px;overflow:hidden;display:block; }
#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8300055d-bcff-4b7f-86e0-a84d880dc01c/torozmyte.crop_1747x955_0,233.preview.png");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; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX.adaptive-delivery-prevent-bg, #m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX.lazyload, #m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX.lazyloading { background-image: none; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row .container { background-color: transparent; background-image: none; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row .container > .video-iframe-container { display: none; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row > .video-iframe-container { display: none; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .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); }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row .container { border-width: 0; border-radius: 0; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0mMq7lrEc5ZdFmawCmC1ye2hE13JqTX > .row .container { font-size:14px;font-family:arial;height:194px;width:960px;position:relative;display:block; }#J5CS2AsThWfA0da4rWBGaV1w3g2wP2IG { background-color:#0e0e0e;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:66.999969482422px;left:643.00003051758px;display:block; }
#kcElIP45bPGssBOwazr2hXIRP1HpSeB5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IuwFkFyknVHXR8CmSiNRLO6lMGxqyacO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:139px;width:450px;top:0px;left:105px;overflow:hidden;display:block; }
#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN { background-color:#000000;background-image:none;z-index:;position:relative;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; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { background-color: transparent; background-image: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .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); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { border-width: 0; border-radius: 0; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { font-size:14px;font-family:arial;height:489px;width:960px;position:relative;display:block; }#vHOemxtmQ6ku6N2qTGzC4IL9WP2myvte { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:216px;width:781px;top:273px;left:91px;overflow:hidden;display:block; }
#p9kwWVlkIcTkCF6xcPEv3VKHHx52AAEi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:151px;width:346px;top:207px;left:308px;overflow:hidden;display:block; }
#lqqqQhf2iVJUxhEFL8K1hgzG6MxcQhAU { color:#ffffff;display:block;width:723px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:142px;left:120px;height:62.4px;text-align:center;text-align-last:center;display:block; }
#DOEMQlupQ29AQF8h6R3NaAHI0KG9rsmN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:102px;top:44px;left:442px;overflow:hidden;display:block; }
