.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3a4d;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container { background-color: transparent; background-image: none; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container > .video-iframe-container { display: none; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row > .video-iframe-container { display: none; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .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); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container { border-width: 0; border-radius: 0; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container { font-size:14px;font-family:arial;height:83px;width:1200px;position:relative;display:block; }#AyDGeJto1iUGn4TFn9zW6lvhO1NXGEl8 { background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/d0e3cdd5-8cf9-4dbd-b39e-ee4c617c004e/bt_we2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:45px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:19px;left:918px;display:block; }#AyDGeJto1iUGn4TFn9zW6lvhO1NXGEl8.adaptive-delivery-prevent-bg, #AyDGeJto1iUGn4TFn9zW6lvhO1NXGEl8.lazyload, #AyDGeJto1iUGn4TFn9zW6lvhO1NXGEl8.lazyloading { background-image: none; }
#DhLFDQ8u9fdemtT6a5MufyUemQnFN5hI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XdGNvWSi3i2pnTKGxVod33hKE2nhHOyW { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:210px;top:24.5px;left:13px;overflow:hidden;display:block; }
#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container { background-color: transparent; background-image: none; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container > .video-iframe-container { display: none; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row > .video-iframe-container { display: none; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .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); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container { border-width: 0; border-radius: 0; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container { font-size:14px;font-family:arial;height:851px;width:1200px;position:relative;display:block; }#C0myA7z2MPEx3eNmVN4qAgOAW9J1TwqI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:580px;width:296px;display:none; }
#d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ { color:#eea726;display:block;width:494px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:385px;left:10px;height:229.583px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2750a004739653da266d76e4e60fdcf3881fc5ed.svg); }
#xfEoRl8wE5PS1MEvs7VRO3TGqE8RHvsT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:426px;width:445px;top:61px;left:13px;overflow:hidden;display:none; }
#aCN6AktsVLFrtLpkUWdxS0BALehAphJe { color:#eea726;display:block;width:345px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:578.62216949463px;left:198.99145507812px;height:101.375px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#AupKsnQaO1EwlNc8WUIOOMVUNeV9Lbyd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #992dff, #7500df);background-image: -moz-linear-gradient(180deg, #992dff, #7500df);background-image: -ms-linear-gradient(180deg, #992dff, #7500df);background-image: -o-linear-gradient(180deg, #992dff, #7500df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#992dff', endColorstr='#7500df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#992dff', endColorstr='#7500df' );";background-image: linear-gradient(180deg, #992dff, #7500df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 5px 5px 50px rgba(153,45,255,0.75) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:404px;height:62px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:727.984375px;left:0px;display:none; }
#eNdvSksZ3kBluaSq1GWUpw0PAxPTIJ16 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR { background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/9a6defc3-7445-4491-92f3-e8f7c78b698c/bt_we.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:380px;height:65px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:695px;left:10px;display:block; }#wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR.adaptive-delivery-prevent-bg, #wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR.lazyload, #wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR.lazyloading { background-image: none; }
#qfMB1qb1mh7hShuqBsdONx9TfUtZK4Cg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fWX6B0FSvnqez83yuBpigQgnGg4XJMTb { color:#ff643e;display:block;width:693px;position:absolute;font-family:poppins;font-size:49px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:151px;left:10px;height:191.042px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q63MVgDu5a5HeDyfpJQ4bbCa1nuhWRR7 { color:#eea726;display:block;width:668px;position:absolute;font-family:poppins;font-size:21px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:335px;left:10px;height:29.4097px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#wxEgylnIwuWfRC2EOhW3rOv2TynmDlNc { position:absolute;display:block;z-index:15035;border-top:3px solid #8d8d8d;border-left:3px solid #8d8d8d;border-right:3px solid #8d8d8d;border-bottom:3px solid #8d8d8d;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:419px;width:419px;top:221px;left:766px;overflow:hidden;display:block; }
#AxVc7Vu0ptHUahz4EZPc5qNMAwXiPs7w { box-sizing:content-box;height:72px;width:425px;position:absolute;display:block;z-index:15037;background-color:#8d8d8d;background-image:none;top:575px;left:766.5px;border-top-right-radius:4px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:4px;display:block; }
#SeKgzTCJXFkynPslAV1nCgiIkhI8e3JL { color:#ffffff;display:block;width:425px;position:absolute;font-family:poppins;font-size:55px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:575.5px;left:766px;height:71.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mdiFemKZEr9XZa5u228cxmTuDsPotFxz { color:#eea726;display:block;width:357px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:656.703125px;left:800px;height:56.4236px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nrvD5MHLMDhbTITVVHn2ecg9RtLcueq3 { color:#eea726;display:block;width:183px;position:absolute;font-family:poppins;font-size:33px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:380px;left:242px;height:48.4201px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JPfftAzUF9zRGDCLUawGsNH5qKGbJTd1 { color:#eea726;display:block;width:389px;position:absolute;font-family:poppins;font-size:12px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:770px;left:10px;height:50.3646px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#nJnPtyAq8quql0T6pegKqFy16TGmHq3D { position:absolute;display:block;z-index:15038;height:51px;width:193px;top:702px;left:986.5px;display:block; }
#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container { background-color: transparent; background-image: none; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container > .video-iframe-container { display: none; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row > .video-iframe-container { display: none; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .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); }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container { border-width: 0; border-radius: 0; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container { font-size:14px;font-family:arial;height:726px;width:1200px;position:relative;display:block; }#OqT423ziHALr0dQhbEMeEmCOwLcqc21q { color:#616161;display:block;width:108px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:200px;left:996px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESmw2l9d6AVhGbKdbTi3BzlyTLx9UvOa { color:#2b3271;display:block;width:228px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:224px;left:953px;height:35.1042px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abySXd5rI7O8NA1GEhiNuxTmul0irx9N { color:#616161;display:block;width:144px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:202px;left:80px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wo1iDk02Gf8wJd0pEp3Pw18XECxIaJar { color:#2b3271;display:block;width:204px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:228px;left:35px;height:35.1042px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POBpJaWZBDwhAIeTw7tXefm1EXpInZVs { color:#2b3271;display:block;width:274px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:367px;left:912px;height:35.1042px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqA3A6E1gdDfNJt02tSHcvkS3HoM6eHv { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:122px;width:315px;top:303px;left:885px;display:block; }
#XohCuQtrvaCSMLGmnLT4sMEmmFLzCKfJ { color:#616161;display:block;width:159px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:339px;left:967px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddE7BSgqDMhzwSpc4uyLhECLd9p71Jiw { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:122px;width:274px;top:165px;left:0px;display:block; }
#bDHOTon88sOsDG3dH1faEBZhX2weBn4u { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:131px;width:345px;top:161px;left:30px;display:none; }
#EycTxJ0Gmfl8W4dnt9ukAVW6JVqXVJKH { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:122px;width:328px;top:308px;left:0px;display:block; }
#nSkdJDErOHZU6VQGUgtTwZDWJTcaV3FC { color:#616161;display:block;width:189px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:342px;left:75px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGn3w2nPb9kD0ME0p6X46DIDoZaDL2N7 { color:#2b3271;display:block;width:273px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:366px;left:28px;height:35.1042px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WacfUrWKkCMEr2c8ru78TTer0d9PFU9E { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;height:469px;width:947px;top:143px;left:127px;display:block; }
#SegzqEpi0gcN8FegwcOfv8tV3o29eWmf { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:122px;width:274px;top:165px;left:926px;display:block; }
#Zx1KKxzyAgw3mkrMve24knHsdFeysdgk { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:122px;width:274px;top:451px;left:0px;display:block; }
#GuT26AnRZ22hQqqH2tW6Ex391aBOndZO { color:#2b3271;display:block;width:234px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:515px;left:34px;height:35.1042px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTFmmV5l2efUHAKhPwCRH13pvwk2bUZ4 { color:#616161;display:block;width:119px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:489px;left:74px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIAaltAxuAdFNsSmUI4SpQWuOC3xwRT9 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:122px;width:274px;top:451px;left:926px;display:block; }
#BWhchN3ULIElqy8aa4XRnKlhtuU71T0K { color:#2b3271;display:block;width:212px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:509px;left:961px;height:35.1042px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AufH8cVxDZ4ph0fid64TCUq0OwDg1Du8 { color:#616161;display:block;width:195px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:488px;left:995px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cwytec49cLAMNLk6TArKK25lQqQgbyy9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:484px;width:895px;display:none; }
#flz7sKKTURLz8g35OfNANAG1GWHLr3VF { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/oJsu7h7i/unnamed_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:551px;width:856px;top:43px;left:172px;display:block; }#flz7sKKTURLz8g35OfNANAG1GWHLr3VF.adaptive-delivery-prevent-bg, #flz7sKKTURLz8g35OfNANAG1GWHLr3VF.lazyload, #flz7sKKTURLz8g35OfNANAG1GWHLr3VF.lazyloading { background-image: none; }
#yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK { background-color:#eea726;background-image:url("https://images.assets-landingi.com/uc/807f13e3-9bdd-47e7-af98-b4276bd26193/NT_WE3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"product sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:60px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:594px;left:450px;display:block; }#yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK.adaptive-delivery-prevent-bg, #yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK.lazyload, #yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK.lazyloading { background-image: none; }
#c2uK72GZxgiKwbTDmSZOV8nyPfHMZzQM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OR4t7Udu6UKe9Js8tyF7LqUGbLzB7s96 { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:481px;left:33px; }
#u0xWwX9QexZWMsI5PLMJ2vaHuCudST9t { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:335.5px;left:33px; }
#WebDKgpbo1PBT6Hob5RTWkKIiiRZtlte { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:192.5px;left:33px; }
#neVQKlk0UPKS439zTigEikSyIH40tPc9 { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:192.5px;left:953px; }
#mNx2VC3Eg9bIrDz7mdNi7nEQTf0sVfBJ { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:331.5px;left:919px; }
#Dfh4CTIKOvkpVwFVgth5Iir2JATDurfI { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:481px;left:949px; }
#MyUOzc3bZbKKKQBPLUcPKW8UBmQOmZQL { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:192.5px;left:953px;display:none; }
#WwJP6ZRth86R3QoLWuTZnrCFiXPP73iM { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:335.5px;left:33px;display:none; }
#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container { background-color: transparent; background-image: none; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container > .video-iframe-container { display: none; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row > .video-iframe-container { display: none; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .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); }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container { border-width: 0; border-radius: 0; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container { font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#T1ey8C0rZasBythZJim2FZ0fEMIz85Bd { color:#eea726;display:block;width:1200px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:75.875px;left:0px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container { background-color: transparent; background-image: none; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container > .video-iframe-container { display: none; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row > .video-iframe-container { display: none; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .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); }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container { border-width: 0; border-radius: 0; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container { font-size:14px;font-family:arial;height:255px;width:1200px;position:relative;display:block; }#EMyi7oZRRRSV3gk1wFgWhNTHXS7RO28T { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:block; }
#OlhxaPxCebpsinPewCOrEEcndlHyr1pE { color:#898989;display:block;width:250px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:160px;left:25px;height:45.4166px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utCZtLlMnV5kpHfZThUgUfTTBZqTx5Ss { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:310px;display:block; }
#kt3KTUnP1xQeloJrmPgM4MZ9MFungwNR { color:#898989;display:block;width:192px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:157.00000917912px;left:354.00003051758px;height:45.4167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd3pbkrkmtQQJnWae226cf0q5wvdLmPz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:610px;display:block; }
#IlCIELIF1cBHkCc59rpD5wrou8D3dPxT { color:#898989;display:block;width:204px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:159.98750686646px;left:648.00003051758px;height:45.4167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4yFPAusQcbFliD46Eg9eJcgDO5HVtS3 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:32px;left:910px;display:block; }
#EkaKZx5mXFnyO3AlaE2uAP7yGsDhuaif { color:#898989;display:block;width:212px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:156.98749923706px;left:943.99996948242px;height:44.3056px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTowGoacGubkxr6UgsTZo0NWhvFpQTEb { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d92b2305-38f9-49c0-85ef-16830c053048/1122thumbdownoutline1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:84px;width:84px;top:53px;left:108px;display:block; }#wTowGoacGubkxr6UgsTZo0NWhvFpQTEb.adaptive-delivery-prevent-bg, #wTowGoacGubkxr6UgsTZo0NWhvFpQTEb.lazyload, #wTowGoacGubkxr6UgsTZo0NWhvFpQTEb.lazyloading { background-image: none; }
#fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec7c4f94-05b4-4a76-806e-506b339c72fe/999moneycheckoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:94px;width:94px;top:48px;left:703px;display:block; }#fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV.adaptive-delivery-prevent-bg, #fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV.lazyload, #fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV.lazyloading { background-image: none; }
#Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2 { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4f92a7d9-8716-4cf4-a1bc-80e5d6520841/155barchartarrowdecreasetogrowthoutlinemorphoutline1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93px;width:93px;top:48.5px;left:403.5px;display:block; }#Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2.adaptive-delivery-prevent-bg, #Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2.lazyload, #Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2.lazyloading { background-image: none; }
#pIXBblqrrRJoxc4m44LkIQ4iXX7JtNqK { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#ePKOh1Ev5w1DpV2qm3rmZfhkGn9QTh0U { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#UHydz4Z7CtAdbks16qPNIBalFUltC4XC { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#E69na1wcKNTyVyhmenZozeFE21gwAsND { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a8d6c71-fb71-4ef4-af12-e9b3a3223838/424questionbubbleoutline1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93px;width:93px;top:48.5px;left:1003.5000610352px;display:block; }#E69na1wcKNTyVyhmenZozeFE21gwAsND.adaptive-delivery-prevent-bg, #E69na1wcKNTyVyhmenZozeFE21gwAsND.lazyload, #E69na1wcKNTyVyhmenZozeFE21gwAsND.lazyloading { background-image: none; }
#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container { background-color: transparent; background-image: none; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container > .video-iframe-container { display: none; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row > .video-iframe-container { display: none; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .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); }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container { border-width: 0; border-radius: 0; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container { font-size:14px;font-family:arial;height:264px;width:1200px;position:relative;display:block; }#q57HbXk5Tsfh9uOavtCdq9ZkK2006i28 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:0px;left:10px;display:block; }
#Jd2GSV5mmlEB8ptBsxRwfve4UuA1ekvw { color:#898989;display:block;width:224px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:126.0000038147px;left:33px;height:45.4167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzMDmOTvgbkOsMaP0sRTpExyHd9W5uf3 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:0px;left:310px;display:block; }
#strZ1aUCGhMvD6dbrZw1UbfNEP0rd2v8 { color:#898989;display:block;width:226px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:125.98750305176px;left:338px;height:45.4167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8XG3auv2lq8S0bZLTphJPCVOaImAiSv { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:0px;left:610px;display:block; }
#a4nnC5XkmVePOPQROT8NCTTxJ3688LmW { color:#898989;display:block;width:225px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:125.98749542236px;left:637.50003051758px;height:44.3056px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEnW693l8A1D8A22pZOP3Znp9CdNRrnM { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:1px;left:910px;display:block; }
#bcR5odIqRI9PIgKbZfEd8OrLgHVxBs0g { color:#898989;display:block;width:249px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:126px;left:925.49996948242px;height:44.3056px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BGzZD7R8l5mDlWkto3StfMmnC9TSoSV5 { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44761f98-dac5-4637-8435-3fbbf85cc050/45clocktimeoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93px;width:93px;top:19px;left:703.5px;display:block; }#BGzZD7R8l5mDlWkto3StfMmnC9TSoSV5.adaptive-delivery-prevent-bg, #BGzZD7R8l5mDlWkto3StfMmnC9TSoSV5.lazyload, #BGzZD7R8l5mDlWkto3StfMmnC9TSoSV5.lazyloading { background-image: none; }
#HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aaaa0ef4-bc04-4814-b207-981f12574948/44avataruserincircleoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93px;width:93px;top:19px;left:1003.5px;display:block; }#HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K.adaptive-delivery-prevent-bg, #HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K.lazyload, #HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K.lazyloading { background-image: none; }
#VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/426e8d2f-953b-4a19-a077-a74ceac16723/1024postadsadvertismentoutline1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:105px;width:106px;top:13px;left:397px;display:block; }#VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM.adaptive-delivery-prevent-bg, #VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM.lazyload, #VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM.lazyloading { background-image: none; }
#LBSpfUxCwIyRRky57SKrJEQNOpqHgbFQ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#h8WM4Xu04PZ5k37x4HR7rBtLizfBOABQ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#GrOF7bGGDNTB2WDuORSS3v1IdrgJOITz { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#A04cPevIc5FT4d8PTmTQ133zQAZ4UgJH { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:200px;width:280px;top:31.5px;left:10px;display:none; }
#EKSK164DkQFg1JTEdDL102nqGuTgwcIQ { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81b8cbdf-041c-47e4-965d-fcb56f2eea0a/950attractcustomersoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89px;width:93px;top:21px;left:103.5px;display:block; }#EKSK164DkQFg1JTEdDL102nqGuTgwcIQ.adaptive-delivery-prevent-bg, #EKSK164DkQFg1JTEdDL102nqGuTgwcIQ.lazyload, #EKSK164DkQFg1JTEdDL102nqGuTgwcIQ.lazyloading { background-image: none; }
#CdJ08MBTGBuur9ptaQouDmcoeN4c1kUb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #992dff, #7500df);background-image: -moz-linear-gradient(180deg, #992dff, #7500df);background-image: -ms-linear-gradient(180deg, #992dff, #7500df);background-image: -o-linear-gradient(180deg, #992dff, #7500df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#992dff', endColorstr='#7500df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#992dff', endColorstr='#7500df' );";background-image: linear-gradient(180deg, #992dff, #7500df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 5px 5px 50px rgba(153,45,255,0.75) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:404px;height:62px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:727.984375px;left:0px;display:none; }
#svnF8s1LBH94pU3yi1f1IHy7wOJ7MSmU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c3a4d, #f9f9f9);background-image: -moz-linear-gradient(180deg, #1c3a4d, #f9f9f9);background-image: -ms-linear-gradient(180deg, #1c3a4d, #f9f9f9);background-image: -o-linear-gradient(180deg, #1c3a4d, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3a4d', endColorstr='#f9f9f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3a4d', endColorstr='#f9f9f9' );";background-image: linear-gradient(180deg, #1c3a4d, #f9f9f9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB > .row .container { border-width: 0; border-radius: 0; }#P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB > .row .container { font-size:14px;font-family:arial;height:603px;width:1200px;position:relative;display:none; }#MlGVJMLupTNIzcABWKXA8TzpwBPW8BOq { color:#eea726;display:block;width:1200px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:68.875px;left:0px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X026wxO7I3r4e4d2G4VNWJUD7RaCaXI0 { box-sizing:content-box;height:425px;width:372px;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:139px;left:14px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#En7eWKCz1cSVVQ8Ux1n9fP5LW4oplsZe { box-sizing:content-box;height:425px;width:372px;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:139px;left:414px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#cvAsLTuiEOCAXQ9xSR0E8sTg1Va1AiF6 { box-sizing:content-box;height:425px;width:372px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:139px;left:814px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#iHJi3UhMTBPZkDxt8DTmgpkSVqaJa7Au { color:#eea726;display:block;width:339px;position:absolute;font-family:poppins;font-size:26px;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:179.875px;left:30px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BB90aGIJAGzJxO7kvef6yweTTaaHSPBz { color:#eea726;display:block;width:339px;position:absolute;font-family:poppins;font-size:26px;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:179.875px;left:430.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6ANFHKkq52cP17o2a4n8Sx8HHFBXM62 { color:#eea726;display:block;width:339px;position:absolute;font-family:poppins;font-size:26px;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:179.875px;left:830.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwXLIwrS3CJyBBdBVwyyVB67EHuFPt3S { color:#898989;display:block;width:224px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:212px;left:88px;height:20.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPiROaPXHXTJ4BEgLCOKaFFFlLa9oXup { color:#898989;display:block;width:224px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:212px;left:488px;height:20.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKFJBrp7xI3UUvR3iRv0nc4HXTNJTnHv { color:#898989;display:block;width:224px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:212px;left:888px;height:20.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlUbTIJT63dzBCUaeDLBBLUuEag5fikp { color:#898989;display:block;width:228px;position:absolute;font-family:poppins;font-size:55px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:246px;left:844px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xi7t3SqRsOt5iuQD192r7OceKUbSZ2yr { color:#898989;display:block;width:84px;position:absolute;font-family:poppins;font-size:30px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:260px;left:1072px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB { color:#eea726;display:block;width:295px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:327.8125px;left:852.5px;height:131.953px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
#iM35SltGfSQCUXnn8ZZhXBThatXQfqMR { color:#898989;display:block;width:193px;position:absolute;font-family:poppins;font-size:55px;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:246px;left:462px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zT4OqbTp0IOqoOcWxDuLwa9mgmpw913u { color:#898989;display:block;width:84px;position:absolute;font-family:poppins;font-size:30px;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:261px;left:655px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 { color:#eea726;display:block;width:295px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:327.8125px;left:452.5px;height:131.953px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
#zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5 { background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/475f691d-0f24-4cd0-8f76-98e798ef98ad/BTGREENYU.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:50px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:493px;left:50px;display:block; }#zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5.adaptive-delivery-prevent-bg, #zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5.lazyload, #zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5.lazyloading { background-image: none; }
#BbopUVcTTXa0FKTTsmUOQf5AkuNsePTK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx { color:#eea726;display:block;width:295px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:327.8125px;left:52.5px;height:131.953px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
#xB4XbFf36npnm2HaRAxhErr1VpC6HG8i { color:#898989;display:block;width:193px;position:absolute;font-family:poppins;font-size:55px;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:246px;left:62px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypGfsaURyr2Oi6rmxELimTKZ16LV5MBE { color:#898989;display:block;width:84px;position:absolute;font-family:poppins;font-size:30px;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:261px;left:255px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nKbB9G5FiOnnl65FvnP2k13fspR9XolK { background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/475f691d-0f24-4cd0-8f76-98e798ef98ad/BTGREENYU.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:50px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:493px;left:450px;display:block; }#nKbB9G5FiOnnl65FvnP2k13fspR9XolK.adaptive-delivery-prevent-bg, #nKbB9G5FiOnnl65FvnP2k13fspR9XolK.lazyload, #nKbB9G5FiOnnl65FvnP2k13fspR9XolK.lazyloading { background-image: none; }
#U1iKkNeWdfQm0nw9TS5BBZuFs0CUpuQ2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gF59XCDfdI7un2sC9kmTAkm6QOms8rNq { background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/475f691d-0f24-4cd0-8f76-98e798ef98ad/BTGREENYU.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:50px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:493px;left:850px;display:block; }#gF59XCDfdI7un2sC9kmTAkm6QOms8rNq.adaptive-delivery-prevent-bg, #gF59XCDfdI7un2sC9kmTAkm6QOms8rNq.lazyload, #gF59XCDfdI7un2sC9kmTAkm6QOms8rNq.lazyloading { background-image: none; }
#vbTxiUVwozL7FfWwO6nug6FEPoWKnmCg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container { background-color: transparent; background-image: none; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container > .video-iframe-container { display: none; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row > .video-iframe-container { display: none; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .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); }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container { border-width: 0; border-radius: 0; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container { font-size:14px;font-family:arial;height:1068px;width:1200px;position:relative;display:block; }#qaSOx1CxPbihmxDgrXMlnpedZDS7VsAR { color:#eea726;display:block;width:1200px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:75px;left:0px;height:40.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCh2QsgEynihfWF5mT0xU1VabEBbaDsk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:136px;left:2px;overflow:hidden;display:block; }
#goXx8gWiynRVw9XhzOV21y3JtSmaXgV7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:136px;left:302px;overflow:hidden;display:block; }
#E0rW54LzLVHkVZmRdTIEyNmJR20NpWXs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:136px;left:602px;overflow:hidden;display:block; }
#ks7x76CQOzQ6ymweRWivOxevpwUDiF22 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:136px;left:902px;overflow:hidden;display:block; }
#dBTZ7EiBPe92SIHUB7nQuMMmeHCvVcMU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:536px;left:302px;overflow:hidden;display:block; }
#o4cFaR05lkkWpTkyBvT0SBBvWE41aNfZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:536px;left:602px;overflow:hidden;display:block; }
#TQKTaZyrFm8vBFMVWVvyIx1eKppd2MbQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:536px;left:902px;overflow:hidden;display:block; }
#R7kngiFVDmTGZOURnlAwPg5UbnxXEpfz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:395px;width:295px;top:536px;left:2px;overflow:hidden;display:block; }
#F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq { background-color:#eea726;background-image:url("https://images.assets-landingi.com/uc/2352021a-1d52-417d-a3e7-dce9bf2563c2/NT_WE4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"product sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:60px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:968px;left:450px;display:block; }#F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq.adaptive-delivery-prevent-bg, #F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq.lazyload, #F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq.lazyloading { background-image: none; }
#sWl90GzAfUtbIv18VPkmyg5ZnbWp7bmr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container { background-color: transparent; background-image: none; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container > .video-iframe-container { display: none; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row > .video-iframe-container { display: none; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .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); }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container { border-width: 0; border-radius: 0; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container { font-size:14px;font-family:arial;height:121px;width:1200px;position:relative;display:block; }#nuszV3VrFmscVSCaIF5DethsskzIXz0K { color:#eea726;display:block;width:1200px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:75.875px;left:0px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container { background-color: transparent; background-image: none; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container > .video-iframe-container { display: none; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row > .video-iframe-container { display: none; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .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); }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container { border-width: 0; border-radius: 0; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container { font-size:14px;font-family:arial;height:582px;width:1200px;position:relative;display:block; }#tdDMuGBlOdGJ0Eh0kTbyxNzbfrUoQQV8 { position:absolute;display:block;z-index:15000;height:525px;width:1200px;top:6px;left:0px;display:block; }
#qboRLUssu2quXnunH45ZEduGoFCNQ3pR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9fc1e0b9-cf1c-47f4-9c89-02c3b3925ed8/osinvestidoresestaocalculandooscustosdeinvestimentodacalculadoraesegurandoosmartphone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR.adaptive-delivery-prevent-bg, #qboRLUssu2quXnunH45ZEduGoFCNQ3pR.lazyload, #qboRLUssu2quXnunH45ZEduGoFCNQ3pR.lazyloading { background-image: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container { background-color: transparent; background-image: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,126,247,0.98); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container > .video-iframe-container { display: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,126,247,0.98); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row > .video-iframe-container { display: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .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); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container { border-width: 0; border-radius: 0; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container { font-size:14px;font-family:arial;height:172px;width:1200px;position:relative;display:block; }#VKBp9ZOGG1X86e5h2KPcGtXZr7v1uWn5 { color:#000000;display:block;width:718px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46px;left:42px;height:25.7986px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZNXtNyutV4oJA8ylT2LLDg7abB0vTT8Q { color:#000000;display:block;width:718px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:74px;left:42px;height:54.2014px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq { background-color:#4daf50;background-image:url("https://images.assets-landingi.com/uc/03e593d6-3513-4379-b676-8b781c73c996/NT_WB3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:18px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:60px;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:56px;left:853px;display:block; }#FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq.adaptive-delivery-prevent-bg, #FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq.lazyload, #FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq.lazyloading { background-image: none; }
#ezosGO4Cc8xxIbG7a9WQh1I0KZptHJMe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container { background-color: transparent; background-image: none; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container > .video-iframe-container { display: none; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row > .video-iframe-container { display: none; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .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); }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container { border-width: 0; border-radius: 0; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container { font-size:14px;font-family:arial;height:132px;width:1200px;position:relative;display:block; }#VwQvW5GxmKhe0TamZuTkCnzwIAyzR6Gc { color:#eea726;display:block;width:1200px;position:absolute;font-family:poppins;font-size:34px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:87.875px;left:0px;height:35.1042px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQlFQcMohJ1REbNfT0nCHv2nxJVTP9Ir { color:#eea726;display:block;width:1200px;position:absolute;font-family:rubik;font-size:35px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:96.875px;left:0px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F901IymAuFT7raDtHyh2aST6sp0atWWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container { background-color: transparent; background-image: none; }#F901IymAuFT7raDtHyh2aST6sp0atWWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container > .video-iframe-container { display: none; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row > .video-iframe-container { display: none; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .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); }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container { border-width: 0; border-radius: 0; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container { font-size:14px;font-family:arial;height:288px;width:1200px;position:relative;display:block; }#TItA10PRpza92AULkTyUnay2fJ82FXRn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:125px;top:36px;left:574px;overflow:hidden;display:block; }
#yyPaO7GxGpLDsT2kGXeZa0tFOwPwfqBB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:137px;top:34px;left:743px;overflow:hidden;display:block; }
#Jg35Q7DFLC6F0Amf7pwLcJR6hiafDbSN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:200px;top:36px;left:50px;overflow:hidden;display:block; }
#M3HUlCZkPwJJVa5tJEo6uzVFC9h6eogK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:96px;top:24px;left:1047px;overflow:hidden;display:block; }
#daCrb08e6OQZT83zXmsx49wDoyA5ZHqC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:88px;top:36px;left:913px;overflow:hidden;display:block; }
#kWVEDC6cMpZxtgydJZaIPqrlmNPWhgVL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:242px;top:36px;left:289px;overflow:hidden;display:block; }
#VfZc6o6cPSMNcv8dZ96R7SJKTO0cCMHZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:101px;top:107.5px;left:257px;overflow:hidden;display:block; }
#xP6AiANVkiFSdQslpg1R5S1Vn9TWsoU2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:198px;top:107.5px;left:590px;overflow:hidden;display:block; }
#GKd4ODtXpnyLgW5ZO1OurvCF5NXQt1e0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:172px;top:107.5px;left:391px;overflow:hidden;display:block; }
#WGP6APqwaTUtutOkt3OzW9WQarzNPTIt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:120px;top:105.5px;left:909px;overflow:hidden;display:block; }
#z9CPJvLcNPqnpQVOWVHfh8wFaMiwbQpT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:68px;top:105.5px;left:817.5px;overflow:hidden;display:block; }
#pmbHhUDgNEet6AD59ZnBudekP9LH5ShQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:175px;top:108px;left:50px;overflow:hidden;display:block; }
#PUxTwqiielygBaRis2yKnzRtFa5M3lzi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:77px;top:106px;left:1067px;overflow:hidden;display:block; }
#yTtf1fP3GaeJ8vUSVTrvEd6kBJhET7DW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:160px;top:174px;left:984px;overflow:hidden;display:block; }
#O8t6pCeSMbMwyGH4KkRXb0vJk8dQHDTH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:125px;top:176.5px;left:829px;overflow:hidden;display:block; }
#OCAK7q6fTbc4rvENX3ep5RnUivyJxNxJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:154px;top:177px;left:637px;overflow:hidden;display:block; }
#LQTmNzVH11Bf3yaTChgI61AXq2v9E5zP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:190px;top:178px;left:409px;overflow:hidden;display:block; }
#RMNIWUdpzBi7ZSuy4O9TapEDH21h4Cx1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:166px;top:177px;left:210px;overflow:hidden;display:block; }
#cWzUuW5k1PGpDnLHTJZm4RQre0z4aPXl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:122px;top:179px;left:50px;overflow:hidden;display:block; }
#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container { background-color: transparent; background-image: none; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container > .video-iframe-container { display: none; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row > .video-iframe-container { display: none; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .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); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container { border-width: 0; border-radius: 0; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container { font-size:14px;font-family:arial;height:223px;width:1200px;position:relative;display:block; }#spRSxnhRbey15iIGp0f804sOqDKEcUsD { color:#3f5880;display:block;width:99px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:151px;left:445px;height:18.1875px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNTHkSX8fNGkFfskxg7OlwpqT64f6iC4 { color:#3f5880;display:block;width:59px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:58.5px;left:9px;height:28.2118px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUVskvA64CzHVEtlAIR98gsoB7ET7G5G { position:absolute;display:block;z-index:15012;background-color:#2a7ef7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:50px;top:84.5px;left:9px;display:block; }
#sw4MbbPWRRmf5TqRDlN0rk52CHyu2Dy1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:82px;width:82px;top:97px;left:9px;overflow:hidden;display:block; }
#aWdo1eSRvC49WUwOZHqqStG18wyRkrxm { color:#3f5880;display:block;width:178px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:59px;left:414px;height:28.2118px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tobl60c1mo5uv5gihFtEJpqhNqTQNxXy { position:absolute;display:block;z-index:15014;background-color:#2a7ef7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:50px;top:85px;left:414px;display:block; }
#C9waoL5ZXO8JH8Z1l3F57vmKsUxC7Jqq { color:#3f5880;display:block;width:178px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:59px;left:824px;height:28.2118px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fVry2expp3xIU2BUv0fwcA0SVR6ePVyT { position:absolute;display:block;z-index:15016;background-color:#2a7ef7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:50px;top:85px;left:824px;display:block; }
#tUTu0ryEtNv8rgfqLeebswrL1GKw6aM7 { color:#3f5880;display:block;width:377px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:100px;left:824px;height:90px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6s2uATZl3JTEb1C2kT7xbxpl4bgcFvm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:.9;top:146px;left:415px; }
#R6s2uATZl3JTEb1C2kT7xbxpl4bgcFvm > img { max-width: 100%;max-height:100%; width:25px; height:25px; }#sESFtvIJppNqWtltTx8BTxrPeZVTTKid { color:#3f5880;display:block;width:119px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:113px;left:444px;height:18.1875px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KsUTEr5c4W6NbzZFf7XyxKVkXhvfqxTI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.9;top:108px;left:414px; }
#wDx3QPeSqJKWNxUNTDvshKoeNRTWlvKR { color:#3f5880;display:block;width:133px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:113px;left:600px;height:18.1875px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yydbQ8whTwD4Q9y7LZ8eEokodLMLi9RL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:.9;top:108px;left:570px; }
#mFmld8LLH2gTHMmbm756qKtJpb0VNyis { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:120px;top:97px;left:103px;overflow:hidden;display:block; }
#PH9KtXJT5o5WBAINOv77DpODTDw3bFAK { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:69px;width:50px;top:98px;left:229px;overflow:hidden;display:block; }
#uwaPlTLP7fOnqctJnTVZZOf6KO14hztQ { box-sizing:content-box;height:16px;width:82px;position:absolute;display:block;z-index:15044;background-color:#8d8d8d;background-image:none;top:163px;left:9px;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:0;display:block; }
#cBcuosFv9OvORZ3u20d5lVFF8HOEie1f { color:#3f5880;display:block;width:82px;position:absolute;font-family:poppins;font-size:12px;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:163.8125px;left:9px;height:15.5938px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT { border-top:1px solid #2a7ef7;border-left:0;border-right:0;border-bottom:0;background-color:#1c3a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container { background-color: transparent; background-image: none; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container > .video-iframe-container { display: none; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row > .video-iframe-container { display: none; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .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); }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container { border-width: 0; border-radius: 0; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container { font-size:14px;font-family:arial;height:54px;width:1200px;position:relative;display:block; }#h2v2UkS1oZoBCidEO9Zbnr2uTOpfAAJS { color:#ffffff;display:block;width:1200px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.59375px;left:0px;height:20.7986px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row .container { border-width: 0; border-radius: 0; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#LplasCQRTO6QI7ne8C1mRKlmCo8rgWGx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:372px;height:64px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:593px;left:0px;display:none; }
#WTxyTVS3B8haB8KE2TqU3KbsHBRvBnkU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 { display:block; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyDGeJto1iUGn4TFn9zW6lvhO1NXGEl8 { width:270px;height:45px;top:19px;left:494px;display:block; }
 }@media only screen and (max-width: 763px) { #DhLFDQ8u9fdemtT6a5MufyUemQnFN5hI { display:block; }
 }@media only screen and (max-width: 763px) { #XdGNvWSi3i2pnTKGxVod33hKE2nhHOyW { width:210px;height:34px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ { display:block; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0myA7z2MPEx3eNmVN4qAgOAW9J1TwqI { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ { width:494px;height:;top:385px;left:0px;font-size:22px;display:block; }#d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2750a004739653da266d76e4e60fdcf3881fc5ed.svg); }
 }@media only screen and (max-width: 763px) { #xfEoRl8wE5PS1MEvs7VRO3TGqE8RHvsT { width:445px;height:426px;top:61px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aCN6AktsVLFrtLpkUWdxS0BALehAphJe { width:320px;height:76px;top:549px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #AupKsnQaO1EwlNc8WUIOOMVUNeV9Lbyd { width:404px;height:62px;top:727px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #eNdvSksZ3kBluaSq1GWUpw0PAxPTIJ16 { display:block; }
 }@media only screen and (max-width: 763px) { #wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR { width:380px;height:65px;top:695px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qfMB1qb1mh7hShuqBsdONx9TfUtZK4Cg { display:block; }
 }@media only screen and (max-width: 763px) { #fWX6B0FSvnqez83yuBpigQgnGg4XJMTb { top:151px;left:0px;width:693px;height:191px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #q63MVgDu5a5HeDyfpJQ4bbCa1nuhWRR7 { width:668px;height:29px;top:335px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wxEgylnIwuWfRC2EOhW3rOv2TynmDlNc { width:419px;height:419px;top:221px;left:339px;display:block; }
 }@media only screen and (max-width: 763px) { #AxVc7Vu0ptHUahz4EZPc5qNMAwXiPs7w { width:425px;height:72px;top:575px;left:339px;display:block; }
 }@media only screen and (max-width: 763px) { #SeKgzTCJXFkynPslAV1nCgiIkhI8e3JL { top:575px;left:339px;width:425px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #mdiFemKZEr9XZa5u228cxmTuDsPotFxz { width:357px;height:52px;top:656px;left:407px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nrvD5MHLMDhbTITVVHn2ecg9RtLcueq3 { width:183px;height:46px;top:380px;left:24px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JPfftAzUF9zRGDCLUawGsNH5qKGbJTd1 { width:389px;height:34px;top:770px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nJnPtyAq8quql0T6pegKqFy16TGmHq3D { width:193px;height:51px;top:702px;left:571px;display:block; }
 }@media only screen and (max-width: 763px) { #nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl { display:block; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqT423ziHALr0dQhbEMeEmCOwLcqc21q { width:108px;height:20px;top:200px;left:656px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ESmw2l9d6AVhGbKdbTi3BzlyTLx9UvOa { width:228px;height:34px;top:224px;left:536px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #abySXd5rI7O8NA1GEhiNuxTmul0irx9N { width:144px;height:20px;top:202px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1iDk02Gf8wJd0pEp3Pw18XECxIaJar { width:204px;height:34px;top:228px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #POBpJaWZBDwhAIeTw7tXefm1EXpInZVs { width:274px;height:34px;top:367px;left:490px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zqA3A6E1gdDfNJt02tSHcvkS3HoM6eHv { width:315px;height:122px;top:303px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #XohCuQtrvaCSMLGmnLT4sMEmmFLzCKfJ { width:159px;height:20px;top:339px;left:605px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ddE7BSgqDMhzwSpc4uyLhECLd9p71Jiw { width:274px;height:122px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bDHOTon88sOsDG3dH1faEBZhX2weBn4u { width:345px;height:131px;top:161px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EycTxJ0Gmfl8W4dnt9ukAVW6JVqXVJKH { width:328px;height:122px;top:308px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nSkdJDErOHZU6VQGUgtTwZDWJTcaV3FC { width:189px;height:20px;top:342px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oGn3w2nPb9kD0ME0p6X46DIDoZaDL2N7 { width:273px;height:34px;top:366px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WacfUrWKkCMEr2c8ru78TTer0d9PFU9E { width:764px;height:469px;top:143px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SegzqEpi0gcN8FegwcOfv8tV3o29eWmf { width:274px;height:122px;top:165px;left:490px;display:block; }
 }@media only screen and (max-width: 763px) { #Zx1KKxzyAgw3mkrMve24knHsdFeysdgk { width:274px;height:122px;top:451px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GuT26AnRZ22hQqqH2tW6Ex391aBOndZO { width:234px;height:34px;top:515px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xTFmmV5l2efUHAKhPwCRH13pvwk2bUZ4 { width:119px;height:20px;top:489px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mIAaltAxuAdFNsSmUI4SpQWuOC3xwRT9 { width:274px;height:122px;top:451px;left:490px;display:block; }
 }@media only screen and (max-width: 763px) { #BWhchN3ULIElqy8aa4XRnKlhtuU71T0K { width:212px;height:34px;top:509px;left:552px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AufH8cVxDZ4ph0fid64TCUq0OwDg1Du8 { width:195px;height:20px;top:488px;left:569px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Cwytec49cLAMNLk6TArKK25lQqQgbyy9 { width:764px;height:413px;display:none; }
 }@media only screen and (max-width: 763px) { #flz7sKKTURLz8g35OfNANAG1GWHLr3VF { width:764px;height:551px;top:43px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK { width:300px;height:60px;top:594px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #c2uK72GZxgiKwbTDmSZOV8nyPfHMZzQM { display:block; }
 }@media only screen and (max-width: 763px) { #OR4t7Udu6UKe9Js8tyF7LqUGbLzB7s96 { width:35px;height:35px;top:481px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u0xWwX9QexZWMsI5PLMJ2vaHuCudST9t { width:35px;height:35px;top:335px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WebDKgpbo1PBT6Hob5RTWkKIiiRZtlte { width:35px;height:35px;top:192px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #neVQKlk0UPKS439zTigEikSyIH40tPc9 { width:35px;height:35px;top:192px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #mNx2VC3Eg9bIrDz7mdNi7nEQTf0sVfBJ { width:35px;height:35px;top:331px;left:701px;display:block; }
 }@media only screen and (max-width: 763px) { #Dfh4CTIKOvkpVwFVgth5Iir2JATDurfI { width:35px;height:35px;top:481px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #MyUOzc3bZbKKKQBPLUcPKW8UBmQOmZQL { width:35px;height:35px;top:192px;left:729px;display:none; }
 }@media only screen and (max-width: 763px) { #WwJP6ZRth86R3QoLWuTZnrCFiXPP73iM { width:35px;height:35px;top:335px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW { display:block; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1ey8C0rZasBythZJim2FZ0fEMIz85Bd { width:764px;height:34px;top:75px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa { display:block; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMyi7oZRRRSV3gk1wFgWhNTHXS7RO28T { width:280px;height:200px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlhxaPxCebpsinPewCOrEEcndlHyr1pE { width:250px;height:43px;top:160px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #utCZtLlMnV5kpHfZThUgUfTTBZqTx5Ss { width:280px;height:200px;top:31px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #kt3KTUnP1xQeloJrmPgM4MZ9MFungwNR { width:192px;height:43px;top:157px;left:190px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hd3pbkrkmtQQJnWae226cf0q5wvdLmPz { width:280px;height:200px;top:31px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #IlCIELIF1cBHkCc59rpD5wrou8D3dPxT { width:204px;height:43px;top:159px;left:369px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b4yFPAusQcbFliD46Eg9eJcgDO5HVtS3 { width:280px;height:200px;top:32px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #EkaKZx5mXFnyO3AlaE2uAP7yGsDhuaif { width:212px;height:43px;top:156px;left:552px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wTowGoacGubkxr6UgsTZo0NWhvFpQTEb { width:84px;height:84px;top:53px;left:53.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV { width:94px;height:94px;top:48px;left:430.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2 { width:93px;height:93px;top:48px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #pIXBblqrrRJoxc4m44LkIQ4iXX7JtNqK { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ePKOh1Ev5w1DpV2qm3rmZfhkGn9QTh0U { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UHydz4Z7CtAdbks16qPNIBalFUltC4XC { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #E69na1wcKNTyVyhmenZozeFE21gwAsND { width:93px;height:93px;top:48px;left:622.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 { display:block; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q57HbXk5Tsfh9uOavtCdq9ZkK2006i28 { width:280px;height:200px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2GSV5mmlEB8ptBsxRwfve4UuA1ekvw { width:224px;height:43px;top:126px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qzMDmOTvgbkOsMaP0sRTpExyHd9W5uf3 { width:280px;height:200px;top:0px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #strZ1aUCGhMvD6dbrZw1UbfNEP0rd2v8 { width:226px;height:43px;top:125px;left:156px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x8XG3auv2lq8S0bZLTphJPCVOaImAiSv { width:280px;height:200px;top:0px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #a4nnC5XkmVePOPQROT8NCTTxJ3688LmW { width:225px;height:43px;top:125px;left:348px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OEnW693l8A1D8A22pZOP3Znp9CdNRrnM { width:280px;height:200px;top:1px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #bcR5odIqRI9PIgKbZfEd8OrLgHVxBs0g { width:249px;height:43px;top:126px;left:515px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BGzZD7R8l5mDlWkto3StfMmnC9TSoSV5 { width:93px;height:93px;top:19px;left:431px;display:block; }
 }@media only screen and (max-width: 763px) { #HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K { width:93px;height:93px;top:19px;left:622px;display:block; }
 }@media only screen and (max-width: 763px) { #VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM { width:106px;height:105px;top:13px;left:233.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LBSpfUxCwIyRRky57SKrJEQNOpqHgbFQ { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #h8WM4Xu04PZ5k37x4HR7rBtLizfBOABQ { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GrOF7bGGDNTB2WDuORSS3v1IdrgJOITz { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #A04cPevIc5FT4d8PTmTQ133zQAZ4UgJH { width:280px;height:200px;top:31px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EKSK164DkQFg1JTEdDL102nqGuTgwcIQ { width:93px;height:89px;top:21px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #CdJ08MBTGBuur9ptaQouDmcoeN4c1kUb { width:404px;height:62px;top:727px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #svnF8s1LBH94pU3yi1f1IHy7wOJ7MSmU { display:block; }
 }@media only screen and (max-width: 763px) { #P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB { display:none; }#P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlGVJMLupTNIzcABWKXA8TzpwBPW8BOq { width:764px;height:34px;top:68px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #X026wxO7I3r4e4d2G4VNWJUD7RaCaXI0 { width:372px;height:425px;top:139px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #En7eWKCz1cSVVQ8Ux1n9fP5LW4oplsZe { width:372px;height:425px;top:139px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #cvAsLTuiEOCAXQ9xSR0E8sTg1Va1AiF6 { width:372px;height:425px;top:139px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #iHJi3UhMTBPZkDxt8DTmgpkSVqaJa7Au { width:339px;height:26px;top:179px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #BB90aGIJAGzJxO7kvef6yweTTaaHSPBz { width:339px;height:26px;top:179px;left:169px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #y6ANFHKkq52cP17o2a4n8Sx8HHFBXM62 { width:339px;height:26px;top:179px;left:423px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cwXLIwrS3CJyBBdBVwyyVB67EHuFPt3S { width:224px;height:20px;top:212px;left:15px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VPiROaPXHXTJ4BEgLCOKaFFFlLa9oXup { width:224px;height:20px;top:212px;left:269px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SKFJBrp7xI3UUvR3iRv0nc4HXTNJTnHv { width:224px;height:20px;top:212px;left:523px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GlUbTIJT63dzBCUaeDLBBLUuEag5fikp { width:228px;height:66px;top:246px;left:508px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #xi7t3SqRsOt5iuQD192r7OceKUbSZ2yr { width:84px;height:36px;top:260px;left:678px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB { width:295px;height:131px;top:327px;left:467px;font-size:14px;display:block; }#KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
 }@media only screen and (max-width: 763px) { #iM35SltGfSQCUXnn8ZZhXBThatXQfqMR { width:193px;height:66px;top:246px;left:254px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #zT4OqbTp0IOqoOcWxDuLwa9mgmpw913u { width:84px;height:36px;top:261px;left:424px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 { width:295px;height:131px;top:327px;left:213px;font-size:14px;display:block; }#R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
 }@media only screen and (max-width: 763px) { #zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5 { width:300px;height:50px;top:493px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BbopUVcTTXa0FKTTsmUOQf5AkuNsePTK { display:block; }
 }@media only screen and (max-width: 763px) { #TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx { width:295px;height:131px;top:327px;left:0px;font-size:14px;display:block; }#TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
 }@media only screen and (max-width: 763px) { #xB4XbFf36npnm2HaRAxhErr1VpC6HG8i { width:193px;height:66px;top:246px;left:0px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #ypGfsaURyr2Oi6rmxELimTKZ16LV5MBE { width:84px;height:36px;top:261px;left:170px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nKbB9G5FiOnnl65FvnP2k13fspR9XolK { width:300px;height:50px;top:493px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #U1iKkNeWdfQm0nw9TS5BBZuFs0CUpuQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #gF59XCDfdI7un2sC9kmTAkm6QOms8rNq { width:300px;height:50px;top:493px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #vbTxiUVwozL7FfWwO6nug6FEPoWKnmCg { display:block; }
 }@media only screen and (max-width: 763px) { #H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e { display:block; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaSOx1CxPbihmxDgrXMlnpedZDS7VsAR { width:764px;height:40px;top:75px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #XCh2QsgEynihfWF5mT0xU1VabEBbaDsk { width:295px;height:395px;top:136px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #goXx8gWiynRVw9XhzOV21y3JtSmaXgV7 { width:295px;height:395px;top:136px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #E0rW54LzLVHkVZmRdTIEyNmJR20NpWXs { width:295px;height:395px;top:136px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #ks7x76CQOzQ6ymweRWivOxevpwUDiF22 { width:295px;height:395px;top:136px;left:469px;display:block; }
 }@media only screen and (max-width: 763px) { #dBTZ7EiBPe92SIHUB7nQuMMmeHCvVcMU { width:295px;height:395px;top:536px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #o4cFaR05lkkWpTkyBvT0SBBvWE41aNfZ { width:295px;height:395px;top:536px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #TQKTaZyrFm8vBFMVWVvyIx1eKppd2MbQ { width:295px;height:395px;top:536px;left:469px;display:block; }
 }@media only screen and (max-width: 763px) { #R7kngiFVDmTGZOURnlAwPg5UbnxXEpfz { width:295px;height:395px;top:536px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq { width:300px;height:60px;top:968px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #sWl90GzAfUtbIv18VPkmyg5ZnbWp7bmr { display:block; }
 }@media only screen and (max-width: 763px) { #S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M { display:block; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuszV3VrFmscVSCaIF5DethsskzIXz0K { width:764px;height:34px;top:75px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Cc722wz9cvEJosAgeo7sR1PQao3I1g7M { display:block; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdDMuGBlOdGJ0Eh0kTbyxNzbfrUoQQV8 { width:764px;height:525px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qboRLUssu2quXnunH45ZEduGoFCNQ3pR { display:block; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKBp9ZOGG1X86e5h2KPcGtXZr7v1uWn5 { width:718px;height:24px;top:46px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNXtNyutV4oJA8ylT2LLDg7abB0vTT8Q { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq { width:300px;height:60px;top:56px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #ezosGO4Cc8xxIbG7a9WQh1I0KZptHJMe { display:block; }
 }@media only screen and (max-width: 763px) { #dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 { display:block; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwQvW5GxmKhe0TamZuTkCnzwIAyzR6Gc { width:764px;height:34px;top:87px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #KQlFQcMohJ1REbNfT0nCHv2nxJVTP9Ir { width:320px;height:79px;top:57px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #F901IymAuFT7raDtHyh2aST6sp0atWWR { display:block; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TItA10PRpza92AULkTyUnay2fJ82FXRn { width:125px;height:40px;top:36px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #yyPaO7GxGpLDsT2kGXeZa0tFOwPwfqBB { width:137px;height:40px;top:34px;left:525px;display:block; }
 }@media only screen and (max-width: 763px) { #Jg35Q7DFLC6F0Amf7pwLcJR6hiafDbSN { width:200px;height:35px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M3HUlCZkPwJJVa5tJEo6uzVFC9h6eogK { width:96px;height:50px;top:24px;left:668px;display:block; }
 }@media only screen and (max-width: 763px) { #daCrb08e6OQZT83zXmsx49wDoyA5ZHqC { width:88px;height:40px;top:36px;left:676px;display:block; }
 }@media only screen and (max-width: 763px) { #kWVEDC6cMpZxtgydJZaIPqrlmNPWhgVL { width:242px;height:35px;top:36px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #VfZc6o6cPSMNcv8dZ96R7SJKTO0cCMHZ { width:101px;height:32px;top:107px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #xP6AiANVkiFSdQslpg1R5S1Vn9TWsoU2 { width:198px;height:32px;top:107px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #GKd4ODtXpnyLgW5ZO1OurvCF5NXQt1e0 { width:172px;height:32px;top:107px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #WGP6APqwaTUtutOkt3OzW9WQarzNPTIt { width:120px;height:32px;top:105px;left:644px;display:block; }
 }@media only screen and (max-width: 763px) { #z9CPJvLcNPqnpQVOWVHfh8wFaMiwbQpT { width:68px;height:32px;top:105px;left:599.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pmbHhUDgNEet6AD59ZnBudekP9LH5ShQ { width:175px;height:32px;top:108px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PUxTwqiielygBaRis2yKnzRtFa5M3lzi { width:77px;height:35px;top:106px;left:687px;display:block; }
 }@media only screen and (max-width: 763px) { #yTtf1fP3GaeJ8vUSVTrvEd6kBJhET7DW { width:160px;height:35px;top:174px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #O8t6pCeSMbMwyGH4KkRXb0vJk8dQHDTH { width:125px;height:30px;top:176px;left:611px;display:block; }
 }@media only screen and (max-width: 763px) { #OCAK7q6fTbc4rvENX3ep5RnUivyJxNxJ { width:154px;height:35px;top:177px;left:419px;display:block; }
 }@media only screen and (max-width: 763px) { #LQTmNzVH11Bf3yaTChgI61AXq2v9E5zP { width:190px;height:35px;top:178px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #RMNIWUdpzBi7ZSuy4O9TapEDH21h4Cx1 { width:166px;height:40px;top:177px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cWzUuW5k1PGpDnLHTJZm4RQre0z4aPXl { width:122px;height:35px;top:179px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 { display:block; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spRSxnhRbey15iIGp0f804sOqDKEcUsD { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #RNTHkSX8fNGkFfskxg7OlwpqT64f6iC4 { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #lUVskvA64CzHVEtlAIR98gsoB7ET7G5G { width:50px;height:1px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sw4MbbPWRRmf5TqRDlN0rk52CHyu2Dy1 { width:82px;height:82px;top:97px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aWdo1eSRvC49WUwOZHqqStG18wyRkrxm { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tobl60c1mo5uv5gihFtEJpqhNqTQNxXy { width:50px;height:1px;top:85px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #C9waoL5ZXO8JH8Z1l3F57vmKsUxC7Jqq { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fVry2expp3xIU2BUv0fwcA0SVR6ePVyT { width:50px;height:1px;top:85px;left:606px;display:block; }
 }@media only screen and (max-width: 763px) { #tUTu0ryEtNv8rgfqLeebswrL1GKw6aM7 { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #R6s2uATZl3JTEb1C2kT7xbxpl4bgcFvm { width:25px;height:25px;top:146px;left:197px;display:block; }
#R6s2uATZl3JTEb1C2kT7xbxpl4bgcFvm > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #sESFtvIJppNqWtltTx8BTxrPeZVTTKid { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KsUTEr5c4W6NbzZFf7XyxKVkXhvfqxTI { width:25px;height:25px;top:108px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #wDx3QPeSqJKWNxUNTDvshKoeNRTWlvKR { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yydbQ8whTwD4Q9y7LZ8eEokodLMLi9RL { width:25px;height:25px;top:108px;left:352px;display:block; }
 }@media only screen and (max-width: 763px) { #mFmld8LLH2gTHMmbm756qKtJpb0VNyis { width:120px;height:68px;top:97px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PH9KtXJT5o5WBAINOv77DpODTDw3bFAK { width:50px;height:69px;top:98px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #uwaPlTLP7fOnqctJnTVZZOf6KO14hztQ { width:82px;height:16px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cBcuosFv9OvORZ3u20d5lVFF8HOEie1f { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT { display:block; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2v2UkS1oZoBCidEO9Zbnr2uTOpfAAJS { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nd8T3PUH2OObJvQenPznPKFZdyF6JCEw { display:none; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LplasCQRTO6QI7ne8C1mRKlmCo8rgWGx { width:372px;height:64px;top:593px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WTxyTVS3B8haB8KE2TqU3KbsHBRvBnkU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 { position:relative;z-index:auto;background-color:#1c3a4d;background-image:none;display:block; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container { background-color: transparent; background-image: none; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container > .video-iframe-container { display: none; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row > .video-iframe-container { display: none; }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .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); }#rUi45wrFsVTFqi7ErxhuArCwTmsiTNW5 > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyDGeJto1iUGn4TFn9zW6lvhO1NXGEl8 { width:227px;height:50px;top:222px;left:46px;display:none; }
 }@media only screen and (max-width: 763px) { #DhLFDQ8u9fdemtT6a5MufyUemQnFN5hI { display:block; }
 }@media only screen and (max-width: 763px) { #XdGNvWSi3i2pnTKGxVod33hKE2nhHOyW { width:164px;height:26px;top:21.5px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ { background-color:#f9f9f9;background-image:none;display:block; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container { background-color: transparent; background-image: none; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container > .video-iframe-container { display: none; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row > .video-iframe-container { display: none; }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .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); }#noHkEiLhNu9GSAHVrxxXJWVDuDXLGmkZ > .row .container { width:320px;height:1022px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0myA7z2MPEx3eNmVN4qAgOAW9J1TwqI { top:313px;left:0px;width:67px;height:138px;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ { width:291px;height:215.278px;top:229px;left:8px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;display:block; }#d2cl3iN9rOXZWUlUnqzrO0da1FFUWDhJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2750a004739653da266d76e4e60fdcf3881fc5ed.svg); }
 }@media only screen and (max-width: 763px) { #xfEoRl8wE5PS1MEvs7VRO3TGqE8RHvsT { width:114px;height:108px;top:1827px;left:0px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #aCN6AktsVLFrtLpkUWdxS0BALehAphJe { width:190px;height:0;top:1842px;left:125px;text-align:left;text-align-last:left;font-size:15px;line-height:1.4;z-index:15009;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #AupKsnQaO1EwlNc8WUIOOMVUNeV9Lbyd { width:320px;height:61.9844px;top:448px;left:0px;font-size:16px;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #eNdvSksZ3kBluaSq1GWUpw0PAxPTIJ16 { display:block; }
 }@media only screen and (max-width: 763px) { #wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR { width:280px;height:55px;top:866.5px;left:20px;font-size:16px;background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/9a6defc3-7445-4491-92f3-e8f7c78b698c/bt_we.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR.adaptive-delivery-prevent-bg, #wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR.lazyload, #wKfhLfGln1iTg1lBIanbrcz7aF6X6aKR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qfMB1qb1mh7hShuqBsdONx9TfUtZK4Cg { display:block; }
 }@media only screen and (max-width: 763px) { #fWX6B0FSvnqez83yuBpigQgnGg4XJMTb { width:310px;height:129.583px;top:33px;left:5px;font-size:27px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q63MVgDu5a5HeDyfpJQ4bbCa1nuhWRR7 { width:297px;height:43.1944px;top:166.1875px;left:11.5px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wxEgylnIwuWfRC2EOhW3rOv2TynmDlNc { width:254px;height:254px;top:498.484375px;left:30px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #AxVc7Vu0ptHUahz4EZPc5qNMAwXiPs7w { width:260px;height:55px;top:703.484375px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SeKgzTCJXFkynPslAV1nCgiIkhI8e3JL { width:320px;height:41.5938px;top:710.1875px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mdiFemKZEr9XZa5u228cxmTuDsPotFxz { width:252px;height:54.5312px;top:765.484375px;left:34px;text-align:center;text-align-last:center;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nrvD5MHLMDhbTITVVHn2ecg9RtLcueq3 { width:123px;height:33.5764px;top:224px;left:189px;text-align:left;text-align-last:left;font-size:24px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JPfftAzUF9zRGDCLUawGsNH5qKGbJTd1 { width:293px;height:43.1771px;top:933.296875px;left:13.5px;text-align:center;text-align-last:center;font-size:12px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nJnPtyAq8quql0T6pegKqFy16TGmHq3D { width:193px;height:51px;top:702px;left:63px;display:none; }
 }@media only screen and (max-width: 763px) { #nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl { display:block; }#nXuS94TuT5LQw6DAzWVM9qIX5auSSLBl > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqT423ziHALr0dQhbEMeEmCOwLcqc21q { width:108px;height:18px;top:225px;left:30px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ESmw2l9d6AVhGbKdbTi3BzlyTLx9UvOa { width:160px;height:21.5972px;top:242px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #abySXd5rI7O8NA1GEhiNuxTmul0irx9N { width:160px;height:18px;top:276px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1iDk02Gf8wJd0pEp3Pw18XECxIaJar { width:160px;height:21.5972px;top:293px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #POBpJaWZBDwhAIeTw7tXefm1EXpInZVs { width:160px;height:21.5972px;top:293px;left:151px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zqA3A6E1gdDfNJt02tSHcvkS3HoM6eHv { width:306px;height:113px;top:104px;left:14px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #XohCuQtrvaCSMLGmnLT4sMEmmFLzCKfJ { width:134px;height:18px;top:276px;left:164px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ddE7BSgqDMhzwSpc4uyLhECLd9p71Jiw { width:250px;height:99px;top:12px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #bDHOTon88sOsDG3dH1faEBZhX2weBn4u { width:320px;height:211px;top:179px;left:0px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #EycTxJ0Gmfl8W4dnt9ukAVW6JVqXVJKH { width:320px;height:141px;top:1298.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nSkdJDErOHZU6VQGUgtTwZDWJTcaV3FC { width:160px;height:18px;top:225px;left:151px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oGn3w2nPb9kD0ME0p6X46DIDoZaDL2N7 { width:160px;height:21.5972px;top:242px;left:151px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WacfUrWKkCMEr2c8ru78TTer0d9PFU9E { width:320px;height:454px;top:1308.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SegzqEpi0gcN8FegwcOfv8tV3o29eWmf { width:320px;height:130px;top:1367.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Zx1KKxzyAgw3mkrMve24knHsdFeysdgk { width:274px;height:122px;top:603.39996948242px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #GuT26AnRZ22hQqqH2tW6Ex391aBOndZO { width:160px;height:21.5972px;top:347px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xTFmmV5l2efUHAKhPwCRH13pvwk2bUZ4 { width:160px;height:18px;top:329px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mIAaltAxuAdFNsSmUI4SpQWuOC3xwRT9 { width:274px;height:122px;top:745.39996948242px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #BWhchN3ULIElqy8aa4XRnKlhtuU71T0K { width:160px;height:21.5972px;top:347px;left:151px;text-align:center;text-align-last:center;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AufH8cVxDZ4ph0fid64TCUq0OwDg1Du8 { width:160px;height:18px;top:329px;left:151px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Cwytec49cLAMNLk6TArKK25lQqQgbyy9 { top:34px;left:0px;width:320px;height:173px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #flz7sKKTURLz8g35OfNANAG1GWHLr3VF { width:320px;height:412px;top:86.000007629395px;left:0px;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/oJsu7h7i/unnamed_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#flz7sKKTURLz8g35OfNANAG1GWHLr3VF.adaptive-delivery-prevent-bg, #flz7sKKTURLz8g35OfNANAG1GWHLr3VF.lazyload, #flz7sKKTURLz8g35OfNANAG1GWHLr3VF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK { width:280px;height:55px;top:418px;left:20px;font-size:23px;background-color:#eea726;background-image:url("https://images.assets-landingi.com/uc/807f13e3-9bdd-47e7-af98-b4276bd26193/NT_WE3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK.adaptive-delivery-prevent-bg, #yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK.lazyload, #yx5R8FpTuD5ToLcpQynhHe5eXi6LDpgK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c2uK72GZxgiKwbTDmSZOV8nyPfHMZzQM { display:block; }
 }@media only screen and (max-width: 763px) { #OR4t7Udu6UKe9Js8tyF7LqUGbLzB7s96 { display:flex;width:15px;height:15px;top:332px;left:30px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #u0xWwX9QexZWMsI5PLMJ2vaHuCudST9t { display:flex;width:15px;height:15px;top:274px;left:147px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #WebDKgpbo1PBT6Hob5RTWkKIiiRZtlte { display:flex;width:15px;height:15px;top:277.5px;left:20px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #neVQKlk0UPKS439zTigEikSyIH40tPc9 { display:flex;width:15px;height:15px;top:270.5px;left:39px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #mNx2VC3Eg9bIrDz7mdNi7nEQTf0sVfBJ { display:flex;width:15px;height:15px;top:278px;left:164px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #Dfh4CTIKOvkpVwFVgth5Iir2JATDurfI { display:flex;width:15px;height:15px;top:331px;left:142px;font-size:10px; }
 }@media only screen and (max-width: 763px) { #MyUOzc3bZbKKKQBPLUcPKW8UBmQOmZQL { display:flex;width:15px;height:15px;top:226.5px;left:30px;font-size:10px;z-index:15033; }
 }@media only screen and (max-width: 763px) { #WwJP6ZRth86R3QoLWuTZnrCFiXPP73iM { display:flex;width:15px;height:15px;top:226.5px;left:146.5px;font-size:10px;z-index:15031; }
 }@media only screen and (max-width: 763px) { #SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW { display:block; }#SPTggW0lJ0xp7toSUzbexVHZGWaDb3yW > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1ey8C0rZasBythZJim2FZ0fEMIz85Bd { width:276px;height:89.6875px;top:63.3125px;left:22px;text-align:center;text-align-last:center;font-size:23px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa { display:block; }#W0OuWhzTfM74pNt3DxnCcwPWnsuzomOa > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMyi7oZRRRSV3gk1wFgWhNTHXS7RO28T { width:155px;height:150px;top:18px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OlhxaPxCebpsinPewCOrEEcndlHyr1pE { width:140px;height:31.1876px;top:117px;left:7.5px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #utCZtLlMnV5kpHfZThUgUfTTBZqTx5Ss { width:300px;height:319px;top:20.890625px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #kt3KTUnP1xQeloJrmPgM4MZ9MFungwNR { width:140px;height:31.1875px;top:117px;left:175px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hd3pbkrkmtQQJnWae226cf0q5wvdLmPz { width:280px;height:237px;top:534px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #IlCIELIF1cBHkCc59rpD5wrou8D3dPxT { width:140px;height:31.1875px;top:278px;left:7.5px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b4yFPAusQcbFliD46Eg9eJcgDO5HVtS3 { width:280px;height:237px;top:791px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #EkaKZx5mXFnyO3AlaE2uAP7yGsDhuaif { width:140px;height:46.7812px;top:278px;left:175px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wTowGoacGubkxr6UgsTZo0NWhvFpQTEb { width:74px;height:75px;top:28px;left:40.5px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d92b2305-38f9-49c0-85ef-16830c053048/1122thumbdownoutline1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wTowGoacGubkxr6UgsTZo0NWhvFpQTEb.adaptive-delivery-prevent-bg, #wTowGoacGubkxr6UgsTZo0NWhvFpQTEb.lazyload, #wTowGoacGubkxr6UgsTZo0NWhvFpQTEb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV { width:74px;height:74px;top:188px;left:40.5px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec7c4f94-05b4-4a76-806e-506b339c72fe/999moneycheckoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV.adaptive-delivery-prevent-bg, #fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV.lazyload, #fwvgfbl6OIybDE7T6U6iMe7SA2gBs9UV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2 { width:79px;height:79px;top:26px;left:201px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5e98d103-2742-414d-a22f-498b130fccf2/299coinsdollaroutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2.adaptive-delivery-prevent-bg, #Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2.lazyload, #Hqdi9bIGTcbZ1cK9REPcU36TXQZEu0T2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pIXBblqrrRJoxc4m44LkIQ4iXX7JtNqK { width:155px;height:150px;top:18px;left:165px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ePKOh1Ev5w1DpV2qm3rmZfhkGn9QTh0U { width:155px;height:150px;top:179px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UHydz4Z7CtAdbks16qPNIBalFUltC4XC { width:155px;height:150px;top:178px;left:165px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #E69na1wcKNTyVyhmenZozeFE21gwAsND { width:78px;height:79px;top:185.5px;left:206px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d86831cf-046f-4c7e-9715-fa0650da8326/960feedbackoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#E69na1wcKNTyVyhmenZozeFE21gwAsND.adaptive-delivery-prevent-bg, #E69na1wcKNTyVyhmenZozeFE21gwAsND.lazyload, #E69na1wcKNTyVyhmenZozeFE21gwAsND.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 { display:block; }#tDoFvc4G5rn3brhwu1PUC4SGVJtszN92 > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q57HbXk5Tsfh9uOavtCdq9ZkK2006i28 { width:300px;height:324px;top:0px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #Jd2GSV5mmlEB8ptBsxRwfve4UuA1ekvw { width:124px;height:31.1875px;top:101px;left:15.5px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qzMDmOTvgbkOsMaP0sRTpExyHd9W5uf3 { width:280px;height:237px;top:277px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #strZ1aUCGhMvD6dbrZw1UbfNEP0rd2v8 { width:102px;height:62.3611px;top:101px;left:193px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x8XG3auv2lq8S0bZLTphJPCVOaImAiSv { width:280px;height:237px;top:534px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #a4nnC5XkmVePOPQROT8NCTTxJ3688LmW { width:120px;height:46.7812px;top:255.953125px;left:17.5px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OEnW693l8A1D8A22pZOP3Znp9CdNRrnM { width:280px;height:237px;top:791px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #bcR5odIqRI9PIgKbZfEd8OrLgHVxBs0g { width:119px;height:46.7812px;top:255.9375px;left:184.5px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BGzZD7R8l5mDlWkto3StfMmnC9TSoSV5 { width:74px;height:74px;top:177px;left:40.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K { width:74px;height:74px;top:177px;left:207px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aaaa0ef4-bc04-4814-b207-981f12574948/44avataruserincircleoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K.adaptive-delivery-prevent-bg, #HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K.lazyload, #HKHvoOIsJJn36NCX78FQ0Q9DfBnrA17K.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM { width:84px;height:84px;top:8px;left:202.5px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/49708259-fb60-4278-afff-8376e3512f46/976webanalyticsoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM.adaptive-delivery-prevent-bg, #VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM.lazyload, #VhWvRTCzQviWIbCt2TUZOg3USbTbuwlM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LBSpfUxCwIyRRky57SKrJEQNOpqHgbFQ { width:155px;height:150px;top:8px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #h8WM4Xu04PZ5k37x4HR7rBtLizfBOABQ { width:155px;height:150px;top:8px;left:165px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GrOF7bGGDNTB2WDuORSS3v1IdrgJOITz { width:155px;height:150px;top:169px;left:0px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #A04cPevIc5FT4d8PTmTQ133zQAZ4UgJH { width:155px;height:150px;top:169px;left:165px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EKSK164DkQFg1JTEdDL102nqGuTgwcIQ { width:78px;height:76px;top:12px;left:38.5px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81b8cbdf-041c-47e4-965d-fcb56f2eea0a/950attractcustomersoutline.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EKSK164DkQFg1JTEdDL102nqGuTgwcIQ.adaptive-delivery-prevent-bg, #EKSK164DkQFg1JTEdDL102nqGuTgwcIQ.lazyload, #EKSK164DkQFg1JTEdDL102nqGuTgwcIQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CdJ08MBTGBuur9ptaQouDmcoeN4c1kUb { width:320px;height:61.9844px;top:343px;left:0px;font-size:16px;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #svnF8s1LBH94pU3yi1f1IHy7wOJ7MSmU { display:block; }
 }@media only screen and (max-width: 763px) { #P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB { display:none; }#P9sGGmFG2q3GbzuzOyIu3H6t3kW125bB > .row .container { width:320px;height:1370px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlGVJMLupTNIzcABWKXA8TzpwBPW8BOq { width:301px;height:93.5625px;top:34px;left:9.5px;text-align:center;text-align-last:center;font-size:24px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X026wxO7I3r4e4d2G4VNWJUD7RaCaXI0 { width:320px;height:372px;top:147px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #En7eWKCz1cSVVQ8Ux1n9fP5LW4oplsZe { width:320px;height:367px;top:538px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cvAsLTuiEOCAXQ9xSR0E8sTg1Va1AiF6 { width:320px;height:369px;top:924px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iHJi3UhMTBPZkDxt8DTmgpkSVqaJa7Au { width:320px;height:33.7969px;top:174px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BB90aGIJAGzJxO7kvef6yweTTaaHSPBz { width:320px;height:33.7969px;top:564px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y6ANFHKkq52cP17o2a4n8Sx8HHFBXM62 { width:320px;height:33.7969px;top:950px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cwXLIwrS3CJyBBdBVwyyVB67EHuFPt3S { width:224px;height:20.3906px;top:207.796875px;left:48px;text-align:center;text-align-last:center;font-size:17px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VPiROaPXHXTJ4BEgLCOKaFFFlLa9oXup { width:224px;height:20.3906px;top:598px;left:48px;text-align:center;text-align-last:center;font-size:17px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SKFJBrp7xI3UUvR3iRv0nc4HXTNJTnHv { width:224px;height:20.3906px;top:984px;left:61px;text-align:center;text-align-last:center;font-size:17px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GlUbTIJT63dzBCUaeDLBBLUuEag5fikp { width:180px;height:51.5938px;top:1017px;left:29px;text-align:left;text-align-last:left;font-size:43px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xi7t3SqRsOt5iuQD192r7OceKUbSZ2yr { width:84px;height:36px;top:1025px;left:207px;text-align:center;text-align-last:center;font-size:30px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB { width:295px;height:117.969px;top:1089px;left:13px;text-align:left;text-align-last:left;font-size:14px;line-height:1.4;display:block; }#KPbOLzs4SIFV9MGgwwyxPB8IO5uOgTMB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
 }@media only screen and (max-width: 763px) { #iM35SltGfSQCUXnn8ZZhXBThatXQfqMR { width:151px;height:51.5938px;top:630px;left:38px;text-align:left;text-align-last:left;font-size:43px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zT4OqbTp0IOqoOcWxDuLwa9mgmpw913u { width:84px;height:36px;top:638px;left:189px;text-align:center;text-align-last:center;font-size:30px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 { width:293px;height:117.969px;top:702px;left:14px;text-align:left;text-align-last:left;font-size:14px;line-height:1.4;display:block; }#R0EbUT65XrsTMiV36xTm4Zq3EWEn1ZT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
 }@media only screen and (max-width: 763px) { #zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5 { width:275px;height:45px;top:448px;left:22.5px;font-size:16px;background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/475f691d-0f24-4cd0-8f76-98e798ef98ad/BTGREENYU.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5.adaptive-delivery-prevent-bg, #zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5.lazyload, #zv1vI8c2NnhtwDfGu8tVel2IhEop4hD5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BbopUVcTTXa0FKTTsmUOQf5AkuNsePTK { display:block; }
 }@media only screen and (max-width: 763px) { #TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx { width:290px;height:117.969px;top:313.1875px;left:15px;text-align:left;text-align-last:left;font-size:14px;line-height:1.4;display:block; }#TDX5HOtFKAQmldNsvThL6F7BBMRJbsUx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b55144410c6c72413f455c438a5bbea3d0369b2f.svg); }
 }@media only screen and (max-width: 763px) { #xB4XbFf36npnm2HaRAxhErr1VpC6HG8i { width:149px;height:51.5938px;top:242px;left:44px;text-align:left;text-align-last:left;font-size:43px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ypGfsaURyr2Oi6rmxELimTKZ16LV5MBE { width:84px;height:36px;top:250px;left:193px;text-align:center;text-align-last:center;font-size:30px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nKbB9G5FiOnnl65FvnP2k13fspR9XolK { width:275px;height:45px;top:836px;left:23px;font-size:16px;background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/475f691d-0f24-4cd0-8f76-98e798ef98ad/BTGREENYU.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nKbB9G5FiOnnl65FvnP2k13fspR9XolK.adaptive-delivery-prevent-bg, #nKbB9G5FiOnnl65FvnP2k13fspR9XolK.lazyload, #nKbB9G5FiOnnl65FvnP2k13fspR9XolK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U1iKkNeWdfQm0nw9TS5BBZuFs0CUpuQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #gF59XCDfdI7un2sC9kmTAkm6QOms8rNq { width:275px;height:45px;top:1224px;left:23px;font-size:16px;background-color:#00c36d;background-image:url("https://images.assets-landingi.com/uc/475f691d-0f24-4cd0-8f76-98e798ef98ad/BTGREENYU.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gF59XCDfdI7un2sC9kmTAkm6QOms8rNq.adaptive-delivery-prevent-bg, #gF59XCDfdI7un2sC9kmTAkm6QOms8rNq.lazyload, #gF59XCDfdI7un2sC9kmTAkm6QOms8rNq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vbTxiUVwozL7FfWwO6nug6FEPoWKnmCg { display:block; }
 }@media only screen and (max-width: 763px) { #H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e { display:block; }#H9sKNbishLVP2UnUt9l4S2ukr1s9WT4e > .row .container { width:320px;height:1070px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaSOx1CxPbihmxDgrXMlnpedZDS7VsAR { width:320px;height:55.2083px;top:66px;left:0px;text-align:center;text-align-last:center;font-size:23px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XCh2QsgEynihfWF5mT0xU1VabEBbaDsk { width:150px;height:200px;top:139px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #goXx8gWiynRVw9XhzOV21y3JtSmaXgV7 { width:150px;height:200px;top:139px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #E0rW54LzLVHkVZmRdTIEyNmJR20NpWXs { width:150px;height:200px;top:345.375px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #ks7x76CQOzQ6ymweRWivOxevpwUDiF22 { width:150px;height:200px;top:345.375px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #dBTZ7EiBPe92SIHUB7nQuMMmeHCvVcMU { width:150px;height:200px;top:553.375px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #o4cFaR05lkkWpTkyBvT0SBBvWE41aNfZ { width:150px;height:200px;top:761.375px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #TQKTaZyrFm8vBFMVWVvyIx1eKppd2MbQ { width:150px;height:200px;top:761.375px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #R7kngiFVDmTGZOURnlAwPg5UbnxXEpfz { width:150px;height:200px;top:553.375px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq { width:280px;height:55px;top:992.375px;left:20px;font-size:23px;background-color:#eea726;background-image:url("https://images.assets-landingi.com/uc/2352021a-1d52-417d-a3e7-dce9bf2563c2/NT_WE4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq.adaptive-delivery-prevent-bg, #F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq.lazyload, #F8H6rFggDh5UKcOFP7IecSkC4RGT5gVq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sWl90GzAfUtbIv18VPkmyg5ZnbWp7bmr { display:block; }
 }@media only screen and (max-width: 763px) { #S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M { display:block; }#S9vxFTTLR2ovwA4sugT3O8HCGlNL7M6M > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuszV3VrFmscVSCaIF5DethsskzIXz0K { width:248px;height:57.5694px;top:62px;left:36px;text-align:center;text-align-last:center;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Cc722wz9cvEJosAgeo7sR1PQao3I1g7M { display:block; }#Cc722wz9cvEJosAgeo7sR1PQao3I1g7M > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdDMuGBlOdGJ0Eh0kTbyxNzbfrUoQQV8 { width:320px;height:500px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qboRLUssu2quXnunH45ZEduGoFCNQ3pR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9fc1e0b9-cf1c-47f4-9c89-02c3b3925ed8/osinvestidoresestaocalculandooscustosdeinvestimentodacalculadoraesegurandoosmartphone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR.adaptive-delivery-prevent-bg, #qboRLUssu2quXnunH45ZEduGoFCNQ3pR.lazyload, #qboRLUssu2quXnunH45ZEduGoFCNQ3pR.lazyloading { background-image: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container { background-color: transparent; background-image: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,126,247,0.92); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container > .video-iframe-container { display: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,126,247,0.92); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row > .video-iframe-container { display: none; }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .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); }#qboRLUssu2quXnunH45ZEduGoFCNQ3pR > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKBp9ZOGG1X86e5h2KPcGtXZr7v1uWn5 { width:307px;height:75.625px;top:51.796875px;left:6.5px;text-align:center;text-align-last:center;line-height:1.2;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNXtNyutV4oJA8ylT2LLDg7abB0vTT8Q { width:320px;height:96.0417px;top:132px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq { width:280px;height:55px;top:247px;left:20px;font-size:17px;background-color:#4daf50;background-image:url("https://images.assets-landingi.com/uc/03e593d6-3513-4379-b676-8b781c73c996/NT_WB3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq.adaptive-delivery-prevent-bg, #FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq.lazyload, #FvQkvlpmgu9zXScNiVr9xENsIWy7xtnq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ezosGO4Cc8xxIbG7a9WQh1I0KZptHJMe { display:block; }
 }@media only screen and (max-width: 763px) { #dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 { display:block; }#dNKAyGdcmGRc2bMAf3KB4rQus1fTdZ81 > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwQvW5GxmKhe0TamZuTkCnzwIAyzR6Gc { width:320px;height:0;top:31.90625px;left:0.5px;text-align:center;text-align-last:center;font-size:32px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #KQlFQcMohJ1REbNfT0nCHv2nxJVTP9Ir { width:320px;height:79.1719px;top:57.234375px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.2;z-index:15008;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F901IymAuFT7raDtHyh2aST6sp0atWWR { display:block; }#F901IymAuFT7raDtHyh2aST6sp0atWWR > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TItA10PRpza92AULkTyUnay2fJ82FXRn { width:80px;height:25px;top:13px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #yyPaO7GxGpLDsT2kGXeZa0tFOwPwfqBB { width:100px;height:29px;top:11px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #Jg35Q7DFLC6F0Amf7pwLcJR6hiafDbSN { width:100px;height:17px;top:17px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #M3HUlCZkPwJJVa5tJEo6uzVFC9h6eogK { width:80px;height:41px;top:44.5px;left:224px;display:block; }
 }@media only screen and (max-width: 763px) { #daCrb08e6OQZT83zXmsx49wDoyA5ZHqC { width:80px;height:36px;top:48px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #kWVEDC6cMpZxtgydJZaIPqrlmNPWhgVL { width:100px;height:14px;top:59px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #VfZc6o6cPSMNcv8dZ96R7SJKTO0cCMHZ { width:80px;height:25px;top:98px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #xP6AiANVkiFSdQslpg1R5S1Vn9TWsoU2 { width:100px;height:16px;top:146px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #GKd4ODtXpnyLgW5ZO1OurvCF5NXQt1e0 { width:100px;height:18px;top:101.5px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #WGP6APqwaTUtutOkt3OzW9WQarzNPTIt { width:100px;height:26px;top:141px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #z9CPJvLcNPqnpQVOWVHfh8wFaMiwbQpT { width:68px;height:32px;top:138px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #pmbHhUDgNEet6AD59ZnBudekP9LH5ShQ { width:100px;height:17px;top:102px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #PUxTwqiielygBaRis2yKnzRtFa5M3lzi { width:77px;height:35px;top:692px;left:121px;display:none; }
 }@media only screen and (max-width: 763px) { #yTtf1fP3GaeJ8vUSVTrvEd6kBJhET7DW { width:100px;height:21px;top:237.5px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #O8t6pCeSMbMwyGH4KkRXb0vJk8dQHDTH { width:80px;height:19px;top:238.5px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #OCAK7q6fTbc4rvENX3ep5RnUivyJxNxJ { width:100px;height:22px;top:237px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #LQTmNzVH11Bf3yaTChgI61AXq2v9E5zP { width:100px;height:18px;top:191px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #RMNIWUdpzBi7ZSuy4O9TapEDH21h4Cx1 { width:100px;height:24px;top:188px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #cWzUuW5k1PGpDnLHTJZm4RQre0z4aPXl { width:80px;height:22px;top:189px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 { background-color:#1c3a4d;background-image:none;display:block; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container { background-color: transparent; background-image: none; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container > .video-iframe-container { display: none; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row > .video-iframe-container { display: none; }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .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); }#RyuVm068BkEM5ZKnhNfpbu9xvyvq8af1 > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spRSxnhRbey15iIGp0f804sOqDKEcUsD { width:80px;height:19.5px;top:337px;left:79px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RNTHkSX8fNGkFfskxg7OlwpqT64f6iC4 { width:157px;height:32.5px;top:40px;left:81.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lUVskvA64CzHVEtlAIR98gsoB7ET7G5G { width:50px;height:1px;top:495px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #sw4MbbPWRRmf5TqRDlN0rk52CHyu2Dy1 { width:82px;height:82px;top:164px;left:89px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aWdo1eSRvC49WUwOZHqqStG18wyRkrxm { width:233px;height:32.5px;top:278px;left:45px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tobl60c1mo5uv5gihFtEJpqhNqTQNxXy { width:50px;height:1px;top:72.5px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #C9waoL5ZXO8JH8Z1l3F57vmKsUxC7Jqq { width:178px;height:32.5px;top:463px;left:71px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fVry2expp3xIU2BUv0fwcA0SVR6ePVyT { width:50px;height:1px;top:317px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #tUTu0ryEtNv8rgfqLeebswrL1GKw6aM7 { width:286px;height:90px;top:511px;left:17px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #R6s2uATZl3JTEb1C2kT7xbxpl4bgcFvm { display:flex;width:25px;height:25px;top:334px;left:47px; }
#R6s2uATZl3JTEb1C2kT7xbxpl4bgcFvm > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #sESFtvIJppNqWtltTx8BTxrPeZVTTKid { width:123px;height:38.9931px;top:371px;left:79px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KsUTEr5c4W6NbzZFf7XyxKVkXhvfqxTI { display:flex;width:25px;height:25px;top:368px;left:47px; }
 }@media only screen and (max-width: 763px) { #wDx3QPeSqJKWNxUNTDvshKoeNRTWlvKR { width:132px;height:19.5px;top:404px;left:79px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yydbQ8whTwD4Q9y7LZ8eEokodLMLi9RL { display:flex;width:25px;height:25px;top:402px;left:47px; }
 }@media only screen and (max-width: 763px) { #mFmld8LLH2gTHMmbm756qKtJpb0VNyis { width:120px;height:68px;top:85px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #PH9KtXJT5o5WBAINOv77DpODTDw3bFAK { width:50px;height:69px;top:171px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #uwaPlTLP7fOnqctJnTVZZOf6KO14hztQ { width:82px;height:16px;top:231px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #cBcuosFv9OvORZ3u20d5lVFF8HOEie1f { width:82px;height:15.5938px;top:231.390625px;left:89px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT { display:block; }#WuEbRheQFTBrC6q5s2QQDz668ZN6f9eT > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2v2UkS1oZoBCidEO9Zbnr2uTOpfAAJS { width:236px;height:44.1667px;top:20.90625px;left:42px;text-align:center;text-align-last:center;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nd8T3PUH2OObJvQenPznPKFZdyF6JCEw { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw { background-color: transparent; background-image: none; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row .container > .video-iframe-container { display: none; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row > .video-iframe-container { display: none; }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .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); }#nd8T3PUH2OObJvQenPznPKFZdyF6JCEw > .row .container { width:320px;height:51.99652099609375px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LplasCQRTO6QI7ne8C1mRKlmCo8rgWGx { width:300px;height:50px;top:2px;left:10px;font-size:18px;z-index:15015;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }#LplasCQRTO6QI7ne8C1mRKlmCo8rgWGx.adaptive-delivery-prevent-bg, #LplasCQRTO6QI7ne8C1mRKlmCo8rgWGx.lazyload, #LplasCQRTO6QI7ne8C1mRKlmCo8rgWGx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WTxyTVS3B8haB8KE2TqU3KbsHBRvBnkU { display:block; }
 }