.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container { background-color: transparent; background-image: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container > .video-iframe-container { display: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row > .video-iframe-container { display: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .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); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container { border-width: 0; border-radius: 0; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#JW6DgQemGK4JKBHxHMWroxCpUzHRJT4D { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.9375rem;width:12.125rem;top:2.375rem;left:18.125rem;display:block; }
#Z1HixL2BOsVEI1rTc1Ta6a5VkMRuGTgS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#w7xqTu0hDm93PA3vKi9s1Tm6rVRJnNBC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#pNPKwPhpNJsnxBaCxQaeQRPUu1KO7AuI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.25rem;top:2.9375rem;left:20.1875rem;overflow:hidden;display:block; }
#hzaMJmsoZH34Wi4HuyJmBdI5xDLcN0ir { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.625rem;top:1.71875rem;left:33.1875rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/806f0bba-e88c-4e86-b15d-4694fe74077d/backingforheaders_Soluthead1copia8.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { border-width: 0; border-radius: 0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;position:relative;display:block; }#hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { color:#ffffff;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.5625rem;height:7.7995rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { color:#ffffff;display:block;width:39.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:16.7353515625rem;left:1.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VfAuMWgySwJ3icIggd8fTL1TH1HxWpQV { position:absolute;display:block;z-index:15088;height:21.75rem;width:38.75rem;top:28.875rem;left:1.5625rem;display:block; }
#BG0VPfQyca0aLMB75euyUiikriTgbnuC { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:34.9375rem;top:52.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#Jnf4bhxfpiL0TpN8F6b3DQSDEB27EFrp { color:#662483;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15088;line-height:1.5;letter-spacing:0;top:54.375rem;left:8.375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HuvQfK73bKtI0xLDb6hR1s0TT3dB6zLW { position:absolute;display:block;z-index:15154;height:29.125rem;width:21.8125rem;top:7.75rem;left:50.75rem;display:block; }
#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { background-color: transparent; background-image: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container > .video-iframe-container { display: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container { display: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .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); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { border-width: 0; border-radius: 0; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { color:#212121;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.6875rem;left:4.875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SpTbC407mKGw66XUuO7ym5n5UlAqkbDL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:25.25rem;top:4.3125rem;left:43.1875rem;overflow:hidden;display:block; }
#TtI78hq3Briqr8TBDTGxrS7OAy3ZfuTu { color:#0e3c5a;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.5625rem;left:4.875rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6FFOfMcDhzLepuURf2rbe0plEDgwyZV { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:12.5625rem;width:36.6875rem;top:4.3125rem;left:2.5rem;display:block; }
#TwSn9S04ePcdzO5BoIrmOyOKapS3sLiV { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5625rem;top:13.8125rem;left:43.1875rem;overflow:hidden;display:block; }
#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container { background-color: transparent; background-image: none; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container > .video-iframe-container { display: none; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row > .video-iframe-container { display: none; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .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); }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container { border-width: 0; border-radius: 0; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#ophsybsbPpWlU9ZXAHQd0EQdzZs4cfnK { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.75rem;height:4.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DRTlV3hCHxQvgui8GeH22mDCOmQWXkAQ { color:#662483;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:10.310546875rem;left:5.65625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rwFETh8bxUfrTgVaKf9d1C1l6JoaNPUh { color:#595d68;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.1875rem;left:29.8125rem;height:4.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fxETJN1N5BBDS5H4dt5idG48vDLZosDa { color:#2b5ed8;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:10.4375rem;left:29.8125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KPUqOblzUPTetraKHnetxSz25NPTz3It { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:12.1650390625rem;left:55.34375rem;height:5.3964875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rwfWEu0aGtoqfcJTLxKMA2m3UtaD7zCS { color:#212121;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:10.375rem;left:55.375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xMpzVC03xkwJf3XJJAmtsDhb2yKqeCPl { position:absolute;display:block;z-index:14998;background-color:#2b5ed8;background-image:url("https://images.assets-landingi.com/uc/e23a33a9-5805-4074-a474-9b3a654152c4/image43.png");background-position:center right !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.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.375rem 0.25rem 0.875rem rgba(144,156,185,0.29) ;height:15.9375rem;width:19.5rem;top:3.3125rem;left:1.8125rem;display:block; }#xMpzVC03xkwJf3XJJAmtsDhb2yKqeCPl.adaptive-delivery-prevent-bg, #xMpzVC03xkwJf3XJJAmtsDhb2yKqeCPl.lazyload, #xMpzVC03xkwJf3XJJAmtsDhb2yKqeCPl.lazyloading { background-image: none; }
#P2J05vdX0HVS5v7miq8aQd5uKCiMN7X7 { position:absolute;display:block;z-index:14999;background-color:#1250ad;background-image:url("https://images.assets-landingi.com/uc/e23a33a9-5805-4074-a474-9b3a654152c4/image43.png");background-position:bottom left !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;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.375rem 0.25rem 0.875rem rgba(144,156,185,0.29) ;height:15.9375rem;width:19.5rem;top:3.25rem;left:27.8125rem;display:block; }#P2J05vdX0HVS5v7miq8aQd5uKCiMN7X7.adaptive-delivery-prevent-bg, #P2J05vdX0HVS5v7miq8aQd5uKCiMN7X7.lazyload, #P2J05vdX0HVS5v7miq8aQd5uKCiMN7X7.lazyloading { background-image: none; }
#bvukKE75gG9sTQOHuxJaSJZeTAaifg1E { position:absolute;display:block;z-index:15000;background-color:#2b5ed8;background-image:url("https://images.assets-landingi.com/uc/e23a33a9-5805-4074-a474-9b3a654152c4/image43.png");background-position:bottom left !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;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.375rem 0.25rem 0.875rem rgba(144,156,185,0.29) ;height:17.0625rem;width:19.5rem;top:3.1875rem;left:53.6875rem;display:block; }#bvukKE75gG9sTQOHuxJaSJZeTAaifg1E.adaptive-delivery-prevent-bg, #bvukKE75gG9sTQOHuxJaSJZeTAaifg1E.lazyload, #bvukKE75gG9sTQOHuxJaSJZeTAaifg1E.lazyloading { background-image: none; }
#muN3T781giPTHVzOggmsMHPAV0gS68Tt { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:4.8992195129394rem;left:8.999218940735rem;overflow:hidden;display:block; }
#PD7U5M70a0PmKGNGDkLnQA1W0WEUXIGs { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.9375rem;left:35.0625rem;overflow:hidden;display:block; }
#fbasw0P6UT7c3vTbQM8UCn0VLK6r9lTP { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:4.8125rem;left:60.9375rem;overflow:hidden;display:block; }
#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container { background-color: transparent; background-image: none; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container > .video-iframe-container { display: none; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row > .video-iframe-container { display: none; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .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); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container { border-width: 0; border-radius: 0; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#ME8Vnx1DpMTqeoMXhfxGw9h8kon8A0Ow { color:#212121;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.8125rem;left:4.375rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nulTR35JWAJkXJunAVxC8l26O8qICuEB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.1875rem 0.6875rem rgba(0,0,0,0.31) ;height:15.125rem;width:31.3125rem;top:3.1250002384186rem;left:37.500000953674rem;overflow:hidden;display:block; }
#svKeeA8TahHSRT2Bt3zt9i4QkPkwa2k1 { color:#0e3c5a;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.3125rem;left:4.375rem;height:3.299475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNiWHIyxHgUySO6NSyCkcsCv39vUaAPX { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.6875rem;width:33.6875rem;top:3.875rem;left:1.9375rem;display:block; }
#TpJVTvpwkRiS3wv5kTJv5H73h6KkESmJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:34.9375rem;top:11.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096fd1;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon.adaptive-delivery-prevent-bg, #BA5LWRGWTrG9csbbP8xmCVoqHzw41mon.lazyload, #BA5LWRGWTrG9csbbP8xmCVoqHzw41mon.lazyloading { background-image: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container { background-color: transparent; background-image: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container > .video-iframe-container { display: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row > .video-iframe-container { display: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .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); }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container { border-width: 0; border-radius: 0; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#OnCFanAdUSO41v6606bQklSMWnFCTTCu { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.75rem;width:26.8125rem;top:16.4375rem;left:9.3125rem;display:block; }
#gSRLDaCNowBEcPFNtSeo28w8sgQTK8NK { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:10.8125rem;height:4.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M14GVhhTo4Bg28cwxXLt03ouetN056FL { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.75rem;width:26.8125rem;top:7.5rem;left:39.4375rem;display:block; }
#Alq2VlomhNq2CuIt7Mu37UU5ZAcgMzto { color:#096fd1;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.625rem;left:41rem;height:2.111325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Aa7dC6RaS5mrTbHn4Z8u55KvvJOwMnLc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.75rem;width:26.8125rem;top:25.3125rem;left:9.375rem;display:block; }
#izXdL3MeUDMoo9pvdzQoxBwPLFDbWKEm { color:#595d68;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27rem;left:10.875rem;height:4.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#koFBfEEpmmGxoEA16uQiAnMXdeQ49k0f { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.75rem;width:26.8125rem;top:16.4375rem;left:39.5rem;display:block; }
#mLdVvpnG5QAUmZgyTBPoZuqDv71aUx5T { color:#595d68;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.0625rem;left:41.0625rem;height:4.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lEN7TpmgTJ0G8Nu5lsKCN3rvstfIP6KU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:18.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#MzW2a60015beyEteL3CmxDSdIDWVRPxU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:9.3125rem;left:60.5rem;overflow:hidden;display:block; }
#tp4ooG7gxSGRy53KfCfGf7AZOdrg23DC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#E39UoxUylydLLTLucCW7dfoCkUKu44Ge { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.25rem;left:8.030468940735rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tg530BQBIzMwkN2TaVoOyplJbRRa64x6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:18.25rem;left:60.4375rem;overflow:hidden;display:block; }
#TnLw14A28VkBrTSWW8VsEp4xB8I1gLQ2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:9.1875rem;left:30.25rem;overflow:hidden;display:block; }
#pq6wousBTc4BG08bdZ7ofmhEvs47ATa5 { color:#595d68;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9rem;left:10.8125rem;height:4.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LDBQbxhfsXbmcTavoV0K1vOpbNHQTq0c { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.75rem;width:26.8125rem;top:7.3125rem;left:9.3125rem;display:block; }
#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container { background-color: transparent; background-image: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container > .video-iframe-container { display: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row > .video-iframe-container { display: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .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); }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container { border-width: 0; border-radius: 0; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#VEZv9L8fPiII8ZpVUOtxiLsXzkSb7ZZQ { color:#096fd1;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:4.5625rem;left:11.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dstgZBlOiOO8uXU7ec62A3MqitpN6zLa { color:#595d68;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.1875rem;left:11.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m6q1ITXHgKWaA0Jo1MzXixPTnTmSRHGT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.6875rem;top:4.1875rem;left:53.8125rem;overflow:hidden;display:block; }
#ElTy0eUsWkxw6W4WNJfKol9MvxZS7SJK { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:17.75rem;width:54.875rem;top:3.3125rem;left:8rem;display:block; }
#m7pcSrVXTEEieB76GGlyaNiyOscKRqlz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:7.75rem;left:56.875rem;overflow:hidden;display:block; }
#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container { background-color: transparent; background-image: none; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container > .video-iframe-container { display: none; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row > .video-iframe-container { display: none; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .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); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container { border-width: 0; border-radius: 0; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#OX91hQEed8QspwnTQw7qyePAi05s2TIk { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.8125rem;width:27.625rem;top:7.75rem;left:7.625rem;display:block; }
#y3MHcKZV4xVww3whdZPV2GyzNHRUQ8J7 { color:#595d68;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:8.7568359375rem;left:10.625rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PT7o7O2PZ1IarphsFZGNubS5c28HpLz3 { color:#595d68;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:11.356250524521rem;left:42.187500953674rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWsvGLA6vGSG1ry7VVEcBZRSJgAS9gor { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.8125rem;width:27.625rem;top:7.75rem;left:39.75rem;display:block; }
#qGfV7oJ7qBrQ7aNT92kkaTf1i3sKaz3w { color:#096fd1;display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:2.75rem;left:13.96875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPdV0fX0qk3cUuqhQBoU8frXcIhhgmKE { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:7.3125rem;top:13.9375rem;left:33.84375rem;overflow:hidden;display:block; }
#O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection *:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="text"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="email"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="tel"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection textarea:focus-visible { outline: none; } #MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container { background-color: transparent; background-image: none; }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container > .video-iframe-container { display: none; }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row > .video-iframe-container { display: none; }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .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); }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container { border-width: 0; border-radius: 0; }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d298f67-dcbc-479f-951a-7b076f569c52/dotsvoice.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5.adaptive-delivery-prevent-bg, #RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5.lazyload, #RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5.lazyloading { background-image: none; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container { background-color: transparent; background-image: none; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,114,220,0.63); }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container > .video-iframe-container { display: none; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,114,220,0.63); }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row > .video-iframe-container { display: none; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .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); }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container { border-width: 0; border-radius: 0; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#R7f3TWCrc6qTkJJdTDwyL8TvZc3A88qC { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.9375rem;width:57.3125rem;top:6.375rem;left:8.8125rem;display:block; }
#J3CsgAQOXvLOz5pJMVVJCof4k2ovnR1c { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:25.3125rem;left:12.0625rem;display:block; }
#MXJIFNJ2ERAg2XRnRfDDe1q2E4vudPnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ok2WEnwCzHJu5U5plPh4NKrhN1k9HoTp { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:9.5rem;left:29.4375rem;display:block; }
#dGdfBWPRLcPGePkQDKVdQnyRXPEHsXQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsiUTqX5n6Z0IUwwlOotXBpwwkN55gG5 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:12.0625rem;display:block; }
#NK9XSttUAxxf7OhuS2ZalxzEHa88igEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTPLqMRoyCsk2kK7qzleiETU6sbofyBQ { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:14.8125rem;left:12.0625rem;display:block; }
#Bql8KGCErVeHAkEKRZ6tcUp3W3picIU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmfynPoqTLPJ7xKQHfbxugtfw5ndnahZ { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:14.8125rem;left:29.53125rem;display:block; }
#vw8gMUXLMW5oCyEtmncUA8cD2VDXrzcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aASvzRC6eI3SLeOknVIqqJJTZzTzzXQ6 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:25.3125rem;left:29.375rem;display:block; }
#CIQKdy8alWTNyDiPDWeATdBqBnUWUK2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyTEEKlr7uFd7yDApcnvwFkDTZucM8Ap { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:9.5rem;left:46.8125rem;display:block; }
#T5NmUvSXcWtbXe9ZUdTJ5tbgwgJdnWcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Er0DR2TwHangOvskcyks8WwN7KuvXTKq { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.05rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:20.0625rem;left:29.4375rem;display:block; }
#XS5TPN7IbTDel7Crr2ZkT37wCLMQ6JLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3QK3avm6cMXu6gEV91w94hkVI5Kphph { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:20.0625rem;left:12.0625rem;display:block; }
#ilEAXoqI1FJKAsZrwy8tCkbR3eUsh1kO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5c8BwEGMyZ8af4xIxZIQDelCVf4exJF { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:10.0625rem;left:41.4375rem;display:none; }
#UHWfGsziIAkkWhrRXUByGCgeb9qE1Heg { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.60546875rem;left:20.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zo4gs4UXyDlTZHtfiF38UVhhagv0VlnR { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:14.8125rem;left:46.78125rem;display:block; }
#tQ4pOfzoaKNTkTvflUtLLmwNSxpNlVEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qihDLpaDcPa4i8OyBVe1mLe7ntqZ3aL3 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.04980625rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:20.0625rem;left:46.8125rem;display:block; }
#PFDaHNzvSPaX9Z8ShgPs0BqyC3biTLTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P31BzrJT5VQfqs636xBL0JEtaDq59e4K { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.04980625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:25.349609375rem;left:46.8125rem;display:block; }
#hawUVoUl7qbEgJCB9aqK7OTe7kgrPEJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgTFuE65lIdHwqDyBEJsK692THHbGoxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container { background-color: transparent; background-image: none; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container > .video-iframe-container { display: none; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row > .video-iframe-container { display: none; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .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); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container { border-width: 0; border-radius: 0; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#EHfxfOJTWVSiKAQGuxk5ldSAa4OpyNTd { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:7rem;width:51.25rem;top:2.0625rem;left:11.875rem;display:block; }#EHfxfOJTWVSiKAQGuxk5ldSAa4OpyNTd.adaptive-delivery-prevent-bg, #EHfxfOJTWVSiKAQGuxk5ldSAa4OpyNTd.lazyload, #EHfxfOJTWVSiKAQGuxk5ldSAa4OpyNTd.lazyloading { background-image: none; }
#MHnyU5s5yKbKg1tKvo2Vv4TQ0AXKEbdB { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:3.6875rem;left:20.5625rem;height:3.67448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JU3pxCgT9mTNTJel2KpbQcAnu4aEiDpD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.75rem;top:4rem;left:14.1875rem;overflow:hidden;display:block; }
#GiSkdRdTQTfMIRtTlUsf5wv6Zch1275K { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,157,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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4rem;left:42rem;display:block; }
#l40D4zZ1iQVr1lWpS72QrlB1N8fymLn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .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); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { border-width: 0; border-radius: 0; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#vuIuId3tixEfsCAwTSGCDDguysR4Unqv { color:#212121;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.28125rem;left:32.78125rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw { background-color: transparent; background-image: none; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row .container > .video-iframe-container { display: none; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row > .video-iframe-container { display: none; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .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); }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw { border-width: 0; border-radius: 0; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ky6FAUpQC3UfOGbr9VbTGCAN3Jp80KSI { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#oDTELKBrdcPJdvXHWr73ATFISDG3Ts7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD { display:block; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW6DgQemGK4JKBHxHMWroxCpUzHRJT4D { top:2.375rem;left:4.5rem;width:12.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1HixL2BOsVEI1rTc1Ta6a5VkMRuGTgS { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xqTu0hDm93PA3vKi9s1Tm6rVRJnNBC { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPKwPhpNJsnxBaCxQaeQRPUu1KO7AuI { top:2.9375rem;left:6.5625rem;width:8.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzaMJmsoZH34Wi4HuyJmBdI5xDLcN0ir { top:1.6875rem;left:19.5625rem;width:8.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { top:6.75rem;left:0rem;width:45rem;height:7.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { top:16.6875rem;left:0rem;width:39.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAuMWgySwJ3icIggd8fTL1TH1HxWpQV { top:28.875rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0VPfQyca0aLMB75euyUiikriTgbnuC { top:52.6875rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnf4bhxfpiL0TpN8F6b3DQSDEB27EFrp { top:54.375rem;left:0rem;width:21.9375rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuvQfK73bKtI0xLDb6hR1s0TT3dB6zLW { top:7.75rem;left:25.9375rem;width:21.8125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23h0zugoMG1bJZgcmdGygwnD0VgeH5F { display:block; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { top:9.6875rem;left:0rem;width:31.9375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTbC407mKGw66XUuO7ym5n5UlAqkbDL { top:4.3125rem;left:22.5rem;width:25.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtI78hq3Briqr8TBDTGxrS7OAy3ZfuTu { top:6.5625rem;left:0rem;width:20.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6FFOfMcDhzLepuURf2rbe0plEDgwyZV { top:4.3125rem;left:0rem;width:36.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwSn9S04ePcdzO5BoIrmOyOKapS3sLiV { top:13.8125rem;left:23.875rem;width:4.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd { display:block; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ophsybsbPpWlU9ZXAHQd0EQdzZs4cfnK { top:12.125rem;left:0rem;width:15.375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTlV3hCHxQvgui8GeH22mDCOmQWXkAQ { top:10.25rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwFETh8bxUfrTgVaKf9d1C1l6JoaNPUh { top:12.125rem;left:16.187285423279rem;width:15.3125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxETJN1N5BBDS5H4dt5idG48vDLZosDa { top:10.375rem;left:16.187285423279rem;width:15.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPUqOblzUPTetraKHnetxSz25NPTz3It { top:12.125rem;left:30.875rem;width:16.875rem;height:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwfWEu0aGtoqfcJTLxKMA2m3UtaD7zCS { top:10.3125rem;left:31.4375rem;width:16.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMpzVC03xkwJf3XJJAmtsDhb2yKqeCPl { top:3.3125rem;left:0rem;width:19.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2J05vdX0HVS5v7miq8aQd5uKCiMN7X7 { top:3.25rem;left:14.1875rem;width:19.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvukKE75gG9sTQOHuxJaSJZeTAaifg1E { top:3.1875rem;left:28.25rem;width:19.5rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muN3T781giPTHVzOggmsMHPAV0gS68Tt { top:4.875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD7U5M70a0PmKGNGDkLnQA1W0WEUXIGs { top:4.9375rem;left:21.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbasw0P6UT7c3vTbQM8UCn0VLK6r9lTP { top:4.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 { display:block; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME8Vnx1DpMTqeoMXhfxGw9h8kon8A0Ow { top:9.8125rem;left:0rem;width:28.8125rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nulTR35JWAJkXJunAVxC8l26O8qICuEB { top:3.125rem;left:16.4375rem;width:31.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svKeeA8TahHSRT2Bt3zt9i4QkPkwa2k1 { top:5.3125rem;left:0rem;width:32.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNiWHIyxHgUySO6NSyCkcsCv39vUaAPX { top:3.875rem;left:0rem;width:33.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJVTvpwkRiS3wv5kTJv5H73h6KkESmJ { top:11.0625rem;left:0rem;width:34.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5LWRGWTrG9csbbP8xmCVoqHzw41mon { display:block; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnCFanAdUSO41v6606bQklSMWnFCTTCu { top:16.4375rem;left:0rem;width:26.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRLDaCNowBEcPFNtSeo28w8sgQTK8NK { top:17.8125rem;left:0rem;width:18.875rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M14GVhhTo4Bg28cwxXLt03ouetN056FL { top:7.5rem;left:20.9375rem;width:26.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alq2VlomhNq2CuIt7Mu37UU5ZAcgMzto { top:9.625rem;left:27.375000953674rem;width:18.6875rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa7dC6RaS5mrTbHn4Z8u55KvvJOwMnLc { top:25.3125rem;left:0rem;width:26.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izXdL3MeUDMoo9pvdzQoxBwPLFDbWKEm { top:27rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koFBfEEpmmGxoEA16uQiAnMXdeQ49k0f { top:16.4375rem;left:20.9375rem;width:26.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLdVvpnG5QAUmZgyTBPoZuqDv71aUx5T { top:18.0625rem;left:27.437500953674rem;width:18.875rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEN7TpmgTJ0G8Nu5lsKCN3rvstfIP6KU { top:18.1875rem;left:16.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzW2a60015beyEteL3CmxDSdIDWVRPxU { top:9.3125rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4ooG7gxSGRy53KfCfGf7AZOdrg23DC { top:27.1875rem;left:16.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E39UoxUylydLLTLucCW7dfoCkUKu44Ge { top:3.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg530BQBIzMwkN2TaVoOyplJbRRa64x6 { top:18.25rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLw14A28VkBrTSWW8VsEp4xB8I1gLQ2 { top:9.1875rem;left:16.625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq6wousBTc4BG08bdZ7ofmhEvs47ATa5 { top:9rem;left:0rem;width:18.8125rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBQbxhfsXbmcTavoV0K1vOpbNHQTq0c { top:7.3125rem;left:0rem;width:26.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr { display:block; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEZv9L8fPiII8ZpVUOtxiLsXzkSb7ZZQ { top:4.5625rem;left:0rem;width:42.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dstgZBlOiOO8uXU7ec62A3MqitpN6zLa { top:10.1875rem;left:0rem;width:37.25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6q1ITXHgKWaA0Jo1MzXixPTnTmSRHGT { top:4.1875rem;left:38.0625rem;width:9.6875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTy0eUsWkxw6W4WNJfKol9MvxZS7SJK { top:3.3125rem;left:0rem;width:47.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pcSrVXTEEieB76GGlyaNiyOscKRqlz { top:7.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH { display:block; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX91hQEed8QspwnTQw7qyePAi05s2TIk { top:7.75rem;left:0rem;width:27.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MHcKZV4xVww3whdZPV2GyzNHRUQ8J7 { top:8.75rem;left:0rem;width:21.5625rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7o7O2PZ1IarphsFZGNubS5c28HpLz3 { top:11.3125rem;left:25rem;width:22.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWsvGLA6vGSG1ry7VVEcBZRSJgAS9gor { top:7.75rem;left:20.125rem;width:27.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGfV7oJ7qBrQ7aNT92kkaTf1i3sKaz3w { top:2.75rem;left:0.34375rem;width:47.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPdV0fX0qk3cUuqhQBoU8frXcIhhgmKE { top:13.9375rem;left:20.21875rem;width:7.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection { display:block; } #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection *:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="text"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="email"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="tel"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection textarea:focus-visible { outline: none; } #MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 { display:block; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7f3TWCrc6qTkJJdTDwyL8TvZc3A88qC { top:6.375rem;left:0rem;width:47.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsgAQOXvLOz5pJMVVJCof4k2ovnR1c { width:16rem;height:4rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJIFNJ2ERAg2XRnRfDDe1q2E4vudPnC { display:block; }
 }@media only screen and (max-width: 763px) { #Ok2WEnwCzHJu5U5plPh4NKrhN1k9HoTp { width:16rem;height:4rem;top:9.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGdfBWPRLcPGePkQDKVdQnyRXPEHsXQl { display:block; }
 }@media only screen and (max-width: 763px) { #MsiUTqX5n6Z0IUwwlOotXBpwwkN55gG5 { width:16rem;height:4rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK9XSttUAxxf7OhuS2ZalxzEHa88igEf { display:block; }
 }@media only screen and (max-width: 763px) { #wTPLqMRoyCsk2kK7qzleiETU6sbofyBQ { width:16rem;height:4rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bql8KGCErVeHAkEKRZ6tcUp3W3picIU3 { display:block; }
 }@media only screen and (max-width: 763px) { #PmfynPoqTLPJ7xKQHfbxugtfw5ndnahZ { width:16.125rem;height:4.125rem;top:14.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw8gMUXLMW5oCyEtmncUA8cD2VDXrzcU { display:block; }
 }@media only screen and (max-width: 763px) { #aASvzRC6eI3SLeOknVIqqJJTZzTzzXQ6 { width:16.0625rem;height:4rem;top:25.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIQKdy8alWTNyDiPDWeATdBqBnUWUK2F { display:block; }
 }@media only screen and (max-width: 763px) { #EyTEEKlr7uFd7yDApcnvwFkDTZucM8Ap { width:16.125rem;height:4.125rem;top:9.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5NmUvSXcWtbXe9ZUdTJ5tbgwgJdnWcE { display:block; }
 }@media only screen and (max-width: 763px) { #Er0DR2TwHangOvskcyks8WwN7KuvXTKq { width:16rem;height:3.9375rem;top:20.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS5TPN7IbTDel7Crr2ZkT37wCLMQ6JLr { display:block; }
 }@media only screen and (max-width: 763px) { #B3QK3avm6cMXu6gEV91w94hkVI5Kphph { width:16rem;height:4rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilEAXoqI1FJKAsZrwy8tCkbR3eUsh1kO { display:block; }
 }@media only screen and (max-width: 763px) { #H5c8BwEGMyZ8af4xIxZIQDelCVf4exJF { top:10.0625rem;left:24.40625rem;width:1rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWfGsziIAkkWhrRXUByGCgeb9qE1Heg { top:2.5625rem;left:0rem;width:33.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo4gs4UXyDlTZHtfiF38UVhhagv0VlnR { width:16.1875rem;height:4.125rem;top:14.8125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4pOfzoaKNTkTvflUtLLmwNSxpNlVEk { display:block; }
 }@media only screen and (max-width: 763px) { #qihDLpaDcPa4i8OyBVe1mLe7ntqZ3aL3 { width:16.125rem;height:4rem;top:20.0625rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFDaHNzvSPaX9Z8ShgPs0BqyC3biTLTd { display:block; }
 }@media only screen and (max-width: 763px) { #P31BzrJT5VQfqs636xBL0JEtaDq59e4K { width:16.125rem;height:4rem;top:25.3125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hawUVoUl7qbEgJCB9aqK7OTe7kgrPEJE { display:block; }
 }@media only screen and (max-width: 763px) { #lgTFuE65lIdHwqDyBEJsK692THHbGoxs { display:block; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHfxfOJTWVSiKAQGuxk5ldSAa4OpyNTd { top:2.0625rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHnyU5s5yKbKg1tKvo2Vv4TQ0AXKEbdB { top:3.6875rem;left:6.9375rem;width:22.9375rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU3pxCgT9mTNTJel2KpbQcAnu4aEiDpD { top:4rem;left:0.5625rem;width:4.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiSkdRdTQTfMIRtTlUsf5wv6Zch1275K { width:18.625rem;height:3.0625rem;top:4rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l40D4zZ1iQVr1lWpS72QrlB1N8fymLn8 { display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { top:0.25rem;left:19.156035423279rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw { display:block; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ky6FAUpQC3UfOGbr9VbTGCAN3Jp80KSI { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTELKBrdcPJdvXHWr73ATFISDG3Ts7Z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD { background-color:rgba(255,255,255,0.87);background-image:url("https://images.assets-landingi.com/uc/ecd57626-8f58-40cb-ab40-333db0537876/fondoblanco52525252.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD.adaptive-delivery-prevent-bg, #BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD.lazyload, #BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD.lazyloading { background-image: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container { background-color: transparent; background-image: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container > .video-iframe-container { display: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row > .video-iframe-container { display: none; }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .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); }#BUmDpGHbs2fWJO5PF3xC8NET2MCC7acD > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW6DgQemGK4JKBHxHMWroxCpUzHRJT4D { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1HixL2BOsVEI1rTc1Ta6a5VkMRuGTgS { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xqTu0hDm93PA3vKi9s1Tm6rVRJnNBC { width:16.1875rem;height:4.125rem;top:18.5rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPKwPhpNJsnxBaCxQaeQRPUu1KO7AuI { width:8.6875rem;height:1.875rem;top:7.90625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzaMJmsoZH34Wi4HuyJmBdI5xDLcN0ir { width:8.625rem;height:4.4375rem;top:12.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/09a0776a-ebc3-4ba1-9e04-0343ce9d7460/Voicehead.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { width:20rem;height:6.972625rem;top:2.125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { width:20rem;height:9.75rem;top:9.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VfAuMWgySwJ3icIggd8fTL1TH1HxWpQV { width:20rem;height:21.75rem;top:21.811719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0VPfQyca0aLMB75euyUiikriTgbnuC { width:20rem;height:4.7942754919499rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnf4bhxfpiL0TpN8F6b3DQSDEB27EFrp { width:13.625rem;height:2.8125rem;top:87.875rem;left:3.875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HuvQfK73bKtI0xLDb6hR1s0TT3dB6zLW { width:20rem;height:29.125rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23h0zugoMG1bJZgcmdGygwnD0VgeH5F { background-color:#f0eff5;background-image:none;display:block; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { background-color: transparent; background-image: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container > .video-iframe-container { display: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row > .video-iframe-container { display: none; }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .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); }#J23h0zugoMG1bJZgcmdGygwnD0VgeH5F > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { width:18.0625rem;height:8.53125rem;top:8.03125rem;left:0.96875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SpTbC407mKGw66XUuO7ym5n5UlAqkbDL { width:20rem;height:11.1056875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtI78hq3Briqr8TBDTGxrS7OAy3ZfuTu { width:14.9375rem;height:1.375rem;top:2.2875003814698rem;left:2.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6FFOfMcDhzLepuURf2rbe0plEDgwyZV { width:20rem;height:12.1875rem;top:6.1867218017578rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TwSn9S04ePcdzO5BoIrmOyOKapS3sLiV { width:3.75rem;height:3.68598125rem;top:28.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd { display:block; }#vZmfZdQp7AdPgoGqbUxSceT6RSLVdztd > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ophsybsbPpWlU9ZXAHQd0EQdzZs4cfnK { width:17.6875rem;height:5.68359375rem;top:12.1875rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #DRTlV3hCHxQvgui8GeH22mDCOmQWXkAQ { width:16.375rem;height:1.3125rem;top:10.625rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #rwFETh8bxUfrTgVaKf9d1C1l6JoaNPUh { width:16.436625rem;height:5.68359375rem;top:50.5625rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #fxETJN1N5BBDS5H4dt5idG48vDLZosDa { width:11.8125rem;height:1.3125rem;top:48.5625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #KPUqOblzUPTetraKHnetxSz25NPTz3It { width:17.0625rem;height:8.3984375rem;top:29.5rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #rwfWEu0aGtoqfcJTLxKMA2m3UtaD7zCS { width:15.625rem;height:1.3125rem;top:27.8125rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #xMpzVC03xkwJf3XJJAmtsDhb2yKqeCPl { width:19.5rem;height:15.9375rem;top:2.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2J05vdX0HVS5v7miq8aQd5uKCiMN7X7 { width:19.5rem;height:18.3125rem;top:21rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvukKE75gG9sTQOHuxJaSJZeTAaifg1E { width:19.5rem;height:15.9375rem;top:41.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muN3T781giPTHVzOggmsMHPAV0gS68Tt { width:4.9375rem;height:4.9375rem;top:4.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD7U5M70a0PmKGNGDkLnQA1W0WEUXIGs { width:4.9375rem;height:4.9375rem;top:22.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbasw0P6UT7c3vTbQM8UCn0VLK6r9lTP { width:4.9375rem;height:4.9375rem;top:42.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 { background-color:#f0eff5;background-image:none;display:block; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container { background-color: transparent; background-image: none; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container > .video-iframe-container { display: none; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row > .video-iframe-container { display: none; }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .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); }#dEys6gHzP3fGBezKewLWwQNqlGG8VpJ7 > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME8Vnx1DpMTqeoMXhfxGw9h8kon8A0Ow { width:18.6875rem;height:4.46778125rem;top:8.4375rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nulTR35JWAJkXJunAVxC8l26O8qICuEB { width:20rem;height:9.6875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svKeeA8TahHSRT2Bt3zt9i4QkPkwa2k1 { width:14.9375rem;height:4.125rem;top:1.7242193222046rem;left:2.5312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNiWHIyxHgUySO6NSyCkcsCv39vUaAPX { width:20rem;height:7.5rem;top:6.8101568222044rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TpJVTvpwkRiS3wv5kTJv5H73h6KkESmJ { width:20rem;height:1.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5LWRGWTrG9csbbP8xmCVoqHzw41mon { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/030503f4-c11e-430a-aba2-5e32f18b26aa/cellphone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon.adaptive-delivery-prevent-bg, #BA5LWRGWTrG9csbbP8xmCVoqHzw41mon.lazyload, #BA5LWRGWTrG9csbbP8xmCVoqHzw41mon.lazyloading { background-image: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container { background-color: transparent; background-image: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #096fd1; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container > .video-iframe-container { display: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #096fd1; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row > .video-iframe-container { display: none; }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .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); }#BA5LWRGWTrG9csbbP8xmCVoqHzw41mon > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnCFanAdUSO41v6606bQklSMWnFCTTCu { width:20rem;height:6.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRLDaCNowBEcPFNtSeo28w8sgQTK8NK { width:14.0625rem;height:4.80956875rem;top:8.0937471389769rem;left:4.7187500596046rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M14GVhhTo4Bg28cwxXLt03ouetN056FL { width:20rem;height:6.125rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alq2VlomhNq2CuIt7Mu37UU5ZAcgMzto { width:14rem;height:2.8857375rem;top:16.618618011474rem;left:4.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Aa7dC6RaS5mrTbHn4Z8u55KvvJOwMnLc { width:20rem;height:6.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izXdL3MeUDMoo9pvdzQoxBwPLFDbWKEm { width:14.875rem;height:4.80956875rem;top:23.699574947357rem;left:4.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #koFBfEEpmmGxoEA16uQiAnMXdeQ49k0f { width:20rem;height:6.125rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLdVvpnG5QAUmZgyTBPoZuqDv71aUx5T { width:13.875rem;height:4.467775rem;top:31.399857997894rem;left:4.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lEN7TpmgTJ0G8Nu5lsKCN3rvstfIP6KU { width:3.6875rem;height:3.6875rem;top:8.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzW2a60015beyEteL3CmxDSdIDWVRPxU { width:3.6875rem;height:3.6875rem;top:16.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4ooG7gxSGRy53KfCfGf7AZOdrg23DC { width:3.6875rem;height:3.6875rem;top:23.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E39UoxUylydLLTLucCW7dfoCkUKu44Ge { width:14.8125rem;height:4.125rem;top:2.380859375rem;left:2.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tg530BQBIzMwkN2TaVoOyplJbRRa64x6 { width:3.6875rem;height:3.6875rem;top:31.343750476837rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLw14A28VkBrTSWW8VsEp4xB8I1gLQ2 { width:3.6875rem;height:3.6875rem;top:39.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq6wousBTc4BG08bdZ7ofmhEvs47ATa5 { width:13.875rem;height:4.80956875rem;top:38.562503814698rem;left:4.8437500596046rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LDBQbxhfsXbmcTavoV0K1vOpbNHQTq0c { width:20rem;height:6.25rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/030503f4-c11e-430a-aba2-5e32f18b26aa/cellphone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr.adaptive-delivery-prevent-bg, #gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr.lazyload, #gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr.lazyloading { background-image: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container { background-color: transparent; background-image: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container > .video-iframe-container { display: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row > .video-iframe-container { display: none; }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .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); }#gx7U4NMD5BQrJX4cQKzXXlF81Fitn8mr > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEZv9L8fPiII8ZpVUOtxiLsXzkSb7ZZQ { width:14.9375rem;height:3.25rem;top:2.3125rem;left:2.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dstgZBlOiOO8uXU7ec62A3MqitpN6zLa { width:18.375rem;height:18.375rem;top:7.3864574432375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6q1ITXHgKWaA0Jo1MzXixPTnTmSRHGT { width:8rem;height:7.3125rem;top:25.874328613281rem;left:4.4368494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTy0eUsWkxw6W4WNJfKol9MvxZS7SJK { width:20rem;height:37.8125rem;top:1.1671752929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pcSrVXTEEieB76GGlyaNiyOscKRqlz { width:8.75rem;height:8.75rem;top:28.999572753906rem;left:6.8120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH { background-color:#ffffff;background-image:none;display:block; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container { background-color: transparent; background-image: none; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container > .video-iframe-container { display: none; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row > .video-iframe-container { display: none; }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .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); }#dCAKF0PqLz1QE7NFsBV5cWaRp08ezJTH > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX91hQEed8QspwnTQw7qyePAi05s2TIk { width:20rem;height:13.6875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MHcKZV4xVww3whdZPV2GyzNHRUQ8J7 { width:17.0625rem;height:10.3984375rem;top:9.056640625rem;left:1.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7o7O2PZ1IarphsFZGNubS5c28HpLz3 { width:16.875rem;height:3.8994125rem;top:24.761736392975rem;left:1.5625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWsvGLA6vGSG1ry7VVEcBZRSJgAS9gor { width:20rem;height:6.875rem;top:23.062492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGfV7oJ7qBrQ7aNT92kkaTf1i3sKaz3w { width:16.0625rem;height:3.25rem;top:2.9364013671875rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPdV0fX0qk3cUuqhQBoU8frXcIhhgmKE { width:9.8125rem;height:11.1875rem;top:32.125000953674rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection { display:block; } #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection *:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="text"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="email"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection input[type="tel"]:focus-visible, #O9V75h2RVnVXUZFaR1ykC3ZDUltWAcMa.widget-smartsection textarea:focus-visible { outline: none; } #MgTl31TNlzgbMqx8xRfFPMd1KJhK0xTo > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 { display:block; }#RdUGFLwT64AE0rFkkL6Cz6WHIhJrkpc5 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7f3TWCrc6qTkJJdTDwyL8TvZc3A88qC { width:19.75rem;height:71.125rem;top:25.125000476837rem;left:0rem;border-top:0.125rem solid rgba(174,211,248,0.57);border-left:0.125rem solid rgba(174,211,248,0.57);border-right:0.125rem solid rgba(174,211,248,0.57);border-bottom:0.125rem solid rgba(174,211,248,0.57);z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #J3CsgAQOXvLOz5pJMVVJCof4k2ovnR1c { width:14.875rem;height:2.8125rem;top:19.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJIFNJ2ERAg2XRnRfDDe1q2E4vudPnC { display:block; }
 }@media only screen and (max-width: 763px) { #Ok2WEnwCzHJu5U5plPh4NKrhN1k9HoTp { width:14.875rem;height:2.8125rem;top:11.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGdfBWPRLcPGePkQDKVdQnyRXPEHsXQl { display:block; }
 }@media only screen and (max-width: 763px) { #MsiUTqX5n6Z0IUwwlOotXBpwwkN55gG5 { width:14.875rem;height:2.8125rem;top:7.625rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK9XSttUAxxf7OhuS2ZalxzEHa88igEf { display:block; }
 }@media only screen and (max-width: 763px) { #wTPLqMRoyCsk2kK7qzleiETU6sbofyBQ { width:14.875rem;height:2.8125rem;top:23.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bql8KGCErVeHAkEKRZ6tcUp3W3picIU3 { display:block; }
 }@media only screen and (max-width: 763px) { #PmfynPoqTLPJ7xKQHfbxugtfw5ndnahZ { width:14.875rem;height:2.8125rem;top:32rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw8gMUXLMW5oCyEtmncUA8cD2VDXrzcU { display:block; }
 }@media only screen and (max-width: 763px) { #aASvzRC6eI3SLeOknVIqqJJTZzTzzXQ6 { width:14.875rem;height:2.8125rem;top:36.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIQKdy8alWTNyDiPDWeATdBqBnUWUK2F { display:block; }
 }@media only screen and (max-width: 763px) { #EyTEEKlr7uFd7yDApcnvwFkDTZucM8Ap { width:15rem;height:2.9375rem;top:48.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5NmUvSXcWtbXe9ZUdTJ5tbgwgJdnWcE { display:block; }
 }@media only screen and (max-width: 763px) { #Er0DR2TwHangOvskcyks8WwN7KuvXTKq { width:15rem;height:2.9375rem;top:44.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS5TPN7IbTDel7Crr2ZkT37wCLMQ6JLr { display:block; }
 }@media only screen and (max-width: 763px) { #B3QK3avm6cMXu6gEV91w94hkVI5Kphph { width:15rem;height:2.9375rem;top:40.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilEAXoqI1FJKAsZrwy8tCkbR3eUsh1kO { display:block; }
 }@media only screen and (max-width: 763px) { #H5c8BwEGMyZ8af4xIxZIQDelCVf4exJF { width:1rem;height:1.9375rem;top:8.4375rem;left:0.9365234375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHWfGsziIAkkWhrRXUByGCgeb9qE1Heg { width:20rem;height:3.57421875rem;top:2.250732421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zo4gs4UXyDlTZHtfiF38UVhhagv0VlnR { width:15rem;height:2.9375rem;top:52.76171875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4pOfzoaKNTkTvflUtLLmwNSxpNlVEk { display:block; }
 }@media only screen and (max-width: 763px) { #qihDLpaDcPa4i8OyBVe1mLe7ntqZ3aL3 { width:15rem;height:2.9375rem;top:15.637329101562rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFDaHNzvSPaX9Z8ShgPs0BqyC3biTLTd { display:block; }
 }@media only screen and (max-width: 763px) { #P31BzrJT5VQfqs636xBL0JEtaDq59e4K { width:15rem;height:2.9375rem;top:27.82421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hawUVoUl7qbEgJCB9aqK7OTe7kgrPEJE { display:block; }
 }@media only screen and (max-width: 763px) { #lgTFuE65lIdHwqDyBEJsK692THHbGoxs { background-color:#ffffff;background-image:none;display:block; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container { background-color: transparent; background-image: none; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container > .video-iframe-container { display: none; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row > .video-iframe-container { display: none; }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .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); }#lgTFuE65lIdHwqDyBEJsK692THHbGoxs > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHfxfOJTWVSiKAQGuxk5ldSAa4OpyNTd { width:20rem;height:15.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHnyU5s5yKbKg1tKvo2Vv4TQ0AXKEbdB { width:19.3125rem;height:3.1484375rem;top:9.4375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU3pxCgT9mTNTJel2KpbQcAnu4aEiDpD { width:4.75rem;height:2.875rem;top:4.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiSkdRdTQTfMIRtTlUsf5wv6Zch1275K { width:18.625rem;height:3.0625rem;top:13.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l40D4zZ1iQVr1lWpS72QrlB1N8fymLn8 { display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .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); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { width:8.625rem;height:1.1375rem;top:0.1875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#662483;display:block; }
 }@media only screen and (max-width: 763px) { #R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#R4p8VFTMs6zvgFhCFtwwEcWt671OXTAw > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ky6FAUpQC3UfOGbr9VbTGCAN3Jp80KSI { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTELKBrdcPJdvXHWr73ATFISDG3Ts7Z { display:block; }
 }