.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:235,221,229;--color-primary-1:189,140,169;--color-primary-2:122,25,82;--color-primary-3:61,13,41;--color-primary-4:18,4,12;--color-secondary-0:246,222,230;--color-secondary-1:226,147,173;--color-secondary-2:196,38,90;--color-secondary-3:98,19,45;--color-secondary-4:29,6,14;--color-tertiary-0:255,255,255;--color-tertiary-1:197,185,205;--color-tertiary-2:61,23,88;--color-tertiary-3:31,12,44;--color-tertiary-4:6,2,9;--headlines-font-family:"Signika";--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;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); }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-size:auto !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; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container { background-color: transparent; background-image: none; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container > .video-iframe-container { display: none; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row > .video-iframe-container { display: none; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .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); }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container { border-width: 0; border-radius: 0; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.5625rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#pu1qKWchIlqgWOdDUtI9o9BB9SOT1Vs9 { 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:2.375rem;width:6.9375rem;top:1.90625rem;left:34.21875rem;overflow:hidden;display:block; }
#NTCpdotZ0ws8V35isr17QKMpRBTUUGAT { background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.375rem;left:42.5009765625rem;display:block; }
#KItzCu0exiqAgv5SxJJXCRBoiFvLs9LI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7ab62eb-4331-4f12-a55a-5cec2119c3e0/portada01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:15rem;font-style:normal;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:22.3125rem;left:0rem;height:5.0625rem;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; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-form-header {  }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#13101f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-text {padding-top: 0; padding-bottom: 0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#13101f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-select {padding-top: 0; padding-bottom: 0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.875rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.875rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.875rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.875rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.1875rem;overflow:hidden;font-style:normal;float:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-container:first-of-type{padding-top:0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-container:last-of-type{padding-bottom:0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.6240234375rem;left:35.90625rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh {display:block;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.6240234375rem;left:35.90625rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #e48sKyg4bHl3EZxthnFnJDNggiQvaLde { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #vvcgTqypqI6UxrUhfmTDbJLwuWK4zyft { position:relative;display:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #EePXWNTsH1Pe2g6DJEFbC6ezlgmIFUDE { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #KIwon8Xvww5TL4X5TxAmAeauvEzR6dJL { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Xi31zMVah8lITRzxCrzWZCQROrrOzATb { position:relative;display:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #cIJeCvi4xUa5E8E5CQ97eykql4Mzpng3 { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #eud3Xs9KJkm0UaMGA9icSTvhAZZEsnTk { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #pL9cS8IFfpvH45uHxpazVryUBc2VJkcL { position:relative;display:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #mSQfxIRbwJdpGpNKZ3GU01tQAldcG3ln { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #wqehdNFfE5v3KwyXp7MB66uWTrHUySx6 { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #qy0U60xFTJXKhMLkiTZPzzHb9Pahk6BH { position:relative;display:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #bve6cgqqmlxMyk1ZelGgvFRaiWJFPaDN { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #U15EFmyUMHJgZZZyk74gs9ihf0AUiTrw { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #UuNaCgW4GMknLzGCGytLZDx8Wn2E0KxR { position:relative;display:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #uTtiV2txDPwo54aPT1EAeIHE9tTLXO6H { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Qkm5BadIQ7bieK1xKinLPP6JevIGKFdc { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #lWAbkPqvbUTx453y7vgh79vkBv9HbQyU { position:relative;display:none; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #yipsBxihTosUQ619cPa6NBimQPRmNicG { position:relative; }
#xkwtfq9GQgzgXcbWBHzqGSPxknwLALlz { position:relative;display:block; }
#IUMFCRfRIlKVENiukE8T8eruZaQgSuas { position:relative;display:block; }
#qE7kCAzeP6dp72Fm2GtWRk7Tn3esPHlB { position:relative;display:block; }
#heyzECb2EslBfvXNVwHRTJid7l4xrqQh { position:relative;display:block; }
#VLSVPcXqW0mF0vAI4dRPoiHaL67SfRNL { position:relative;display:block; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #BX2xRgZ9uDdGJhLrOiBdBtwzEJJToE4Z { position:relative; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Vyt90HLNU7nmlyp9ndiwy2GQDcggHURg { position:relative; }
#gtsuxwR1we8wW2Sn5ThKiQi6MQNNkUIp { box-sizing:content-box;height:34.75rem;width:23.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(19,16,31,0.76);background-image:none;top:5.625rem;left:35.1875rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#P6QX5BPSxbh2iVQE5Gn1Th4anfkyyu1S { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:.9;letter-spacing:0;top:7.9375rem;left:37.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XnWwvite12RWpRpMxPbTOOPiGcrZoMTF { position:absolute;display:block;z-index:15013;height:6.0609375rem;width:25.2480625rem;top:38.259372711182rem;left:0rem;display:block; }
#x5gSs6yCFLTNQZtSiZT715dVZ2knDDto { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:9.5859375rem;left:37.25rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoAgask76DXHaNKk3WWSXMs7awU3yNoH { box-sizing:content-box;height:2.5625rem;width:22.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(105,77,230,0.1);background-image:none;top:1.9375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lKKMMpdtoNOSUzipqLsD84VIqhqMdg3a { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:2.8125rem;left:0.8125rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2MHFJAFNFI9yBGNTip4xUE4thD8kciv { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:29.375rem;left:0rem;height:6.75rem;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; }
#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/675e5ba8-ac9e-47a1-890e-e8cfdcb5663c/dj_bg_particles_8s.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC.adaptive-delivery-prevent-bg, #sN8RUHSQ2pep1We4KHSICDinQbnyQyTC.lazyload, #sN8RUHSQ2pep1We4KHSICDinQbnyQyTC.lazyloading { background-image: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container { background-color: transparent; background-image: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container > .video-iframe-container { display: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row > .video-iframe-container { display: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .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); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container { border-width: 0; border-radius: 0; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#DUda8cR2776yw6V4ry1lWZDkok4zoUve { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.4375rem;left:0rem;height:16.49061875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kwfBgD2SJ5mqDrhsmOTOtlD6tvyoyrPk { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:4.8125rem;left:0rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FoNlzkab63WSVwPQWuZye6nGl6HgE50H { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:2.7503875rem;font-style:normal;display:block; }
#hCX0oWTQmormw7RLWyH9eJeRvmo4XScx { box-sizing:content-box;height:2.5625rem;width:39.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(105,77,230,0.1);background-image:none;top:32.5625rem;left:1.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI { color:#c4265a;display:block;width:41.8125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:33.45703125rem;left:2.75rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
#WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx { color:#c4265a;display:block;width:41.8125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:37.25rem;left:2.75rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
#WwQOW8nf6cGvEXEeGVb0AlaBa4uQKAto { box-sizing:content-box;height:2.5625rem;width:39.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(105,77,230,0.1);background-image:none;top:36.375rem;left:1.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gwqmuR7dLKcioaBkPaemiD5eOlqAJs06 { box-sizing:content-box;height:2.5625rem;width:39.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(105,77,230,0.1);background-image:none;top:40rem;left:1.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 { color:#c4265a;display:block;width:41.8125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:40.875rem;left:2.75rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
#IP53f46VDnM7FFypiHbTsMM8kGaUvuTp { color:#c4265a;display:block;width:41.8125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:44.375rem;left:2.75rem;height:1.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IP53f46VDnM7FFypiHbTsMM8kGaUvuTp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IP53f46VDnM7FFypiHbTsMM8kGaUvuTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
#kCXH6eNtllVG2009KVv9HPwAxWpifv7r { box-sizing:content-box;height:2.5625rem;width:39.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(105,77,230,0.1);background-image:none;top:43.5rem;left:1.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));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; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container { background-color: transparent; background-image: none; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container > .video-iframe-container { display: none; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row > .video-iframe-container { display: none; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .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); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container { border-width: 0; border-radius: 0; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#IHrGDNkvZJcE4Jgsy8CIqJeIDRRhA1CX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.4375rem;left:0rem;height:2.061325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qmo0XWrVS5g9n7KRhrUVkM8gGytzqit6 { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:4.6875rem;left:0rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdxrFKTcx15oZ8qNlwTqwdEXWWXHg48C { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:5.50078125rem;font-style:normal;display:block; }
#UecOStdHvHAvGcvHufnUfhLie3pDGDy1 { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(105,77,230,0.1);background-image:none;top:17.8125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NRugCU5DPQDl4NcKFiENlhCaL0uhQiVE { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:23.125rem;left:0.84375rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SsLempSFTwzwDWENg7dSfeC3qS47ISbT { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:25.1875rem;left:0.71875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vruQoPlpq07xUBy7yN0mk3T9ryJuT8c3 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:18.6875rem;left:0.5625rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cOiR24NwaxrBQbBdJxBt55ZGqpoVZSds { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.3125rem;left:1.40625rem; }
#HZfoTVnaTTXh0K5kUmlEllmtJXylKr0i { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(105,77,230,0.1);background-image:none;top:17.8125rem;left:20.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vSUVCrsWg3pZFwSCA0qt2i6iWreVXppD { color:rgba(var(--color-primary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:25.1875rem;left:21.1875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b3C5UWgAutRBREJpEAtiJuUixt7V4LyE { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:23.125rem;left:21.3125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7T2nUiSl77P0a0qMim4VkhrPi0SH2LA { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:18.6875rem;left:21.0625rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#faH7sTPXyb8AGthlqnVd2ld5RvxZSADO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.375rem;left:21.75rem; }
#tG14QFofN1hTFbvG8dsU6PKkHnMHWFHr { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(105,77,230,0.1);background-image:none;top:17.8125rem;left:40.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#shMzMeXpEyKQnnZRzDwMZOAbgPIp7pI5 { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:25.1875rem;left:41.6875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GBLLLSNqBtAehBSzMcK9pLkx4zKz626w { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:23.125rem;left:41.8125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b3gyLElrxKJuk8e6oMap96KBtsCVXfHN { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:18.6875rem;left:41.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uWpJ91zB7UPGWhmP6kpPTT5JpqSqKVvc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.3125rem;left:42.1875rem; }
#UGIb236V5EsB8F682LqLaJZuOHyWRLmC { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(105,77,230,0.1);background-image:none;top:33.5625rem;left:40.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TXhHmHnPvVV3UguSVSLKOc3DkRbnvacT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:35.125rem;left:42.1875rem; }
#A5HDmwEx0hO5vw3g1RDbN42Mr0RTrmRy { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:34.4375rem;left:41.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tzuhAqgggXPVtfk0SHkQnWxXZgW9kIZ8 { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:38.875rem;left:41.8125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhoOE0ul8EJBeSmziawZ53aONEp0eJUS { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:40.9375rem;left:41.6875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B33W3K8XXIzBShPNuvtBLbzGlVar22WT { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(105,77,230,0.1);background-image:none;top:33.625rem;left:20.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hXVM6ZiAuipbhlE5RTNO891TFJttnQg9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:35.1875rem;left:21.75rem; }
#ILG2F9exRe2CC528X03kTUoJm2RywRhD { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:34.5rem;left:21.0625rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kruVETvXf4BC2mtOfWf45atozFXabmLy { color:rgba(var(--color-primary-1),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:38.9375rem;left:21.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SM1V7S8tTIdg9y77dmGSEwuZPZPkLE1H { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:41rem;left:21.25rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQrKEt1TuWOsQaXfnuTcyb7kTeIQ1iTv { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(105,77,230,0.1);background-image:none;top:33.625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lrl3neKWTTVhPThPhfxLTofluKqH1ReB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:35.0625rem;left:1.3125rem; }
#SheiycSLxrUuZHfNoZicdPQJMK5FRioA { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:34.4375rem;left:0.6875rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dHTyByrTS9M8B6hySqqcGHNesEIoTX9b { color:rgba(var(--color-primary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15039;line-height:.9;letter-spacing:0;top:38.875rem;left:1rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#um3SZ5iX8pRNGbJwE96U6pSchBIq2HXP { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:40.9375rem;left:0.875rem;height:4.396875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTalfKwaU6nCNgicIFGVHfinSqpc86kP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), #13101f);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), #13101f);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), #13101f);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), #13101f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#13101f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#13101f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), #13101f);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; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container { background-color: transparent; background-image: none; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container > .video-iframe-container { display: none; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row > .video-iframe-container { display: none; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .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); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container { border-width: 0; border-radius: 0; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#ZxWa2IWO89f3BD3BfQMI7FE518aHpUbE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.5625rem;left:0rem;height:6.18398125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iW0HdglUmtOGnrBZWCxZFwTJpIknqIUC { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:4.3515625rem;left:0rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZUA1SW41f1AwThKIWD0qXQxPC5FbT8F { color:#ffffff;display:block;width:30rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.0625rem;left:0rem;height:8.2511875rem;font-style:normal;display:block; }
#lk2iuR4wN63bnaTigwlTdrNyV0mXP94T { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:5.1875rem;left:37.625rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lMEAtglk6rTS6iXwIFTinMb8VbVqfzK7 { color:rgba(var(--color-secondary-0),1);display:block;width:22.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:8.0625rem;left:37.5625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2T6nN8JW2o66nNy4tUzVp2HZTXLP0zZ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:4.4375rem;left:33.21875rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#bInVGzGOVszb4vPRCCpUgVQBVQXTyDT3 { color:rgba(var(--color-secondary-2),1);display:block;width:1.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:5.2177734375rem;left:34.28125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqFaQcBFtF8EeRxB0TtvaFaJgaaTaTVm { color:rgba(var(--color-secondary-2),1);display:block;width:1.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:14.4375rem;left:34.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#osSbXVeRFASBzkm9fVJpTrClZ6k4nt8q { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:13.6875rem;left:33.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#exQmcrGiHR0yqTK9n2l4suT1l1adgeT2 { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:14.4375rem;left:37.625rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFPs4ayzqbGpW0paz5FvMPZIq6FQKmGm { color:rgba(var(--color-secondary-0),1);display:block;width:22.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:17.3125rem;left:37.5625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dalbIuAyZM8KuXc2fBrPXc8ZEuXfGkcT { color:rgba(var(--color-secondary-2),1);display:block;width:1.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:23.6875rem;left:34.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZhpmO7MPhb0MIkNr89a5wx5nphT7VIU5 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:22.9375rem;left:33.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#PxWMdoXa4fOq2JTonT10RIMahGodThCq { color:#c4265a;display:block;width:22.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:23.6875rem;left:37.625rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n7frqo7TFbJZNPewW2gOH8m4R9lrKODM { color:rgba(var(--color-secondary-0),1);display:block;width:22.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:26.5625rem;left:37.5625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nhXQFuXkcisSZBThDrgMxxTR57x06teo { color:rgba(var(--color-secondary-2),1);display:block;width:1.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:32.9375rem;left:34.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KPFBdUKkD1p3edPNJPrcAz2eAwovO13t { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),0.4);background-image:none;top:32.1875rem;left:33.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#EMRkMSGTCUpzvWZPmZWwwmdFU3qxUhRT { color:#c4265a;display:block;width:22.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:32.9375rem;left:37.625rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xbiBqUDcnwI64JzouMgpsTfPA6VTgyDa { color:rgba(var(--color-primary-0),1);display:block;width:22.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:35.8125rem;left:37.5625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlmWDwPU80PK2sKs0mSvgUCDHMEUbHCk { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:34.6875rem;display:block; }
#iZe5v8bVrQSyXzQiCTZpVr1uw9NEuoZT { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.65625rem;left:34.6875rem;display:block; }
#JJcOHThcNUH1guLlFk1NaoCawM3Humza { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:34.6875rem;display:block; }
#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/675e5ba8-ac9e-47a1-890e-e8cfdcb5663c/dj_bg_particles_8s.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6.adaptive-delivery-prevent-bg, #TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6.lazyload, #TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6.lazyloading { background-image: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container { background-color: transparent; background-image: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container > .video-iframe-container { display: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row > .video-iframe-container { display: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .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); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container { border-width: 0; border-radius: 0; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#GV2kcTaVGMMk789GZSLWSzA6eTqRfqGN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.8125rem;left:0rem;height:2.061325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgtAwP38edTLIhW0tuCvA9W0SPr1iqeE { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:4.6875rem;left:0rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JluSNX9z8CEw9PVxdceTJTmT0L5gidkC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:5.50078125rem;font-style:normal;display:block; }
#KnEb4hROHenCcl2WC9NuKcwwipGDPtCq { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(105,77,230,0.1);background-image:none;top:17.8125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aTcCda1TMWBcaFEClNxru2dlu4KAdziq { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:20.4990234375rem;left:0.84375rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGkDTgD3HChvKuaceSrPgTpSNhrJ5Wr3 { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:25.1875rem;left:0.71875rem;height:4.396875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fermobRyJlKAuglUX2qSkNWa3kQyDetF { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(105,77,230,0.1);background-image:none;top:17.8125rem;left:20.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Coy1nSRpakHxlqb1gV4QbSA9isdVLDVP { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(105,77,230,0.1);background-image:none;top:17.8125rem;left:40.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aeJ5XiGhNSdkctPvV47RnoipDndZRPpt { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(105,77,230,0.1);background-image:none;top:33.5625rem;left:40.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sScJFSwM5yxKPHtaX2GLsaWWBl6GdlkU { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(105,77,230,0.1);background-image:none;top:33.625rem;left:20.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tnSCBh5qwsrTaXT7v0XSyDAspxvbmwFi { box-sizing:content-box;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(105,77,230,0.1);background-image:none;top:33.625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EFfaRgd1Cy6aih4WTEOrygG6HuQylWD2 { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:22.9765625rem;left:0.84375rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHH3oFQFkuiocasRzOSWDNEG4PVsRsyS { position:absolute;display:block;z-index:15008;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.375rem;width:6.9375rem;top:19.9306640625rem;left:11.46875rem;overflow:hidden;display:block; }
#qSgMR3Uc0HiRzqS1ALacbJghkgPXzRAa { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:25.125rem;left:21.1875rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oF3Doekhku5JZTJHFo0aPvmKEWgGGUI2 { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:22.9375rem;left:21.3125rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdA2y6A8mKpucNtgC5AkPm6uduAoSCMx { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:20.4375rem;left:21.3125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QX2wceU6yBVAXhXwtVu0sqmzwwpyHqKb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:25.1875rem;left:41.75rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1C6Ntqe7EGQaKqgXHgFUD4N8ZsZ6TSk { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:23rem;left:41.875rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7P5cWkILr4mfHLy2kfeCwbpSnCcCHPf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:20.5rem;left:41.875rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#maTeOmqHUFAMH4suKeb9brukUiNHaiEE { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15023;line-height:.9;letter-spacing:0;top:36.75rem;left:0.9375rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EcAv0RF1xNMQKVX62Tli43BETxsE3Cd2 { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15023;line-height:.9;letter-spacing:0;top:39.25rem;left:0.9375rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V3Rudulx8Q65IdvKgt4NSvsTXmnakDab { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:41.4375rem;left:0.8125rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sOk6J5uRWJeqJP4TZGJPNWHorb55EMkZ { color:#c4265a;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:.9;letter-spacing:0;top:36.75rem;left:21.4375rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0XbJUcPFTsD5bSpmCr1T6KIf6O8zm9a { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15026;line-height:.9;letter-spacing:0;top:39.25rem;left:21.4375rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#exBSASlgQUEDlAQpVw0NwJhvvvHDFPzb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:41.4375rem;left:21.3125rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f64SadTJXlTGGVxAmDaKLVihsFxyU3Ue { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:36.75rem;left:41.875rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBafqEzZ48NbcSOUTVFAt9xb4Ev3ssKX { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:39.25rem;left:41.875rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RnmOWpNRchotaUM8aoAk4ehfVMq6AaXL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:41.4375rem;left:41.75rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, #13101f, rgba(var(--color-tertiary-4),1));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; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container { background-color: transparent; background-image: none; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container > .video-iframe-container { display: none; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row > .video-iframe-container { display: none; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .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); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container { border-width: 0; border-radius: 0; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#O8E47xKlRUHBQlrJkiKZPbdCwutIumrk { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21.625rem;left:10.5rem;height:4.12265625rem;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; }
#bTAhzHafcOmBxk2qpVzz4zdrT2PL5UaG { color:rgba(var(--color-secondary-2),1);display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:11.5625rem;left:24.625rem;height:0.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbquzLa1Ai2PM6V7Ff5xlSwyWS8lltcw { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:14.875rem;left:11.625rem;height:5.50078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG9U1E37kkVM6Lxt9g1Qt1nSPmuXyzIE { box-sizing:content-box;height:30.6875rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(105,77,230,0.1);background-image:none;top:6.875rem;left:6.5625rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FKKG15KLNJqVrqw3KCTNWTAIMi5TzFTh { background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(95deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.5rem;left:22.25rem;display:block; }
#aIJQuWp343wIKXpuIGSbEbesRHSv3lTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-size:auto !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; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container { background-color: transparent; background-image: none; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container > .video-iframe-container { display: none; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row > .video-iframe-container { display: none; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .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); }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container { border-width: 0; border-radius: 0; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#T0C73lSgf6lmLH9tfgmxMiZnUQWpmNdt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.9375rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#UzOrqpmnI6EtUtks1wasTQgtDGBcwbxM { color:rgba(var(--color-tertiary-1),1);display:block;width:13.625rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.40234375rem;left:46.375rem;height:1.3816375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 { display:block; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:0.5625rem;left:0rem;width:11.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1qKWchIlqgWOdDUtI9o9BB9SOT1Vs9 { top:1.875rem;left:28.09375rem;width:6.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCpdotZ0ws8V35isr17QKMpRBTUUGAT { width:15.625rem;height:3.4375rem;top:1.375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItzCu0exiqAgv5SxJJXCRBoiFvLs9LI { display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:5.625rem;left:0rem;width:33.6875rem;height:15rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:22.3125rem;left:0rem;width:33rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-text {padding-top: 0; padding-bottom: 0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-select {padding-top: 0; padding-bottom: 0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh  { width:19.375rem;height:auto;top:11.5625rem;left:25.875rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh {display:block;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh { width:19.375rem;height:auto;top:11.5625rem;left:25.875rem; }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #e48sKyg4bHl3EZxthnFnJDNggiQvaLde {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #vvcgTqypqI6UxrUhfmTDbJLwuWK4zyft {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #EePXWNTsH1Pe2g6DJEFbC6ezlgmIFUDE {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #KIwon8Xvww5TL4X5TxAmAeauvEzR6dJL {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Xi31zMVah8lITRzxCrzWZCQROrrOzATb {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #cIJeCvi4xUa5E8E5CQ97eykql4Mzpng3 {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #eud3Xs9KJkm0UaMGA9icSTvhAZZEsnTk {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #pL9cS8IFfpvH45uHxpazVryUBc2VJkcL {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #mSQfxIRbwJdpGpNKZ3GU01tQAldcG3ln {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #wqehdNFfE5v3KwyXp7MB66uWTrHUySx6 {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #qy0U60xFTJXKhMLkiTZPzzHb9Pahk6BH {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #bve6cgqqmlxMyk1ZelGgvFRaiWJFPaDN {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #U15EFmyUMHJgZZZyk74gs9ihf0AUiTrw {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #UuNaCgW4GMknLzGCGytLZDx8Wn2E0KxR {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #uTtiV2txDPwo54aPT1EAeIHE9tTLXO6H {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Qkm5BadIQ7bieK1xKinLPP6JevIGKFdc {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #lWAbkPqvbUTx453y7vgh79vkBv9HbQyU {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #yipsBxihTosUQ619cPa6NBimQPRmNicG {  }
 }@media only screen and (max-width: 763px) { #xkwtfq9GQgzgXcbWBHzqGSPxknwLALlz { display:block; }
 }@media only screen and (max-width: 763px) { #IUMFCRfRIlKVENiukE8T8eruZaQgSuas { display:block; }
 }@media only screen and (max-width: 763px) { #qE7kCAzeP6dp72Fm2GtWRk7Tn3esPHlB { display:block; }
 }@media only screen and (max-width: 763px) { #heyzECb2EslBfvXNVwHRTJid7l4xrqQh { display:block; }
 }@media only screen and (max-width: 763px) { #VLSVPcXqW0mF0vAI4dRPoiHaL67SfRNL { display:block; }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #BX2xRgZ9uDdGJhLrOiBdBtwzEJJToE4Z {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Vyt90HLNU7nmlyp9ndiwy2GQDcggHURg {  }
 }@media only screen and (max-width: 763px) { #gtsuxwR1we8wW2Sn5ThKiQi6MQNNkUIp { top:5.625rem;left:24.4375rem;width:23.1875rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6QX5BPSxbh2iVQE5Gn1Th4anfkyyu1S { top:7.9375rem;left:30.6875rem;width:17.0625rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnWwvite12RWpRpMxPbTOOPiGcrZoMTF { top:38.25rem;left:0rem;width:25.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5gSs6yCFLTNQZtSiZT715dVZ2knDDto { top:9.5625rem;left:28.5625rem;width:19.1875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoAgask76DXHaNKk3WWSXMs7awU3yNoH { top:1.9375rem;left:0rem;width:22.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKKMMpdtoNOSUzipqLsD84VIqhqMdg3a { top:2.8125rem;left:0rem;width:23.625rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2MHFJAFNFI9yBGNTip4xUE4thD8kciv { top:29.375rem;left:0rem;width:33rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN8RUHSQ2pep1We4KHSICDinQbnyQyTC { display:block; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUda8cR2776yw6V4ry1lWZDkok4zoUve { width:47.75rem;height:16.5rem;top:14.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwfBgD2SJ5mqDrhsmOTOtlD6tvyoyrPk { top:4.8125rem;left:0rem;width:23.625rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoNlzkab63WSVwPQWuZye6nGl6HgE50H { top:6.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCX0oWTQmormw7RLWyH9eJeRvmo4XScx { top:32.5625rem;left:0rem;width:39.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI { top:33.4375rem;left:0rem;width:41.8125rem;height:1rem;font-size:1.125rem;display:block; }#V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx { top:37.25rem;left:0rem;width:41.8125rem;height:1rem;font-size:1.125rem;display:block; }#WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #WwQOW8nf6cGvEXEeGVb0AlaBa4uQKAto { top:36.375rem;left:0rem;width:39.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqmuR7dLKcioaBkPaemiD5eOlqAJs06 { top:40rem;left:0rem;width:39.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 { top:40.875rem;left:0rem;width:41.8125rem;height:1rem;font-size:1.125rem;display:block; }#vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #IP53f46VDnM7FFypiHbTsMM8kGaUvuTp { top:44.375rem;left:0rem;width:41.8125rem;height:1rem;font-size:1.125rem;display:block; }#IP53f46VDnM7FFypiHbTsMM8kGaUvuTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #kCXH6eNtllVG2009KVv9HPwAxWpifv7r { top:43.5rem;left:0rem;width:39.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o { display:block; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHrGDNkvZJcE4Jgsy8CIqJeIDRRhA1CX { width:47.75rem;height:2.0625rem;top:14.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmo0XWrVS5g9n7KRhrUVkM8gGytzqit6 { top:4.6875rem;left:0rem;width:23.625rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdxrFKTcx15oZ8qNlwTqwdEXWWXHg48C { top:6.75rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UecOStdHvHAvGcvHufnUfhLie3pDGDy1 { top:17.8125rem;left:0rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRugCU5DPQDl4NcKFiENlhCaL0uhQiVE { top:23.125rem;left:0rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLempSFTwzwDWENg7dSfeC3qS47ISbT { top:25.1875rem;left:0rem;width:17.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vruQoPlpq07xUBy7yN0mk3T9ryJuT8c3 { top:18.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOiR24NwaxrBQbBdJxBt55ZGqpoVZSds { top:19.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZfoTVnaTTXh0K5kUmlEllmtJXylKr0i { top:17.8125rem;left:14.375rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSUVCrsWg3pZFwSCA0qt2i6iWreVXppD { top:25.1875rem;left:15.0625rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3C5UWgAutRBREJpEAtiJuUixt7V4LyE { top:23.125rem;left:15.1875rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7T2nUiSl77P0a0qMim4VkhrPi0SH2LA { top:18.6875rem;left:14.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faH7sTPXyb8AGthlqnVd2ld5RvxZSADO { top:19.375rem;left:15.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG14QFofN1hTFbvG8dsU6PKkHnMHWFHr { top:17.8125rem;left:28.5625rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shMzMeXpEyKQnnZRzDwMZOAbgPIp7pI5 { top:25.1875rem;left:30.25rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBLLLSNqBtAehBSzMcK9pLkx4zKz626w { top:23.125rem;left:30.25rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gyLElrxKJuk8e6oMap96KBtsCVXfHN { top:18.6875rem;left:35.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWpJ91zB7UPGWhmP6kpPTT5JpqSqKVvc { top:19.3125rem;left:36.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGIb236V5EsB8F682LqLaJZuOHyWRLmC { top:33.5625rem;left:28.5625rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhHmHnPvVV3UguSVSLKOc3DkRbnvacT { top:35.125rem;left:36.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5HDmwEx0hO5vw3g1RDbN42Mr0RTrmRy { top:34.4375rem;left:35.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzuhAqgggXPVtfk0SHkQnWxXZgW9kIZ8 { top:38.875rem;left:30.25rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhoOE0ul8EJBeSmziawZ53aONEp0eJUS { top:40.9375rem;left:30.25rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B33W3K8XXIzBShPNuvtBLbzGlVar22WT { top:33.625rem;left:14.375rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXVM6ZiAuipbhlE5RTNO891TFJttnQg9 { top:35.1875rem;left:15.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILG2F9exRe2CC528X03kTUoJm2RywRhD { top:34.5rem;left:14.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruVETvXf4BC2mtOfWf45atozFXabmLy { top:38.9375rem;left:15.25rem;width:17.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1V7S8tTIdg9y77dmGSEwuZPZPkLE1H { top:41rem;left:15.125rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrKEt1TuWOsQaXfnuTcyb7kTeIQ1iTv { top:33.625rem;left:0rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrl3neKWTTVhPThPhfxLTofluKqH1ReB { top:35.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SheiycSLxrUuZHfNoZicdPQJMK5FRioA { top:34.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTyByrTS9M8B6hySqqcGHNesEIoTX9b { top:38.875rem;left:0rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #um3SZ5iX8pRNGbJwE96U6pSchBIq2HXP { top:40.9375rem;left:0rem;width:17.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTalfKwaU6nCNgicIFGVHfinSqpc86kP { display:block; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxWa2IWO89f3BD3BfQMI7FE518aHpUbE { width:29.6875rem;height:6.1875rem;top:18.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0HdglUmtOGnrBZWCxZFwTJpIknqIUC { top:4.3125rem;left:0rem;width:23.625rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZUA1SW41f1AwThKIWD0qXQxPC5FbT8F { top:8.0625rem;left:0rem;width:30rem;height:8.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2iuR4wN63bnaTigwlTdrNyV0mXP94T { top:5.1875rem;left:30.25rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMEAtglk6rTS6iXwIFTinMb8VbVqfzK7 { top:8.0625rem;left:25.3125rem;width:22.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2T6nN8JW2o66nNy4tUzVp2HZTXLP0zZ { top:4.4375rem;left:27.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInVGzGOVszb4vPRCCpUgVQBVQXTyDT3 { top:5.1875rem;left:28.15625rem;width:1.125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqFaQcBFtF8EeRxB0TtvaFaJgaaTaTVm { top:14.4375rem;left:28.25rem;width:1.125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osSbXVeRFASBzkm9fVJpTrClZ6k4nt8q { top:13.6875rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exQmcrGiHR0yqTK9n2l4suT1l1adgeT2 { top:14.4375rem;left:30.25rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFPs4ayzqbGpW0paz5FvMPZIq6FQKmGm { top:17.3125rem;left:25.3125rem;width:22.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dalbIuAyZM8KuXc2fBrPXc8ZEuXfGkcT { top:23.6875rem;left:28.1875rem;width:1.125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhpmO7MPhb0MIkNr89a5wx5nphT7VIU5 { top:22.9375rem;left:27.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxWMdoXa4fOq2JTonT10RIMahGodThCq { top:23.6875rem;left:25.375rem;width:22.375rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7frqo7TFbJZNPewW2gOH8m4R9lrKODM { top:26.5625rem;left:25.3125rem;width:22.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXQFuXkcisSZBThDrgMxxTR57x06teo { top:32.9375rem;left:28.25rem;width:1.125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPFBdUKkD1p3edPNJPrcAz2eAwovO13t { top:32.1875rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRkMSGTCUpzvWZPmZWwwmdFU3qxUhRT { top:32.9375rem;left:25.375rem;width:22.375rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbiBqUDcnwI64JzouMgpsTfPA6VTgyDa { top:35.8125rem;left:25.3125rem;width:22.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmWDwPU80PK2sKs0mSvgUCDHMEUbHCk { top:27.125rem;left:28.5625rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZe5v8bVrQSyXzQiCTZpVr1uw9NEuoZT { top:17.625rem;left:28.5625rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcOHThcNUH1guLlFk1NaoCawM3Humza { top:8.5625rem;left:28.5625rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 { display:block; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV2kcTaVGMMk789GZSLWSzA6eTqRfqGN { width:47.75rem;height:4.125rem;top:12.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtAwP38edTLIhW0tuCvA9W0SPr1iqeE { top:4.6875rem;left:0rem;width:23.625rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JluSNX9z8CEw9PVxdceTJTmT0L5gidkC { top:6.75rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnEb4hROHenCcl2WC9NuKcwwipGDPtCq { top:17.8125rem;left:0rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcCda1TMWBcaFEClNxru2dlu4KAdziq { top:20.4375rem;left:0rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGkDTgD3HChvKuaceSrPgTpSNhrJ5Wr3 { top:25.1875rem;left:0rem;width:17.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fermobRyJlKAuglUX2qSkNWa3kQyDetF { top:17.8125rem;left:14.375rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coy1nSRpakHxlqb1gV4QbSA9isdVLDVP { top:17.8125rem;left:28.5625rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJ5XiGhNSdkctPvV47RnoipDndZRPpt { top:33.5625rem;left:28.5625rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sScJFSwM5yxKPHtaX2GLsaWWBl6GdlkU { top:33.625rem;left:14.375rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnSCBh5qwsrTaXT7v0XSyDAspxvbmwFi { top:33.625rem;left:0rem;width:19.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFfaRgd1Cy6aih4WTEOrygG6HuQylWD2 { top:22.9375rem;left:0rem;width:16.4375rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHH3oFQFkuiocasRzOSWDNEG4PVsRsyS { top:19.875rem;left:5.34375rem;width:6.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgMR3Uc0HiRzqS1ALacbJghkgPXzRAa { top:25.125rem;left:15.0625rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF3Doekhku5JZTJHFo0aPvmKEWgGGUI2 { top:22.9375rem;left:15.1875rem;width:16.4375rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdA2y6A8mKpucNtgC5AkPm6uduAoSCMx { top:20.4375rem;left:15.1875rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX2wceU6yBVAXhXwtVu0sqmzwwpyHqKb { top:25.1875rem;left:30.25rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1C6Ntqe7EGQaKqgXHgFUD4N8ZsZ6TSk { top:23rem;left:31.3125rem;width:16.4375rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7P5cWkILr4mfHLy2kfeCwbpSnCcCHPf { top:20.5rem;left:30.25rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maTeOmqHUFAMH4suKeb9brukUiNHaiEE { top:36.75rem;left:0rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcAv0RF1xNMQKVX62Tli43BETxsE3Cd2 { top:39.25rem;left:0rem;width:16.4375rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Rudulx8Q65IdvKgt4NSvsTXmnakDab { top:41.4375rem;left:0rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOk6J5uRWJeqJP4TZGJPNWHorb55EMkZ { top:36.75rem;left:15.3125rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0XbJUcPFTsD5bSpmCr1T6KIf6O8zm9a { top:39.25rem;left:15.3125rem;width:16.4375rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBSASlgQUEDlAQpVw0NwJhvvvHDFPzb { top:41.4375rem;left:15.1875rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f64SadTJXlTGGVxAmDaKLVihsFxyU3Ue { top:36.75rem;left:30.25rem;width:17.5rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBafqEzZ48NbcSOUTVFAt9xb4Ev3ssKX { top:39.25rem;left:31.3125rem;width:16.4375rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnmOWpNRchotaUM8aoAk4ehfVMq6AaXL { top:41.4375rem;left:30.25rem;width:17.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn { display:block; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8E47xKlRUHBQlrJkiKZPbdCwutIumrk { width:39.1875rem;height:4.125rem;top:21.625rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAhzHafcOmBxk2qpVzz4zdrT2PL5UaG { top:11.5625rem;left:18.5rem;width:10.875rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbquzLa1Ai2PM6V7Ff5xlSwyWS8lltcw { top:14.875rem;left:5.5rem;width:36.9375rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG9U1E37kkVM6Lxt9g1Qt1nSPmuXyzIE { top:6.875rem;left:0.4375rem;width:46.875rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKKG15KLNJqVrqw3KCTNWTAIMi5TzFTh { width:15.625rem;height:3.4375rem;top:28.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJQuWp343wIKXpuIGSbEbesRHSv3lTG { display:block; }
 }@media only screen and (max-width: 763px) { #iDm9QStCSJVPwwa7AJB2dT7tq4toH70M { display:block; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C73lSgf6lmLH9tfgmxMiZnUQWpmNdt { top:1.375rem;left:0rem;width:7.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOrqpmnI6EtUtks1wasTQgtDGBcwbxM { top:2.375rem;left:34.125rem;width:13.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 { display:block; }#AWikPJCIk47XGk4HB7cGvuC3MTSOwSd1 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:6.125rem;height:2.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1qKWchIlqgWOdDUtI9o9BB9SOT1Vs9 { width:5.6875rem;height:1.875rem;top:1.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCpdotZ0ws8V35isr17QKMpRBTUUGAT { width:7.9375rem;height:2.625rem;top:1.0625rem;left:12.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItzCu0exiqAgv5SxJJXCRBoiFvLs9LI { display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7ab62eb-4331-4f12-a55a-5cec2119c3e0/portada01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:8.00155625rem;top:5.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:19.996125rem;height:8.4375rem;top:15.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-text {padding-top: 0; padding-bottom: 0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-select {padding-top: 0; padding-bottom: 0;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh  { width:17.124625rem;height:auto;top:44.557026863098rem;left:0.18515622615814rem; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh {display:block;}#qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh { width:17.124625rem;height:auto;top:44.557026863098rem;left:0.18515622615814rem; }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #e48sKyg4bHl3EZxthnFnJDNggiQvaLde {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #vvcgTqypqI6UxrUhfmTDbJLwuWK4zyft {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #EePXWNTsH1Pe2g6DJEFbC6ezlgmIFUDE {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #KIwon8Xvww5TL4X5TxAmAeauvEzR6dJL {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Xi31zMVah8lITRzxCrzWZCQROrrOzATb {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #cIJeCvi4xUa5E8E5CQ97eykql4Mzpng3 {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #eud3Xs9KJkm0UaMGA9icSTvhAZZEsnTk {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #pL9cS8IFfpvH45uHxpazVryUBc2VJkcL {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #mSQfxIRbwJdpGpNKZ3GU01tQAldcG3ln {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #wqehdNFfE5v3KwyXp7MB66uWTrHUySx6 {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #qy0U60xFTJXKhMLkiTZPzzHb9Pahk6BH {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #bve6cgqqmlxMyk1ZelGgvFRaiWJFPaDN {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #U15EFmyUMHJgZZZyk74gs9ihf0AUiTrw {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #UuNaCgW4GMknLzGCGytLZDx8Wn2E0KxR {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #uTtiV2txDPwo54aPT1EAeIHE9tTLXO6H {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Qkm5BadIQ7bieK1xKinLPP6JevIGKFdc {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #lWAbkPqvbUTx453y7vgh79vkBv9HbQyU {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #yipsBxihTosUQ619cPa6NBimQPRmNicG {  }
 }@media only screen and (max-width: 763px) { #xkwtfq9GQgzgXcbWBHzqGSPxknwLALlz { display:block; }
 }@media only screen and (max-width: 763px) { #IUMFCRfRIlKVENiukE8T8eruZaQgSuas { display:block; }
 }@media only screen and (max-width: 763px) { #qE7kCAzeP6dp72Fm2GtWRk7Tn3esPHlB { display:block; }
 }@media only screen and (max-width: 763px) { #heyzECb2EslBfvXNVwHRTJid7l4xrqQh { display:block; }
 }@media only screen and (max-width: 763px) { #VLSVPcXqW0mF0vAI4dRPoiHaL67SfRNL { display:block; }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #BX2xRgZ9uDdGJhLrOiBdBtwzEJJToE4Z {  }
 }@media only screen and (max-width: 763px) { #qM7Rd4suJCNJt6RVfVNmLFzZ0GHTVyfh #Vyt90HLNU7nmlyp9ndiwy2GQDcggHURg {  }
 }@media only screen and (max-width: 763px) { #gtsuxwR1we8wW2Sn5ThKiQi6MQNNkUIp { width:19.875rem;height:36rem;top:37.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6QX5BPSxbh2iVQE5Gn1Th4anfkyyu1S { width:20rem;height:1.125rem;top:39.18359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XnWwvite12RWpRpMxPbTOOPiGcrZoMTF { width:13.5rem;height:1.37109375rem;top:34.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5gSs6yCFLTNQZtSiZT715dVZ2knDDto { width:19.187125rem;height:1.75078125rem;top:41.643747806549rem;left:0.40429681539536rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BoAgask76DXHaNKk3WWSXMs7awU3yNoH { width:19.875rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKKMMpdtoNOSUzipqLsD84VIqhqMdg3a { width:20rem;height:0.8753875rem;top:2.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #b2MHFJAFNFI9yBGNTip4xUE4thD8kciv { width:20rem;height:6.75rem;top:25.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sN8RUHSQ2pep1We4KHSICDinQbnyQyTC { background-color:rgba(255,255,255,0.91);background-image:url("https://images.assets-landingi.com/uc/675e5ba8-ac9e-47a1-890e-e8cfdcb5663c/dj_bg_particles_8s.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC.adaptive-delivery-prevent-bg, #sN8RUHSQ2pep1We4KHSICDinQbnyQyTC.lazyload, #sN8RUHSQ2pep1We4KHSICDinQbnyQyTC.lazyloading { background-image: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container { background-color: transparent; background-image: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container > .video-iframe-container { display: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row > .video-iframe-container { display: none; }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .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); }#sN8RUHSQ2pep1We4KHSICDinQbnyQyTC > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUda8cR2776yw6V4ry1lWZDkok4zoUve { width:19.999rem;height:17.0625rem;top:10.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwfBgD2SJ5mqDrhsmOTOtlD6tvyoyrPk { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FoNlzkab63WSVwPQWuZye6nGl6HgE50H { width:20rem;height:6.00116875rem;top:3.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hCX0oWTQmormw7RLWyH9eJeRvmo4XScx { width:19.875rem;height:5.3125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI { width:17.1875rem;height:3.375rem;top:30.21875rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#V5JyRLahgOBeeup9ZUx8de7EEUuOW5AI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx { width:17.1875rem;height:2.25rem;top:39.34375rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#WeWfEFG4QJpdDE4JLpxefigCMlmUFEbx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #WwQOW8nf6cGvEXEeGVb0AlaBa4uQKAto { width:19.875rem;height:5.3125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqmuR7dLKcioaBkPaemiD5eOlqAJs06 { width:19.875rem;height:5.3125rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 { width:17.1875rem;height:3.375rem;top:46.21875rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#vkEUZ97CoC0tgr3ahrSxb6Hq47Jrrfu7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #IP53f46VDnM7FFypiHbTsMM8kGaUvuTp { width:17.1875rem;height:3.375rem;top:53.65625rem;left:1.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#IP53f46VDnM7FFypiHbTsMM8kGaUvuTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_345a6707f8057de86f741b3e4bc093d919c4a6f4.svg); }
 }@media only screen and (max-width: 763px) { #kCXH6eNtllVG2009KVv9HPwAxWpifv7r { width:19.875rem;height:5.3125rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-size:cover !important;display:block; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container { background-color: transparent; background-image: none; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container > .video-iframe-container { display: none; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row > .video-iframe-container { display: none; }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .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); }#mJ9ECeAKEu7T7BHFLOoFllKrKKcdnh2o > .row .container { width:20rem;height:108.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHrGDNkvZJcE4Jgsy8CIqJeIDRRhA1CX { width:19.999rem;height:2.625rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmo0XWrVS5g9n7KRhrUVkM8gGytzqit6 { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sdxrFKTcx15oZ8qNlwTqwdEXWWXHg48C { width:20rem;height:6.00116875rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UecOStdHvHAvGcvHufnUfhLie3pDGDy1 { width:19.0625rem;height:14.25rem;top:14.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRugCU5DPQDl4NcKFiENlhCaL0uhQiVE { width:17.5rem;height:1.375rem;top:20.0625rem;left:1.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SsLempSFTwzwDWENg7dSfeC3qS47ISbT { width:17.5rem;height:2.998825rem;top:22.125rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vruQoPlpq07xUBy7yN0mk3T9ryJuT8c3 { width:3.125rem;height:3.125rem;top:15.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOiR24NwaxrBQbBdJxBt55ZGqpoVZSds { display:flex;width:1.875rem;height:1.875rem;top:16.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #HZfoTVnaTTXh0K5kUmlEllmtJXylKr0i { width:19.0625rem;height:14.25rem;top:30.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSUVCrsWg3pZFwSCA0qt2i6iWreVXppD { width:17.5rem;height:2.998825rem;top:37.75rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #b3C5UWgAutRBREJpEAtiJuUixt7V4LyE { width:17.5rem;height:1.375rem;top:35.6875rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #G7T2nUiSl77P0a0qMim4VkhrPi0SH2LA { width:3.125rem;height:3.125rem;top:31.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faH7sTPXyb8AGthlqnVd2ld5RvxZSADO { display:flex;width:1.875rem;height:1.875rem;top:32.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #tG14QFofN1hTFbvG8dsU6PKkHnMHWFHr { width:19.0625rem;height:14.25rem;top:46rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shMzMeXpEyKQnnZRzDwMZOAbgPIp7pI5 { width:17.5rem;height:2.998825rem;top:53.375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GBLLLSNqBtAehBSzMcK9pLkx4zKz626w { width:17.5rem;height:1.375rem;top:51.3125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #b3gyLElrxKJuk8e6oMap96KBtsCVXfHN { width:3.125rem;height:3.125rem;top:47.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWpJ91zB7UPGWhmP6kpPTT5JpqSqKVvc { display:flex;width:1.875rem;height:1.875rem;top:47.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UGIb236V5EsB8F682LqLaJZuOHyWRLmC { width:19.0625rem;height:14.25rem;top:92.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhHmHnPvVV3UguSVSLKOc3DkRbnvacT { display:flex;width:1.875rem;height:1.875rem;top:94.6875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #A5HDmwEx0hO5vw3g1RDbN42Mr0RTrmRy { width:3.125rem;height:3.125rem;top:94rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzuhAqgggXPVtfk0SHkQnWxXZgW9kIZ8 { width:17.5rem;height:1.375rem;top:98.1875rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DhoOE0ul8EJBeSmziawZ53aONEp0eJUS { width:17.5rem;height:2.998825rem;top:100.25rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #B33W3K8XXIzBShPNuvtBLbzGlVar22WT { width:19.0625rem;height:14.25rem;top:77.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXVM6ZiAuipbhlE5RTNO891TFJttnQg9 { display:flex;width:1.875rem;height:1.875rem;top:79.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ILG2F9exRe2CC528X03kTUoJm2RywRhD { width:3.125rem;height:3.125rem;top:78.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruVETvXf4BC2mtOfWf45atozFXabmLy { width:17.5rem;height:1.375rem;top:82.5625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SM1V7S8tTIdg9y77dmGSEwuZPZPkLE1H { width:17.5rem;height:2.998825rem;top:84.625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SQrKEt1TuWOsQaXfnuTcyb7kTeIQ1iTv { width:19.0625rem;height:14.25rem;top:61.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrl3neKWTTVhPThPhfxLTofluKqH1ReB { display:flex;width:1.875rem;height:1.875rem;top:63.375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #SheiycSLxrUuZHfNoZicdPQJMK5FRioA { width:3.125rem;height:3.125rem;top:62.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTyByrTS9M8B6hySqqcGHNesEIoTX9b { width:17.5rem;height:1.375rem;top:66.875rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #um3SZ5iX8pRNGbJwE96U6pSchBIq2HXP { width:17.5rem;height:3.9984375rem;top:68.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FTalfKwaU6nCNgicIFGVHfinSqpc86kP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), #13101f);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), #13101f);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), #13101f);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), #13101f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#13101f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#13101f' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), #13101f);background-size:cover !important;display:block; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container { background-color: transparent; background-image: none; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container > .video-iframe-container { display: none; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row > .video-iframe-container { display: none; }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .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); }#FTalfKwaU6nCNgicIFGVHfinSqpc86kP > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxWa2IWO89f3BD3BfQMI7FE518aHpUbE { width:19.999rem;height:3.9375rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0HdglUmtOGnrBZWCxZFwTJpIknqIUC { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZZUA1SW41f1AwThKIWD0qXQxPC5FbT8F { width:20rem;height:8.0015625rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lk2iuR4wN63bnaTigwlTdrNyV0mXP94T { width:17.5rem;height:1.375rem;top:8.125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lMEAtglk6rTS6iXwIFTinMb8VbVqfzK7 { width:20rem;height:2.998825rem;top:25.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #G2T6nN8JW2o66nNy4tUzVp2HZTXLP0zZ { width:3.125rem;height:3.125rem;top:3.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInVGzGOVszb4vPRCCpUgVQBVQXTyDT3 { width:1.125rem;height:1.875rem;top:4.4052734375rem;left:9.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NqFaQcBFtF8EeRxB0TtvaFaJgaaTaTVm { width:1.125rem;height:1.875rem;top:30.625rem;left:9.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #osSbXVeRFASBzkm9fVJpTrClZ6k4nt8q { width:3.125rem;height:3.125rem;top:29.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exQmcrGiHR0yqTK9n2l4suT1l1adgeT2 { width:17.5rem;height:1.375rem;top:34.375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gFPs4ayzqbGpW0paz5FvMPZIq6FQKmGm { width:20rem;height:2.998825rem;top:47.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dalbIuAyZM8KuXc2fBrPXc8ZEuXfGkcT { width:1.125rem;height:1.875rem;top:52.8125rem;left:9.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZhpmO7MPhb0MIkNr89a5wx5nphT7VIU5 { width:3.125rem;height:3.125rem;top:52.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxWMdoXa4fOq2JTonT10RIMahGodThCq { width:20rem;height:1.375rem;top:56.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #n7frqo7TFbJZNPewW2gOH8m4R9lrKODM { width:20rem;height:2.998825rem;top:64.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nhXQFuXkcisSZBThDrgMxxTR57x06teo { width:1.125rem;height:1.875rem;top:69.8125rem;left:9.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KPFBdUKkD1p3edPNJPrcAz2eAwovO13t { width:3.125rem;height:3.125rem;top:69.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRkMSGTCUpzvWZPmZWwwmdFU3qxUhRT { width:20rem;height:2.75rem;top:73.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xbiBqUDcnwI64JzouMgpsTfPA6VTgyDa { width:20rem;height:2.998825rem;top:77.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nlmWDwPU80PK2sKs0mSvgUCDHMEUbHCk { width:0.125rem;height:4.375rem;top:59.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZe5v8bVrQSyXzQiCTZpVr1uw9NEuoZT { width:0.125rem;height:4.375rem;top:42.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcOHThcNUH1guLlFk1NaoCawM3Humza { width:0.125rem;height:4.375rem;top:20rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 { background-color:rgba(255,255,255,0.91);background-image:url("https://images.assets-landingi.com/uc/675e5ba8-ac9e-47a1-890e-e8cfdcb5663c/dj_bg_particles_8s.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6.adaptive-delivery-prevent-bg, #TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6.lazyload, #TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6.lazyloading { background-image: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container { background-color: transparent; background-image: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container > .video-iframe-container { display: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row > .video-iframe-container { display: none; }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .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); }#TVqLOUaa0lv0UG8St5oeLzi8Q4ASZ8x6 > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV2kcTaVGMMk789GZSLWSzA6eTqRfqGN { width:19.999rem;height:3.9375rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtAwP38edTLIhW0tuCvA9W0SPr1iqeE { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JluSNX9z8CEw9PVxdceTJTmT0L5gidkC { width:20rem;height:6.00116875rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KnEb4hROHenCcl2WC9NuKcwwipGDPtCq { width:19.0625rem;height:14.25rem;top:16.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcCda1TMWBcaFEClNxru2dlu4KAdziq { width:17.5rem;height:1.375rem;top:18.7490234375rem;left:1.21875rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xGkDTgD3HChvKuaceSrPgTpSNhrJ5Wr3 { width:17.5rem;height:3.9984375rem;top:23.4375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fermobRyJlKAuglUX2qSkNWa3kQyDetF { width:19.0625rem;height:14.25rem;top:31.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coy1nSRpakHxlqb1gV4QbSA9isdVLDVP { width:19.0625rem;height:14.25rem;top:47.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJ5XiGhNSdkctPvV47RnoipDndZRPpt { width:19.0625rem;height:14.25rem;top:94.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sScJFSwM5yxKPHtaX2GLsaWWBl6GdlkU { width:19.0625rem;height:14.25rem;top:78.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnSCBh5qwsrTaXT7v0XSyDAspxvbmwFi { width:19.0625rem;height:14.25rem;top:62.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFfaRgd1Cy6aih4WTEOrygG6HuQylWD2 { width:16.4375rem;height:2.25rem;top:21.2265625rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xHH3oFQFkuiocasRzOSWDNEG4PVsRsyS { width:6.9375rem;height:2.375rem;top:18.1806640625rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgMR3Uc0HiRzqS1ALacbJghkgPXzRAa { width:17.5rem;height:2.998825rem;top:39rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oF3Doekhku5JZTJHFo0aPvmKEWgGGUI2 { width:16.4375rem;height:1.125rem;top:36.8125rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kdA2y6A8mKpucNtgC5AkPm6uduAoSCMx { width:17.5rem;height:1.375rem;top:34.3125rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QX2wceU6yBVAXhXwtVu0sqmzwwpyHqKb { width:17.5rem;height:2.998825rem;top:54.6875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D1C6Ntqe7EGQaKqgXHgFUD4N8ZsZ6TSk { width:16.4375rem;height:1.125rem;top:52.5rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u7P5cWkILr4mfHLy2kfeCwbpSnCcCHPf { width:17.5rem;height:1.375rem;top:50rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #maTeOmqHUFAMH4suKeb9brukUiNHaiEE { width:17.5rem;height:1.375rem;top:66.0625rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EcAv0RF1xNMQKVX62Tli43BETxsE3Cd2 { width:16.4375rem;height:1.125rem;top:68.5625rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V3Rudulx8Q65IdvKgt4NSvsTXmnakDab { width:17.5rem;height:2.998825rem;top:70.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sOk6J5uRWJeqJP4TZGJPNWHorb55EMkZ { width:17.5rem;height:1.375rem;top:81.6875rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a0XbJUcPFTsD5bSpmCr1T6KIf6O8zm9a { width:16.4375rem;height:1.125rem;top:84.1875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #exBSASlgQUEDlAQpVw0NwJhvvvHDFPzb { width:17.5rem;height:2.998825rem;top:86.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f64SadTJXlTGGVxAmDaKLVihsFxyU3Ue { width:17.5rem;height:1.375rem;top:97.375rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VBafqEzZ48NbcSOUTVFAt9xb4Ev3ssKX { width:16.4375rem;height:1.125rem;top:99.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RnmOWpNRchotaUM8aoAk4ehfVMq6AaXL { width:17.5rem;height:2.998825rem;top:102.0625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13101f', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #13101f, rgba(var(--color-primary-4),1));background-size:cover !important;display:block; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container { background-color: transparent; background-image: none; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container > .video-iframe-container { display: none; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row > .video-iframe-container { display: none; }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .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); }#WqqQJEgX8sKVK0MuDzWVaRN4vgFEhLbn > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8E47xKlRUHBQlrJkiKZPbdCwutIumrk { width:19.9980625rem;height:2.625rem;top:18.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAhzHafcOmBxk2qpVzz4zdrT2PL5UaG { width:10.875rem;height:1.125rem;top:6.125rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TbquzLa1Ai2PM6V7Ff5xlSwyWS8lltcw { width:20rem;height:8.0015625rem;top:9.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dG9U1E37kkVM6Lxt9g1Qt1nSPmuXyzIE { width:19.875rem;height:30.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKKG15KLNJqVrqw3KCTNWTAIMi5TzFTh { width:15.625rem;height:3.4375rem;top:23.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJQuWp343wIKXpuIGSbEbesRHSv3lTG { display:block; }
 }@media only screen and (max-width: 763px) { #iDm9QStCSJVPwwa7AJB2dT7tq4toH70M { display:block; }#iDm9QStCSJVPwwa7AJB2dT7tq4toH70M > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C73lSgf6lmLH9tfgmxMiZnUQWpmNdt { width:11rem;height:4.625rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOrqpmnI6EtUtks1wasTQgtDGBcwbxM { width:13.625rem;height:1.3816375rem;top:7.125rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }