.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); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { border-top:0 solid #bdbcbc;border-left:0 solid #bdbcbc;border-right:0 solid #bdbcbc;border-bottom:1px solid #bdbcbc;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { background-color: transparent; background-image: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { border-width: 0; border-radius: 0; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { font-size:14px;font-family:arial;height:97px;width:1200px;position:relative;display:block; }#GZA33gBBmsovgcTRsf51LrrC5Glf0y3N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:170px;top:33.489585876465px;left:10px;overflow:hidden;display:block; }
#BT182Dg9JQiDNdaMZ6ITwk9vgRpWski0 { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:88px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20px;left:666.99652099609px;display:block; }
#bkuHxrnQiCxO9QcsJDp4HtOhhkaut4qG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aZCAZGq0DBwXuPaNxcRsqf867o6MRnDc { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20px;left:773.99310302734px;display:block; }
#iSh0TEB4DoaDt5KioyPccbnN4y024S4K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R2f9covW8lyk07NbFqwIMPHKSaDAQRX5 { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:106px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20px;left:857.98614501953px;display:block; }
#SoanqZ7pmNStit2kwGTqguPuaxXa9Oqr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gBG7n8bVwRNNz6rnDZ9yRiyLCmf7mTCb { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20px;left:983.99310302734px;display:block; }
#BSeRiWSSZLRGdDExMG7T4zT63sgs0TJb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KfFqeweJ6sOWAo4aaN08uOCQiXw17A95 { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20px;left:1056.9966430664px;display:block; }
#u6rti5zWfy4ux2UwHGDwc6hdsSzkvu8K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XGfIQloBbda955wXcMx2kxCaScFdbKT6 { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:73px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20px;left:1116.9966430664px;display:block; }
#Na90nrygOIUCJyxqFAOtEQcgnLkSinSe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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 { font-size:14px;font-family:arial;height:137px;width:1200px;overflow:visible;position:relative;display:block; }#Uw1ofcicA9TnH3zZNJmkQZM2qZD1wAdD { color:#ffffff;display:block;width:306px;position:absolute;font-family:lufga;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:108.08337402344px;left:446.99658203125px;height:20.7986px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THMiahvwdy66vuXJffaPnQPA7s1m8LnR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bf7095ae-155c-4f37-b88c-67860bee13a1/bgdesktoplp2.webp");background-position:bottom 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;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR.adaptive-delivery-prevent-bg, #THMiahvwdy66vuXJffaPnQPA7s1m8LnR.lazyload, #THMiahvwdy66vuXJffaPnQPA7s1m8LnR.lazyloading { background-image: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container { background-color: transparent; background-image: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container > .video-iframe-container { display: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row > .video-iframe-container { display: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .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); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container { border-width: 0; border-radius: 0; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container { font-size:14px;font-family:arial;height:778px;width:1200px;overflow:visible;position:relative;display:block; }#bNVnnLfotR5oGCHT1xw0ggMHckwxNRMq { position:absolute;display:block;z-index:15003;background-color:#000000;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:149px;width:540px;top:80px;left:10px;display:block; }
#Dm8Dr5VlUiMusTPtVFyA0LAg55zTCrd2 { color:#6e6e6e;display:block;width:411.997px;position:absolute;font-family:lufga;font-size:18px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:263px;left:12px;height:46.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oS4Tr8n4WJX7hFbsaakOTQTVUZ6mVQxi { color:#ffffff;display:block;width:468px;position:absolute;font-family:lufga;font-size:45px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:104px;left:46px;height:108px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTsOMTywAlGUS0GplD0wwu1mS2c3mZ7t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;top:136.375px;left:720px;overflow:hidden;display:block; }
#swG7ETgbG9fbWb1GAFEeBZD1eB2c9aDM { position:absolute;display:block;z-index:15007;height:180px;width:540px;top:319px;left:0px;display:block; }
#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { position:relative;display:block; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { background-color: transparent; background-image: none; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container > .video-iframe-container { display: none; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row > .video-iframe-container { display: none; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .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); }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { border-width: 0; border-radius: 0; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .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; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .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:497px;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; }#VdHaJP3bZOUXeWEIHQqssf3XEMyNngUu { color:#6e6e6e;display:block;width:157.986px;position:absolute;font-family:lufga;font-size:18px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:325px;left:280px;height:50.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x09JMX0cRPUF7STBlVb2BvubSdKBb4iw { color:#6e6e6e;display:block;width:157.969px;position:absolute;font-family:lufga;font-size:18px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:325px;left:518.99310302734px;height:50.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCEg2049N4yzSaHRIbg7U7ANTazulFCt { color:#6e6e6e;display:block;width:188.993px;position:absolute;font-family:lufga;font-size:18px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:325px;left:742.98614501953px;height:50.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oblqfoBfafeVcDzEQpggxJ96T53aiLC6 { 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;height:180px;width:180px;top:105px;left:507.98614501953px;overflow:hidden;display:block; }
#ydcHFpSqohGaEHitpffLMPbRDW8t1rIw { 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;height:180px;width:180px;top:105px;left:268.99310302734px;overflow:hidden;display:block; }
#ncMyPNckeX194H2PPPN7lsAz5yZDxUsG { 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;height:180px;width:180px;top:105px;left:747.98614501953px;overflow:hidden;display:block; }
#bxOe7TdQcZuDwN9AZsFXZOdbgezPNTie { color:#000000;display:block;width:305.99px;position:absolute;font-family:lufga;font-size:36px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:446.984375px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container { background-color: transparent; background-image: none; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container > .video-iframe-container { display: none; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row > .video-iframe-container { display: none; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .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); }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container { border-width: 0; border-radius: 0; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container { font-size:14px;font-family:arial;height:638px;width:1200px;position:relative;display:block; }#uoDLpFu0IlGOygQhghbTNw7p7ZZyhe89 { color:#000000;display:block;width:763.993px;position:absolute;font-family:lufga;font-size:36px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:120px;left:218.00347900391px;height:46.8056px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWeQaS3TMz8wBOIZpstm2LLQE6TTzG45 { color:#6e6e6e;display:block;width:645.99px;position:absolute;font-family:lufga;font-size:18px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:194.78820800781px;left:276.99658203125px;height:25.191px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIvQGqDR3Dl3CvIP9okkHV1L9HBGkH4X { 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;height:224px;width:224px;top:300px;left:1px;overflow:hidden;display:block; }
#RGNsAHGcRx4sfSqDgIuum5Ifkvm87XFO { 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;height:224px;width:224px;top:300px;left:245px;overflow:hidden;display:block; }
#JDZ5pCiHBqyc72bFVE93G7xNPfScN67l { 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;height:224px;width:224px;top:300px;left:489px;overflow:hidden;display:block; }
#yA8FgquQl7vsEaT75T8OllsDOKNTmIMR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:224px;width:224px;top:300px;left:733px;overflow:hidden;display:block; }
#E57egoJoMGKbvhwxdolL9GVqUepUeoKW { 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;height:224px;width:224px;top:300px;left:977px;overflow:hidden;display:block; }
#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF { position:relative;display:block; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF { background-color: transparent; background-image: none; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .row .container > .video-iframe-container { display: none; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .row > .video-iframe-container { display: none; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .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); }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF { border-width: 0; border-radius: 0; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .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; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .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:790px;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; }#Zz8ulTFrOzXqzeSfd00bqNpAKUTJE2CM { color:#000000;display:block;width:356px;position:absolute;font-family:lufga;font-size:18px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:224.99307250977px;left:639.00006103516px;height:46.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nWECTSWCCNTR8S7IlSccLPVmpyQva8ZF { color:#000000;display:block;width:305.99px;position:absolute;font-family:lufga;font-size:48px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:156.98959350586px;left:639.00006103516px;height:62.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sa0v12MRlRdiEp8T0X0emQLyAzqhZeJb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:271px;width:492px;top:98.96875px;left:573.07989501953px;overflow:hidden;display:block; }
#vCy86mDdFyETRvyXi6dLlLiUL0HFXky4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:693px;width:897px;top:91px;left:151.96875px;overflow:hidden;display:block; }
#OUeeAIFhdLuM9ccGMHDA16w23rumCIVC { color:#6e6e6e;display:block;width:305.99px;position:absolute;font-family:lufga;font-size:14px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:291.34722900391px;left:680.09381103516px;height:18.1875px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { background-color: transparent; background-image: none; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container > .video-iframe-container { display: none; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row > .video-iframe-container { display: none; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .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); }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { border-width: 0; border-radius: 0; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { font-size:14px;font-family:arial;height:232px;width:1200px;position:relative;display:block; }#UVinMl9WQ5PAI1tswqucyEri7dWSBMH0 { 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;height:70px;width:70px;top:50px;left:565px;overflow:hidden;display:block; }
#OGXNz5l6vRM0TltiRpBBn5c7CTKFOdPb { color:#ffffff;display:block;width:120.994px;position:absolute;font-family:lufga;font-size:11px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:159px;left:395px;height:14.3056px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GwxgnEhUOEzTuq2ctTftUtuIADyzr7og { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105.994px;height:40px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:147.15628051758px;left:546px;display:none; }
#Gd2tsxa1TiTUpngMtcrsX5TdQrIKZZnc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eu0Qay6IOveuOhNlnKEv5POMG5m5QrAp { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:141.989px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:187.15628051758px;left:528px;display:none; }
#wGIw3bG2hFZgmcSXVmb8aN9eZnJNUWli { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hLHlA1bPQhCiZsctq8O03MD9RKCKHuzJ { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105.994px;height:40px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:147.15628051758px;left:546px;display:none; }
#CGBt79CFFipQupEWDoHBoBE06lP1Kfu8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HfOBps4u1K5VLIwGMNVQP7nrnK6n5zH2 { 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;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-sizing:border-box;color:#717171;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:141.989px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:187.15628051758px;left:528px;display:none; }
#GE7HoX1lQxTvE5vg35D8XcsxV8cBc5gO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BP7Qd87VRN7XeC4rhAmbGoe7ZyuaPzHy { color:#ffffff;display:block;width:69px;position:absolute;font-family:lufga;font-size:11px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:159px;left:555px;height:14.3056px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wAPfIlDC0xCfe7yytG6MfMCRHhJ8m7Gd { color:#ffffff;display:block;width:141px;position:absolute;font-family:lufga;font-size:11px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:159px;left:664px;height:14.3056px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { display:block; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZA33gBBmsovgcTRsf51LrrC5Glf0y3N { top:33px;left:0px;width:170px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BT182Dg9JQiDNdaMZ6ITwk9vgRpWski0 { width:88px;height:55px;top:20px;left:448.99652099609px;display:block; }
 }@media only screen and (max-width: 763px) { #bkuHxrnQiCxO9QcsJDp4HtOhhkaut4qG { display:block; }
 }@media only screen and (max-width: 763px) { #aZCAZGq0DBwXuPaNxcRsqf867o6MRnDc { width:64px;height:55px;top:20px;left:555.99310302734px;display:block; }
 }@media only screen and (max-width: 763px) { #iSh0TEB4DoaDt5KioyPccbnN4y024S4K { display:block; }
 }@media only screen and (max-width: 763px) { #R2f9covW8lyk07NbFqwIMPHKSaDAQRX5 { width:106px;height:55px;top:20px;left:639.98614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #SoanqZ7pmNStit2kwGTqguPuaxXa9Oqr { display:block; }
 }@media only screen and (max-width: 763px) { #gBG7n8bVwRNNz6rnDZ9yRiyLCmf7mTCb { width:53px;height:55px;top:20px;left:711px;display:block; }
 }@media only screen and (max-width: 763px) { #BSeRiWSSZLRGdDExMG7T4zT63sgs0TJb { display:block; }
 }@media only screen and (max-width: 763px) { #KfFqeweJ6sOWAo4aaN08uOCQiXw17A95 { width:40px;height:55px;top:20px;left:724px;display:block; }
 }@media only screen and (max-width: 763px) { #u6rti5zWfy4ux2UwHGDwc6hdsSzkvu8K { display:block; }
 }@media only screen and (max-width: 763px) { #XGfIQloBbda955wXcMx2kxCaScFdbKT6 { width:73px;height:55px;top:20px;left:691px;display:block; }
 }@media only screen and (max-width: 763px) { #Na90nrygOIUCJyxqFAOtEQcgnLkSinSe { 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) { #Uw1ofcicA9TnH3zZNJmkQZM2qZD1wAdD { top:108px;left:228.99658203125px;width:306px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #THMiahvwdy66vuXJffaPnQPA7s1m8LnR { display:block; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNVnnLfotR5oGCHT1xw0ggMHckwxNRMq { top:80px;left:0px;width:540px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8Dr5VlUiMusTPtVFyA0LAg55zTCrd2 { top:263px;left:0px;width:411px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oS4Tr8n4WJX7hFbsaakOTQTVUZ6mVQxi { top:104px;left:0px;width:468px;height:108px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fTsOMTywAlGUS0GplD0wwu1mS2c3mZ7t { top:136px;left:502px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #swG7ETgbG9fbWb1GAFEeBZD1eB2c9aDM { top:319px;left:0px;width:540px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { display:block; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdHaJP3bZOUXeWEIHQqssf3XEMyNngUu { top:325px;left:62px;width:157px;height:50px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #x09JMX0cRPUF7STBlVb2BvubSdKBb4iw { top:325px;left:300.99310302734px;width:157px;height:50px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SCEg2049N4yzSaHRIbg7U7ANTazulFCt { top:325px;left:524.98614501953px;width:188px;height:50px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oblqfoBfafeVcDzEQpggxJ96T53aiLC6 { top:105px;left:289.98614501953px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #ydcHFpSqohGaEHitpffLMPbRDW8t1rIw { top:105px;left:50.993103027344px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #ncMyPNckeX194H2PPPN7lsAz5yZDxUsG { top:105px;left:529.98614501953px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #bxOe7TdQcZuDwN9AZsFXZOdbgezPNTie { top:0px;left:228.984375px;width:305px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e { display:block; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoDLpFu0IlGOygQhghbTNw7p7ZZyhe89 { top:120px;left:0.00347900390625px;width:763px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VWeQaS3TMz8wBOIZpstm2LLQE6TTzG45 { top:194px;left:58.99658203125px;width:645px;height:25px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sIvQGqDR3Dl3CvIP9okkHV1L9HBGkH4X { top:300px;left:0px;width:224px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #RGNsAHGcRx4sfSqDgIuum5Ifkvm87XFO { top:300px;left:27px;width:224px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #JDZ5pCiHBqyc72bFVE93G7xNPfScN67l { top:300px;left:271px;width:224px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #yA8FgquQl7vsEaT75T8OllsDOKNTmIMR { top:300px;left:515px;width:224px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #E57egoJoMGKbvhwxdolL9GVqUepUeoKW { top:300px;left:540px;width:224px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF { display:block; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8ulTFrOzXqzeSfd00bqNpAKUTJE2CM { top:224px;left:409px;width:355px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nWECTSWCCNTR8S7IlSccLPVmpyQva8ZF { top:156px;left:421.00006103516px;width:305px;height:62px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #sa0v12MRlRdiEp8T0X0emQLyAzqhZeJb { top:98px;left:272px;width:492px;height:270.99165238812px;display:block; }
 }@media only screen and (max-width: 763px) { #vCy86mDdFyETRvyXi6dLlLiUL0HFXky4 { top:91px;left:0px;width:764px;height:590.2474916388px;display:block; }
 }@media only screen and (max-width: 763px) { #OUeeAIFhdLuM9ccGMHDA16w23rumCIVC { top:291px;left:459px;width:305px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { display:block; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVinMl9WQ5PAI1tswqucyEri7dWSBMH0 { top:50px;left:347px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #OGXNz5l6vRM0TltiRpBBn5c7CTKFOdPb { top:159px;left:177px;width:120px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #GwxgnEhUOEzTuq2ctTftUtuIADyzr7og { width:105px;height:40px;top:147px;left:328px;display:none; }
 }@media only screen and (max-width: 763px) { #Gd2tsxa1TiTUpngMtcrsX5TdQrIKZZnc { display:block; }
 }@media only screen and (max-width: 763px) { #eu0Qay6IOveuOhNlnKEv5POMG5m5QrAp { width:141px;height:40px;top:187px;left:310px;display:none; }
 }@media only screen and (max-width: 763px) { #wGIw3bG2hFZgmcSXVmb8aN9eZnJNUWli { display:block; }
 }@media only screen and (max-width: 763px) { #hLHlA1bPQhCiZsctq8O03MD9RKCKHuzJ { width:105px;height:40px;top:147px;left:328px;display:none; }
 }@media only screen and (max-width: 763px) { #CGBt79CFFipQupEWDoHBoBE06lP1Kfu8 { display:block; }
 }@media only screen and (max-width: 763px) { #HfOBps4u1K5VLIwGMNVQP7nrnK6n5zH2 { width:141px;height:40px;top:187px;left:310px;display:none; }
 }@media only screen and (max-width: 763px) { #GE7HoX1lQxTvE5vg35D8XcsxV8cBc5gO { display:block; }
 }@media only screen and (max-width: 763px) { #BP7Qd87VRN7XeC4rhAmbGoe7ZyuaPzHy { top:159px;left:337px;width:69px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wAPfIlDC0xCfe7yytG6MfMCRHhJ8m7Gd { top:159px;left:446px;width:141px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zSLoRwEqZNmDkV4CPispN6p5ArEN2peU { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;border-top:0 solid #bdbcbc;border-left:0 solid #bdbcbc;border-right:0 solid #bdbcbc;border-bottom:1px solid #bdbcbc;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0px;left:0px;right:0px;display:block; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { background-color: transparent; background-image: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container { display: none; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .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); }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { border-width: 0; border-radius: 0; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSLoRwEqZNmDkV4CPispN6p5ArEN2peU > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZA33gBBmsovgcTRsf51LrrC5Glf0y3N { width:169px;height:30px;top:40px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #BT182Dg9JQiDNdaMZ6ITwk9vgRpWski0 { width:87px;height:50px;top:97.5px;left:233px;display:none; }
 }@media only screen and (max-width: 763px) { #bkuHxrnQiCxO9QcsJDp4HtOhhkaut4qG { display:block; }
 }@media only screen and (max-width: 763px) { #aZCAZGq0DBwXuPaNxcRsqf867o6MRnDc { width:64px;height:50px;top:97.5px;left:138px;display:none; }
 }@media only screen and (max-width: 763px) { #iSh0TEB4DoaDt5KioyPccbnN4y024S4K { display:block; }
 }@media only screen and (max-width: 763px) { #R2f9covW8lyk07NbFqwIMPHKSaDAQRX5 { width:106px;height:50px;top:97.5px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #SoanqZ7pmNStit2kwGTqguPuaxXa9Oqr { display:block; }
 }@media only screen and (max-width: 763px) { #gBG7n8bVwRNNz6rnDZ9yRiyLCmf7mTCb { width:50px;height:50px;top:147.5px;left:48px;display:none; }
 }@media only screen and (max-width: 763px) { #BSeRiWSSZLRGdDExMG7T4zT63sgs0TJb { display:block; }
 }@media only screen and (max-width: 763px) { #KfFqeweJ6sOWAo4aaN08uOCQiXw17A95 { width:41px;height:50px;top:147.5px;left:256px;display:none; }
 }@media only screen and (max-width: 763px) { #u6rti5zWfy4ux2UwHGDwc6hdsSzkvu8K { display:block; }
 }@media only screen and (max-width: 763px) { #XGfIQloBbda955wXcMx2kxCaScFdbKT6 { width:67px;height:50px;top:147.5px;left:136.5px;display:none; }
 }@media only screen and (max-width: 763px) { #Na90nrygOIUCJyxqFAOtEQcgnLkSinSe { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw1ofcicA9TnH3zZNJmkQZM2qZD1wAdD { width:305.984px;height:19.5px;top:112.875px;left:6.984375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #THMiahvwdy66vuXJffaPnQPA7s1m8LnR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7aeb71a-dda5-4dbb-abc3-fff9587e031a/bgmobilelp.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR.adaptive-delivery-prevent-bg, #THMiahvwdy66vuXJffaPnQPA7s1m8LnR.lazyload, #THMiahvwdy66vuXJffaPnQPA7s1m8LnR.lazyloading { background-image: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container { background-color: transparent; background-image: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container > .video-iframe-container { display: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row > .video-iframe-container { display: none; }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .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); }#THMiahvwdy66vuXJffaPnQPA7s1m8LnR > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNVnnLfotR5oGCHT1xw0ggMHckwxNRMq { width:320px;height:92px;top:70px;left:0px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8Dr5VlUiMusTPtVFyA0LAg55zTCrd2 { width:320px;height:44.7812px;top:192px;left:0px;font-size:16px;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS4Tr8n4WJX7hFbsaakOTQTVUZ6mVQxi { width:281.984px;height:57.5938px;top:90px;left:19px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTsOMTywAlGUS0GplD0wwu1mS2c3mZ7t { width:115px;height:115px;top:524.65625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #swG7ETgbG9fbWb1GAFEeBZD1eB2c9aDM { width:320px;height:180px;top:256.75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r { display:block; }#ml2ZATcN6tuzn5JT6zzVNmFxEf9bTP5r > .row .container { width:320px;height:726px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdHaJP3bZOUXeWEIHQqssf3XEMyNngUu { width:265px;height:21px;top:252px;left:28px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x09JMX0cRPUF7STBlVb2BvubSdKBb4iw { width:229px;height:21px;top:433px;left:45px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SCEg2049N4yzSaHRIbg7U7ANTazulFCt { width:239px;height:42px;top:614px;left:41px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oblqfoBfafeVcDzEQpggxJ96T53aiLC6 { width:100px;height:100px;top:318px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ydcHFpSqohGaEHitpffLMPbRDW8t1rIw { width:100px;height:100px;top:137px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ncMyPNckeX194H2PPPN7lsAz5yZDxUsG { width:100px;height:100px;top:499px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #bxOe7TdQcZuDwN9AZsFXZOdbgezPNTie { width:305px;height:31.1875px;top:60px;left:7px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e { display:block; }#boK4xHTlvCq6ksQFhZHCAWDZkRr5xQ9e > .row .container { width:320px;height:1875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoDLpFu0IlGOygQhghbTNw7p7ZZyhe89 { width:320px;height:62.375px;top:70px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VWeQaS3TMz8wBOIZpstm2LLQE6TTzG45 { width:320px;height:42px;top:152.375px;left:0px;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sIvQGqDR3Dl3CvIP9okkHV1L9HBGkH4X { width:300px;height:300px;top:246px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RGNsAHGcRx4sfSqDgIuum5Ifkvm87XFO { width:300px;height:300px;top:564px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JDZ5pCiHBqyc72bFVE93G7xNPfScN67l { width:300px;height:300px;top:1202px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yA8FgquQl7vsEaT75T8OllsDOKNTmIMR { width:300px;height:300px;top:883px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #E57egoJoMGKbvhwxdolL9GVqUepUeoKW { width:300px;height:300px;top:1520px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF { display:block; }#pFyDZD5xFqLWrZ3vnV38RkCPSzW4ZerF > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8ulTFrOzXqzeSfd00bqNpAKUTJE2CM { width:242px;height:36.375px;top:116px;left:49px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nWECTSWCCNTR8S7IlSccLPVmpyQva8ZF { width:120px;height:42.8906px;top:71px;left:49px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #sa0v12MRlRdiEp8T0X0emQLyAzqhZeJb { width:292px;height:144px;top:39.5px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vCy86mDdFyETRvyXi6dLlLiUL0HFXky4 { width:278px;height:214px;top:191px;left:21px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OUeeAIFhdLuM9ccGMHDA16w23rumCIVC { width:168px;height:15.5938px;top:196.6875px;left:136px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM { position:relative;z-index:auto;display:block; }#uGhAC7V1nBbWG7SSlnthlxxZnX7WPyBM > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVinMl9WQ5PAI1tswqucyEri7dWSBMH0 { width:60px;height:60px;top:62.578125px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #OGXNz5l6vRM0TltiRpBBn5c7CTKFOdPb { width:120px;height:14.3056px;top:162.578125px;left:99.984375px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwxgnEhUOEzTuq2ctTftUtuIADyzr7og { width:105px;height:40px;top:195.10229492188px;left:149.72727298737px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Gd2tsxa1TiTUpngMtcrsX5TdQrIKZZnc { display:block; }
 }@media only screen and (max-width: 763px) { #eu0Qay6IOveuOhNlnKEv5POMG5m5QrAp { width:141px;height:40px;top:234.10229492188px;left:131.74430179596px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wGIw3bG2hFZgmcSXVmb8aN9eZnJNUWli { display:block; }
 }@media only screen and (max-width: 763px) { #hLHlA1bPQhCiZsctq8O03MD9RKCKHuzJ { width:105px;height:40px;top:234.10229492188px;left:200.72727298737px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #CGBt79CFFipQupEWDoHBoBE06lP1Kfu8 { display:block; }
 }@media only screen and (max-width: 763px) { #HfOBps4u1K5VLIwGMNVQP7nrnK6n5zH2 { width:141px;height:40px;top:234.10229492188px;left:182.74430179596px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GE7HoX1lQxTvE5vg35D8XcsxV8cBc5gO { display:block; }
 }@media only screen and (max-width: 763px) { #BP7Qd87VRN7XeC4rhAmbGoe7ZyuaPzHy { width:69px;height:14.3056px;top:206.875025px;left:125px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAPfIlDC0xCfe7yytG6MfMCRHhJ8m7Gd { width:141px;height:14.3056px;top:251.171925px;left:89px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }