.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,217,254;--color-primary-1:173,128,252;--color-primary-2:90,0,248;--color-primary-3:45,0,124;--color-primary-4:14,0,37;--color-secondary-0:225,224,234;--color-secondary-1:164,163,192;--color-secondary-2:103,102,150;--color-secondary-3:62,61,90;--color-secondary-4:2,0,80;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:59,59,59;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12113f;background-image:url("https://images.assets-landingi.com/uc/1a0ec6fd-f6e2-44eb-875d-6e343e35b0a3/CapturadePantalla20251212alas1607121.png");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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:43.4375rem;width:60rem;position:relative;display:block; }#Q4wBNWd81fayC5zVPa0m99I4hK2WiirM { position:absolute;display:block;z-index:15000;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:7.625rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#K4MkazCTwTUD6aQBFzrOpkI4r5mbz22V { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:12.562500953674rem;left:0rem;height:8.7rem;font-style:normal;display:block; }
#eTAhOKduXL9rRWwFTIJR4TzAsNHckyTO { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.5625rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#FoBkw2dBhacmgNnlZ4pVbvO78Xo6BXd7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:27.25rem;top:11.593750953674rem;left:30rem;overflow:hidden;display:block; }
#mIyElKCWHPAugQANFlFPkt33T4O8e5Wx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:27.687501907349rem;left:2.375rem;height:6.5625rem;font-style:normal;display:block; }
#DDsPQiGtXXkc2btKSPO8lxt6DH31GWLl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.375001907349rem;left:0.6875rem; }
#SxsGaTOiemCEkvawTRDS1KU1eTXQJ47f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.441667556762rem;left:0.69062423706056rem; }
#mmtMrJeufvkWNXugQkOUZxirL54cytgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:32.6875rem;left:0.69062423706056rem; }
#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { position:relative;display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { background-color: transparent; background-image: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .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); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { border-width: 0; border-radius: 0; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { background-color: transparent; background-image: none; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container > .video-iframe-container { display: none; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row > .video-iframe-container { display: none; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .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); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { border-width: 0; border-radius: 0; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#OObBpfKc4Wr0kZ8ITaci0c0tsCgtwTzO { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#wPtfuxpWAm4VRomJCpgEnvSMMvsbCdwo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#KENeTwKT0DqevU74klR0wlTEfc02FVwV { color:rgba(var(--color-primary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.75rem;left:12.375rem;height:4.725rem;font-style:normal;display:block; }
#qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.25rem;height:6.3rem;font-style:normal;display:block; }
#IXdllcKgJ4XEo3DUdTfrwPHSCSfVoGcs { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.9073486328125E-6rem;left:30rem;display:block; }
#Ll73O9ekzPMIhragdEbG6MTNCuN1PnzX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:37.875rem;display:block; }
#cyWTlOTIPDPxufwrsTHFMxI8Z0vzE6Li { color:rgba(var(--color-primary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:37.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1kq33rt61hgPnNKluIuCK1BPZtcPyHe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.4375rem;left:2.875rem; }
#zJUKgGM9HTDbia8X0spT1T3SCHwGwTOk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:32.5625rem; }
#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { background-color: transparent; background-image: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .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); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { border-width: 0; border-radius: 0; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#Xl01bKJ6GBfXoMlfXHvUF61SNOPuyOPn { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#iHusGCVaLvQ4OI70UXqywiKGfkkUTvfX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#udUnhGNi39OqNT4bxGZcUBFRqsAn8L2m { color:rgba(var(--color-primary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.75rem;left:12.375rem;height:6.3rem;font-style:normal;display:block; }
#UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.25rem;height:6.3rem;font-style:normal;display:block; }
#r4Jr2x8gbHDDvEodH724BNDoUNJnrtOw { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.9073486328125E-6rem;left:30rem;display:block; }
#qTwL37QSm1ocXaTgCpfUhdZ8HGDLgUwk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:37.5625rem;display:block; }
#G9cAx9LWoMuzw4bPsE9725gFz9IZ8xut { color:rgba(var(--color-primary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:37.5625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y2p56NeJ72BdWcQE3VJQXk1TChHvXS4O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:2.375rem; }
#mrTN7TK5AQOPyxNKFq1TzuAP1AWEC6i2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.3125rem;left:32.3125rem; }
#RiRvykM2goVc7d12ierZkn6d3wq5icvg { z-index:;position:relative;display:block; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg { background-color: transparent; background-image: none; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row .container > .video-iframe-container { display: none; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row > .video-iframe-container { display: none; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .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); }#RiRvykM2goVc7d12ierZkn6d3wq5icvg { border-width: 0; border-radius: 0; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#g7VRaONdhKftSy9WUIzOD7dBvd8wlzdw { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#VN5Tkc0tO4fvFDaMlpx9iz8f88ss1D8b { color:#010304;display:block;width:49.9984375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.124218940735rem;left:5.0007820129394rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqrQHStk8NuLo6M1heDm6kVaSAaes5Z4 { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.124217987061rem;left:0rem;height:1.70625rem;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; }
#oE96MJgZt5HTczw4NKyyWJzKuc30FMv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:31.361721038818rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wlk0VrHfyQfKfdv9zP6RrNwzLJbcM74O { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37460625rem;width:1.37460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.139061927796rem;left:0rem; }
#dmnvCTQd36pRPa8Reu58wg0p13CXEQ7v { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.186717987061rem;left:20.999219894409rem;height:1.70625rem;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; }
#urIwVWBGNmx1FcuWEKwt44NXfEcrUPBn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:31.249217987061rem;left:20.811719894409rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAc7Rc3NaadDxOFWPAenG6r3QHTr4z7m { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37460625rem;width:1.37460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.136717796326rem;left:34.700386047363rem; }
#xkrasKGUaZ37Xy0gpbT39alG11I2Ets8 { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.124217987061rem;left:41.74843788147rem;height:1.70625rem;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; }
#wUT0WWNT3al6vUIFwLxDvxbBKQAxxIcH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:31.435939788818rem;left:41.74843788147rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GH7AyXlygBnHMfh5EkmxzSHeMzLNPhzP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37460625rem;width:1.37460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.105858802796rem;left:57.623435974121rem; }
#vST89gidXEmEfg2R7eWzxvgcbmqG5M7F { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.405204772949rem;left:3.3125rem;display:block; }
#XTcpyao6BRxnzxJTUcZ5qo0k8MgEkeGW { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.405468940735rem;left:24rem;display:block; }
#Tv1eVEo8kUthtAzrGDz8dDTQK4yKDbCT { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.405468940735rem;left:48rem;display:block; }
#s0uGStyCvv1PUXgTDQ3gJNUAlJSX7Oc9 { 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:10.0625rem;width:18.0625rem;top:16.935416221619rem;left:0rem;overflow:hidden;display:block; }
#BfivZVb5F9skRv5ITFRSG7pAvpCNEp9C { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:18rem;top:17.386458396912rem;left:21.75rem;overflow:hidden;display:block; }
#I465iwvhmnLCQocwUOeKI5Fybp5qSETl { 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:12.0625rem;width:16.875rem;top:15.482291221619rem;left:43.125rem;overflow:hidden;display:block; }
#yhO23CLM2Rl0NCHqB3zqsBlCx39gi5Qw { box-sizing:content-box;height:3.375rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#78ffb9;background-image:none;top:13.5rem;left:52.375rem;display:block; }
#gdzPwhp3idNCLqMaNTBFkfWMQieE1IvO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14rem;left:52.875rem; }
#UW2F7SsSQW06rAbaaPLUdxltccss4dFQ { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:4.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.312501192093rem;left:17.6875rem;display:block; }
#auCkM5QRHJ2wtISxEHe5f3zfmeNBPHWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container { background-color: transparent; background-image: none; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container > .video-iframe-container { display: none; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row > .video-iframe-container { display: none; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .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); }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container { border-width: 0; border-radius: 0; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#mU2gfVW9IV6uTp2ggV50qXatXnL6qc2g { color:rgba(var(--color-primary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:5.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTNuhdgRKfU8pTR3cFqi0gRolHCPX9XT { color:rgba(var(--color-primary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.25rem;left:33.5rem;height:5.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13rem;left:0rem;height:4.725rem;font-style:normal;display:block; }
#oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13rem;left:33.5rem;height:11.0625rem;font-style:normal;overflow:hidden;display:block; }#oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be755a3900aae8cb3bcb24bd8c41aaa55b84bc6.svg); }
#fagNMCTSwvKJH2iCf6qofM4UZzB58oST { position:relative;display:block; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST { background-color: transparent; background-image: none; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row .container > .video-iframe-container { display: none; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row > .video-iframe-container { display: none; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .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); }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST { border-width: 0; border-radius: 0; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bokWU3EokooLTvUb2pCxJbwaBBlFPfag { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:28.875rem;width:55.125rem;top:0.21873998641967rem;left:2.4375rem;overflow:hidden;display:block; }
#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12113f;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; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container { background-color: transparent; background-image: none; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container > .video-iframe-container { display: none; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row > .video-iframe-container { display: none; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .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); }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container { border-width: 0; border-radius: 0; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;position:relative;display:block; }#hKp9k0x7JnTcR5rlJWSUD3SDG8h2bCRr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8499999046326rem;left:0rem;height:3.98125rem;font-style:normal;display:block; }
#XdfQ9DlAMRtBoCMvB2IQ3LNJiGA7cNnW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9117202758789rem;left:0.25rem;height:1.54375rem;font-style:normal;display:block; }
#AnBfPrky6hO16Tqk0QoMl7XEAR6T9Wao { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.5625rem;display:block; }
#BCZmxxrNBmuXMeXNBFuIxVZkuKuKiFnO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.25rem;display:block; }
#qykTsGAXNl6g6w5Q5wXyVQAAP5dAPu6y { position:absolute;display:block;z-index:15007;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.5rem;top:15.043749928474rem;left:9.6875rem;overflow:hidden;display:block; }
#DTC1wxauZXnAAqWfMCSpGGvVr3r3zHb4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.9375rem;height:2.7625rem;font-style:normal;display:block; }
#BX7QLem30CfASBTAHEyJHR4nC21Jf1Hd { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:23.887499928474rem;left:11.5rem;display:block; }
#syt8sgznbHbTwxbUKz6eZHUCQ9wxzAEF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:0;top:20.137499928474rem;left:11.5rem;display:block; }
#W8OELylVOT5oh1g6tuRtnOJEqbFpz7VA { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:24.25rem;left:44.1875rem;display:block; }
#FWfa6LhEo2R19rMapWQZ1gtXw6lOapwa { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#y0mvAz4T0sTWgWFVAfisqAk3E0ZWJ7vF { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:44.5625rem;height:2.7625rem;font-style:normal;display:block; }
#Z8MhSfoRno0sBlRkkQv3RTwT3lEZ8u88 { 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:3.875rem;width:3.9375rem;top:36.656250953674rem;left:9.5rem;overflow:hidden;display:block; }
#k98fFdpVHvXcFuKxKGsnAm9BKCHmndTr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:18.5625rem;height:2.4375rem;font-style:normal;display:block; }
#P9KLUEshfoBq4KaGgd5CL0zlDwi4vvB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.156250476837rem;left:18.5625rem;height:2.925rem;font-style:normal;display:block; }
#eh3g8JmuL19beUyBLMFbri9vqvs7ICqv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#HQpMbMyP61H10xxFanH6wqtF4TWieEiA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.562500476837rem;left:11.5625rem;height:4.3875rem;font-style:normal;display:block; }
#wGUudNSBQsWyH59K3KZeI6l9mEn8bwHb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:0;top:32.062500953674rem;left:49.9375rem;display:block; }
#XPv4lHWAgzEZwwkyvgr1yKnqPg1IHKH0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:35.812500953674rem;left:15.5rem;display:block; }
#BG6A4sMQgz7hG8XyzhTkMie6rDKQAO6S { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#EI5mRMuRqFVAAe8rNGL9SJb2tlToOaah { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#RrZZDO2Ow81TDVQeeKn4yAveacnwIAHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.7625rem;font-style:normal;display:block; }
#vr9v8Cs9LDUpXGMgoqE3QcmfhElS8pfG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:18.625rem;height:2.4375rem;font-style:normal;display:block; }
#fWM4fhkU1zB8JAoznk7Hld3uViCfTewI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:18.625rem;height:2.925rem;font-style:normal;display:block; }
#pom8DTyiSMvnNf8R0AN0rrpQpfucbz0i { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46rem;left:44.375rem;display:block; }
#PTqsxQTynr50Dc60FvKIRQHMWMKfKTpc { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:0;top:41.875001907349rem;left:11.4375rem;display:block; }
#CysTr9JIhivMf61aiNHStMqykZam3S5T { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:45.675001144409rem;left:11.5rem;display:block; }
#NnwL8e5fezzvk83XPTiSFLWgfI0V9PBS { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:44.6875rem;left:42.875rem;display:block; }
#Tm08LSo75pJ2x00QS54M1mfIQQLOn5Pg { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47rem;left:11.375rem;height:2.4375rem;font-style:normal;display:block; }
#vgt8KLvF2ynAeQyknivZmt0QNTdg8g18 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:49.9375rem;left:11.375rem;height:2.925rem;font-style:normal;display:block; }
#hOhnhDuDtGZf7WlCHt8CRWmIDqEAilkM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:46.000001907349rem;left:44.5625rem;height:2.7625rem;font-style:normal;display:block; }
#ruqsV1XI7Mp5Eg72i3qzL8QNGXZO6QLr { background-color:transparent;background-image: -webkit-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b7dc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b7dc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:56.373960494995rem;left:15.09375rem;display:block; }
#Saw1FDCqqDC3CCTqCRWBCuVSlimumd1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVXRzBuUsiopv4QK0ktkyTv8V7qTM1nm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:47.625rem;left:45.8125rem; }
#bOeQbz6s1iC3rTr7Qm30LVOnbwvfmFz6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.40625rem;left:45.3125rem; }
#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { position:relative;display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { background-color: transparent; background-image: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container > .video-iframe-container { display: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container { display: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .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); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { border-width: 0; border-radius: 0; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { background-color: transparent; background-image: none; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container > .video-iframe-container { display: none; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row > .video-iframe-container { display: none; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .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); }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { border-width: 0; border-radius: 0; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#R7ZI7g6JvKe3VkRptHEAk4brSt8qMUfi { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7rem;display:block; }
#KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/85162cf0-e452-41dc-b83a-6a29b3623acb/unnamed.png");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.96875rem;left:7.6875rem;display:block; }#KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP.adaptive-delivery-prevent-bg, #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP.lazyload, #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP.lazyloading { background-image: none; }
#XaALZETmuLIqAmMF3e6u8OPRfi1gLXg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:10.837495803833rem;left:3.25rem;height:6.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9HOULa9rBD9TTUcimfupLdaZvN9t9Jx { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.25rem;left:2.4375rem;height:2.55rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#M5U3ml08mVe8tcfwJTGtdfVqaXh9xsrS { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.25rem;left:21.875rem;height:2.55rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#P4gMAWEzzT8svFMQffdXzXEuNigx9mA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:10.837501525879rem;left:21.875rem;height:6.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAfFfM1Mb7L95kD7THLPhycV7JIynrVE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:26.5rem;display:block; }
#DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8fbe4cdf-b7db-44f1-b258-2edb5da3ebf8/unnamed1.png");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:27.125rem;display:block; }#DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k.adaptive-delivery-prevent-bg, #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k.lazyload, #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k.lazyloading { background-image: none; }
#ICSrGIaUKIl93ZI27NHC8k8RxdUZGkbB { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.25rem;left:41.3125rem;height:2.55rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#equCyDFWWuelEhKBfTQgTuwAdXU1H3RJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:11.6875rem;left:41.3125rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6N1mTkZAer0vkTU7LxNdgQ1EZpCGHcS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:45.9375rem;display:block; }
#gcJyivKewzo6wDVOh5QydMIcy21fhxfi { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1bbe203c-e056-46b8-aab5-d982cca211fd/testimonio2.webp");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:46.5625rem;display:block; }#gcJyivKewzo6wDVOh5QydMIcy21fhxfi.adaptive-delivery-prevent-bg, #gcJyivKewzo6wDVOh5QydMIcy21fhxfi.lazyload, #gcJyivKewzo6wDVOh5QydMIcy21fhxfi.lazyloading { background-image: none; }
#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS { position:relative;display:block; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS { background-color: transparent; background-image: none; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row .container > .video-iframe-container { display: none; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row > .video-iframe-container { display: none; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .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); }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS { border-width: 0; border-radius: 0; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container { background-color: transparent; background-image: none; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container > .video-iframe-container { display: none; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row > .video-iframe-container { display: none; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .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); }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container { border-width: 0; border-radius: 0; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#oqWD3r5EKAHwfS9XSVOwGwy7y31staSN { position:absolute;display:block;z-index:15000;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:20.125rem;width:23.6875rem;top:3.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#CEIuT4xchCNrqBvCaE3awhV35oNLuB77 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZfJdqw4NwhNdoJH0dAMvSu8kpPoDoLz { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.375rem;left:30.6875rem;height:7.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXoJHGefr0Up1pTHEodbgANXerJEZcxu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.23671913147rem;left:30.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruKCCzQ6MVSv44vLr8KSW3HVHNp6ozzS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:19.09921836853rem;left:30.9375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmDFXW1ycn007UiGvASOAohcuBSQCTdz { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.499998092651rem;left:39.5625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAXlJtA0117aBwQslJxRZSSv7uBOGg5s { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.124998092651rem;left:39.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnPeeU8TsHuRqhIaaTgdhbPfE82hyBO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.511719703674rem;left:48.4375rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydUW01UdK2xxt69aJQHWExKVHms9TZeW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.124998092651rem;left:47.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gr1cnMeNO932rnTSrS6NEVKmW3Vt2pSJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:26.9375rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#wBI3TRhTvS0ktwu9hQs7LN7b62mQp1hO { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.9375rem;left:32.1875rem;display:block; }
#Q6Fmnz1yk9qP0OacH29VCls0OmLsJO5d { 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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4wBNWd81fayC5zVPa0m99I4hK2WiirM { width:7.625rem;height:2.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MkazCTwTUD6aQBFzrOpkI4r5mbz22V { width:25.875rem;height:8.6875rem;top:12.5625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAhOKduXL9rRWwFTIJR4TzAsNHckyTO { width:25.375rem;height:5.25rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoBkw2dBhacmgNnlZ4pVbvO78Xo6BXd7 { width:27.25rem;height:25.1875rem;top:11.5625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIyElKCWHPAugQANFlFPkt33T4O8e5Wx { width:20.125rem;height:6.5625rem;top:27.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDsPQiGtXXkc2btKSPO8lxt6DH31GWLl { top:28.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxsGaTOiemCEkvawTRDS1KU1eTXQJ47f { top:30.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmtMrJeufvkWNXugQkOUZxirL54cytgo { top:32.6875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy { display:block; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OObBpfKc4Wr0kZ8ITaci0c0tsCgtwTzO { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPtfuxpWAm4VRomJCpgEnvSMMvsbCdwo { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KENeTwKT0DqevU74klR0wlTEfc02FVwV { width:3.75rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { width:17.125rem;height:4.6875rem;top:3.75rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { width:17.125rem;height:6.25rem;top:3.75rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXdllcKgJ4XEo3DUdTfrwPHSCSfVoGcs { width:10.8125rem;height:10.8125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll73O9ekzPMIhragdEbG6MTNCuN1PnzX { width:3.75rem;height:3.75rem;top:0.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWTlOTIPDPxufwrsTHFMxI8Z0vzE6Li { width:3.75rem;height:1.75rem;top:1.375rem;left:28.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1kq33rt61hgPnNKluIuCK1BPZtcPyHe { top:2.4375rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJUKgGM9HTDbia8X0spT1T3SCHwGwTOk { top:2.4375rem;left:23.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { display:block; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl01bKJ6GBfXoMlfXHvUF61SNOPuyOPn { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHusGCVaLvQ4OI70UXqywiKGfkkUTvfX { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udUnhGNi39OqNT4bxGZcUBFRqsAn8L2m { width:3.75rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:17.125rem;height:6.25rem;top:3.75rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { width:17.125rem;height:6.25rem;top:3.75rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Jr2x8gbHDDvEodH724BNDoUNJnrtOw { width:10.8125rem;height:10.8125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwL37QSm1ocXaTgCpfUhdZ8HGDLgUwk { width:3.75rem;height:3.75rem;top:0.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9cAx9LWoMuzw4bPsE9725gFz9IZ8xut { width:3.75rem;height:1.75rem;top:1.375rem;left:28.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2p56NeJ72BdWcQE3VJQXk1TChHvXS4O { top:2.5rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTN7TK5AQOPyxNKFq1TzuAP1AWEC6i2 { top:2.3125rem;left:23.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiRvykM2goVc7d12ierZkn6d3wq5icvg { display:block; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7VRaONdhKftSy9WUIzOD7dBvd8wlzdw { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN5Tkc0tO4fvFDaMlpx9iz8f88ss1D8b { top:8.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqrQHStk8NuLo6M1heDm6kVaSAaes5Z4 { top:29.0625rem;left:0rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE96MJgZt5HTczw4NKyyWJzKuc30FMv7 { top:31.3125rem;left:0rem;width:18.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlk0VrHfyQfKfdv9zP6RrNwzLJbcM74O { top:16.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmnvCTQd36pRPa8Reu58wg0p13CXEQ7v { top:29.125rem;left:14.874219894409rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urIwVWBGNmx1FcuWEKwt44NXfEcrUPBn { top:31.1875rem;left:14.686719894409rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAc7Rc3NaadDxOFWPAenG6r3QHTr4z7m { top:16.125rem;left:28.575386047363rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkrasKGUaZ37Xy0gpbT39alG11I2Ets8 { top:29.0625rem;left:29.5rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT0WWNT3al6vUIFwLxDvxbBKQAxxIcH { top:31.375rem;left:29.5rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH7AyXlygBnHMfh5EkmxzSHeMzLNPhzP { top:26.0625rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vST89gidXEmEfg2R7eWzxvgcbmqG5M7F { top:15.375rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcpyao6BRxnzxJTUcZ5qo0k8MgEkeGW { top:15.375rem;left:17.875rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1eVEo8kUthtAzrGDz8dDTQK4yKDbCT { top:15.375rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0uGStyCvv1PUXgTDQ3gJNUAlJSX7Oc9 { top:16.875rem;left:0rem;width:18.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfivZVb5F9skRv5ITFRSG7pAvpCNEp9C { top:17.375rem;left:15.625rem;width:18rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I465iwvhmnLCQocwUOeKI5Fybp5qSETl { top:15.4375rem;left:30.875rem;width:16.875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhO23CLM2Rl0NCHqB3zqsBlCx39gi5Qw { top:13.5rem;left:44.4375rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdzPwhp3idNCLqMaNTBFkfWMQieE1IvO { top:14rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW2F7SsSQW06rAbaaPLUdxltccss4dFQ { width:24.625rem;height:4.125rem;top:36.3125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCkM5QRHJ2wtISxEHe5f3zfmeNBPHWa { display:block; }
 }@media only screen and (max-width: 763px) { #PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi { display:block; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU2gfVW9IV6uTp2ggV50qXatXnL6qc2g { width:27.625rem;height:5.375rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTNuhdgRKfU8pTR3cFqi0gRolHCPX9XT { width:23.6875rem;height:5.375rem;top:6.25rem;left:24.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { width:27.375rem;height:4.6875rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB { width:24.6875rem;height:11.0625rem;top:13rem;left:23.0625rem;font-size:1rem;display:block; }#oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be755a3900aae8cb3bcb24bd8c41aaa55b84bc6.svg); }
 }@media only screen and (max-width: 763px) { #fagNMCTSwvKJH2iCf6qofM4UZzB58oST { display:block; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bokWU3EokooLTvUb2pCxJbwaBBlFPfag { top:0.1875rem;left:0rem;width:47.75rem;height:25.011904761905rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F { display:block; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKp9k0x7JnTcR5rlJWSUD3SDG8h2bCRr { top:1.8125rem;left:0rem;width:31.5rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfQ9DlAMRtBoCMvB2IQ3LNJiGA7cNnW { top:5.875rem;left:0rem;width:36.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnBfPrky6hO16Tqk0QoMl7XEAR6T9Wao { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCZmxxrNBmuXMeXNBFuIxVZkuKuKiFnO { top:10.875rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykTsGAXNl6g6w5Q5wXyVQAAP5dAPu6y { top:15rem;left:3.5625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTC1wxauZXnAAqWfMCSpGGvVr3r3zHb4 { top:11.625rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7QLem30CfASBTAHEyJHR4nC21Jf1Hd { top:23.875rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #syt8sgznbHbTwxbUKz6eZHUCQ9wxzAEF { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OELylVOT5oh1g6tuRtnOJEqbFpz7VA { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWfa6LhEo2R19rMapWQZ1gtXw6lOapwa { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0mvAz4T0sTWgWFVAfisqAk3E0ZWJ7vF { top:23.8125rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8MhSfoRno0sBlRkkQv3RTwT3lEZ8u88 { top:36.625rem;left:3.375rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k98fFdpVHvXcFuKxKGsnAm9BKCHmndTr { top:13.1875rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KLUEshfoBq4KaGgd5CL0zlDwi4vvB6 { top:16.125rem;left:12.4375rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh3g8JmuL19beUyBLMFbri9vqvs7ICqv { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQpMbMyP61H10xxFanH6wqtF4TWieEiA { top:28.5625rem;left:5.4375rem;width:18.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUudNSBQsWyH59K3KZeI6l9mEn8bwHb { top:32.0625rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPv4lHWAgzEZwwkyvgr1yKnqPg1IHKH0 { top:35.8125rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BG6A4sMQgz7hG8XyzhTkMie6rDKQAO6S { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5mRMuRqFVAAe8rNGL9SJb2tlToOaah { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrZZDO2Ow81TDVQeeKn4yAveacnwIAHJ { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr9v8Cs9LDUpXGMgoqE3QcmfhElS8pfG { top:37.375rem;left:12.5rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWM4fhkU1zB8JAoznk7Hld3uViCfTewI { top:40.3125rem;left:12.5rem;width:20.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pom8DTyiSMvnNf8R0AN0rrpQpfucbz0i { top:46rem;left:38.25rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqsxQTynr50Dc60FvKIRQHMWMKfKTpc { top:41.875rem;left:5.3125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysTr9JIhivMf61aiNHStMqykZam3S5T { top:45.625rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NnwL8e5fezzvk83XPTiSFLWgfI0V9PBS { top:44.6875rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm08LSo75pJ2x00QS54M1mfIQQLOn5Pg { top:47rem;left:5.25rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgt8KLvF2ynAeQyknivZmt0QNTdg8g18 { top:49.9375rem;left:5.25rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhnhDuDtGZf7WlCHt8CRWmIDqEAilkM { top:46rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqsV1XI7Mp5Eg72i3qzL8QNGXZO6QLr { width:29.8125rem;height:3.9375rem;top:56.3125rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saw1FDCqqDC3CCTqCRWBCuVSlimumd1L { display:block; }
 }@media only screen and (max-width: 763px) { #wVXRzBuUsiopv4QK0ktkyTv8V7qTM1nm { top:47.625rem;left:39.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOeQbz6s1iC3rTr7Qm30LVOnbwvfmFz6 { top:25.375rem;left:39.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIMFztxDeXgKfFXPHscWQv7mKStN3kBw { display:block; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7ZI7g6JvKe3VkRptHEAk4brSt8qMUfi { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP { width:6.25rem;height:6.25rem;top:2.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaALZETmuLIqAmMF3e6u8OPRfi1gLXg5 { width:16.75rem;height:6.75rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9HOULa9rBD9TTUcimfupLdaZvN9t9Jx { width:16.75rem;height:2.5rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5U3ml08mVe8tcfwJTGtdfVqaXh9xsrS { width:16.75rem;height:2.5rem;top:19.25rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4gMAWEzzT8svFMQffdXzXEuNigx9mA4 { width:16.75rem;height:8.5rem;top:10.8125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAfFfM1Mb7L95kD7THLPhycV7JIynrVE { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k { width:6.25rem;height:6.25rem;top:3rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSrGIaUKIl93ZI27NHC8k8RxdUZGkbB { width:16.75rem;height:2.5rem;top:19.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #equCyDFWWuelEhKBfTQgTuwAdXU1H3RJ { width:16.75rem;height:3.375rem;top:11.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6N1mTkZAer0vkTU7LxNdgQ1EZpCGHcS { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcJyivKewzo6wDVOh5QydMIcy21fhxfi { width:6.25rem;height:6.25rem;top:3rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS { display:block; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU { display:block; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqWD3r5EKAHwfS9XSVOwGwy7y31staSN { top:3.8125rem;left:0rem;width:23.6875rem;height:20.143700787402rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEIuT4xchCNrqBvCaE3awhV35oNLuB77 { top:4.25rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZfJdqw4NwhNdoJH0dAMvSu8kpPoDoLz { top:7.375rem;left:22.125rem;width:25.625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoJHGefr0Up1pTHEodbgANXerJEZcxu { top:16.1875rem;left:23.875rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruKCCzQ6MVSv44vLr8KSW3HVHNp6ozzS { top:19.0625rem;left:23.875rem;width:5.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmDFXW1ycn007UiGvASOAohcuBSQCTdz { top:18.4375rem;left:30.375rem;width:5.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAXlJtA0117aBwQslJxRZSSv7uBOGg5s { top:16.0625rem;left:29.875rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnPeeU8TsHuRqhIaaTgdhbPfE82hyBO2 { top:18.5rem;left:39.25rem;width:4.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydUW01UdK2xxt69aJQHWExKVHms9TZeW { top:16.0625rem;left:38.3125rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr1cnMeNO932rnTSrS6NEVKmW3Vt2pSJ { top:2.5rem;left:0rem;width:26.9375rem;height:19.953703703704rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBI3TRhTvS0ktwu9hQs7LN7b62mQp1hO { width:22.625rem;height:3.375rem;top:23.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Fmnz1yk9qP0OacH29VCls0OmLsJO5d { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#12113f;background-image:url("https://images.assets-landingi.com/uc/1a0ec6fd-f6e2-44eb-875d-6e343e35b0a3/CapturadePantalla20251212alas1607121.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4wBNWd81fayC5zVPa0m99I4hK2WiirM { width:6.375rem;height:2.5rem;top:1.25rem;left:6.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K4MkazCTwTUD6aQBFzrOpkI4r5mbz22V { width:16.0625rem;height:6.75rem;top:3.7500002384186rem;left:1.9687500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTAhOKduXL9rRWwFTIJR4TzAsNHckyTO { width:18.375rem;height:4.725rem;top:11.187500953674rem;left:0.81250005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoBkw2dBhacmgNnlZ4pVbvO78Xo6BXd7 { width:20rem;height:11.875rem;top:17.437501907349rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIyElKCWHPAugQANFlFPkt33T4O8e5Wx { width:20rem;height:5.775rem;top:37.000003814698rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDsPQiGtXXkc2btKSPO8lxt6DH31GWLl { display:flex;width:1rem;height:1rem;top:37.312503814698rem;left:3.4729169011116rem; }
 }@media only screen and (max-width: 763px) { #SxsGaTOiemCEkvawTRDS1KU1eTXQJ47f { display:flex;width:1rem;height:1rem;top:39.250003814698rem;left:3.4729169011116rem; }
 }@media only screen and (max-width: 763px) { #mmtMrJeufvkWNXugQkOUZxirL54cytgo { display:flex;width:1rem;height:1rem;top:41.287502288818rem;left:3.5000002980233rem; }
 }@media only screen and (max-width: 763px) { #PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy { display:block; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OObBpfKc4Wr0kZ8ITaci0c0tsCgtwTzO { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPtfuxpWAm4VRomJCpgEnvSMMvsbCdwo { width:3.75rem;height:3.75rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KENeTwKT0DqevU74klR0wlTEfc02FVwV { width:3.75rem;height:1.7875rem;top:2.4375rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { width:17.125rem;height:4.2rem;top:13.3125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { width:17.125rem;height:4.2rem;top:30.825rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXdllcKgJ4XEo3DUdTfrwPHSCSfVoGcs { width:10.8125rem;height:10.8125rem;top:18.7625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll73O9ekzPMIhragdEbG6MTNCuN1PnzX { width:3.75rem;height:3.75rem;top:18.95rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWTlOTIPDPxufwrsTHFMxI8Z0vzE6Li { width:3.75rem;height:1.7875rem;top:20.1375rem;left:12.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1kq33rt61hgPnNKluIuCK1BPZtcPyHe { display:flex;width:6.1875rem;height:6.1875rem;top:3.6250009536743rem;left:7.3437502980231rem; }
 }@media only screen and (max-width: 763px) { #zJUKgGM9HTDbia8X0spT1T3SCHwGwTOk { display:flex;width:6.1875rem;height:6.1875rem;top:21.074998855591rem;left:6.9062502980231rem; }
 }@media only screen and (max-width: 763px) { #OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { display:block; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl01bKJ6GBfXoMlfXHvUF61SNOPuyOPn { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHusGCVaLvQ4OI70UXqywiKGfkkUTvfX { width:3.75rem;height:3.75rem;top:1.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udUnhGNi39OqNT4bxGZcUBFRqsAn8L2m { width:3.75rem;height:1.7875rem;top:2.4375rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:17.125rem;height:4.2rem;top:12.6875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { width:17.125rem;height:5.6rem;top:29.6875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4Jr2x8gbHDDvEodH724BNDoUNJnrtOw { width:10.8125rem;height:10.8125rem;top:18.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwL37QSm1ocXaTgCpfUhdZ8HGDLgUwk { width:3.75rem;height:3.75rem;top:18.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9cAx9LWoMuzw4bPsE9725gFz9IZ8xut { width:3.75rem;height:1.7875rem;top:19.4375rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2p56NeJ72BdWcQE3VJQXk1TChHvXS4O { display:flex;width:6.1875rem;height:6.1875rem;top:3.5624990463257rem;left:6.9062502980231rem; }
 }@media only screen and (max-width: 763px) { #mrTN7TK5AQOPyxNKFq1TzuAP1AWEC6i2 { display:flex;width:6.1875rem;height:6.1875rem;top:20.56250333786rem;left:6.9062502980231rem; }
 }@media only screen and (max-width: 763px) { #RiRvykM2goVc7d12ierZkn6d3wq5icvg { display:block; }#RiRvykM2goVc7d12ierZkn6d3wq5icvg > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7VRaONdhKftSy9WUIzOD7dBvd8wlzdw { width:20rem;height:4rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VN5Tkc0tO4fvFDaMlpx9iz8f88ss1D8b { width:20rem;height:3rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqrQHStk8NuLo6M1heDm6kVaSAaes5Z4 { width:20rem;height:1.3rem;top:28.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oE96MJgZt5HTczw4NKyyWJzKuc30FMv7 { width:20rem;height:3.9375rem;top:30.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wlk0VrHfyQfKfdv9zP6RrNwzLJbcM74O { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:9.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #dmnvCTQd36pRPa8Reu58wg0p13CXEQ7v { width:20rem;height:1.3rem;top:52.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urIwVWBGNmx1FcuWEKwt44NXfEcrUPBn { width:20rem;height:2.625rem;top:54.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAc7Rc3NaadDxOFWPAenG6r3QHTr4z7m { display:flex;width:1.375rem;height:1.375rem;top:49.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xkrasKGUaZ37Xy0gpbT39alG11I2Ets8 { width:20rem;height:1.3rem;top:76.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUT0WWNT3al6vUIFwLxDvxbBKQAxxIcH { width:20rem;height:2.625rem;top:78.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GH7AyXlygBnHMfh5EkmxzSHeMzLNPhzP { display:flex;width:1.375rem;height:1.375rem;top:74.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #vST89gidXEmEfg2R7eWzxvgcbmqG5M7F { width:12rem;height:12rem;top:14.3125rem;left:4.0625000596046rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #XTcpyao6BRxnzxJTUcZ5qo0k8MgEkeGW { width:12rem;height:12rem;top:38.5625rem;left:4.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1eVEo8kUthtAzrGDz8dDTQK4yKDbCT { width:12rem;height:12rem;top:63.125rem;left:4.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #s0uGStyCvv1PUXgTDQ3gJNUAlJSX7Oc9 { width:18.375rem;height:10.125rem;top:15.2541680336rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfivZVb5F9skRv5ITFRSG7pAvpCNEp9C { width:17.875rem;height:9.4375rem;top:40.437501907349rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I465iwvhmnLCQocwUOeKI5Fybp5qSETl { width:18.875rem;height:13.5rem;top:62.373962402344rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yhO23CLM2Rl0NCHqB3zqsBlCx39gi5Qw { width:3.3125rem;height:3.375rem;top:60.625rem;left:8.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #gdzPwhp3idNCLqMaNTBFkfWMQieE1IvO { display:flex;width:2.25rem;height:2.25rem;top:61.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #UW2F7SsSQW06rAbaaPLUdxltccss4dFQ { width:19rem;height:4.125rem;top:82.750007629394rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCkM5QRHJ2wtISxEHe5f3zfmeNBPHWa { display:block; }
 }@media only screen and (max-width: 763px) { #PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi { display:block; }#PvlWiWsWCauI8lnsud9ixP8vpIyQCqIi > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU2gfVW9IV6uTp2ggV50qXatXnL6qc2g { width:20rem;height:3.6rem;top:2.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTNuhdgRKfU8pTR3cFqi0gRolHCPX9XT { width:20rem;height:3.6rem;top:20rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { width:20rem;height:9.8rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB { width:20rem;height:10.1875rem;top:24.499984741211rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be755a3900aae8cb3bcb24bd8c41aaa55b84bc6.svg); }
 }@media only screen and (max-width: 763px) { #fagNMCTSwvKJH2iCf6qofM4UZzB58oST { display:block; }#fagNMCTSwvKJH2iCf6qofM4UZzB58oST > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bokWU3EokooLTvUb2pCxJbwaBBlFPfag { width:20rem;height:10.47619047619rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F { display:block; }#FKbSpqFgzChVrlZ9JaQlWgcTrKfxJy5F > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKp9k0x7JnTcR5rlJWSUD3SDG8h2bCRr { width:20rem;height:2.6rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdfQ9DlAMRtBoCMvB2IQ3LNJiGA7cNnW { width:20rem;height:3.0875rem;top:4.5989685058594rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnBfPrky6hO16Tqk0QoMl7XEAR6T9Wao { width:7.8125rem;height:7.8125rem;top:10.437515258789rem;left:6.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCZmxxrNBmuXMeXNBFuIxVZkuKuKiFnO { width:4.75rem;height:4.75rem;top:9.0000152587887rem;left:5.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykTsGAXNl6g6w5Q5wXyVQAAP5dAPu6y { width:3.5rem;height:3.4375rem;top:13.125015258789rem;left:8.6250007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTC1wxauZXnAAqWfMCSpGGvVr3r3zHb4 { width:1.375rem;height:2.6rem;top:9.7500152587887rem;left:6.8125002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7QLem30CfASBTAHEyJHR4nC21Jf1Hd { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #syt8sgznbHbTwxbUKz6eZHUCQ9wxzAEF { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8OELylVOT5oh1g6tuRtnOJEqbFpz7VA { width:7.8125rem;height:7.8125rem;top:29.562515258789rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWfa6LhEo2R19rMapWQZ1gtXw6lOapwa { width:4.75rem;height:4.75rem;top:28.125015258789rem;left:5.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0mvAz4T0sTWgWFVAfisqAk3E0ZWJ7vF { width:1.375rem;height:2.6rem;top:29.125015258789rem;left:6.8750002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8MhSfoRno0sBlRkkQv3RTwT3lEZ8u88 { width:3.9375rem;height:3.875rem;top:31.687515258789rem;left:8.4375007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #k98fFdpVHvXcFuKxKGsnAm9BKCHmndTr { width:20rem;height:4.875rem;top:18.248962402344rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9KLUEshfoBq4KaGgd5CL0zlDwi4vvB6 { width:18.6875rem;height:2.925rem;top:23.123962402344rem;left:0.65520828962325rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eh3g8JmuL19beUyBLMFbri9vqvs7ICqv { width:20rem;height:2.4375rem;top:38.300003051757rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQpMbMyP61H10xxFanH6wqtF4TWieEiA { width:18.6875rem;height:4.3875rem;top:41.050003051757rem;left:0.65520828962325rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGUudNSBQsWyH59K3KZeI6l9mEn8bwHb { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPv4lHWAgzEZwwkyvgr1yKnqPg1IHKH0 { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG6A4sMQgz7hG8XyzhTkMie6rDKQAO6S { width:7.8125rem;height:7.8125rem;top:48.812515258789rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5mRMuRqFVAAe8rNGL9SJb2tlToOaah { width:4.75rem;height:4.75rem;top:47.375015258789rem;left:5.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrZZDO2Ow81TDVQeeKn4yAveacnwIAHJ { width:1.375rem;height:2.6rem;top:48.187515258789rem;left:6.8750002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr9v8Cs9LDUpXGMgoqE3QcmfhElS8pfG { width:20rem;height:4.875rem;top:56.887512207031rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWM4fhkU1zB8JAoznk7Hld3uViCfTewI { width:18.6875rem;height:4.3875rem;top:61.975006103516rem;left:0.65520828962325rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pom8DTyiSMvnNf8R0AN0rrpQpfucbz0i { width:7.8125rem;height:7.8125rem;top:69.337509155275rem;left:6.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqsxQTynr50Dc60FvKIRQHMWMKfKTpc { width:0;height:3.75rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CysTr9JIhivMf61aiNHStMqykZam3S5T { width:19.875rem;height:0;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnwL8e5fezzvk83XPTiSFLWgfI0V9PBS { width:4.75rem;height:4.75rem;top:68.05001831055rem;left:5.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm08LSo75pJ2x00QS54M1mfIQQLOn5Pg { width:20rem;height:2.4375rem;top:77.900009155275rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgt8KLvF2ynAeQyknivZmt0QNTdg8g18 { width:18.6875rem;height:2.925rem;top:81.025009155275rem;left:0.65520828962325rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOhnhDuDtGZf7WlCHt8CRWmIDqEAilkM { width:1.375rem;height:2.6rem;top:69.000015258787rem;left:6.7500002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqsV1XI7Mp5Eg72i3qzL8QNGXZO6QLr { width:16.5rem;height:3.6875rem;top:86.611457824706rem;left:1.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saw1FDCqqDC3CCTqCRWBCuVSlimumd1L { display:block; }
 }@media only screen and (max-width: 763px) { #wVXRzBuUsiopv4QK0ktkyTv8V7qTM1nm { display:flex;width:4.5625rem;height:4.5625rem;top:70.962509155275rem;left:7.7187507748606rem; }
 }@media only screen and (max-width: 763px) { #bOeQbz6s1iC3rTr7Qm30LVOnbwvfmFz6 { display:flex;width:5.5rem;height:5.5rem;top:49.968765258789rem;left:7.2500002980231rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIMFztxDeXgKfFXPHscWQv7mKStN3kBw { display:block; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7ZI7g6JvKe3VkRptHEAk4brSt8qMUfi { width:7.5625rem;height:7.5625rem;top:2.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP { width:6.25rem;height:6.25rem;top:3.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaALZETmuLIqAmMF3e6u8OPRfi1gLXg5 { width:16.75rem;height:6.8rem;top:11.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9HOULa9rBD9TTUcimfupLdaZvN9t9Jx { width:16.75rem;height:2.125rem;top:19.25rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5U3ml08mVe8tcfwJTGtdfVqaXh9xsrS { width:16.75rem;height:2.125rem;top:44.062505722046rem;left:1.6250000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4gMAWEzzT8svFMQffdXzXEuNigx9mA4 { width:16.75rem;height:8.5rem;top:35.5625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAfFfM1Mb7L95kD7THLPhycV7JIynrVE { width:7.5625rem;height:7.5625rem;top:26.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k { width:6.25rem;height:6.25rem;top:27.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSrGIaUKIl93ZI27NHC8k8RxdUZGkbB { width:16.75rem;height:2.125rem;top:65.125030517575rem;left:1.8750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #equCyDFWWuelEhKBfTQgTuwAdXU1H3RJ { width:16.75rem;height:3.4rem;top:59.4375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6N1mTkZAer0vkTU7LxNdgQ1EZpCGHcS { width:7.5625rem;height:7.5625rem;top:50.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcJyivKewzo6wDVOh5QydMIcy21fhxfi { width:6.25rem;height:6.25rem;top:51.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS { display:block; }#go2nkf7VqvVTFX9Fyqdd8UOrehT82SoS > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU { display:block; }#Lb7aITFnnoKUyG01RZ3Ow2dBmJ83ZeoU > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqWD3r5EKAHwfS9XSVOwGwy7y31staSN { width:15.875rem;height:13.5rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEIuT4xchCNrqBvCaE3awhV35oNLuB77 { width:19.1875rem;height:2.4375rem;top:19.3125rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZfJdqw4NwhNdoJH0dAMvSu8kpPoDoLz { width:18.125rem;height:11.15625rem;top:22.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoJHGefr0Up1pTHEodbgANXerJEZcxu { width:6.125rem;height:2.4375rem;top:36.375rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruKCCzQ6MVSv44vLr8KSW3HVHNp6ozzS { width:5.375rem;height:2.4rem;top:38.75rem;left:1.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmDFXW1ycn007UiGvASOAohcuBSQCTdz { width:5.375rem;height:2.4rem;top:38.774993896484rem;left:7.6250007748606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAXlJtA0117aBwQslJxRZSSv7uBOGg5s { width:6.125rem;height:2.4375rem;top:36.375rem;left:7.2500002980231rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnPeeU8TsHuRqhIaaTgdhbPfE82hyBO2 { width:4.875rem;height:3.6rem;top:38.773956298828rem;left:14.156250774861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydUW01UdK2xxt69aJQHWExKVHms9TZeW { width:6.125rem;height:2.4375rem;top:36.375rem;left:13.218750774861rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr1cnMeNO932rnTSrS6NEVKmW3Vt2pSJ { width:18.5625rem;height:13.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBI3TRhTvS0ktwu9hQs7LN7b62mQp1hO { width:14.25rem;height:3.375rem;top:43.623956298828rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Fmnz1yk9qP0OacH29VCls0OmLsJO5d { display:block; }
 }