.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container { display: none; }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .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); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK.adaptive-delivery-prevent-bg, #wAEAeJNNDzoz5STf6nXv74089SCzHOUK.lazyload, #wAEAeJNNDzoz5STf6nXv74089SCzHOUK.lazyloading { background-image: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container { background-color: transparent; background-image: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container > .video-iframe-container { display: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row > .video-iframe-container { display: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .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); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container { border-width: 0; border-radius: 0; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container { width:75rem;height:51.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tlBVX3axflD934pfDSZNOhWCnm1lsUO8 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:12.0625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#x9uvicifJko6tn91GQKkJyQGoRG5Dn5H { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"red hat display";font-size:4.375rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:17.1123046875rem;left:0rem;height:14.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvC6wvohPnDAMRLLuN7eWwzEVOQanm2H { background-color:#6e00ea;background-image:none;border-top:0;border-left:2.5625rem solid #6e00ea;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(110,0,234,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:39.3125rem;left:0.8125rem;display:block; }
#nzN0ngmATTdIQsSRLU17OUNfNvzoy28p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mHLTGIPAHVlTTqT5iMlo3goXc16a6v9K { color:rgba(255,255,255,0.8);display:block;width:47rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:33.404296875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iD8OJ30240TLkFgtwGTB2Q6CSpNwXgmb { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:40.6875rem;left:2.5625rem;display:block; }
#XgqMaykLsCnXrTInT8p62SUm4kWstTCg { position:absolute;display:block;z-index:100024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/AoyhVvfo/googlepartner.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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:4.125rem;width:4.125rem;top:39.375rem;left:32.625rem;display:block; }#XgqMaykLsCnXrTInT8p62SUm4kWstTCg.adaptive-delivery-prevent-bg, #XgqMaykLsCnXrTInT8p62SUm4kWstTCg.lazyload, #XgqMaykLsCnXrTInT8p62SUm4kWstTCg.lazyloading { background-image: none; }
#W2GOhc1Oa1yVneDglxoL5Qff5if1cJPd { position:absolute;display:block;z-index:100025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/WzWSQJDS/selo_gold_rd_station_partners_2021.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;height:4.25rem;width:8.625rem;top:39.125rem;left:23.125rem;display:block; }#W2GOhc1Oa1yVneDglxoL5Qff5if1cJPd.adaptive-delivery-prevent-bg, #W2GOhc1Oa1yVneDglxoL5Qff5if1cJPd.lazyload, #W2GOhc1Oa1yVneDglxoL5Qff5if1cJPd.lazyloading { background-image: none; }
#sQThWSW205havZATtGbmTXtTF7o07CKI { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom 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;height:41.4375rem;width:75rem;top:0rem;left:0rem;display:block; }#sQThWSW205havZATtGbmTXtTF7o07CKI.adaptive-delivery-prevent-bg, #sQThWSW205havZATtGbmTXtTF7o07CKI.lazyload, #sQThWSW205havZATtGbmTXtTF7o07CKI.lazyloading { background-image: none; }
#MHigVCv5OrsdFx8oIDgTXq4Nm5gTJnuO { position:absolute;display:block;z-index:100025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7030a29-88da-404b-9872-b7b22a81a3be/selolgpd1.jpeg");background-position:center right !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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:4.375rem;width:7.4375rem;top:39.1875rem;left:37.8125rem;display:block; }#MHigVCv5OrsdFx8oIDgTXq4Nm5gTJnuO.adaptive-delivery-prevent-bg, #MHigVCv5OrsdFx8oIDgTXq4Nm5gTJnuO.lazyload, #MHigVCv5OrsdFx8oIDgTXq4Nm5gTJnuO.lazyloading { background-image: none; }
#I8xy4CyZidZZs4kArWcUdam5VE5HlWK4 { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a9f17e5f-006e-4f5f-b18f-9dd96b81bb45/secret1.jpeg");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:38.9375rem;width:50rem;top:4.1875rem;left:54.625rem;display:block; }#I8xy4CyZidZZs4kArWcUdam5VE5HlWK4.adaptive-delivery-prevent-bg, #I8xy4CyZidZZs4kArWcUdam5VE5HlWK4.lazyload, #I8xy4CyZidZZs4kArWcUdam5VE5HlWK4.lazyloading { background-image: none; }
#Lt8XTF4r4bLWDmmt2u3JDahOyKIDK5GS { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-image: -moz-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-image: -ms-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-image: -o-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3110031', endColorstr='#b5000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3110031', endColorstr='#b5000000' );";background-image: linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:38.9375rem;width:50rem;top:4.1875rem;left:54.625rem;display:block; }
#SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:38.9375rem;width:50rem;top:4.1875rem;left:54.625rem;display:block; }#SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F.adaptive-delivery-prevent-bg, #SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F.lazyload, #SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F.lazyloading { background-image: none; }
#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.adaptive-delivery-prevent-bg, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyload, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyloading { background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { background-color: transparent; background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { border-width: 0; border-radius: 0; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:75rem;height:51.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#miJZR4zkTr402sFvb1UTsWczqgoORhKK { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:12.0625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#msLDLhP16P3HA0wvCtmxfVGqKuz8Qgkl { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"red hat display";font-size:4.375rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:13.9873046875rem;left:0rem;height:14.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9qkyVPabFR2nH07ZAvAS2GxTP585q8I { color:rgba(255,255,255,0.8);display:block;width:47rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:30.279296875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom 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;height:36.9375rem;width:75rem;top:0rem;left:0rem;display:block; }#JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL.adaptive-delivery-prevent-bg, #JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL.lazyload, #JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL.lazyloading { background-image: none; }
#Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a9f17e5f-006e-4f5f-b18f-9dd96b81bb45/secret1.jpeg");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:38.9375rem;width:50rem;top:4.1875rem;left:54.625rem;display:block; }#Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ.adaptive-delivery-prevent-bg, #Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ.lazyload, #Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ.lazyloading { background-image: none; }
#xoIG0QJb07QC4GUTGdJCwadE1WnEQt6P { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-image: -moz-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-image: -ms-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-image: -o-linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3110031', endColorstr='#b5000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3110031', endColorstr='#b5000000' );";background-image: linear-gradient(1deg, rgba(17,0,49,0.64), rgba(0,0,0,0.71));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:38.9375rem;width:50rem;top:4.1875rem;left:54.625rem;display:block; }
#kywPKdZu33TrbTfu5e4cmOaItiips7U7 { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:38.9375rem;width:50rem;top:4.1875rem;left:54.625rem;display:block; }#kywPKdZu33TrbTfu5e4cmOaItiips7U7.adaptive-delivery-prevent-bg, #kywPKdZu33TrbTfu5e4cmOaItiips7U7.lazyload, #kywPKdZu33TrbTfu5e4cmOaItiips7U7.lazyloading { background-image: none; }
#f27SMHqSlDwRXscH6wcL19GTgTfcBfiz { background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:36.875rem;left:0rem;display:block; }
#lFzxS5L3bpbKed6fHieFNDKVMwSbnms6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p2voNlNTkdGGvaXHAC0DvsW7GTu4UwW3 { background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.9375rem;left:13.3125rem;display:block; }
#JRiKobbhB8dZvo4a27gS1rgmaVwgHMkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xQ1clzhLugs1EwIKqV40o6lPpL05ifOV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.0625rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:38.03125rem;left:26.6875rem;display:block; }
#vyQFtxtA7sMT5O3IAK1JWEtZH4s1FxRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e.adaptive-delivery-prevent-bg, #g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e.lazyload, #g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e.lazyloading { background-image: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container { background-color: transparent; background-image: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container > .video-iframe-container { display: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row > .video-iframe-container { display: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .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); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container { border-width: 0; border-radius: 0; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container { width:75rem;height:44.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#xABHGMMOVhQTJpl686PATXgrT4n6UtNH { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:16.5498046875rem;left:28.375rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akJ8724fbiVniu7Xtcq5QOdvmqph6ZTK { background-color:#6e00ea;background-image:none;border-top:0;border-left:2.5625rem solid #6e00ea;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(110,0,234,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:32.125rem;left:28.375rem;display:block; }
#nA65iwtXqeEsVaNukPWxb8uLdklE7qVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wMWNfmq3ThWO4TBebu2eEoD7npQkcEyE { color:rgba(255,255,255,0.8);display:block;width:44.625rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:24.216796875rem;left:28.375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwLLBwH4TKvdB0E2QgV7CpMPLKMEhqlU { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:33.5rem;left:30.125rem;display:block; }
#rfOF4qdSieG0DGMr713nZZNtwbpOS8sw { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/363228cd-6a15-448b-ae51-97fded5583d9/medica.webp");background-position:top 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;height:44rem;width:45.125rem;top:0.1748046875rem;left:-8.232421875rem;display:block; }#rfOF4qdSieG0DGMr713nZZNtwbpOS8sw.adaptive-delivery-prevent-bg, #rfOF4qdSieG0DGMr713nZZNtwbpOS8sw.lazyload, #rfOF4qdSieG0DGMr713nZZNtwbpOS8sw.lazyloading { background-image: none; }
#WLFTbnOMqupE69x6BKaUmd66LCvmt4fr { background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:12.4375rem;left:28.375rem;display:block; }
#yRFMH7G45aR6JCRbg9PTz8wzBfLX1seD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 { display:block; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 { background-color: transparent; background-image: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container > .video-iframe-container { display: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row > .video-iframe-container { display: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .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); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 { border-width: 0; border-radius: 0; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container { background-color:rgba(20,5,51,0.69);background-image:none;width:75rem;height:30.0625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#UFzbLf03rKDEf8uxCo2F559hk88qfF6y { color:rgba(255,255,255,0.8);display:block;width:65.4375rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:3.3623046875rem;left:3.21875rem;height:9.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9IX62fCotqGlOravGEqLntgKreh9e3U { background-color:#6e00ea;background-image:none;border-top:0;border-left:2.5625rem solid #6e00ea;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(110,0,234,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:20.8125rem;left:28.375rem;display:block; }
#H4ZfB4TysbGPgTlrPOpe9TTbQPkr5wZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fVZU7lBIJah1AAeAm9vcpLPZ15ok05GP { color:rgba(255,255,255,0.8);display:block;width:59.0625rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:15.091796875rem;left:6.40625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCwISRRATA2l6b4RGoP3ZxwTpSZKH11I { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:22.1875rem;left:30.125rem;display:block; }
#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt.adaptive-delivery-prevent-bg, #U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt.lazyload, #U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt.lazyloading { background-image: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container { background-color: transparent; background-image: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container > .video-iframe-container { display: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row > .video-iframe-container { display: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .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); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container { border-width: 0; border-radius: 0; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container { width:75rem;height:44.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rGlsXn2g1pTeTATT3OO9bZkfCZtMPXeQ { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:15.9375rem;left:0rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aUcUaTz79uKCnXEOTwbKHir57vu7hVf1 { background-color:#6e00ea;background-image:none;border-top:0;border-left:2.5625rem solid #6e00ea;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(110,0,234,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:31.5rem;left:0rem;display:block; }
#yW3GcaqxefiVc9HklHKpI2GnZhQHq5hI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SnTP4z84lP16fqVRPe10hiWJgS2y8Jkh { color:rgba(255,255,255,0.8);display:block;width:44.625rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWO5306h2PbfbXkMJTiZTdMVCgb6nyHK { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:32.875rem;left:1.75rem;display:block; }
#y5JEKZqD17H5eWtocU4bIh6mvJ3d1J2m { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e62e2578-541e-4b8b-9abc-db118c662537/gestor.webp");background-position:top 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;height:37.875rem;width:39.1875rem;top:5.7373046875rem;left:40.375rem;display:block; }#y5JEKZqD17H5eWtocU4bIh6mvJ3d1J2m.adaptive-delivery-prevent-bg, #y5JEKZqD17H5eWtocU4bIh6mvJ3d1J2m.lazyload, #y5JEKZqD17H5eWtocU4bIh6mvJ3d1J2m.lazyloading { background-image: none; }
#ydOdk8LsXJxz2VgkWwhwm8uNxlgmzXJg { background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.5rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:11.8125rem;left:0rem;display:block; }
#lh6t112BvK2l3TKJkymuJ2otOdykhcV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp.adaptive-delivery-prevent-bg, #cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp.lazyload, #cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp.lazyloading { background-image: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container { background-color: transparent; background-image: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container > .video-iframe-container { display: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row > .video-iframe-container { display: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .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); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container { border-width: 0; border-radius: 0; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#gzGUkPXTATdAi7ZyLCw6wW1shMCqVdQA { color:rgba(255,255,255,0.8);display:block;width:54.4375rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv.adaptive-delivery-prevent-bg, #kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv.lazyload, #kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv.lazyloading { background-image: none; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container { background-color: transparent; background-image: none; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container > .video-iframe-container { display: none; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row > .video-iframe-container { display: none; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .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); }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container { border-width: 0; border-radius: 0; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#iQA7S4VaKHXMfFZqImTyo875XiZN28o5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.75rem;top:0.125rem;left:10.375rem;overflow:hidden;display:block; }
#taQLifTVt6oFf4sf6MH3fJchLO7BxC0e { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:7.875rem;top:1.125rem;left:31.9375rem;overflow:hidden;display:block; }
#f20XTuvuyG5Bn2Q7Qx02DFmzwnzSqpOu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:8.125rem;top:0.3125rem;left:43.75rem;overflow:hidden;display:block; }
#aZVfTvqrFCZzkExpanH2SvPmhhNLKStO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:5.8125rem;top:0rem;left:55.75rem;overflow:hidden;display:block; }
#nRKOyE9PpPPKXolhCgZf7kG6TrTRnayP { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:4.0625rem;top:0rem;left:66.5625rem;overflow:hidden;display:block; }
#Tk0Gq6pd9vsp0b67y5zbiMMNrrMfQnNX { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:7.875rem;top:7.03125rem;left:0rem;overflow:hidden;display:block; }
#OI6kMITeQEt322q27Gx5m76TWXMBWBdv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:5rem;top:6.59375rem;left:21.78125rem;overflow:hidden;display:block; }
#ic4f9HX6wOvsXXabE0mo95tfzxqrqBTp { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:5.8125rem;top:7.375rem;left:11.3125rem;overflow:hidden;display:block; }
#SL6tkh9h2tCXBUSOLm8nXCFUVhlb8plS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:9.6875rem;top:0.53125rem;left:-0.54296875rem;overflow:hidden;display:block; }
#c2SXoGHDx4GKq0BVV2p7brBonVU1qtrJ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:6.1875rem;top:6.90625rem;left:33rem;overflow:hidden;display:block; }
#N8VZ68Pfizo10PrMfPczTTHJ4p2bx48f { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.1875rem;top:7.0625rem;left:44.75rem;overflow:hidden;display:block; }
#dfT2qQtcwTdaoz5J54vUB3nQwwMIznxZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.875rem;top:6.6875rem;left:66.75rem;overflow:hidden;display:block; }
#DlratOpAlUn5XtoFw1OeHCwdyPI0LRbD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:6.375rem;top:6.875rem;left:55.875rem;overflow:hidden;display:block; }
#QKpTDztM9lkTvOfBVA8bn7FmhPXHJwAJ { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eb5028c0-6a74-433b-980c-f64f33f7eac6/Carmel.png");background-position:top 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;height:1.8125rem;width:9.375rem;top:0.4375rem;left:19rem;display:block; }#QKpTDztM9lkTvOfBVA8bn7FmhPXHJwAJ.adaptive-delivery-prevent-bg, #QKpTDztM9lkTvOfBVA8bn7FmhPXHJwAJ.lazyload, #QKpTDztM9lkTvOfBVA8bn7FmhPXHJwAJ.lazyloading { background-image: none; }
#MofIChz70sNwBLiA16baMXbzZDxVDD2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b.adaptive-delivery-prevent-bg, #MofIChz70sNwBLiA16baMXbzZDxVDD2b.lazyload, #MofIChz70sNwBLiA16baMXbzZDxVDD2b.lazyloading { background-image: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container { background-color: transparent; background-image: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container > .video-iframe-container { display: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row > .video-iframe-container { display: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .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); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container { border-width: 0; border-radius: 0; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#PO9EPiatDuzpK5syvtMmFJh8AzHd6HE4 { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:3.625rem;left:36.6875rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4MTZykVJJtUTwzhTluGdMVhtJ0AAbLK { color:rgba(255,255,255,0.8);display:block;width:38.0625rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.1;letter-spacing:0;top:8.5rem;left:36.6875rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8 { position:absolute;display:block;z-index:100007;background-color:rgba(0,3,5,0.61);background-image:url("https://images.assets-landingi.com/uc/ac2a8af9-efb9-40e7-9da9-ea923bbfed1b/turbina_1_.webp");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:33.25rem;top:2.25rem;left:0rem;display:block; }#PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8.adaptive-delivery-prevent-bg, #PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8.lazyload, #PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8.lazyloading { background-image: none; }
#nJoZKtACcPRin8xbDlElb2P1u8wLxy3b { position:absolute;display:block;z-index:100009;background-color:rgba(0,3,5,0.56);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:33.25rem;top:2.25rem;left:0rem;display:block; }#nJoZKtACcPRin8xbDlElb2P1u8wLxy3b.adaptive-delivery-prevent-bg, #nJoZKtACcPRin8xbDlElb2P1u8wLxy3b.lazyload, #nJoZKtACcPRin8xbDlElb2P1u8wLxy3b.lazyloading { background-image: none; }
#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y.adaptive-delivery-prevent-bg, #HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y.lazyload, #HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y.lazyloading { background-image: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container { background-color: transparent; background-image: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container > .video-iframe-container { display: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row > .video-iframe-container { display: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .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); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container { border-width: 0; border-radius: 0; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#F2OOSnBIOZtmkMcte3pnRX9m8UTsxK17 { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:6.1875rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4ke3BwTZpvaF2UVr0vlEd2oNMi0BRWC { color:rgba(255,255,255,0.8);display:block;width:38.0625rem;position:absolute;font-family:"red hat text";font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.1;letter-spacing:0;top:11.0625rem;left:0rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mh0alAGG0IsdR5S9oSSZflGHDl56sINd { position:absolute;display:block;z-index:100007;background-color:rgba(0,3,5,0.61);background-image:url("https://images.assets-landingi.com/uc/ad1ef25f-d022-49f5-90ed-69e4bbd55c55/9P02PBIwDnqUmoMW0SbdzSgmJ174G8CK4wVInhZ8FzA5t8KSJBoqfFwckuzCWHY4z2ffcxUuqagKtIdnXwvuyPI8N19pLGeLQG.webp");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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:33.25rem;top:3.4375rem;left:41.75rem;display:block; }#Mh0alAGG0IsdR5S9oSSZflGHDl56sINd.adaptive-delivery-prevent-bg, #Mh0alAGG0IsdR5S9oSSZflGHDl56sINd.lazyload, #Mh0alAGG0IsdR5S9oSSZflGHDl56sINd.lazyloading { background-image: none; }
#gav1miwQp54GrZ1atCwk61MPezCH1MNf { position:absolute;display:block;z-index:100009;background-color:rgba(0,3,5,0.56);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:33.25rem;top:3.4375rem;left:41.75rem;display:block; }#gav1miwQp54GrZ1atCwk61MPezCH1MNf.adaptive-delivery-prevent-bg, #gav1miwQp54GrZ1atCwk61MPezCH1MNf.lazyload, #gav1miwQp54GrZ1atCwk61MPezCH1MNf.lazyloading { background-image: none; }
#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy.adaptive-delivery-prevent-bg, #WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy.lazyload, #WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy.lazyloading { background-image: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container { background-color: transparent; background-image: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container > .video-iframe-container { display: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row > .video-iframe-container { display: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .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); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container { border-width: 0; border-radius: 0; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#vuGtCQiD9g1x8cF36zWgTTWiUngMP2wg { color:rgba(255,255,255,0.8);display:block;width:19rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:5.375rem;left:52.4375rem;height:16.9921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qwHEGVfhdW9K16v7KMTTNQ8XFUzFf8GI { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.1;letter-spacing:0;top:2.5625rem;left:54.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUiyvRZ2erIzJh0i4qvoae9k4MqZUNIP { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:2.9375rem;left:52.4375rem;overflow:hidden;display:block; }
#d1V8iVWqrwr6c7EvPltPbJPvWnnSJPGq { position:absolute;display:block;z-index:100001;background-color:rgba(30,0,79,0.26);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.9375rem 0.9375rem 0.9375rem rgba(0,0,0,0.14) ;height:24.0625rem;width:25.625rem;top:0.5rem;left:49.375rem;display:block; }
#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5.adaptive-delivery-prevent-bg, #TTg0inUwGTP9BDkNp77kek4VnAvHpwG5.lazyload, #TTg0inUwGTP9BDkNp77kek4VnAvHpwG5.lazyloading { background-image: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container { background-color: transparent; background-image: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container > .video-iframe-container { display: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row > .video-iframe-container { display: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .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); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container { border-width: 0; border-radius: 0; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#llxZgrUzr6lUUzFLzKiTkJtEenvVTTiK { color:rgba(255,255,255,0.8);display:block;width:20.4375rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:400;z-index:100021;line-height:1.6;letter-spacing:0;top:4.6875rem;left:2.75rem;height:15.29296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BW0TJHXsAXxMOWvmVcvpZZswBL9FE5eK { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:2rem;left:5.0625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVxpODkQUka4BOMAJD6UtmlfuxNR4lhO { color:rgba(255,255,255,0.8);display:block;width:22.0625rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:400;z-index:100023;line-height:1.6;letter-spacing:0;top:4.625rem;left:30.0625rem;height:15.29296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u81I7tPxvQSFd6zaxbmZaUMgsMsJ6G7T { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100020;line-height:1.1;letter-spacing:0;top:2rem;left:32.25rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GrDpRvvyTgVHCbVmQMdMasgGsuVbflbu { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:2.375rem;left:30.0625rem;overflow:hidden;display:block; }
#XmfOBKPpmRDF9cl1AUfzgd8KLTUy4Ayw { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:2.375rem;left:2.8125rem;overflow:hidden;display:block; }
#i3Sl5XHAGRP3P6WnD3yH2qzsxCaONHMF { position:absolute;display:block;z-index:100003;background-color:rgba(72,44,0,0.12);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.9375rem 0.9375rem 0.9375rem rgba(0,0,0,0.14) ;height:23.4375rem;width:25.5625rem;top:0rem;left:0rem;display:block; }
#kLQQh94NhkmUHbzve4teXNflAuvLs2zm { position:absolute;display:block;z-index:100004;background-color:rgba(102,0,75,0.12);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.9375rem 0.9375rem 0.9375rem rgba(0,0,0,0.14) ;height:23.4375rem;width:25.625rem;top:0rem;left:27.625rem;display:block; }
#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC.adaptive-delivery-prevent-bg, #TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC.lazyload, #TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC.lazyloading { background-image: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container { background-color: transparent; background-image: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container > .video-iframe-container { display: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row > .video-iframe-container { display: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .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); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container { border-width: 0; border-radius: 0; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#pKokpgPD5cGb9GheUATqFauTgNvi6H8J { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IhKTEDtmnm9Kh7uKpdUNN6QSwtuhvLiP { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:4.5625rem;left:46.8125rem;display:block; }
#o9FH32kA7FHgtEz8CNuy3LQ066M24Rxs { background-color:#00caac;background-image:none;border-top:0;border-left:2.5625rem solid #00caac;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 1.9375rem rgba(26,229,190,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.25rem 0.5rem rgba(2,90,77,0.49);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:3.25rem;left:45.0625rem;display:block; }
#CqxWRCL2T3uBovJvVkq07Dzr8bAxMAx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EhbgUscXZWw0oR2Ib1753N71zwB233Gr { position:relative;display:none; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr { border-width: 0; border-radius: 0; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container { background-color: transparent; background-image: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container > .video-iframe-container { display: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row > .video-iframe-container { display: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .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); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container { border-width: 0; border-radius: 0; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#MFe2CEI3TiILDmaPKEdo2ILMkZy5934p { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d058dbf0-4a5d-4f88-8a1a-10f4f211aa7c/Teste22pptx21.jpg");background-position:bottom 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;height:36.9375rem;width:66.6875rem;top:0rem;left:8.3125rem;display:block; }#MFe2CEI3TiILDmaPKEdo2ILMkZy5934p.adaptive-delivery-prevent-bg, #MFe2CEI3TiILDmaPKEdo2ILMkZy5934p.lazyload, #MFe2CEI3TiILDmaPKEdo2ILMkZy5934p.lazyloading { background-image: none; }
#FPaUH7TxtKzaEh7zENOUvQsrJWa6hngX { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #6e00ea);background-image: -moz-linear-gradient(90deg, #000000, #6e00ea);background-image: -ms-linear-gradient(90deg, #000000, #6e00ea);background-image: -o-linear-gradient(90deg, #000000, #6e00ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6e00ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6e00ea' );";background-image: linear-gradient(90deg, #000000, #6e00ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:67.3125rem;top:0rem;left:30.75rem;display:block; }
#XMgvDxqdWRuZKhTFx7G5ffk7qwu3VkXV { color:rgba(255,255,255,0.8);display:block;width:33.3125rem;position:absolute;font-family:"red hat text";font-size:1.875rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:7rem;left:0rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gBqPtEU39nmFxqwsVlQp3beTIEekwHsl { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #08eccb);background-image: -moz-linear-gradient(90deg, #000000, #08eccb);background-image: -ms-linear-gradient(90deg, #000000, #08eccb);background-image: -o-linear-gradient(90deg, #000000, #08eccb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#08eccb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#08eccb' );";background-image: linear-gradient(90deg, #000000, #08eccb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:61.875rem;top:36.75rem;left:36.0625rem;display:block; }
#U6CqiZNBsxv4P90As0EcGSObTDr27qfz { background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(0,0,0,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:24.8125rem;left:18.0625rem;display:block; }
#MQ0tWIeMHPXBUpGLlTg9GA3mrbOSBsET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rn23Nt6xJT2D728gFlGfszKFG9xLWXfE { color:rgba(255,255,255,0.8);display:block;width:21.5rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:25.671875rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT.adaptive-delivery-prevent-bg, #XX5gD4FpnfKQbVgROhfySWsLTymfqfnT.lazyload, #XX5gD4FpnfKQbVgROhfySWsLTymfqfnT.lazyloading { background-image: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container { background-color: transparent; background-image: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container > .video-iframe-container { display: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row > .video-iframe-container { display: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .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); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container { border-width: 0; border-radius: 0; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#rOFDvwf3QbM8AhPpKs0RXn0ONarKEDWM { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:9.4375rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FuDgGBKyrHgTsT1h4O3QU6xPHH1z1vqX { box-sizing:content-box;color:rgba(255,255,255,0.09);font-size:6.875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:4.375rem;left:54.1875rem;display:block; }
#LOTfPgg73Es9FMPxv2wg6bNON04OIPQn { color:#82ffe7;display:block;width:6.375rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.1;letter-spacing:0;top:6.125rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK.adaptive-delivery-prevent-bg, #lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK.lazyload, #lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK.lazyloading { background-image: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container { background-color: transparent; background-image: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container > .video-iframe-container { display: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row > .video-iframe-container { display: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .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); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container { border-width: 0; border-radius: 0; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#IREFq0613pTqALE2K1nErHVkMLdJ2aFW { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:32.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#u090uPu3XB32tuLDlSFX7mZXOZ5Z8wJb { color:rgba(255,255,255,0.8);display:block;width:17.75rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.75rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPgEaozZqIIfvBgmkknnrwHngW3nDEod { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100018;line-height:1.1;letter-spacing:0;top:13rem;left:3.9375rem;height:12.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0sdIKxaNWhTmVUyBwR8fBOnXtwZFCkt { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:13rem;left:2.75rem;height:10.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1VHgpAt7J4noqKn4XU65dCpIXZkxBEE { background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(0,0,0,0.46) ;box-sizing:border-box;color:#6e00ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.1875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:27rem;left:2.75rem;display:block; }
#blgI1BgmP9Tl4nRoMk3olMuZE4SdkopL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lB8myMVL4kAgofclI3cr7tF3aUtIEIDy { color:#b06aff;display:block;width:17.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:2.625rem;left:2.75rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#my54ro7xEkhZ9P1EPdy4dIJTgXLICtgm { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:32.5rem;width:23.125rem;top:0rem;left:25.75rem;display:block; }
#Ntplm42k8hwak7CcO6SyBrJdi7gB74qT { color:rgba(255,255,255,0.8);display:block;width:17.125rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:5.4375rem;left:28.5rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wuy0kMDgATz1mKvcNGtZcTmxMRKu3fMf { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.1;letter-spacing:0;top:13rem;left:29.6875rem;height:12.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VqLQuxwMEqsNhVCfFibJTtTp6wc3OypQ { color:#82ffe7;display:block;width:17.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100024;line-height:1.5;letter-spacing:0;top:2.625rem;left:28.5rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnWTyPT4uuCCMsWe9oOUgqDWRQxTiWFp { background-color:transparent;background-image:none;border-top:0.0625rem solid #1ae5be;border-left:0.0625rem solid #1ae5be;border-right:0.0625rem solid #1ae5be;border-bottom:0.0625rem solid #1ae5be;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(0,0,0,0.46) ;box-sizing:border-box;color:#1ae5be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.1875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:27rem;left:28.5rem;display:block; }
#OThxDX8kgqRdxhpfAQt9UIotGkQSpkMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ndOkJgmubxNwwovuOUzLiskMEVCGxDU3 { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;top:13rem;left:28.5rem;height:10.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zIDhXVL5IwFC9F8cyTS2qOvyipu4vwII { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:32.5rem;width:23.125rem;top:0rem;left:51.75rem;display:block; }
#DzTzqCf8doKtZiMAeN5a7sSvpdZzx82S { background-color:transparent;background-image:none;border-top:0.0625rem solid #003dff;border-left:0.0625rem solid #003dff;border-right:0.0625rem solid #003dff;border-bottom:0.0625rem solid #003dff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 1.0625rem 1.9375rem rgba(0,0,0,0.46) ;box-sizing:border-box;color:#003dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.1875rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:24.1875rem;left:54.5rem;display:block; }
#g3K8C0WXvHlS7NrLOPigaU7axa7ZvCW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SpxsJOsdl3xn1EZSCeK5yZeVWk3v5WCa { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100030;line-height:1.1;letter-spacing:0;top:13rem;left:55.6875rem;height:9.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdDaNTNVI48KWVk0IxO7rd2rdarMCvEn { color:rgba(255,255,255,0.8);display:block;width:17.125rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100029;line-height:1.5;letter-spacing:0;top:5.4375rem;left:54.5rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzBb6Ze7rKQFVuD27A7TThtgWnh5Vm3J { color:#1049ff;display:block;width:17.125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100030;line-height:1.5;letter-spacing:0;top:2.625rem;left:54.5rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d7lTqWegeeour8EATX73EAr50RqN6Sew { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:100031;line-height:1.1;letter-spacing:0;top:13rem;left:54.5rem;height:9.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF.adaptive-delivery-prevent-bg, #VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF.lazyload, #VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF.lazyloading { background-image: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container { background-color: transparent; background-image: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container > .video-iframe-container { display: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row > .video-iframe-container { display: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .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); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container { border-width: 0; border-radius: 0; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#TeVQEXWSV63VBxIQBDXBctWNvGMbUnvH { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBrRqVCDCpNNo8o3NIRgi9ETUnlr9s96 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.25rem 0.5rem rgba(2,90,77,0.49);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:3.25rem;left:45.0625rem;display:block; }
#FDl2JEoCapl6GcqTuNAgZ9K3gP2iETZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LsXphOkECppVuTFTRZnCtIeIexx0pOyd { position:absolute;display:block;z-index:100022;background-color:#ed1c24;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.625rem;width:0.625rem;top:2.9375rem;left:62.90625rem;display:block; }
#JJMx3ikcbStpNa2dToLktwizKuRo1PAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV.adaptive-delivery-prevent-bg, #JJMx3ikcbStpNa2dToLktwizKuRo1PAV.lazyload, #JJMx3ikcbStpNa2dToLktwizKuRo1PAV.lazyloading { background-image: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container { background-color: transparent; background-image: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container > .video-iframe-container { display: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row > .video-iframe-container { display: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .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); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container { border-width: 0; border-radius: 0; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#FGTRT0dNIqdcducGk0FZ4r6QV4A7PPMx { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:8.0625rem;left:10.28125rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn.adaptive-delivery-prevent-bg, #QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn.lazyload, #QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn.lazyloading { background-image: none; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container { background-color: transparent; background-image: none; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container > .video-iframe-container { display: none; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row > .video-iframe-container { display: none; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .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); }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container { border-width: 0; border-radius: 0; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#wFB5CpXOsKCwb7ws73Z11z4RVqaElw6r { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:url("https://images.assets-landingi.com/hIHk3TJe/neg6.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.9375rem;width:15.875rem;top:0rem;left:1.4375rem;display:block; }#wFB5CpXOsKCwb7ws73Z11z4RVqaElw6r.adaptive-delivery-prevent-bg, #wFB5CpXOsKCwb7ws73Z11z4RVqaElw6r.lazyload, #wFB5CpXOsKCwb7ws73Z11z4RVqaElw6r.lazyloading { background-image: none; }
#C18KPk9HDNdtAkJERhZ1ECoxNrmCtZAz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.3125rem;left:3.125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuoytsGtPSPuiW0BBw3XOETKSr3vmACS { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:1.4375rem;display:block; }
#iIaBxJO8bZmuqNc47cMMpGKJZCUVmoQF { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:url("https://images.assets-landingi.com/5lUWJTVu/neg3.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.9375rem;width:15.875rem;top:0rem;left:20.1875rem;display:block; }#iIaBxJO8bZmuqNc47cMMpGKJZCUVmoQF.adaptive-delivery-prevent-bg, #iIaBxJO8bZmuqNc47cMMpGKJZCUVmoQF.lazyload, #iIaBxJO8bZmuqNc47cMMpGKJZCUVmoQF.lazyloading { background-image: none; }
#gaFtOAHChEwIsvAilc7kT8D7mAo9eNIm { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:20.1875rem;display:block; }
#dFwQ2yuaSEBXz1pfyNmc9DIHC4xXlKa5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.3125rem;left:21.875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eezTrntTwK5rCqCHQwaNyVFPlWApsdI9 { position:absolute;display:block;z-index:99999;background-color:#000000;background-image:url("https://images.assets-landingi.com/PWMeSMo8/neg4.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.9375rem;width:15.875rem;top:0rem;left:57.6875rem;display:block; }#eezTrntTwK5rCqCHQwaNyVFPlWApsdI9.adaptive-delivery-prevent-bg, #eezTrntTwK5rCqCHQwaNyVFPlWApsdI9.lazyload, #eezTrntTwK5rCqCHQwaNyVFPlWApsdI9.lazyloading { background-image: none; }
#wprf6SVdmMhGGsCWz0HdrE4tNfETIOyV { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:57.6875rem;display:block; }
#N6miOx9ppQMo3kqGvpRgST85urpRW6Vr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100028;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.25rem;left:59.375rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpsBgT3sREbRTfWkFxgoyeFTIWQGSCt1 { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:url("https://images.assets-landingi.com/te3Z8Qla/neg7.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.9375rem;width:15.875rem;top:0rem;left:38.9375rem;display:block; }#qpsBgT3sREbRTfWkFxgoyeFTIWQGSCt1.adaptive-delivery-prevent-bg, #qpsBgT3sREbRTfWkFxgoyeFTIWQGSCt1.lazyload, #qpsBgT3sREbRTfWkFxgoyeFTIWQGSCt1.lazyloading { background-image: none; }
#kQs7LNSqB11668yP38uP9eCWPlRSN6kE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100029;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.25rem;left:40.625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhNVkIfDzKXrd30smteWKzvcci1lbiLz { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:38.9375rem;display:block; }
#HSEFMdeCCHqZ4vo4d943OZUdaCplGTSp { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:1.4375rem;display:block; }
#OSNLIC2RgVyEJQHJ6azKyFLW0tl6u9tp { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:20.1875rem;display:block; }
#JTMx4tE2XT7OEW34ulRDsE22WvCQu3aN { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0.0625rem;left:38.9375rem;display:block; }
#HEuCQu8Ml3Klb3mT1BkPxAECxeNi3GLo { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:57.6875rem;display:block; }
#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7.adaptive-delivery-prevent-bg, #aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7.lazyload, #aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7.lazyloading { background-image: none; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container { background-color: transparent; background-image: none; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container > .video-iframe-container { display: none; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row > .video-iframe-container { display: none; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .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); }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container { border-width: 0; border-radius: 0; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#t2Fzpotfo3si55TFJZAQvyHmm4CFn2Fq { position:absolute;display:block;z-index:99998;background-color:#000000;background-image:url("https://images.assets-landingi.com/vYdZiojy/neg5.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.875rem;width:15.875rem;top:0rem;left:1.4375rem;display:block; }#t2Fzpotfo3si55TFJZAQvyHmm4CFn2Fq.adaptive-delivery-prevent-bg, #t2Fzpotfo3si55TFJZAQvyHmm4CFn2Fq.lazyload, #t2Fzpotfo3si55TFJZAQvyHmm4CFn2Fq.lazyloading { background-image: none; }
#OIDt2dPTHeyEimRL5GrLNMIakmGZTEC2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.25rem;left:3.125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUZqC7SVTVaDtz9hu3ZViZqmQf9GFffF { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.75rem;left:1.4375rem;display:block; }
#BKeZy8x3x5hB7LDWS8rTOCa5BtcGk1MU { position:absolute;display:block;z-index:99997;background-color:#000000;background-image:url("https://images.assets-landingi.com/iw7ZtJVs/neg1.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.9375rem;width:15.875rem;top:0rem;left:20.1875rem;display:block; }#BKeZy8x3x5hB7LDWS8rTOCa5BtcGk1MU.adaptive-delivery-prevent-bg, #BKeZy8x3x5hB7LDWS8rTOCa5BtcGk1MU.lazyload, #BKeZy8x3x5hB7LDWS8rTOCa5BtcGk1MU.lazyloading { background-image: none; }
#OyeeeUUqKQmSH8XvUe8No9hnswAAouwb { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:20.1875rem;display:block; }
#vLGA3Ef6s6fIE3ykCkT076NlegW0r7u8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.3125rem;left:21.875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#goli59mnZWts691BLnX3PcZk1vlVRCdJ { position:absolute;display:block;z-index:99996;background-color:#000000;background-image:url("https://images.assets-landingi.com/CGSHcHG2/neg2.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:15rem;width:15.875rem;top:0rem;left:57.6875rem;display:block; }#goli59mnZWts691BLnX3PcZk1vlVRCdJ.adaptive-delivery-prevent-bg, #goli59mnZWts691BLnX3PcZk1vlVRCdJ.lazyload, #goli59mnZWts691BLnX3PcZk1vlVRCdJ.lazyloading { background-image: none; }
#L3KeOEJGH0xcyaBVXxrmHp7OZiRnxgop { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:57.6875rem;display:block; }
#yBsoL14xhxhvFyxPNUJrWTMINgkua0wc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100028;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.25rem;left:59.375rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fiCyod5p3uSBSVsyJv5aC1TU36eswtt9 { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:url("https://images.assets-landingi.com/PZJaR33C/neg8.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.6875rem 1.0625rem rgba(0,0,0,0.2) ;height:14.9375rem;width:15.875rem;top:0rem;left:38.9375rem;display:block; }#fiCyod5p3uSBSVsyJv5aC1TU36eswtt9.adaptive-delivery-prevent-bg, #fiCyod5p3uSBSVsyJv5aC1TU36eswtt9.lazyload, #fiCyod5p3uSBSVsyJv5aC1TU36eswtt9.lazyloading { background-image: none; }
#TQPPGHTZSv6VMu10DZlnMeIf3m31VihN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:400;z-index:100025;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;top:6.3125rem;left:40.625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4QF6oqVG4TO50SazuuguNUAUbNNOr02 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.74));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:3.8125rem;left:38.9375rem;display:block; }
#WqC43JFON1lb37PuWNnUo8tlXh13UFcy { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:1.4375rem;display:block; }
#JIIvhJMh5M2wQGfA25zcHKc5TAwOq9H1 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:20.1875rem;display:block; }
#xv4Ty886XdubREPkpZSbBNQ5NwdtdAS6 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:38.9375rem;display:block; }
#z7hZzFKnkDecmuOcNRkoTbpUAms5x6Nt { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.74), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:11.1875rem;width:15.875rem;top:0rem;left:57.6875rem;display:block; }
#JmDyxUeRyc4oexsxPBlCyOqKU9xxgn9R { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.5625rem;width:75rem;top:15.9375rem;left:0rem;display:block; }
#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ea9295d-c734-4cf7-9366-787cc3b488bd/200.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ.adaptive-delivery-prevent-bg, #khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ.lazyload, #khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ.lazyloading { background-image: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container { background-color: transparent; background-image: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,6,9,0.89); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container > .video-iframe-container { display: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,6,9,0.89); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row > .video-iframe-container { display: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .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); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container { border-width: 0; border-radius: 0; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#R2ZIlpRPf2Uu6kfE1zBAOUHg2cziEuIE { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:9rem;left:10.75rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtWs7PRPdVcMIfFXBA4wIN6Qxh7lxIE6 { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom left !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;height:13.625rem;width:75rem;top:0rem;left:0rem;display:block; }#WtWs7PRPdVcMIfFXBA4wIN6Qxh7lxIE6.adaptive-delivery-prevent-bg, #WtWs7PRPdVcMIfFXBA4wIN6Qxh7lxIE6.lazyload, #WtWs7PRPdVcMIfFXBA4wIN6Qxh7lxIE6.lazyloading { background-image: none; }
#Oh9UP8Re7mbXW7PRXAUTT1yUSesyT9I8 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:27.1875rem;left:0rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WA59XOX3MfQredzzsk2dWikby600nAUG { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQqB06RccwL2hdEctSC4QF0IJT72dJRs { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.6875rem;top:20.5rem;left:9rem;overflow:hidden;display:block; }
#dRsz6y0bvrUsGr4N6WrBzOlGZfE8DtAA { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:27.25rem;left:27.1875rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ma3DFIB0HEqbIvt6JsblN0xD4egNCa1J { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100025;line-height:1.5;letter-spacing:0;top:23.625rem;left:27.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caMe97yXqHm8xoJiiUFvV0lVKN9sOzzv { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.6875rem;top:20.5625rem;left:36.125rem;overflow:hidden;display:block; }
#uVX8DZXwz8T9z9dLvyPbnKbusKPOlAmF { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:27.25rem;left:54.3125rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtTImiHcprqhuDGB0mHf6FOaJZXVprWS { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100028;line-height:1.5;letter-spacing:0;top:23.625rem;left:54.3125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EChBFQTM5oTMXEvK7qqvWPgUhT5T3mc6 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.6875rem;top:20.5625rem;left:63.25rem;overflow:hidden;display:block; }
#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a20be4af-cb14-43a8-ab7a-fd2d55ed19cb/gradientatRt42Wl1RQunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5.adaptive-delivery-prevent-bg, #tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5.lazyload, #tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5.lazyloading { background-image: none; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container { background-color: transparent; background-image: none; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container > .video-iframe-container { display: none; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row > .video-iframe-container { display: none; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .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); }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container { border-width: 0; border-radius: 0; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#tVwu8NnMUOBgoEtOXutmboplw5hVMbRn { color:rgba(255,255,255,0.8);display:block;width:59.3125rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7rem;left:9.5rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZ6pNBI5zA2XbSmoPxD8OiJXeOVIRvzt { position:absolute;display:block;z-index:100025;height:25.5625rem;width:28.125rem;top:31.25rem;left:24.5rem;display:block; }
#opZMb0BrlgFDp1TwgFH0NwHLZFQhf2Or { color:rgba(255,255,255,0.8);display:block;width:21.5rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:28.75rem;left:27.8125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0OAJWKCgQv67PhuLqpVHsLExymeGV2T { background-color:#25d366;background-image:none;border-top:0;border-left:2.5625rem solid #25d366;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 1.9375rem rgba(37,211,102,0.66) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:18.9375rem;left:28.4375rem;display:block; }
#nP81GDbvENdDiPcXkIoXE4qdsNp8BITA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lUGTt37kmI2EJL3CeqWyT1S8KhNORVX3 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:19.3125rem;left:29.5rem;display:block; }
#JLs51NX2zbz0mb1RTocudOTNrpq54uWs { color:#25d366;display:block;width:31.4375rem;position:absolute;font-family:"red hat text";font-size:1.0625rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:15.8125rem;left:22.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOzNFTsRDfcDzTZQXEdEwhxvT7lciMUS { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:25.6875rem;left:37.625rem;display:block; }
#FtRSc2BwRtFyxw2IlflMGZNwzfPZLhAr { position:absolute;display:block;z-index:100023;background-color:#ed1c24;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.625rem;width:0.625rem;top:18.5625rem;left:46rem;display:block; }
#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a20be4af-cb14-43a8-ab7a-fd2d55ed19cb/gradientatRt42Wl1RQunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf.adaptive-delivery-prevent-bg, #yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf.lazyload, #yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf.lazyloading { background-image: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container { background-color: transparent; background-image: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container > .video-iframe-container { display: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row > .video-iframe-container { display: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .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); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container { border-width: 0; border-radius: 0; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#WME38KKw09R3mfADLkHJng2fCtpx0bT9 { position:absolute;display:block;z-index:100001;height:19.5625rem;width:75rem;top:8.0625rem;left:0rem;display:block; }
#GXDEgtCCdxuwlykQU3niiQ4Zl29dp8Vl { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"font awesome brands";font-size:2.0625rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:5.25rem;left:26.5625rem;height:2.88671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ml5HfsIoxPvWPqtv4tSq0bTJrseVVNMT { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:5.5rem;left:29.375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfDekJfuDVo0TomaihiNiH6SsWV6g706 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a20be4af-cb14-43a8-ab7a-fd2d55ed19cb/gradientatRt42Wl1RQunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706.adaptive-delivery-prevent-bg, #FfDekJfuDVo0TomaihiNiH6SsWV6g706.lazyload, #FfDekJfuDVo0TomaihiNiH6SsWV6g706.lazyloading { background-image: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { background-color: transparent; background-image: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .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); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { border-width: 0; border-radius: 0; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#WRr7cPiJKcQsRpT6DbwZKUomB5K5dS5O { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:13.25rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#zWR0HrQoMklzCd9L7Ubq3UNmrwTTMmgs { color:rgba(255,255,255,0.75);display:block;width:5.9375rem;position:absolute;font-family:"red hat text";font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:6.125rem;left:30.875rem;height:1.57421875rem;font-style:normal;display:block; }
#Ufcn2Q8MiiXGHvF827iDie989AQbPrqW { color:rgba(255,255,255,0.75);display:block;width:7.5625rem;position:absolute;font-family:"red hat text";font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.4;letter-spacing:0;top:6.125rem;left:39.125rem;height:1.57421875rem;font-style:normal;display:block; }
#QOFR6muXqdv5yF2yKKv1wEmrmVtPJewX { box-sizing:content-box;color:#08eccb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:5.875rem;left:29.0625rem;display:block; }
#wNQB4d4KGInut9F06gXIBhRNlQKC8bXI { box-sizing:content-box;color:#08eccb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:5.9375rem;left:37.3125rem;display:block; }
#dFRU6Fq9MLRMuk8cWMWF0LIg2F1Zc9dc { color:rgba(255,255,255,0.75);display:block;width:16.5rem;position:absolute;font-family:"red hat text";font-size:0.8125rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:4.25rem;left:58.5rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH { position:relative;z-index:auto;display:block; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH { background-color: transparent; background-image: none; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row .container > .video-iframe-container { display: none; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row > .video-iframe-container { display: none; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .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); }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH { border-width: 0; border-radius: 0; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#qH94gPt2rdyVT7Xq5bywdphTTHuAt6wM { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#oSr4dQcNcgNvTrVU9JJBs1WlTDpqzkuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wAEAeJNNDzoz5STf6nXv74089SCzHOUK { display:block; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlBVX3axflD934pfDSZNOhWCnm1lsUO8 { width:12.0625rem;height:3.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9uvicifJko6tn91GQKkJyQGoRG5Dn5H { width:47.75rem;height:14.4375rem;top:17.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvC6wvohPnDAMRLLuN7eWwzEVOQanm2H { width:20.0625rem;height:4.0625rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzN0ngmATTdIQsSRLU17OUNfNvzoy28p { display:block; }
 }@media only screen and (max-width: 763px) { #mHLTGIPAHVlTTqT5iMlo3goXc16a6v9K { width:47rem;height:3.75rem;top:33.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD8OJ30240TLkFgtwGTB2Q6CSpNwXgmb { width:1.3125rem;height:1.3125rem;top:40.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqMaykLsCnXrTInT8p62SUm4kWstTCg { width:4.125rem;height:4.125rem;top:39.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2GOhc1Oa1yVneDglxoL5Qff5if1cJPd { width:8.625rem;height:4.25rem;top:39.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQThWSW205havZATtGbmTXtTF7o07CKI { width:47.75rem;height:41.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHigVCv5OrsdFx8oIDgTXq4Nm5gTJnuO { width:7.4375rem;height:4.375rem;top:39.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8xy4CyZidZZs4kArWcUdam5VE5HlWK4 { width:47.75rem;height:38.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8XTF4r4bLWDmmt2u3JDahOyKIDK5GS { width:47.75rem;height:38.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F { width:47.75rem;height:38.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miJZR4zkTr402sFvb1UTsWczqgoORhKK { width:12.0625rem;height:3.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLDLhP16P3HA0wvCtmxfVGqKuz8Qgkl { width:47.75rem;height:14.4375rem;top:13.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qkyVPabFR2nH07ZAvAS2GxTP585q8I { width:47rem;height:3.75rem;top:30.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL { width:47.75rem;height:36.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ { width:47.75rem;height:38.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoIG0QJb07QC4GUTGdJCwadE1WnEQt6P { width:47.75rem;height:38.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kywPKdZu33TrbTfu5e4cmOaItiips7U7 { width:47.75rem;height:38.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27SMHqSlDwRXscH6wcL19GTgTfcBfiz { width:12.1875rem;height:3.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFzxS5L3bpbKed6fHieFNDKVMwSbnms6 { display:block; }
 }@media only screen and (max-width: 763px) { #p2voNlNTkdGGvaXHAC0DvsW7GTu4UwW3 { width:12.1875rem;height:3.4375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiKobbhB8dZvo4a27gS1rgmaVwgHMkQ { display:block; }
 }@media only screen and (max-width: 763px) { #xQ1clzhLugs1EwIKqV40o6lPpL05ifOV { width:12.4375rem;height:1.0625rem;top:38rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQFtxtA7sMT5O3IAK1JWEtZH4s1FxRk { display:block; }
 }@media only screen and (max-width: 763px) { #g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e { display:block; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xABHGMMOVhQTJpl686PATXgrT4n6UtNH { width:46.625rem;height:6.1875rem;top:16.5rem;left:1.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akJ8724fbiVniu7Xtcq5QOdvmqph6ZTK { width:15.125rem;height:4.0625rem;top:32.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA65iwtXqeEsVaNukPWxb8uLdklE7qVX { display:block; }
 }@media only screen and (max-width: 763px) { #wMWNfmq3ThWO4TBebu2eEoD7npQkcEyE { width:44.625rem;height:5.625rem;top:24.1875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwLLBwH4TKvdB0E2QgV7CpMPLKMEhqlU { width:1.3125rem;height:1.3125rem;top:33.5rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfOF4qdSieG0DGMr713nZZNtwbpOS8sw { width:45.125rem;height:44rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLFTbnOMqupE69x6BKaUmd66LCvmt4fr { width:8.3125rem;height:2.5rem;top:12.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRFMH7G45aR6JCRbg9PTz8wzBfLX1seD { display:block; }
 }@media only screen and (max-width: 763px) { #G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 { display:block; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFzbLf03rKDEf8uxCo2F559hk88qfF6y { width:47.75rem;height:9.25rem;top:3.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9IX62fCotqGlOravGEqLntgKreh9e3U { width:15.125rem;height:4.0625rem;top:20.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ZfB4TysbGPgTlrPOpe9TTbQPkr5wZH { display:block; }
 }@media only screen and (max-width: 763px) { #fVZU7lBIJah1AAeAm9vcpLPZ15ok05GP { width:47.75rem;height:3.75rem;top:15.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCwISRRATA2l6b4RGoP3ZxwTpSZKH11I { width:1.3125rem;height:1.3125rem;top:22.1875rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt { display:block; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGlsXn2g1pTeTATT3OO9bZkfCZtMPXeQ { width:46.625rem;height:6.1875rem;top:15.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUcUaTz79uKCnXEOTwbKHir57vu7hVf1 { width:15.125rem;height:4.0625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW3GcaqxefiVc9HklHKpI2GnZhQHq5hI { display:block; }
 }@media only screen and (max-width: 763px) { #SnTP4z84lP16fqVRPe10hiWJgS2y8Jkh { width:44.625rem;height:5.625rem;top:23.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWO5306h2PbfbXkMJTiZTdMVCgb6nyHK { width:1.3125rem;height:1.3125rem;top:32.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5JEKZqD17H5eWtocU4bIh6mvJ3d1J2m { width:39.1875rem;height:37.875rem;top:5.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydOdk8LsXJxz2VgkWwhwm8uNxlgmzXJg { width:13.1875rem;height:2.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh6t112BvK2l3TKJkymuJ2otOdykhcV2 { display:block; }
 }@media only screen and (max-width: 763px) { #cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp { display:block; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzGUkPXTATdAi7ZyLCw6wW1shMCqVdQA { width:47.75rem;height:1.375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv { display:block; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQA7S4VaKHXMfFZqImTyo875XiZN28o5 { width:5.75rem;height:2.9375rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taQLifTVt6oFf4sf6MH3fJchLO7BxC0e { width:7.875rem;height:1.25rem;top:1.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20XTuvuyG5Bn2Q7Qx02DFmzwnzSqpOu { width:8.125rem;height:2.9375rem;top:0.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZVfTvqrFCZzkExpanH2SvPmhhNLKStO { width:5.8125rem;height:3.1875rem;top:0rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKOyE9PpPPKXolhCgZf7kG6TrTRnayP { width:4.0625rem;height:3.0625rem;top:0rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0Gq6pd9vsp0b67y5zbiMMNrrMfQnNX { width:7.875rem;height:2.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI6kMITeQEt322q27Gx5m76TWXMBWBdv { width:5rem;height:3.125rem;top:6.5625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic4f9HX6wOvsXXabE0mo95tfzxqrqBTp { width:5.8125rem;height:1.5625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL6tkh9h2tCXBUSOLm8nXCFUVhlb8plS { width:9.6875rem;height:2.125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SXoGHDx4GKq0BVV2p7brBonVU1qtrJ { width:6.1875rem;height:2.5rem;top:6.875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VZ68Pfizo10PrMfPczTTHJ4p2bx48f { width:7.1875rem;height:2.1875rem;top:7.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfT2qQtcwTdaoz5J54vUB3nQwwMIznxZ { width:3.875rem;height:3.125rem;top:6.6875rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlratOpAlUn5XtoFw1OeHCwdyPI0LRbD { width:6.375rem;height:2.8125rem;top:6.875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKpTDztM9lkTvOfBVA8bn7FmhPXHJwAJ { width:9.375rem;height:1.8125rem;top:0.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofIChz70sNwBLiA16baMXbzZDxVDD2b { display:block; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO9EPiatDuzpK5syvtMmFJh8AzHd6HE4 { width:38.3125rem;height:3.0625rem;top:3.625rem;left:9.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4MTZykVJJtUTwzhTluGdMVhtJ0AAbLK { width:38.0625rem;height:12.375rem;top:8.5rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8 { width:33.25rem;height:24.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJoZKtACcPRin8xbDlElb2P1u8wLxy3b { width:33.25rem;height:24.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y { display:block; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2OOSnBIOZtmkMcte3pnRX9m8UTsxK17 { width:38.3125rem;height:3.0625rem;top:6.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ke3BwTZpvaF2UVr0vlEd2oNMi0BRWC { width:38.0625rem;height:12.375rem;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh0alAGG0IsdR5S9oSSZflGHDl56sINd { width:33.25rem;height:24.375rem;top:3.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gav1miwQp54GrZ1atCwk61MPezCH1MNf { width:33.25rem;height:24.375rem;top:3.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy { display:block; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuGtCQiD9g1x8cF36zWgTTWiUngMP2wg { width:19rem;height:16.9375rem;top:5.375rem;left:28.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwHEGVfhdW9K16v7KMTTNQ8XFUzFf8GI { width:17.0625rem;height:2.0625rem;top:2.5625rem;left:30.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUiyvRZ2erIzJh0i4qvoae9k4MqZUNIP { width:1.3125rem;height:1.3125rem;top:2.9375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1V8iVWqrwr6c7EvPltPbJPvWnnSJPGq { width:25.625rem;height:24.0625rem;top:0.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 { display:block; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llxZgrUzr6lUUzFLzKiTkJtEenvVTTiK { width:20.4375rem;height:15.3125rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW0TJHXsAXxMOWvmVcvpZZswBL9FE5eK { width:18.125rem;height:2.0625rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxpODkQUka4BOMAJD6UtmlfuxNR4lhO { width:22.0625rem;height:15.3125rem;top:4.625rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u81I7tPxvQSFd6zaxbmZaUMgsMsJ6G7T { width:15.625rem;height:2.0625rem;top:2rem;left:18.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrDpRvvyTgVHCbVmQMdMasgGsuVbflbu { width:1.3125rem;height:1.3125rem;top:2.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfOBKPpmRDF9cl1AUfzgd8KLTUy4Ayw { width:1.3125rem;height:1.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Sl5XHAGRP3P6WnD3yH2qzsxCaONHMF { width:25.5625rem;height:23.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQQh94NhkmUHbzve4teXNflAuvLs2zm { width:25.625rem;height:23.4375rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC { display:block; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKokpgPD5cGb9GheUATqFauTgNvi6H8J { width:43.25rem;height:4.5rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKTEDtmnm9Kh7uKpdUNN6QSwtuhvLiP { width:1.3125rem;height:1.3125rem;top:4.5625rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FH32kA7FHgtEz8CNuy3LQ066M24Rxs { width:20.5625rem;height:4.0625rem;top:3.25rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxWRCL2T3uBovJvVkq07Dzr8bAxMAx9 { display:block; }
 }@media only screen and (max-width: 763px) { #EhbgUscXZWw0oR2Ib1753N71zwB233Gr { display:none; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKN50OrJfWyyMtk0NXz90H8iKvFD79fn { display:block; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFe2CEI3TiILDmaPKEdo2ILMkZy5934p { width:47.75rem;height:36.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPaUH7TxtKzaEh7zENOUvQsrJWa6hngX { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMgvDxqdWRuZKhTFx7G5ffk7qwu3VkXV { width:33.3125rem;height:14.0625rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqPtEU39nmFxqwsVlQp3beTIEekwHsl { width:47.75rem;height:0.25rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6CqiZNBsxv4P90As0EcGSObTDr27qfz { width:12.25rem;height:3.3125rem;top:24.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ0tWIeMHPXBUpGLlTg9GA3mrbOSBsET { display:block; }
 }@media only screen and (max-width: 763px) { #Rn23Nt6xJT2D728gFlGfszKFG9xLWXfE { width:21.5rem;height:1.5625rem;top:25.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX5gD4FpnfKQbVgROhfySWsLTymfqfnT { display:block; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOFDvwf3QbM8AhPpKs0RXn0ONarKEDWM { width:47.75rem;height:3.0625rem;top:9.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDgGBKyrHgTsT1h4O3QU6xPHH1z1vqX { width:9.875rem;height:9.875rem;top:4.375rem;left:37.875rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTfPgg73Es9FMPxv2wg6bNON04OIPQn { width:6.375rem;height:2.0625rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK { display:block; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IREFq0613pTqALE2K1nErHVkMLdJ2aFW { width:23.125rem;height:32.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u090uPu3XB32tuLDlSFX7mZXOZ5Z8wJb { width:17.75rem;height:4.8125rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgEaozZqIIfvBgmkknnrwHngW3nDEod { width:17.125rem;height:12.9375rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sdIKxaNWhTmVUyBwR8fBOnXtwZFCkt { width:1.8125rem;height:10.5rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1VHgpAt7J4noqKn4XU65dCpIXZkxBEE { width:10.9375rem;height:3.1875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blgI1BgmP9Tl4nRoMk3olMuZE4SdkopL { display:block; }
 }@media only screen and (max-width: 763px) { #lB8myMVL4kAgofclI3cr7tF3aUtIEIDy { width:17.125rem;height:2.8125rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #my54ro7xEkhZ9P1EPdy4dIJTgXLICtgm { width:23.125rem;height:32.5rem;top:0rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntplm42k8hwak7CcO6SyBrJdi7gB74qT { width:17.125rem;height:4.75rem;top:5.4375rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuy0kMDgATz1mKvcNGtZcTmxMRKu3fMf { width:17.125rem;height:12.8125rem;top:13rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqLQuxwMEqsNhVCfFibJTtTp6wc3OypQ { width:17.125rem;height:2.8125rem;top:2.625rem;left:14.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnWTyPT4uuCCMsWe9oOUgqDWRQxTiWFp { width:10.9375rem;height:3.1875rem;top:27rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OThxDX8kgqRdxhpfAQt9UIotGkQSpkMO { display:block; }
 }@media only screen and (max-width: 763px) { #ndOkJgmubxNwwovuOUzLiskMEVCGxDU3 { width:1.8125rem;height:10.5rem;top:13rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIDhXVL5IwFC9F8cyTS2qOvyipu4vwII { width:23.125rem;height:32.5rem;top:0rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTzqCf8doKtZiMAeN5a7sSvpdZzx82S { width:10.9375rem;height:3.1875rem;top:24.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3K8C0WXvHlS7NrLOPigaU7axa7ZvCW4 { display:block; }
 }@media only screen and (max-width: 763px) { #SpxsJOsdl3xn1EZSCeK5yZeVWk3v5WCa { width:17.125rem;height:9.3125rem;top:13rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDaNTNVI48KWVk0IxO7rd2rdarMCvEn { width:17.125rem;height:4.75rem;top:5.4375rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBb6Ze7rKQFVuD27A7TThtgWnh5Vm3J { width:17.125rem;height:2.8125rem;top:2.625rem;left:30.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7lTqWegeeour8EATX73EAr50RqN6Sew { width:1.8125rem;height:9.3125rem;top:13rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF { display:block; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeVQEXWSV63VBxIQBDXBctWNvGMbUnvH { width:43.25rem;height:4.5rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBrRqVCDCpNNo8o3NIRgi9ETUnlr9s96 { width:20.5625rem;height:4.0625rem;top:3.25rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDl2JEoCapl6GcqTuNAgZ9K3gP2iETZE { display:block; }
 }@media only screen and (max-width: 763px) { #LsXphOkECppVuTFTRZnCtIeIexx0pOyd { width:0.625rem;height:0.625rem;top:2.9375rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJMx3ikcbStpNa2dToLktwizKuRo1PAV { display:block; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGTRT0dNIqdcducGk0FZ4r6QV4A7PPMx { width:47.75rem;height:3.0625rem;top:8.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn { display:block; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFB5CpXOsKCwb7ws73Z11z4RVqaElw6r { width:15.875rem;height:14.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C18KPk9HDNdtAkJERhZ1ECoxNrmCtZAz { width:12.5rem;height:6.1875rem;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoytsGtPSPuiW0BBw3XOETKSr3vmACS { width:15.875rem;height:11.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIaBxJO8bZmuqNc47cMMpGKJZCUVmoQF { width:15.875rem;height:14.9375rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaFtOAHChEwIsvAilc7kT8D7mAo9eNIm { width:15.875rem;height:11.1875rem;top:3.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFwQ2yuaSEBXz1pfyNmc9DIHC4xXlKa5 { width:12.5rem;height:6.1875rem;top:6.3125rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eezTrntTwK5rCqCHQwaNyVFPlWApsdI9 { width:15.875rem;height:14.9375rem;top:0rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wprf6SVdmMhGGsCWz0HdrE4tNfETIOyV { width:15.875rem;height:11.1875rem;top:3.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6miOx9ppQMo3kqGvpRgST85urpRW6Vr { width:12.5rem;height:6.1875rem;top:6.25rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpsBgT3sREbRTfWkFxgoyeFTIWQGSCt1 { width:15.875rem;height:14.9375rem;top:0rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQs7LNSqB11668yP38uP9eCWPlRSN6kE { width:12.5rem;height:6.1875rem;top:6.25rem;left:23.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhNVkIfDzKXrd30smteWKzvcci1lbiLz { width:15.875rem;height:11.1875rem;top:3.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEFMdeCCHqZ4vo4d943OZUdaCplGTSp { width:15.875rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSNLIC2RgVyEJQHJ6azKyFLW0tl6u9tp { width:15.875rem;height:11.1875rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMx4tE2XT7OEW34ulRDsE22WvCQu3aN { width:15.875rem;height:11.1875rem;top:0.0625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEuCQu8Ml3Klb3mT1BkPxAECxeNi3GLo { width:15.875rem;height:11.1875rem;top:0rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 { display:block; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2Fzpotfo3si55TFJZAQvyHmm4CFn2Fq { width:15.875rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDt2dPTHeyEimRL5GrLNMIakmGZTEC2 { width:12.5rem;height:6.1875rem;top:6.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZqC7SVTVaDtz9hu3ZViZqmQf9GFffF { width:15.875rem;height:11.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKeZy8x3x5hB7LDWS8rTOCa5BtcGk1MU { width:15.875rem;height:14.9375rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyeeeUUqKQmSH8XvUe8No9hnswAAouwb { width:15.875rem;height:11.1875rem;top:3.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLGA3Ef6s6fIE3ykCkT076NlegW0r7u8 { width:12.5rem;height:6.1875rem;top:6.3125rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goli59mnZWts691BLnX3PcZk1vlVRCdJ { width:15.875rem;height:15rem;top:0rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3KeOEJGH0xcyaBVXxrmHp7OZiRnxgop { width:15.875rem;height:11.1875rem;top:3.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBsoL14xhxhvFyxPNUJrWTMINgkua0wc { width:12.5rem;height:6.1875rem;top:6.25rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCyod5p3uSBSVsyJv5aC1TU36eswtt9 { width:15.875rem;height:14.9375rem;top:0rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPPGHTZSv6VMu10DZlnMeIf3m31VihN { width:12.5rem;height:6.1875rem;top:6.3125rem;left:23.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QF6oqVG4TO50SazuuguNUAUbNNOr02 { width:15.875rem;height:11.1875rem;top:3.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqC43JFON1lb37PuWNnUo8tlXh13UFcy { width:15.875rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIIvhJMh5M2wQGfA25zcHKc5TAwOq9H1 { width:15.875rem;height:11.1875rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv4Ty886XdubREPkpZSbBNQ5NwdtdAS6 { width:15.875rem;height:11.1875rem;top:0rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7hZzFKnkDecmuOcNRkoTbpUAms5x6Nt { width:15.875rem;height:11.1875rem;top:0rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmDyxUeRyc4oexsxPBlCyOqKU9xxgn9R { width:47.75rem;height:7.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ { display:block; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2ZIlpRPf2Uu6kfE1zBAOUHg2cziEuIE { width:47.75rem;height:6.75rem;top:9rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtWs7PRPdVcMIfFXBA4wIN6Qxh7lxIE6 { width:47.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh9UP8Re7mbXW7PRXAUTT1yUSesyT9I8 { width:20.625rem;height:6.375rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA59XOX3MfQredzzsk2dWikby600nAUG { width:20.6875rem;height:2.8125rem;top:23.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQqB06RccwL2hdEctSC4QF0IJT72dJRs { width:2.6875rem;height:2.6875rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsz6y0bvrUsGr4N6WrBzOlGZfE8DtAA { width:20.625rem;height:6.375rem;top:27.25rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma3DFIB0HEqbIvt6JsblN0xD4egNCa1J { width:20.6875rem;height:2.8125rem;top:23.625rem;left:13.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caMe97yXqHm8xoJiiUFvV0lVKN9sOzzv { width:2.6875rem;height:2.6875rem;top:20.5625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVX8DZXwz8T9z9dLvyPbnKbusKPOlAmF { width:20.625rem;height:6.375rem;top:27.25rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtTImiHcprqhuDGB0mHf6FOaJZXVprWS { width:20.6875rem;height:2.8125rem;top:23.625rem;left:27.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EChBFQTM5oTMXEvK7qqvWPgUhT5T3mc6 { width:2.6875rem;height:2.6875rem;top:20.5625rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 { display:block; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVwu8NnMUOBgoEtOXutmboplw5hVMbRn { width:47.75rem;height:7.3125rem;top:7rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ6pNBI5zA2XbSmoPxD8OiJXeOVIRvzt { width:28.125rem;height:25.5625rem;top:31.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opZMb0BrlgFDp1TwgFH0NwHLZFQhf2Or { width:21.5rem;height:1.5625rem;top:28.75rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0OAJWKCgQv67PhuLqpVHsLExymeGV2T { width:20.3125rem;height:4.0625rem;top:18.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP81GDbvENdDiPcXkIoXE4qdsNp8BITA { display:block; }
 }@media only screen and (max-width: 763px) { #lUGTt37kmI2EJL3CeqWyT1S8KhNORVX3 { width:3.125rem;height:3.125rem;top:19.3125rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLs51NX2zbz0mb1RTocudOTNrpq54uWs { width:31.4375rem;height:1.5625rem;top:15.8125rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOzNFTsRDfcDzTZQXEdEwhxvT7lciMUS { width:3.125rem;height:3.125rem;top:25.6875rem;left:24rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRSc2BwRtFyxw2IlflMGZNwzfPZLhAr { width:0.625rem;height:0.625rem;top:18.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf { display:block; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WME38KKw09R3mfADLkHJng2fCtpx0bT9 { width:47.75rem;height:19.5625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXDEgtCCdxuwlykQU3niiQ4Zl29dp8Vl { width:2.75rem;height:2.875rem;top:5.25rem;left:12.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml5HfsIoxPvWPqtv4tSq0bTJrseVVNMT { width:19.0625rem;height:2.25rem;top:5.5rem;left:15.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfDekJfuDVo0TomaihiNiH6SsWV6g706 { display:block; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRr7cPiJKcQsRpT6DbwZKUomB5K5dS5O { width:13.25rem;height:4rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWR0HrQoMklzCd9L7Ubq3UNmrwTTMmgs { width:5.9375rem;height:1.5625rem;top:6.125rem;left:17.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufcn2Q8MiiXGHvF827iDie989AQbPrqW { width:7.5625rem;height:1.5625rem;top:6.125rem;left:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOFR6muXqdv5yF2yKKv1wEmrmVtPJewX { width:1.9375rem;height:1.9375rem;top:5.875rem;left:15.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNQB4d4KGInut9F06gXIBhRNlQKC8bXI { width:1.9375rem;height:1.9375rem;top:5.9375rem;left:23.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFRU6Fq9MLRMuk8cWMWF0LIg2F1Zc9dc { width:16.5rem;height:3.625rem;top:4.25rem;left:31.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMm71xwXpCKSTQ6eQooD9HSCySEgZScH { display:block; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qH94gPt2rdyVT7Xq5bywdphTTHuAt6wM { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSr4dQcNcgNvTrVU9JJBs1WlTDpqzkuN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wAEAeJNNDzoz5STf6nXv74089SCzHOUK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK.adaptive-delivery-prevent-bg, #wAEAeJNNDzoz5STf6nXv74089SCzHOUK.lazyload, #wAEAeJNNDzoz5STf6nXv74089SCzHOUK.lazyloading { background-image: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container { background-color: transparent; background-image: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container > .video-iframe-container { display: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row > .video-iframe-container { display: none; }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .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); }#wAEAeJNNDzoz5STf6nXv74089SCzHOUK > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlBVX3axflD934pfDSZNOhWCnm1lsUO8 { width:10.9375rem;height:3.3125rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x9uvicifJko6tn91GQKkJyQGoRG5Dn5H { width:20rem;height:6.8056875rem;top:9.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RvC6wvohPnDAMRLLuN7eWwzEVOQanm2H { width:17.9375rem;height:3.6875rem;top:28.9375rem;left:0rem;font-size:0.8125rem;background-color:#6e00ea;background-image:none;border-top:0;border-left:1.875rem solid #6e00ea;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nzN0ngmATTdIQsSRLU17OUNfNvzoy28p { display:block; }
 }@media only screen and (max-width: 763px) { #mHLTGIPAHVlTTqT5iMlo3goXc16a6v9K { width:19.125rem;height:5.25rem;top:20.869140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD8OJ30240TLkFgtwGTB2Q6CSpNwXgmb { width:1.374025rem;height:1.374025rem;top:30.09375rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqMaykLsCnXrTInT8p62SUm4kWstTCg { width:3.4375rem;height:3.4375rem;top:36.994140625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2GOhc1Oa1yVneDglxoL5Qff5if1cJPd { width:5.5rem;height:2.75rem;top:37.369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQThWSW205havZATtGbmTXtTF7o07CKI { width:20rem;height:21.5rem;top:4.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#sQThWSW205havZATtGbmTXtTF7o07CKI.adaptive-delivery-prevent-bg, #sQThWSW205havZATtGbmTXtTF7o07CKI.lazyload, #sQThWSW205havZATtGbmTXtTF7o07CKI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MHigVCv5OrsdFx8oIDgTXq4Nm5gTJnuO { width:5.125rem;height:3rem;top:37.212890625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8xy4CyZidZZs4kArWcUdam5VE5HlWK4 { width:20rem;height:38.9375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#I8xy4CyZidZZs4kArWcUdam5VE5HlWK4.adaptive-delivery-prevent-bg, #I8xy4CyZidZZs4kArWcUdam5VE5HlWK4.lazyload, #I8xy4CyZidZZs4kArWcUdam5VE5HlWK4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Lt8XTF4r4bLWDmmt2u3JDahOyKIDK5GS { width:20rem;height:38.9375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Lt8XTF4r4bLWDmmt2u3JDahOyKIDK5GS.adaptive-delivery-prevent-bg, #Lt8XTF4r4bLWDmmt2u3JDahOyKIDK5GS.lazyload, #Lt8XTF4r4bLWDmmt2u3JDahOyKIDK5GS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F { width:20rem;height:38.9375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F.adaptive-delivery-prevent-bg, #SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F.lazyload, #SmC7Cb4k0xTPJAn2adIp3stzdCcTac7F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.adaptive-delivery-prevent-bg, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyload, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyloading { background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { background-color: transparent; background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miJZR4zkTr402sFvb1UTsWczqgoORhKK { width:10.9375rem;height:3.3125rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #msLDLhP16P3HA0wvCtmxfVGqKuz8Qgkl { width:20rem;height:6.8056875rem;top:9.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T9qkyVPabFR2nH07ZAvAS2GxTP585q8I { width:19.125rem;height:5.25rem;top:20.869140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL { width:20rem;height:21.5rem;top:4.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL.adaptive-delivery-prevent-bg, #JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL.lazyload, #JQCxIWMJOJaoHZaKlMBaGEaxXz3ATzLL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ { width:20rem;height:38.9375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ.adaptive-delivery-prevent-bg, #Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ.lazyload, #Mhe06OgygwS2CXc1FOXZTXxsPvHsFmmJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xoIG0QJb07QC4GUTGdJCwadE1WnEQt6P { width:20rem;height:38.9375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#xoIG0QJb07QC4GUTGdJCwadE1WnEQt6P.adaptive-delivery-prevent-bg, #xoIG0QJb07QC4GUTGdJCwadE1WnEQt6P.lazyload, #xoIG0QJb07QC4GUTGdJCwadE1WnEQt6P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kywPKdZu33TrbTfu5e4cmOaItiips7U7 { width:20rem;height:38.9375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#kywPKdZu33TrbTfu5e4cmOaItiips7U7.adaptive-delivery-prevent-bg, #kywPKdZu33TrbTfu5e4cmOaItiips7U7.lazyload, #kywPKdZu33TrbTfu5e4cmOaItiips7U7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f27SMHqSlDwRXscH6wcL19GTgTfcBfiz { width:12.1875rem;height:3.4375rem;top:27.369140625rem;left:3.875rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #lFzxS5L3bpbKed6fHieFNDKVMwSbnms6 { display:block; }
 }@media only screen and (max-width: 763px) { #p2voNlNTkdGGvaXHAC0DvsW7GTu4UwW3 { width:12.1875rem;height:3.4375rem;top:32.056640625rem;left:3.875rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #JRiKobbhB8dZvo4a27gS1rgmaVwgHMkQ { display:block; }
 }@media only screen and (max-width: 763px) { #xQ1clzhLugs1EwIKqV40o6lPpL05ifOV { width:12.4375rem;height:1.0625rem;top:36.744140625rem;left:3.75rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #vyQFtxtA7sMT5O3IAK1JWEtZH4s1FxRk { display:block; }
 }@media only screen and (max-width: 763px) { #g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e.adaptive-delivery-prevent-bg, #g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e.lazyload, #g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e.lazyloading { background-image: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container { background-color: transparent; background-image: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container > .video-iframe-container { display: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row > .video-iframe-container { display: none; }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .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); }#g8ANXaE0rzz9RFQtVQ67fLOrN0dN1W6e > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xABHGMMOVhQTJpl686PATXgrT4n6UtNH { width:20rem;height:6.8056875rem;top:9.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #akJ8724fbiVniu7Xtcq5QOdvmqph6ZTK { width:17.9375rem;height:3.6875rem;top:28.9375rem;left:0rem;font-size:0.8125rem;background-color:#6e00ea;background-image:none;border-top:0;border-left:1.875rem solid #6e00ea;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nA65iwtXqeEsVaNukPWxb8uLdklE7qVX { display:block; }
 }@media only screen and (max-width: 763px) { #wMWNfmq3ThWO4TBebu2eEoD7npQkcEyE { width:19.125rem;height:5.25rem;top:20.869140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwLLBwH4TKvdB0E2QgV7CpMPLKMEhqlU { width:1.374025rem;height:1.374025rem;top:30.09375rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfOF4qdSieG0DGMr713nZZNtwbpOS8sw { width:20rem;height:44rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLFTbnOMqupE69x6BKaUmd66LCvmt4fr { width:8.3125rem;height:2.5rem;top:46.1376953125rem;left:11.6875rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #yRFMH7G45aR6JCRbg9PTz8wzBfLX1seD { display:block; }
 }@media only screen and (max-width: 763px) { #G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4.adaptive-delivery-prevent-bg, #G8CD9GoxlAacCMT95HVQAtarXwu1zPu4.lazyload, #G8CD9GoxlAacCMT95HVQAtarXwu1zPu4.lazyloading { background-image: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container { background-color: transparent; background-image: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container > .video-iframe-container { display: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row > .video-iframe-container { display: none; }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .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); }#G8CD9GoxlAacCMT95HVQAtarXwu1zPu4 > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFzbLf03rKDEf8uxCo2F559hk88qfF6y { width:20rem;height:6.8056875rem;top:9.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y9IX62fCotqGlOravGEqLntgKreh9e3U { width:17.9375rem;height:3.6875rem;top:28.9375rem;left:0rem;font-size:0.8125rem;background-color:#6e00ea;background-image:none;border-top:0;border-left:1.875rem solid #6e00ea;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #H4ZfB4TysbGPgTlrPOpe9TTbQPkr5wZH { display:block; }
 }@media only screen and (max-width: 763px) { #fVZU7lBIJah1AAeAm9vcpLPZ15ok05GP { width:19.125rem;height:5.25rem;top:20.869140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCwISRRATA2l6b4RGoP3ZxwTpSZKH11I { width:1.374025rem;height:1.374025rem;top:30.09375rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt.adaptive-delivery-prevent-bg, #U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt.lazyload, #U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt.lazyloading { background-image: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container { background-color: transparent; background-image: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container > .video-iframe-container { display: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.44); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row > .video-iframe-container { display: none; }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .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); }#U37rVoJ3CJT12tXT3ndwcqnaxCSaLdqt > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGlsXn2g1pTeTATT3OO9bZkfCZtMPXeQ { width:20rem;height:6.8056875rem;top:9.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aUcUaTz79uKCnXEOTwbKHir57vu7hVf1 { width:17.9375rem;height:3.6875rem;top:28.9375rem;left:0rem;font-size:0.8125rem;background-color:#6e00ea;background-image:none;border-top:0;border-left:1.875rem solid #6e00ea;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yW3GcaqxefiVc9HklHKpI2GnZhQHq5hI { display:block; }
 }@media only screen and (max-width: 763px) { #SnTP4z84lP16fqVRPe10hiWJgS2y8Jkh { width:19.125rem;height:5.25rem;top:20.869140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWO5306h2PbfbXkMJTiZTdMVCgb6nyHK { width:1.374025rem;height:1.374025rem;top:30.09375rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5JEKZqD17H5eWtocU4bIh6mvJ3d1J2m { width:20rem;height:37.875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydOdk8LsXJxz2VgkWwhwm8uNxlgmzXJg { width:13.1875rem;height:2.5rem;top:33.875rem;left:3.375rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #lh6t112BvK2l3TKJkymuJ2otOdykhcV2 { display:block; }
 }@media only screen and (max-width: 763px) { #cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0d0e, #000000);background-image: -moz-linear-gradient(180deg, #0d0d0e, #000000);background-image: -ms-linear-gradient(180deg, #0d0d0e, #000000);background-image: -o-linear-gradient(180deg, #0d0d0e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0d0d0e, #000000);background-size:cover !important;display:block; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container { background-color: transparent; background-image: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container > .video-iframe-container { display: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row > .video-iframe-container { display: none; }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .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); }#cIaWcSTRV4q5J73IEZi3tt15LXA0ZLAp > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzGUkPXTATdAi7ZyLCw6wW1shMCqVdQA { width:20rem;height:0.9619125rem;top:5.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv { display:block; }#kfuhzZbbZrBpTzt0Ss0bXJUUGmdI6Ncv > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQA7S4VaKHXMfFZqImTyo875XiZN28o5 { width:4.625rem;height:2.3125rem;top:0.25rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taQLifTVt6oFf4sf6MH3fJchLO7BxC0e { width:8.0625rem;height:1.25rem;top:11.125rem;left:10.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f20XTuvuyG5Bn2Q7Qx02DFmzwnzSqpOu { width:8.125rem;height:2.9375rem;top:4.78125rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZVfTvqrFCZzkExpanH2SvPmhhNLKStO { width:5.8125rem;height:3.1875rem;top:9.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKOyE9PpPPKXolhCgZf7kG6TrTRnayP { width:3.8125rem;height:2.875rem;top:14.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0Gq6pd9vsp0b67y5zbiMMNrrMfQnNX { width:7.875rem;height:2.25rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI6kMITeQEt322q27Gx5m76TWXMBWBdv { width:5rem;height:3.125rem;top:25.0625rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic4f9HX6wOvsXXabE0mo95tfzxqrqBTp { width:5.8125rem;height:1.5625rem;top:20.59375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL6tkh9h2tCXBUSOLm8nXCFUVhlb8plS { width:9.9375rem;height:2.3125rem;top:0rem;left:-0.80514705882356rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SXoGHDx4GKq0BVV2p7brBonVU1qtrJ { width:6.1875rem;height:2.5rem;top:25.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VZ68Pfizo10PrMfPczTTHJ4p2bx48f { width:7.1875rem;height:2.1875rem;top:20.15625rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfT2qQtcwTdaoz5J54vUB3nQwwMIznxZ { width:3.875rem;height:3.125rem;top:30.46875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlratOpAlUn5XtoFw1OeHCwdyPI0LRbD { width:6.375rem;height:2.8125rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKpTDztM9lkTvOfBVA8bn7FmhPXHJwAJ { width:7.375rem;height:1.625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofIChz70sNwBLiA16baMXbzZDxVDD2b { background-color:#000000;background-image:none;display:block; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container { background-color: transparent; background-image: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container > .video-iframe-container { display: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row > .video-iframe-container { display: none; }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .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); }#MofIChz70sNwBLiA16baMXbzZDxVDD2b > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO9EPiatDuzpK5syvtMmFJh8AzHd6HE4 { width:20rem;height:2.40625rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F4MTZykVJJtUTwzhTluGdMVhtJ0AAbLK { width:20rem;height:0;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8 { width:20rem;height:24.375rem;top:2.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8.adaptive-delivery-prevent-bg, #PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8.lazyload, #PNoHglx4TIz1MXMwbQbl0dWFRRKGLnF8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nJoZKtACcPRin8xbDlElb2P1u8wLxy3b { width:20rem;height:24.375rem;top:2.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#nJoZKtACcPRin8xbDlElb2P1u8wLxy3b.adaptive-delivery-prevent-bg, #nJoZKtACcPRin8xbDlElb2P1u8wLxy3b.lazyload, #nJoZKtACcPRin8xbDlElb2P1u8wLxy3b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y { background-color:#000000;background-image:none;display:block; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container { background-color: transparent; background-image: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container > .video-iframe-container { display: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row > .video-iframe-container { display: none; }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .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); }#HLtkdHgGmmdhV2ofOsHglCE0iSCdex8y > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2OOSnBIOZtmkMcte3pnRX9m8UTsxK17 { width:20rem;height:2.40625rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i4ke3BwTZpvaF2UVr0vlEd2oNMi0BRWC { width:20rem;height:0;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh0alAGG0IsdR5S9oSSZflGHDl56sINd { width:20rem;height:24.375rem;top:3.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Mh0alAGG0IsdR5S9oSSZflGHDl56sINd.adaptive-delivery-prevent-bg, #Mh0alAGG0IsdR5S9oSSZflGHDl56sINd.lazyload, #Mh0alAGG0IsdR5S9oSSZflGHDl56sINd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gav1miwQp54GrZ1atCwk61MPezCH1MNf { width:20rem;height:24.375rem;top:3.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#gav1miwQp54GrZ1atCwk61MPezCH1MNf.adaptive-delivery-prevent-bg, #gav1miwQp54GrZ1atCwk61MPezCH1MNf.lazyload, #gav1miwQp54GrZ1atCwk61MPezCH1MNf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy.adaptive-delivery-prevent-bg, #WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy.lazyload, #WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy.lazyloading { background-image: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container { background-color: transparent; background-image: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container > .video-iframe-container { display: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row > .video-iframe-container { display: none; }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .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); }#WQylZz4QrzbqpkQ2GDZTUa29wJxEpQGy > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuGtCQiD9g1x8cF36zWgTTWiUngMP2wg { width:16.4375rem;height:14.11913125rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwHEGVfhdW9K16v7KMTTNQ8XFUzFf8GI { width:16.6875rem;height:1.71875rem;top:0rem;left:2rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uUiyvRZ2erIzJh0i4qvoae9k4MqZUNIP { width:1.3125rem;height:1.3125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1V8iVWqrwr6c7EvPltPbJPvWnnSJPGq { width:19.75rem;height:22.9375rem;top:0rem;left:0rem;background-color:rgba(30,0,79,0.29);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);display:none; }
 }@media only screen and (max-width: 763px) { #TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ac8ca68-6d47-4aec-b8d7-1d4d604b523a/bg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5.adaptive-delivery-prevent-bg, #TTg0inUwGTP9BDkNp77kek4VnAvHpwG5.lazyload, #TTg0inUwGTP9BDkNp77kek4VnAvHpwG5.lazyloading { background-image: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container { background-color: transparent; background-image: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container > .video-iframe-container { display: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row > .video-iframe-container { display: none; }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .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); }#TTg0inUwGTP9BDkNp77kek4VnAvHpwG5 > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llxZgrUzr6lUUzFLzKiTkJtEenvVTTiK { width:20rem;height:12.78221875rem;top:2.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW0TJHXsAXxMOWvmVcvpZZswBL9FE5eK { width:15.75rem;height:1.71875rem;top:0rem;left:2.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uVxpODkQUka4BOMAJD6UtmlfuxNR4lhO { width:20rem;height:12.71971875rem;top:22.53125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u81I7tPxvQSFd6zaxbmZaUMgsMsJ6G7T { width:15.75rem;height:1.71875rem;top:20.1875rem;left:2.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GrDpRvvyTgVHCbVmQMdMasgGsuVbflbu { width:1.3125rem;height:1.3125rem;top:20.390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfOBKPpmRDF9cl1AUfzgd8KLTUy4Ayw { width:1.3125rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Sl5XHAGRP3P6WnD3yH2qzsxCaONHMF { width:20rem;height:22.1875rem;top:6.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLQQh94NhkmUHbzve4teXNflAuvLs2zm { width:20rem;height:22.1875rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC { background-color:#000000;background-image:none;display:block; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container { background-color: transparent; background-image: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container > .video-iframe-container { display: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row > .video-iframe-container { display: none; }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .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); }#TcLdpKbEvgLdg0qUhJHTf9ATGCmiq9rC > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKokpgPD5cGb9GheUATqFauTgNvi6H8J { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#78ffeb;display:block; }
 }@media only screen and (max-width: 763px) { #IhKTEDtmnm9Kh7uKpdUNN6QSwtuhvLiP { width:1.3125rem;height:1.3125rem;top:9.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FH32kA7FHgtEz8CNuy3LQ066M24Rxs { width:20rem;height:4.0625rem;top:8.3125rem;left:0rem;font-size:1rem;background-color:#00caac;background-image:none;border-top:0;border-left:1.5625rem solid #00caac;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CqxWRCL2T3uBovJvVkq07Dzr8bAxMAx9 { display:block; }
 }@media only screen and (max-width: 763px) { #EhbgUscXZWw0oR2Ib1753N71zwB233Gr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d058dbf0-4a5d-4f88-8a1a-10f4f211aa7c/Teste22pptx21.crop_650x720_447,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr.adaptive-delivery-prevent-bg, #EhbgUscXZWw0oR2Ib1753N71zwB233Gr.lazyload, #EhbgUscXZWw0oR2Ib1753N71zwB233Gr.lazyloading { background-image: none; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container { background-color: transparent; background-image: none; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56); }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container > .video-iframe-container { display: none; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56); }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row > .video-iframe-container { display: none; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .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); }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container { border-width: 0; border-radius: 0; }#EhbgUscXZWw0oR2Ib1753N71zwB233Gr > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKN50OrJfWyyMtk0NXz90H8iKvFD79fn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn.adaptive-delivery-prevent-bg, #NKN50OrJfWyyMtk0NXz90H8iKvFD79fn.lazyload, #NKN50OrJfWyyMtk0NXz90H8iKvFD79fn.lazyloading { background-image: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container { background-color: transparent; background-image: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container > .video-iframe-container { display: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row > .video-iframe-container { display: none; }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .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); }#NKN50OrJfWyyMtk0NXz90H8iKvFD79fn > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFe2CEI3TiILDmaPKEdo2ILMkZy5934p { width:20rem;height:17.5rem;top:5.515625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d058dbf0-4a5d-4f88-8a1a-10f4f211aa7c/Teste22pptx21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MFe2CEI3TiILDmaPKEdo2ILMkZy5934p.adaptive-delivery-prevent-bg, #MFe2CEI3TiILDmaPKEdo2ILMkZy5934p.lazyload, #MFe2CEI3TiILDmaPKEdo2ILMkZy5934p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FPaUH7TxtKzaEh7zENOUvQsrJWa6hngX { width:20rem;height:0.125rem;top:35.21875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMgvDxqdWRuZKhTFx7G5ffk7qwu3VkXV { width:20rem;height:10.5rem;top:1.9375rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gBqPtEU39nmFxqwsVlQp3beTIEekwHsl { width:17.0625rem;height:0.0625rem;top:21.15625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6CqiZNBsxv4P90As0EcGSObTDr27qfz { width:12.25rem;height:3.3125rem;top:14.6875rem;left:0rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #MQ0tWIeMHPXBUpGLlTg9GA3mrbOSBsET { display:block; }
 }@media only screen and (max-width: 763px) { #Rn23Nt6xJT2D728gFlGfszKFG9xLWXfE { width:20rem;height:0;top:17.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XX5gD4FpnfKQbVgROhfySWsLTymfqfnT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a20be4af-cb14-43a8-ab7a-fd2d55ed19cb/gradientatRt42Wl1RQunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT.adaptive-delivery-prevent-bg, #XX5gD4FpnfKQbVgROhfySWsLTymfqfnT.lazyload, #XX5gD4FpnfKQbVgROhfySWsLTymfqfnT.lazyloading { background-image: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container { background-color: transparent; background-image: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container > .video-iframe-container { display: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row > .video-iframe-container { display: none; }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .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); }#XX5gD4FpnfKQbVgROhfySWsLTymfqfnT > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOFDvwf3QbM8AhPpKs0RXn0ONarKEDWM { width:20rem;height:3.4375rem;top:5.8125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FuDgGBKyrHgTsT1h4O3QU6xPHH1z1vqX { width:5.625rem;height:5.625rem;top:4.5rem;left:14.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTfPgg73Es9FMPxv2wg6bNON04OIPQn { width:6.375rem;height:1.375rem;top:3.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a20be4af-cb14-43a8-ab7a-fd2d55ed19cb/gradientatRt42Wl1RQunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK.adaptive-delivery-prevent-bg, #lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK.lazyload, #lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK.lazyloading { background-image: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container { background-color: transparent; background-image: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container > .video-iframe-container { display: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row > .video-iframe-container { display: none; }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .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); }#lrCw3DcdTPwPvOsVq7ku80kGzhL0GiEK > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IREFq0613pTqALE2K1nErHVkMLdJ2aFW { width:19.75rem;height:26.125rem;top:0rem;left:0rem;background-color:rgba(88,0,255,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u090uPu3XB32tuLDlSFX7mZXOZ5Z8wJb { width:16.0625rem;height:3.9375rem;top:4.625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgEaozZqIIfvBgmkknnrwHngW3nDEod { width:17.125rem;height:10.6435375rem;top:10.6875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sdIKxaNWhTmVUyBwR8fBOnXtwZFCkt { width:1.5625rem;height:8.9072125rem;top:10.6875rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #q1VHgpAt7J4noqKn4XU65dCpIXZkxBEE { width:10.9375rem;height:3.1875rem;top:21.4541015625rem;left:2.25rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6e00ea;border-left:0.0625rem solid #6e00ea;border-right:0.0625rem solid #6e00ea;border-bottom:0.0625rem solid #6e00ea;display:block; }
 }@media only screen and (max-width: 763px) { #blgI1BgmP9Tl4nRoMk3olMuZE4SdkopL { display:block; }
 }@media only screen and (max-width: 763px) { #lB8myMVL4kAgofclI3cr7tF3aUtIEIDy { width:17.125rem;height:2.8125rem;top:1.8125rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #my54ro7xEkhZ9P1EPdy4dIJTgXLICtgm { width:19.75rem;height:26.75rem;top:27.25rem;left:0rem;background-color:rgba(0,118,96,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ntplm42k8hwak7CcO6SyBrJdi7gB74qT { width:17.125rem;height:3.9375rem;top:31.75rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuy0kMDgATz1mKvcNGtZcTmxMRKu3fMf { width:15rem;height:10.64354375rem;top:38rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqLQuxwMEqsNhVCfFibJTtTp6wc3OypQ { width:17.125rem;height:2.8125rem;top:28.9375rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnWTyPT4uuCCMsWe9oOUgqDWRQxTiWFp { width:10.9375rem;height:3.1875rem;top:49.375rem;left:2.25rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #1ae5be;border-left:0.0625rem solid #1ae5be;border-right:0.0625rem solid #1ae5be;border-bottom:0.0625rem solid #1ae5be;display:block; }
 }@media only screen and (max-width: 763px) { #OThxDX8kgqRdxhpfAQt9UIotGkQSpkMO { display:block; }
 }@media only screen and (max-width: 763px) { #ndOkJgmubxNwwovuOUzLiskMEVCGxDU3 { width:1.5625rem;height:8.9072125rem;top:38rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zIDhXVL5IwFC9F8cyTS2qOvyipu4vwII { width:19.75rem;height:23.8125rem;top:55.1875rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);background-color:rgba(6,53,201,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DzTzqCf8doKtZiMAeN5a7sSvpdZzx82S { width:10.9375rem;height:3.1875rem;top:74.8125rem;left:2.25rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #003dff;border-left:0.0625rem solid #003dff;border-right:0.0625rem solid #003dff;border-bottom:0.0625rem solid #003dff;display:block; }
 }@media only screen and (max-width: 763px) { #g3K8C0WXvHlS7NrLOPigaU7axa7ZvCW4 { display:block; }
 }@media only screen and (max-width: 763px) { #SpxsJOsdl3xn1EZSCeK5yZeVWk3v5WCa { width:14.75rem;height:7.75780625rem;top:66.1875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDaNTNVI48KWVk0IxO7rd2rdarMCvEn { width:17.125rem;height:3.9375rem;top:59.875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBb6Ze7rKQFVuD27A7TThtgWnh5Vm3J { width:17.125rem;height:2.8125rem;top:57.0625rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7lTqWegeeour8EATX73EAr50RqN6Sew { width:1.5625rem;height:7.8828rem;top:66.3125rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a20be4af-cb14-43a8-ab7a-fd2d55ed19cb/gradientatRt42Wl1RQunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF.adaptive-delivery-prevent-bg, #VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF.lazyload, #VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF.lazyloading { background-image: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container { background-color: transparent; background-image: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container > .video-iframe-container { display: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row > .video-iframe-container { display: none; }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .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); }#VGAS3ThZLETIE9BhCWkSrXKgwPDrT8vF > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeVQEXWSV63VBxIQBDXBctWNvGMbUnvH { width:20rem;height:6.875rem;top:4.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LBrRqVCDCpNNo8o3NIRgi9ETUnlr9s96 { width:17.4375rem;height:4.0625rem;top:13.0625rem;left:1.3125rem;font-size:1rem;background-color:#6e00ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FDl2JEoCapl6GcqTuNAgZ9K3gP2iETZE { display:block; }
 }@media only screen and (max-width: 763px) { #LsXphOkECppVuTFTRZnCtIeIexx0pOyd { width:0.625rem;height:0.625rem;top:12.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJMx3ikcbStpNa2dToLktwizKuRo1PAV { background-color:#000000;background-image:none;display:block; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container { background-color: transparent; background-image: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container > .video-iframe-container { display: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row > .video-iframe-container { display: none; }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .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); }#JJMx3ikcbStpNa2dToLktwizKuRo1PAV > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGTRT0dNIqdcducGk0FZ4r6QV4A7PPMx { width:20rem;height:2.19921875rem;top:7.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn { display:block; }#QxlGaFbTsl5PJuScTAqWlyTkq67w8xZn > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFB5CpXOsKCwb7ws73Z11z4RVqaElw6r { width:9.6875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C18KPk9HDNdtAkJERhZ1ECoxNrmCtZAz { width:7.4375rem;height:3.50390625rem;top:6.93359375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoytsGtPSPuiW0BBw3XOETKSr3vmACS { width:9.6875rem;height:6.875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIaBxJO8bZmuqNc47cMMpGKJZCUVmoQF { width:9.6875rem;height:11.875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaFtOAHChEwIsvAilc7kT8D7mAo9eNIm { width:9.6875rem;height:6.875rem;top:5.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFwQ2yuaSEBXz1pfyNmc9DIHC4xXlKa5 { width:6.375rem;height:3.50390625rem;top:7.05859375rem;left:11.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eezTrntTwK5rCqCHQwaNyVFPlWApsdI9 { width:9.6875rem;height:11.875rem;top:12.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wprf6SVdmMhGGsCWz0HdrE4tNfETIOyV { width:9.6875rem;height:6.875rem;top:17.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6miOx9ppQMo3kqGvpRgST85urpRW6Vr { width:6.75rem;height:3.50390625rem;top:19.9375rem;left:11.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpsBgT3sREbRTfWkFxgoyeFTIWQGSCt1 { width:9.6875rem;height:11.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQs7LNSqB11668yP38uP9eCWPlRSN6kE { width:7.5625rem;height:3.50390625rem;top:19.99609375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhNVkIfDzKXrd30smteWKzvcci1lbiLz { width:9.6875rem;height:6.875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEFMdeCCHqZ4vo4d943OZUdaCplGTSp { width:9.6875rem;height:11.1875rem;top:15.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSNLIC2RgVyEJQHJ6azKyFLW0tl6u9tp { width:15.875rem;height:11.1875rem;top:27.3125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTMx4tE2XT7OEW34ulRDsE22WvCQu3aN { width:15.875rem;height:11.1875rem;top:15.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEuCQu8Ml3Klb3mT1BkPxAECxeNi3GLo { width:15.875rem;height:11.1875rem;top:103rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 { display:block; }#aqS2TqFhDmXiAytemG30TEXc2HP4Qcf7 > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2Fzpotfo3si55TFJZAQvyHmm4CFn2Fq { width:9.6875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDt2dPTHeyEimRL5GrLNMIakmGZTEC2 { width:7.4375rem;height:3.50390625rem;top:7.05859375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZqC7SVTVaDtz9hu3ZViZqmQf9GFffF { width:9.6875rem;height:6.875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKeZy8x3x5hB7LDWS8rTOCa5BtcGk1MU { width:9.6875rem;height:11.875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyeeeUUqKQmSH8XvUe8No9hnswAAouwb { width:9.6875rem;height:6.875rem;top:5.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLGA3Ef6s6fIE3ykCkT076NlegW0r7u8 { width:7.5rem;height:3.50390625rem;top:7.05859375rem;left:11.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goli59mnZWts691BLnX3PcZk1vlVRCdJ { width:9.6875rem;height:11.875rem;top:12.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3KeOEJGH0xcyaBVXxrmHp7OZiRnxgop { width:9.6875rem;height:6.875rem;top:17.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBsoL14xhxhvFyxPNUJrWTMINgkua0wc { width:6.75rem;height:3.50390625rem;top:19.9375rem;left:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCyod5p3uSBSVsyJv5aC1TU36eswtt9 { width:9.6875rem;height:11.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPPGHTZSv6VMu10DZlnMeIf3m31VihN { width:7.5625rem;height:3.50390625rem;top:19.87109375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QF6oqVG4TO50SazuuguNUAUbNNOr02 { width:9.6875rem;height:6.875rem;top:17.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqC43JFON1lb37PuWNnUo8tlXh13UFcy { width:15.875rem;height:11.1875rem;top:9.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIIvhJMh5M2wQGfA25zcHKc5TAwOq9H1 { width:15.875rem;height:11.1875rem;top:51.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xv4Ty886XdubREPkpZSbBNQ5NwdtdAS6 { width:15.875rem;height:11.1875rem;top:98.6875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7hZzFKnkDecmuOcNRkoTbpUAms5x6Nt { width:15.875rem;height:11.1875rem;top:132.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmDyxUeRyc4oexsxPBlCyOqKU9xxgn9R { width:20rem;height:7.5625rem;top:34.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ea9295d-c734-4cf7-9366-787cc3b488bd/200.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ.adaptive-delivery-prevent-bg, #khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ.lazyload, #khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ.lazyloading { background-image: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container { background-color: transparent; background-image: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,6,9,0.87); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container > .video-iframe-container { display: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,6,9,0.87); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row > .video-iframe-container { display: none; }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .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); }#khQRBT8JIt4DuHvd0A0KHfzWH5quzdtJ > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2ZIlpRPf2Uu6kfE1zBAOUHg2cziEuIE { width:20rem;height:5.625rem;top:4.3125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WtWs7PRPdVcMIfFXBA4wIN6Qxh7lxIE6 { width:6.875rem;height:12rem;top:6.0625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh9UP8Re7mbXW7PRXAUTT1yUSesyT9I8 { width:20rem;height:3.9375rem;top:16.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WA59XOX3MfQredzzsk2dWikby600nAUG { width:16.0625rem;height:2.34375rem;top:13.3125rem;left:3.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQqB06RccwL2hdEctSC4QF0IJT72dJRs { width:2.1875rem;height:2.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsz6y0bvrUsGr4N6WrBzOlGZfE8DtAA { width:20rem;height:5.25rem;top:27.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ma3DFIB0HEqbIvt6JsblN0xD4egNCa1J { width:15.25rem;height:2.34375rem;top:24.625rem;left:3.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #caMe97yXqHm8xoJiiUFvV0lVKN9sOzzv { width:2.6875rem;height:2.6875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVX8DZXwz8T9z9dLvyPbnKbusKPOlAmF { width:20rem;height:5.25rem;top:39.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wtTImiHcprqhuDGB0mHf6FOaJZXVprWS { width:14.9375rem;height:2.34375rem;top:36.6875rem;left:3.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EChBFQTM5oTMXEvK7qqvWPgUhT5T3mc6 { width:2.1875rem;height:2.1875rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 { display:block; }#tw8uEgAMKyKfPByA91JIkEBVmUDrEEd5 > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVwu8NnMUOBgoEtOXutmboplw5hVMbRn { width:16.9375rem;height:10.3125rem;top:3.24609375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rZ6pNBI5zA2XbSmoPxD8OiJXeOVIRvzt { width:20rem;height:25.5625rem;top:28.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opZMb0BrlgFDp1TwgFH0NwHLZFQhf2Or { width:20rem;height:1.3125rem;top:25.80859375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n0OAJWKCgQv67PhuLqpVHsLExymeGV2T { width:20rem;height:4.0625rem;top:18.5rem;left:0rem;font-size:1rem;background-color:#25d366;background-image:none;border-top:0;border-left:2.5rem solid #25d366;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.9375rem rgba(37,211,102,0.66) ;display:block; }
 }@media only screen and (max-width: 763px) { #nP81GDbvENdDiPcXkIoXE4qdsNp8BITA { display:block; }
 }@media only screen and (max-width: 763px) { #lUGTt37kmI2EJL3CeqWyT1S8KhNORVX3 { width:2.625rem;height:2.625rem;top:19.0625rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLs51NX2zbz0mb1RTocudOTNrpq54uWs { width:17.5rem;height:2.625rem;top:14.37109375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOzNFTsRDfcDzTZQXEdEwhxvT7lciMUS { width:2.0625rem;height:2.0625rem;top:25.43359375rem;left:17.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRSc2BwRtFyxw2IlflMGZNwzfPZLhAr { width:0.625rem;height:0.625rem;top:18.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf { background-color:#000000;background-image:none;display:block; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container { background-color: transparent; background-image: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container > .video-iframe-container { display: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row > .video-iframe-container { display: none; }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .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); }#yTB8ABb8EaZtr3ZNM04yi0lkSqfvBdOf > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WME38KKw09R3mfADLkHJng2fCtpx0bT9 { width:20rem;height:12.0625rem;top:5.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXDEgtCCdxuwlykQU3niiQ4Zl29dp8Vl { width:2.75rem;height:2.79980625rem;top:2.6875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml5HfsIoxPvWPqtv4tSq0bTJrseVVNMT { width:15.9375rem;height:1.71875rem;top:3.1875rem;left:3.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FfDekJfuDVo0TomaihiNiH6SsWV6g706 { background-color:#000000;background-image:none;display:block; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { background-color: transparent; background-image: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .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); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRr7cPiJKcQsRpT6DbwZKUomB5K5dS5O { width:8.875rem;height:2.625rem;top:6.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWR0HrQoMklzCd9L7Ubq3UNmrwTTMmgs { width:5.9375rem;height:1.40625rem;top:0.375rem;left:3.5625rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ufcn2Q8MiiXGHvF827iDie989AQbPrqW { width:7.5625rem;height:1.40625rem;top:0.375rem;left:11.5rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QOFR6muXqdv5yF2yKKv1wEmrmVtPJewX { width:1.9375rem;height:1.9375rem;top:0rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNQB4d4KGInut9F06gXIBhRNlQKC8bXI { width:1.9375rem;height:1.9375rem;top:0rem;left:9.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFRU6Fq9MLRMuk8cWMWF0LIg2F1Zc9dc { width:16.5rem;height:3.09375rem;top:12.0625rem;left:1.75rem;font-size:0.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMm71xwXpCKSTQ6eQooD9HSCySEgZScH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#UMm71xwXpCKSTQ6eQooD9HSCySEgZScH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qH94gPt2rdyVT7Xq5bywdphTTHuAt6wM { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSr4dQcNcgNvTrVU9JJBs1WlTDpqzkuN { display:block; }
 }