.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be5aa8cd-4a24-49e1-8f55-54ca02b2ba86/BackGround.jpg");background-position:center !important;background-repeat: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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: 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 {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:422px;width:1200px;overflow:visible;position:relative;display:block; }#CRdbclfJTxTVq5KxApXs8AfLxke8zWiL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:403px;width:403px;top:0px;left:126px;overflow:hidden;display:block; }
#fU3DZD00miwqUQops49t8vANyoF0H0mM { color:#000000;display:block;width:443px;position:absolute;font-family:futura;font-size:33px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:88px;left:601px;height:108.891px;font-style:normal;display:block; }
#Akgei4EKPoropV7o6ccvTELoF6mVBM9M { position:absolute;display:block;z-index:14999;background-color:#ffe700;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;height:24px;width:299px;top:102px;left:586px;display:block; }
#IRMOStiXGn7n12X7RDXMVzafUFNXtQxJ { color:#000000;display:block;width:354px;position:absolute;font-family:futura;font-size:22px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:232px;left:601px;height:96.7812px;font-style:normal;display:block; }
#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 { background-color:#2e2e2e;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;display:block; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container { background-color: transparent; background-image: none; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container > .video-iframe-container { display: none; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row > .video-iframe-container { display: none; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .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); }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container { border-width: 0; border-radius: 0; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row > .video-iframe-container {  }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container { font-size:14px;font-family:arial;height:1245px;width:1200px;overflow:visible;position:relative;display:block; }#m29GFo66op1rHNU79gKUDZvLH4xf4Jc1 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 20px rgba(0,0,0,0.24) ;height:375px;width:620px;top:43.6875px;left:290px;display:block; }
#i39ibPoSx5CpPZhTCale2hvBbgbTOMPF { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:87px;left:364px;height:71.3907px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvC16GGTJ1uFK7UnvUmiiotXLyfyR3Rd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 30px rgba(0,0,0,0.5) ;height:295px;width:295px;top:209.5px;left:435px;overflow:hidden;display:block; }
#brSvaw4ILGio42nfluDlu4kw5OyHzCpH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:88px;top:196.6875px;left:795px;overflow:hidden;display:block; }
#m8oeXRSzxzN9wwfNHOMgKxA8o1xZWIwL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 1px 20px rgba(0,0,0,0.22) ;height:391px;width:620px;top:477.6875px;left:290px;display:block; }
#z7NnPBcy3fQkbwIqh6uGwiWFXdZf9KpI { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:588px;left:364px;height:237.9688px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMCKhWPwNKPZSJcPySc0saMqzu8XZE1x { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 30px rgba(0,0,0,0.5) ;height:330px;width:264px;top:844px;left:87px;overflow:hidden;display:block; }
#IfkPfZZhNkIyxTie3XzLDxnb19biZUo9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 30px rgba(0,0,0,0.5) ;height:216px;width:173px;top:855px;left:378px;overflow:hidden;display:block; }
#mUddCRJf3T0qfZgptL3IC8kwphDA2M5T { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 30px rgba(0,0,0,0.5) ;height:311px;width:249px;top:855px;left:569px;overflow:hidden;display:block; }
#wP9QV3UG7dK2cvNy4kxi8Wiod3u8r0xt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 30px rgba(0,0,0,0.5) ;height:280px;width:249px;top:816px;left:854px;overflow:hidden;display:block; }
#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k { background-color:#2e2e2e;background-image:url("https://images.assets-landingi.com/uc/be5aa8cd-4a24-49e1-8f55-54ca02b2ba86/BackGround.jpg");background-position:center !important;background-repeat: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;display:block; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k.adaptive-delivery-prevent-bg, #ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k.lazyload, #ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k.lazyloading { background-image: none; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container { background-color: transparent; background-image: none; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container > .video-iframe-container { display: none; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row > .video-iframe-container { display: none; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .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); }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container { border-width: 0; border-radius: 0; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row > .video-iframe-container {  }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container { font-size:14px;font-family:arial;height:1240px;width:1200px;overflow:visible;position:relative;display:block; }#SEgxU38KrKfQb373F34Tk07N5W4IP7CK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 20px rgba(0,0,0,0.24) ;height:156px;width:620px;top:43.6875px;left:290px;display:block; }
#yh5XO9WP68TzEl5u2Hiwl1Uuy6D3XJzf { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:87px;left:364px;height:47.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQusJE3gcp3es6z2d1yzM1uxzH2gybci { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:88px;top:139.6875px;left:731px;overflow:hidden;display:block; }
#aU6JkpTcrlFPnfTwm8qULxLbN2pKiNlB { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 1px 20px rgba(0,0,0,0.22) ;height:196px;width:620px;top:427px;left:290px;display:block; }
#DHVbfRIPOiQT99zib8yaNdgxOZlJttfs { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:477px;left:365px;height:118.9845px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgRFudhx6TLIn082pzMLqESxw3yRTIdZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:293px;width:293px;top:158.375px;left:453.5px;overflow:hidden;display:block; }
#cFItOQ0Kuw4CSyfsGJaO2wGx7FHQpOaX { position:absolute;display:block;z-index:15002;background-color:#313131;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;box-shadow: 0 1px 20px rgba(0,0,0,0.22) ;height:196px;width:571px;top:595.9765625px;left:314.5px;display:block; }
#avPsMcD0fyy1naxmqKw1KARM95JyNLwQ { color:#ffffff;display:block;width:510px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:634.4765625px;left:345px;height:118.9845px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vd7MpT3svE8Ze6QnseEMuTPFyx6TRVC6 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 1px 20px rgba(0,0,0,0.22) ;height:132px;width:620px;top:770px;left:290px;display:block; }
#PTWZzTFVppe2wHLU6vnILn9q6Rn2KVlH { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:823px;left:364.5px;height:23.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSSfEyV1m0Su2ztsTEzDtZHfAeCX39G5 { position:absolute;display:block;z-index:15003;background-color:#2f2f2f;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;box-shadow: 0 1px 20px rgba(0,0,0,0.22) ;height:196px;width:472px;top:877px;left:361px;display:block; }
#iyyXpT0P2ZL2dQSE8QOAoWvBrylb2VfU { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:69px;width:69px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:940px;left:410px; }
#XnBUEDuADHTLUBNMn8O5KietsMunN2Xx { color:#ffffff;display:block;width:321px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:927px;left:518px;height:96.5859px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmZm8N8oTw5rfArrHWyw5KHSa0D9X2JE { color:#000000;display:block;width:480px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:1120.15625px;left:360px;height:64.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm { position:relative;display:none; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm { border-width: 0; border-radius: 0; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container > .video-iframe-container {  }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .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:300px;width:1200px;position:relative;display:none; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 { background-color:#2e2e2e;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;display:block; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container { background-color: transparent; background-image: none; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container > .video-iframe-container { display: none; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row > .video-iframe-container { display: none; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .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); }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container { border-width: 0; border-radius: 0; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row > .video-iframe-container {  }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container { font-size:14px;font-family:arial;height:665px;width:1200px;overflow:visible;position:relative;display:block; }#XCJkKhX6IVlyR6viwDoLpuhSERrxiOQd { position:absolute;display:block;z-index:15000;background-color:#131313;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;box-shadow: 0 0 20px rgba(0,0,0,0.24) ;height:430px;width:620px;top:43.6875px;left:290px;display:block; }
#rOvmvmNrxc1I8rPfcuqiNVpJCDOWf0cI { color:#ffffff;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:87px;left:364px;height:23.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIaGSyIPUH619OsHWdlkzU2TsPJEfvGg { position:absolute;display:block;z-index:15001;background-color:#353535;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;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;height:227px;width:677px;top:134.6875px;left:261.5px;display:block; }
#NzHzT9KQ9nRMzJG8D7Rkricalm8gkNSL { position:absolute;display:block;z-index:15002;background-color:#ffde00;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;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;height:12px;width:677px;top:134.6875px;left:261.5px;display:block; }
#gTw6IUqxsX3MOTu0wAJFtA8GNn3bmvot { color:#ffffff;display:block;width:610px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:235px;left:295px;height:95.1876px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lpnam08L3SGhr4o0PKUMDyHZMkXx4rhT { color:#ffffff;display:block;width:610px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:180.59375px;left:295px;height:26.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rdeaJvBrGch4ZVZaSPSl55Jp0mtI6vFK { position:absolute;display:block;z-index:15005;background-color:#353535;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;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;height:227px;width:677px;top:393px;left:262px;display:block; }
#NxJ4Q5gp3yBTkBxd8MAKCFTZGr4IOa36 { position:absolute;display:block;z-index:15006;background-color:#ffde00;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;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;height:12px;width:677px;top:393px;left:262px;display:block; }
#JnX2W4xrNJRlQ70ndtOew6LvGQ0Oyimr { color:#ffffff;display:block;width:610px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:493px;left:295px;height:71.3907px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTnLg8PU48b0JkQAg7eykPJpl2qbwO02 { color:#ffffff;display:block;width:610px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:438px;left:295px;height:26.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qsrJ0WXzASv40asrXssETB3zgIKU9Wis { position:relative;display:none; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis { border-width: 0; border-radius: 0; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container > .video-iframe-container {  }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .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:300px;width:1200px;position:relative;display:none; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT { background-color:#2e2e2e;background-image:url("https://images.assets-landingi.com/uc/be5aa8cd-4a24-49e1-8f55-54ca02b2ba86/BackGround.jpg");background-position:center !important;background-repeat: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;display:block; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT.adaptive-delivery-prevent-bg, #wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT.lazyload, #wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT.lazyloading { background-image: none; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container { background-color: transparent; background-image: none; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container > .video-iframe-container { display: none; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row > .video-iframe-container { display: none; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .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); }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container { border-width: 0; border-radius: 0; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row > .video-iframe-container {  }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container { font-size:14px;font-family:arial;height:599px;width:1200px;overflow:visible;position:relative;display:block; }#JiBiqlrHwTieA8Hut7MMtQ4DGtRi0RAQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 20px rgba(0,0,0,0.24) ;height:473px;width:620px;top:43.6875px;left:290px;display:block; }
#D03ffuDDVefSmmMS50tV3uw5p68DP9Zv { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:87px;left:364px;height:309.3597px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FD26y9UCuuKoFkt2hL7esH1EAJnOegG5 { z-index:15003;top:479.6875px;left:351px;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:498px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PKhPSqtp8aaPHV9NE3TSu9tJ5pdzkM3w { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d { position:relative;display:none; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d { border-width: 0; border-radius: 0; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container > .video-iframe-container {  }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .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:300px;width:1200px;position:relative;display:none; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti { background-color:#090909;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;display:block; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container { background-color: transparent; background-image: none; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container > .video-iframe-container { display: none; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row > .video-iframe-container { display: none; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .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); }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container { border-width: 0; border-radius: 0; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row > .video-iframe-container {  }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container { font-size:14px;font-family:arial;height:479px;width:1200px;overflow:visible;position:relative;display:block; }#q6gFDMc9HZVhUoTTcgo4Z4yeHegH7WR1 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 20px rgba(0,0,0,0.24) ;height:350px;width:620px;top:43.6875px;left:290px;display:block; }
#Vfled2VIZwg5KCBA1zzR0iTbFPNFM9M5 { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:101px;left:364.5px;height:71.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVQhcHGTpU4HVta3SH7TMIVsX6BeKvPk { color:#0e0e0e;display:block;width:471px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:309px;left:364px;height:47.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o7tkR7xy29gsqfpWoTlXGsf6P0LekEFk { z-index:15004;top:236.796875px;left:438px;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:323px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#atVi0d1raTB9r3HgltCP3O9I2DEdRDJv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;display:block; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container { background-color: transparent; background-image: none; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container > .video-iframe-container { display: none; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row > .video-iframe-container { display: none; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .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); }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container { border-width: 0; border-radius: 0; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row > .video-iframe-container {  }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container { font-size:14px;font-family:"open sans";height:153px;width:1200px;position:relative;display:block; }#FIts08aqMvgeXCt7XqbbDhQEMshgMoNU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:125px;top:45px;left:237px;overflow:hidden;display:block; }
#sObV23fsO81nmAlhuLxpMWCiE9KoLS6e { display:block;width:554px;position:absolute;font-family:"open sans";font-size:11px;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:45px;left:409px;height:49.49222px;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#PLGV9vNWEa25cO7fpBvr51GlSiTstHn7 { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:109px;left:409px;display:block; }
#UQRBNRrwoa1r6fEu0EacRo1vnQ2qBCrW { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:108px;left:440px;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) { #CRdbclfJTxTVq5KxApXs8AfLxke8zWiL { top:0px;left:0px;width:403px;height:403px;display:block; }
 }@media only screen and (max-width: 763px) { #fU3DZD00miwqUQops49t8vANyoF0H0mM { top:88px;left:321px;width:443px;height:108px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Akgei4EKPoropV7o6ccvTELoF6mVBM9M { top:102px;left:368px;width:299px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IRMOStiXGn7n12X7RDXMVzafUFNXtQxJ { top:232px;left:383px;width:354px;height:96px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 { display:block; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m29GFo66op1rHNU79gKUDZvLH4xf4Jc1 { top:43px;left:72px;width:620px;height:375px;display:block; }
 }@media only screen and (max-width: 763px) { #i39ibPoSx5CpPZhTCale2hvBbgbTOMPF { top:87px;left:146px;width:471px;height:71px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TvC16GGTJ1uFK7UnvUmiiotXLyfyR3Rd { top:209px;left:217px;width:295px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #brSvaw4ILGio42nfluDlu4kw5OyHzCpH { top:196px;left:577px;width:88px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #m8oeXRSzxzN9wwfNHOMgKxA8o1xZWIwL { top:477px;left:72px;width:620px;height:391px;display:block; }
 }@media only screen and (max-width: 763px) { #z7NnPBcy3fQkbwIqh6uGwiWFXdZf9KpI { top:588px;left:146px;width:471px;height:237px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCKhWPwNKPZSJcPySc0saMqzu8XZE1x { top:844px;left:0px;width:264px;height:330px;display:block; }
 }@media only screen and (max-width: 763px) { #IfkPfZZhNkIyxTie3XzLDxnb19biZUo9 { top:855px;left:160px;width:173px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #mUddCRJf3T0qfZgptL3IC8kwphDA2M5T { top:855px;left:351px;width:249px;height:311px;display:block; }
 }@media only screen and (max-width: 763px) { #wP9QV3UG7dK2cvNy4kxi8Wiod3u8r0xt { top:816px;left:515px;width:249px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k { display:block; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEgxU38KrKfQb373F34Tk07N5W4IP7CK { top:43px;left:72px;width:620px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #yh5XO9WP68TzEl5u2Hiwl1Uuy6D3XJzf { top:87px;left:146px;width:471px;height:71px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oQusJE3gcp3es6z2d1yzM1uxzH2gybci { top:139px;left:513px;width:88px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #aU6JkpTcrlFPnfTwm8qULxLbN2pKiNlB { top:427px;left:72px;width:620px;height:196px;display:block; }
 }@media only screen and (max-width: 763px) { #DHVbfRIPOiQT99zib8yaNdgxOZlJttfs { top:477px;left:147px;width:471px;height:118px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WgRFudhx6TLIn082pzMLqESxw3yRTIdZ { top:158px;left:235.5px;width:293px;height:293px;display:block; }
 }@media only screen and (max-width: 763px) { #cFItOQ0Kuw4CSyfsGJaO2wGx7FHQpOaX { top:595px;left:96.5px;width:571px;height:196px;display:block; }
 }@media only screen and (max-width: 763px) { #avPsMcD0fyy1naxmqKw1KARM95JyNLwQ { top:634px;left:127px;width:510px;height:118px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Vd7MpT3svE8Ze6QnseEMuTPFyx6TRVC6 { top:770px;left:72px;width:620px;height:132px;display:block; }
 }@media only screen and (max-width: 763px) { #PTWZzTFVppe2wHLU6vnILn9q6Rn2KVlH { top:823px;left:146.5px;width:471px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TSSfEyV1m0Su2ztsTEzDtZHfAeCX39G5 { top:877px;left:143px;width:472px;height:196px;display:block; }
 }@media only screen and (max-width: 763px) { #iyyXpT0P2ZL2dQSE8QOAoWvBrylb2VfU { top:940px;left:192px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #XnBUEDuADHTLUBNMn8O5KietsMunN2Xx { top:927px;left:300px;width:321px;height:193px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BmZm8N8oTw5rfArrHWyw5KHSa0D9X2JE { top:1120px;left:142px;width:480px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm { display:none; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 { display:block; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCJkKhX6IVlyR6viwDoLpuhSERrxiOQd { top:43px;left:72px;width:620px;height:430px;display:block; }
 }@media only screen and (max-width: 763px) { #rOvmvmNrxc1I8rPfcuqiNVpJCDOWf0cI { top:87px;left:146px;width:471px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XIaGSyIPUH619OsHWdlkzU2TsPJEfvGg { top:134px;left:43.5px;width:677px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #NzHzT9KQ9nRMzJG8D7Rkricalm8gkNSL { top:134px;left:43.5px;width:677px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gTw6IUqxsX3MOTu0wAJFtA8GNn3bmvot { top:235px;left:77px;width:610px;height:95px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Lpnam08L3SGhr4o0PKUMDyHZMkXx4rhT { top:180px;left:77px;width:610px;height:26px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rdeaJvBrGch4ZVZaSPSl55Jp0mtI6vFK { top:393px;left:44px;width:677px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #NxJ4Q5gp3yBTkBxd8MAKCFTZGr4IOa36 { top:393px;left:44px;width:677px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JnX2W4xrNJRlQ70ndtOew6LvGQ0Oyimr { top:493px;left:77px;width:610px;height:95px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DTnLg8PU48b0JkQAg7eykPJpl2qbwO02 { top:438px;left:77px;width:610px;height:26px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qsrJ0WXzASv40asrXssETB3zgIKU9Wis { display:none; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT { display:block; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiBiqlrHwTieA8Hut7MMtQ4DGtRi0RAQ { top:43px;left:72px;width:620px;height:473px;display:block; }
 }@media only screen and (max-width: 763px) { #D03ffuDDVefSmmMS50tV3uw5p68DP9Zv { top:87px;left:146px;width:471px;height:357px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FD26y9UCuuKoFkt2hL7esH1EAJnOegG5 { top:479px;left:133px;width:498px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #PKhPSqtp8aaPHV9NE3TSu9tJ5pdzkM3w { display:block; }
 }@media only screen and (max-width: 763px) { #WgOk866BtIO4Op2C7qDBcblI1iMG2V1d { display:none; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti { display:block; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6gFDMc9HZVhUoTTcgo4Z4yeHegH7WR1 { top:43px;left:72px;width:620px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #Vfled2VIZwg5KCBA1zzR0iTbFPNFM9M5 { top:101px;left:146.5px;width:471px;height:71px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qVQhcHGTpU4HVta3SH7TMIVsX6BeKvPk { top:309px;left:146px;width:471px;height:47px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o7tkR7xy29gsqfpWoTlXGsf6P0LekEFk { top:236px;left:220px;width:323px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #atVi0d1raTB9r3HgltCP3O9I2DEdRDJv { display:block; }
 }@media only screen and (max-width: 763px) { #Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 { display:none; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIts08aqMvgeXCt7XqbbDhQEMshgMoNU { top:45px;left:19px;width:125px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #sObV23fsO81nmAlhuLxpMWCiE9KoLS6e { width:764px;height:45px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PLGV9vNWEa25cO7fpBvr51GlSiTstHn7 { top:109px;left:191px;width:32px;height:32px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #UQRBNRrwoa1r6fEu0EacRo1vnQ2qBCrW { top:108px;left:222px;width:33px;height:33px;font-size:23px;display:none; }
 }@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:320px;height:501px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRdbclfJTxTVq5KxApXs8AfLxke8zWiL { width:320px;height:320px;top:78px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fU3DZD00miwqUQops49t8vANyoF0H0mM { width:320px;height:82.5px;top:54px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Akgei4EKPoropV7o6ccvTELoF6mVBM9M { width:194px;height:24px;top:65px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #IRMOStiXGn7n12X7RDXMVzafUFNXtQxJ { width:272px;height:66px;top:377.9765625px;left:24px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 { display:block; }#qhsBF7Zuon93o9I6TbQwyK4pUglxgKa7 > .row .container { width:320px;height:1548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m29GFo66op1rHNU79gKUDZvLH4xf4Jc1 { width:320px;height:375px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i39ibPoSx5CpPZhTCale2hvBbgbTOMPF { width:267px;height:63px;top:92px;left:26.5px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvC16GGTJ1uFK7UnvUmiiotXLyfyR3Rd { width:259px;height:259px;top:216px;left:30.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #brSvaw4ILGio42nfluDlu4kw5OyHzCpH { width:88px;height:111px;top:791px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #m8oeXRSzxzN9wwfNHOMgKxA8o1xZWIwL { width:320px;height:440px;top:461px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z7NnPBcy3fQkbwIqh6uGwiWFXdZf9KpI { width:270px;height:336px;top:513px;left:25px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCKhWPwNKPZSJcPySc0saMqzu8XZE1x { width:264px;height:330px;top:986px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #IfkPfZZhNkIyxTie3XzLDxnb19biZUo9 { width:149px;height:187px;top:865px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mUddCRJf3T0qfZgptL3IC8kwphDA2M5T { width:173px;height:216px;top:1191px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #wP9QV3UG7dK2cvNy4kxi8Wiod3u8r0xt { width:184px;height:207px;top:1305px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k { display:block; }#ViqRO2ArwyE4VTtchEGUNIbJEbRy6C4k > .row .container { width:320px;height:1378px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEgxU38KrKfQb373F34Tk07N5W4IP7CK { width:320px;height:189px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yh5XO9WP68TzEl5u2Hiwl1Uuy6D3XJzf { width:267px;height:84px;top:88.5px;left:26.5px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oQusJE3gcp3es6z2d1yzM1uxzH2gybci { width:88px;height:111px;top:160px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #aU6JkpTcrlFPnfTwm8qULxLbN2pKiNlB { width:320px;height:193px;top:461px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DHVbfRIPOiQT99zib8yaNdgxOZlJttfs { width:270px;height:147px;top:501px;left:25px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WgRFudhx6TLIn082pzMLqESxw3yRTIdZ { width:293px;height:293px;top:194px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cFItOQ0Kuw4CSyfsGJaO2wGx7FHQpOaX { width:299px;height:236px;top:636px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #avPsMcD0fyy1naxmqKw1KARM95JyNLwQ { width:242px;height:168px;top:669.0234375px;left:39px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vd7MpT3svE8Ze6QnseEMuTPFyx6TRVC6 { width:320px;height:132px;top:837.0234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PTWZzTFVppe2wHLU6vnILn9q6Rn2KVlH { width:262px;height:21px;top:904px;left:25px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSSfEyV1m0Su2ztsTEzDtZHfAeCX39G5 { width:298px;height:251px;top:950.578125px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #iyyXpT0P2ZL2dQSE8QOAoWvBrylb2VfU { display:flex;width:69px;height:69px;top:981px;left:125.5px; }
 }@media only screen and (max-width: 763px) { #XnBUEDuADHTLUBNMn8O5KietsMunN2Xx { width:250px;height:75.5859px;top:1086px;left:35px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmZm8N8oTw5rfArrHWyw5KHSa0D9X2JE { width:250px;height:75.5859px;top:1251.578125px;left:35px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/767cc3a3-5000-47ac-8a26-3e18efdd08c0/Laugh.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm.adaptive-delivery-prevent-bg, #U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm.lazyload, #U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm.lazyloading { background-image: none; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container { background-color: transparent; background-image: none; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container > .video-iframe-container { display: none; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row > .video-iframe-container { display: none; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .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); }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container { border-width: 0; border-radius: 0; }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row > .video-iframe-container {  }#U3vQxgf2IqlT8fgPv25AleSNpkZ6wqfm > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 { display:block; }#fywmT3u2rcz8wC6zFFHHU5tHB2X6lof8 > .row .container { width:320px;height:748px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCJkKhX6IVlyR6viwDoLpuhSERrxiOQd { width:283px;height:534px;top:36px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rOvmvmNrxc1I8rPfcuqiNVpJCDOWf0cI { width:219px;height:42px;top:70px;left:50.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIaGSyIPUH619OsHWdlkzU2TsPJEfvGg { width:320px;height:254px;top:141px;left:0px;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;display:block; }
 }@media only screen and (max-width: 763px) { #NzHzT9KQ9nRMzJG8D7Rkricalm8gkNSL { width:320px;height:12px;top:141px;left:0px;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;display:block; }
 }@media only screen and (max-width: 763px) { #gTw6IUqxsX3MOTu0wAJFtA8GNn3bmvot { width:277px;height:147px;top:220px;left:21.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lpnam08L3SGhr4o0PKUMDyHZMkXx4rhT { width:320px;height:26.5938px;top:173px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdeaJvBrGch4ZVZaSPSl55Jp0mtI6vFK { width:320px;height:227px;top:443px;left:0px;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;display:block; }
 }@media only screen and (max-width: 763px) { #NxJ4Q5gp3yBTkBxd8MAKCFTZGr4IOa36 { width:320px;height:12px;top:431px;left:0px;box-shadow: 0 0 20px rgba(0,0,0,0.62) ;display:block; }
 }@media only screen and (max-width: 763px) { #JnX2W4xrNJRlQ70ndtOew6LvGQ0Oyimr { width:269px;height:147px;top:507px;left:26px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTnLg8PU48b0JkQAg7eykPJpl2qbwO02 { width:320px;height:26.5938px;top:460px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsrJ0WXzASv40asrXssETB3zgIKU9Wis { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07df2fbf-5855-4a13-830a-57f9578f0a1c/phoneleash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis.adaptive-delivery-prevent-bg, #qsrJ0WXzASv40asrXssETB3zgIKU9Wis.lazyload, #qsrJ0WXzASv40asrXssETB3zgIKU9Wis.lazyloading { background-image: none; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container { background-color: transparent; background-image: none; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container > .video-iframe-container { display: none; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row > .video-iframe-container { display: none; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .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); }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container { border-width: 0; border-radius: 0; }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row > .video-iframe-container {  }#qsrJ0WXzASv40asrXssETB3zgIKU9Wis > .row .container { width:320px;height:366px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT { display:block; }#wFByXa7Pu1ps4vAn5yaLWJEF8CPRoGzT > .row .container { width:320px;height:664px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiBiqlrHwTieA8Hut7MMtQ4DGtRi0RAQ { width:320px;height:529px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D03ffuDDVefSmmMS50tV3uw5p68DP9Zv { width:267px;height:420px;top:88.5px;left:26.5px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FD26y9UCuuKoFkt2hL7esH1EAJnOegG5 { top:528.5px;left:8px;width:304px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #PKhPSqtp8aaPHV9NE3TSu9tJ5pdzkM3w { display:block; }
 }@media only screen and (max-width: 763px) { #WgOk866BtIO4Op2C7qDBcblI1iMG2V1d { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/518e0165-a617-4bf0-b8b8-f80f1309366b/comboblaack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d.adaptive-delivery-prevent-bg, #WgOk866BtIO4Op2C7qDBcblI1iMG2V1d.lazyload, #WgOk866BtIO4Op2C7qDBcblI1iMG2V1d.lazyloading { background-image: none; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container { background-color: transparent; background-image: none; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container > .video-iframe-container { display: none; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row > .video-iframe-container { display: none; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .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); }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container { border-width: 0; border-radius: 0; }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row > .video-iframe-container {  }#WgOk866BtIO4Op2C7qDBcblI1iMG2V1d > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti { display:block; }#PQaE6UAtfpbGqcLpoZuCkNn9LwGpKzti > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6gFDMc9HZVhUoTTcgo4Z4yeHegH7WR1 { width:320px;height:375px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Vfled2VIZwg5KCBA1zzR0iTbFPNFM9M5 { width:267px;height:105px;top:63.3125px;left:22px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qVQhcHGTpU4HVta3SH7TMIVsX6BeKvPk { width:294px;height:42px;top:316px;left:13px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #o7tkR7xy29gsqfpWoTlXGsf6P0LekEFk { top:227px;left:8px;width:304px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #atVi0d1raTB9r3HgltCP3O9I2DEdRDJv { display:block; }
 }@media only screen and (max-width: 763px) { #Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 { display:block; }#Da4Z23Ugg832vTyNJDwkEShQT1tG27C8 > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIts08aqMvgeXCt7XqbbDhQEMshgMoNU { width:105px;height:52px;top:45px;left:107.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sObV23fsO81nmAlhuLxpMWCiE9KoLS6e { width:285px;height:99px;top:145px;left:17.5px;font-size:11px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PLGV9vNWEa25cO7fpBvr51GlSiTstHn7 { top:285px;left:128px;width:32px;height:32px;z-index:15009;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UQRBNRrwoa1r6fEu0EacRo1vnQ2qBCrW { top:284px;left:159px;width:33px;height:33px;z-index:15010;font-size:23px;color:#ffffff;display:block; }
 }