.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;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/DdljScRC/demo_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#RyJTcT2z1DCT1dOUrKqsMEfhVthAHlNR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyJTcT2z1DCT1dOUrKqsMEfhVthAHlNR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyJTcT2z1DCT1dOUrKqsMEfhVthAHlNR > .row > .video-iframe-container { display: none; }#RyJTcT2z1DCT1dOUrKqsMEfhVthAHlNR > .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); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 { background-color:transparent;background-image:none;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container { background-color: transparent; background-image: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container > .video-iframe-container { display: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row > .video-iframe-container { display: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .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); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container { border-width: 0; border-radius: 0; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container { width:960px;height:87px;font-size:14px;font-family:arial;position:relative;display:block; }#UpxdmFpLpDcKSizrKDno8qQi44H7RJpT { height:33px;width:166px;position:absolute;display:block;z-index:100001;top:23px;left:0px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#DXAcWWZC1Dm0TSLnTGfSEiAbP26i2efp { background-color:rgba(255,255,255,0.31);background-image:none;height:1px;width:960px;position:absolute;display:block;z-index:100004;top:84px;left:0px;display:block; }
#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd { position:relative;display:block; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd { background-color: transparent; background-image: none; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row .container > .video-iframe-container { display: none; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row > .video-iframe-container { display: none; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .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); }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd { border-width: 0; border-radius: 0; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:286px;width:960px;position:relative;display:block; }#MyQT2asTBCA5bk0pAWIPg0Fbt9e02sPm { display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:normal;z-index:100003;line-height:1.2;top:56.600006103516px;left:0px;background-color:transparent;background-image:none;height:172.8px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA { position:relative;display:block; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA { background-color: transparent; background-image: none; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row .container > .video-iframe-container { display: none; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row > .video-iframe-container { display: none; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .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); }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA { border-width: 0; border-radius: 0; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:544px;width:960px;position:relative;display:block; }#GZmHNqTG8JbWpdmupLunIXZiFZ1Zy3e0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:360px;width:640px;top:0px;left:160px;display:block; }
#fwLVv73xhx92duHcvGPFk3NPUnxoJdMN { color:#ffffff;display:block;width:622px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:436.39999997616px;left:160px;height:15.2px;text-align:center;text-align-last:center;display:block; }
#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container { background-color: transparent; background-image: none; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container > .video-iframe-container { display: none; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row > .video-iframe-container { display: none; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .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); }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container { border-width: 0; border-radius: 0; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container { font-size:14px;font-family:arial;height:199px;width:960px;position:relative;display:block; }#vlITPCX90V9OTqdbTilctHRgQDN5e2GJ { display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:normal;z-index:100003;line-height:1.2;top:41.887481689453px;left:0px;background-color:transparent;background-image:none;height:115.2px;text-align:center;text-align-last:center;display:block; }
#npeOafWH7PcNhISmMCNmPnmce3enhJbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container { background-color: transparent; background-image: none; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container > .video-iframe-container { display: none; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row > .video-iframe-container { display: none; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .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); }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container { border-width: 0; border-radius: 0; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca { color:#000000;display:block;width:292px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:23.500007629395px;left:14px;height:277px;display:block; }#gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
#ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ { color:#000000;display:block;width:292px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:23.500007629395px;left:334.00003051758px;height:277px;display:block; }#ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
#eGkNe6VHnQONbWGVkPzPT8mU3UekpghV { color:#000000;display:block;width:292px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.500007629395px;left:654.00003051758px;height:277px;display:block; }#eGkNe6VHnQONbWGVkPzPT8mU3UekpghV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#eGkNe6VHnQONbWGVkPzPT8mU3UekpghV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container { background-color: transparent; background-image: none; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container > .video-iframe-container { display: none; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row > .video-iframe-container { display: none; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .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); }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container { border-width: 0; border-radius: 0; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container { font-size:14px;font-family:arial;height:468px;width:960px;position:relative;display:block; }#e5daLTq45rVF4o1F0bLMQfctXi5AQ026 { display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:normal;z-index:100003;line-height:1.2;top:65.587503433228px;left:0px;background-color:transparent;background-image:none;height:57.6px;text-align:center;text-align-last:center;display:block; }
#nWr8nrToU05sVOdlBZHw5E5gMQQnG0To { color:#000000;display:block;width:960px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:154.79999542236px;left:0px;height:255.2px;display:block; }
#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS { background-color:#ffffff;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { background-color: transparent; background-image: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container > .video-iframe-container { display: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row > .video-iframe-container { display: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .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); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { border-width: 0; border-radius: 0; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { font-size:14px;font-family:arial;height:207px;width:960px;position:relative;display:block; }#i9bLV3aT1qvCCKzgm81qseOeUspKWNgZ { display:block;width:960px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:100003;line-height:1.2;top:127px;left:1px;background-color:transparent;background-image:none;height:28.8px;text-align:center;text-align-last:center;display:block; }
#qZg2LioytKIO5ToZrel4NuM3TQ0bs7Cn { display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:normal;z-index:100002;line-height:1.2;top:52px;left:0px;background-color:transparent;background-image:none;height:57.6px;text-align:center;text-align-last:center;display:block; }
#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt { background-color:#ffffff;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { background-color: transparent; background-image: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container > .video-iframe-container { display: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row > .video-iframe-container { display: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .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); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { border-width: 0; border-radius: 0; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { font-size:14px;font-family:arial;height:1628px;width:960px;position:relative;display:block; }#R5Xrpsz9c3ws8HrxxEsFFZUmxTxGkmki { background-color:#ffffff;background-image:none;height:983px;width:320px;position:absolute;display:block;z-index:100003;top:53px;left:0px;box-shadow: 0 0 10px rgba(0,0,0,0.19) ;border-top-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px;border-bottom:3px solid #d4d4d4;display:block; }
#zVPy72D4Tt2UO2snHQFT9uLLpWXxiPQr { height:77px;width:323px;position:absolute;display:block;z-index:100002;top:990.98745727539px;left:0px;background-color:transparent;background-image:none;display:block; }
#L2WLETUzga8dNIKlolkf809n1bPm8nNV { background-color:#393939;background-image:none;height:70px;width:320px;position:absolute;display:block;z-index:100004;top:52px;left:0px;border-top-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#XfRbT02u0ZNdvNvDDfOayFsvo11T5nid { background-color:#e3e3e3;background-image:none;height:100px;width:320px;position:absolute;display:block;z-index:100005;top:122px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#wq5TvQRBzTH5D3oPBXL7zP55OC3tu588 { background-color:#4b75e6;background-image:none;height:100px;width:320px;position:absolute;display:block;z-index:100007;top:22px;left:319px;border-top-left-radius:5px;border-top-right-radius:6px;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#omQITxFns8vbCwQ9gLDrapG3uy2Gmkrk { background-color:#e3e3e3;background-image:none;height:100px;width:316px;position:absolute;display:block;z-index:100008;top:122px;left:322px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#t7tZOTUkyqTK5z23QBr9FcTXq4KAZWou { background-color:#ffffff;background-image:none;height:1530px;width:316px;position:absolute;display:block;z-index:100006;top:22px;left:319.00003051758px;box-shadow: 0 0 10px rgba(0,0,0,0.19) ;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:6px;border-bottom-left-radius:5px;border-top:2px solid #4b75e6;border-right:2px solid #4b75e6;border-bottom:2px solid #4b75e6;border-left:2px solid #4b75e6;display:block; }
#JksTCwJzZAc4d9U30DJ3Lxh9AapR9f48 { height:77px;width:323px;position:absolute;display:block;z-index:100003;top:1506.9625244141px;left:317.00003051758px;background-color:transparent;background-image:none;display:block; }
#su57HaLwvqDSDrVqZIbanWIef86s4PFU { background-color:#393939;background-image:none;height:70px;width:320px;position:absolute;display:block;z-index:99999;top:52px;left:639px;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#DCIdsr1Cs0d7nqFAc3R6FDdcierF6JLX { background-color:#e3e3e3;background-image:none;height:100px;width:320px;position:absolute;display:block;z-index:100000;top:122px;left:639px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;display:block; }
#nzhF9apTBqpUn4GVsnoSxNB6vv5SRSuG { background-color:#ffffff;background-image:none;height:1151px;width:320px;position:absolute;display:block;z-index:99998;top:52px;left:639.00003051758px;box-shadow: 0 0 10px rgba(0,0,0,0.19) ;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;border-bottom:3px solid #d4d4d4;display:block; }
#lpLPhbMKCmpr914bZRuRKhCRM8qSDzJp { display:block;width:317px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100009;line-height:1.2;top:55px;left:321px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#BgNzawEfVFklbUK92la70FbN8oKUeQ1G { display:block;width:320px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:100010;line-height:1.2;top:73px;left:1px;background-color:transparent;background-image:none;height:28.8px;text-align:center;text-align-last:center;display:block; }
#qo7N0hqk1P94AKwdNvcgcEhBDBOJt5JX { display:block;width:320px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:100011;line-height:1.2;top:73px;left:641px;background-color:transparent;background-image:none;height:28.8px;text-align:center;text-align-last:center;display:block; }
#baPJiRAPqbwfGGEgHfMUoyrTks1B2NPD { display:block;width:243px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100010;line-height:1.2;top:144px;left:38.5px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#HxtiDqZ60vOV3OEJbyk2unPd2OHFmLpP { display:block;width:262px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:100011;line-height:1.2;top:186px;left:29px;background-color:transparent;background-image:none;height:14.4px;text-align:center;text-align-last:center;display:block; }
#U88WiURKcEkPxL7ITdFDwO7AlOnGA1bx { display:block;width:262px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:100013;line-height:1.2;top:186px;left:349px;background-color:transparent;background-image:none;height:14.4px;text-align:center;text-align-last:center;display:block; }
#zGJpwPq6IIPiGHPXn7ieHfqmGLlJf0Zv { display:block;width:249px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100012;line-height:1.2;top:144px;left:355.5px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#TNI1i54CA8BGIzv07MgeEm69Kv8sgIxK { display:block;width:262px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:100015;line-height:1.2;top:186px;left:668px;background-color:transparent;background-image:none;height:14.4px;text-align:center;text-align-last:center;display:block; }
#M5w0Ktm1fxR1ywWwDzFVQtlZ0JExqz3T { display:block;width:256px;position:absolute;font-family:roboto;font-size:32px;font-weight:normal;z-index:100014;line-height:1.2;top:144px;left:666px;background-color:transparent;background-image:none;height:38.4px;text-align:center;text-align-last:center;display:block; }
#aeCFHreRmTG0UrSW9aL7zwg8qplEzKQH { display:block;width:203px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100016;line-height:3.1;top:242px;left:33px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;height:680px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:25px;display:block; }
#aeCFHreRmTG0UrSW9aL7zwg8qplEzKQH.adaptive-delivery-prevent-bg { background-image: none; }
#X3PJVfAcVltN0DWs2FLwcdIGasPvJgdQ { display:block;width:203px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100018;line-height:3.1;top:242px;left:693px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;height:840px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:25px;display:block; }
#X3PJVfAcVltN0DWs2FLwcdIGasPvJgdQ.adaptive-delivery-prevent-bg { background-image: none; }
#xaQgu7k4rVByoo8NxodTmaE0KmxmOfho { height:81px;width:81px;position:absolute;display:block;z-index:100022;top:18px;left:562.00003051758px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#z8KdllzVP8dFcncqyZ1Zoqy4ueiz5oZG { height:77px;width:323px;position:absolute;display:block;z-index:99997;top:1158.9875183105px;left:637.00003051758px;background-color:transparent;background-image:none;display:block; }
#bNXMus7zwhy3psIurhBGTEAuByQK0n8O { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E9wX0M4V/form_btn.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:45px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:940.98754882812px;left:67px;display:block; }
#bNXMus7zwhy3psIurhBGTEAuByQK0n8O.adaptive-delivery-prevent-bg { background-image: none; }
#XX7dN4E7L9xkZl4RfAzTsP7SFAnRFA7u { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#wu9BHcRN4VkTzpHs5d2ThzeE8KqiwsTk { display:block;width:203px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100017;line-height:3.1;top:242px;left:377px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;height:1200px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:25px;display:block; }
#wu9BHcRN4VkTzpHs5d2ThzeE8KqiwsTk.adaptive-delivery-prevent-bg { background-image: none; }
#hmNIvJJNFd7WfWqk4vwmxIXgMleXZ1U2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E9wX0M4V/form_btn.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:45px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:1466.9873962402px;left:400.00003051758px;display:block; }
#hmNIvJJNFd7WfWqk4vwmxIXgMleXZ1U2.adaptive-delivery-prevent-bg { background-image: none; }
#VT6OgoeokO9tFCCMTPU5Iy5uVXVT3JI7 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#hMtQD53QCe4WXNCmmVFWlykIXBmI97N2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E9wX0M4V/form_btn.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:45px;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1101px;left:719.00003051758px;display:block; }
#hMtQD53QCe4WXNCmmVFWlykIXBmI97N2.adaptive-delivery-prevent-bg { background-image: none; }
#dfkMefkhMmHEBs0GDBrWWi482VIATQZ7 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container { background-color: transparent; background-image: none; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container > .video-iframe-container { display: none; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row > .video-iframe-container { display: none; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .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); }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container { border-width: 0; border-radius: 0; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container { font-size:14px;font-family:arial;height:159px;width:960px;position:relative;display:block; }#yTgvO3XTfxVfRVWEFcl7GE0TsRl84Rzu { color:#000000;display:block;width:666px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:52.287689208984px;left:147px;height:54.4px;text-align:center;text-align-last:center;display:block; }
#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg { position:relative;display:block; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg { background-color: transparent; background-image: none; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row .container > .video-iframe-container { display: none; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row > .video-iframe-container { display: none; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .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); }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg { border-width: 0; border-radius: 0; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:176px;width:960px;position:relative;display:block; }#XRAcKau80eygrisTlocoPRn9iETVPVtE { display:block;width:960px;position:absolute;font-family:roboto;font-size:50px;font-weight:normal;z-index:100006;line-height:1.2;top:55.987503051758px;left:0px;background-color:rgba(0,0,0,0);background-image:none;height:60px;text-align:center;text-align-last:center;display:block; }
#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF { position:relative;display:block; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF { background-color: transparent; background-image: none; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row .container > .video-iframe-container { display: none; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row > .video-iframe-container { display: none; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .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); }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF { border-width: 0; border-radius: 0; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:748px;width:960px;position:relative;display:block; }#nLsGigpl0ogAkk0UuXnrikKczCZH8XbZ { height:128px;width:128px;position:absolute;display:block;z-index:100007;top:29.000045776367px;left:96px;background-color:transparent;background-image:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;box-shadow: 26px 26px 50px rgba(0,0,0,0.4) ;overflow:hidden;display:block; }
#RQ2TXhutHdUmM5tbwfsqCGuVWXT0gwA1 { display:block;width:290px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100011;line-height:1.4;top:188px;left:15px;background-color:transparent;background-image:none;height:353.6px;text-align:center;text-align-last:center;display:block; }
#V2W03LeJ2UEbfUOxDWEZ2FppTvUwIXGx { display:block;width:242px;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.4;top:583px;left:39px;background-color:transparent;background-image:none;height:19.2px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#D1i3PCZhZzPqdl6hapl4MXZ3hiLSvd8m { display:block;width:242px;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:100013;line-height:1.4;top:603px;left:39px;background-color:transparent;background-image:none;height:17.6px;text-align:center;text-align-last:center;display:block; }
#SAl64VqchnPhVpNimXvuyOn9OC5UnfuB { height:128px;width:128px;position:absolute;display:block;z-index:100011;top:29px;left:416px;background-color:transparent;background-image:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;box-shadow: 26px 26px 50px rgba(0,0,0,0.4) ;overflow:hidden;display:block; }
#kMTsCOfMyZ95bh3F8NHDSNRBTomp3sVX { display:block;width:290px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100015;line-height:1.4;top:188px;left:335px;background-color:transparent;background-image:none;height:416px;text-align:center;text-align-last:center;display:block; }
#WRfHBX2XfRTT29kmrD8ZKi0c8exbXldG { display:block;width:242px;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100016;line-height:1.4;top:635px;left:359px;background-color:transparent;background-image:none;height:19.2px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#x7hWTJpWtDebKQDlUDL1TaONiMgwy1Ig { display:block;width:242px;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:100017;line-height:1.4;top:655px;left:359px;background-color:transparent;background-image:none;height:17.6px;text-align:center;text-align-last:center;display:block; }
#MimHhCUc9w15ZyC1lldP2mJ8NzM4fuTZ { height:127px;width:128px;position:absolute;display:block;z-index:100015;top:29px;left:736px;background-color:transparent;background-image:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;box-shadow: 26px 26px 50px rgba(0,0,0,0.4) ;overflow:hidden;display:block; }
#eX8bG3cZuMb0kNSHN2LOxNFUDK4eJlvx { display:block;width:290px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100019;line-height:1.4;top:188px;left:655px;background-color:transparent;background-image:none;height:145.6px;text-align:center;text-align-last:center;display:block; }
#oE4eFm5DvJTiKnbzrrspWG6Isf4AwFnP { display:block;width:242px;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100020;line-height:1.4;top:367px;left:679px;background-color:transparent;background-image:none;height:19.2px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#S0n77aqCu5nv8hT07HJsP3TH9sG8BSPJ { display:block;width:242px;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:100021;line-height:1.4;top:387px;left:679px;background-color:transparent;background-image:none;height:17.6px;text-align:center;text-align-last:center;display:block; }
#KxloDVm1SVRQP4adnS35TeJh4xZDugBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container { background-color: transparent; background-image: none; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container > .video-iframe-container { display: none; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row > .video-iframe-container { display: none; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .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); }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container { border-width: 0; border-radius: 0; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container { font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#dk9mNUOnJiPprD59kxqTAFCyZah8ISsv { color:#ffffff;display:block;width:336px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:47.6875px;left:312.00003051758px;height:17.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 { display:block; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 { background-color: transparent; background-image: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container > .video-iframe-container { display: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row > .video-iframe-container { display: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .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); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container { width:764px;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpxdmFpLpDcKSizrKDno8qQi44H7RJpT { height:33px;width:159px;background-color:transparent;background-image:none;top:17px;left:-1px;display:block; }
 }@media only screen and (max-width: 763px) { #DXAcWWZC1Dm0TSLnTGfSEiAbP26i2efp { background-color:rgba(255,255,255,0.31);background-image:none;width:760px;top:84px;left:0px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd { display:block; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyQT2asTBCA5bk0pAWIPg0Fbt9e02sPm { left:-2px;top:27px;background-color:transparent;background-image:none;width:768px;height:62px;font-size:3.7142857142857144rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA { display:block; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZmHNqTG8JbWpdmupLunIXZiFZ1Zy3e0 { top:0px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #fwLVv73xhx92duHcvGPFk3NPUnxoJdMN { top:436px;left:62px;width:622px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 { display:block; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlITPCX90V9OTqdbTilctHRgQDN5e2GJ { left:-2px;top:27px;background-color:transparent;background-image:none;width:768px;height:62px;font-size:3.7142857142857144rem;display:block; }
 }@media only screen and (max-width: 763px) { #npeOafWH7PcNhISmMCNmPnmce3enhJbe { display:block; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca { top:23px;left:0px;width:292px;height:277px;font-size:18px;display:block; }#gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ { top:23px;left:216px;width:292px;height:277px;font-size:18px;display:block; }#ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #eGkNe6VHnQONbWGVkPzPT8mU3UekpghV { top:23px;left:470px;width:292px;height:277px;font-size:18px;display:block; }#eGkNe6VHnQONbWGVkPzPT8mU3UekpghV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 { display:block; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5daLTq45rVF4o1F0bLMQfctXi5AQ026 { left:-2px;top:27px;background-color:transparent;background-image:none;width:768px;height:62px;font-size:3.7142857142857144rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWr8nrToU05sVOdlBZHw5E5gMQQnG0To { top:154px;left:0px;width:764px;height:255px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS { display:block; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS { background-color: transparent; background-image: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container > .video-iframe-container { display: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row > .video-iframe-container { display: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .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); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9bLV3aT1qvCCKzgm81qseOeUspKWNgZ { left:-2px;background-color:transparent;background-image:none;top:102px;width:767px;height:18px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZg2LioytKIO5ToZrel4NuM3TQ0bs7Cn { left:-2px;top:27px;background-color:transparent;background-image:none;width:768px;height:62px;font-size:3.7142857142857144rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt { display:block; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt { background-color: transparent; background-image: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container > .video-iframe-container { display: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row > .video-iframe-container { display: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .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); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { width:764px;background-color:transparent;background-image:none;height:663px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5Xrpsz9c3ws8HrxxEsFFZUmxTxGkmki { background-color:#ffffff;background-image:none;width:255px;top:53px;left:0px;height:547px;display:block; }
 }@media only screen and (max-width: 763px) { #zVPy72D4Tt2UO2snHQFT9uLLpWXxiPQr { height:66px;width:284px;left:242px;background-color:transparent;background-image:none;top:582px;display:block; }
 }@media only screen and (max-width: 763px) { #L2WLETUzga8dNIKlolkf809n1bPm8nNV { background-color:#393939;background-image:none;width:255px;top:52px;left:0px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #XfRbT02u0ZNdvNvDDfOayFsvo11T5nid { background-color:#e3e3e3;background-image:none;width:255px;top:122px;left:0px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #wq5TvQRBzTH5D3oPBXL7zP55OC3tu588 { background-color:#4b75e6;background-image:none;width:255px;top:22px;left:255px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #omQITxFns8vbCwQ9gLDrapG3uy2Gmkrk { background-color:#e3e3e3;background-image:none;width:251px;top:122px;left:257px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #t7tZOTUkyqTK5z23QBr9FcTXq4KAZWou { background-color:#ffffff;background-image:none;width:251px;top:22px;left:255px;height:596px;display:block; }
 }@media only screen and (max-width: 763px) { #JksTCwJzZAc4d9U30DJ3Lxh9AapR9f48 { height:59px;width:266px;left:-1px;background-color:transparent;background-image:none;top:569px;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #su57HaLwvqDSDrVqZIbanWIef86s4PFU { background-color:#393939;background-image:none;width:255px;top:52px;left:510px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #DCIdsr1Cs0d7nqFAc3R6FDdcierF6JLX { background-color:#e3e3e3;background-image:none;width:255px;top:122px;left:510px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #nzhF9apTBqpUn4GVsnoSxNB6vv5SRSuG { background-color:#ffffff;background-image:none;width:255px;top:52px;left:510px;height:547px;display:block; }
 }@media only screen and (max-width: 763px) { #lpLPhbMKCmpr914bZRuRKhCRM8qSDzJp { left:254px;top:55px;background-color:transparent;background-image:none;width:257px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgNzawEfVFklbUK92la70FbN8oKUeQ1G { left:-1px;top:73px;background-color:transparent;background-image:none;width:255px;height:23px;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo7N0hqk1P94AKwdNvcgcEhBDBOJt5JX { left:511px;background-color:transparent;background-image:none;top:73px;width:253px;height:23px;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baPJiRAPqbwfGGEgHfMUoyrTks1B2NPD { left:0px;top:145px;background-color:transparent;background-image:none;width:255px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxtiDqZ60vOV3OEJbyk2unPd2OHFmLpP { left:-1px;top:186px;background-color:transparent;background-image:none;width:254px;height:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U88WiURKcEkPxL7ITdFDwO7AlOnGA1bx { left:257px;top:186px;background-color:transparent;background-image:none;width:252px;height:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zGJpwPq6IIPiGHPXn7ieHfqmGLlJf0Zv { left:255px;top:145px;background-color:transparent;background-image:none;width:256px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNI1i54CA8BGIzv07MgeEm69Kv8sgIxK { left:512px;background-color:transparent;background-image:none;top:186px;width:248px;height:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #M5w0Ktm1fxR1ywWwDzFVQtlZ0JExqz3T { left:511px;background-color:transparent;background-image:none;top:145px;width:253px;height:34px;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCFHreRmTG0UrSW9aL7zwg8qplEzKQH { background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;top:242px;left:23px;width:203px;height:245px;font-size:0.8125rem;display:block; }
#aeCFHreRmTG0UrSW9aL7zwg8qplEzKQH.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #X3PJVfAcVltN0DWs2FLwcdIGasPvJgdQ { top:242px;left:533px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;width:203px;height:245px;font-size:0.8125rem;display:block; }
#X3PJVfAcVltN0DWs2FLwcdIGasPvJgdQ.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #xaQgu7k4rVByoo8NxodTmaE0KmxmOfho { height:81px;width:81px;left:428px;background-color:transparent;background-image:none;top:22px;display:block; }
 }@media only screen and (max-width: 763px) { #z8KdllzVP8dFcncqyZ1Zoqy4ueiz5oZG { height:61px;width:263px;left:500px;background-color:transparent;background-image:none;top:569px;display:block; }
 }@media only screen and (max-width: 763px) { #bNXMus7zwhy3psIurhBGTEAuByQK0n8O { width:160px;height:45px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #XX7dN4E7L9xkZl4RfAzTsP7SFAnRFA7u { display:block; }
 }@media only screen and (max-width: 763px) { #wu9BHcRN4VkTzpHs5d2ThzeE8KqiwsTk { background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;top:242px;left:23px;width:203px;height:245px;font-size:0.8125rem;display:block; }
#wu9BHcRN4VkTzpHs5d2ThzeE8KqiwsTk.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #hmNIvJJNFd7WfWqk4vwmxIXgMleXZ1U2 { width:160px;height:45px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #VT6OgoeokO9tFCCMTPU5Iy5uVXVT3JI7 { display:block; }
 }@media only screen and (max-width: 763px) { #hMtQD53QCe4WXNCmmVFWlykIXBmI97N2 { width:160px;height:45px;top:532px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #dfkMefkhMmHEBs0GDBrWWi482VIATQZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM { display:block; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTgvO3XTfxVfRVWEFcl7GE0TsRl84Rzu { top:52px;left:49px;width:666px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg { display:block; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRAcKau80eygrisTlocoPRn9iETVPVtE { left:-6px;background-color:rgba(0,0,0,0);background-image:none;top:164px;font-size:3.4285714285714284rem;height:57px;width:772px;display:block; }
 }@media only screen and (max-width: 763px) { #QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF { display:block; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLsGigpl0ogAkk0UuXnrikKczCZH8XbZ { height:128px;width:128px;top:291px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2TXhutHdUmM5tbwfsqCGuVWXT0gwA1 { background-color:transparent;background-image:none;width:211px;height:68px;top:451px;left:-1px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2W03LeJ2UEbfUOxDWEZ2FppTvUwIXGx { top:547px;left:0px;width:242px;height:17px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1i3PCZhZzPqdl6hapl4MXZ3hiLSvd8m { top:573px;left:1px;background-color:transparent;background-image:none;width:242px;height:15px;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAl64VqchnPhVpNimXvuyOn9OC5UnfuB { height:128px;width:128px;top:291px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kMTsCOfMyZ95bh3F8NHDSNRBTomp3sVX { background-color:transparent;background-image:none;width:211px;height:68px;top:451px;left:-1px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRfHBX2XfRTT29kmrD8ZKi0c8exbXldG { top:547px;left:0px;width:242px;height:17px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7hWTJpWtDebKQDlUDL1TaONiMgwy1Ig { top:573px;left:1px;background-color:transparent;background-image:none;width:242px;height:15px;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MimHhCUc9w15ZyC1lldP2mJ8NzM4fuTZ { height:127px;width:128px;top:291px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #eX8bG3cZuMb0kNSHN2LOxNFUDK4eJlvx { background-color:transparent;background-image:none;width:211px;height:68px;top:451px;left:-1px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE4eFm5DvJTiKnbzrrspWG6Isf4AwFnP { top:547px;left:0px;width:242px;height:17px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0n77aqCu5nv8hT07HJsP3TH9sG8BSPJ { top:573px;left:1px;background-color:transparent;background-image:none;width:242px;height:15px;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxloDVm1SVRQP4adnS35TeJh4xZDugBw { display:block; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk9mNUOnJiPprD59kxqTAFCyZah8ISsv { top:47px;left:214.00003051758px;width:336px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 { display:block; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 { background-color: transparent; background-image: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container > .video-iframe-container { display: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row > .video-iframe-container { display: none; }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .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); }#FrUzd0VIdikCBUeVMGzrfpxZnQptTo61 > .row .container { width:320px;background-color:rgba(0,0,0,0);background-image:none;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpxdmFpLpDcKSizrKDno8qQi44H7RJpT { height:33px;width:159px;left:80.499998092651px;top:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DXAcWWZC1Dm0TSLnTGfSEiAbP26i2efp { left:0px;background-color:rgba(255,255,255,0.31);background-image:none;width:320px;top:84px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd { display:block; }#iLMfBxzc9yp9pHX9hBUqvV0MNlqZZ2bd > .row .container { width:320px;height:296px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyQT2asTBCA5bk0pAWIPg0Fbt9e02sPm { left:0px;background-color:transparent;background-image:none;font-size:30px;height:216px;width:320px;top:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA { display:block; }#nHtaNTlRx3ITNKNHgy7dS9Ei2B72BvIA > .row .container { width:320px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZmHNqTG8JbWpdmupLunIXZiFZ1Zy3e0 { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fwLVv73xhx92duHcvGPFk3NPUnxoJdMN { width:320px;height:30.4px;top:220px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 { display:block; }#TH6ipl04Chw7MSCUV9IBBXBEmKteNJu3 > .row .container { width:320px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlITPCX90V9OTqdbTilctHRgQDN5e2GJ { left:0px;background-color:transparent;background-image:none;font-size:30px;height:144px;width:320px;top:49px;display:block; }
 }@media only screen and (max-width: 763px) { #npeOafWH7PcNhISmMCNmPnmce3enhJbe { display:block; }#npeOafWH7PcNhISmMCNmPnmce3enhJbe > .row .container { width:320px;height:803px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca { width:292px;height:221px;top:20px;left:14px;font-size:14px;display:block; }#gSqupt7eMRvpy4Ayx0xVZDLXAJRya6Ca li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ { width:292px;height:221px;top:265.00009155273px;left:14px;font-size:14px;display:block; }#ATzWR22bScLlMRDQ0zRux1THRC20Z9iJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #eGkNe6VHnQONbWGVkPzPT8mU3UekpghV { width:292px;height:221px;top:505.00000572205px;left:14px;font-size:14px;display:block; }#eGkNe6VHnQONbWGVkPzPT8mU3UekpghV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/GfadccX0/blue_arrow.png); }
 }@media only screen and (max-width: 763px) { #RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 { display:block; }#RuVBJTifHux7nWxWTqGB1U6FF6pDfsb9 > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5daLTq45rVF4o1F0bLMQfctXi5AQ026 { left:0px;background-color:transparent;background-image:none;font-size:30px;height:72px;width:320px;top:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nWr8nrToU05sVOdlBZHw5E5gMQQnG0To { width:300px;height:352px;top:111.99990844727px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { background-color: transparent; background-image: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container > .video-iframe-container { display: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row > .video-iframe-container { display: none; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .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); }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { border-width: 0; border-radius: 0; }#J1AN1wsT1xlf7Q0ATL8r56f1eC3xl2vS > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9bLV3aT1qvCCKzgm81qseOeUspKWNgZ { left:9.5px;background-color:transparent;background-image:none;width:301px;height:72px;top:91.987640380859px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qZg2LioytKIO5ToZrel4NuM3TQ0bs7Cn { left:0px;background-color:transparent;background-image:none;font-size:30px;height:36px;width:320px;top:35.99976348877px;display:block; }
 }@media only screen and (max-width: 763px) { #O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { background-color: transparent; background-image: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container > .video-iframe-container { display: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row > .video-iframe-container { display: none; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .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); }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { border-width: 0; border-radius: 0; }#O5zq3QtUPZyxXTCtyLTNwIi1LPya7AIt > .row .container { width:320px;height:3854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5Xrpsz9c3ws8HrxxEsFFZUmxTxGkmki { left:0px;top:1585px;background-color:#ffffff;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:5px;height:992px;display:block; }
 }@media only screen and (max-width: 763px) { #zVPy72D4Tt2UO2snHQFT9uLLpWXxiPQr { height:76px;width:314px;left:0px;top:1474.000213623px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L2WLETUzga8dNIKlolkf809n1bPm8nNV { left:0px;top:1584px;background-color:#393939;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #XfRbT02u0ZNdvNvDDfOayFsvo11T5nid { left:0px;top:1654px;background-color:#e3e3e3;background-image:none;width:320px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #wq5TvQRBzTH5D3oPBXL7zP55OC3tu588 { left:0px;top:1px;background-color:#4b75e6;background-image:none;width:320px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #omQITxFns8vbCwQ9gLDrapG3uy2Gmkrk { left:2px;top:102px;background-color:#e3e3e3;background-image:none;width:316px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #t7tZOTUkyqTK5z23QBr9FcTXq4KAZWou { left:0px;top:1px;background-color:#ffffff;background-image:none;width:316px;height:1522px;display:block; }
 }@media only screen and (max-width: 763px) { #JksTCwJzZAc4d9U30DJ3Lxh9AapR9f48 { height:76px;width:314px;left:0px;top:1670px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #su57HaLwvqDSDrVqZIbanWIef86s4PFU { left:0px;top:2649px;background-color:#393939;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #DCIdsr1Cs0d7nqFAc3R6FDdcierF6JLX { left:0px;top:2719px;background-color:#e3e3e3;background-image:none;width:320px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #nzhF9apTBqpUn4GVsnoSxNB6vv5SRSuG { left:0px;top:2649px;background-color:#ffffff;background-image:none;width:320px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;height:1145px;display:block; }
 }@media only screen and (max-width: 763px) { #lpLPhbMKCmpr914bZRuRKhCRM8qSDzJp { left:-1px;top:29px;background-color:transparent;background-image:none;width:323px;height:40.8px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #BgNzawEfVFklbUK92la70FbN8oKUeQ1G { left:0px;top:1599px;background-color:transparent;background-image:none;width:321px;height:40.8px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qo7N0hqk1P94AKwdNvcgcEhBDBOJt5JX { left:0px;top:2664px;background-color:transparent;background-image:none;width:321px;height:40.8px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #baPJiRAPqbwfGGEgHfMUoyrTks1B2NPD { left:1px;top:122px;background-color:transparent;background-image:none;width:319px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HxtiDqZ60vOV3OEJbyk2unPd2OHFmLpP { left:4px;top:1710px;background-color:transparent;background-image:none;width:316px;height:14.4px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U88WiURKcEkPxL7ITdFDwO7AlOnGA1bx { left:0px;top:177.39989089966px;background-color:transparent;background-image:none;width:319px;height:14.4px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zGJpwPq6IIPiGHPXn7ieHfqmGLlJf0Zv { left:0px;top:1674px;background-color:transparent;background-image:none;width:320px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TNI1i54CA8BGIzv07MgeEm69Kv8sgIxK { left:1px;top:2779px;background-color:transparent;background-image:none;width:319px;height:14.4px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #M5w0Ktm1fxR1ywWwDzFVQtlZ0JExqz3T { left:0px;top:2739px;background-color:transparent;background-image:none;width:321px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #aeCFHreRmTG0UrSW9aL7zwg8qplEzKQH { left:46.000001907349px;top:1771.9875183105px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;width:203px;height:680px;font-size:0.8125rem;display:block; }
#aeCFHreRmTG0UrSW9aL7zwg8qplEzKQH.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #X3PJVfAcVltN0DWs2FLwcdIGasPvJgdQ { left:46.000001907349px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;top:2838.5000991821px;width:203px;height:840px;font-size:0.8125rem;display:block; }
#X3PJVfAcVltN0DWs2FLwcdIGasPvJgdQ.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #xaQgu7k4rVByoo8NxodTmaE0KmxmOfho { height:81px;width:81px;left:238.00000572205px;background-color:transparent;background-image:none;top:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z8KdllzVP8dFcncqyZ1Zoqy4ueiz5oZG { height:76px;width:314px;left:3px;top:3744.0000457764px;background-color:transparent;background-image:none;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #bNXMus7zwhy3psIurhBGTEAuByQK0n8O { width:160px;height:45px;top:1444.9999694824px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #XX7dN4E7L9xkZl4RfAzTsP7SFAnRFA7u { display:block; }
 }@media only screen and (max-width: 763px) { #wu9BHcRN4VkTzpHs5d2ThzeE8KqiwsTk { left:43px;top:224px;background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/b321d8ed99c9c295726c/assets/a0c24919b9565bc8120ff26801b9a7b9.png");background-position:top left !important;background-repeat:repeat-y !important;background-size:initial !important;width:203px;height:1200px;font-size:13px;text-align:left;text-align-last:left;display:block; }
#wu9BHcRN4VkTzpHs5d2ThzeE8KqiwsTk.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #hmNIvJJNFd7WfWqk4vwmxIXgMleXZ1U2 { width:160px;height:45px;top:3708.0000457764px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #VT6OgoeokO9tFCCMTPU5Iy5uVXVT3JI7 { display:block; }
 }@media only screen and (max-width: 763px) { #hMtQD53QCe4WXNCmmVFWlykIXBmI97N2 { width:160px;height:45px;top:2485.9875488281px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #dfkMefkhMmHEBs0GDBrWWi482VIATQZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM { display:block; }#gSFiQl7Omy9PPxP5gSogrLt3o9DHoZPM > .row .container { width:320px;height:162px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTgvO3XTfxVfRVWEFcl7GE0TsRl84Rzu { width:320px;height:62.4px;top:36.999862670898px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg { display:block; }#P8u2bun09CMVLzRn6KbL4SSHtdCBAUMg > .row .container { width:320px;height:77px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRAcKau80eygrisTlocoPRn9iETVPVtE { left:5px;background-color:rgba(0,0,0,0);background-image:none;font-size:22px;height:26.4px;width:310px;top:23.999969482422px;display:block; }
 }@media only screen and (max-width: 763px) { #QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF { display:block; }#QN0t7Db8P9lscwsyoNToq8TxnBc5pqpF > .row .container { width:320px;height:1780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLsGigpl0ogAkk0UuXnrikKczCZH8XbZ { height:128px;width:128px;left:95.999998092651px;background-color:transparent;background-image:none;top:28.999908447266px;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2TXhutHdUmM5tbwfsqCGuVWXT0gwA1 { left:13px;background-color:transparent;background-image:none;top:190.98741149902px;width:294px;height:326.4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V2W03LeJ2UEbfUOxDWEZ2FppTvUwIXGx { left:39px;background-color:transparent;background-image:none;top:550px;width:242px;height:24.8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #D1i3PCZhZzPqdl6hapl4MXZ3hiLSvd8m { left:39px;top:575px;background-color:transparent;background-image:none;width:242px;height:19.2px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SAl64VqchnPhVpNimXvuyOn9OC5UnfuB { height:128px;width:128px;left:95.999998092651px;background-color:transparent;background-image:none;top:683.40010070801px;display:block; }
 }@media only screen and (max-width: 763px) { #kMTsCOfMyZ95bh3F8NHDSNRBTomp3sVX { left:15px;background-color:transparent;background-image:none;top:854.40000915527px;width:290px;height:364.8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WRfHBX2XfRTT29kmrD8ZKi0c8exbXldG { left:39px;background-color:transparent;background-image:none;top:1251.2px;width:242px;height:24.8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x7hWTJpWtDebKQDlUDL1TaONiMgwy1Ig { left:39.000001907349px;top:1275.9999084473px;background-color:transparent;background-image:none;width:242px;height:19.2px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MimHhCUc9w15ZyC1lldP2mJ8NzM4fuTZ { height:127px;width:128px;left:96px;background-color:transparent;background-image:none;top:1383px;display:block; }
 }@media only screen and (max-width: 763px) { #eX8bG3cZuMb0kNSHN2LOxNFUDK4eJlvx { left:15px;background-color:transparent;background-image:none;top:1530px;width:290px;height:115.2px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oE4eFm5DvJTiKnbzrrspWG6Isf4AwFnP { left:39px;background-color:transparent;background-image:none;top:1665px;width:242px;height:24.8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #S0n77aqCu5nv8hT07HJsP3TH9sG8BSPJ { left:39px;top:1690px;background-color:transparent;background-image:none;width:242px;height:19.2px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KxloDVm1SVRQP4adnS35TeJh4xZDugBw { display:block; }#KxloDVm1SVRQP4adnS35TeJh4xZDugBw > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk9mNUOnJiPprD59kxqTAFCyZah8ISsv { width:320px;height:17.6px;top:47.700317382812px;left:0px;font-size:14px;display:block; }
 }