.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;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); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca { 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; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container { background-color: transparent; background-image: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container > .video-iframe-container { display: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row > .video-iframe-container { display: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .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); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container { border-width: 0; border-radius: 0; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#MTdIHOlWfZ1LtpcK2LK4iXuTV9ntwJXS { 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; }
#HzVgMlBxVDRFTZ8psoNJTeaT0z7pHmEs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a6ac250-208f-4dca-b8a7-a89545f50632/backingforheaders_Soluthead1copia.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.4;letter-spacing:0;top:20.0625rem;left:1.6875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMNTGw93ZgVNStSyeVoTTKCNCC4yo9sq { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1.6875rem;height:8.9375rem;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; }
#nqCDypdC1qcF5ucHlPPGOAy4g2gzXTTA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:13.1875rem;left:29.9375rem;overflow:hidden;display:block; }
#Ev2h1UAnKoIgNk6QI7LMC3sF5peHBIIn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1250ad, #2b5ed8);background-image: -moz-linear-gradient(90deg, #1250ad, #2b5ed8);background-image: -ms-linear-gradient(90deg, #1250ad, #2b5ed8);background-image: -o-linear-gradient(90deg, #1250ad, #2b5ed8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#2b5ed8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#2b5ed8' );";background-image: linear-gradient(90deg, #1250ad, #2b5ed8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:45.125rem;left:1.6875rem;display:block; }
#oicp0v9xbctAKqkTOaTDE6zUkshetLLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwLfN6RfQffSklNi0rAXEU2r0LpGM340 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ff0eff5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ff0eff5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.75rem;width:14.1875rem;top:42.625rem;left:2.25rem;display:block; }
#fsaGfflpmC51TAcCP3hun6VugNuKqq8C { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:43.3125rem;left:2.25rem;height:1.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gpVokKdCHp3VnUTEXt1s4oWaAvZztM99 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:34.9375rem;top:30.375rem;left:1.6875rem;overflow:hidden;display:block; }
#iUcCAdzapTty9MsEhFU124XbZQLcQ3TN { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15122;line-height:1.4;letter-spacing:0;top:32.4375rem;left:8.4375rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z4WDGPrhsKNzL8KKwaHJgetGkuGqVmLV { position:absolute;display:block;z-index:15091;height:29.125rem;width:21.625rem;top:3.375rem;left:52.375rem;display:block; }
#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ { 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; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container { background-color: transparent; background-image: none; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container > .video-iframe-container { display: none; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row > .video-iframe-container { display: none; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .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); }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container { border-width: 0; border-radius: 0; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#CMHE77yM7ODWTTRBbG8XGE92wZZxWReg { 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:3.8125rem;width:6.25rem;top:4.625rem;left:4.25rem;overflow:hidden;display:block; }
#r2N5EELacVC7K54AVND3HGvd9Qy18Hux { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.5rem;width:13.375rem;top:3.6875rem;left:0.5625rem;display:block; }
#vnlFr1LDfbCQrWdiEmU9PxQsu71vAv2P { color:#595d68;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.3125rem;height:6.334rem;text-align:left;text-align-last:left;display:block; }
#sEO7nwcxUSXtTMtgphycqRIwR0C4b5TH { color:#595d68;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.8125rem;left:32.875rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#d3pKhEq9BQydXb9x6FsScEvF10CbSFW0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.25rem;top:5.25rem;left:34.6875rem;overflow:hidden;display:block; }
#KoIavu9PDMr9Ov1GKhIP6dkQb6l0Dlg7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -moz-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -ms-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -o-linear-gradient(180deg, #0b4c8a, #1a7ddd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );";background-image: linear-gradient(180deg, #0b4c8a, #1a7ddd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:18.75rem;left:36.25rem;display:block; }
#JfkMEcGbHRPdUsz5ZJ4A4AclHAONecyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ikDFoV4i4Em1Pc1yS9JTDQLBc7ulPA5p { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:18.9375rem;left:36.4375rem; }
#ikDFoV4i4Em1Pc1yS9JTDQLBc7ulPA5p > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ssuHNmVkElx9PCvdpparFQKiq7OqrmTz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -moz-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -ms-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -o-linear-gradient(180deg, #0b4c8a, #1a7ddd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );";background-image: linear-gradient(180deg, #0b4c8a, #1a7ddd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:18.75rem;left:5.8125rem;display:block; }
#fbN7fvRTn3kTJ6yepWBXMBoxW5bzryaw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CsrbLn3yva8LkEHwJeoQTopgofoc0C7A { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:18.9375rem;left:6rem; }
#CsrbLn3yva8LkEHwJeoQTopgofoc0C7A > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Z8LOVnc7zbPASxwyEiqzVlb6459hFdPU { color:#595d68;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:9.8125rem;left:62.375rem;height:4.546875rem;text-align:left;text-align-last:left;display:block; }
#fDeph9XwKRvakubcwzp1WKWQThFc9ODJ { 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.625rem;width:6.25rem;top:5.375rem;left:19.5rem;overflow:hidden;display:block; }
#Lv8TlWDg9TwsbFXH1OsiMy3AFFXuAtCy { position:absolute;display:block;z-index:15017;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:1.5rem;width:6.6875rem;top:5.875rem;left:49.25rem;overflow:hidden;display:block; }
#BLKLcMVaRB0HgKrecpWF4a4wkSTRey2J { 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:2.25rem;width:6.875rem;top:5.625rem;left:64.4375rem;overflow:hidden;display:block; }
#aJSWC8RuX3kuDXHzRBQIpb9O6N1gtxER { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -moz-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -ms-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -o-linear-gradient(180deg, #0b4c8a, #1a7ddd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );";background-image: linear-gradient(180deg, #0b4c8a, #1a7ddd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:18.75rem;left:66.25rem;display:block; }
#R74amKqavwCZ009gbGNQf2zbbfETQ0bd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vs84p4p3VFMJKERoFGRbqXNv0pKMAMQr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:18.875rem;left:66.4375rem; }
#e6uulpITHC5xvQCxaZUTk1um7shMle9J { color:#595d68;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.8125rem;left:17.4375rem;height:5.27831875rem;text-align:left;text-align-last:left;display:block; }
#cnBTmIA4UxyQzJOff9FAqvVJKQPTol9p { color:#595d68;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.8125rem;left:47.8125rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#cpTOpRQTJ2rm3TldQwFcqqB6HPO10WbT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -moz-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -ms-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -o-linear-gradient(180deg, #0b4c8a, #1a7ddd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );";background-image: linear-gradient(180deg, #0b4c8a, #1a7ddd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:18.75rem;left:51.3125rem;display:block; }
#dLHnirbuN4hiSxErLDyoyT6SgcNTiQ6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S25fS5EqT1LwZxikMl15N1eI31AX3uZ4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -moz-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -ms-linear-gradient(180deg, #0b4c8a, #1a7ddd);background-image: -o-linear-gradient(180deg, #0b4c8a, #1a7ddd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4c8a', endColorstr='#1a7ddd' );";background-image: linear-gradient(180deg, #0b4c8a, #1a7ddd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:18.75rem;left:21rem;display:block; }
#vz6vv4H2raPyRkTZ4fiDFJTPLprEDbyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkBlc9XmFgiDZGw5L07P5sqWelZ24RMT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:18.9375rem;left:51.5rem; }
#MkBlc9XmFgiDZGw5L07P5sqWelZ24RMT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lTlsq1VFk06LhhgRnXKPecrEb3XyeBH8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:18.9375rem;left:21.1875rem; }
#lTlsq1VFk06LhhgRnXKPecrEb3XyeBH8 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#PX4ErcTKt4T0XyaUOhaiT0dMtuqbhwGq { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.5rem;width:13.375rem;top:3.6875rem;left:15.75rem;display:block; }
#ma3FtKX4HJuDczRwVFow6WJ3KCXU9eTA { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.5rem;width:13.375rem;top:3.6875rem;left:31rem;display:block; }
#tyzMaBA27Qg5WzphpCmQHNTRIUH1A7m9 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.5rem;width:13.375rem;top:3.6875rem;left:46.0625rem;display:block; }
#SLoTfvHTyTUIuZDuhWwHvWb6EEzBzuP0 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.5rem;width:13.375rem;top:3.6875rem;left:61.0625rem;display:block; }
#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container { background-color: transparent; background-image: none; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container > .video-iframe-container { display: none; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row > .video-iframe-container { display: none; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .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); }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container { border-width: 0; border-radius: 0; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#myBRBWPRB1mdLmwyAdXXwzTe4qroI5ry { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.6875rem;top:4.5rem;left:4.8125rem;overflow:hidden;display:block; }
#iZSD17W7ykdhhxmhPATr1TwCMPFzQpoO { position:absolute;display:block;z-index:15003;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.625rem;width:11.875rem;top:3.9375rem;left:2.0625rem;display:block; }
#d42TltTG1b8vqBNG8BRz1LpTC8NkitVM { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:5.6875rem;left:16.6875rem;height:1.375rem;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; }
#nBtAopGK09wuJAxf0bmk9aQfe39XQBuT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.8125rem;width:48.1875rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container { background-color: transparent; background-image: none; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container > .video-iframe-container { display: none; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row > .video-iframe-container { display: none; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .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); }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container { border-width: 0; border-radius: 0; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container { font-size:0.875rem;font-family:arial;height:165.6875rem;width:75rem;position:relative;display:block; }#m38r5RhckwkTTxctLtrLSUc5A1i0eeqx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.5625rem;width:28.8125rem;top:80.188461303713rem;left:4.34375rem;overflow:hidden;display:block; }
#FG6T31z1vPhEBTu2b8eNu8b3aEULnEyV { color:#212121;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.5859375rem;left:2.53125rem;height:7.875rem;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; }
#oNDLo4iUIl3M1FLOIhPk2ykSE3T87BuT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.8125rem;width:36.4375rem;top:80.0625rem;left:34.5966796875rem;overflow:hidden;display:block; }
#GOTAU77oIDqq8JpNUMhmV2WePGuN8zO6 { position:absolute;display:block;z-index:15009;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:30.8125rem;width:36.9375rem;top:31.125rem;left:37.78125rem;overflow:hidden;display:block; }
#I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX { color:#212121;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:42.9375rem;left:2.3125rem;height:5.47265625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#pOtpzDtB7q03D929hGRgwlLa0yPAwLPr { color:#595d68;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:41.1875rem;left:2.3125rem;height:1.80013125rem;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; }
#qElffiTF6a0Kw5MovxQ6D5lS81XxFTB0 { color:#595d68;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:48.9375rem;left:2.3125rem;height:1.80013125rem;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; }
#wKp9cBiy8CtppNxaybPODlM6n7fQc3av { color:#212121;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:50.75rem;left:2.3125rem;height:3.4619125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#wKp9cBiy8CtppNxaybPODlM6n7fQc3av li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wKp9cBiy8CtppNxaybPODlM6n7fQc3av li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#qKtU1otfHW6Q20epZuROQuDBiaM9eOUg { color:#595d68;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:55rem;left:2.375rem;height:1.80013125rem;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; }
#PsT8m3qfWc7V1HPOailVwM8qL73H6Cey { color:#212121;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:56.8125rem;left:2.3125rem;height:7.234375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PsT8m3qfWc7V1HPOailVwM8qL73H6Cey li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PsT8m3qfWc7V1HPOailVwM8qL73H6Cey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#PPBbyDD7stL7tSvIJbRaTr3BnaKObzlt { color:#212121;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:111.11328125rem;left:30.435546875rem;height:3.1494125rem;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; }
#wyr54tDC4Hiq8d499HRQo8WV1lPVddzB { position:absolute;display:block;z-index:15004;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6rem;width:64.875rem;top:109.6875rem;left:6.4375rem;display:block; }
#aHDU0uwkL08uWwQkFvqF43TMVFxRtDpx { color:#0e3c5a;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:110.6875rem;left:9.375rem;height:3.82470625rem;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; }
#RQNmeTevi55kJn7LzGSx1EWXtUu9r1H9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.25rem solid #0e3c5a;border-left:0.25rem solid #0e3c5a;border-right:0.25rem solid #0e3c5a;border-bottom:0.25rem solid #0e3c5a;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:6rem;width:22.375rem;top:109.4375rem;left:6.1875rem;display:block; }
#JAVbKek3cTlvz38GM3SmieA91Tne0pNR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:36.75rem;width:50.4375rem;top:121.59375rem;left:12.15625rem;overflow:hidden;display:block; }
#Xhd9lsPVTBtGeI8z7KtpRTaJPKQcwEV5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:39.4375rem;width:56.125rem;top:120.25rem;left:9.3125rem;display:block; }
#pclKpIKENrxXTpOASRfuTszhFqUXX5w8 { color:#585858;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:25.500198364257rem;left:2.53125rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#U4zmBOnf2qEMVJX3VcA87wMBKeydqt3p { color:#0e3c5a;display:block;width:66.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:70.9345703125rem;left:4.3125rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#C7IMpvGeOLG3JK76zBf1yilyu8BVgtL3 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(133,138,153,0.2) ;height:27rem;width:70.5625rem;top:77.3125rem;left:2rem;display:block; }
#sDkvStSuyfDNer818M8Jgd6LsoN4Xrui { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(133,138,153,0.2) ;height:26.0625rem;width:36.6875rem;top:39.5625rem;left:0.4375rem;display:block; }
#TiDsdkPubMZ2Jop1NcncaBAZipQlJUmQ { position:absolute;display:block;z-index:15004;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.875rem;width:15.625rem;top:4.4375rem;left:58.375rem;display:block; }
#bUQsNwFGXr193su6IADesv6QQAPp60F8 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.875rem;width:15.625rem;top:4.4375rem;left:39.3125rem;display:block; }
#XgkAaC5kwOENIWabTikHHTZ2NPP5PDbb { color:#212121;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:40.75rem;height:5.68359375rem;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; }
#sJ0a5W9SX2a38ODQDl9Hn9iRDtROa4QA { color:#212121;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:59.25rem;height:3.41015625rem;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; }
#OlXqLXTmRgrt4Xb41xgl465oNh3SRLGF { color:#595d68;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:40.75rem;height:1.29980625rem;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; }
#aXeTVqdOvhOWCoQ9ZWLRh5PAGzTGofDP { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.875rem;width:15.625rem;top:4.4375rem;left:20.1875rem;display:block; }
#RNEfM39Tk80obN22heeFxbFMENMFPumt { color:#595d68;display:block;width:9.4365rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.1875rem;left:59.25rem;height:1.3rem;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; }
#L8eOInudbPSTPVEh08uqWmvLQfPwAErQ { color:#595d68;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:21.6875rem;height:1.29980625rem;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; }
#ivfJIglOETsxCVFDtsgU1xy8VnsBTcUZ { color:#212121;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:21.6875rem;height:6.8203125rem;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; }
#eQ5qOe703lQ4aVbH81y0LNsJkV4TFIkT { position:absolute;display:block;z-index:15012;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.811525rem;width:4.811525rem;top:4.4370880126953rem;left:44.71875rem;overflow:hidden;display:block; }
#TTVRg7vxe0xTwHGTH6CNR7i7Ndyvxo7F { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.811525rem;width:4.811525rem;top:4.9365234375rem;left:63.78125rem;overflow:hidden;display:block; }
#WgkaGnIeAh1oucpGQpu9gac2xdLhwMHc { 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:4.186525rem;width:4.186525rem;top:4.8120880126953rem;left:25.998046875rem;overflow:hidden;display:block; }
#rW23HoAIpl8usXEhX4Xe7fMasTy02iTI { position:absolute;display:block;z-index:15001;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.875rem;width:15.625rem;top:4.4375rem;left:1.125rem;display:block; }
#T4dEtiklFpTe7Be7SAoBUIzS4aT9uDFh { color:#212121;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.688270568847rem;left:2.53125rem;height:5.68359375rem;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; }
#vF4tvG8qPSiwEdVlzc1ZtwZmCzSU8feD { color:#595d68;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:9.9375rem;left:2.5rem;height:1.80013125rem;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; }
#NtzGBT9ow1PaFpKODSM1eQvp8SDskqBl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.5620880126953rem;left:5.8125rem;overflow:hidden;display:block; }
#IDSHPALNsim0M34zbF17gloVReHEOTcC { position:absolute;display:block;z-index:15001;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:16.875rem;width:15.625rem;top:4.4375rem;left:1.125rem;display:none; }
#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/db10ebc7-e08c-4323-81f7-edc654ae9fe0/fondogris53.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7.adaptive-delivery-prevent-bg, #c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7.lazyload, #c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7.lazyloading { background-image: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container { background-color: transparent; background-image: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container > .video-iframe-container { display: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row > .video-iframe-container { display: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .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); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container { border-width: 0; border-radius: 0; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container { font-size:0.875rem;font-family:arial;height:93.625rem;width:75rem;position:relative;display:block; }#rqTNX700mbmp2JXBdphR7TcWllMhbyx8 { color:#212121;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:31.5rem;left:12.5625rem;height:4.72265625rem;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; }
#diDCBxyelf5EZDTBOCsHpDkldW65Ta4B { color:#595d68;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.0625rem;left:12.5625rem;height:1.625rem;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; }
#GeGEEP7BQ4xgDFJGbNHCFNTFR3lrKVte { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.4375rem;width:51.3125rem;top:26.9375rem;left:9.9375rem;display:block; }
#gTMG2XZ17nFTTde1AyJs5qvGrwEof7BX { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #fbb94e;border-left:0.125rem solid #fbb94e;border-right:0.125rem solid #fbb94e;border-bottom:0.125rem solid #fbb94e;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:10.25rem;width:54.1875rem;top:11.75rem;left:1.9375rem;display:block; }
#OMfJ75abRpioN5UrxN2xgWNppik6Z3HZ { 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.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10.3125rem;width:66.0625rem;top:10.5625rem;left:3.25rem;display:block; }
#r9d7cDZ60vHxgqVQJOWdM60EDUUq34I1 { color:#595d68;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:13.619140625rem;left:6.75rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AuTiV8qq3AkOEeMD7wunqWW1aukyCcVx { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:27.0625rem;left:54.5rem;overflow:hidden;display:block; }
#n3AeBvn2CyeZdyDTBTnTo9tVLxPLXk2b { color:#212121;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:69.8125rem;left:17.9375rem;height:4.8984375rem;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; }
#pomK82ShtlC9X50X2ew4yQqeiAOmVkdA { color:#212121;display:block;width:48rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:82.3125rem;left:17.9375rem;height:4.8984375rem;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; }
#dTZCJhNWL8OXzgrkSyAzbdW9X7aKUfqT { color:#212121;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:58.75rem;left:17.5625rem;height:4.8984375rem;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; }
#SPL6mCxbl8PnKmRFmE6zaT9kFqQCXAJE { color:#ff9d00;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:56.875rem;left:17.5625rem;height:1.625rem;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; }
#nr94nsrqe7Wc0SpEV9gSW8iHciAdvmXZ { color:#ff9d00;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:68rem;left:17.9375rem;height:1.625rem;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; }
#Z61wOkmTaUCmTqWmfkfh1XQAMoDTBBXO { color:#ff9d00;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:80.4375rem;left:17.9375rem;height:1.625rem;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; }
#G9SrQpDRh4f6bq1c9M6LFLgFGJiFGTXl { color:#212121;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:47.8125rem;left:18.125rem;height:3.673825rem;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; }
#vuiCTFpJMBL7yLzADN7KPr0b0U6vxw13 { color:#ff9d00;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:45.9375rem;left:18.125rem;height:1.625rem;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; }
#tOrxf5UIneQFRv0Wckxxs7VH1a9uiGw7 { position:absolute;display:block;z-index:15070;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.9375rem;width:6.9375rem;top:45.6875rem;left:7.625rem;overflow:hidden;display:block; }
#gcU6E5mB36hk8vwA7G6ssDgNtzpWHFln { position:absolute;display:block;z-index:15071;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.3125rem;width:6.3125rem;top:56.875rem;left:7.875rem;overflow:hidden;display:block; }
#Sk3fypN5SPt9i6PNQIBZiLLqEpsbdRCa { position:absolute;display:block;z-index:15072;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.3125rem;width:6.3125rem;top:68.5625rem;left:7.875rem;overflow:hidden;display:block; }
#fED2WczT3CnOg8MJpnFThWOxV36S9wV4 { position:absolute;display:block;z-index:15073;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.375rem;width:6.375rem;top:81.15625rem;left:7.90625rem;overflow:hidden;display:block; }
#W5cHisO3P1wJC1ERtGoWsQB8uvbsUQzN { color:#ff9d00;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:25.25rem;height:1.625rem;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; }
#VvD4clLa3s8f0di3NricGbdS48A4klXH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(180deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(180deg, #ff9d00, #e77320);background-image: -o-linear-gradient(180deg, #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(180deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.125rem;width:22.75rem;top:3.498046875rem;left:1.4375rem;display:block; }
#ouDGZiHLxqnL90ZkeC8dvBXatwLflbGO { position:absolute;display:block;z-index:15001;background-color:#ff9d00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:6.1875rem;width:10.8125rem;top:46.0625rem;left:5.625rem;display:block; }
#zDdhPPMG2Wiad4e8oEPNhes7PMoxdkkR { position:absolute;display:block;z-index:15002;background-color:#ff9d00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:6.1875rem;width:10.8125rem;top:57rem;left:5.625rem;display:block; }
#sRHDwVMI12qarpiu1AMftucmJEa2LaKQ { position:absolute;display:block;z-index:15003;background-color:#ff9d00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:6.1875rem;width:10.8125rem;top:68.6875rem;left:5.625rem;display:block; }
#CKM584rGR38bf2P9a3HaCztBGQ0T8CCs { position:absolute;display:block;z-index:15004;background-color:#ff9d00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:6.1875rem;width:10.8125rem;top:81.25rem;left:5.625rem;display:block; }
#CgKJC37d4XTA2JrtNLbXXtU8A8bofoNy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.75rem;width:54.3125rem;top:44.8125rem;left:14.5625rem;display:block; }
#dXRRAy0DRXS8EuuBwBcx22iw6PrXvowA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.75rem;width:54.3125rem;top:55.8125rem;left:14.5625rem;display:block; }
#sJLCsyMl3ls3OxCoTERZT56LrSQq23gH { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10rem;width:54.3125rem;top:67rem;left:14.5625rem;display:block; }
#UHRFIvxrXOWnP5GubvaxzQWXnJEadmfW { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10rem;width:54.3125rem;top:79.4375rem;left:14.5625rem;display:block; }
#cHKyWVgb6Kuxe1GOHkbrJfIc2lB9w3KD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.26) ;height:12.5rem;width:12.5rem;display:none; }
#oW27FUQGqaNtSwB8tZDElF8oNEgIwMoD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.26) ;height:12.5rem;width:12.5rem;display:none; }
#M3K6UffZsUr7f1VMCBN99ryrPbpaWslN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.26) ;height:12.5rem;width:12.5rem;display:none; }
#a2hIMg00K2Pr2JtGyEraBnxKdduh9Xvt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.26) ;height:12.5rem;width:12.5rem;display:none; }
#tKGe49iT0ydTzdo0ok2GViM0ZZVoXA7r { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.017578125rem;left:4.46875rem;height:3.0875rem;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; }
#WuOz62o2REupIHesVJ88ZOBlmlAdubPg { 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; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container { background-color: transparent; background-image: none; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container > .video-iframe-container { display: none; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row > .video-iframe-container { display: none; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .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); }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container { border-width: 0; border-radius: 0; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#IOoC9TZbP0UtOPARsbU3kJad5pwBkxXa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.23) ;height:20.9375rem;width:31.875rem;top:4.125rem;left:1.375rem;overflow:hidden;display:block; }
#nC7U8vid0R8L0BcEUT8eGsZUE0rZNM9n { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:22.3125rem;width:37.625rem;top:3.4375rem;left:36.0625rem;display:block; }
#S0EJnAW9KuCOWr9RNlQ8M9hob4C70A4B { color:#1c1b1b;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.25rem;left:38.9375rem;height:12.59475rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PsDr3hgwplXATzlkcrvPmWLe24bt5vkO { color:#ff9d00;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:38.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ { 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; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container { background-color: transparent; background-image: none; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container > .video-iframe-container { display: none; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row > .video-iframe-container { display: none; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .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); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container { border-width: 0; border-radius: 0; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#T1qzdde4MTUEmepSZnHJqRVS4oreTEbC { 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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.375rem;left:5.75rem;display:block; }#T1qzdde4MTUEmepSZnHJqRVS4oreTEbC.adaptive-delivery-prevent-bg, #T1qzdde4MTUEmepSZnHJqRVS4oreTEbC.lazyload, #T1qzdde4MTUEmepSZnHJqRVS4oreTEbC.lazyloading { background-image: none; }
#K9wcTZR15lahSVQ8qTAE4KTslMo0prIR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.5rem;top:2.375rem;left:7.0625rem;overflow:hidden;display:block; }
#TMW7y2Q6yGfDn6GIo6La5hMfdVqTP5l4 { 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: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.5rem;left:50.8125rem;display:block; }
#KJDqXdJpAqJ7nAuctfZqQ8GNLK5tGnBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdZFfvOlIVACpQhWcxxKxFkSHKXUrT8y { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 { 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; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container { background-color: transparent; background-image: none; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container > .video-iframe-container { display: none; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row > .video-iframe-container { display: none; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .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); }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container { border-width: 0; border-radius: 0; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#kWuuvtOxEXT4sq11lVEkPWBmsnvFloUZ { position:absolute;display:block;z-index:15003;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.625rem;width:11.875rem;top:3.875rem;left:2.0625rem;display:block; }
#MkbDcKeoWQvpyUbpgF4zPNfqrqAdbgZt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.8125rem;width:34.625rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#QWT7qDgVaUzC4SeuAPu6HcUvXgX1vMo5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.6875rem;top:4.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#iRRmxw7BXpAl5yUSTDIiDyKegqVUHvH4 { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:5.625rem;left:16.5rem;height:1.375rem;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; }
#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO { 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; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container { background-color: transparent; background-image: none; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container > .video-iframe-container { display: none; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row > .video-iframe-container { display: none; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .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); }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container { border-width: 0; border-radius: 0; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#A3m7hexpKwp1G5QXTz49gGAmwvrfZp2S { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:17.5rem;width:39.125rem;top:17.16796875rem;left:34.6875rem;overflow:hidden;display:block; }
#f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b { color:#595d68;display:block;width:27.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:18.875rem;left:4.75rem;height:15.7305rem;text-align:left;text-align-last:left;display:block; }#f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b li:before{  }
#Cx6y3iTLKc9A7Fc9boLyW57tLZ7dSk2B { color:#595d68;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:16.625rem;left:4.75rem;height:2.25rem;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; }
#MonpNt3BcLWurRkoT646kzgTaBWwvLK8 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:21.8125rem;width:42.375rem;top:14.6875rem;left:1.75rem;display:block; }
#FBLT8hNBm0EtDFzCioBhcvgGIBfMyuuu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #fbb94e;border-left:0.125rem solid #fbb94e;border-right:0.125rem solid #fbb94e;border-bottom:0.125rem solid #fbb94e;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:6rem;width:54.1875rem;top:3.4375rem;left:0.125rem;display:block; }
#FGZXUbtWHcc5iTVNAqQXmDHoeowIG9Ph { 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.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.125rem;width:55.125rem;top:2.4375rem;left:1.75rem;display:block; }
#QdpS9H4f7mSXcsPI4xmC6DwhWL3bZcFn { color:#595d68;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.875rem;left:4.3125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 { 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; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container { background-color: transparent; background-image: none; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container > .video-iframe-container { display: none; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row > .video-iframe-container { display: none; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .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); }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container { border-width: 0; border-radius: 0; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#CJwP6SqTZmm3gHioWhagMa9r96CaeZ85 { color:#595d68;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:11.0625rem;left:39.9375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOpB7BFTJHl5lmwWdxB0cdn7wTX45S8Q { color:#0e3c5a;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.875rem;left:39.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsdXifF27Iq9ezxAWVMaOVNFlnIQrJs4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:22.75rem;width:34.1875rem;top:3rem;left:1.875rem;overflow:hidden;display:block; }
#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { background-color: transparent; background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { border-width: 0; border-radius: 0; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#B8vvhwZ9mScmX6WLtuh69xGhgrLM37Nk { color:#0e3c5a;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:33.84375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uz0WAdeWHOD7HOLFQ8vJUmmmaU5yy9H5 { color:#212121;display:block;width:48.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:17.2109375rem;left:14.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UksMVshErRoKhm5JrTwGTsTxoumCqLQm { color:#212121;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:20.5625rem;left:12.4375rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UksMVshErRoKhm5JrTwGTsTxoumCqLQm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UksMVshErRoKhm5JrTwGTsTxoumCqLQm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#TUX6i38A4f4tafniFDM6rHmESVVzxQ1v { color:#212121;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:20.5625rem;left:35.5rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TUX6i38A4f4tafniFDM6rHmESVVzxQ1v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TUX6i38A4f4tafniFDM6rHmESVVzxQ1v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#bhAbHpAGK4RIarHtyLc35WwDiymUodw9 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid #0e3c5a;border-left:0.125rem solid #0e3c5a;border-right:0.125rem solid #0e3c5a;border-bottom:0.125rem solid #0e3c5a;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:9.375rem;width:54.1873125rem;top:1.9997968673706rem;left:10.335289001465rem;display:block; }
#qKLD8efTzDCIn0tbJ7yE6PEzchmRwF9h { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.875rem;width:55.125rem;top:1.25rem;left:9.9375rem;display:block; }
#BxHNkE6INslcHVUZV8X9whPhzXnantEy { color:#595d68;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:4.0881042480469rem;left:12.5rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSmtMzW4TSgp9XWHEPbCofViomhCJnpz { position:absolute;display:block;z-index:15073;background-color:#175176;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:1.62435rem;width:2.74956875rem;top:10.5rem;left:14.8125rem;display:block; }
#uf2RJWuv7RC4CMTTGsbqZVsE3ewEI0Q9 { position:absolute;display:block;z-index:15013;background-color:#f0eff5;background-image:none;border-top:0.125rem solid #0e3c5a;border-left:0.125rem solid #0e3c5a;border-right:0.125rem solid #0e3c5a;border-bottom:0.125rem solid #0e3c5a;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.31185rem;width:4.0625rem;top:10.5625rem;left:18.25rem;display:block; }
#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK { 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; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container { background-color: transparent; background-image: none; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container > .video-iframe-container { display: none; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row > .video-iframe-container { display: none; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .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); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container { border-width: 0; border-radius: 0; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#cZysbObbTObeaH8zu4ltTVJN4orMSFOx { position:absolute;display:block;z-index:15003;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.625rem;width:11.875rem;top:3.9375rem;left:2.0625rem;display:block; }
#PnZla1umq0PDtXNcD1Tb5bMl442iGLXp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.8125rem;width:39.1875rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#ZXIQxw66AXE3uHKs85gGdUb43Em6iE0C { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:5.625rem;left:17.4375rem;height:1.375rem;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; }
#yy9t7NkQ7D9fGtlJizJ0wmqRiZz8KGss { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.75rem;top:4.8125rem;left:4.75rem;overflow:hidden;display:block; }
#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO { 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; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container { background-color: transparent; background-image: none; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container > .video-iframe-container { display: none; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row > .video-iframe-container { display: none; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .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); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container { border-width: 0; border-radius: 0; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#aZXReVcZgHOJQDALUzGz6WKcHb8L94VF { color:#212121;display:block;width:69.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.125rem;left:2.6875rem;height:5.09765625rem;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; }
#N2OGwJTV5000d0d3fwq85QtrBM6nMrrr { color:#0e3c5a;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:3.6875rem;left:2.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 { 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; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container { background-color: transparent; background-image: none; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container > .video-iframe-container { display: none; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row > .video-iframe-container { display: none; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .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); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container { border-width: 0; border-radius: 0; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#qPKKbc66VH2XionsrEe1MykWbwUJTF1m { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.3125rem;width:22.8125rem;top:15.0625rem;left:51rem;display:block; }
#m48Kz2iGwbNLC8oIEqh6KJLbxT5g8EbN { color:#4f4d4e;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:19.1875rem;left:33.0625rem;height:;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; }
#ZSGRITwNd3NuO0C2OTlHwLw9q5shuTHF { color:#4f4d4e;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:19.1875rem;left:57.9375rem;height:;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; }
#XTTFiPZ9ggFKD0fa8exmnBqfUXei1pMw { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.3125rem;width:22.8125rem;top:15.0625rem;left:26rem;display:block; }
#UlvkFnJIDl5aREuOy2EXptMFPUpPxZX0 { color:#0e3c5a;display:block;width:18.249rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:16.6875rem;left:28.3125rem;height:;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; }
#SVJ7AnmHCKekXhGpTkf9E8TaImgGndKO { color:#0e3c5a;display:block;width:18.249rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:16.6875rem;left:53.25rem;height:;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; }
#DsI48HF1013OFTL9QthmfPv5FUVlyKXm { color:#4f4d4e;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:18.75rem;left:8.5rem;height:;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; }
#eiFUFUQQSTN6ESGvG3ucOICHDHUnUVDC { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.3125rem;width:22.8125rem;top:15.0625rem;left:1rem;display:block; }
#QZIXf6gL8bvkAE1TbNbe4T48HU0XQrOX { color:#0e3c5a;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:16.6875rem;left:4.1875rem;height:;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; }
#TMh8eAgI5MzUZrXlN4Nn9cG2mkIuP8Nf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.3125rem;width:22.8125rem;top:0.4375rem;left:1rem;display:block; }
#g7Tc6BdVdzIq55OoctIQ6hlqmSFoczFg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.3125rem;width:22.8125rem;top:0.4375rem;left:26.0625rem;display:block; }
#Xw3Tkhe87Q1Cs0MUdspGAMLTQXZ9kVfx { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.3125rem;width:22.8125rem;top:0.4375rem;left:51.0625rem;display:block; }
#AK0gVFggUDX3nrpLuZ7gJAGIoN1C2QMV { color:#1c1b1b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:3.875rem;left:8.375rem;height:;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; }
#OXIVC2avi79y3TRgtQKyGDrnNLCV1Qxy { color:#4f4d4e;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.6875rem;left:33.0625rem;height:;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; }
#ReH5MM3knGPBfHF5eBZPwe61CfmciiXL { color:#4f4d4e;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.6875rem;left:58.0625rem;height:;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; }
#Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp { color:#0e3c5a;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:1.875rem;left:5.1875rem;height:;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; }
#gW5frrmytuSeI5IDgALq35DFeiNUWOhv { color:#0e3c5a;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:1.875rem;left:32.1875rem;height:;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; }
#DmaKATPPKkNbkXa2A5fsuK84R7KlTrf5 { color:#0e3c5a;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:1.875rem;left:58.25rem;height:;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; }
#n48Oa7kTNN7ZdHKL9Id6M94lgbzQOTgb { position:absolute;display:block;z-index:15017;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.125rem;width:4.125rem;top:19.875rem;left:2.875rem;overflow:hidden;display:block; }
#TBqBR1L0SeTIaqc4tJecR0JHBn6ztl3B { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.75rem;top:6.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#TBDQZOHV4g5Qrw0IyOtG1PArQrG9Gol6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:6.0625rem;left:28rem;overflow:hidden;display:block; }
#SFXlK71XRinCB0QkvkQGeBwmt4TTF2TC { 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:3.375rem;width:3.6875rem;top:20.625rem;left:27.75rem;overflow:hidden;display:block; }
#uHlxB9r4qAF2KOurSk2XRJUvVOxEsZTE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:20.375rem;left:52.5625rem;overflow:hidden;display:block; }
#NLnbGxy9q3CeyZFbKbbPemUHVerGMcSk { 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:3.625rem;width:3.625rem;top:5.875rem;left:52.4375rem;overflow:hidden;display:block; }
#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container { background-color: transparent; background-image: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container > .video-iframe-container { display: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row > .video-iframe-container { display: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .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); }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container { border-width: 0; border-radius: 0; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#HOzCnqTtDlFvXIeRBwSntACUHZAVkAw8 { color:#1c1b1b;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3rem;left:21.6875rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#F6445SkTrwhQfkJXsf7pyfugDqi94Jvk { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9442138671875rem;left:8.875rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfXDqx5DI0kpeq27dLZnKKITJx8LbNKw { color:#1c1b1b;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:12.1875rem;left:21.6875rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#TuGIGgFP1VQGMb9hhGKlxf9T2Tkxl4H9 { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:8.875rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7xLOCdR7kkqX34E9K8fcLGnGK9cpnNh { color:#1c1b1b;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:21.0625rem;left:21.6875rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#XUKwcQcFhKwBWxUqxkPPH1cWe8PJO3UV { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.875rem;left:8.875rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlTiqr7uDuNCT5bi8B7Keh9TnakITPqC { color:#1c1b1b;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:30.0625rem;left:21.6875rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#JePAFgX4UstGU47EEsea4MofUWxOfNZE { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.875rem;left:8.875rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuKBQc1qBdhIA4Wey06J6TsxnTzqxtay { color:#1c1b1b;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:39.0625rem;left:21.6875rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#qBQDKmOmxkkvW7R5u8dtxGLct9sfrHeb { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40.8125rem;left:8.875rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EE59SNz2Zpyw1v0PEzLkSRtVBKnbMBwX { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.125rem;width:50.375rem;top:1.9375rem;left:19.5625rem;display:block; }
#GsHQuk1MmdvHGEdCFQVtnuuMidrDBJvN { position:absolute;display:block;z-index:15004;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.125rem;width:50.375rem;top:11rem;left:19.5625rem;display:block; }
#TH3gtXlQ17kRGviOTwkx7qP9uUM8cGNv { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.125rem;width:50.375rem;top:19.9375rem;left:19.5625rem;display:block; }
#rOZFNdFmHxkvILXbPAIT41bOzChazDBD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.125rem;width:50.375rem;top:28.9375rem;left:19.5625rem;display:block; }
#GKSiwl4VzF3o9VGsdI0cWhMmVKLfsQgd { position:absolute;display:block;z-index:15007;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:8.125rem;width:50.375rem;top:37.875rem;left:19.625rem;display:block; }
#nAo1aQHhTMGdD2pEoyfI44LnHu3pzi5S { position:absolute;display:block;z-index:15001;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.0625rem 0.75rem rgba(121,121,121,0.3) ;height:42.125rem;width:30rem;top:2.9375rem;left:5.5625rem;overflow:hidden;display:block; }
#QnTuiUNTTVR4i4qKNniiqZILlZoD7kbC { position:absolute;display:block;z-index:15001;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.0625rem 0.75rem rgba(121,121,121,0.3) ;height:42.125rem;width:30rem;top:2.9375rem;left:5.5625rem;overflow:hidden;display:none; }
#fCTLyo5tPnM1TBBMrmrlk6Kan7tvOkc7 { position:absolute;display:block;z-index:15001;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.0625rem 0.75rem rgba(121,121,121,0.3) ;height:42.125rem;width:30rem;top:2.9375rem;left:5.5625rem;overflow:hidden;display:none; }
#lKiRswrJU6CMsb45OV9ZXEkINOAqPrHv { position:absolute;display:block;z-index:15001;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.0625rem 0.75rem rgba(121,121,121,0.3) ;height:42.125rem;width:30rem;top:2.9375rem;left:5.5625rem;overflow:hidden;display:none; }
#ku5T9hCuKDA9XnFeWHUnDQvSKHTFqo9u { position:absolute;display:block;z-index:15001;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.0625rem 0.75rem rgba(121,121,121,0.3) ;height:42.125rem;width:30rem;top:2.9375rem;left:5.5625rem;overflow:hidden;display:none; }
#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 { 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; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container { background-color: transparent; background-image: none; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container > .video-iframe-container { display: none; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row > .video-iframe-container { display: none; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .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); }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container { border-width: 0; border-radius: 0; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#nwoPzcgQghFzNRkNpyUbLkQa08gxNoqK { position:absolute;display:block;z-index:15003;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.625rem;width:11.875rem;top:3.875rem;left:2.0625rem;display:block; }
#tO5Pnw9Wdel9gLn89T0LqGRQnow9TqL6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.8125rem;width:58.25rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#n02EKRonvnfoKoQTesw5sCv8CwXKaRKr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.125rem;top:5.5rem;left:4.0625rem;overflow:hidden;display:block; }
#Cs8n2GtRdwP4ECS7pT7Xg3kpe4gLocBQ { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:4.9375rem;left:17.125rem;height:2.75rem;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; }
#bqU6Nal3D123kySNPw4ZSI39A9DPheTR { 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; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { background-color: transparent; background-image: none; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container > .video-iframe-container { display: none; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row > .video-iframe-container { display: none; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .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); }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { border-width: 0; border-radius: 0; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#kLCzmMG3nGnf5DfmQWzDArtM8zACxCx4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.0625rem;width:39.75rem;top:3.8125rem;left:17.5rem;overflow:hidden;display:block; }
#ELk7Gu3BXSqDZUgfqABIOGE82FVHnMRb { color:#585858;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(255,255,255,0.5);top:26.3125rem;left:20.75rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrLRRZ4JGe6mn0ovq4IJEh7ZMz8m8tV5 { color:#585858;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.0615234375rem;left:12.8125rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f49a1e;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; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container { background-color: transparent; background-image: none; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container > .video-iframe-container { display: none; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row > .video-iframe-container { display: none; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .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); }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container { border-width: 0; border-radius: 0; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#hgt3G1fvvvoXwIiLi1SQKxToZZhW7XhP { color:#e77320;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.25rem;left:24.5rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnxzhAIoyR2h6aIk8b5OTr3QOOLvO9em { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(180deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(180deg, #ff9d00, #e77320);background-image: -o-linear-gradient(180deg, #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(180deg, #ff9d00, #e77320);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius: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.99956875rem;width:24.125rem;top:3.3125rem;left:25.125rem;display:block; }
#b3brUHam8GRW4txXW769loW8m80tWe8i { color:#ffffff;display:block;width:11.749125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.75rem;left:10.9375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UqTr9Nn15WBde1UxnT2nu4WXHiMJMttn { color:#ffffff;display:block;width:11.749125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.75rem;left:34.4375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FKTWkvxCLLt0bycTfL7AHGeZUpJ2bXh1 { color:#ffffff;display:block;width:11.749125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.75rem;left:56.8125rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLID4UoFzfNRH2zSwiTwtGtKiKuQwZeG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.31206875rem;top:21.125rem;left:28.75rem;overflow:hidden;display:block; }
#mFt6cGFyEZzX81TEigQ0i3SzzC1oR5lg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.31206875rem;top:21.125rem;left:51.125rem;overflow:hidden;display:block; }
#SqTRwPhXk6TpTaQzi4QoHSGMSqPGkLG1 { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:13.3388671875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TqGiBxcHcOAfmLF6Gv5MHkTTqo6O4Jx7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.31206875rem;top:21.125rem;left:5.1875rem;overflow:hidden;display:block; }
#DG1o86yuDndaWA2L3DS6kUDPV1bLVdVL { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #ffb233, #e77320);background-image: -moz-linear-gradient(177deg, #ffb233, #e77320);background-image: -ms-linear-gradient(177deg, #ffb233, #e77320);background-image: -o-linear-gradient(177deg, #ffb233, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb233', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb233', endColorstr='#e77320' );";background-image: linear-gradient(177deg, #ffb233, #e77320);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.0625rem 1.875rem rgba(255,255,255,0.12) ;height:14.75rem;width:67.8125rem;top:19rem;left:3rem;display:block; }
#OZIRdGqx8seRz26NOkwBCli5GqcDdJRy { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:60.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iO12FG0fzJNgPDm68XAfxpTWZp3SHTs8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.311525rem;top:7.9375rem;left:54.5625rem;overflow:hidden;display:none; }
#oAtEz2xo3S2PzB5DzCaAeKv3oZe8EPQZ { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:37.1875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AopTDGabSr4FeNUfz9bhKT1bTALhRJNJ { 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:3.4375rem;width:4.311525rem;top:7.9375rem;left:31.5rem;overflow:hidden;display:none; }
#UJGrlTyGdw5eWpaRFTHlnx73TXSwLRcd { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:14.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V7r0k7SunLAsWANph5yyKlSNysQxcVE0 { 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:3.4375rem;width:4.311525rem;top:7.9375rem;left:8.625rem;overflow:hidden;display:none; }
#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/656fcf74-72ae-43a7-b1e7-801a86d42be9/findinaranjanblaco38.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg.adaptive-delivery-prevent-bg, #LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg.lazyload, #LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg.lazyloading { background-image: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container { background-color: transparent; background-image: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container > .video-iframe-container { display: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row > .video-iframe-container { display: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .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); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container { border-width: 0; border-radius: 0; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#GkyQAJAf7H6mBZxZ9RXd6ZqGocAVTCTz { color:#585858;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.625rem;left:14.5rem;height:2.625rem;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; }
#dp5suraW1AEZn9nTWaZKtmQVE1zWmR8J { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.625rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwaqahmStWKmTimeaRFqGgNFyy5KIHX3 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:22.1875rem;left:4.4375rem;height:2.625rem;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; }
#cSTNrqelkQ7JK52lH4VdWWq50ohC6exy { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10.125rem;width:23.125rem;top:16.3125rem;left:49.4375rem;display:block; }
#Jy9sgvs2Hr3eoRBn7PGLTu1WBR6aTq0U { color:#585858;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.625rem;left:51.53125rem;height:3.9375rem;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; }
#T8wwxFySkc6yTV5SCdRSZzqqltN860Ta { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.1875rem;left:40.9375rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZt8lgEt9q9umFhp6ET6CqT5agCiZvJB { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:22.8125rem;left:41.25rem;height:1.6875rem;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; }
#TpbZpnsH23nDQB6WZ3tko7Vh2hTITltl { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10.125rem;width:23.125rem;top:29.5625rem;left:12.1875rem;display:block; }
#AcgnB6UD36EdrBRFZnXFHHhN3OJ4kEfN { color:#585858;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:32.65625rem;left:14.28125rem;height:3.9375rem;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; }
#AMd9HXDDmipKkbpQZQLGJGTTWwEJUpfq { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.1875rem;left:3.625rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5RFvz5rel5DcUL0eCbAqcafvW4QrSIs { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:35.6875rem;left:4.0625rem;height:2.625rem;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; }
#iEJxi0ZB52gLmbeXwaMsOCH3UV5vpDRu { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10.125rem;width:23.125rem;top:29.5625rem;left:49.4375rem;display:block; }
#JgDLDV6AWcSzSI5X7uy3Ziek7gu5VWEv { color:#585858;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:30.6875rem;left:51.21875rem;height:5.25rem;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; }
#gbKd4Lm4sVd4TcxJ1momxZoBPyTTTWGT { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.1875rem;left:41.1875rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqhsEioJqHAwwSq3m98HM36b7TZNhHtw { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:35.7216796875rem;left:42.125rem;height:2.625rem;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; }
#r76770PKcfg42OSFqTKt6aXGSHFdQXWT { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:10.1248125rem;width:23.125rem;top:16.25rem;left:11.875rem;display:block; }
#VJsfdJrwTlxQZwaBhe7XaaIhEgBFsh4J { color:#ffffff;display:block;width:11.749rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6875rem;left:56.8125rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZ5qZ2hWv8niUAtEsesBHaF3kxZv81Ee { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.311525rem;top:2.0625rem;left:51.1875rem;overflow:hidden;display:block; }
#qJEoWAKC2kRg1kBdVL44U4f2rqJo9NhS { color:#ffffff;display:block;width:11.749rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:34.4375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGTDH92b5P2IevKGniGgaJwA4ipEX0Oh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.311525rem;top:2.0625rem;left:28.625rem;overflow:hidden;display:block; }
#T8NWOs8vczhlWX21lxaNRbe7tJwZJM6H { color:#ffffff;display:block;width:11.749rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:10.9375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xtr1Csdy3rNGou2wiLxsNOUEOv7n8xHf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.311525rem;top:2.0625rem;left:5.25rem;overflow:hidden;display:block; }
#DmP0klJVH1b87a7PuARqaUWT15f1l5Ni { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(180deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(180deg, #e77320, #f49a1e);background-image: -o-linear-gradient(180deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(180deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:12.5rem;top:17.0625rem;left:2.5rem;display:block; }
#c1pMWcEIek5izdLFgyTXAJGDokzPV2Xr { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(180deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(180deg, #e77320, #f49a1e);background-image: -o-linear-gradient(180deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(180deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:12.5rem;top:16.9375rem;left:40rem;display:block; }
#kTIzwmJ7dGWhEpnswfv6qwVcGki55svR { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(180deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(180deg, #e77320, #f49a1e);background-image: -o-linear-gradient(180deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(180deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:12.5rem;top:30.5rem;left:40rem;display:block; }
#eZ0WvLVMcTtRy5P2maeH5dwmFrUBhox1 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(180deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(180deg, #e77320, #f49a1e);background-image: -o-linear-gradient(180deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(180deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:12.5rem;top:30.46875rem;left:2.5625rem;display:block; }
#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi { 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; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container { background-color: transparent; background-image: none; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container > .video-iframe-container { display: none; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row > .video-iframe-container { display: none; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .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); }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container { border-width: 0; border-radius: 0; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#vJSds3EyfMJk7vDq4G1u7HPf4cr7vTAt { position:absolute;display:block;z-index:15003;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.625rem;width:11.875rem;top:3.9375rem;left:2.125rem;display:block; }
#KaQ6MHD0J7ruT1e8NC0sAEhWvx0x7A5K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.8125rem;width:61.9375rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#qB1JWkN5MILsISQ6Z13MQdDeJqt5Zca4 { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:5.6875rem;left:16.5rem;height:1.375rem;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; }
#F7DX7xQrgXOsBQcGmt00Vmc5ebCdyqsv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.4375rem;top:5.25rem;left:4.5rem;overflow:hidden;display:block; }
#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a65c110-50cd-44ef-9cd5-dc5cf20bbea1/fondo_01.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25.adaptive-delivery-prevent-bg, #SAk6aaPQPXbP8teyl89TzdccTgiTTH25.lazyload, #SAk6aaPQPXbP8teyl89TzdccTgiTTH25.lazyloading { background-image: none; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container { background-color: transparent; background-image: none; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container > .video-iframe-container { display: none; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row > .video-iframe-container { display: none; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .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); }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container { border-width: 0; border-radius: 0; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#cekcLDOedpHDToyNPDcaM0gcNJgTGWPl { color:#595d68;display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:2.2;letter-spacing:0;top:3.0078125rem;left:26.8115234375rem;height:18.233375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#cekcLDOedpHDToyNPDcaM0gcNJgTGWPl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cekcLDOedpHDToyNPDcaM0gcNJgTGWPl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
#c1hpyCHu40yR8Am3Zs18WBDc6Ot8Qvg3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:24.9375rem;top:3.8751831054688rem;left:0.8125rem;overflow:hidden;display:block; }
#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k { 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; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k.adaptive-delivery-prevent-bg, #fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k.lazyload, #fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k.lazyloading { background-image: none; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container { background-color: transparent; background-image: none; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container > .video-iframe-container { display: none; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row > .video-iframe-container { display: none; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .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); }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container { border-width: 0; border-radius: 0; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#IAtUTGk1nXcz0Fd2cRUKBr93PC4HhuJT { 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:15.9375rem;width:30.125rem;top:7.625rem;left:9.0625rem;display:block; }
#eAx58b0MchBPMupBf4mJdCN3ZpnVbKuE { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8486328125rem;left:11.6875rem;height:4.62890625rem;font-style:normal;display:block; }
#skS8xKM4e3oxSBJLy1KvHQD2p5dyVuAF { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.25rem;left:11.6875rem;height:5.27831875rem;display:block; }
#tuOvBk79Gq7oy1BQd58ohQXLCmTQkd5t { 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:19.25rem;width:30.25rem;top:21.5rem;left:9.0625rem;display:block; }
#a9TEJyyPCtu0bnG0gJ4olyTMlJ9J2r4P { 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:15.8125rem;width:31.9375rem;top:7.625rem;left:37.25rem;display:block; }
#md9RXqHaBd9dF7fQQt8ObVpdPATBmf7T { 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:19.25rem;width:32.25rem;top:21.5rem;left:36.875rem;display:block; }
#w8xg52FDUz0ZFhzNNMKhPdp8hKzHiRfb { color:#595d68;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.875rem;left:11.6875rem;height:4.38574375rem;font-style:normal;display:block; }
#NvbyzwkHD1QUPpcmX047LhQNdlCE2KR5 { color:#595d68;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.7900390625rem;left:41.0625rem;height:5.27831875rem;display:block; }
#iflIr2RuG0ZxbkdTvO7pHtadNQvwrNv3 { 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:9.8486328125rem;left:41.0625rem;height:4.142575rem;font-style:normal;display:block; }
#Eyay9XAqB9i3wTRV2hPGnH9TIfKTKZqV { color:#595d68;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.875rem;left:41.0625rem;height:4.38574375rem;font-style:normal;display:block; }
#NrG4LhLdZqTrIcsVvGBS6X89Gg7FfPfe { color:#595d68;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:32.060546875rem;left:11.6875rem;height:5.27831875rem;display:block; }
#XeiB3FsoWcns1OabHDzOae8i74Af0FON { color:#595d68;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:31.533203125rem;left:41.0625rem;height:6.334rem;display:block; }
#aiwTh9bLLzSPI4Cgkulw0eaI7bs0ibaF { 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; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container { background-color: transparent; background-image: none; }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container > .video-iframe-container { display: none; }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row > .video-iframe-container { display: none; }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .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); }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container { border-width: 0; border-radius: 0; }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#m16ef0edf047da46b5a4ff4b564b0887.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; }#m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection.adaptive-delivery-prevent-bg, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection.lazyload, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection.lazyloading { background-image: none; } #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection *:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="text"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="email"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="tel"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection textarea:focus-visible { outline: none; } #J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container { background-color: transparent; background-image: none; }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container > .video-iframe-container { display: none; }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row > .video-iframe-container { display: none; }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .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); }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container { border-width: 0; border-radius: 0; }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN { 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; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container { background-color: transparent; background-image: none; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container > .video-iframe-container { display: none; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row > .video-iframe-container { display: none; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .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); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container { border-width: 0; border-radius: 0; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#yf1hUzAPap9DJoKDcC5ZNSaIHL7akTzF { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:21.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKlZfWw3JTJm4L6FSF4XFhUDdqJl85sT { 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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.8125rem;left:5.75rem;display:block; }#KKlZfWw3JTJm4L6FSF4XFhUDdqJl85sT.adaptive-delivery-prevent-bg, #KKlZfWw3JTJm4L6FSF4XFhUDdqJl85sT.lazyload, #KKlZfWw3JTJm4L6FSF4XFhUDdqJl85sT.lazyloading { background-image: none; }
#vhA2bWmy23ecmAQv77IXycUK4mPX7Tqs { 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: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.9375rem;left:50.8125rem;display:block; }
#E4QVJb1BDJqzPJgJq9iw0xVvC12ePaH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtZI8UdCu839OFGmmKT0etOs9SHN65Ns { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.875rem;top:2.9375rem;left:7.3125rem;overflow:hidden;display:block; }
#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/11KDtiUWRq4/unsplash/uriel-sc-11KDtiUWRq4-photo-1590859808308-3d2d9c515b1a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment: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; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T.adaptive-delivery-prevent-bg, #NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T.lazyload, #NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T.lazyloading { background-image: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container { background-color: transparent; background-image: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container > .video-iframe-container { display: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row > .video-iframe-container { display: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .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); }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container { border-width: 0; border-radius: 0; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#taUFdnTH2udoHorLctEPPuH04F67T31I { color:#8b8884;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.09375rem;left:33.1875rem;height:1.21875rem;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; }
#BpgXeTNowW4cd4emDVbzfGkexpE191Fv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv { background-color: transparent; background-image: none; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .row .container > .video-iframe-container { display: none; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .row > .video-iframe-container { display: none; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .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); }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv { border-width: 0; border-radius: 0; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .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; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .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; }#SxPkIwsVXCiko68b2nTqXDQBU298cZcP { 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; }
#SzWS1dPrK63UuQS6W7HkruvMzFtV4y1B { 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) { #NoWTW5pcIoZZuitRlktD9CqruJ0k4wca { display:block; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTdIHOlWfZ1LtpcK2LK4iXuTV9ntwJXS { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzVgMlBxVDRFTZ8psoNJTeaT0z7pHmEs { top:2.5625rem;left:36.75rem;width:11rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:20.0625rem;left:0rem;width:26.125rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMNTGw93ZgVNStSyeVoTTKCNCC4yo9sq { top:10.0625rem;left:0rem;width:46.9375rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqCDypdC1qcF5ucHlPPGOAy4g2gzXTTA { width:13.5rem;height:13.5rem;top:13.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2h1UAnKoIgNk6QI7LMC3sF5peHBIIn { width:15.25rem;height:4rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicp0v9xbctAKqkTOaTDE6zUkshetLLU { display:block; }
 }@media only screen and (max-width: 763px) { #vwLfN6RfQffSklNi0rAXEU2r0LpGM340 { top:42.625rem;left:0rem;width:14.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaGfflpmC51TAcCP3hun6VugNuKqq8C { top:43.3125rem;left:0rem;width:14.1875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpVokKdCHp3VnUTEXt1s4oWaAvZztM99 { top:30.375rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUcCAdzapTty9MsEhFU124XbZQLcQ3TN { top:32.4375rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4WDGPrhsKNzL8KKwaHJgetGkuGqVmLV { top:3.375rem;left:26.125rem;width:21.625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ { display:block; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMHE77yM7ODWTTRBbG8XGE92wZZxWReg { width:6.25rem;height:3.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2N5EELacVC7K54AVND3HGvd9Qy18Hux { top:3.6875rem;left:0rem;width:13.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnlFr1LDfbCQrWdiEmU9PxQsu71vAv2P { top:9.5rem;left:0rem;width:10rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEO7nwcxUSXtTMtgphycqRIwR0C4b5TH { top:9.8125rem;left:19.25rem;width:9.9375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pKhEq9BQydXb9x6FsScEvF10CbSFW0 { width:6.25rem;height:2.8125rem;top:5.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoIavu9PDMr9Ov1GKhIP6dkQb6l0Dlg7 { width:2.875rem;height:2.875rem;top:18.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfkMEcGbHRPdUsz5ZJ4A4AclHAONecyi { display:block; }
 }@media only screen and (max-width: 763px) { #ikDFoV4i4Em1Pc1yS9JTDQLBc7ulPA5p { top:18.9375rem;left:22.8125rem;width:2.5rem;height:2.5rem;display:block; }
#ikDFoV4i4Em1Pc1yS9JTDQLBc7ulPA5p > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ssuHNmVkElx9PCvdpparFQKiq7OqrmTz { width:2.875rem;height:2.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbN7fvRTn3kTJ6yepWBXMBoxW5bzryaw { display:block; }
 }@media only screen and (max-width: 763px) { #CsrbLn3yva8LkEHwJeoQTopgofoc0C7A { top:18.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#CsrbLn3yva8LkEHwJeoQTopgofoc0C7A > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Z8LOVnc7zbPASxwyEiqzVlb6459hFdPU { top:9.8125rem;left:37.125rem;width:10.625rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDeph9XwKRvakubcwzp1WKWQThFc9ODJ { width:6.25rem;height:2.625rem;top:5.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8TlWDg9TwsbFXH1OsiMy3AFFXuAtCy { width:6.6875rem;height:1.5rem;top:5.875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKLcMVaRB0HgKrecpWF4a4wkSTRey2J { width:6.875rem;height:2.25rem;top:5.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJSWC8RuX3kuDXHzRBQIpb9O6N1gtxER { width:2.875rem;height:2.875rem;top:18.75rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R74amKqavwCZ009gbGNQf2zbbfETQ0bd { display:block; }
 }@media only screen and (max-width: 763px) { #vs84p4p3VFMJKERoFGRbqXNv0pKMAMQr { top:18.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6uulpITHC5xvQCxaZUTk1um7shMle9J { top:9.8125rem;left:3.8125rem;width:10.5625rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBTmIA4UxyQzJOff9FAqvVJKQPTol9p { top:9.8125rem;left:34.1875rem;width:9.8125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpTOpRQTJ2rm3TldQwFcqqB6HPO10WbT { width:2.875rem;height:2.875rem;top:18.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLHnirbuN4hiSxErLDyoyT6SgcNTiQ6P { display:block; }
 }@media only screen and (max-width: 763px) { #S25fS5EqT1LwZxikMl15N1eI31AX3uZ4 { width:2.875rem;height:2.875rem;top:18.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz6vv4H2raPyRkTZ4fiDFJTPLprEDbyZ { display:block; }
 }@media only screen and (max-width: 763px) { #MkBlc9XmFgiDZGw5L07P5sqWelZ24RMT { top:18.9375rem;left:37.875rem;width:2.5rem;height:2.5rem;display:block; }
#MkBlc9XmFgiDZGw5L07P5sqWelZ24RMT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lTlsq1VFk06LhhgRnXKPecrEb3XyeBH8 { top:18.9375rem;left:7.5625rem;width:2.5rem;height:2.5rem;display:block; }
#lTlsq1VFk06LhhgRnXKPecrEb3XyeBH8 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #PX4ErcTKt4T0XyaUOhaiT0dMtuqbhwGq { top:3.6875rem;left:2.125rem;width:13.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma3FtKX4HJuDczRwVFow6WJ3KCXU9eTA { top:3.6875rem;left:17.375rem;width:13.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyzMaBA27Qg5WzphpCmQHNTRIUH1A7m9 { top:3.6875rem;left:32.4375rem;width:13.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoTfvHTyTUIuZDuhWwHvWb6EEzBzuP0 { top:3.6875rem;left:34.375rem;width:13.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTlypPk2q8S8O99iwKkUGMJdWnPug9U { display:block; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myBRBWPRB1mdLmwyAdXXwzTe4qroI5ry { width:6.6875rem;height:3.75rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSD17W7ykdhhxmhPATr1TwCMPFzQpoO { top:3.9375rem;left:0rem;width:11.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42TltTG1b8vqBNG8BRz1LpTC8NkitVM { top:5.6875rem;left:3.0625rem;width:27.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtAopGK09wuJAxf0bmk9aQfe39XQBuT { top:3.4375rem;left:0rem;width:47.75rem;height:5.7597276264591rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB { display:block; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m38r5RhckwkTTxctLtrLSUc5A1i0eeqx { top:80.1875rem;left:0rem;width:28.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6T31z1vPhEBTu2b8eNu8b3aEULnEyV { top:27.5625rem;left:0rem;width:32.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNDLo4iUIl3M1FLOIhPk2ykSE3T87BuT { top:80.0625rem;left:0rem;width:36.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTAU77oIDqq8JpNUMhmV2WePGuN8zO6 { top:31.125rem;left:10.8125rem;width:36.9375rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX { top:42.9375rem;left:0rem;width:32.4375rem;height:5.4375rem;font-size:0.875rem;display:block; }#I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #pOtpzDtB7q03D929hGRgwlLa0yPAwLPr { top:41.1875rem;left:0rem;width:19.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qElffiTF6a0Kw5MovxQ6D5lS81XxFTB0 { top:48.9375rem;left:0rem;width:22.125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKp9cBiy8CtppNxaybPODlM6n7fQc3av { top:50.75rem;left:0rem;width:22.625rem;height:3.4375rem;font-size:0.875rem;display:block; }#wKp9cBiy8CtppNxaybPODlM6n7fQc3av li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #qKtU1otfHW6Q20epZuROQuDBiaM9eOUg { top:55rem;left:0rem;width:18.125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsT8m3qfWc7V1HPOailVwM8qL73H6Cey { top:56.8125rem;left:0rem;width:32.9375rem;height:7.1875rem;font-size:0.875rem;display:block; }#PsT8m3qfWc7V1HPOailVwM8qL73H6Cey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #PPBbyDD7stL7tSvIJbRaTr3BnaKObzlt { top:111.0625rem;left:0rem;width:38.625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyr54tDC4Hiq8d499HRQo8WV1lPVddzB { top:109.6875rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHDU0uwkL08uWwQkFvqF43TMVFxRtDpx { top:110.6875rem;left:2.5625rem;width:16.5625rem;height:3.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNmeTevi55kJn7LzGSx1EWXtUu9r1H9 { top:109.4375rem;left:0rem;width:22.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAVbKek3cTlvz38GM3SmieA91Tne0pNR { top:121.5625rem;left:0rem;width:47.75rem;height:34.791821561338rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhd9lsPVTBtGeI8z7KtpRTaJPKQcwEV5 { top:120.25rem;left:0rem;width:47.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclKpIKENrxXTpOASRfuTszhFqUXX5w8 { top:25.5rem;left:0rem;width:34.0625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zmBOnf2qEMVJX3VcA87wMBKeydqt3p { top:70.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7IMpvGeOLG3JK76zBf1yilyu8BVgtL3 { top:77.3125rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkvStSuyfDNer818M8Jgd6LsoN4Xrui { top:39.5625rem;left:0rem;width:36.6875rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiDsdkPubMZ2Jop1NcncaBAZipQlJUmQ { top:4.4375rem;left:32.125rem;width:15.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQsNwFGXr193su6IADesv6QQAPp60F8 { top:4.4375rem;left:23.875rem;width:15.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgkAaC5kwOENIWabTikHHTZ2NPP5PDbb { top:12.6875rem;left:23.875rem;width:12.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ0a5W9SX2a38ODQDl9Hn9iRDtROa4QA { top:12.5625rem;left:33.8125rem;width:13.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlXqLXTmRgrt4Xb41xgl465oNh3SRLGF { top:9.75rem;left:23.875rem;width:9.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXeTVqdOvhOWCoQ9ZWLRh5PAGzTGofDP { top:4.4375rem;left:8.25rem;width:15.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEfM39Tk80obN22heeFxbFMENMFPumt { top:10.1875rem;left:38.375rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8eOInudbPSTPVEh08uqWmvLQfPwAErQ { top:9.75rem;left:11.9375rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivfJIglOETsxCVFDtsgU1xy8VnsBTcUZ { top:12.6875rem;left:11.25rem;width:12.625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ5qOe703lQ4aVbH81y0LNsJkV4TFIkT { top:4.375rem;left:24.28125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVRg7vxe0xTwHGTH6CNR7i7Ndyvxo7F { top:4.875rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgkaGnIeAh1oucpGQpu9gac2xdLhwMHc { top:4.75rem;left:19.185546875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW23HoAIpl8usXEhX4Xe7fMasTy02iTI { top:4.4375rem;left:0rem;width:15.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dEtiklFpTe7Be7SAoBUIzS4aT9uDFh { top:12.6875rem;left:0rem;width:12.9375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4tvG8qPSiwEdVlzc1ZtwZmCzSU8feD { top:9.9375rem;left:0rem;width:9.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzGBT9ow1PaFpKODSM1eQvp8SDskqBl { top:3.5rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDSHPALNsim0M34zbF17gloVReHEOTcC { top:4.4375rem;left:0rem;width:15.625rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 { display:block; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqTNX700mbmp2JXBdphR7TcWllMhbyx8 { top:31.5rem;left:0rem;width:41.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDCBxyelf5EZDTBOCsHpDkldW65Ta4B { top:29.0625rem;left:0rem;width:39.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeGEEP7BQ4xgDFJGbNHCFNTFR3lrKVte { top:26.9375rem;left:0rem;width:47.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMG2XZ17nFTTde1AyJs5qvGrwEof7BX { top:11.75rem;left:0rem;width:47.5rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMfJ75abRpioN5UrxN2xgWNppik6Z3HZ { top:10.5625rem;left:0rem;width:47.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9d7cDZ60vHxgqVQJOWdM60EDUUq34I1 { top:13.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTiV8qq3AkOEeMD7wunqWW1aukyCcVx { top:27.0625rem;left:34.0625rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AeBvn2CyeZdyDTBTnTo9tVLxPLXk2b { top:69.8125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomK82ShtlC9X50X2ew4yQqeiAOmVkdA { top:82.3125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZCJhNWL8OXzgrkSyAzbdW9X7aKUfqT { top:58.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPL6mCxbl8PnKmRFmE6zaT9kFqQCXAJE { top:56.875rem;left:2.9375rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr94nsrqe7Wc0SpEV9gSW8iHciAdvmXZ { top:68rem;left:11.125rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61wOkmTaUCmTqWmfkfh1XQAMoDTBBXO { top:80.4375rem;left:7.0625rem;width:16.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9SrQpDRh4f6bq1c9M6LFLgFGJiFGTXl { top:47.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuiCTFpJMBL7yLzADN7KPr0b0U6vxw13 { top:45.9375rem;left:11.3125rem;width:11.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrxf5UIneQFRv0Wckxxs7VH1a9uiGw7 { top:45.6875rem;left:0.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcU6E5mB36hk8vwA7G6ssDgNtzpWHFln { top:56.875rem;left:1.0625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk3fypN5SPt9i6PNQIBZiLLqEpsbdRCa { top:68.5625rem;left:1.0625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fED2WczT3CnOg8MJpnFThWOxV36S9wV4 { top:81.125rem;left:1.09375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5cHisO3P1wJC1ERtGoWsQB8uvbsUQzN { top:4.6875rem;left:7.75rem;width:16.125rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvD4clLa3s8f0di3NricGbdS48A4klXH { top:3.4375rem;left:0rem;width:22.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDGZiHLxqnL90ZkeC8dvBXatwLflbGO { top:46.0625rem;left:0rem;width:10.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDdhPPMG2Wiad4e8oEPNhes7PMoxdkkR { top:57rem;left:0rem;width:10.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHDwVMI12qarpiu1AMftucmJEa2LaKQ { top:68.6875rem;left:0rem;width:10.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKM584rGR38bf2P9a3HaCztBGQ0T8CCs { top:81.25rem;left:0rem;width:10.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgKJC37d4XTA2JrtNLbXXtU8A8bofoNy { top:44.8125rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXRRAy0DRXS8EuuBwBcx22iw6PrXvowA { top:55.8125rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJLCsyMl3ls3OxCoTERZT56LrSQq23gH { top:67rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHRFIvxrXOWnP5GubvaxzQWXnJEadmfW { top:79.4375rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHKyWVgb6Kuxe1GOHkbrJfIc2lB9w3KD { display:none; }
 }@media only screen and (max-width: 763px) { #oW27FUQGqaNtSwB8tZDElF8oNEgIwMoD { display:none; }
 }@media only screen and (max-width: 763px) { #M3K6UffZsUr7f1VMCBN99ryrPbpaWslN { display:none; }
 }@media only screen and (max-width: 763px) { #a2hIMg00K2Pr2JtGyEraBnxKdduh9Xvt { display:none; }
 }@media only screen and (max-width: 763px) { #tKGe49iT0ydTzdo0ok2GViM0ZZVoXA7r { top:4rem;left:0rem;width:16.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuOz62o2REupIHesVJ88ZOBlmlAdubPg { display:block; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOoC9TZbP0UtOPARsbU3kJad5pwBkxXa { top:4.125rem;left:0rem;width:31.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7U8vid0R8L0BcEUT8eGsZUE0rZNM9n { top:3.4375rem;left:10.125rem;width:37.625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0EJnAW9KuCOWr9RNlQ8M9hob4C70A4B { top:8.25rem;left:15.8125rem;width:31.9375rem;height:15.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsDr3hgwplXATzlkcrvPmWLe24bt5vkO { top:5.625rem;left:20.375rem;width:27.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ { display:block; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1qzdde4MTUEmepSZnHJqRVS4oreTEbC { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9wcTZR15lahSVQ8qTAE4KTslMo0prIR { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMW7y2Q6yGfDn6GIo6La5hMfdVqTP5l4 { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJDqXdJpAqJ7nAuctfZqQ8GNLK5tGnBe { display:block; }
 }@media only screen and (max-width: 763px) { #OdZFfvOlIVACpQhWcxxKxFkSHKXUrT8y { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 { display:block; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWuuvtOxEXT4sq11lVEkPWBmsnvFloUZ { top:3.875rem;left:0rem;width:11.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkbDcKeoWQvpyUbpgF4zPNfqrqAdbgZt { top:3.4375rem;left:0rem;width:34.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWT7qDgVaUzC4SeuAPu6HcUvXgX1vMo5 { width:6.6875rem;height:2.6875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRRmxw7BXpAl5yUSTDIiDyKegqVUHvH4 { top:5.625rem;left:2.875rem;width:13.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO { display:block; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3m7hexpKwp1G5QXTz49gGAmwvrfZp2S { top:17.125rem;left:0rem;width:39.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b { top:18.875rem;left:0rem;width:27.0625rem;height:15.75rem;font-size:0.875rem;display:block; }#f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b li:before{  }
 }@media only screen and (max-width: 763px) { #Cx6y3iTLKc9A7Fc9boLyW57tLZ7dSk2B { top:16.625rem;left:0rem;width:9.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonpNt3BcLWurRkoT646kzgTaBWwvLK8 { top:14.6875rem;left:0rem;width:42.375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBLT8hNBm0EtDFzCioBhcvgGIBfMyuuu { top:3.4375rem;left:0rem;width:47.5rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGZXUbtWHcc5iTVNAqQXmDHoeowIG9Ph { top:2.4375rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdpS9H4f7mSXcsPI4xmC6DwhWL3bZcFn { top:3.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 { display:block; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJwP6SqTZmm3gHioWhagMa9r96CaeZ85 { top:11.0625rem;left:15rem;width:32.75rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOpB7BFTJHl5lmwWdxB0cdn7wTX45S8Q { top:8.875rem;left:12.6875rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsdXifF27Iq9ezxAWVMaOVNFlnIQrJs4 { top:3rem;left:0rem;width:34.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8vvhwZ9mScmX6WLtuh69xGhgrLM37Nk { top:13.9375rem;left:20.21875rem;width:7.3125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz0WAdeWHOD7HOLFQ8vJUmmmaU5yy9H5 { top:17.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UksMVshErRoKhm5JrTwGTsTxoumCqLQm { top:20.5625rem;left:0rem;width:20.4375rem;height:11.75rem;font-size:0.875rem;display:block; }#UksMVshErRoKhm5JrTwGTsTxoumCqLQm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #TUX6i38A4f4tafniFDM6rHmESVVzxQ1v { top:20.5625rem;left:18.6875rem;width:29.0625rem;height:11.75rem;font-size:0.875rem;display:block; }#TUX6i38A4f4tafniFDM6rHmESVVzxQ1v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #bhAbHpAGK4RIarHtyLc35WwDiymUodw9 { top:1.9375rem;left:0rem;width:47.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKLD8efTzDCIn0tbJ7yE6PEzchmRwF9h { top:1.25rem;left:0rem;width:47.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxHNkE6INslcHVUZV8X9whPhzXnantEy { top:4.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSmtMzW4TSgp9XWHEPbCofViomhCJnpz { top:10.5rem;left:1.1875rem;width:2.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf2RJWuv7RC4CMTTGsbqZVsE3ewEI0Q9 { top:10.5625rem;left:4.625rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK { display:block; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZysbObbTObeaH8zu4ltTVJN4orMSFOx { top:3.9375rem;left:0rem;width:11.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnZla1umq0PDtXNcD1Tb5bMl442iGLXp { top:3.4375rem;left:0rem;width:39.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXIQxw66AXE3uHKs85gGdUb43Em6iE0C { top:5.625rem;left:3.8125rem;width:28.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy9t7NkQ7D9fGtlJizJ0wmqRiZz8KGss { width:6.75rem;height:2.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO { display:block; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZXReVcZgHOJQDALUzGz6WKcHb8L94VF { top:7.125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OGwJTV5000d0d3fwq85QtrBM6nMrrr { top:3.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 { display:block; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPKKbc66VH2XionsrEe1MykWbwUJTF1m { top:15.0625rem;left:24.9375rem;width:22.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m48Kz2iGwbNLC8oIEqh6KJLbxT5g8EbN { top:19.1875rem;left:9.0625rem;width:14.8125rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGRITwNd3NuO0C2OTlHwLw9q5shuTHF { top:19.1875rem;left:33.6875rem;width:14.0625rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTFiPZ9ggFKD0fa8exmnBqfUXei1pMw { top:15.0625rem;left:1.0625rem;width:22.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlvkFnJIDl5aREuOy2EXptMFPUpPxZX0 { top:16.6875rem;left:5.6875rem;width:18.1875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJ7AnmHCKekXhGpTkf9E8TaImgGndKO { top:16.6875rem;left:29.5625rem;width:18.1875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsI48HF1013OFTL9QthmfPv5FUVlyKXm { top:18.75rem;left:1.6875rem;width:12.75rem;height:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiFUFUQQSTN6ESGvG3ucOICHDHUnUVDC { top:15.0625rem;left:0rem;width:22.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZIXf6gL8bvkAE1TbNbe4T48HU0XQrOX { top:16.6875rem;left:0rem;width:16.5rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMh8eAgI5MzUZrXlN4Nn9cG2mkIuP8Nf { top:0.4375rem;left:0rem;width:22.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tc6BdVdzIq55OoctIQ6hlqmSFoczFg { top:0.4375rem;left:1.0625rem;width:22.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3Tkhe87Q1Cs0MUdspGAMLTQXZ9kVfx { top:0.4375rem;left:24.9375rem;width:22.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK0gVFggUDX3nrpLuZ7gJAGIoN1C2QMV { top:3.875rem;left:1.5625rem;width:13.875rem;height:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXIVC2avi79y3TRgtQKyGDrnNLCV1Qxy { top:4.6875rem;left:10rem;width:13.875rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReH5MM3knGPBfHF5eBZPwe61CfmciiXL { top:4.6875rem;left:33.875rem;width:13.875rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp { top:1.875rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5frrmytuSeI5IDgALq35DFeiNUWOhv { top:1.875rem;left:13.375rem;width:10.5rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmaKATPPKkNbkXa2A5fsuK84R7KlTrf5 { top:1.875rem;left:37.8125rem;width:8.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n48Oa7kTNN7ZdHKL9Id6M94lgbzQOTgb { width:4.125rem;height:4.125rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqBR1L0SeTIaqc4tJecR0JHBn6ztl3B { width:3.75rem;height:3.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDQZOHV4g5Qrw0IyOtG1PArQrG9Gol6 { width:3.25rem;height:3.25rem;top:6.0625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXlK71XRinCB0QkvkQGeBwmt4TTF2TC { width:3.6875rem;height:3.375rem;top:20.625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlxB9r4qAF2KOurSk2XRJUvVOxEsZTE { width:3.4375rem;height:3.4375rem;top:20.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLnbGxy9q3CeyZFbKbbPemUHVerGMcSk { width:3.625rem;height:3.625rem;top:5.875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod { display:block; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOzCnqTtDlFvXIeRBwSntACUHZAVkAw8 { top:3rem;left:1.6875rem;width:46.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6445SkTrwhQfkJXsf7pyfugDqi94Jvk { top:4.9375rem;left:0rem;width:10.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfXDqx5DI0kpeq27dLZnKKITJx8LbNKw { top:12.1875rem;left:1.6875rem;width:46.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuGIGgFP1VQGMb9hhGKlxf9T2Tkxl4H9 { top:13.9375rem;left:0rem;width:10.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7xLOCdR7kkqX34E9K8fcLGnGK9cpnNh { top:21.0625rem;left:1.6875rem;width:46.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUKwcQcFhKwBWxUqxkPPH1cWe8PJO3UV { top:22.875rem;left:0rem;width:10.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTiqr7uDuNCT5bi8B7Keh9TnakITPqC { top:30.0625rem;left:1.6875rem;width:46.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JePAFgX4UstGU47EEsea4MofUWxOfNZE { top:31.875rem;left:0rem;width:10.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuKBQc1qBdhIA4Wey06J6TsxnTzqxtay { top:39.0625rem;left:1.6875rem;width:46.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBQDKmOmxkkvW7R5u8dtxGLct9sfrHeb { top:40.8125rem;left:0rem;width:10.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE59SNz2Zpyw1v0PEzLkSRtVBKnbMBwX { top:1.9375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsHQuk1MmdvHGEdCFQVtnuuMidrDBJvN { top:11rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH3gtXlQ17kRGviOTwkx7qP9uUM8cGNv { top:19.9375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOZFNdFmHxkvILXbPAIT41bOzChazDBD { top:28.9375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSiwl4VzF3o9VGsdI0cWhMmVKLfsQgd { top:37.875rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAo1aQHhTMGdD2pEoyfI44LnHu3pzi5S { top:2.9375rem;left:0rem;width:30rem;height:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTuiUNTTVR4i4qKNniiqZILlZoD7kbC { top:2.9375rem;left:0rem;width:30rem;height:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCTLyo5tPnM1TBBMrmrlk6Kan7tvOkc7 { top:2.9375rem;left:0rem;width:30rem;height:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKiRswrJU6CMsb45OV9ZXEkINOAqPrHv { top:2.9375rem;left:0rem;width:30rem;height:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku5T9hCuKDA9XnFeWHUnDQvSKHTFqo9u { top:2.9375rem;left:0rem;width:30rem;height:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 { display:block; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwoPzcgQghFzNRkNpyUbLkQa08gxNoqK { top:3.875rem;left:0rem;width:11.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO5Pnw9Wdel9gLn89T0LqGRQnow9TqL6 { top:3.4375rem;left:0rem;width:47.75rem;height:4.7647532188841rem;display:block; }
 }@media only screen and (max-width: 763px) { #n02EKRonvnfoKoQTesw5sCv8CwXKaRKr { width:8.125rem;height:1.75rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs8n2GtRdwP4ECS7pT7Xg3kpe4gLocBQ { top:4.9375rem;left:3.5rem;width:34.5625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqU6Nal3D123kySNPw4ZSI39A9DPheTR { display:block; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLCzmMG3nGnf5DfmQWzDArtM8zACxCx4 { top:3.8125rem;left:3.875rem;width:39.75rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELk7Gu3BXSqDZUgfqABIOGE82FVHnMRb { top:26.3125rem;left:7.125rem;width:33.625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLRRZ4JGe6mn0ovq4IJEh7ZMz8m8tV5 { top:29rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv { display:block; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgt3G1fvvvoXwIiLi1SQKxToZZhW7XhP { top:4.25rem;left:0rem;width:25.5rem;height:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnxzhAIoyR2h6aIk8b5OTr3QOOLvO9em { top:3.3125rem;left:0rem;width:24.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3brUHam8GRW4txXW769loW8m80tWe8i { top:20.75rem;left:4.125rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTr9Nn15WBde1UxnT2nu4WXHiMJMttn { top:20.75rem;left:12.1875rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTWkvxCLLt0bycTfL7AHGeZUpJ2bXh1 { top:20.75rem;left:36.0625rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLID4UoFzfNRH2zSwiTwtGtKiKuQwZeG { width:4.25rem;height:3.3884472431448rem;top:21.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFt6cGFyEZzX81TEigQ0i3SzzC1oR5lg { width:4.25rem;height:3.3884472431448rem;top:21.125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTRwPhXk6TpTaQzi4QoHSGMSqPGkLG1 { top:10.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGiBxcHcOAfmLF6Gv5MHkTTqo6O4Jx7 { width:4.25rem;height:3.3884472431448rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG1o86yuDndaWA2L3DS6kUDPV1bLVdVL { top:19rem;left:0rem;width:47.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZIRdGqx8seRz26NOkwBCli5GqcDdJRy { top:7.5625rem;left:36.0625rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO12FG0fzJNgPDm68XAfxpTWZp3SHTs8 { width:4.25rem;height:3.3884472431448rem;top:7.9375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAtEz2xo3S2PzB5DzCaAeKv3oZe8EPQZ { top:7.5625rem;left:12.1875rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AopTDGabSr4FeNUfz9bhKT1bTALhRJNJ { width:4.25rem;height:3.3884472431448rem;top:7.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJGrlTyGdw5eWpaRFTHlnx73TXSwLRcd { top:7.5625rem;left:7.5rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7r0k7SunLAsWANph5yyKlSNysQxcVE0 { width:4.25rem;height:3.3884472431448rem;top:7.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg { display:block; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkyQAJAf7H6mBZxZ9RXd6ZqGocAVTCTz { top:19.625rem;left:5.375rem;width:18.5rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5suraW1AEZn9nTWaZKtmQVE1zWmR8J { top:16.6875rem;left:0rem;width:7.3125rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwaqahmStWKmTimeaRFqGgNFyy5KIHX3 { top:22.1875rem;left:0rem;width:5.6875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTNrqelkQ7JK52lH4VdWWq50ohC6exy { top:16.3125rem;left:24.625rem;width:23.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9sgvs2Hr3eoRBn7PGLTu1WBR6aTq0U { top:19.625rem;left:28.8125rem;width:18.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wwxFySkc6yTV5SCdRSZzqqltN860Ta { top:17.1875rem;left:23.875rem;width:7.3125rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZt8lgEt9q9umFhp6ET6CqT5agCiZvJB { top:22.8125rem;left:23.875rem;width:7.1875rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbZpnsH23nDQB6WZ3tko7Vh2hTITltl { top:29.5625rem;left:0.75rem;width:23.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcgnB6UD36EdrBRFZnXFHHhN3OJ4kEfN { top:32.625rem;left:4.9375rem;width:18.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMd9HXDDmipKkbpQZQLGJGTTWwEJUpfq { top:30.1875rem;left:0rem;width:7.3125rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5RFvz5rel5DcUL0eCbAqcafvW4QrSIs { top:35.6875rem;left:0rem;width:7.1875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJxi0ZB52gLmbeXwaMsOCH3UV5vpDRu { top:29.5625rem;left:24.625rem;width:23.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgDLDV6AWcSzSI5X7uy3Ziek7gu5VWEv { top:30.6875rem;left:28.1875rem;width:19.5625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbKd4Lm4sVd4TcxJ1momxZoBPyTTTWGT { top:30.1875rem;left:23.875rem;width:7.3125rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhsEioJqHAwwSq3m98HM36b7TZNhHtw { top:35.6875rem;left:23.875rem;width:6.25rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r76770PKcfg42OSFqTKt6aXGSHFdQXWT { top:16.25rem;left:0.75rem;width:23.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJsfdJrwTlxQZwaBhe7XaaIhEgBFsh4J { top:1.6875rem;left:36.0625rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ5qZ2hWv8niUAtEsesBHaF3kxZv81Ee { width:4.25rem;height:3.3884472431448rem;top:2.0625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJEoWAKC2kRg1kBdVL44U4f2rqJo9NhS { top:1.6875rem;left:12.1875rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTDH92b5P2IevKGniGgaJwA4ipEX0Oh { width:4.25rem;height:3.3884472431448rem;top:2.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NWOs8vczhlWX21lxaNRbe7tJwZJM6H { top:1.6875rem;left:4.125rem;width:11.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtr1Csdy3rNGou2wiLxsNOUEOv7n8xHf { width:4.25rem;height:3.3884472431448rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmP0klJVH1b87a7PuARqaUWT15f1l5Ni { top:17.0625rem;left:0rem;width:12.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1pMWcEIek5izdLFgyTXAJGDokzPV2Xr { top:16.9375rem;left:23.875rem;width:12.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTIzwmJ7dGWhEpnswfv6qwVcGki55svR { top:30.5rem;left:23.875rem;width:12.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0WvLVMcTtRy5P2maeH5dwmFrUBhox1 { top:30.4375rem;left:0rem;width:12.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIc05oBVbmfxmgcBSWGn11xtiI5LrINi { display:block; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJSds3EyfMJk7vDq4G1u7HPf4cr7vTAt { top:3.9375rem;left:0rem;width:11.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQ6MHD0J7ruT1e8NC0sAEhWvx0x7A5K { top:3.4375rem;left:0rem;width:47.75rem;height:4.4810797174571rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1JWkN5MILsISQ6Z13MQdDeJqt5Zca4 { top:5.6875rem;left:2.875rem;width:42.1875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DX7xQrgXOsBQcGmt00Vmc5ebCdyqsv { width:7.4375rem;height:2.1875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAk6aaPQPXbP8teyl89TzdccTgiTTH25 { display:block; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cekcLDOedpHDToyNPDcaM0gcNJgTGWPl { top:3rem;left:0.6875rem;width:47.0625rem;height:18.1875rem;font-size:1rem;display:block; }#cekcLDOedpHDToyNPDcaM0gcNJgTGWPl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #c1hpyCHu40yR8Am3Zs18WBDc6Ot8Qvg3 { top:3.875rem;left:0rem;width:24.9375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k { display:block; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAtUTGk1nXcz0Fd2cRUKBr93PC4HhuJT { width:30.125rem;height:15.9375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAx58b0MchBPMupBf4mJdCN3ZpnVbKuE { top:9.8125rem;left:0rem;width:24.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skS8xKM4e3oxSBJLy1KvHQD2p5dyVuAF { top:15.25rem;left:0rem;width:23.625rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuOvBk79Gq7oy1BQd58ohQXLCmTQkd5t { width:30.25rem;height:19.25rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TEJyyPCtu0bnG0gJ4olyTMlJ9J2r4P { width:31.9375rem;height:15.8125rem;top:7.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #md9RXqHaBd9dF7fQQt8ObVpdPATBmf7T { width:32.25rem;height:19.25rem;top:21.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8xg52FDUz0ZFhzNNMKhPdp8hKzHiRfb { top:24.875rem;left:0rem;width:21.75rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvbyzwkHD1QUPpcmX047LhQNdlCE2KR5 { top:14.75rem;left:24.6875rem;width:23.0625rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iflIr2RuG0ZxbkdTvO7pHtadNQvwrNv3 { top:9.8125rem;left:25.9375rem;width:21.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyay9XAqB9i3wTRV2hPGnH9TIfKTKZqV { top:24.875rem;left:22.0625rem;width:23.6875rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrG4LhLdZqTrIcsVvGBS6X89Gg7FfPfe { top:32rem;left:0rem;width:22.5625rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeiB3FsoWcns1OabHDzOae8i74Af0FON { top:31.5rem;left:25.125rem;width:22.625rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiwTh9bLLzSPI4Cgkulw0eaI7bs0ibaF { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection { display:block; } #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection *:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="text"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="email"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="tel"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection textarea:focus-visible { outline: none; } #J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7sAgU4sHL4blVNggClpgFFnxTPv5RnN { display:block; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yf1hUzAPap9DJoKDcC5ZNSaIHL7akTzF { top:8.1875rem;left:8.25rem;width:23.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKlZfWw3JTJm4L6FSF4XFhUDdqJl85sT { top:5.8125rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhA2bWmy23ecmAQv77IXycUK4mPX7Tqs { width:15.625rem;height:3.4375rem;top:8.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4QVJb1BDJqzPJgJq9iw0xVvC12ePaH5 { display:block; }
 }@media only screen and (max-width: 763px) { #vtZI8UdCu839OFGmmKT0etOs9SHN65Ns { top:2.9375rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T { display:block; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taUFdnTH2udoHorLctEPPuH04F67T31I { top:0.0625rem;left:19.5625rem;width:8.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpgXeTNowW4cd4emDVbzfGkexpE191Fv { display:block; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxPkIwsVXCiko68b2nTqXDQBU298cZcP { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzWS1dPrK63UuQS6W7HkruvMzFtV4y1B { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NoWTW5pcIoZZuitRlktD9CqruJ0k4wca { 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; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca.adaptive-delivery-prevent-bg, #NoWTW5pcIoZZuitRlktD9CqruJ0k4wca.lazyload, #NoWTW5pcIoZZuitRlktD9CqruJ0k4wca.lazyloading { background-image: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container { background-color: transparent; background-image: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container > .video-iframe-container { display: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row > .video-iframe-container { display: none; }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .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); }#NoWTW5pcIoZZuitRlktD9CqruJ0k4wca > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTdIHOlWfZ1LtpcK2LK4iXuTV9ntwJXS { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzVgMlBxVDRFTZ8psoNJTeaT0z7pHmEs { width:16.1875rem;height:4.125rem;top:13.1875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/969db26f-7ebe-469f-8350-f57bf939e35a/Soluthead1.svg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:18.9375rem;height:2.44921875rem;top:7.125rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NMNTGw93ZgVNStSyeVoTTKCNCC4yo9sq { width:18.25rem;height:3.8994125rem;top:3.25rem;left:0.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqCDypdC1qcF5ucHlPPGOAy4g2gzXTTA { width:10.4375rem;height:10.4375rem;top:9.57421875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2h1UAnKoIgNk6QI7LMC3sF5peHBIIn { width:15.25rem;height:4rem;top:77.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicp0v9xbctAKqkTOaTDE6zUkshetLLU { display:block; }
 }@media only screen and (max-width: 763px) { #vwLfN6RfQffSklNi0rAXEU2r0LpGM340 { width:14.1875rem;height:4.75rem;top:74.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaGfflpmC51TAcCP3hun6VugNuKqq8C { width:14.1875rem;height:1.2rem;top:75.0625rem;left:2.875rem;font-size:1rem;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #gpVokKdCHp3VnUTEXt1s4oWaAvZztM99 { width:20rem;height:4.7942754919499rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUcCAdzapTty9MsEhFU124XbZQLcQ3TN { width:12.375rem;height:2.625rem;top:83.5625rem;left:3.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4WDGPrhsKNzL8KKwaHJgetGkuGqVmLV { width:20rem;height:49.0625rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ { display:block; }#hzf8s3GH6WPtZX7hThShLRUr4y9lGnHQ > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMHE77yM7ODWTTRBbG8XGE92wZZxWReg { width:6.4375rem;height:3.9375rem;top:6rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2N5EELacVC7K54AVND3HGvd9Qy18Hux { width:20rem;height:8.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnlFr1LDfbCQrWdiEmU9PxQsu71vAv2P { width:11.0625rem;height:6.3369375rem;top:4.8125rem;left:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEO7nwcxUSXtTMtgphycqRIwR0C4b5TH { width:10.75rem;height:4.2246125rem;top:28.5rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pKhEq9BQydXb9x6FsScEvF10CbSFW0 { width:6.375rem;height:2.8125rem;top:29.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoIavu9PDMr9Ov1GKhIP6dkQb6l0Dlg7 { width:2.875rem;height:2.875rem;top:43.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfkMEcGbHRPdUsz5ZJ4A4AclHAONecyi { display:block; }
 }@media only screen and (max-width: 763px) { #ikDFoV4i4Em1Pc1yS9JTDQLBc7ulPA5p { display:flex;width:2.5rem;height:2.5rem;top:43.3125rem;left:2.75rem; }
#ikDFoV4i4Em1Pc1yS9JTDQLBc7ulPA5p > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ssuHNmVkElx9PCvdpparFQKiq7OqrmTz { width:2.875rem;height:2.875rem;top:22.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbN7fvRTn3kTJ6yepWBXMBoxW5bzryaw { display:block; }
 }@media only screen and (max-width: 763px) { #CsrbLn3yva8LkEHwJeoQTopgofoc0C7A { display:flex;width:2.5rem;height:2.5rem;top:22.4375rem;left:2.5625rem; }
#CsrbLn3yva8LkEHwJeoQTopgofoc0C7A > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Z8LOVnc7zbPASxwyEiqzVlb6459hFdPU { width:11.875rem;height:5.6860375rem;top:48.4375rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDeph9XwKRvakubcwzp1WKWQThFc9ODJ { width:6.1875rem;height:2.5625rem;top:18.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8TlWDg9TwsbFXH1OsiMy3AFFXuAtCy { width:5.875rem;height:1.3125rem;top:40.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKLcMVaRB0HgKrecpWF4a4wkSTRey2J { width:7.125rem;height:2.125rem;top:50.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJSWC8RuX3kuDXHzRBQIpb9O6N1gtxER { width:2.875rem;height:2.875rem;top:9.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R74amKqavwCZ009gbGNQf2zbbfETQ0bd { display:block; }
 }@media only screen and (max-width: 763px) { #vs84p4p3VFMJKERoFGRbqXNv0pKMAMQr { display:flex;width:2.5rem;height:2.5rem;top:10.125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #e6uulpITHC5xvQCxaZUTk1um7shMle9J { width:11rem;height:6.3369375rem;top:16.75rem;left:8.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBTmIA4UxyQzJOff9FAqvVJKQPTol9p { width:11.5rem;height:4.2246125rem;top:38.875rem;left:8.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpTOpRQTJ2rm3TldQwFcqqB6HPO10WbT { width:2.875rem;height:2.875rem;top:53.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLHnirbuN4hiSxErLDyoyT6SgcNTiQ6P { display:block; }
 }@media only screen and (max-width: 763px) { #S25fS5EqT1LwZxikMl15N1eI31AX3uZ4 { width:2.875rem;height:2.875rem;top:32.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz6vv4H2raPyRkTZ4fiDFJTPLprEDbyZ { display:block; }
 }@media only screen and (max-width: 763px) { #MkBlc9XmFgiDZGw5L07P5sqWelZ24RMT { display:flex;width:2.5rem;height:2.5rem;top:53.625rem;left:2.75rem; }
#MkBlc9XmFgiDZGw5L07P5sqWelZ24RMT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lTlsq1VFk06LhhgRnXKPecrEb3XyeBH8 { display:flex;width:2.5rem;height:2.5rem;top:32.9375rem;left:2.75rem; }
#lTlsq1VFk06LhhgRnXKPecrEb3XyeBH8 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #PX4ErcTKt4T0XyaUOhaiT0dMtuqbhwGq { width:20rem;height:8.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma3FtKX4HJuDczRwVFow6WJ3KCXU9eTA { width:20rem;height:8.4375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyzMaBA27Qg5WzphpCmQHNTRIUH1A7m9 { width:20rem;height:8.4375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoTfvHTyTUIuZDuhWwHvWb6EEzBzuP0 { width:20rem;height:8.4375rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTlypPk2q8S8O99iwKkUGMJdWnPug9U { display:block; }#BNTlypPk2q8S8O99iwKkUGMJdWnPug9U > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myBRBWPRB1mdLmwyAdXXwzTe4qroI5ry { width:5rem;height:3.0625rem;top:4.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSD17W7ykdhhxmhPATr1TwCMPFzQpoO { width:17.125rem;height:3.75rem;top:4.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42TltTG1b8vqBNG8BRz1LpTC8NkitVM { width:18.125rem;height:3.0244125rem;top:10.1875rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #nBtAopGK09wuJAxf0bmk9aQfe39XQBuT { width:20rem;height:6.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB { display:block; }#MgwvCW2DrvMoXlWgF3rw3CscGmEoDyvB > .row .container { width:20rem;height:209.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m38r5RhckwkTTxctLtrLSUc5A1i0eeqx { width:14.375rem;height:10.75rem;top:144.1865234375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6T31z1vPhEBTu2b8eNu8b3aEULnEyV { width:20rem;height:14.625rem;top:5.6863403320312rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNDLo4iUIl3M1FLOIhPk2ykSE3T87BuT { width:20rem;height:11.875rem;top:157.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTAU77oIDqq8JpNUMhmV2WePGuN8zO6 { width:18.75rem;height:15.6875rem;top:56.250541687012rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX { width:17.875rem;height:8.062rem;top:24.124347686767rem;left:2rem;font-size:0.8125rem;display:block; }#I0qtWqIRsuK3tSUVi0bO294xPlzbzoVX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #pOtpzDtB7q03D929hGRgwlLa0yPAwLPr { width:18.125rem;height:1.6875rem;top:22.4990234375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qElffiTF6a0Kw5MovxQ6D5lS81XxFTB0 { width:19.6875rem;height:1.6875rem;top:32.1826171875rem;left:0.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKp9cBiy8CtppNxaybPODlM6n7fQc3av { width:17.9375rem;height:4.69970625rem;top:33.75rem;left:2.0625rem;font-size:0.8125rem;display:block; }#wKp9cBiy8CtppNxaybPODlM6n7fQc3av li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #qKtU1otfHW6Q20epZuROQuDBiaM9eOUg { width:16.5625rem;height:1.6875rem;top:39.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsT8m3qfWc7V1HPOailVwM8qL73H6Cey { width:17.8125rem;height:12.63675rem;top:41.687133789062rem;left:1.625rem;font-size:0.8125rem;display:block; }#PsT8m3qfWc7V1HPOailVwM8qL73H6Cey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #PPBbyDD7stL7tSvIJbRaTr3BnaKObzlt { width:18.6875rem;height:5.8496125rem;top:181.0625rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wyr54tDC4Hiq8d499HRQo8WV1lPVddzB { width:20rem;height:7.75rem;top:177rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #aHDU0uwkL08uWwQkFvqF43TMVFxRtDpx { width:16.5625rem;height:2.6rem;top:175.8125rem;left:1.6875rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQNmeTevi55kJn7LzGSx1EWXtUu9r1H9 { width:20rem;height:6rem;top:174.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JAVbKek3cTlvz38GM3SmieA91Tne0pNR { width:18.75rem;height:13.6875rem;top:189.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhd9lsPVTBtGeI8z7KtpRTaJPKQcwEV5 { width:20rem;height:16.5625rem;top:188.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclKpIKENrxXTpOASRfuTszhFqUXX5w8 { width:18.624125rem;height:3.57421875rem;top:1.1805553436279rem;left:0.68684893846512rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zmBOnf2qEMVJX3VcA87wMBKeydqt3p { width:18.6230625rem;height:6.186525rem;top:135.00152587891rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7IMpvGeOLG3JK76zBf1yilyu8BVgtL3 { width:20rem;height:27rem;top:232.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDkvStSuyfDNer818M8Jgd6LsoN4Xrui { width:20rem;height:24.6875rem;top:207.12496948243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiDsdkPubMZ2Jop1NcncaBAZipQlJUmQ { width:15.625rem;height:13.8125rem;top:118.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQsNwFGXr193su6IADesv6QQAPp60F8 { width:15.625rem;height:13.8125rem;top:104.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgkAaC5kwOENIWabTikHHTZ2NPP5PDbb { width:13.6875rem;height:4.87305rem;top:112.125rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ0a5W9SX2a38ODQDl9Hn9iRDtROa4QA { width:13.936625rem;height:4.2246125rem;top:125.9375rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlXqLXTmRgrt4Xb41xgl465oNh3SRLGF { width:9.6875rem;height:1.05625rem;top:110.6875rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXeTVqdOvhOWCoQ9ZWLRh5PAGzTGofDP { width:15.625rem;height:13.8125rem;top:89.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEfM39Tk80obN22heeFxbFMENMFPumt { width:9.1873125rem;height:1.05625rem;top:124.1875rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8eOInudbPSTPVEh08uqWmvLQfPwAErQ { width:13.625rem;height:1.05625rem;top:94.9375rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivfJIglOETsxCVFDtsgU1xy8VnsBTcUZ { width:13.9375rem;height:6.3369375rem;top:96.375rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ5qOe703lQ4aVbH81y0LNsJkV4TFIkT { width:4.25rem;height:4.25rem;top:105.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVRg7vxe0xTwHGTH6CNR7i7Ndyvxo7F { width:4.12435rem;height:4.12435rem;top:120.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgkaGnIeAh1oucpGQpu9gac2xdLhwMHc { width:3.75rem;height:3.75rem;top:90.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW23HoAIpl8usXEhX4Xe7fMasTy02iTI { width:15.625rem;height:13.8125rem;top:74.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dEtiklFpTe7Be7SAoBUIzS4aT9uDFh { width:13.9375rem;height:4.87305rem;top:81.75rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4tvG8qPSiwEdVlzc1ZtwZmCzSU8feD { width:9.6875rem;height:1.4625rem;top:79.5625rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzGBT9ow1PaFpKODSM1eQvp8SDskqBl { width:5.125rem;height:5.125rem;top:74.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDSHPALNsim0M34zbF17gloVReHEOTcC { width:20rem;height:51.6875rem;top:20.8125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 { background-color:#f0eff5;background-image:none;display:block; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container { background-color: transparent; background-image: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container > .video-iframe-container { display: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row > .video-iframe-container { display: none; }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .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); }#c2rgouf61bd5TtikN7ybKUe3M0ma0kJ7 > .row .container { width:20rem;height:152.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqTNX700mbmp2JXBdphR7TcWllMhbyx8 { width:17.375rem;height:11.69925rem;top:36.5625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDCBxyelf5EZDTBOCsHpDkldW65Ta4B { width:18.0625rem;height:3.25rem;top:32.75rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeGEEP7BQ4xgDFJGbNHCFNTFR3lrKVte { width:20rem;height:13.4375rem;top:26.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTMG2XZ17nFTTde1AyJs5qvGrwEof7BX { width:19.749375rem;height:9.375rem;top:9.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMfJ75abRpioN5UrxN2xgWNppik6Z3HZ { width:20rem;height:10.875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9d7cDZ60vHxgqVQJOWdM60EDUUq34I1 { width:17.9355625rem;height:8.3979375rem;top:12.3125rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AuTiV8qq3AkOEeMD7wunqWW1aukyCcVx { width:8.4375rem;height:8.4375rem;top:24.375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AeBvn2CyeZdyDTBTnTo9tVLxPLXk2b { width:16.8125rem;height:14.7836875rem;top:108.5625rem;left:1.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomK82ShtlC9X50X2ew4yQqeiAOmVkdA { width:16.8125rem;height:14.7836875rem;top:134.4375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZCJhNWL8OXzgrkSyAzbdW9X7aKUfqT { width:16.8125rem;height:13.6465rem;top:84.75rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPL6mCxbl8PnKmRFmE6zaT9kFqQCXAJE { width:9.5625rem;height:2.92480625rem;top:81.25rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr94nsrqe7Wc0SpEV9gSW8iHciAdvmXZ { width:10.0625rem;height:1.4625rem;top:106.8515625rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61wOkmTaUCmTqWmfkfh1XQAMoDTBBXO { width:16.8125rem;height:1.86875rem;top:132.5625rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9SrQpDRh4f6bq1c9M6LFLgFGJiFGTXl { width:17.6875rem;height:10.234875rem;top:60.625rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuiCTFpJMBL7yLzADN7KPr0b0U6vxw13 { width:9.4375rem;height:1.4625rem;top:59.0625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrxf5UIneQFRv0Wckxxs7VH1a9uiGw7 { width:6.9375rem;height:6.9375rem;top:51rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcU6E5mB36hk8vwA7G6ssDgNtzpWHFln { width:6.3125rem;height:6.3125rem;top:73.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk3fypN5SPt9i6PNQIBZiLLqEpsbdRCa { width:4.875rem;height:4.875rem;top:100.56289672851rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fED2WczT3CnOg8MJpnFThWOxV36S9wV4 { width:5.875rem;height:5.875rem;top:125.4375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5cHisO3P1wJC1ERtGoWsQB8uvbsUQzN { width:16.1875rem;height:1.70625rem;top:7.75rem;left:1.90625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvD4clLa3s8f0di3NricGbdS48A4klXH { width:20rem;height:3.3125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDGZiHLxqnL90ZkeC8dvBXatwLflbGO { width:10.8125rem;height:6.1875rem;top:46.0625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDdhPPMG2Wiad4e8oEPNhes7PMoxdkkR { width:10.8125rem;height:6.1875rem;top:57rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRHDwVMI12qarpiu1AMftucmJEa2LaKQ { width:10.8125rem;height:6.1875rem;top:68.6875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKM584rGR38bf2P9a3HaCztBGQ0T8CCs { width:10.8125rem;height:6.1875rem;top:81.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgKJC37d4XTA2JrtNLbXXtU8A8bofoNy { width:20rem;height:8.75rem;top:44.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXRRAy0DRXS8EuuBwBcx22iw6PrXvowA { width:20rem;height:8.75rem;top:55.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJLCsyMl3ls3OxCoTERZT56LrSQq23gH { width:20rem;height:10rem;top:67rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHRFIvxrXOWnP5GubvaxzQWXnJEadmfW { width:20rem;height:10rem;top:79.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHKyWVgb6Kuxe1GOHkbrJfIc2lB9w3KD { top:57.6875rem;left:0rem;width:20rem;height:14.25rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.0625rem 0.4375rem rgba(0,0,0,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #oW27FUQGqaNtSwB8tZDElF8oNEgIwMoD { top:79.875rem;left:0rem;width:20rem;height:19.1875rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.0625rem 0.4375rem rgba(0,0,0,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #M3K6UffZsUr7f1VMCBN99ryrPbpaWslN { top:105.8291015625rem;left:0rem;width:20rem;height:17.9375rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.0625rem 0.4375rem rgba(0,0,0,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #a2hIMg00K2Pr2JtGyEraBnxKdduh9Xvt { top:131.6875rem;left:0rem;width:20rem;height:17.9375rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-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.0625rem 0.4375rem rgba(0,0,0,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #tKGe49iT0ydTzdo0ok2GViM0ZZVoXA7r { width:16.6875rem;height:2.6rem;top:4.16796875rem;left:1.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuOz62o2REupIHesVJ88ZOBlmlAdubPg { display:block; }#WuOz62o2REupIHesVJ88ZOBlmlAdubPg > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOoC9TZbP0UtOPARsbU3kJad5pwBkxXa { width:20rem;height:13.13675rem;top:4.500244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7U8vid0R8L0BcEUT8eGsZUE0rZNM9n { width:20rem;height:22.3125rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0EJnAW9KuCOWr9RNlQ8M9hob4C70A4B { width:20rem;height:22.0966875rem;top:21.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsDr3hgwplXATzlkcrvPmWLe24bt5vkO { width:20rem;height:2.35625rem;top:18.75rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;color:#e77320;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ { background-color:#ffffff;background-image:none;display:block; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container { background-color: transparent; background-image: none; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container > .video-iframe-container { display: none; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row > .video-iframe-container { display: none; }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .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); }#xZ8idfXNB6H3ObWTFdL66pcJXJPizuyJ > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1qzdde4MTUEmepSZnHJqRVS4oreTEbC { width:20rem;height:11.5625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9wcTZR15lahSVQ8qTAE4KTslMo0prIR { width:6.25rem;height:7rem;top:3.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMW7y2Q6yGfDn6GIo6La5hMfdVqTP5l4 { width:15.625rem;height:3.4375rem;top:16.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJDqXdJpAqJ7nAuctfZqQ8GNLK5tGnBe { display:block; }
 }@media only screen and (max-width: 763px) { #OdZFfvOlIVACpQhWcxxKxFkSHKXUrT8y { width:13.0625rem;height:3.4125rem;top:11.75rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 { display:block; }#y9NgffoRxLwceh1GqGOzBZ4NXtLBWVe2 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWuuvtOxEXT4sq11lVEkPWBmsnvFloUZ { width:17.125rem;height:3.75rem;top:2.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkbDcKeoWQvpyUbpgF4zPNfqrqAdbgZt { width:20rem;height:6.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWT7qDgVaUzC4SeuAPu6HcUvXgX1vMo5 { width:7.124rem;height:3.061525rem;top:3rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRRmxw7BXpAl5yUSTDIiDyKegqVUHvH4 { width:20rem;height:1.5125rem;top:9.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO { display:block; }#FMSZQVoTxT6bSE17qdR6UIUt7aC1JSOO > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3m7hexpKwp1G5QXTz49gGAmwvrfZp2S { width:18rem;height:8.0625rem;top:40.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b { width:20rem;height:20.57375rem;top:17.125rem;left:0rem;font-size:0.8125rem;display:block; }#f27ZUtkNE7WUoAwhtSrfHQeLSi7UdR4b li:before{  }
 }@media only screen and (max-width: 763px) { #Cx6y3iTLKc9A7Fc9boLyW57tLZ7dSk2B { width:9.0625rem;height:2.25rem;top:13.9375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonpNt3BcLWurRkoT646kzgTaBWwvLK8 { width:20rem;height:21.8125rem;top:14.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBLT8hNBm0EtDFzCioBhcvgGIBfMyuuu { width:19.749375rem;height:9.375rem;top:2.4858942031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGZXUbtWHcc5iTVNAqQXmDHoeowIG9Ph { width:20rem;height:8.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdpS9H4f7mSXcsPI4xmC6DwhWL3bZcFn { width:17.9373125rem;height:5.9985375rem;top:4.7189683914184rem;left:1.0308160185814rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 { display:block; }#xbOfQ3xSvvf5BqQdPf3gm51TiK1FKNx8 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJwP6SqTZmm3gHioWhagMa9r96CaeZ85 { width:17.8125rem;height:8.3979375rem;top:10.25rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BOpB7BFTJHl5lmwWdxB0cdn7wTX45S8Q { width:19.4375rem;height:7.067875rem;top:2.25rem;left:0.28125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsdXifF27Iq9ezxAWVMaOVNFlnIQrJs4 { width:18.4375rem;height:12.3125rem;top:19.875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.adaptive-delivery-prevent-bg, #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.lazyload, #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.lazyloading { background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { background-color: transparent; background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8vvhwZ9mScmX6WLtuh69xGhgrLM37Nk { width:7.3115rem;height:2.6rem;top:15.7490234375rem;left:6.3427734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uz0WAdeWHOD7HOLFQ8vJUmmmaU5yy9H5 { width:20rem;height:2.79980625rem;top:11.876085281372rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UksMVshErRoKhm5JrTwGTsTxoumCqLQm { width:16.5rem;height:16.9970625rem;top:19.1875rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#UksMVshErRoKhm5JrTwGTsTxoumCqLQm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #TUX6i38A4f4tafniFDM6rHmESVVzxQ1v { width:18.1875rem;height:18.57175rem;top:36.6875rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#TUX6i38A4f4tafniFDM6rHmESVVzxQ1v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #bhAbHpAGK4RIarHtyLc35WwDiymUodw9 { width:19.749375rem;height:9.375rem;top:0.87456607818606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKLD8efTzDCIn0tbJ7yE6PEzchmRwF9h { width:20rem;height:8.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxHNkE6INslcHVUZV8X9whPhzXnantEy { width:17.999125rem;height:5.9985375rem;top:2.1885852813721rem;left:0.99934893846512rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #iSmtMzW4TSgp9XWHEPbCofViomhCJnpz { width:2.6875rem;height:1.5625rem;top:55.981766113281rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uf2RJWuv7RC4CMTTGsbqZVsE3ewEI0Q9 { width:4.0625rem;height:1.25rem;top:56.044266113281rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK { background-color:#f0eff5;background-image:none;display:block; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container { background-color: transparent; background-image: none; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container > .video-iframe-container { display: none; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row > .video-iframe-container { display: none; }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .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); }#lV7pBhgmqq0VnIaseaXd21aI7e0TE6vK > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZysbObbTObeaH8zu4ltTVJN4orMSFOx { width:17.125rem;height:3.75rem;top:3.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnZla1umq0PDtXNcD1Tb5bMl442iGLXp { width:20rem;height:6.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXIQxw66AXE3uHKs85gGdUb43Em6iE0C { width:20rem;height:1.5125rem;top:9.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #yy9t7NkQ7D9fGtlJizJ0wmqRiZz8KGss { width:9.375rem;height:4.12435rem;top:3.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO { background-color:#f0eff5;background-image:none;display:block; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container { background-color: transparent; background-image: none; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container > .video-iframe-container { display: none; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row > .video-iframe-container { display: none; }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .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); }#U4b2iNDv0doVTHXs1oknoFr1uG4i6WGO > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZXReVcZgHOJQDALUzGz6WKcHb8L94VF { width:20rem;height:23.795875rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OGwJTV5000d0d3fwq85QtrBM6nMrrr { width:20rem;height:6rem;top:2.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 { background-color:#f0eff5;background-image:none;display:block; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container { background-color: transparent; background-image: none; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container > .video-iframe-container { display: none; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row > .video-iframe-container { display: none; }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .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); }#GkcEABpLQADifHvLtLHiKFHeMw9NVhT5 > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPKKbc66VH2XionsrEe1MykWbwUJTF1m { width:20rem;height:9.8125rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m48Kz2iGwbNLC8oIEqh6KJLbxT5g8EbN { width:19.125rem;height:3.59911875rem;top:52.937286376953rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGRITwNd3NuO0C2OTlHwLw9q5shuTHF { width:19.1875rem;height:3.59911875rem;top:80.4375rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTFiPZ9ggFKD0fa8exmnBqfUXei1pMw { width:20rem;height:9.8123125rem;top:48.499386787414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlvkFnJIDl5aREuOy2EXptMFPUpPxZX0 { width:18.25rem;height:1.462675rem;top:51.4375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJ7AnmHCKekXhGpTkf9E8TaImgGndKO { width:18.25rem;height:1.462675rem;top:79rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsI48HF1013OFTL9QthmfPv5FUVlyKXm { width:18.9375rem;height:3.59911875rem;top:25.061859130859rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiFUFUQQSTN6ESGvG3ucOICHDHUnUVDC { width:20rem;height:9.8123125rem;top:34.249098777771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZIXf6gL8bvkAE1TbNbe4T48HU0XQrOX { width:18.25rem;height:1.462675rem;top:23.5625rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMh8eAgI5MzUZrXlN4Nn9cG2mkIuP8Nf { width:20rem;height:9.8123125rem;top:5.4828605651856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tc6BdVdzIq55OoctIQ6hlqmSFoczFg { width:20rem;height:9.8123125rem;top:20.373278617859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3Tkhe87Q1Cs0MUdspGAMLTQXZ9kVfx { width:20rem;height:9.8123125rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK0gVFggUDX3nrpLuZ7gJAGIoN1C2QMV { width:18rem;height:3.59911875rem;top:9.7109375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXIVC2avi79y3TRgtQKyGDrnNLCV1Qxy { width:18.875rem;height:3.59911875rem;top:38.936645507812rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReH5MM3knGPBfHF5eBZPwe61CfmciiXL { width:19.125rem;height:3.59911875rem;top:67.125rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp { width:18.9375rem;height:1.462675rem;top:8.2497863769531rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5frrmytuSeI5IDgALq35DFeiNUWOhv { width:18.25rem;height:1.462675rem;top:37.4375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmaKATPPKkNbkXa2A5fsuK84R7KlTrf5 { width:18.25rem;height:1.4625rem;top:65.6875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n48Oa7kTNN7ZdHKL9Id6M94lgbzQOTgb { width:4.125rem;height:4.125rem;top:32.063232421875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqBR1L0SeTIaqc4tJecR0JHBn6ztl3B { width:3.75rem;height:3.25rem;top:4.0623779296875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDQZOHV4g5Qrw0IyOtG1PArQrG9Gol6 { width:3.25rem;height:3.25rem;top:19.374755859375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXlK71XRinCB0QkvkQGeBwmt4TTF2TC { width:3.6875rem;height:3.375rem;top:47.250244140625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlxB9r4qAF2KOurSk2XRJUvVOxEsZTE { width:3.4375rem;height:3.4375rem;top:75.062255859375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLnbGxy9q3CeyZFbKbbPemUHVerGMcSk { width:3.625rem;height:3.625rem;top:60.99951171875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod { 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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod.adaptive-delivery-prevent-bg, #e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod.lazyload, #e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod.lazyloading { background-image: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container { background-color: transparent; background-image: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container > .video-iframe-container { display: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row > .video-iframe-container { display: none; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .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); }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#e8LrSsrX7M3I9QOrvGPwcqylpyTLzTod > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOzCnqTtDlFvXIeRBwSntACUHZAVkAw8 { width:17.75rem;height:7.69725rem;top:9.5625rem;left:1.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6445SkTrwhQfkJXsf7pyfugDqi94Jvk { width:10.186625rem;height:2.35625rem;top:6.1875rem;left:2.8125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfXDqx5DI0kpeq27dLZnKKITJx8LbNKw { width:18.625rem;height:8.3979375rem;top:24.375rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TuGIGgFP1VQGMb9hhGKlxf9T2Tkxl4H9 { width:10.186625rem;height:2.35625rem;top:21rem;left:2.8125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7xLOCdR7kkqX34E9K8fcLGnGK9cpnNh { width:17.4375rem;height:10.797375rem;top:40.5rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XUKwcQcFhKwBWxUqxkPPH1cWe8PJO3UV { width:10.186625rem;height:2.35625rem;top:37.25rem;left:2.8125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlTiqr7uDuNCT5bi8B7Keh9TnakITPqC { width:18.8125rem;height:9.597625rem;top:59.25rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JePAFgX4UstGU47EEsea4MofUWxOfNZE { width:10.186625rem;height:2.35625rem;top:55.5rem;left:2.8125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iuKBQc1qBdhIA4Wey06J6TsxnTzqxtay { width:18.3125rem;height:9.597625rem;top:77.75rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBQDKmOmxkkvW7R5u8dtxGLct9sfrHeb { width:10.1865rem;height:2.35625rem;top:74.020141601562rem;left:2.4375rem;font-size:1.8125rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #EE59SNz2Zpyw1v0PEzLkSRtVBKnbMBwX { width:20rem;height:9rem;top:8.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GsHQuk1MmdvHGEdCFQVtnuuMidrDBJvN { width:20rem;height:10.6875rem;top:23.3125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TH3gtXlQ17kRGviOTwkx7qP9uUM8cGNv { width:20rem;height:12.4375rem;top:39.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #rOZFNdFmHxkvILXbPAIT41bOzChazDBD { width:20rem;height:11.6875rem;top:58.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GKSiwl4VzF3o9VGsdI0cWhMmVKLfsQgd { width:20rem;height:11.4375rem;top:76.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nAo1aQHhTMGdD2pEoyfI44LnHu3pzi5S { width:17.6875rem;height:7.0625rem;top:5.0001831054688rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QnTuiUNTTVR4i4qKNniiqZILlZoD7kbC { width:17.6875rem;height:7.0625rem;top:20.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fCTLyo5tPnM1TBBMrmrlk6Kan7tvOkc7 { width:17.6875rem;height:7.0625rem;top:36.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lKiRswrJU6CMsb45OV9ZXEkINOAqPrHv { width:17.6875rem;height:7.0625rem;top:54.8125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ku5T9hCuKDA9XnFeWHUnDQvSKHTFqo9u { width:17.6875rem;height:7.0625rem;top:73.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 { display:block; }#OBHLvL8TrHPheZ57lUqt5g3X8D4PcvN8 > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwoPzcgQghFzNRkNpyUbLkQa08gxNoqK { width:17.125rem;height:3.75rem;top:3.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO5Pnw9Wdel9gLn89T0LqGRQnow9TqL6 { width:20rem;height:6.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n02EKRonvnfoKoQTesw5sCv8CwXKaRKr { width:8.125rem;height:1.749025rem;top:4.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs8n2GtRdwP4ECS7pT7Xg3kpe4gLocBQ { width:18.624rem;height:5.5rem;top:10.1875rem;left:0.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #bqU6Nal3D123kySNPw4ZSI39A9DPheTR { display:block; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLCzmMG3nGnf5DfmQWzDArtM8zACxCx4 { width:20rem;height:10.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELk7Gu3BXSqDZUgfqABIOGE82FVHnMRb { width:18.75rem;height:3.4125rem;top:15.2734375rem;left:1.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrLRRZ4JGe6mn0ovq4IJEh7ZMz8m8tV5 { width:17.875rem;height:2.923825rem;top:18.685974121094rem;left:1.1870660185814rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv { display:block; }#QKa4oyDWwqlCsRfsZi0OLwpNRq946BNv > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgt3G1fvvvoXwIiLi1SQKxToZZhW7XhP { width:18.6875rem;height:1.99375rem;top:5.875rem;left:1.125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AnxzhAIoyR2h6aIk8b5OTr3QOOLvO9em { width:19.75rem;height:3.3125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3brUHam8GRW4txXW769loW8m80tWe8i { width:11.3125rem;height:4.225rem;top:20.9375rem;left:7.0625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UqTr9Nn15WBde1UxnT2nu4WXHiMJMttn { width:11.75rem;height:4.225rem;top:27.75rem;left:6.8125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FKTWkvxCLLt0bycTfL7AHGeZUpJ2bXh1 { width:11.75rem;height:4.225rem;top:33.25rem;left:6.625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLID4UoFzfNRH2zSwiTwtGtKiKuQwZeG { width:4.3125rem;height:3.4375rem;top:28.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFt6cGFyEZzX81TEigQ0i3SzzC1oR5lg { width:4.3125rem;height:3.4375rem;top:33.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTRwPhXk6TpTaQzi4QoHSGMSqPGkLG1 { width:18.875rem;height:6.82325rem;top:10.3125rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqGiBxcHcOAfmLF6Gv5MHkTTqo6O4Jx7 { width:4.3125rem;height:3.4375rem;top:21.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG1o86yuDndaWA2L3DS6kUDPV1bLVdVL { width:18.9375rem;height:41.1875rem;top:19.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZIRdGqx8seRz26NOkwBCli5GqcDdJRy { width:11.6875rem;height:4.225rem;top:53.125rem;left:6.875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iO12FG0fzJNgPDm68XAfxpTWZp3SHTs8 { width:4.25rem;height:3.3884472431448rem;top:53.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAtEz2xo3S2PzB5DzCaAeKv3oZe8EPQZ { width:11.6875rem;height:4.225rem;top:46.4375rem;left:6.875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AopTDGabSr4FeNUfz9bhKT1bTALhRJNJ { width:4.25rem;height:3.3884472431448rem;top:46.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJGrlTyGdw5eWpaRFTHlnx73TXSwLRcd { width:11.6875rem;height:4.225rem;top:40.3125rem;left:6.875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7r0k7SunLAsWANph5yyKlSNysQxcVE0 { width:4.25rem;height:3.3884472431448rem;top:40.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg { background-color:#f0eff5;background-image:none;display:block; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container { background-color: transparent; background-image: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container > .video-iframe-container { display: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row > .video-iframe-container { display: none; }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .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); }#LXggXalVuQ6BHaTsBiqwfOrZ7bWELwEg > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkyQAJAf7H6mBZxZ9RXd6ZqGocAVTCTz { width:10.6875rem;height:6.5625rem;top:2.25rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5suraW1AEZn9nTWaZKtmQVE1zWmR8J { width:3.9375rem;height:2.6rem;top:4.125rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwaqahmStWKmTimeaRFqGgNFyy5KIHX3 { width:5.6875rem;height:2.2744125rem;top:6.75rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTNrqelkQ7JK52lH4VdWWq50ohC6exy { width:12.6875rem;height:10.125rem;top:13.1875rem;left:6.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9sgvs2Hr3eoRBn7PGLTu1WBR6aTq0U { width:10.6875rem;height:7.3125rem;top:13.875rem;left:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wwxFySkc6yTV5SCdRSZzqqltN860Ta { width:5.5625rem;height:2.6rem;top:16.25rem;left:0.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HZt8lgEt9q9umFhp6ET6CqT5agCiZvJB { width:6.4375rem;height:1.4625rem;top:18.8125rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbZpnsH23nDQB6WZ3tko7Vh2hTITltl { width:12.6875rem;height:10.125rem;top:24.8125rem;left:6.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AcgnB6UD36EdrBRFZnXFHHhN3OJ4kEfN { width:10.6875rem;height:6.09375rem;top:26.25rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMd9HXDDmipKkbpQZQLGJGTTWwEJUpfq { width:4.9375rem;height:2.6rem;top:27.4375rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5RFvz5rel5DcUL0eCbAqcafvW4QrSIs { width:6.125rem;height:2.2744125rem;top:30rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJxi0ZB52gLmbeXwaMsOCH3UV5vpDRu { width:12.6875rem;height:15.375rem;top:36.1875rem;left:6.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JgDLDV6AWcSzSI5X7uy3Ziek7gu5VWEv { width:10.6875rem;height:12.1875rem;top:38.1875rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbKd4Lm4sVd4TcxJ1momxZoBPyTTTWGT { width:4.875rem;height:2.6rem;top:41.5rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WqhsEioJqHAwwSq3m98HM36b7TZNhHtw { width:6.0625rem;height:2.2744125rem;top:44rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r76770PKcfg42OSFqTKt6aXGSHFdQXWT { width:13.0625rem;height:10.0625rem;top:1.5rem;left:6.4375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VJsfdJrwTlxQZwaBhe7XaaIhEgBFsh4J { width:11.75rem;height:4.2252625rem;top:48.375rem;left:6.8125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QZ5qZ2hWv8niUAtEsesBHaF3kxZv81Ee { width:4.3125rem;height:3.4375rem;top:48.75rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJEoWAKC2kRg1kBdVL44U4f2rqJo9NhS { width:11.75rem;height:4.2252625rem;top:31.875rem;left:6.8125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TGTDH92b5P2IevKGniGgaJwA4ipEX0Oh { width:4.3125rem;height:3.4375rem;top:32.25rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8NWOs8vczhlWX21lxaNRbe7tJwZJM6H { width:11.75rem;height:4.2246125rem;top:24.1875rem;left:6.8125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Xtr1Csdy3rNGou2wiLxsNOUEOv7n8xHf { width:4.3125rem;height:3.4375rem;top:24.5625rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmP0klJVH1b87a7PuARqaUWT15f1l5Ni { width:12.5rem;height:8.3125rem;top:2.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #c1pMWcEIek5izdLFgyTXAJGDokzPV2Xr { width:12.5rem;height:8.3125rem;top:25.75rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #kTIzwmJ7dGWhEpnswfv6qwVcGki55svR { width:12.5rem;height:8.3125rem;top:39.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0WvLVMcTtRy5P2maeH5dwmFrUBhox1 { width:12.5rem;height:8.3125rem;top:14.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mIc05oBVbmfxmgcBSWGn11xtiI5LrINi { display:block; }#mIc05oBVbmfxmgcBSWGn11xtiI5LrINi > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJSds3EyfMJk7vDq4G1u7HPf4cr7vTAt { width:17.125rem;height:3.75rem;top:3.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQ6MHD0J7ruT1e8NC0sAEhWvx0x7A5K { width:20rem;height:6.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1JWkN5MILsISQ6Z13MQdDeJqt5Zca4 { width:17.0625rem;height:3.91845625rem;top:9.3798828125rem;left:1.46875rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #F7DX7xQrgXOsBQcGmt00Vmc5ebCdyqsv { width:8.125rem;height:2.686525rem;top:4.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAk6aaPQPXbP8teyl89TzdccTgiTTH25 { display:block; }#SAk6aaPQPXbP8teyl89TzdccTgiTTH25 > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cekcLDOedpHDToyNPDcaM0gcNJgTGWPl { width:18.1875rem;height:41.46975rem;top:1.25rem;left:1.75rem;font-size:1rem;display:block; }#cekcLDOedpHDToyNPDcaM0gcNJgTGWPl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d0bf67f9-1713-491d-b334-ad286e91ff8a/CHECK.png); }
 }@media only screen and (max-width: 763px) { #c1hpyCHu40yR8Am3Zs18WBDc6Ot8Qvg3 { width:16.9375rem;height:11.25rem;top:44.373046875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k { display:block; }#fcVOTPRr2gBAAPZOK7TZ7p1rsluCNW2k > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAtUTGk1nXcz0Fd2cRUKBr93PC4HhuJT { width:20rem;height:15.375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAx58b0MchBPMupBf4mJdCN3ZpnVbKuE { width:16.25rem;height:4.875rem;top:7rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skS8xKM4e3oxSBJLy1KvHQD2p5dyVuAF { width:15.5rem;height:7.1484375rem;top:12.625rem;left:2.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuOvBk79Gq7oy1BQd58ohQXLCmTQkd5t { width:20rem;height:14.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TEJyyPCtu0bnG0gJ4olyTMlJ9J2r4P { width:20rem;height:14.875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md9RXqHaBd9dF7fQQt8ObVpdPATBmf7T { width:20rem;height:15.375rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8xg52FDUz0ZFhzNNMKhPdp8hKzHiRfb { width:15.625rem;height:4.875rem;top:23.875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvbyzwkHD1QUPpcmX047LhQNdlCE2KR5 { width:14.625rem;height:7.1484375rem;top:44.6875rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iflIr2RuG0ZxbkdTvO7pHtadNQvwrNv3 { width:13.375rem;height:4.875rem;top:39.1875rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eyay9XAqB9i3wTRV2hPGnH9TIfKTKZqV { width:17.5625rem;height:4.875rem;top:55.6875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrG4LhLdZqTrIcsVvGBS6X89Gg7FfPfe { width:16.8125rem;height:6.254875rem;top:29.375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeiB3FsoWcns1OabHDzOae8i74Af0FON { width:16.5rem;height:7.1484375rem;top:61.1875rem;left:1.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiwTh9bLLzSPI4Cgkulw0eaI7bs0ibaF { 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) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #S9JTJLysoXCHQ3TTFV691DCVPt9siTwc > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection { display:block; } #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection *:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="text"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="email"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection input[type="tel"]:focus-visible, #m16ef0edf047da46b5a4ff4b564b0887.widget-smartsection textarea:focus-visible { outline: none; } #J76ZKeTudd4pE1hTxxMIIkfcEy5qP3GC > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7sAgU4sHL4blVNggClpgFFnxTPv5RnN { background-color:#ffffff;background-image:none;display:block; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container { background-color: transparent; background-image: none; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container > .video-iframe-container { display: none; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row > .video-iframe-container { display: none; }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .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); }#N7sAgU4sHL4blVNggClpgFFnxTPv5RnN > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yf1hUzAPap9DJoKDcC5ZNSaIHL7akTzF { width:17.6875rem;height:3.65625rem;top:12.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KKlZfWw3JTJm4L6FSF4XFhUDdqJl85sT { width:20rem;height:9.6875rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhA2bWmy23ecmAQv77IXycUK4mPX7Tqs { width:15.625rem;height:3.4375rem;top:17.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4QVJb1BDJqzPJgJq9iw0xVvC12ePaH5 { display:block; }
 }@media only screen and (max-width: 763px) { #vtZI8UdCu839OFGmmKT0etOs9SHN65Ns { width:6.9375rem;height:7.75rem;top:3.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T { 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; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T.adaptive-delivery-prevent-bg, #NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T.lazyload, #NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T.lazyloading { background-image: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container { background-color: transparent; background-image: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container > .video-iframe-container { display: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row > .video-iframe-container { display: none; }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .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); }#NJFnUmeMhaIqDnUdeSlm9fUgs7acyd1T > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taUFdnTH2udoHorLctEPPuH04F67T31I { width:8.625rem;height:1.1375rem;top:0.212646484375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BpgXeTNowW4cd4emDVbzfGkexpE191Fv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BpgXeTNowW4cd4emDVbzfGkexpE191Fv > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxPkIwsVXCiko68b2nTqXDQBU298cZcP { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzWS1dPrK63UuQS6W7HkruvMzFtV4y1B { display:block; }
 }