.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ { 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; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container { background-color: transparent; background-image: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container > .video-iframe-container { display: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row > .video-iframe-container { display: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .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); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container { border-width: 0; border-radius: 0; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#EEtDq0UZE0OnXmzaT0KuhCwMxvAzTRwA { position:absolute;display:block;z-index:15011;background-color:#ffffff;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:3.25rem;width:10.6875rem;top:2.3125rem;left:18.4375rem;display:block; }
#vBKBkFHTnM8KTz9MVxkbSgQeFuX4BI16 { 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; }
#txJ8AszTrJ9PmKaizI4Qq98l6WxfHk7S { 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; }
#mcuUu05aTV1AP2aVvsDB858TDT82dift { position:absolute;display:block;z-index:15122;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.4375rem;width:7.4375rem;top:2.71875rem;left:20.25rem;overflow:hidden;display:block; }
#WUi7NGhZSgq0dxTQ0RDMoZr7Su6uKOWI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#3169f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5625rem;height:2.375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:2.75rem;left:51.6875rem;display:block; }
#STy4HiVmu7L79WZlqkPyRtJcc46g7RWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGn1a6e7shOb52vADKeTkkT4f5nc16wT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.1875rem;height:2.375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:2.75rem;left:54.875rem;display:block; }
#Nvvy7OuqelKBqWQG15UM7c9Xogvx4TDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPET8LGhnIWMdIqqhoJovI9NDvExB0rw { color:#212121;display:block;width:0.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:3.337890625rem;left:54.25rem;height:1.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c { 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; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c.adaptive-delivery-prevent-bg, #xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c.lazyload, #xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c.lazyloading { background-image: none; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container { background-color: transparent; background-image: none; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container > .video-iframe-container { display: none; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row > .video-iframe-container { display: none; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .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); }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container { border-width: 0; border-radius: 0; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#hzpzJvXyHNQ12rMC27XkgS7vFxuvTWUD { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:9.5rem;left:2.9375rem;height:9.2988125rem;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; }
#hJdgxT2xw5rMshPTavZ5iKLznzi0InlH { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:20.5rem;left:2.9375rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzZ568bepkf9fl5VMLQkrbXf6ozmO8s2 { position:absolute;display:block;z-index:15122;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:12.5rem;width:18.0625rem;top:16.5rem;left:31rem;overflow:hidden;display:block; }
#SlhaBhsu7cXQMITsDVar3friyxzwU2WX { position:absolute;display:block;z-index:15060;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:31.375rem;left:2.9375rem;overflow:hidden;display:block; }
#LkMRqumTK2Lmm4br5tiAzLe53O456xtT { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15090;line-height:1.4;letter-spacing:0;top:33.1875rem;left:9.4375rem;height:4.19824375rem;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; }
#JPKBxmVtGLzeHlVV0ESoIwQmWxMtGvwm { position:absolute;display:block;z-index:15091;height:29.125rem;width:21.75rem;top:3rem;left:51.625rem;display:block; }
#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx { 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; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container { background-color: transparent; background-image: none; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container > .video-iframe-container { display: none; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row > .video-iframe-container { display: none; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .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); }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container { border-width: 0; border-radius: 0; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT { color:#212121;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.6875rem;left:11.375rem;height:7.749rem;text-align:left;text-align-last:left;display:block; }#EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT li:before{  }
#ueZV9db1vemybdBGRluXRL1ZFFd7cWRb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(231,231,231,0.5);border-left:0.0625rem solid rgba(231,231,231,0.5);border-right:0.0625rem solid rgba(231,231,231,0.5);border-bottom:0.0625rem solid rgba(231,231,231,0.5);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:12rem;width:16rem;top:17.5rem;left:8.8125rem;display:block; }
#iW7r73TE85qCsfAHkDz8ouOLgQ7lN2TJ { color:#595d68;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:29.53125rem;height:1.625rem;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; }
#taALGFqyBZLkEhFC53eBed06S9eBXyhR { position:absolute;display:block;z-index:15121;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:12.8125rem;top:2.375rem;left:31.09375rem;overflow:hidden;display:block; }
#DOqxX42kuUx2Tu7UM67lmDG96ftOfSzW { color:#212121;display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:8.1875rem;left:10.78125rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E1U3QzZWcvACQU4Door07ZIELrJogm2S { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(231,231,231,0.5);border-left:0.0625rem solid rgba(231,231,231,0.5);border-right:0.0625rem solid rgba(231,231,231,0.5);border-bottom:0.0625rem solid rgba(231,231,231,0.5);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:12rem;width:18.8125rem;top:17.5rem;left:50rem;display:block; }
#rL1RZnC4vlnEi9mbFf7p3tHmyKU8tHIi { color:#212121;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:21.9375rem;left:52.8125rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bmaKpD96DEtkXTzKxNhQPdh1uQZhTU7e { color:#212121;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:20rem;left:52.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zq1kahTpJ0bqae4tXoV1ScQIyKHTMHpp { position:absolute;display:block;z-index:15122;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 0.5rem rgba(0,0,0,0.18) ;height:10.6875rem;width:21.5rem;top:18.1875rem;left:26.9375rem;overflow:hidden;display:block; }
#C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 > .row .container { border-width: 0; border-radius: 0; }#C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:none; }#MOeRcuwyzpAmSmVmZW1NBX0lgbKnZEtF { color:#212121;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:23.95703125rem;left:29.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qh8RZqe3BNISATOubvyx7Is7MORLfTnw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(231,231,231,0.5);border-left:0.0625rem solid rgba(231,231,231,0.5);border-right:0.0625rem solid rgba(231,231,231,0.5);border-bottom:0.0625rem solid rgba(231,231,231,0.5);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:10.6875rem;width:32.375rem;top:20.5rem;left:27.75rem;display:block; }
#d1PhdUqKWKrTEUwtAKmgueuOmk48ORtm { color:#595d68;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.125rem;height:2.4375rem;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; }
#tGJfQ2w4xA6Dzb0X113kkKogBiNKllE8 { position:absolute;display:block;z-index:15121;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 0.5rem rgba(0,0,0,0.18) ;height:10.6875rem;width:21.5rem;top:20.5625rem;left:42.125rem;overflow:hidden;display:block; }
#TngV8QIoTEwXe7UQb3fxQQuvdVOfwS7w { color:#212121;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:11.17578125rem;left:37rem;height:3.8994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ySwRi48QivmUhmtJ9AQUrx89UgeaaOXq { color:#212121;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:25.91796875rem;left:14.25rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zoHQ2eCX86rIC96WngJicDoLiKPraOdO { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(231,231,231,0.5);border-left:0.0625rem solid rgba(231,231,231,0.5);border-right:0.0625rem solid rgba(231,231,231,0.5);border-bottom:0.0625rem solid rgba(231,231,231,0.5);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:12rem;width:51.3125rem;top:7.0625rem;left:12.125rem;display:block; }
#FEEQ6HHiDVButctItybNsaAFUlJEsT5R { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.21) ;height:12rem;width:22rem;top:7.125rem;left:12.125rem;overflow:hidden;display:block; }
#fvWxhss40oiocl1m36FA4OBIHV1PybOt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(231,231,231,0.5);border-left:0.0625rem solid rgba(231,231,231,0.5);border-right:0.0625rem solid rgba(231,231,231,0.5);border-bottom:0.0625rem solid rgba(231,231,231,0.5);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:10.6875rem;width:13.375rem;top:20.5rem;left:12.125rem;display:block; }
#d88JWGQ4Xoh9HxuUxQmHXXVNWR4OHv4b { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:21.85546875rem;left:14.25rem;overflow:hidden;display:block; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.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; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container { background-color: transparent; background-image: none; }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container > .video-iframe-container { display: none; }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row > .video-iframe-container { display: none; }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .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); }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container { border-width: 0; border-radius: 0; }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx { 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; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx.adaptive-delivery-prevent-bg, #Vu75G8GfdypJUO29FySUsSvrK87Xt5gx.lazyload, #Vu75G8GfdypJUO29FySUsSvrK87Xt5gx.lazyloading { background-image: none; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container { background-color: transparent; background-image: none; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,114,220,0.63); }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container > .video-iframe-container { display: none; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .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); }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row > .video-iframe-container { display: none; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .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); }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container { border-width: 0; border-radius: 0; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx::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; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#EzAzV47FLSwH2x2kJEwZ9Kb8Ctx6p9Rm { 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:16rem;width:63.6875rem;top:7.498046875rem;left:5.4091796875rem;display:block; }
#rWARhCh27dNTzUa9TlZ06D1qnXiUPWlT { 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:10rem;left:38.625rem;display:block; }
#ATJH0ahTXqygXzCcEnlQHn3naxTyvZne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RctAyyhmv10Ja3Zo2BwUUWc5xcW5acgM { 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:12.5rem;height:4.0625rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:10rem;left:23.375rem;display:block; }
#tu2sDZN31TT2FREbXReEmUyqImT9ixAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fupl5y5ldidzMMvIpCQ8aPsgFx4hLeo6 { 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:10rem;left:8.5625rem;display:block; }
#Sogss5v8FI2cBbz9aMDP96rCIdOJQPQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErT78r8XWIrytr0cuuEuPhODB5Kl3ypr { 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:16.8125rem;left:38.625rem;display:block; }
#RQowFumBQTs0lWb3bsy6CI2LAyPNAhdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkeevX315kvJnEEbqdDkXAT9NPV9AQpJ { 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:16.8125rem;left:23.375rem;display:block; }
#Wm9JzGb2rJs439Z00J9mTZTT8Byr9SJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekacOSCu3SKq4xMvfnm2FEPs89P58VuK { 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:12.5rem;height:4.0625rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:10rem;left:53.875rem;display:block; }
#hJrmfO3pvXfoa9NoRaqrHLE4bImB6aVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMzZE8U3iAoStzVtPMbybF0pAHdIZCSc { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2509765625rem;left:19.7529296875rem;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; }
#swwXxzNzgLEx7sTltL3LmugbmkAbtbWg { 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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:16.8125rem;left:8.5625rem;display:block; }
#cTwDw5niN6V4dHckVwo1c3CewM3cPNBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUtyhr0sTTkfMJESp71uvv1JSuV97oD3 { 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:12.5rem;height:4.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:16.8125rem;left:53.875rem;display:block; }
#WtNrHchJT2TsCTT5vZsFnLOaF0NJer7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N { 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; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container { background-color: transparent; background-image: none; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container > .video-iframe-container { display: none; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row > .video-iframe-container { display: none; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .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); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container { border-width: 0; border-radius: 0; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#E9BqGbUw1wLHx2rLn0JfUq50ezB5ehVE { 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:43.8125rem;top:2.0625rem;left:15.625rem;display:block; }#E9BqGbUw1wLHx2rLn0JfUq50ezB5ehVE.adaptive-delivery-prevent-bg, #E9BqGbUw1wLHx2rLn0JfUq50ezB5ehVE.lazyload, #E9BqGbUw1wLHx2rLn0JfUq50ezB5ehVE.lazyloading { background-image: none; }
#H3SRiPgnTXUyKcEg4PKmA7HxaD4OnanF { 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:11.375rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4rem;left:45.625001907349rem;display:block; }
#ZQ51Au3Wm5DdUO2ZThCIPnEkrwGKAqFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6CiqltUytQ9tvgRe39ocW67dMmUhpNh { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:3.6937522888184rem;left:24.312501907349rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZbgJxfszwzg4ZlD8p2LtAOQSDEgXGhI { 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:17.9375rem;overflow:hidden;display:block; }
#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/11KDtiUWRq4/unsplash/uriel-sc-11KDtiUWRq4-photo-1590859808308-3d2d9c515b1a.jpg");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; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.adaptive-delivery-prevent-bg, #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.lazyload, #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.lazyloading { background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { background-color: transparent; background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .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); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { border-width: 0; border-radius: 0; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::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; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#AWbpOORoBxd1dwXsAPNg2VOVdnmQkw81 { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.28125rem;left:32.78125rem;height:0.975rem;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; }
#Tg99fCPey35smmUt2uu31t0v00AVUcK6 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 { background-color: transparent; background-image: none; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .row .container > .video-iframe-container { display: none; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .row > .video-iframe-container { display: none; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .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); }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 { border-width: 0; border-radius: 0; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .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; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .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; }#TOqSc5TL4IAgMnmwoPB1TC3wtrXgRDFx { 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; }
#T1oNSJ7ZOXKoRraVpXSf2OggIq872K54 { 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) { #vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ { display:block; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEtDq0UZE0OnXmzaT0KuhCwMxvAzTRwA { top:2.3125rem;left:4.8125rem;width:10.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBKBkFHTnM8KTz9MVxkbSgQeFuX4BI16 { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJ8AszTrJ9PmKaizI4Qq98l6WxfHk7S { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcuUu05aTV1AP2aVvsDB858TDT82dift { top:2.6875rem;left:6.625rem;width:7.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUi7NGhZSgq0dxTQ0RDMoZr7Su6uKOWI { width:2.5625rem;height:2.375rem;top:2.75rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STy4HiVmu7L79WZlqkPyRtJcc46g7RWo { display:block; }
 }@media only screen and (max-width: 763px) { #HGn1a6e7shOb52vADKeTkkT4f5nc16wT { width:2.1875rem;height:2.375rem;top:2.75rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvvy7OuqelKBqWQG15UM7c9Xogvx4TDV { display:block; }
 }@media only screen and (max-width: 763px) { #aPET8LGhnIWMdIqqhoJovI9NDvExB0rw { top:3.3125rem;left:40.625rem;width:0.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c { display:block; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzpzJvXyHNQ12rMC27XkgS7vFxuvTWUD { top:9.5rem;left:0rem;width:44.625rem;height:9.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJdgxT2xw5rMshPTavZ5iKLznzi0InlH { top:20.5rem;left:0rem;width:29.0625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZ568bepkf9fl5VMLQkrbXf6ozmO8s2 { top:16.5rem;left:13.6875rem;width:18.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlhaBhsu7cXQMITsDVar3friyxzwU2WX { top:31.375rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkMRqumTK2Lmm4br5tiAzLe53O456xtT { top:33.1875rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPKBxmVtGLzeHlVV0ESoIwQmWxMtGvwm { top:3rem;left:25.875rem;width:21.75rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx { display:block; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT { top:19.6875rem;left:4.8125rem;width:11.0625rem;height:7.6875rem;font-size:0.8125rem;display:block; }#EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT li:before{  }
 }@media only screen and (max-width: 763px) { #ueZV9db1vemybdBGRluXRL1ZFFd7cWRb { width:16rem;height:12rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW7r73TE85qCsfAHkDz8ouOLgQ7lN2TJ { top:14.0625rem;left:15.8125rem;width:15.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taALGFqyBZLkEhFC53eBed06S9eBXyhR { top:2.375rem;left:17.40625rem;width:12.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqxX42kuUx2Tu7UM67lmDG96ftOfSzW { top:8.1875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1U3QzZWcvACQU4Door07ZIELrJogm2S { width:18.8125rem;height:12rem;top:17.5rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL1RZnC4vlnEi9mbFf7p3tHmyKU8tHIi { top:21.9375rem;left:31.75rem;width:13.375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmaKpD96DEtkXTzKxNhQPdh1uQZhTU7e { top:20rem;left:31.75rem;width:10.625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq1kahTpJ0bqae4tXoV1ScQIyKHTMHpp { top:18.1875rem;left:10.25rem;width:21.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 { display:block; }#C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOeRcuwyzpAmSmVmZW1NBX0lgbKnZEtF { top:23.9375rem;left:16.25rem;width:10.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8RZqe3BNISATOubvyx7Is7MORLfTnw { width:32.375rem;height:10.6875rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PhdUqKWKrTEUwtAKmgueuOmk48ORtm { top:2.75rem;left:6.75rem;width:9.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGJfQ2w4xA6Dzb0X113kkKogBiNKllE8 { top:20.5625rem;left:10.25rem;width:21.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TngV8QIoTEwXe7UQb3fxQQuvdVOfwS7w { top:11.125rem;left:8.4375rem;width:23.3125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySwRi48QivmUhmtJ9AQUrx89UgeaaOXq { top:25.875rem;left:6.3125rem;width:9.5625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoHQ2eCX86rIC96WngJicDoLiKPraOdO { width:47.625rem;height:12rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEEQ6HHiDVButctItybNsaAFUlJEsT5R { top:7.125rem;left:0rem;width:22rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvWxhss40oiocl1m36FA4OBIHV1PybOt { width:13.375rem;height:10.6875rem;top:20.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d88JWGQ4Xoh9HxuUxQmHXXVNWR4OHv4b { top:21.8125rem;left:9.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu75G8GfdypJUO29FySUsSvrK87Xt5gx { display:block; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzAzV47FLSwH2x2kJEwZ9Kb8Ctx6p9Rm { top:7.4375rem;left:0rem;width:47.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWARhCh27dNTzUa9TlZ06D1qnXiUPWlT { width:12.5rem;height:4.0625rem;top:10rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJH0ahTXqygXzCcEnlQHn3naxTyvZne { display:block; }
 }@media only screen and (max-width: 763px) { #RctAyyhmv10Ja3Zo2BwUUWc5xcW5acgM { width:12.5rem;height:4.0625rem;top:10rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2sDZN31TT2FREbXReEmUyqImT9ixAk { display:block; }
 }@media only screen and (max-width: 763px) { #fupl5y5ldidzMMvIpCQ8aPsgFx4hLeo6 { width:12.5rem;height:4.0625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sogss5v8FI2cBbz9aMDP96rCIdOJQPQD { display:block; }
 }@media only screen and (max-width: 763px) { #ErT78r8XWIrytr0cuuEuPhODB5Kl3ypr { width:12.5rem;height:4.0625rem;top:16.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQowFumBQTs0lWb3bsy6CI2LAyPNAhdk { display:block; }
 }@media only screen and (max-width: 763px) { #wkeevX315kvJnEEbqdDkXAT9NPV9AQpJ { width:12.5rem;height:4.0625rem;top:16.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9JzGb2rJs439Z00J9mTZTT8Byr9SJk { display:block; }
 }@media only screen and (max-width: 763px) { #ekacOSCu3SKq4xMvfnm2FEPs89P58VuK { width:12.5rem;height:4.0625rem;top:10rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJrmfO3pvXfoa9NoRaqrHLE4bImB6aVq { display:block; }
 }@media only screen and (max-width: 763px) { #GMzZE8U3iAoStzVtPMbybF0pAHdIZCSc { top:4.25rem;left:0rem;width:35.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swwXxzNzgLEx7sTltL3LmugbmkAbtbWg { width:12.5rem;height:4.0625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwDw5niN6V4dHckVwo1c3CewM3cPNBr { display:block; }
 }@media only screen and (max-width: 763px) { #lUtyhr0sTTkfMJESp71uvv1JSuV97oD3 { width:12.5rem;height:4.0625rem;top:16.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtNrHchJT2TsCTT5vZsFnLOaF0NJer7u { display:block; }
 }@media only screen and (max-width: 763px) { #PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N { display:block; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9BqGbUw1wLHx2rLn0JfUq50ezB5ehVE { top:2.0625rem;left:2rem;width:43.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3SRiPgnTXUyKcEg4PKmA7HxaD4OnanF { width:11.375rem;height:3.0625rem;top:4rem;left:32.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ51Au3Wm5DdUO2ZThCIPnEkrwGKAqFQ { display:block; }
 }@media only screen and (max-width: 763px) { #H6CiqltUytQ9tvgRe39ocW67dMmUhpNh { top:3.6875rem;left:10.687501907349rem;width:19.0625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbgJxfszwzg4ZlD8p2LtAOQSDEgXGhI { top:4rem;left:4.3125rem;width:4.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWbpOORoBxd1dwXsAPNg2VOVdnmQkw81 { top:0.25rem;left:19.15625rem;width:9.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg99fCPey35smmUt2uu31t0v00AVUcK6 { display:block; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOqSc5TL4IAgMnmwoPB1TC3wtrXgRDFx { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1oNSJ7ZOXKoRraVpXSf2OggIq872K54 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ { 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; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ.adaptive-delivery-prevent-bg, #vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ.lazyload, #vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ.lazyloading { background-image: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container { background-color: transparent; background-image: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container > .video-iframe-container { display: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row > .video-iframe-container { display: none; }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .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); }#vLrdoa4E1DAVP4pMzRM6klSKPSspNIKZ > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEtDq0UZE0OnXmzaT0KuhCwMxvAzTRwA { width:11.8125rem;height:4.375rem;top:6.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBKBkFHTnM8KTz9MVxkbSgQeFuX4BI16 { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJ8AszTrJ9PmKaizI4Qq98l6WxfHk7S { width:16.1875rem;height:4.125rem;top:13.1875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcuUu05aTV1AP2aVvsDB858TDT82dift { width:7.4375rem;height:2.4375rem;top:7.84375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUi7NGhZSgq0dxTQ0RDMoZr7Su6uKOWI { width:2.5625rem;height:2.375rem;top:18.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STy4HiVmu7L79WZlqkPyRtJcc46g7RWo { display:block; }
 }@media only screen and (max-width: 763px) { #HGn1a6e7shOb52vADKeTkkT4f5nc16wT { width:2.1875rem;height:2.375rem;top:18.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvvy7OuqelKBqWQG15UM7c9Xogvx4TDV { display:block; }
 }@media only screen and (max-width: 763px) { #aPET8LGhnIWMdIqqhoJovI9NDvExB0rw { width:0.625rem;height:1.19921875rem;top:19.0625rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c { display:block; }#xRquIWTy8kHWzMPodH8ueMSOFzWRkT5c > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzpzJvXyHNQ12rMC27XkgS7vFxuvTWUD { width:20rem;height:4.2rem;top:4.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJdgxT2xw5rMshPTavZ5iKLznzi0InlH { width:17.4375rem;height:4.5rem;top:10.5400390625rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZ568bepkf9fl5VMLQkrbXf6ozmO8s2 { width:20rem;height:13.898916967509rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlhaBhsu7cXQMITsDVar3friyxzwU2WX { width:20rem;height:4.6875rem;top:32.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkMRqumTK2Lmm4br5tiAzLe53O456xtT { width:13.875rem;height:2.625rem;top:33.3046875rem;left:4.09375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JPKBxmVtGLzeHlVV0ESoIwQmWxMtGvwm { width:20rem;height:29.125rem;top:38.31738125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx { display:block; }#J7uJfhCHhcAvQbGqpMEGockP2OkRsvOx > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT { width:11.5rem;height:7.749rem;top:23rem;left:4.5rem;font-size:0.8125rem;display:block; }#EZCiD3mxAc0zFyqV04e7Ge7ClhBOxqHT li:before{  }
 }@media only screen and (max-width: 763px) { #ueZV9db1vemybdBGRluXRL1ZFFd7cWRb { width:15.5625rem;height:13.125rem;top:20.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW7r73TE85qCsfAHkDz8ouOLgQ7lN2TJ { width:9.6875rem;height:1.625rem;top:16.1875rem;left:2.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #taALGFqyBZLkEhFC53eBed06S9eBXyhR { width:11.0625rem;height:3.75rem;top:1.947265625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqxX42kuUx2Tu7UM67lmDG96ftOfSzW { width:17rem;height:6.5625rem;top:7.880859375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1U3QzZWcvACQU4Door07ZIELrJogm2S { width:19.875rem;height:9.25rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL1RZnC4vlnEi9mbFf7p3tHmyKU8tHIi { width:16.25rem;height:3.9rem;top:53.5625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmaKpD96DEtkXTzKxNhQPdh1uQZhTU7e { width:12.125rem;height:1.5rem;top:51.8125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq1kahTpJ0bqae4tXoV1ScQIyKHTMHpp { width:20rem;height:9.9418604651162rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 { display:none; }#C32LusTDUGEs0Hqsg2fw9m7z5vo9Kxm1 > .row .container { width:20rem;height:59.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MOeRcuwyzpAmSmVmZW1NBX0lgbKnZEtF { width:15.8125rem;height:2.5996125rem;top:29.375rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8RZqe3BNISATOubvyx7Is7MORLfTnw { width:19.875rem;height:13.125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PhdUqKWKrTEUwtAKmgueuOmk48ORtm { width:20rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGJfQ2w4xA6Dzb0X113kkKogBiNKllE8 { width:13rem;height:6.6875rem;top:32.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TngV8QIoTEwXe7UQb3fxQQuvdVOfwS7w { width:16.625rem;height:6.499rem;top:9.125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySwRi48QivmUhmtJ9AQUrx89UgeaaOXq { width:14.6875rem;height:2.5996125rem;top:45.125rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoHQ2eCX86rIC96WngJicDoLiKPraOdO { width:19.875rem;height:18.5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEEQ6HHiDVButctItybNsaAFUlJEsT5R { width:13.3125rem;height:7.375rem;top:16.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvWxhss40oiocl1m36FA4OBIHV1PybOt { width:19.875rem;height:11.5rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d88JWGQ4Xoh9HxuUxQmHXXVNWR4OHv4b { width:4.25rem;height:4.25rem;top:49.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #hFmoPSCHuTT3wRCR9kTxQhGMcKr6xxP2 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu75G8GfdypJUO29FySUsSvrK87Xt5gx { display:block; }#Vu75G8GfdypJUO29FySUsSvrK87Xt5gx > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzAzV47FLSwH2x2kJEwZ9Kb8Ctx6p9Rm { width:19.75rem;height:36.125rem;top:9.4375rem;left:0.25rem;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:block; }
 }@media only screen and (max-width: 763px) { #rWARhCh27dNTzUa9TlZ06D1qnXiUPWlT { width:14.875rem;height:2.8125rem;top:20.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJH0ahTXqygXzCcEnlQHn3naxTyvZne { display:block; }
 }@media only screen and (max-width: 763px) { #RctAyyhmv10Ja3Zo2BwUUWc5xcW5acgM { width:14.875rem;height:2.8125rem;top:24.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2sDZN31TT2FREbXReEmUyqImT9ixAk { display:block; }
 }@media only screen and (max-width: 763px) { #fupl5y5ldidzMMvIpCQ8aPsgFx4hLeo6 { width:14.875rem;height:2.8125rem;top:28.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sogss5v8FI2cBbz9aMDP96rCIdOJQPQD { display:block; }
 }@media only screen and (max-width: 763px) { #ErT78r8XWIrytr0cuuEuPhODB5Kl3ypr { width:14.875rem;height:2.8125rem;top:32.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQowFumBQTs0lWb3bsy6CI2LAyPNAhdk { display:block; }
 }@media only screen and (max-width: 763px) { #wkeevX315kvJnEEbqdDkXAT9NPV9AQpJ { width:15rem;height:2.9375rem;top:41.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9JzGb2rJs439Z00J9mTZTT8Byr9SJk { display:block; }
 }@media only screen and (max-width: 763px) { #ekacOSCu3SKq4xMvfnm2FEPs89P58VuK { width:15rem;height:2.9375rem;top:36.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJrmfO3pvXfoa9NoRaqrHLE4bImB6aVq { display:block; }
 }@media only screen and (max-width: 763px) { #GMzZE8U3iAoStzVtPMbybF0pAHdIZCSc { width:13.75rem;height:3.575rem;top:4.5625rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swwXxzNzgLEx7sTltL3LmugbmkAbtbWg { width:15rem;height:2.9375rem;top:11.437561035156rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwDw5niN6V4dHckVwo1c3CewM3cPNBr { display:block; }
 }@media only screen and (max-width: 763px) { #lUtyhr0sTTkfMJESp71uvv1JSuV97oD3 { width:15rem;height:2.9375rem;top:15.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtNrHchJT2TsCTT5vZsFnLOaF0NJer7u { display:block; }
 }@media only screen and (max-width: 763px) { #PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N { background-color:#ffffff;background-image:none;display:block; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container { background-color: transparent; background-image: none; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container > .video-iframe-container { display: none; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row > .video-iframe-container { display: none; }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .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); }#PNVI5hmWsPDNOqykW9fWJocHw2d9FQ4N > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9BqGbUw1wLHx2rLn0JfUq50ezB5ehVE { width:20rem;height:17.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3SRiPgnTXUyKcEg4PKmA7HxaD4OnanF { width:15.625rem;height:3.4375rem;top:15.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ51Au3Wm5DdUO2ZThCIPnEkrwGKAqFQ { display:block; }
 }@media only screen and (max-width: 763px) { #H6CiqltUytQ9tvgRe39ocW67dMmUhpNh { width:19.3125rem;height:3.1484375rem;top:10.875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZbgJxfszwzg4ZlD8p2LtAOQSDEgXGhI { width:4.75rem;height:2.875rem;top:6.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { background-color:#662483;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { background-color: transparent; background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .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); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWbpOORoBxd1dwXsAPNg2VOVdnmQkw81 { width:8.625rem;height:1.1375rem;top:0.1875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Tg99fCPey35smmUt2uu31t0v00AVUcK6 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Tg99fCPey35smmUt2uu31t0v00AVUcK6 > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOqSc5TL4IAgMnmwoPB1TC3wtrXgRDFx { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1oNSJ7ZOXKoRraVpXSf2OggIq872K54 { display:block; }
 }