.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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: rgba(0,0,0,0); }#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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:725px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#SX7BOfMNgdf49scMUJlF1Pa8pyc1WION { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:77px;width:191px;top:60.5px;left:120px;overflow:hidden;display:none; }
#zdtCbJQRStAXOLa2nyZ7HU2rzAmbUuvo { 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:888px;width:960px;display:none; }
#DU5b4EJf0GaoEiVCfcNbZTRBOsfTHkqc { position:absolute;display:block;z-index:15044;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:103px;width:113px;top:60px;left:967px;overflow:hidden;display:none; }
#q7psNGvMCnVNTXxbyOCgKA0pMVuKOyh8 { color:#ffffff;display:block;width:713px;position:absolute;font-family:"tt supermolot neue exp";font-size:115px;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:479.984375px;left:233px;height:149.5px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ROrcZBlhqt0NEotqdS59AO9IFChTmEB0 { 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:278px;width:278px;display:none; }
#Z8vzhMa54VVc7QvdSUlhT3VEnZA703lN { position:absolute;display:block;z-index:15008;height:51px;width:48px;top:643.59375px;left:1003px;display:none; }
#swnxQkkL70h4L9yqkHRNsVrBqrkXT7Qk { 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:77px;width:191px;top:60px;left:120px;overflow:hidden;display:block; }
#ZkmMkKRhHT9cURXTeOZsyGXh4KQyzvbc { position:absolute;display:block;z-index:15045;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:326px;width:326px;top:137px;left:120px;overflow:hidden;display:block; }
#BUR3lTkGJcsJoEfgfddu8faWhhWaM6Tl { position:absolute;display:block;z-index:15047;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:649px;width:595px;top:27px;left:485px;overflow:hidden;display:block; }
#Rnns8KkfBoanJCoxwkRKvagP1TwTlPdx { color:#000000;display:block;width:288px;position:absolute;font-family:"tt supermolot neue exp";font-size:35px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:383px;left:134px;height:0;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:none; }
#qMpBqO0DkXJZGgixqb1RHQKiPT6Ta9lR { position:absolute;display:block;z-index:15048;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:47px;width:257px;top:433px;left:154.5px;overflow:hidden;display:block; }
#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d5688659-6e51-4d0d-a9b5-962c5c58cf25/aplatlo16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT.adaptive-delivery-prevent-bg, #mb7aQ2IrmHVuOeeTMgq35mRataakUqlT.lazyload, #mb7aQ2IrmHVuOeeTMgq35mRataakUqlT.lazyloading { background-image: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container { background-color: transparent; background-image: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container > .video-iframe-container { display: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row > .video-iframe-container { display: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .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); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container { border-width: 0; border-radius: 0; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container { font-size:14px;font-family:arial;height:460px;width:1200px;position:relative;display:block; }#QzprdyZUuTafGwKEcyFsESQ7aldQH1Xm { color:#192434;display:block;width:1200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:70px;left:0px;height:52px;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:none; }
#lZ9VamprbM3Jmd1JwkXpRheF7IEaqDr0 { color:#192434;display:block;width:1200px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:151px;left:0px;height:85.7814px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O6rpBBxUuQhDHluKJPewdQPLvmfnD12T { position:absolute;display:block;z-index:15044;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:108px;width:108px;top:1257px;left:437px;overflow:hidden;display:none; }
#wHUASRgGxoIP09uR6KNZbEXCTVS1PSeO { color:#192434;display:block;width:200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1263px;left:564px;height:96px;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:none; }
#FtAcrJpJBwxVon0JzQWMHcsFcnqcrbMW { color:#192434;display:block;width:1200px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:1636px;left:0px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nro8ywwVbVOIy4knhHisfTDJ68NXtXhF { color:#000000;display:block;width:1200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:80px;left:0px;height:40px;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; }
#CQLb4R5Jb0I6d7PTE2P4Xpl8zenQD6hq { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:160px;left:0px;height:84px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgSovJ4vU1bwmI3rJswCxzIuTXvcr9A7 { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:340px;left:0px;height:28px;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; }
#X4OOu3thFStBLDh5TXOHTht64bytsX3O { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:265px;left:0px;height:117.594px;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:none; }
#weFK4yumKpiD0tqbu17qkMQAg1mxO1Ii { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:265px;left:0px;height:117.594px;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:none; }
#wfBp1tzIqcBP3xALDSwyoOFRk7SgSdsT { color:#000000;display:block;width:401px;position:absolute;font-family:"tt supermolot neue exp";font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:235.5px;left:120px;height:88px;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:left;text-align-last:left;display:none; }
#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX { z-index:;position:relative;display:block; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX { background-color: transparent; background-image: none; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row .container > .video-iframe-container { display: none; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row > .video-iframe-container { display: none; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .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); }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX { border-width: 0; border-radius: 0; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:738px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#INrVmmSiut57Vn6BatdzQkuDp01oSimM { position:absolute;display:block;z-index:15003;height:659px;width:1067px;top:79px;left:85px;display:block; }
#CfkUr41FZd8rPwkabPhANV4Zy5yA3s9O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52px;width:52px;top:358px;left:18px;overflow:hidden;display:block; }
#o5fqglONeex4HuEHlk56RdzOJbTNpgBh { 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:52px;width:52px;top:358px;left:1126px;overflow:hidden;display:block; }
#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC { position:relative;display:block; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC { background-color: transparent; background-image: none; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .row .container > .video-iframe-container { display: none; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .row > .video-iframe-container { display: none; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .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); }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC { border-width: 0; border-radius: 0; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .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; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .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:86px;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; }#rS8wkIdTO2W9JGoWnsr2igm7Oolbge92 { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15000;background-color:#005de8;background-image:none;top:31px;left:555px;display:block; }
#kHZWn8vPBrM5kktKZl4xmNsAZPZDiO5C { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:31px;left:575px;display:block; }
#c48nnZfF3Vi0ahy7pG6EbaiHSzryUeUw { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:31px;left:595px;display:block; }
#Kzf8SHhne2d6Keo3WJO6yTffxChORnV6 { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:31px;left:615px;display:block; }
#JfxA7BmL613kdc0vJ9sxOgafL508mvCk { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:31px;left:635px;display:none; }
#HvIqKCFSS3wX0K6kLOHASLUFALMBVDUf { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:31px;left:635px;display:block; }
#Kde1T2UgAEiovE73ivJm7dH8VaOEVTW6 { box-sizing:content-box;height:10px;width:10px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:31px;left:655px;display:none; }
#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container { background-color: transparent; background-image: none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container > .video-iframe-container { display: none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row > .video-iframe-container { display: none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .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); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container { border-width: 0; border-radius: 0; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container { font-size:14px;font-family:arial;height:345px;width:1200px;position:relative;display:block; }#Ct2h9wTJsH9OsiUXtZHnFzCrszHXgEp3 { color:#192434;display:block;width:1200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:70px;left:0px;height:52px;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:none; }
#spLoDS1l6FOJJL6KoXzrQKEX8HZCeXET { color:#192434;display:block;width:1200px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:151px;left:0px;height:85.7814px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sy0NRACyTSu25e3oGT0tb0qAHCSSO0Jv { position:absolute;display:block;z-index:15044;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:108px;width:108px;top:1257px;left:437px;overflow:hidden;display:none; }
#CyH8WTFauJrZol4lbtqJNy7i2apVkATB { color:#192434;display:block;width:200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1263px;left:564px;height:96px;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:none; }
#AZCAz1lZc27Ty5WTwl18ZN3xA8BMehuG { color:#192434;display:block;width:1200px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:1636px;left:0px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hnNkCQBi9V6LxLy1I4gcC2kNU8SQZpUR { 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:179px;width:722px;top:76px;left:239px;overflow:hidden;display:block; }
#Jo6i8E4QGE772WeIwxACxWse3oLryxDy { color:#ffffff;display:block;width:942px;position:absolute;font-family:"tt supermolot neue exp";font-size:115px;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:108px;left:120px;height:115px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7yigQSILZeBH8rRtwuJW1lMEKrpcGce { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:32px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25px;left:0px;height:;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; }
#IxIgzFSF1X2KM2tJP8ITxNpzIeAR7xWV { 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:60px;width:236px;top:114px;left:243px;overflow:hidden;display:none; }
#KJNyQ1NT9zSQZpxUc0Hkz88OqlgsfELD { color:#ffffff;display:block;width:939px;position:absolute;font-family:"tt supermolot neue exp";font-size:125px;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:149px;left:120px;height:125px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rFzoK8mGcHc63udTJnRCCt0Z5HOOvlu6 { color:#000000;display:block;width:482px;position:absolute;font-family:inter;font-size:32px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:424.625px;left:359px;height:41.5938px;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:none; }
#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dea4c21b-95d5-421b-80ad-906627c458db/aplatlo163.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ.adaptive-delivery-prevent-bg, #OwJR2JcROCMZFTIylkB1V50XLymlKDHZ.lazyload, #OwJR2JcROCMZFTIylkB1V50XLymlKDHZ.lazyloading { background-image: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container { background-color: transparent; background-image: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container > .video-iframe-container { display: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row > .video-iframe-container { display: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .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); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container { border-width: 0; border-radius: 0; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#S2CtvR8wrOI8e0ohOrICg1HLMpgrBKbk { color:#192434;display:block;width:1200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:70px;left:0px;height:52px;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:none; }
#xroXTlReboT1FPAXKDf73cse5QeC61NT { color:#192434;display:block;width:1200px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:151px;left:0px;height:85.7814px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MxxNS07U6tllpCt5QIIOIrRC8eWSeffo { position:absolute;display:block;z-index:15044;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:108px;width:108px;top:1257px;left:437px;overflow:hidden;display:none; }
#d1OhknpcB2ko4OudTJzKA7PBIdCc2sgn { color:#192434;display:block;width:200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1263px;left:564px;height:96px;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:none; }
#UmuPTamxcc0FETzHUH85rEn2Cz7Z2y3P { color:#192434;display:block;width:1200px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:1636px;left:0px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Mryiu2TqonJCIccTCHUe0i9BiaxdOvgy { color:#ffffff;display:block;width:1200px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:227.296875px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHC7BZxGkNTe20cWftPqxQLrdqleOQJz { color:#ffffff;display:block;width:1200px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:160px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHpzETGVuIiNuiJ7Xok1QrVZSpsBfUqR { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:99px;left:0px;height:40px;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; }
#feTfQNkz00h4fFEfSqT4rl3FiK0FdVgB { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:265px;left:0px;height:117.594px;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:none; }
#WmcizOFpz0h6shS8K2G4Og9ul2GZifnZ { color:#000000;display:block;width:401px;position:absolute;font-family:"tt supermolot neue exp";font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:235.5px;left:120px;height:88px;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:left;text-align-last:left;display:none; }
#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix { position:relative;display:block; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix { background-color: transparent; background-image: none; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container > .video-iframe-container { display: none; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row > .video-iframe-container { display: none; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .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); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix { border-width: 0; border-radius: 0; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:635px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#asoq7KHBd0s5o32SwVQOFN4MyXb6PGxW { position:absolute;display:block;z-index:15058;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:145px;width:145px;top:451.0703125px;left:527.5px;overflow:hidden;display:block; }
#ZSEEbi3qGQwag1gJmyEKXxpPcIRrBeT6 { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:363.7734375px;left:0px;height:27.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OMN5p05pHH0wl8bX48H8asBdf34dZkgA { color:#192434;display:block;width:1171px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:160px;left:25px;height:163.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7AaFCs805WPtHeV1U9Fus5NCg7ozJBl { color:#192434;display:block;width:1200px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:80px;left:0px;height:40px;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; }
#NxgfmODxZohDqqJt4SkINzanDA7JvH2u { 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:300px;width:300px;display:none; }
#OR8RikUkmxs3G2SzJoAK4RioTB3Im0e3 { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:265px;left:0px;height:117.594px;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:none; }
#sn0a4sCkgBe7TyrbnhXP00T3xx3UHsZw { color:#000000;display:block;width:1200px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:265px;left:0px;height:117.594px;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:none; }
#Ew9IgXogKa6do3k8uOGyJWKP5FvCVbi6 { color:#000000;display:block;width:401px;position:absolute;font-family:"tt supermolot neue exp";font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:235.5px;left:120px;height:88px;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:left;text-align-last:left;display:none; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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:89px;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; }#pNUv8KxH5DhmxONyMgobyo6d6Pfwpq4V { color:#000000;display:block;width:200px;position:absolute;font-family:inter;font-size:12px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.6875px;left:500px;height:15.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVSVLAPAGcei5pR3bLyf0qudUyxJZSmT { color:rgba(0,0,0,0.63);display:block;width:879px;position:absolute;font-family:inter;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:48.28125px;left:160px;height:15.5938px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX7BOfMNgdf49scMUJlF1Pa8pyc1WION { top:60px;left:0px;width:191px;height:77px;display:none; }
 }@media only screen and (max-width: 763px) { #zdtCbJQRStAXOLa2nyZ7HU2rzAmbUuvo { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DU5b4EJf0GaoEiVCfcNbZTRBOsfTHkqc { top:60px;left:651px;width:113px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #q7psNGvMCnVNTXxbyOCgKA0pMVuKOyh8 { top:479px;left:15px;width:713px;height:149px;font-size:115px;display:none; }
 }@media only screen and (max-width: 763px) { #ROrcZBlhqt0NEotqdS59AO9IFChTmEB0 { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Z8vzhMa54VVc7QvdSUlhT3VEnZA703lN { top:643px;left:716px;width:48px;height:51px;display:none; }
 }@media only screen and (max-width: 763px) { #swnxQkkL70h4L9yqkHRNsVrBqrkXT7Qk { top:60px;left:0px;width:191px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkmMkKRhHT9cURXTeOZsyGXh4KQyzvbc { top:137px;left:0px;width:326px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #BUR3lTkGJcsJoEfgfddu8faWhhWaM6Tl { top:27px;left:169px;width:595px;height:649px;display:block; }
 }@media only screen and (max-width: 763px) { #Rnns8KkfBoanJCoxwkRKvagP1TwTlPdx { top:383px;left:0px;width:288px;height:84px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qMpBqO0DkXJZGgixqb1RHQKiPT6Ta9lR { top:433px;left:0px;width:257px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #mb7aQ2IrmHVuOeeTMgq35mRataakUqlT { display:none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzprdyZUuTafGwKEcyFsESQ7aldQH1Xm { top:70px;left:0px;width:764px;height:52px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #lZ9VamprbM3Jmd1JwkXpRheF7IEaqDr0 { top:151px;left:0px;width:764px;height:85px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #O6rpBBxUuQhDHluKJPewdQPLvmfnD12T { top:1257px;left:219px;width:108px;height:108px;display:none; }
 }@media only screen and (max-width: 763px) { #wHUASRgGxoIP09uR6KNZbEXCTVS1PSeO { top:1263px;left:346px;width:200px;height:96px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #FtAcrJpJBwxVon0JzQWMHcsFcnqcrbMW { top:1636px;left:0px;width:764px;height:28px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #nro8ywwVbVOIy4knhHisfTDJ68NXtXhF { top:80px;left:0px;width:764px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CQLb4R5Jb0I6d7PTE2P4Xpl8zenQD6hq { top:160px;left:0px;width:764px;height:112px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AgSovJ4vU1bwmI3rJswCxzIuTXvcr9A7 { top:340px;left:0px;width:764px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #X4OOu3thFStBLDh5TXOHTht64bytsX3O { top:195px;left:0px;width:320px;height:;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #weFK4yumKpiD0tqbu17qkMQAg1mxO1Ii { top:87px;left:0px;width:300px;height:;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #wfBp1tzIqcBP3xALDSwyoOFRk7SgSdsT { top:235px;left:0px;width:320px;height:;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX { display:block; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INrVmmSiut57Vn6BatdzQkuDp01oSimM { width:764px;height:659px;top:79px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CfkUr41FZd8rPwkabPhANV4Zy5yA3s9O { width:52px;height:52px;top:358px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o5fqglONeex4HuEHlk56RdzOJbTNpgBh { width:52px;height:52px;top:358px;left:712px;display:block; }
 }@media only screen and (max-width: 763px) { #HwsmNCxVcVZTbAISZu6cUtHAkTr550TC { display:block; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS8wkIdTO2W9JGoWnsr2igm7Oolbge92 { width:10px;height:10px;top:31px;left:337px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZWn8vPBrM5kktKZl4xmNsAZPZDiO5C { width:10px;height:10px;top:31px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #c48nnZfF3Vi0ahy7pG6EbaiHSzryUeUw { width:10px;height:10px;top:31px;left:377px;display:block; }
 }@media only screen and (max-width: 763px) { #Kzf8SHhne2d6Keo3WJO6yTffxChORnV6 { width:10px;height:10px;top:31px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #JfxA7BmL613kdc0vJ9sxOgafL508mvCk { width:10px;height:10px;top:31px;left:417px;display:block; }
 }@media only screen and (max-width: 763px) { #HvIqKCFSS3wX0K6kLOHASLUFALMBVDUf { width:10px;height:10px;top:31px;left:417px;display:block; }
 }@media only screen and (max-width: 763px) { #Kde1T2UgAEiovE73ivJm7dH8VaOEVTW6 { width:10px;height:10px;top:31px;left:437px;display:block; }
 }@media only screen and (max-width: 763px) { #IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK { display:none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ct2h9wTJsH9OsiUXtZHnFzCrszHXgEp3 { top:70px;left:0px;width:764px;height:52px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #spLoDS1l6FOJJL6KoXzrQKEX8HZCeXET { top:151px;left:0px;width:764px;height:85px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #sy0NRACyTSu25e3oGT0tb0qAHCSSO0Jv { top:1257px;left:219px;width:108px;height:108px;display:none; }
 }@media only screen and (max-width: 763px) { #CyH8WTFauJrZol4lbtqJNy7i2apVkATB { top:1263px;left:346px;width:200px;height:96px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #AZCAz1lZc27Ty5WTwl18ZN3xA8BMehuG { top:1636px;left:0px;width:764px;height:28px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #hnNkCQBi9V6LxLy1I4gcC2kNU8SQZpUR { width:722px;height:179px;top:76px;left:21px;display:none; }
 }@media only screen and (max-width: 763px) { #Jo6i8E4QGE772WeIwxACxWse3oLryxDy { top:108px;left:0px;width:764px;height:115px;font-size:115px;display:block; }
 }@media only screen and (max-width: 763px) { #M7yigQSILZeBH8rRtwuJW1lMEKrpcGce { top:25px;left:0px;width:764px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IxIgzFSF1X2KM2tJP8ITxNpzIeAR7xWV { width:714px;height:181.52542372881px;top:114px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #KJNyQ1NT9zSQZpxUc0Hkz88OqlgsfELD { top:48px;left:0px;width:314px;height:50px;font-size:50px;display:none; }
 }@media only screen and (max-width: 763px) { #rFzoK8mGcHc63udTJnRCCt0Z5HOOvlu6 { top:8px;left:0px;width:320px;height:;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #OwJR2JcROCMZFTIylkB1V50XLymlKDHZ { display:block; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CtvR8wrOI8e0ohOrICg1HLMpgrBKbk { top:70px;left:0px;width:764px;height:52px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #xroXTlReboT1FPAXKDf73cse5QeC61NT { top:151px;left:0px;width:764px;height:85px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #MxxNS07U6tllpCt5QIIOIrRC8eWSeffo { top:1257px;left:219px;width:108px;height:108px;display:none; }
 }@media only screen and (max-width: 763px) { #d1OhknpcB2ko4OudTJzKA7PBIdCc2sgn { top:1263px;left:346px;width:200px;height:96px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #UmuPTamxcc0FETzHUH85rEn2Cz7Z2y3P { top:1636px;left:0px;width:764px;height:28px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #Mryiu2TqonJCIccTCHUe0i9BiaxdOvgy { top:227px;left:0px;width:764px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tHC7BZxGkNTe20cWftPqxQLrdqleOQJz { top:160px;left:0px;width:764px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kHpzETGVuIiNuiJ7Xok1QrVZSpsBfUqR { top:99px;left:0px;width:764px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #feTfQNkz00h4fFEfSqT4rl3FiK0FdVgB { top:144px;left:0px;width:320px;height:;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #WmcizOFpz0h6shS8K2G4Og9ul2GZifnZ { top:235px;left:0px;width:320px;height:;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix { display:block; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asoq7KHBd0s5o32SwVQOFN4MyXb6PGxW { top:451px;left:309.5px;width:145px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSEEbi3qGQwag1gJmyEKXxpPcIRrBeT6 { top:363px;left:0px;width:764px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #OMN5p05pHH0wl8bX48H8asBdf34dZkgA { top:160px;left:0px;width:764px;height:163px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #M7AaFCs805WPtHeV1U9Fus5NCg7ozJBl { top:80px;left:0px;width:764px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NxgfmODxZohDqqJt4SkINzanDA7JvH2u { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #OR8RikUkmxs3G2SzJoAK4RioTB3Im0e3 { top:265px;left:0px;width:320px;height:;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #sn0a4sCkgBe7TyrbnhXP00T3xx3UHsZw { top:87px;left:0px;width:306px;height:;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Ew9IgXogKa6do3k8uOGyJWKP5FvCVbi6 { top:235px;left:0px;width:285px;height:;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNUv8KxH5DhmxONyMgobyo6d6Pfwpq4V { top:23px;left:282px;width:200px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sVSVLAPAGcei5pR3bLyf0qudUyxJZSmT { top:48px;left:0px;width:764px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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: rgba(0,0,0,0); }#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: rgba(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX7BOfMNgdf49scMUJlF1Pa8pyc1WION { width:144px;height:57px;top:32px;left:88px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zdtCbJQRStAXOLa2nyZ7HU2rzAmbUuvo { top:368px;left:0px;width:320px;height:296px;z-index:15045;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DU5b4EJf0GaoEiVCfcNbZTRBOsfTHkqc { width:80px;height:73px;top:24px;left:240px;display:none; }
 }@media only screen and (max-width: 763px) { #q7psNGvMCnVNTXxbyOCgKA0pMVuKOyh8 { width:320px;height:0;top:368px;left:0px;font-size:46px;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #ROrcZBlhqt0NEotqdS59AO9IFChTmEB0 { top:71px;left:14px;width:292px;height:292px;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vzhMa54VVc7QvdSUlhT3VEnZA703lN { width:48px;height:51px;top:490.8125px;left:136px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #swnxQkkL70h4L9yqkHRNsVrBqrkXT7Qk { width:191px;height:77px;top:607px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #ZkmMkKRhHT9cURXTeOZsyGXh4KQyzvbc { width:278px;height:278px;top:785.5938px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #BUR3lTkGJcsJoEfgfddu8faWhhWaM6Tl { width:320px;height:349px;top:538px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rnns8KkfBoanJCoxwkRKvagP1TwTlPdx { width:288px;height:0;top:608.3203px;left:16px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #qMpBqO0DkXJZGgixqb1RHQKiPT6Ta9lR { width:232px;height:43px;top:336px;left:44px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mb7aQ2IrmHVuOeeTMgq35mRataakUqlT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b4dc7637-6872-4535-a0e4-1d8612b40b9c/aplabgmobile1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT.adaptive-delivery-prevent-bg, #mb7aQ2IrmHVuOeeTMgq35mRataakUqlT.lazyload, #mb7aQ2IrmHVuOeeTMgq35mRataakUqlT.lazyloading { background-image: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container { background-color: transparent; background-image: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container > .video-iframe-container { display: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row > .video-iframe-container { display: none; }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .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); }#mb7aQ2IrmHVuOeeTMgq35mRataakUqlT > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzprdyZUuTafGwKEcyFsESQ7aldQH1Xm { width:239px;height:2px;top:185px;left:34.5px;font-size:32px;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #lZ9VamprbM3Jmd1JwkXpRheF7IEaqDr0 { width:320px;height:0;top:78px;left:24.5px;font-size:24px;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #O6rpBBxUuQhDHluKJPewdQPLvmfnD12T { width:108px;height:108px;top:1047px;left:166.5px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #wHUASRgGxoIP09uR6KNZbEXCTVS1PSeO { width:200px;height:0;top:1053px;left:144.5px;font-size:32px;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #FtAcrJpJBwxVon0JzQWMHcsFcnqcrbMW { width:320px;height:0;top:1275px;left:24.5px;font-size:22px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #nro8ywwVbVOIy4knhHisfTDJ68NXtXhF { width:320px;height:auto;top:80px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CQLb4R5Jb0I6d7PTE2P4Xpl8zenQD6hq { width:320px;height:auto;top:160px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #AgSovJ4vU1bwmI3rJswCxzIuTXvcr9A7 { width:320px;height:auto;top:340px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #X4OOu3thFStBLDh5TXOHTht64bytsX3O { width:320px;height:18.2031px;top:289.4375px;left:0px;font-size:13px;z-index:15018;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #weFK4yumKpiD0tqbu17qkMQAg1mxO1Ii { width:300px;height:;top:87.5px;left:10px;font-size:13px;z-index:15017;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wfBp1tzIqcBP3xALDSwyoOFRk7SgSdsT { width:320px;height:27.5px;top:40px;left:0px;font-size:25px;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX { display:block; }#w7UiP9DvlC4QQye6JmrJsowMEJRI1WoX > .row .container { width:320px;height:768px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INrVmmSiut57Vn6BatdzQkuDp01oSimM { width:314px;height:613px;top:33px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #CfkUr41FZd8rPwkabPhANV4Zy5yA3s9O { width:52px;height:52px;top:694px;left:100px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o5fqglONeex4HuEHlk56RdzOJbTNpgBh { width:52px;height:52px;top:694px;left:168px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HwsmNCxVcVZTbAISZu6cUtHAkTr550TC { display:block; }#HwsmNCxVcVZTbAISZu6cUtHAkTr550TC > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS8wkIdTO2W9JGoWnsr2igm7Oolbge92 { width:10px;height:10px;top:6px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZWn8vPBrM5kktKZl4xmNsAZPZDiO5C { width:10px;height:10px;top:6px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #c48nnZfF3Vi0ahy7pG6EbaiHSzryUeUw { width:10px;height:10px;top:6px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #Kzf8SHhne2d6Keo3WJO6yTffxChORnV6 { width:10px;height:10px;top:6px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #JfxA7BmL613kdc0vJ9sxOgafL508mvCk { width:10px;height:10px;top:10px;left:215px;display:none; }
 }@media only screen and (max-width: 763px) { #HvIqKCFSS3wX0K6kLOHASLUFALMBVDUf { width:10px;height:10px;top:6px;left:185px;display:block; }
 }@media only screen and (max-width: 763px) { #Kde1T2UgAEiovE73ivJm7dH8VaOEVTW6 { width:10px;height:10px;top:6px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK { background-color:rgba(0,0,0,0);background-image:none;display:block; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container { background-color: transparent; background-image: none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container > .video-iframe-container { display: none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row > .video-iframe-container { display: none; }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .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); }#IfrEln4XHA2EzoUnRttyCbTeBlDrfFlK > .row .container { width:320px;height:149px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct2h9wTJsH9OsiUXtZHnFzCrszHXgEp3 { width:239px;height:2px;top:185px;left:34.5px;font-size:32px;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #spLoDS1l6FOJJL6KoXzrQKEX8HZCeXET { width:320px;height:0;top:78px;left:24.5px;font-size:24px;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #sy0NRACyTSu25e3oGT0tb0qAHCSSO0Jv { width:108px;height:108px;top:1047px;left:166.5px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #CyH8WTFauJrZol4lbtqJNy7i2apVkATB { width:200px;height:0;top:1053px;left:144.5px;font-size:32px;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #AZCAz1lZc27Ty5WTwl18ZN3xA8BMehuG { width:320px;height:0;top:1275px;left:24.5px;font-size:22px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #hnNkCQBi9V6LxLy1I4gcC2kNU8SQZpUR { top:378.9375px;left:0px;width:236px;height:60px;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Jo6i8E4QGE772WeIwxACxWse3oLryxDy { width:320px;height:0;top:326.9375px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #M7yigQSILZeBH8rRtwuJW1lMEKrpcGce { width:320px;height:auto;top:25px;left:0px;font-size:32px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IxIgzFSF1X2KM2tJP8ITxNpzIeAR7xWV { top:34px;left:7px;width:307px;height:76px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KJNyQ1NT9zSQZpxUc0Hkz88OqlgsfELD { width:314px;height:50px;top:48px;left:0px;font-size:50px;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #rFzoK8mGcHc63udTJnRCCt0Z5HOOvlu6 { width:320px;height:;top:8px;left:0px;font-size:18px;z-index:15019;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OwJR2JcROCMZFTIylkB1V50XLymlKDHZ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/54500c89-4806-4ddc-a682-4b47dd2c2901/aplabgmobile2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ.adaptive-delivery-prevent-bg, #OwJR2JcROCMZFTIylkB1V50XLymlKDHZ.lazyload, #OwJR2JcROCMZFTIylkB1V50XLymlKDHZ.lazyloading { background-image: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container { background-color: transparent; background-image: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container > .video-iframe-container { display: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row > .video-iframe-container { display: none; }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .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); }#OwJR2JcROCMZFTIylkB1V50XLymlKDHZ > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2CtvR8wrOI8e0ohOrICg1HLMpgrBKbk { width:239px;height:2px;top:185px;left:34.5px;font-size:32px;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xroXTlReboT1FPAXKDf73cse5QeC61NT { width:320px;height:0;top:78px;left:24.5px;font-size:24px;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #MxxNS07U6tllpCt5QIIOIrRC8eWSeffo { width:108px;height:108px;top:1047px;left:166.5px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #d1OhknpcB2ko4OudTJzKA7PBIdCc2sgn { width:200px;height:0;top:1053px;left:144.5px;font-size:32px;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #UmuPTamxcc0FETzHUH85rEn2Cz7Z2y3P { width:320px;height:0;top:1275px;left:24.5px;font-size:22px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #Mryiu2TqonJCIccTCHUe0i9BiaxdOvgy { width:320px;height:auto;top:227px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #tHC7BZxGkNTe20cWftPqxQLrdqleOQJz { width:320px;height:auto;top:160px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #kHpzETGVuIiNuiJ7Xok1QrVZSpsBfUqR { width:320px;height:auto;top:99px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #feTfQNkz00h4fFEfSqT4rl3FiK0FdVgB { width:320px;height:;top:144px;left:0px;font-size:13px;z-index:15019;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WmcizOFpz0h6shS8K2G4Og9ul2GZifnZ { width:320px;height:27.5px;top:65px;left:0px;font-size:25px;z-index:15014;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix { display:block; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix { background-color: transparent; background-image: none; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container > .video-iframe-container { display: none; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row > .video-iframe-container { display: none; }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .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); }#CpZnzEs8ubGUAHLbGxB9xITN9hKBq3Ix > .row .container { width:320px;height:558px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asoq7KHBd0s5o32SwVQOFN4MyXb6PGxW { width:145px;height:145px;top:451px;left:87px;display:none; }
 }@media only screen and (max-width: 763px) { #ZSEEbi3qGQwag1gJmyEKXxpPcIRrBeT6 { width:320px;height:auto;top:363px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #OMN5p05pHH0wl8bX48H8asBdf34dZkgA { width:320px;height:auto;top:160px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #M7AaFCs805WPtHeV1U9Fus5NCg7ozJBl { width:320px;height:auto;top:80px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NxgfmODxZohDqqJt4SkINzanDA7JvH2u { top:446.8125px;left:109.5px;width:101px;height:101px;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OR8RikUkmxs3G2SzJoAK4RioTB3Im0e3 { width:320px;height:36.3906px;top:380.4296875px;left:0px;font-size:13px;z-index:15029;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sn0a4sCkgBe7TyrbnhXP00T3xx3UHsZw { width:306px;height:;top:87.5px;left:7px;font-size:13px;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Ew9IgXogKa6do3k8uOGyJWKP5FvCVbi6 { width:320px;height:27.5px;top:40px;left:0px;font-size:25px;z-index:15024;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNUv8KxH5DhmxONyMgobyo6d6Pfwpq4V { width:68px;height:15.5938px;top:30px;left:126px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVSVLAPAGcei5pR3bLyf0qudUyxJZSmT { width:320px;height:46.7812px;top:55.5938px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }