.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;
  }
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Wrg4nQlp/Untitled_design_67_.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, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/Wrg4nQlp/Untitled_design_67_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:lato;font-size:3.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.8054695129394rem;height:14.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vl1WhK18HWTJTtZKGkCJ3rFFPZDQhrp6 { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:24.950000286103rem;left:4.5867195129394rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Kc38XfPFUh8Zns4ISScUzQbt4vxy4SiT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:12.625rem;top:1.25rem;left:0.75rem;overflow:hidden;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.adaptive-delivery-prevent-bg, #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.lazyload, #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.lazyloading { background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { color:#646464;display:block;width:59.125rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:1.4812507629394rem;left:0rem;height:6.7125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { position:absolute;display:block;z-index:100007;background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:#000000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.3562507629394rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dDJfNcZfoW363rsxxTgEuB62FCFulD5U { color:#000000;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:6.25rem;left:22.187501907349rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:17.9375rem;left:22.187501907349rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:6.25rem;left:43.406251907349rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:17.112501144409rem;left:42.906251907349rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:24.875rem;left:43.5rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#btqn0ThSp8TQ0NrXFLneXJCkleO5qqUU { box-sizing:content-box;color:#ff0000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1234375rem;width:2.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:6.25rem;left:20.000001907349rem;display:block; }
#gaRMkSxUMa5ZKVUPWh6EGNHV9HTs3bTA { box-sizing:content-box;color:#ff0000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1234375rem;width:2.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:17.70078086853rem;left:20.000001907349rem;display:block; }
#CGOnVsTtKOv4iLLHECfcek5cOSNiMClT { box-sizing:content-box;color:#ff0000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:25.4375rem;left:20rem;display:block; }
#T2Pp8NCkDWkJKmAsQMPEd1u6RPAopby8 { box-sizing:content-box;color:#ff0000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1234375rem;width:2.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:6.25rem;left:40.000001907349rem;display:block; }
#RMiW2QvZAVXsILRtKfrQ0AEh4TEsSy3o { box-sizing:content-box;color:#ff0000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1234375rem;width:2.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:17.526563644409rem;left:40.000001907349rem;display:block; }
#IkIDbqKGspXZcKbNZQVs39INTwvLWK7l { box-sizing:content-box;color:#ff0000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1234375rem;width:2.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:25.46328163147rem;left:40.000001907349rem;display:block; }
#yiTvheG3WXFMFnnuJ3mPdhPhJxqfZSrx { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:18.6875rem;top:9.6250004768369rem;left:0rem;overflow:hidden;display:block; }
#kiDR1IcndmZhByISXOuBigSVOJKAK7gS { color:#000000;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:25.5625rem;left:22.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hL1GDUowdC89LGR8XRiDxBST3kC31FBB { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:28.125rem;left:20.9375rem;height:6.625rem;display:block; }#hL1GDUowdC89LGR8XRiDxBST3kC31FBB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hL1GDUowdC89LGR8XRiDxBST3kC31FBB li:before{  }
#re9NV5XydGDOKnUzitRRq5Ny1Tqzfpgo { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:29.75rem;left:42.625rem;height:3.4125rem;text-align:justify;text-align-last:initial;display:block; }
#P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.906251907349rem;height:;text-align:justify;text-align-last:initial;display:block; }#P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 li:before{  }
#wkGoSpiOBrST0A9JnUotgRGTlJahrBLD { color:#000000;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:9.625rem;left:20.375001907349rem;height:5.8125rem;text-align:justify;text-align-last:initial;display:block; }
#LkdC03TT8b0csCNJiqq4RidqBx70web1 { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:8.0124969482425rem;left:1.3562507629394rem;height:1.3rem;font-style:normal;display:block; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/23d6dd35-120a-4489-998e-9b9f6e2d3d68/UntitledPresentation169.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.adaptive-delivery-prevent-bg, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyload, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyloading { background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#mLTrsGPM8uPiotCaHasBksJk1nxc1fX0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:9.97421836853rem;left:28.39999961853rem;height:;display:block; }
#a9ePMAmkJlvrMFZN6Hn97reah2QHQXBt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:3.9109363555908rem;left:19.187501907349rem;display:block; }
#UtB88aQNfbuOXlGZFPcmDOH2d3x0Pg3A { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:7.875rem;top:29.287499994039rem;left:27.71249961853rem;overflow:hidden;display:block; }
#mEUuKJSpABq3y0AvuexAQE6nDlSH4aaQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:9.625rem;top:29.256249994039rem;left:37.08749961853rem;overflow:hidden;display:block; }
#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.46);background-image:url("https://images.assets-landingi.com/GOvskBZJ/My_Promo_video_87_842x421.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { border-width: 0; border-radius: 0; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;display:block; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container { background-color: transparent; background-image: none; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container > .video-iframe-container { display: none; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row > .video-iframe-container { display: none; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .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); }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container { border-width: 0; border-radius: 0; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#shSDmncRbz30JApuZhceKnMsa8sMuQpa { color:rgba(0,0,0,0.7);display:block;width:46.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:3.2625007629394rem;left:5.96875rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;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) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:35.0625rem;height:14.25rem;top:13.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl1WhK18HWTJTtZKGkCJ3rFFPZDQhrp6 { top:24.9375rem;left:0rem;width:29.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc38XfPFUh8Zns4ISScUzQbt4vxy4SiT { top:1.25rem;left:0rem;width:12.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:47.75rem;height:6.5625rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.25rem;height:0.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:14.625rem;height:1.8125rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.625rem;height:1.625rem;top:6.25rem;left:16.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:15.625rem;height:1.625rem;top:17.9375rem;left:16.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:15.625rem;height:1.625rem;top:6.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:15.625rem;height:3.25rem;top:17.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:15.625rem;height:3.25rem;top:24.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btqn0ThSp8TQ0NrXFLneXJCkleO5qqUU { top:6.25rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaRMkSxUMa5ZKVUPWh6EGNHV9HTs3bTA { top:17.6875rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOnVsTtKOv4iLLHECfcek5cOSNiMClT { top:25.4375rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Pp8NCkDWkJKmAsQMPEd1u6RPAopby8 { top:6.25rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMiW2QvZAVXsILRtKfrQ0AEh4TEsSy3o { top:17.5rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkIDbqKGspXZcKbNZQVs39INTwvLWK7l { top:25.4375rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTvheG3WXFMFnnuJ3mPdhPhJxqfZSrx { top:9.625rem;left:0rem;width:18.6875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDR1IcndmZhByISXOuBigSVOJKAK7gS { width:15.625rem;height:1.625rem;top:25.5625rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL1GDUowdC89LGR8XRiDxBST3kC31FBB { top:28.125rem;left:13.5625rem;width:18.1875rem;height:6.5rem;font-size:0.875rem;display:block; }#hL1GDUowdC89LGR8XRiDxBST3kC31FBB li:before{  }
 }@media only screen and (max-width: 763px) { #re9NV5XydGDOKnUzitRRq5Ny1Tqzfpgo { top:29.75rem;left:31.4375rem;width:16.1875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 { top:9.25rem;left:31.4375rem;width:16.1875rem;height:;font-size:0.875rem;display:block; }#P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 li:before{  }
 }@media only screen and (max-width: 763px) { #wkGoSpiOBrST0A9JnUotgRGTlJahrBLD { top:9.625rem;left:14.25rem;width:17.5rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkdC03TT8b0csCNJiqq4RidqBx70web1 { top:8rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLTrsGPM8uPiotCaHasBksJk1nxc1fX0 { top:9.9375rem;left:22.27499961853rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ePMAmkJlvrMFZN6Hn97reah2QHQXBt { top:3.875rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtB88aQNfbuOXlGZFPcmDOH2d3x0Pg3A { top:29.25rem;left:21.58749961853rem;width:7.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEUuKJSpABq3y0AvuexAQE6nDlSH4aaQ { top:29.25rem;left:30.96249961853rem;width:9.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd358LgBDhqB0GIGvWS81DcoSAFHC0fA { display:block; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shSDmncRbz30JApuZhceKnMsa8sMuQpa { width:46.4375rem;height:3.5625rem;top:3.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#ff0000;background-image:url("https://images.assets-landingi.com/Wrg4nQlp/Untitled_design_67_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:19.9359375rem;height:3.9rem;top:13.23671913147rem;left:0.063281238079069rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl1WhK18HWTJTtZKGkCJ3rFFPZDQhrp6 { width:20rem;height:3.15rem;top:16.13671875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc38XfPFUh8Zns4ISScUzQbt4vxy4SiT { width:3.3125rem;height:1.875rem;top:1.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:19.0625rem;height:9.8rem;top:2.3734374046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.25rem;height:0.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:14.625rem;height:1.3rem;top:5.3125rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.625rem;height:1.5rem;top:18.28125rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:15.625rem;height:1.5rem;top:36.185936927796rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:15.625rem;height:1.5rem;top:52.874219894409rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:15.625rem;height:3rem;top:29.257031440735rem;left:2.6875001192093rem;text-align:center;text-align-last:center;z-index:99998;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:15.625rem;height:3rem;top:41.410943031311rem;left:2.6875001192093rem;text-align:center;text-align-last:center;z-index:99999;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #btqn0ThSp8TQ0NrXFLneXJCkleO5qqUU { width:2.0625rem;height:2.0625rem;top:41.879688262939rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaRMkSxUMa5ZKVUPWh6EGNHV9HTs3bTA { width:2.0625rem;height:2.0625rem;top:29.725782871246rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOnVsTtKOv4iLLHECfcek5cOSNiMClT { width:2.0625rem;height:2.0625rem;top:35.904686927796rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Pp8NCkDWkJKmAsQMPEd1u6RPAopby8 { width:2.0625rem;height:2.0625rem;top:52.592968940735rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMiW2QvZAVXsILRtKfrQ0AEh4TEsSy3o { width:2.0625rem;height:2.0625rem;top:63.725780487063rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkIDbqKGspXZcKbNZQVs39INTwvLWK7l { width:2.0625rem;height:2.0625rem;top:18rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTvheG3WXFMFnnuJ3mPdhPhJxqfZSrx { width:14rem;height:14.625rem;top:3.375rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDR1IcndmZhByISXOuBigSVOJKAK7gS { width:15.625rem;height:3rem;top:64.007034301756rem;left:2.6875001192093rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #hL1GDUowdC89LGR8XRiDxBST3kC31FBB { width:18.1875rem;height:6.625rem;top:66.999998569488rem;left:0.90625rem;font-size:0.875rem;display:block; }#hL1GDUowdC89LGR8XRiDxBST3kC31FBB li:before{  }
 }@media only screen and (max-width: 763px) { #re9NV5XydGDOKnUzitRRq5Ny1Tqzfpgo { width:19rem;height:2.3375rem;top:46.02499961853rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 { width:16.1875rem;height:5.4875rem;top:56.374225616455rem;left:1.1875rem;font-size:0.875rem;display:block; }#P61QkxXFdr9rbXOh6uJqE3cf0s1Wa1O1 li:before{  }
 }@media only screen and (max-width: 763px) { #wkGoSpiOBrST0A9JnUotgRGTlJahrBLD { width:17.5rem;height:5.8125rem;top:20.871875762939rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkdC03TT8b0csCNJiqq4RidqBx70web1 { width:12.5rem;height:1.3rem;top:2.8734374046326rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22b33b75-ddb9-4103-961f-7fe35e12d42f/Untitleddesign20220329T090704620.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.adaptive-delivery-prevent-bg, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyload, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyloading { background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLTrsGPM8uPiotCaHasBksJk1nxc1fX0 { width:12.5rem;height:0;top:13.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ePMAmkJlvrMFZN6Hn97reah2QHQXBt { height:11.125rem;width:20rem;top:18.812499523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtB88aQNfbuOXlGZFPcmDOH2d3x0Pg3A { width:8.25rem;height:2.5625rem;top:31.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEUuKJSpABq3y0AvuexAQE6nDlSH4aaQ { width:9.625rem;height:2.375rem;top:31.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { background-color:#870b19;background-image:url("https://images.assets-landingi.com/GOvskBZJ/My_Promo_video_87_842x421.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd358LgBDhqB0GIGvWS81DcoSAFHC0fA { display:block; }#bd358LgBDhqB0GIGvWS81DcoSAFHC0fA > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shSDmncRbz30JApuZhceKnMsa8sMuQpa { width:18.4375rem;height:3.6rem;top:1.7124996185302rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }