.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb { 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; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { background-color: transparent; background-image: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .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); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { border-width: 0; border-radius: 0; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#NVTSycc3JZDUtgCD19kRPMxXTTl6XCSb { 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; }
#o7u14dvQZVc22Xq1wIBCLe8rppRuNer6 { 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:2.75rem;width:10.9375rem;top:2.5rem;left:61.25rem;overflow:hidden;display:block; }
#tasFWChsBRaXr3FQ8WLkbNayAdusCkLr { position:absolute;display:block;z-index:15023;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:3rem;width:16.875rem;top:2.375rem;left:18.250001907349rem;display:block; }
#GqVJa7XsFuFOMUunfFNXkveVwcA8EZb7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.4375rem;width:6.75rem;top:2.75rem;left:27.25rem;overflow:hidden;display:block; }
#ZzViKKQ8eGehpaIG5pkQqGuoCOsOri3q { position:absolute;display:block;z-index:15028;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:6.5625rem;width:6.5625rem;top:0.65625rem;left:19.812501907349rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/5a6ac250-208f-4dca-b8a7-a89545f50632/backingforheaders_Soluthead1copia.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:54.3125rem;width:75rem;position:relative;display:block; }#hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem #ff6f4a;top:7.4375rem;left:5rem;height:4.875rem;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:37.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:13.1875rem;left:5rem;height:3.32421875rem;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; }
#EtKsTQ3nK7FBmZeJTKMPseaJ6fzTG1re { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.25rem;width:21.6875rem;top:27.8125rem;left:11.375rem;overflow:hidden;display:block; }
#InFnewJbw3uwc3nHsgn0MC7NQcv1lLxy { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:18.125rem;left:5rem;height:4.986325rem;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; }
#wnXC7xS3ztxTar0FadSh8Bz6sZDzHqMV { position:absolute;display:block;z-index:15028;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:13.4375rem;top:34.5625rem;left:15.5rem;overflow:hidden;display:block; }
#hFQwERZloJCGqpKvVSveurs7lRpWQGZB { position:absolute;display:block;z-index:15006;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(0,0,0,0.5) ;height:10.375rem;width:18.875rem;top:27.8125rem;left:5rem;overflow:hidden;display:block; }
#KVavudabeaWg8I1XcJH8UlnbxcwayaPo { position:absolute;display:block;z-index:15007;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(0,0,0,0.5) ;height:10.0625rem;width:18.875rem;top:37.75rem;left:23.875rem;overflow:hidden;display:block; }
#suVmK7LBHRtd2QoFZcwZ3csNWThqg9cD { position:absolute;display:block;z-index:15178;height:29.125rem;width:28.125rem;top:4.25rem;left:44.4375rem;display:block; }
#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 { 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; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { background-color: transparent; background-image: none; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container > .video-iframe-container { display: none; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row > .video-iframe-container { display: none; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .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); }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { border-width: 0; border-radius: 0; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#DHTTPSHFpludbWxxVDClNrmu4elUcWys { color:#f49a1e;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:9.8125rem;left:4.3125rem;height:7.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; }
#tpZWQQrINn8KNhE0278NaUc6sG97PbR7 { color:#595d68;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:18.625rem;left:4.3125rem;height:8.285125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KBLcdFPr6ZSzA693TJrxI5cvmtLfWnqQ { color:#595d68;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:30.1875rem;left:4.25rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nomJwuwTLOu6aewGMrlV3dqv7hTQShD1 { color:#595d68;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:34.9375rem;left:4.25rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JCqA4c4uEO9ZAMGR1msg63p9ycs0FTRe { position:absolute;display:block;z-index:15025;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:3.625rem;width:17.4375rem;top:4.6875rem;left:4.3125rem;display:block; }
#Z8hDpAS8ZFAOFRWCH2sPs4WQvIxMk6iq { position:absolute;display:block;z-index:15026;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:7.5rem;width:7.5rem;top:3.03125rem;left:5.5rem;overflow:hidden;display:block; }
#d3rw9H1QnQWgKi8TvNqGgt64OmtD7aur { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.4375rem;width:6.75rem;top:5.4375rem;left:13.5625rem;overflow:hidden;display:block; }
#sODsXJGO94Za8Id7Au2NvuiiMDwnuMcL { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:30.5625rem;width:15.6875rem;top:5.375rem;left:37.6875rem;display:block; }
#JZ49QwkcH5pNZU4EThLDski1M1eqIe5n { color:#e77320;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:7.75rem;left:41.5625rem;height:3.15rem;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; }
#kUEEataTLOCfoumlAGySO04ANAsOKPfI { color:#595d68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.4248046875rem;left:40.5625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgbWgF2Z1CRRL74mAP7EgIabozvrI1Jv { color:#e77320;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15093;line-height:1.4;letter-spacing:0;top:18.8125rem;left:41.5625rem;height:3.15rem;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; }
#kfGKlySH7kTWUGqLdoVxV9i0EtTThCG1 { color:#595d68;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:22.4375rem;left:41.34375rem;height:1.38129375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxvMEcqJCtAUSccSFLaTC2skiy3JnFhH { color:#e77320;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:27.875rem;left:40.5625rem;height:3.15rem;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; }
#x5ah8ywdc3cTuvoXQstKiW4F6kuZchue { color:#595d68;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:31.5rem;left:41.75rem;height:2.111325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8ZWninb6mMPbrNh8iMTFxtPDoTqTWNb { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:none;top:25.9375rem;left:40.875rem;display:block; }
#MdA0KUwyURZgmmh61xiADwlOOBTZbVo8 { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15098;background-color:#e3e3e3;background-image:none;top:16.125rem;left:40.875rem;display:block; }
#MuRhTtrC8PGSgsI1xk3TlkrwSAo2h7wg { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:30.5625rem;width:15.6875rem;top:5.4375rem;left:54.9375rem;display:block; }
#uvc9LS8CwCyP7T4wxUaxTIdTgwKsQypD { color:#e77320;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15100;line-height:1.4;letter-spacing:0;top:7.75rem;left:58.8125rem;height:3.675rem;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; }
#WDVNJiigJl2RW58IcaNgWGDynItMiJWl { color:#595d68;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:11.4375rem;left:59.8125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyuNpNkaTkGTvm7KlEwn2ThvCvtpDHTC { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15107;background-color:#e3e3e3;background-image:none;top:16.125rem;left:58.125rem;display:block; }
#gWkisp6H3ZWVVA0MSwpbru9URboLECsd { color:#e77320;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15102;line-height:1.4;letter-spacing:0;top:18.8125rem;left:55.75rem;height:3.15rem;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; }
#qXBnP9TQGw44Fa71ZaJGgaq3kcNJ6M17 { color:#595d68;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:21.9609375rem;left:57.53125rem;height:1.38129375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZ33BwtCWGR271RSS2bx7JTCoR8pffXE { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15106;background-color:#e3e3e3;background-image:none;top:25.9375rem;left:58.125rem;display:block; }
#MuVSIVCmyDRt6ldqf61EdKiw3p0LApxm { color:#e77320;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15104;line-height:1.4;letter-spacing:0;top:27.875rem;left:57.8125rem;height:3.15rem;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; }
#MTMry3Qe054irIPamEPJ8D4Wv9SPn0P7 { color:#595d68;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:31.5673828125rem;left:57.40625rem;height:1.38129375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 { 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; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { background-color: transparent; background-image: none; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container > .video-iframe-container { display: none; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row > .video-iframe-container { display: none; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .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); }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { border-width: 0; border-radius: 0; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { font-size:0.875rem;font-family:arial;height:74.5rem;width:75rem;position:relative;display:block; }#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cce1f31f-b525-4175-a400-2e21e7eb7af0/gradient_set_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:4.125rem;display:block; }#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO.adaptive-delivery-prevent-bg, #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO.lazyload, #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO.lazyloading { background-image: none; }
#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.76); }#NzkOBZkWaUzQpkXeG4b0U4EHL28dcFQK { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -moz-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -ms-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -o-linear-gradient(180deg, #fafafa, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #fafafa, #eaeaea);background-size:contain !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:21.062501907349rem;display:block; }
#WtDlf7XLJTq0VAa4TgcqriKgK65BfOvT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeaea, #ffffff);background-image: -moz-linear-gradient(180deg, #eaeaea, #ffffff);background-image: -ms-linear-gradient(180deg, #eaeaea, #ffffff);background-image: -o-linear-gradient(180deg, #eaeaea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #eaeaea, #ffffff);background-size:contain !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:38.062501907349rem;display:block; }
#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cce1f31f-b525-4175-a400-2e21e7eb7af0/gradient_set_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:16.1875rem;width:15.8125rem;top:11.6875rem;left:55.000001907349rem;display:block; }#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9.adaptive-delivery-prevent-bg, #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9.lazyload, #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9.lazyloading { background-image: none; }
#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.79); }#vrFMa9TJpVCNNRaV7c0ykI9pL1AGAchL { 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.125rem solid rgba(112,112,112,0.12);border-left:0.125rem solid rgba(112,112,112,0.12);border-right:0.125rem solid rgba(112,112,112,0.12);border-bottom:0.125rem solid rgba(112,112,112,0.12);border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:11.375rem;width:20.5625rem;top:36.9375rem;left:7.9375rem;display:block; }
#WFZbUUyTax47CdTfBnTHnSQ7JErLg5bU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:20.375rem;top:30.125rem;left:8.375rem;overflow:hidden;display:block; }
#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5dbb2100-5a30-4acc-8cc4-3baddeec00ab/abstractbackgroundwithlowpolydesign.jpg");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:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(251,164,43,0.42) ;height:11.375rem;width:38.5rem;top:36.9375rem;left:28.5625rem;display:block; }#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV.adaptive-delivery-prevent-bg, #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV.lazyload, #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV.lazyloading { background-image: none; }
#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem; }#lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,149,0,0.88); }#WboF9vEHKifSn9mo3CiRNiMaZ1660FBa { position:absolute;display:block;z-index:15035;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.0625rem;width:19.0625rem;top:44.5rem;left:9.6875rem;overflow:hidden;display:block; }
#wvqd8wqTHEur9W1RShCrRwLPT20P7Hfg { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:38.5rem;left:31rem;height:4.72265625rem;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; }
#HbcUJImQctKmI40TJQiAFahW8wRvpzRF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:4.875rem;top:13.75rem;left:60.500001907349rem;overflow:hidden;display:block; }
#lhmmVPfu0e6XRro5B51wvl4KKTT1pE6m { color:#595d68;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:21.7490234375rem;left:39.25rem;height:3.798825rem;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; }
#q9PfPsIWP4LzNtToF0uTK0r5o7uapX3h { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:21.748046875rem;left:56.96875rem;height:3.798825rem;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; }
#OafFuaupEsD2Fs3f4PUZNVDDk18KsK6e { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:14.1875rem;left:26.312501907349rem;overflow:hidden;display:block; }
#iTZ0cEFOTxEeKNuwTzByFdUckE5yKoik { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:21.75rem;left:6.25rem;height:3.798825rem;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; }
#Khl38ynMHBFOxbFU6uZLpZqMAcHPvS1N { color:#595d68;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:21.75rem;left:23.500001907349rem;height:3.798825rem;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; }
#JPiZDwC9UNTXMuglxPpSurL7XOTNQOR3 { color:#595d68;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:4.75rem;left:17.625001907349rem;height:4.986325rem;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; }
#GTezC34kSO2fO3mOd3QzWDozrTsaV6ys { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6.5rem;top:14rem;left:8.7500019073488rem;overflow:hidden;display:block; }
#ETNVC8kmhmnghAX3ecCMmUBiifKAhJn2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.625rem;top:14.4375rem;left:42.687501907349rem;overflow:hidden;display:block; }
#TTa4k5b4GATfLCTiJdr65pUM2AQOV0TT { color:#e77320;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:57rem;left:16rem;height:5.25rem;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; }
#xQkIT5W59sBqy1NSwAxsHspQGwuWVS1Z { color:#595d68;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:62.25rem;left:16rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pGOS65sxGNOR32OXGddnbc2XGkB49BTl { position:absolute;display:block;z-index:15034;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(0,0,0,0.2) ;height:17rem;width:16.9375rem;top:53.875rem;left:46.625rem;overflow:hidden;display:block; }
#KbpmQhW1nXdWNIdb7SatFS9KxFxpOmPt { 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:8.875rem;border-top-right-radius:8.875rem;border-bottom-left-radius:8.875rem;border-bottom-right-radius:8.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.14) ;height:15.5rem;width:51.25rem;top:54.625rem;left:11.5rem;display:block; }
#tMzzTBTlapm2yVVSpNwAVgyS3OOR2C01 { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.4;letter-spacing:0;top:43.8125rem;left:31rem;height:3.1494125rem;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; }
#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M { 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; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { background-color: transparent; background-image: none; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container > .video-iframe-container { display: none; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row > .video-iframe-container { display: none; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .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); }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { border-width: 0; border-radius: 0; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#EH9GTh7KFeaTLwXJP5Cf6kA1LDVROIPX { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -moz-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -ms-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -o-linear-gradient(180deg, #ffffff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #ffffff, #eaeaea);background-size:contain !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:31.625rem;width:67.125rem;top:8.3125rem;left:3.9375rem;display:block; }
#Q4yWOLWIUfQmAo5ARUEJt7mLzREJwuxi { color:#595d68;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:31.4375rem;left:7.1875rem;height:2.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lywgf2ZX6h2yGH9ZxtUycQqXfPbcNGcu { color:#e77320;display:block;width:44rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:4.0625rem;left:15.5rem;height:2.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; }
#HTSzKo4s5yROfgh6WUpy0C1nMimiwfmv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:26.125rem;width:41.5625rem;top:11.0625rem;left:28.6923828125rem;overflow:hidden;display:block; }
#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd { color:#595d68;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:12.625rem;left:7.1875rem;height:12.8359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:before{  }
#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36928971-77ec-4ddb-98e6-65df4241d95f/___03BACKFUNCIONESNIVELES2x6607853562407537101.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.adaptive-delivery-prevent-bg, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyload, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyloading { background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { background-color: transparent; background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .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); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { border-width: 0; border-radius: 0; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#mdMdT5ePGb3bAzxyGnyLvPhKTTH4fRHh { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:9.5rem;left:37.8125rem;height:4.142575rem;text-align:left;text-align-last:left;display:block; }
#WQWBJGTCDIuHxZrODQpifvidue0gT6WX { position:absolute;display:block;z-index:15009;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:4.4375rem;width:16.4375rem;top:8.125rem;left:11rem;display:block; }
#LUKpBNgctVESMKOek9LqtwRuDcITSVZR { 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: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:28.4375rem;width:15.8125rem;top:21.4375rem;left:12.625rem;display:block; }
#Aw4EKkghcOVfPpJKTsrbl1EbLdvwmfxd { 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: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:28.4375rem;width:15.8125rem;top:21.4375rem;left:29.625rem;display:block; }
#JOpcCLiWBpc8Q1aPTp3GuWoMXKdTkgdH { position:absolute;display:block;z-index:15007;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: 0rem 0rem 1.875rem rgba(121,121,121,0.33) ;height:28.4375rem;width:15.8125rem;top:21.4375rem;left:46.5625rem;display:block; }
#wi7N7phfmTsuC2uRlSa1gSlTTE0o2Rh0 { color:#595d68;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:27.5rem;left:14.625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#Q5ce9wnD0rfZ2DTSE6h6GvGFiAkNUntH { color:#595d68;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:27.5rem;left:31.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#WlvGBazzLpgVQ72RWtefA0WNZxL8eSvP { color:#595d68;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.25rem;left:48.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#uKl1HBFLimq7aBKhqxtT2vXweMEAAdTP { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:5.6875rem;left:32.25rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#KRFwUsbBbiaynkD63p5nsRthgoC3Ln8D { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:5.1937503814697rem;left:14.06875038147rem;overflow:hidden;display:block; }
#phTG5xN0iZsLx3VHbm4L0mHMA3zf5xR5 { position:absolute;display:block;z-index:15026;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:3.375rem;top:9.0625rem;left:33.125rem;overflow:hidden;display:block; }
#RAt0IB0MFB0DimmXw9adkQNiMktr8qUo { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #582b47, #94000b);background-image: -moz-linear-gradient(180deg, #582b47, #94000b);background-image: -ms-linear-gradient(180deg, #582b47, #94000b);background-image: -o-linear-gradient(180deg, #582b47, #94000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#582b47', endColorstr='#94000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#582b47', endColorstr='#94000b' );";background-image: linear-gradient(180deg, #582b47, #94000b);background-size:contain !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:12.625rem;width:59.8125rem;top:4rem;left:7.625rem;display:block; }
#WMiBRO5TTxRMTgW4JHAqs0Lra9VF9AHO { color:#595d68;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:30.75rem;left:14.6875rem;height:13.808625rem;text-align:left;text-align-last:left;display:block; }
#In7CHPvwaahqByZfbqJTl92HbUv9xwCh { color:#595d68;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:30.75rem;left:31.6875rem;height:13.808625rem;text-align:left;text-align-last:left;display:block; }
#cnodx6LxzEBnzeZsLw3C8lGIU9DZdF4h { color:#595d68;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:30.75rem;left:48.4375rem;height:12.42775rem;text-align:left;text-align-last:left;display:block; }
#coL968UMbTLdq6wqxTSVN2pJTESRu8J2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:21.875rem;left:17.8125rem;overflow:hidden;display:block; }
#PxU2WirsVy46crrSyuo0vFEvDFl0Ax7f { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:22.125rem;left:35.0625rem;overflow:hidden;display:block; }
#qXDc6KiPJnBMUt9r0xwL1XioOorHTtQx { position:absolute;display:block;z-index:15026;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.8125rem;width:4.8125rem;top:22.125rem;left:51.8125rem;overflow:hidden;display:block; }
#NyT7kEDTWEen2PUe5wo06OiBTazBk5Sa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:12.9375rem;width:24.375rem;top:54.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#XCLwJge184DADm0AAALLoWN2FkGOvKOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { background-color: transparent; background-image: none; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container > .video-iframe-container { display: none; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row > .video-iframe-container { display: none; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .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); }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { border-width: 0; border-radius: 0; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8ffa9b47-e0e0-4e86-b15e-26bd48713d3c/BanksFinanceandInsurance.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:7.1875rem;display:block; }#vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s.adaptive-delivery-prevent-bg, #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s.lazyload, #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s.lazyloading { background-image: none; }
#C9Wb1SIdifBwIy9PCfCREqN1T7dseqCC { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.625rem;left:7.1875rem;display:block; }
#pcOUDxBqgs7JthoTp82lKGH8cKNsPXll { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:19.75rem;left:8.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#UtHEn5zOfoz502ezHuzkszHrivTdhI9r { color:#e77320;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:3.3125rem;left:4.125rem;height:2.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:left;text-align-last:left;display:block; }
#U8zueFJd7lT4FWHfMSUWtA17t6oTPnTV { color:#595d68;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:5.9365234375rem;left:4.125rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1ad7cac-7c83-4f39-b70f-e3d141520d1a/PublicSector.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:22.875rem;display:block; }#WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn.adaptive-delivery-prevent-bg, #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn.lazyload, #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn.lazyloading { background-image: none; }
#cAZV7rfx5KDdksds4yT5ra1f6KkN3p7D { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.625rem;left:22.875rem;display:block; }
#FyJZcEaAtFe3fUToRqGMDHnAARWifPQT { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:19.75rem;left:24.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf26daef-40c7-4a0f-aaa3-3aa6ab24c5bc/jcr_content7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:38.625rem;display:block; }#i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk.adaptive-delivery-prevent-bg, #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk.lazyload, #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk.lazyloading { background-image: none; }
#an7s9pF7sQJzaVdQMy1gw7hT5zabF6aq { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.6875rem;left:38.625rem;display:block; }
#JNk1e4gKiACl0bfOHaWgQxWPUasrTz3s { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:19.75rem;left:40.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7b62ad-467b-4c75-b8eb-1bcc1da70ac4/Healthcare.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:11.4375rem;left:54.1875rem;display:block; }#lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu.adaptive-delivery-prevent-bg, #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu.lazyload, #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu.lazyloading { background-image: none; }
#xPDWEevLqCEe0bzdI1aD9N9Nd104S5ZN { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:13.6875rem;left:54.1875rem;display:block; }
#uVA95HCbTmUwu5bea1kpgRkMQLPFd6P9 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:19.75rem;left:55.6875rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/707aaa8d-8e28-426d-89df-729dbf0f7966/jcr_content11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:25rem;left:46.4375rem;display:block; }#CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg.adaptive-delivery-prevent-bg, #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg.lazyload, #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg.lazyloading { background-image: none; }
#uAXwz96Tart2ZTknA2PkHdXd96ghRguz { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:27.25rem;left:46.4375rem;display:block; }
#PT62aRaCZCs8BKkO3a32yUZxDviS8FrS { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:33.3125rem;left:47.9375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#GGf5K86QLlknd2fx9MGpVc29W77uQwWK { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/541765ba-aae9-400e-b193-c16ff5adeb79/Energy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:25rem;left:30.6875rem;display:block; }#GGf5K86QLlknd2fx9MGpVc29W77uQwWK.adaptive-delivery-prevent-bg, #GGf5K86QLlknd2fx9MGpVc29W77uQwWK.lazyload, #GGf5K86QLlknd2fx9MGpVc29W77uQwWK.lazyloading { background-image: none; }
#IQrMb3mwRHXuO16TiLTcXeek6wmiDHu3 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:27.1875rem;left:30.6875rem;display:block; }
#uH7xichMzDcKr1aMSkugHdZ1kN7AyE4E { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:33.3125rem;left:32.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dcf13835-3a7c-4046-be92-84db5375b39f/Retail.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:11.875rem;width:13.5625rem;top:25rem;left:15rem;display:block; }#QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv.adaptive-delivery-prevent-bg, #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv.lazyload, #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv.lazyloading { background-image: none; }
#RMtDDCKpPi9PC2eBOGV8LFc3NKElMaP6 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000f9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:9.625rem;width:13.5625rem;top:27.1875rem;left:15rem;display:block; }
#wxCeoODA8s8aL7cPTF0PsLhET7TEw4b1 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:33.3125rem;left:16.5rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ { 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; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { background-color: transparent; background-image: none; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container > .video-iframe-container { display: none; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row > .video-iframe-container { display: none; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .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); }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { border-width: 0; border-radius: 0; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#tM3xUJyof91faDwQQEm0cTf1JDpHHXm5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6eb3f614-bb37-41eb-bec2-c2609f6ab563/jcr_content2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:13.5625rem;top:8.25rem;left:5.125rem;display:block; }#tM3xUJyof91faDwQQEm0cTf1JDpHHXm5.adaptive-delivery-prevent-bg, #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5.lazyload, #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5.lazyloading { background-image: none; }
#v0mszpeSUK9PE2crm9kC3Lad6wFWfoL1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-image: -o-linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5f9' );";background-image: linear-gradient(180deg, #fafafa, rgba(229,229,229,0.98));background-size:cover !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:23.875rem;width:15.8125rem;top:7.125rem;left:4.125rem;display:block; }
#Tr4410TsLp3yuT4g0WDRLkimBAGxeCrg { color:#2e2e2e;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:19.75rem;left:5.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#enG9uQgNFPCO6DbE4XU6vmrzfIuNTG8J { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -moz-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -ms-linear-gradient(180deg, #fafafa, #eaeaea);background-image: -o-linear-gradient(180deg, #fafafa, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #fafafa, #eaeaea);background-size:contain !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:23.875rem;width:15.8125rem;top:7.125rem;left:21.125rem;display:block; }
#ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c0ad6626-fdbb-42c8-a8f6-75c95140b5e2/jcr_content3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:13.5625rem;top:8.25rem;left:22.125rem;display:block; }#ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA.adaptive-delivery-prevent-bg, #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA.lazyload, #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA.lazyloading { background-image: none; }
#sZ8izwQctccGfWn1HQkLrVuRv5Ph50hE { color:#2e2e2e;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:19.75rem;left:22.8125rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#dHbNE8WGcJcmsuG8SU52SMAhNpF7cBAc { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -moz-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -ms-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -o-linear-gradient(180deg, #ffffff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #ffffff, #eaeaea);background-size:contain !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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.375rem 0.9375rem rgba(121,121,121,0.33) ;height:23.875rem;width:32.8125rem;top:7.125rem;left:38.0625rem;display:block; }
#un50ydioQwLXs4FnJhPlkNKzTJJMWO1X { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/afee7f74-7fd8-4628-b6ac-16812f0d614c/jcr_content4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:29.9375rem;top:8.25rem;left:39.375rem;display:block; }#un50ydioQwLXs4FnJhPlkNKzTJJMWO1X.adaptive-delivery-prevent-bg, #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X.lazyload, #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X.lazyloading { background-image: none; }
#bANuyqMIGlHpOSdUytJkAAy30ee03qs6 { color:#2e2e2e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.75rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#SNMa482N4FwdATzxWbOWDv4eTMTnUINB { color:#2e2e2e;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:22.1875rem;left:39.75rem;height:4.22265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQxEnTKFCvTQ51b1MhJPcIiC4TWWbpnH { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1250ad;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:5.875rem;height:1.3125rem;text-decoration:none;z-index:15039;text-align:left;text-align-last:left;top:28.90625rem;left:5.8125rem;display:block; }
#EFTffnxAneoO778ORNPFrerM4rlUKqp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkTFkXU7iX125xmQ7nhDsKFHcWOA1fc8 { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1250ad;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:5.875rem;height:1.3125rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:28.9375rem;left:22.8125rem;display:block; }
#ApI5ZwIceispqXKqWQxPgCPyy8sBfz8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwPZAvRhLBRgElVFuAAEL86tCFrtQ0L0 { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1250ad;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:5.875rem;height:1.3125rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:28.9375rem;left:39.75rem;display:block; }
#Kxz6BAZgz66uG6cgX3D3cBCa8COgtkgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNVGG8ehnZ38Vg8hsJGXXnFCKKftocJ9 { color:#e77320;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15089;line-height:1.4;letter-spacing:0;top:3.3125rem;left:4.125rem;height:2.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:left;text-align-last:left;display:block; }
#k8fJgzTSNSruPe79fUnJAOFa8qLT902g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g.adaptive-delivery-prevent-bg, #k8fJgzTSNSruPe79fUnJAOFa8qLT902g.lazyload, #k8fJgzTSNSruPe79fUnJAOFa8qLT902g.lazyloading { background-image: none; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container { background-color: transparent; background-image: none; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container > .video-iframe-container { display: none; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row > .video-iframe-container { display: none; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .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); }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container { border-width: 0; border-radius: 0; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#sS8i1v2ulGPNJNOa4KpEX2J7mHV0XSCf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #e77320, #ff9d00);background-image: -moz-linear-gradient(top, #e77320, #ff9d00);background-image: -ms-linear-gradient(top, #e77320, #ff9d00);background-image: -o-linear-gradient(top, #e77320, #ff9d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#ff9d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#ff9d00' );";background-image: linear-gradient(to bottom, #e77320, #ff9d00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:17.8125rem;width:30.125rem;top:7.625rem;left:9.0625rem;display:block; }
#fXfrfAPMyzlQPow3aTsy7LJVa0DCXyZO { position:absolute;display:block;z-index:15014;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:2rem;width:15.25rem;top:9.5625rem;left:11.9375rem;display:block; }
#hhBNVLJeTg8ywpyyPBZo4w3UqgIGQPMl { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.9375rem;height:3.0869125rem;font-style:normal;display:block; }
#mevZVRsCIGeAnhwlbRlTtbc5vlUeuKrQ { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.6875rem;left:11.9375rem;height:4.22265625rem;display:block; }
#gopf7WsGXonohUuQt9MUMIpetFgTydbv { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffbf1, #ffffff);background-image: -moz-linear-gradient(top, #fffbf1, #ffffff);background-image: -ms-linear-gradient(top, #fffbf1, #ffffff);background-image: -o-linear-gradient(top, #fffbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fffbf1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:20.0625rem;width:30.25rem;top:23.0625rem;left:9.0625rem;display:block; }
#kxnhHgnctEiAyVkOpwOCtr2yHuGpuq3L { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #fffbf1, #f8fff1);background-image: -moz-linear-gradient(299deg, #fffbf1, #f8fff1);background-image: -ms-linear-gradient(299deg, #fffbf1, #f8fff1);background-image: -o-linear-gradient(299deg, #fffbf1, #f8fff1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#f8fff1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#f8fff1' );";background-image: linear-gradient(299deg, #fffbf1, #f8fff1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:17.625rem;width:30.875rem;top:7.625rem;left:36.125rem;display:block; }
#ac6SO5MJ4OBwyZvaG12Ka9JRVm2hv6lX { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffbf1, #ffffff);background-image: -moz-linear-gradient(top, #fffbf1, #ffffff);background-image: -ms-linear-gradient(top, #fffbf1, #ffffff);background-image: -o-linear-gradient(top, #fffbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fffbf1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:20.0625rem;width:27.9375rem;top:23.0625rem;left:39.25rem;display:block; }
#KGVT0usZXqi8A9VaTIU4l2uPlQzvy1wC { color:#595d68;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.8125rem;left:11.9375rem;height:6.171875rem;font-style:normal;display:block; }
#wHyXJCegkbHCS8z7spKkTkZ8xt9hdoZt { color:#595d68;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.375rem;left:41.0625rem;height:6.334rem;display:block; }
#Egf5ykCICKM3pDFcBOn0TT6zFvgfsRa9 { color:#595d68;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10rem;left:41.0625rem;height:4.142575rem;font-style:normal;display:block; }
#CvGCe10NpdsEoGEuLJedeaGBpTVIQM8C { color:#595d68;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.8125rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#fimCa9JEkf6FanuV94LsdMO7ztrlMOZq { color:#595d68;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.6513671875rem;left:11.9375rem;height:6.334rem;display:block; }
#ol1RO52K8n2NDtXRVQKAnMEfGbFKvX0p { color:#595d68;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.283203125rem;left:41.0625rem;height:6.334rem;display:block; }
#Zs5h4bTEdSwmP7GIpy2wMbcvrlnSqKn6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffbf1, #ffffff);background-image: -moz-linear-gradient(top, #fffbf1, #ffffff);background-image: -ms-linear-gradient(top, #fffbf1, #ffffff);background-image: -o-linear-gradient(top, #fffbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fffbf1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:13rem;width:29.75rem;top:41.625rem;left:22.625rem;display:block; }
#eC31dWG5M3LzJCmTnvaf2FqlwOrPKd9D { color:#595d68;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:48.4375rem;left:26.5rem;height:1.05615rem;display:block; }
#nhPZquGxOqS952kFR8AENg7ThfAiyNUt { color:#595d68;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.5rem;left:25.6875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7fp6wzfMkopXPOzm6fV6gVzmP9FbJK0 { color:#0e3c5a;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.5625rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RLRATJlSXqNzddolcsHotEeL5BvDBQVb { position:absolute;display:block;z-index:15030;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:6.0625rem;width:6.0625rem;top:48.8125rem;left:31.125rem;overflow:hidden;display:block; }
#pZ5Ff4ZyNxqiuw14lQ4LAKh4U6GwgWoG { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.0625rem;width:6.125rem;top:50.625rem;left:38.3125rem;overflow:hidden;display:block; }
#UeTyQFMpL1oW9dx9xdwabQ5oJQtpkpBS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:1.75rem;width:5.4375rem;top:9.8125rem;left:20.40625rem;overflow:hidden;display:block; }
#M7yD2Tf4MVwdtV4teULsxNBM2BakT4yx { position:absolute;display:block;z-index:15032;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.4375rem;width:5.4375rem;top:7.9375rem;left:13.625rem;overflow:hidden;display:block; }
#M4bKpRevO9q46yMDP3Us8klSqilvtJKa.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; } #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection *:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="text"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="email"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="tel"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection textarea:focus-visible { outline: none; } #hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container { background-color: transparent; background-image: none; }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container > .video-iframe-container { display: none; }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row > .video-iframe-container { display: none; }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .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); }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container { border-width: 0; border-radius: 0; }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS { 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; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { background-color: transparent; background-image: none; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container > .video-iframe-container { display: none; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row > .video-iframe-container { display: none; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .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); }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { border-width: 0; border-radius: 0; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#JphSykB8vxmfK0bEkZv8HrKR6bPMtuOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.625rem;width:33.25rem;top:1.8125rem;left:33.8125rem;display:block; }
#lnJQGRSleRCJzaHq6IDZTQE0bL7OF7RE { color:#595d68;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:7.8125rem;left:11.3125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#AKBwo3fpcNNDBAqNB3dx2qzMf9Ap4qo5 { position:absolute;display:block;z-index:14999;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: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.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:10.1875rem;width:40.6875rem;top:5.9375rem;left:7.9375rem;display:block; }
#yn2H7xqSBbH60LWqo3eDiPfTHQuAXf15 { position:absolute;display:block;z-index:15026;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.75rem;width:12.75rem;top:6.62343788147rem;left:14.187501907349rem;overflow:hidden;display:block; }
#f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a77dd9a4-4fa4-4db4-b21e-f92f6c63ba57/solut.png");background-position:top left !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; }#f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection.adaptive-delivery-prevent-bg, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection.lazyload, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection.lazyloading { background-image: none; } #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection *:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="text"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="email"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="tel"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection textarea:focus-visible { outline: none; } #qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container { background-color: transparent; background-image: none; }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container > .video-iframe-container { display: none; }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row > .video-iframe-container { display: none; }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .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); }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container { border-width: 0; border-radius: 0; }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 { 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; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container { background-color: transparent; background-image: none; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container > .video-iframe-container { display: none; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row > .video-iframe-container { display: none; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .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); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container { border-width: 0; border-radius: 0; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#BKCpb95cvt2dV3wxbhAolQ41VB0tsRBL { 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.5rem;top:2.0625rem;left:15.75rem;display:block; }#BKCpb95cvt2dV3wxbhAolQ41VB0tsRBL.adaptive-delivery-prevent-bg, #BKCpb95cvt2dV3wxbhAolQ41VB0tsRBL.lazyload, #BKCpb95cvt2dV3wxbhAolQ41VB0tsRBL.lazyloading { background-image: none; }
#TJQPnS5A7U3Ng90pwieIiPcTZe06l7nH { 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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4rem;left:42.9375rem;display:block; }
#SxlsqGfEiS6TrDZRQo2GbdFkplflWenN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ei84PD4wngEc4ExfA1Mz6L9wknZvJeAH { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:23.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIvBCLqiLXtri5BgefyQs4uXgx87chGg { 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:4.0625rem;left:17.75rem;overflow:hidden;display:block; }
#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e77320;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; }
#WBldc7UzUb0SoIS3ovTPR707I8scyWJt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt { background-color: transparent; background-image: none; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container > .video-iframe-container { display: none; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row > .video-iframe-container { display: none; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .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); }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt { border-width: 0; border-radius: 0; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .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; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .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; }#VomS1TsGLX60hqK2bJiyOGBwDVKqLyAF { 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:0rem;display:block; }
#t0vPxqdaEWTfwhLggraaKeiNUcCwZ3tu { 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) { #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb { display:block; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTSycc3JZDUtgCD19kRPMxXTTl6XCSb { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7u14dvQZVc22Xq1wIBCLe8rppRuNer6 { top:2.5rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tasFWChsBRaXr3FQ8WLkbNayAdusCkLr { top:2.375rem;left:4.6250019073486rem;width:16.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVJa7XsFuFOMUunfFNXkveVwcA8EZb7 { top:2.75rem;left:13.625rem;width:6.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzViKKQ8eGehpaIG5pkQqGuoCOsOri3q { top:0.625rem;left:6.1875019073486rem;width:6.5625rem;height:6.5625rem;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:7.4375rem;left:0rem;width:42.1875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { top:13.1875rem;left:0rem;width:37.125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtKsTQ3nK7FBmZeJTKMPseaJ6fzTG1re { top:27.8125rem;left:0rem;width:21.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFnewJbw3uwc3nHsgn0MC7NQcv1lLxy { top:18.125rem;left:0rem;width:32.875rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnXC7xS3ztxTar0FadSh8Bz6sZDzHqMV { top:34.5625rem;left:1.875rem;width:13.4375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQwERZloJCGqpKvVSveurs7lRpWQGZB { top:27.8125rem;left:0rem;width:18.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVavudabeaWg8I1XcJH8UlnbxcwayaPo { top:37.75rem;left:10.25rem;width:18.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suVmK7LBHRtd2QoFZcwZ3csNWThqg9cD { top:4.25rem;left:19.625rem;width:28.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 { display:block; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHTTPSHFpludbWxxVDClNrmu4elUcWys { top:9.8125rem;left:0rem;width:30.125rem;height:7.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpZWQQrINn8KNhE0278NaUc6sG97PbR7 { top:18.625rem;left:0rem;width:29.8125rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBLcdFPr6ZSzA693TJrxI5cvmtLfWnqQ { top:30.1875rem;left:0rem;width:26.6875rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomJwuwTLOu6aewGMrlV3dqv7hTQShD1 { top:34.9375rem;left:0rem;width:24.25rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCqA4c4uEO9ZAMGR1msg63p9ycs0FTRe { top:4.6875rem;left:0rem;width:17.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8hDpAS8ZFAOFRWCH2sPs4WQvIxMk6iq { top:3rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rw9H1QnQWgKi8TvNqGgt64OmtD7aur { top:5.4375rem;left:0rem;width:6.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODsXJGO94Za8Id7Au2NvuiiMDwnuMcL { top:5.375rem;left:24.0625rem;width:15.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ49QwkcH5pNZU4EThLDski1M1eqIe5n { top:7.75rem;left:27.9375rem;width:7.9375rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEEataTLOCfoumlAGySO04ANAsOKPfI { top:11.375rem;left:26.9375rem;width:9.9375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbWgF2Z1CRRL74mAP7EgIabozvrI1Jv { top:18.8125rem;left:27.9375rem;width:7.9375rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfGKlySH7kTWUGqLdoVxV9i0EtTThCG1 { top:22.4375rem;left:27.71875rem;width:8.375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxvMEcqJCtAUSccSFLaTC2skiy3JnFhH { top:27.875rem;left:26.9375rem;width:10rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ah8ywdc3cTuvoXQstKiW4F6kuZchue { top:31.5rem;left:28.125rem;width:7.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZWninb6mMPbrNh8iMTFxtPDoTqTWNb { top:25.9375rem;left:27.25rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA0KUwyURZgmmh61xiADwlOOBTZbVo8 { top:16.125rem;left:27.25rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRhTtrC8PGSgsI1xk3TlkrwSAo2h7wg { top:5.4375rem;left:32.0625rem;width:15.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvc9LS8CwCyP7T4wxUaxTIdTgwKsQypD { top:7.75rem;left:39.8125rem;width:7.9375rem;height:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDVNJiigJl2RW58IcaNgWGDynItMiJWl { top:11.4375rem;left:41.75rem;width:6rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyuNpNkaTkGTvm7KlEwn2ThvCvtpDHTC { top:16.125rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWkisp6H3ZWVVA0MSwpbru9URboLECsd { top:18.8125rem;left:33.6875rem;width:14.0625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXBnP9TQGw44Fa71ZaJGgaq3kcNJ6M17 { top:21.9375rem;left:38rem;width:9.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ33BwtCWGR271RSS2bx7JTCoR8pffXE { top:25.9375rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVSIVCmyDRt6ldqf61EdKiw3p0LApxm { top:27.875rem;left:37.75rem;width:10rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMry3Qe054irIPamEPJ8D4Wv9SPn0P7 { top:31.5625rem;left:37rem;width:10.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 { display:block; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO { top:11.6875rem;left:0rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzkOBZkWaUzQpkXeG4b0U4EHL28dcFQK { top:11.6875rem;left:7.4375019073488rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtDlf7XLJTq0VAa4TgcqriKgK65BfOvT { top:11.6875rem;left:24.437501907349rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9 { top:11.6875rem;left:31.9375rem;width:15.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrFMa9TJpVCNNRaV7c0ykI9pL1AGAchL { top:36.9375rem;left:0rem;width:20.5625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZbUUyTax47CdTfBnTHnSQ7JErLg5bU { top:30.125rem;left:0rem;width:20.375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV { top:36.9375rem;left:9.25rem;width:38.5rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboF9vEHKifSn9mo3CiRNiMaZ1660FBa { top:44.5rem;left:0rem;width:19.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqd8wqTHEur9W1RShCrRwLPT20P7Hfg { top:38.5rem;left:16.625rem;width:31.125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbcUJImQctKmI40TJQiAFahW8wRvpzRF { top:13.75rem;left:42.875rem;width:4.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmmVPfu0e6XRro5B51wvl4KKTT1pE6m { top:21.6875rem;left:25.625rem;width:13.4375rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9PfPsIWP4LzNtToF0uTK0r5o7uapX3h { top:21.6875rem;left:35.875rem;width:11.875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OafFuaupEsD2Fs3f4PUZNVDDk18KsK6e { top:14.1875rem;left:12.687501907349rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ0cEFOTxEeKNuwTzByFdUckE5yKoik { top:21.75rem;left:0rem;width:11.625rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khl38ynMHBFOxbFU6uZLpZqMAcHPvS1N { top:21.75rem;left:9.875rem;width:11.5625rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPiZDwC9UNTXMuglxPpSurL7XOTNQOR3 { top:4.75rem;left:4rem;width:39.75rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTezC34kSO2fO3mOd3QzWDozrTsaV6ys { top:14rem;left:0rem;width:6.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNVC8kmhmnghAX3ecCMmUBiifKAhJn2 { top:14.4375rem;left:29.062501907349rem;width:6.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa4k5b4GATfLCTiJdr65pUM2AQOV0TT { top:57rem;left:2.375rem;width:20.4375rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkIT5W59sBqy1NSwAxsHspQGwuWVS1Z { top:62.25rem;left:2.375rem;width:29rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGOS65sxGNOR32OXGddnbc2XGkB49BTl { top:53.875rem;left:30.8125rem;width:16.9375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbpmQhW1nXdWNIdb7SatFS9KxFxpOmPt { top:54.625rem;left:0rem;width:47.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzzTBTlapm2yVVSpNwAVgyS3OOR2C01 { top:43.8125rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M { display:block; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EH9GTh7KFeaTLwXJP5Cf6kA1LDVROIPX { top:8.3125rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yWOLWIUfQmAo5ARUEJt7mLzREJwuxi { top:31.4375rem;left:0rem;width:18.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lywgf2ZX6h2yGH9ZxtUycQqXfPbcNGcu { top:4.0625rem;left:1.875rem;width:44rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSzKo4s5yROfgh6WUpy0C1nMimiwfmv { top:11.0625rem;left:6.1875rem;width:41.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd { top:12.625rem;left:0rem;width:20.75rem;height:17.25rem;font-size:0.875rem;display:block; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:before{  }
 }@media only screen and (max-width: 763px) { #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK { display:block; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdMdT5ePGb3bAzxyGnyLvPhKTTH4fRHh { top:9.5rem;left:21.3125rem;width:26.4375rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQWBJGTCDIuHxZrODQpifvidue0gT6WX { top:8.125rem;left:0rem;width:16.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUKpBNgctVESMKOek9LqtwRuDcITSVZR { top:21.4375rem;left:0rem;width:15.8125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4EKkghcOVfPpJKTsrbl1EbLdvwmfxd { top:21.4375rem;left:16rem;width:15.8125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOpcCLiWBpc8Q1aPTp3GuWoMXKdTkgdH { top:21.4375rem;left:31.9375rem;width:15.8125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi7N7phfmTsuC2uRlSa1gSlTTE0o2Rh0 { top:27.5rem;left:1rem;width:11.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ce9wnD0rfZ2DTSE6h6GvGFiAkNUntH { top:27.5rem;left:17.75rem;width:11.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlvGBazzLpgVQ72RWtefA0WNZxL8eSvP { top:28.25rem;left:34.9375rem;width:11.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKl1HBFLimq7aBKhqxtT2vXweMEAAdTP { top:5.6875rem;left:18.0625rem;width:29.6875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwUsbBbiaynkD63p5nsRthgoC3Ln8D { top:5.1875rem;left:0.44375038146973rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phTG5xN0iZsLx3VHbm4L0mHMA3zf5xR5 { top:9.0625rem;left:19.5rem;width:3.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAt0IB0MFB0DimmXw9adkQNiMktr8qUo { top:4rem;left:0rem;width:47.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMiBRO5TTxRMTgW4JHAqs0Lra9VF9AHO { top:30.75rem;left:1.0625rem;width:11.6875rem;height:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In7CHPvwaahqByZfbqJTl92HbUv9xwCh { top:30.75rem;left:18.062501907349rem;width:12rem;height:17.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnodx6LxzEBnzeZsLw3C8lGIU9DZdF4h { top:30.75rem;left:34.8125rem;width:12.375rem;height:17.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coL968UMbTLdq6wqxTSVN2pJTESRu8J2 { top:21.875rem;left:4.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxU2WirsVy46crrSyuo0vFEvDFl0Ax7f { top:22.125rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDc6KiPJnBMUt9r0xwL1XioOorHTtQx { top:22.125rem;left:38.1875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyT7kEDTWEen2PUe5wo06OiBTazBk5Sa { top:54.0625rem;left:11.6875rem;width:24.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCLwJge184DADm0AAALLoWN2FkGOvKOC { display:block; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s { top:11.4375rem;left:0rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Wb1SIdifBwIy9PCfCREqN1T7dseqCC { top:13.625rem;left:0rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcOUDxBqgs7JthoTp82lKGH8cKNsPXll { top:19.75rem;left:0rem;width:10.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtHEn5zOfoz502ezHuzkszHrivTdhI9r { top:3.3125rem;left:0rem;width:8.5rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8zueFJd7lT4FWHfMSUWtA17t6oTPnTV { top:5.875rem;left:0rem;width:26.8125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn { top:11.4375rem;left:9.25rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAZV7rfx5KDdksds4yT5ra1f6KkN3p7D { top:13.625rem;left:9.25rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyJZcEaAtFe3fUToRqGMDHnAARWifPQT { top:19.75rem;left:10.75rem;width:10.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk { top:11.4375rem;left:25rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7s9pF7sQJzaVdQMy1gw7hT5zabF6aq { top:13.6875rem;left:25rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNk1e4gKiACl0bfOHaWgQxWPUasrTz3s { top:19.75rem;left:26.5rem;width:10.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu { top:11.4375rem;left:34.1875rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDWEevLqCEe0bzdI1aD9N9Nd104S5ZN { top:13.6875rem;left:34.1875rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVA95HCbTmUwu5bea1kpgRkMQLPFd6P9 { top:19.75rem;left:37.1875rem;width:10.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg { top:25rem;left:32.8125rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXwz96Tart2ZTknA2PkHdXd96ghRguz { top:27.25rem;left:32.8125rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT62aRaCZCs8BKkO3a32yUZxDviS8FrS { top:33.3125rem;left:34.3125rem;width:10.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGf5K86QLlknd2fx9MGpVc29W77uQwWK { top:25rem;left:17.0625rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQrMb3mwRHXuO16TiLTcXeek6wmiDHu3 { top:27.1875rem;left:17.0625rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7xichMzDcKr1aMSkugHdZ1kN7AyE4E { top:33.3125rem;left:18.5625rem;width:10.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv { top:25rem;left:1.375rem;width:13.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMtDDCKpPi9PC2eBOGV8LFc3NKElMaP6 { top:27.1875rem;left:1.375rem;width:13.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxCeoODA8s8aL7cPTF0PsLhET7TEw4b1 { top:33.3125rem;left:2.875rem;width:10.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ { display:block; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5 { top:8.25rem;left:0rem;width:13.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mszpeSUK9PE2crm9kC3Lad6wFWfoL1 { top:7.125rem;left:0rem;width:15.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4410TsLp3yuT4g0WDRLkimBAGxeCrg { top:19.75rem;left:0rem;width:11.625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enG9uQgNFPCO6DbE4XU6vmrzfIuNTG8J { top:7.125rem;left:7.5rem;width:15.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA { top:8.25rem;left:8.5rem;width:13.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8izwQctccGfWn1HQkLrVuRv5Ph50hE { top:19.75rem;left:9.1875rem;width:13.125rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHbNE8WGcJcmsuG8SU52SMAhNpF7cBAc { top:7.125rem;left:14.9375rem;width:32.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X { top:8.25rem;left:17.5625rem;width:29.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bANuyqMIGlHpOSdUytJkAAy30ee03qs6 { top:19.75rem;left:26.125rem;width:18.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMa482N4FwdATzxWbOWDv4eTMTnUINB { top:22.1875rem;left:17.5625rem;width:30.1875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxEnTKFCvTQ51b1MhJPcIiC4TWWbpnH { width:5.875rem;height:1.3125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTffnxAneoO778ORNPFrerM4rlUKqp9 { display:block; }
 }@media only screen and (max-width: 763px) { #OkTFkXU7iX125xmQ7nhDsKFHcWOA1fc8 { width:5.875rem;height:1.3125rem;top:28.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApI5ZwIceispqXKqWQxPgCPyy8sBfz8F { display:block; }
 }@media only screen and (max-width: 763px) { #wwPZAvRhLBRgElVFuAAEL86tCFrtQ0L0 { width:5.875rem;height:1.3125rem;top:28.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxz6BAZgz66uG6cgX3D3cBCa8COgtkgB { display:block; }
 }@media only screen and (max-width: 763px) { #TNVGG8ehnZ38Vg8hsJGXXnFCKKftocJ9 { top:3.3125rem;left:0rem;width:39.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8fJgzTSNSruPe79fUnJAOFa8qLT902g { display:block; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sS8i1v2ulGPNJNOa4KpEX2J7mHV0XSCf { width:30.125rem;height:17.8125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXfrfAPMyzlQPow3aTsy7LJVa0DCXyZO { top:9.5625rem;left:0rem;width:15.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBNVLJeTg8ywpyyPBZo4w3UqgIGQPMl { top:13.8125rem;left:0rem;width:25.1875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mevZVRsCIGeAnhwlbRlTtbc5vlUeuKrQ { top:17.6875rem;left:0rem;width:22.375rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gopf7WsGXonohUuQt9MUMIpetFgTydbv { width:30.25rem;height:20.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxnhHgnctEiAyVkOpwOCtr2yHuGpuq3L { width:30.875rem;height:17.625rem;top:7.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6SO5MJ4OBwyZvaG12Ka9JRVm2hv6lX { width:27.9375rem;height:20.0625rem;top:23.0625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVT0usZXqi8A9VaTIU4l2uPlQzvy1wC { top:26.8125rem;left:0rem;width:20.375rem;height:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHyXJCegkbHCS8z7spKkTkZ8xt9hdoZt { top:16.375rem;left:25.3125rem;width:22.4375rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egf5ykCICKM3pDFcBOn0TT6zFvgfsRa9 { top:10rem;left:25.9375rem;width:21.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGCe10NpdsEoGEuLJedeaGBpTVIQM8C { top:26.8125rem;left:25.125rem;width:22.625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimCa9JEkf6FanuV94LsdMO7ztrlMOZq { top:33.625rem;left:0rem;width:22.9375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1RO52K8n2NDtXRVQKAnMEfGbFKvX0p { top:32.25rem;left:24.25rem;width:23.5rem;height:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs5h4bTEdSwmP7GIpy2wMbcvrlnSqKn6 { width:29.75rem;height:13rem;top:41.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC31dWG5M3LzJCmTnvaf2FqlwOrPKd9D { top:48.4375rem;left:12.875rem;width:22.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhPZquGxOqS952kFR8AENg7ThfAiyNUt { top:44.5rem;left:12.0625rem;width:23.625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7fp6wzfMkopXPOzm6fV6gVzmP9FbJK0 { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRATJlSXqNzddolcsHotEeL5BvDBQVb { top:48.8125rem;left:17.5rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5Ff4ZyNxqiuw14lQ4LAKh4U6GwgWoG { top:50.625rem;left:24.6875rem;width:6.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTyQFMpL1oW9dx9xdwabQ5oJQtpkpBS { top:9.8125rem;left:6.78125rem;width:5.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7yD2Tf4MVwdtV4teULsxNBM2BakT4yx { top:7.9375rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection { display:block; } #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection *:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="text"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="email"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="tel"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection textarea:focus-visible { outline: none; } #hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEcI0wKIiOahGnoIz6zNligF7QuzcaCS { display:block; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JphSykB8vxmfK0bEkZv8HrKR6bPMtuOO { top:1.8125rem;left:14.5rem;width:33.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJQGRSleRCJzaHq6IDZTQE0bL7OF7RE { top:7.8125rem;left:0rem;width:18.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBwo3fpcNNDBAqNB3dx2qzMf9Ap4qo5 { top:5.9375rem;left:0rem;width:40.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2H7xqSBbH60LWqo3eDiPfTHQuAXf15 { top:6.5625rem;left:0.56250190734863rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection { display:block; } #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection *:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="text"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="email"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="tel"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection textarea:focus-visible { outline: none; } #qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 { display:block; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKCpb95cvt2dV3wxbhAolQ41VB0tsRBL { top:2.0625rem;left:2.125rem;width:43.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJQPnS5A7U3Ng90pwieIiPcTZe06l7nH { width:14.375rem;height:3.0625rem;top:4rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxlsqGfEiS6TrDZRQo2GbdFkplflWenN { display:block; }
 }@media only screen and (max-width: 763px) { #ei84PD4wngEc4ExfA1Mz6L9wknZvJeAH { top:4rem;left:10rem;width:20.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIvBCLqiLXtri5BgefyQs4uXgx87chGg { top:4.0625rem;left:4.125rem;width:4.75rem;height:2.875rem;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.15625rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBldc7UzUb0SoIS3ovTPR707I8scyWJt { display:block; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VomS1TsGLX60hqK2bJiyOGBwDVKqLyAF { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0vPxqdaEWTfwhLggraaKeiNUcCwZ3tu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb { 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; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb.adaptive-delivery-prevent-bg, #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb.lazyload, #TfgvbNTnpDqHMBsrXOTs2babhOTUGezb.lazyloading { background-image: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { background-color: transparent; background-image: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row > .video-iframe-container { display: none; }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .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); }#TfgvbNTnpDqHMBsrXOTs2babhOTUGezb > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTSycc3JZDUtgCD19kRPMxXTTl6XCSb { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7u14dvQZVc22Xq1wIBCLe8rppRuNer6 { width:14.125rem;height:3.625rem;top:6.88671875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tasFWChsBRaXr3FQ8WLkbNayAdusCkLr { width:19.75rem;height:3rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVJa7XsFuFOMUunfFNXkveVwcA8EZb7 { width:6.75rem;height:2.4375rem;top:13.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzViKKQ8eGehpaIG5pkQqGuoCOsOri3q { width:6.5rem;height:6.5rem;top:11.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b55472a0-35c1-4f7a-8c1a-6a651a13ee61/2backa.png");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:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhAK0Aq0n9NbnOt1pnGURKwIAtXuqgT0 { width:20rem;height:2.25rem;top:3.1851577758789rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8EmB9mX1XvDmUTKK102BeINhUmgAG3 { width:20rem;height:3.65625rem;top:9.4992194175719rem;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) { #EtKsTQ3nK7FBmZeJTKMPseaJ6fzTG1re { width:10.25rem;height:10.5rem;top:20.28125rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFnewJbw3uwc3nHsgn0MC7NQcv1lLxy { width:20rem;height:6.09375rem;top:35.5625rem;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) { #wnXC7xS3ztxTar0FadSh8Bz6sZDzHqMV { width:11.5625rem;height:7.5625rem;top:21.75rem;left:4.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQwERZloJCGqpKvVSveurs7lRpWQGZB { width:11.4375rem;height:6.25rem;top:17.362501144409rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVavudabeaWg8I1XcJH8UlnbxcwayaPo { width:11.6875rem;height:6.1875rem;top:26.35703086853rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #suVmK7LBHRtd2QoFZcwZ3csNWThqg9cD { width:20rem;height:29.125rem;top:45.263282775879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 { display:block; }#Ta8E4JM8LOwUvCEfGIlbJs3r3aAs83y8 > .row .container { width:20rem;height:119.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHTTPSHFpludbWxxVDClNrmu4elUcWys { width:20rem;height:7.1484375rem;top:9.449999809265rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tpZWQQrINn8KNhE0278NaUc6sG97PbR7 { width:20rem;height:16.5703125rem;top:17.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBLcdFPr6ZSzA693TJrxI5cvmtLfWnqQ { width:20rem;height:5.5234375rem;top:35.0625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nomJwuwTLOu6aewGMrlV3dqv7hTQShD1 { width:20rem;height:5.5234375rem;top:41.0625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCqA4c4uEO9ZAMGR1msg63p9ycs0FTRe { width:17.4375rem;height:3.625rem;top:3.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8hDpAS8ZFAOFRWCH2sPs4WQvIxMk6iq { width:6.0625rem;height:6.0625rem;top:2.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rw9H1QnQWgKi8TvNqGgt64OmtD7aur { width:6.75rem;height:2.4375rem;top:3.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODsXJGO94Za8Id7Au2NvuiiMDwnuMcL { width:15.6875rem;height:30.5625rem;top:49.75625rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JZ49QwkcH5pNZU4EThLDski1M1eqIe5n { width:7.9375rem;height:2.6rem;top:52.13125rem;left:6rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kUEEataTLOCfoumlAGySO04ANAsOKPfI { width:7.625rem;height:4.142575rem;top:55.81875rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xgbWgF2Z1CRRL74mAP7EgIabozvrI1Jv { width:7.9375rem;height:2.6rem;top:63.19375rem;left:6rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kfGKlySH7kTWUGqLdoVxV9i0EtTThCG1 { width:7.625rem;height:2.76171875rem;top:66.81875rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZxvMEcqJCtAUSccSFLaTC2skiy3JnFhH { width:10rem;height:2.6rem;top:72.25625rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x5ah8ywdc3cTuvoXQstKiW4F6kuZchue { width:7.625rem;height:2.11230625rem;top:75.88125rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZWninb6mMPbrNh8iMTFxtPDoTqTWNb { width:9.375rem;height:0.125rem;top:70.31875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA0KUwyURZgmmh61xiADwlOOBTZbVo8 { width:9.375rem;height:0.125rem;top:60.50625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRhTtrC8PGSgsI1xk3TlkrwSAo2h7wg { width:15.6875rem;height:30.5625rem;top:81.56875rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uvc9LS8CwCyP7T4wxUaxTIdTgwKsQypD { width:7.9375rem;height:3.4125rem;top:83.693750381469rem;left:6.0312500596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WDVNJiigJl2RW58IcaNgWGDynItMiJWl { width:6rem;height:2.76171875rem;top:87.56875rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyuNpNkaTkGTvm7KlEwn2ThvCvtpDHTC { width:9.375rem;height:0.125rem;top:92.25625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWkisp6H3ZWVVA0MSwpbru9URboLECsd { width:14.0625rem;height:2.6rem;top:95.006250381469rem;left:2.9687500596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qXBnP9TQGw44Fa71ZaJGgaq3kcNJ6M17 { width:7.625rem;height:2.76171875rem;top:98.56875rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZ33BwtCWGR271RSS2bx7JTCoR8pffXE { width:9.375rem;height:0.125rem;top:102.06875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVSIVCmyDRt6ldqf61EdKiw3p0LApxm { width:10rem;height:2.6rem;top:104.00625rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MTMry3Qe054irIPamEPJ8D4Wv9SPn0P7 { width:7.625rem;height:2.76171875rem;top:107.75625rem;left:6.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 { display:block; }#TdmlAIgXcJw0TCAa9Zhx9i2i5XITqgu2 > .row .container { width:20rem;height:160.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8taTGlwbpTrDlbHT4OZdP9KbHkTgbgO { width:15.8125rem;height:16.8125rem;top:15.375rem;left:2.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #NzkOBZkWaUzQpkXeG4b0U4EHL28dcFQK { width:15.8125rem;height:16.8125rem;top:34.5rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WtDlf7XLJTq0VAa4TgcqriKgK65BfOvT { width:15.8125rem;height:16.8125rem;top:54.3125rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #eCL5GUFMfwEvFd3gSou1GpgM54DuMlR9 { width:15.8125rem;height:16.8125rem;top:73.875rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #vrFMa9TJpVCNNRaV7c0ykI9pL1AGAchL { width:19.75rem;height:6.8125rem;top:95.4375rem;left:0rem;z-index:14994;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZbUUyTax47CdTfBnTHnSQ7JErLg5bU { width:13.1875rem;height:11.9375rem;top:90.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQ0DWCmXV6dEhab95xmw2TLdQHcrQBV { width:19.875rem;height:20.9375rem;top:97.875rem;left:0rem;z-index:14993;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboF9vEHKifSn9mo3CiRNiMaZ1660FBa { width:12.8125rem;height:2.8125rem;top:138.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvqd8wqTHEur9W1RShCrRwLPT20P7Hfg { width:16.5rem;height:6.09375rem;top:104.375rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HbcUJImQctKmI40TJQiAFahW8wRvpzRF { width:4.875rem;height:6rem;top:75.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmmVPfu0e6XRro5B51wvl4KKTT1pE6m { width:11.5625rem;height:5.69970625rem;top:63.8125rem;left:4.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9PfPsIWP4LzNtToF0uTK0r5o7uapX3h { width:9.9375rem;height:5.69970625rem;top:83.75rem;left:5.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OafFuaupEsD2Fs3f4PUZNVDDk18KsK6e { width:5.375rem;height:5.375rem;top:36.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ0cEFOTxEeKNuwTzByFdUckE5yKoik { width:11.625rem;height:3.79980625rem;top:26rem;left:4.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Khl38ynMHBFOxbFU6uZLpZqMAcHPvS1N { width:11.5625rem;height:3.79980625rem;top:44.3125rem;left:4.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPiZDwC9UNTXMuglxPpSurL7XOTNQOR3 { width:20rem;height:8.285125rem;top:4.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GTezC34kSO2fO3mOd3QzWDozrTsaV6ys { width:6.5rem;height:5.75rem;top:17.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNVC8kmhmnghAX3ecCMmUBiifKAhJn2 { width:6.625rem;height:4.8125rem;top:56.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa4k5b4GATfLCTiJdr65pUM2AQOV0TT { width:16.5625rem;height:3.8994125rem;top:126.6015625rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xQkIT5W59sBqy1NSwAxsHspQGwuWVS1Z { width:16rem;height:11.046875rem;top:130.5625rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGOS65sxGNOR32OXGddnbc2XGkB49BTl { width:10.5rem;height:10.5rem;top:142.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbpmQhW1nXdWNIdb7SatFS9KxFxpOmPt { width:20rem;height:31.9375rem;top:122.875rem;left:0rem;z-index:14994;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzzTBTlapm2yVVSpNwAVgyS3OOR2C01 { width:16.375rem;height:4.875rem;top:111.625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M { display:block; }#NfN7Mp6DlagbVEwwWA4PdtbWcDc5Eb8M > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EH9GTh7KFeaTLwXJP5Cf6kA1LDVROIPX { width:20rem;height:23.625rem;top:14.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yWOLWIUfQmAo5ARUEJt7mLzREJwuxi { width:15.25rem;height:4.142575rem;top:17.625rem;left:2.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lywgf2ZX6h2yGH9ZxtUycQqXfPbcNGcu { width:18.3125rem;height:7.3125rem;top:3.6875rem;left:0.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HTSzKo4s5yROfgh6WUpy0C1nMimiwfmv { width:18.5625rem;height:11.6875rem;top:24.5rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd { width:18.5rem;height:16.1269375rem;top:40.8125rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#qiEDywwPNzsnrx3t4T8TBboeUhs2nTJd li:before{  }
 }@media only screen and (max-width: 763px) { #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36928971-77ec-4ddb-98e6-65df4241d95f/___03BACKFUNCIONESNIVELES2x6607853562407537101.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.adaptive-delivery-prevent-bg, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyload, #kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK.lazyloading { background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { background-color: transparent; background-image: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row > .video-iframe-container { display: none; }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .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); }#kw8kMG7wWmlsoetDROXLvtdLdgA9oRBK > .row .container { width:20rem;height:168.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdMdT5ePGb3bAzxyGnyLvPhKTTH4fRHh { width:15.5625rem;height:11.8984375rem;top:14rem;left:2.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQWBJGTCDIuHxZrODQpifvidue0gT6WX { width:9.5625rem;height:3.0625rem;top:6.1875rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUKpBNgctVESMKOek9LqtwRuDcITSVZR { width:15.8125rem;height:26.9375rem;top:28.5302734375rem;left:2.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4EKkghcOVfPpJKTsrbl1EbLdvwmfxd { width:15.8125rem;height:30.0625rem;top:56.625rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JOpcCLiWBpc8Q1aPTp3GuWoMXKdTkgdH { width:15.8125rem;height:30.1875rem;top:88.4375rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wi7N7phfmTsuC2uRlSa1gSlTTE0o2Rh0 { width:8.625rem;height:2.92480625rem;top:34.6875rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ce9wnD0rfZ2DTSE6h6GvGFiAkNUntH { width:7.3125rem;height:2.92480625rem;top:66.8125rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlvGBazzLpgVQ72RWtefA0WNZxL8eSvP { width:7.1875rem;height:2.92480625rem;top:96.25rem;left:6.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKl1HBFLimq7aBKhqxtT2vXweMEAAdTP { width:11.6875rem;height:3.25rem;top:10.137500762939rem;left:2.5000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwUsbBbiaynkD63p5nsRthgoC3Ln8D { width:4.625rem;height:4.625rem;top:5.53125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phTG5xN0iZsLx3VHbm4L0mHMA3zf5xR5 { width:3.375rem;height:4.9375rem;top:7.5625rem;left:14.237499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAt0IB0MFB0DimmXw9adkQNiMktr8qUo { width:20rem;height:23.3125rem;top:3.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WMiBRO5TTxRMTgW4JHAqs0Lra9VF9AHO { width:12.0625rem;height:16.5703125rem;top:38.125rem;left:3.96875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #In7CHPvwaahqByZfbqJTl92HbUv9xwCh { width:13.3125rem;height:15.1894375rem;top:70.3125rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnodx6LxzEBnzeZsLw3C8lGIU9DZdF4h { width:12.5625rem;height:16.5703125rem;top:99.8125rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #coL968UMbTLdq6wqxTSVN2pJTESRu8J2 { width:5.375rem;height:5.375rem;top:29.3125rem;left:7.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxU2WirsVy46crrSyuo0vFEvDFl0Ax7f { width:4.8125rem;height:4.8125rem;top:60rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDc6KiPJnBMUt9r0xwL1XioOorHTtQx { width:4.8125rem;height:4.8125rem;top:90.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyT7kEDTWEen2PUe5wo06OiBTazBk5Sa { width:20rem;height:10.625rem;top:120.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCLwJge184DADm0AAALLoWN2FkGOvKOC { display:block; }#XCLwJge184DADm0AAALLoWN2FkGOvKOC > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcrJpG5yeKkOmzMqcM40G8MWrK9L3B8s { width:13.9375rem;height:11.875rem;top:14.625rem;left:3rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #C9Wb1SIdifBwIy9PCfCREqN1T7dseqCC { width:13.9375rem;height:8.75rem;top:17.6875rem;left:3.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #pcOUDxBqgs7JthoTp82lKGH8cKNsPXll { width:10.0625rem;height:3.1494125rem;top:21.25rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtHEn5zOfoz502ezHuzkszHrivTdhI9r { width:15.375rem;height:2.4375rem;top:4.5000019073486rem;left:2.3125000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U8zueFJd7lT4FWHfMSUWtA17t6oTPnTV { width:15.9375rem;height:5.5234375rem;top:8.125rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBg0d1x4kkBXpV5EyomEQMdPQPZLtBfn { width:13.5625rem;height:11.875rem;top:28.4375rem;left:3.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #cAZV7rfx5KDdksds4yT5ra1f6KkN3p7D { width:13.5625rem;height:9.625rem;top:30.625rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #FyJZcEaAtFe3fUToRqGMDHnAARWifPQT { width:10.5625rem;height:1.4625rem;top:36.75rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i5f5tuG2W5bJwmkyT3F6Srr2a85E0ozk { width:13.5625rem;height:11.875rem;top:42.1875rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #an7s9pF7sQJzaVdQMy1gw7hT5zabF6aq { width:13.5625rem;height:9.625rem;top:44.5rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JNk1e4gKiACl0bfOHaWgQxWPUasrTz3s { width:12.3125rem;height:3.1494125rem;top:50.0625rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNXKy3gMABvW0Ko4zhWJ74S51r1EAvTu { width:13.5625rem;height:11.875rem;top:55.9375rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #xPDWEevLqCEe0bzdI1aD9N9Nd104S5ZN { width:13.5625rem;height:9.625rem;top:58.25rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uVA95HCbTmUwu5bea1kpgRkMQLPFd6P9 { width:10.5625rem;height:1.575rem;top:64.25rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CI5TtW5O5wMtPRJZR6QwaS1yq6J7Xhyg { width:13.5625rem;height:11.875rem;top:95.8125rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #uAXwz96Tart2ZTknA2PkHdXd96ghRguz { width:13.5625rem;height:9.625rem;top:98.0625rem;left:3.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PT62aRaCZCs8BKkO3a32yUZxDviS8FrS { width:10.5625rem;height:1.575rem;top:104.125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGf5K86QLlknd2fx9MGpVc29W77uQwWK { width:13.5625rem;height:11.875rem;top:82.6875rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #IQrMb3mwRHXuO16TiLTcXeek6wmiDHu3 { width:13.5625rem;height:9.625rem;top:84.875rem;left:3.1875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uH7xichMzDcKr1aMSkugHdZ1kN7AyE4E { width:10.5625rem;height:1.4625rem;top:91rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QBKF6HLaoWfEJSERxKi41kDV9Bd6f6fv { width:13.5625rem;height:11.875rem;top:69.5625rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #RMtDDCKpPi9PC2eBOGV8LFc3NKElMaP6 { width:13.5625rem;height:9.625rem;top:71.75rem;left:3.1875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wxCeoODA8s8aL7cPTF0PsLhET7TEw4b1 { width:10.5625rem;height:1.575rem;top:77.875rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ { display:block; }#OknMiVJK5aTSItm4xQr9AOPElfcZ3VFJ > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3xUJyof91faDwQQEm0cTf1JDpHHXm5 { width:13.9375rem;height:8.9375rem;top:10.875rem;left:3.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mszpeSUK9PE2crm9kC3Lad6wFWfoL1 { width:15.8125rem;height:20rem;top:9.3125rem;left:2.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4410TsLp3yuT4g0WDRLkimBAGxeCrg { width:11.625rem;height:4.2246125rem;top:20.875rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enG9uQgNFPCO6DbE4XU6vmrzfIuNTG8J { width:15.8125rem;height:22.625rem;top:35.125rem;left:2.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ybuQD6oqlbJ6SxQGxHgZDx5dly6rapwA { width:13.9375rem;height:8.9375rem;top:36.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8izwQctccGfWn1HQkLrVuRv5Ph50hE { width:12.1875rem;height:6.33691875rem;top:47.0625rem;left:3.90625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHbNE8WGcJcmsuG8SU52SMAhNpF7cBAc { width:15.8125rem;height:34.5625rem;top:62.25rem;left:2.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #un50ydioQwLXs4FnJhPlkNKzTJJMWO1X { width:13.9375rem;height:8.9375rem;top:63.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bANuyqMIGlHpOSdUytJkAAy30ee03qs6 { width:12.1875rem;height:3.16845625rem;top:74rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNMa482N4FwdATzxWbOWDv4eTMTnUINB { width:12.8125rem;height:14.786125rem;top:77.875rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQxEnTKFCvTQ51b1MhJPcIiC4TWWbpnH { width:5.875rem;height:1.3125rem;top:55.125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTffnxAneoO778ORNPFrerM4rlUKqp9 { display:block; }
 }@media only screen and (max-width: 763px) { #OkTFkXU7iX125xmQ7nhDsKFHcWOA1fc8 { width:5.875rem;height:1.3125rem;top:26.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApI5ZwIceispqXKqWQxPgCPyy8sBfz8F { display:block; }
 }@media only screen and (max-width: 763px) { #wwPZAvRhLBRgElVFuAAEL86tCFrtQ0L0 { width:5.875rem;height:1.3125rem;top:93.75rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxz6BAZgz66uG6cgX3D3cBCa8COgtkgB { display:block; }
 }@media only screen and (max-width: 763px) { #TNVGG8ehnZ38Vg8hsJGXXnFCKKftocJ9 { width:15.375rem;height:4.875rem;top:3.875rem;left:2.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k8fJgzTSNSruPe79fUnJAOFa8qLT902g { display:block; }#k8fJgzTSNSruPe79fUnJAOFa8qLT902g > .row .container { width:20rem;height:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sS8i1v2ulGPNJNOa4KpEX2J7mHV0XSCf { width:20rem;height:16.5625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXfrfAPMyzlQPow3aTsy7LJVa0DCXyZO { width:15.25rem;height:2rem;top:7.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBNVLJeTg8ywpyyPBZo4w3UqgIGQPMl { width:15.0625rem;height:3.65625rem;top:11.274305820465rem;left:2.4687501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mevZVRsCIGeAnhwlbRlTtbc5vlUeuKrQ { width:16.6875rem;height:4.467775rem;top:15.875000476837rem;left:1.6562501192093rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gopf7WsGXonohUuQt9MUMIpetFgTydbv { width:20rem;height:17.375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxnhHgnctEiAyVkOpwOCtr2yHuGpuq3L { width:20rem;height:17.375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6SO5MJ4OBwyZvaG12Ka9JRVm2hv6lX { width:20rem;height:17.4375rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVT0usZXqi8A9VaTIU4l2uPlQzvy1wC { width:15.375rem;height:4.875rem;top:25.125rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHyXJCegkbHCS8z7spKkTkZ8xt9hdoZt { width:15.1875rem;height:7.1484375rem;top:50.375rem;left:2.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Egf5ykCICKM3pDFcBOn0TT6zFvgfsRa9 { width:15.25rem;height:6.09375rem;top:43.5625rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvGCe10NpdsEoGEuLJedeaGBpTVIQM8C { width:16.5rem;height:3.65625rem;top:62.625rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fimCa9JEkf6FanuV94LsdMO7ztrlMOZq { width:15.75rem;height:8.042rem;top:30.8125rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ol1RO52K8n2NDtXRVQKAnMEfGbFKvX0p { width:14.875rem;height:8.9355625rem;top:67.0625rem;left:2.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zs5h4bTEdSwmP7GIpy2wMbcvrlnSqKn6 { width:20rem;height:11.5rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC31dWG5M3LzJCmTnvaf2FqlwOrPKd9D { width:11.5625rem;height:1.7871125rem;top:85.5rem;left:4.21875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhPZquGxOqS952kFR8AENg7ThfAiyNUt { width:15rem;height:3.65625rem;top:81rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7fp6wzfMkopXPOzm6fV6gVzmP9FbJK0 { width:20rem;height:1.3496125rem;top:3.2499737739563rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLRATJlSXqNzddolcsHotEeL5BvDBQVb { width:5.1875rem;height:5.1875rem;top:86.4375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5Ff4ZyNxqiuw14lQ4LAKh4U6GwgWoG { width:5.1875rem;height:1.5rem;top:88.28125rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTyQFMpL1oW9dx9xdwabQ5oJQtpkpBS { width:5.1875rem;height:1.5rem;top:8rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7yD2Tf4MVwdtV4teULsxNBM2BakT4yx { width:5.1875rem;height:5.1875rem;top:6.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection { display:block; } #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection *:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="text"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="email"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="tel"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection textarea:focus-visible { outline: none; } #hucyKINAsqk7nvtKe9i7v19HdnLN3Lmt > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEcI0wKIiOahGnoIz6zNligF7QuzcaCS { display:block; }#TEcI0wKIiOahGnoIz6zNligF7QuzcaCS > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JphSykB8vxmfK0bEkZv8HrKR6bPMtuOO { height:11.203007518797rem;width:20rem;top:11.63046836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJQGRSleRCJzaHq6IDZTQE0bL7OF7RE { width:18.5rem;height:1.625rem;top:3.0625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKBwo3fpcNNDBAqNB3dx2qzMf9Ap4qo5 { width:19.75rem;height:13.1875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2H7xqSBbH60LWqo3eDiPfTHQuAXf15 { width:11.25rem;height:11.25rem;top:2.34375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection { display:block; } #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection *:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="text"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="email"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection input[type="tel"]:focus-visible, #f1a2b6ea2ca715dcd2ea9bf765584ca0.widget-smartsection textarea:focus-visible { outline: none; } #qRiAgN775mpAXAIP6t6UWhqTNNBX2WgE > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 { background-color:#ffffff;background-image:none;display:block; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container { background-color: transparent; background-image: none; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container > .video-iframe-container { display: none; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row > .video-iframe-container { display: none; }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .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); }#nicsFV9CN2EJSWndTtMlh0yi4NXADzG9 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKCpb95cvt2dV3wxbhAolQ41VB0tsRBL { width:20rem;height:17.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJQPnS5A7U3Ng90pwieIiPcTZe06l7nH { width:15.625rem;height:3.4375rem;top:15.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxlsqGfEiS6TrDZRQo2GbdFkplflWenN { display:block; }
 }@media only screen and (max-width: 763px) { #ei84PD4wngEc4ExfA1Mz6L9wknZvJeAH { 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) { #XIvBCLqiLXtri5BgefyQs4uXgx87chGg { width:4.75rem;height:2.875rem;top:6.3125rem;left:7.625rem;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) { #WBldc7UzUb0SoIS3ovTPR707I8scyWJt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WBldc7UzUb0SoIS3ovTPR707I8scyWJt > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VomS1TsGLX60hqK2bJiyOGBwDVKqLyAF { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0vPxqdaEWTfwhLggraaKeiNUcCwZ3tu { display:block; }
 }