.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:253,225,216;--color-primary-1:248,166,139;--color-primary-2:244,106,62;--color-primary-3:255,141,7;--color-primary-4:254,140,0;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:23,155,185;--color-secondary-4:16,20,37;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:136,136,136;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d2867;background-image:url("https://images.assets-landingi.com/uc/68401bf9-6752-4cf8-a3cd-52b01a955c86/KVAPD2026NeurologiaD.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.adaptive-delivery-prevent-bg, #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.lazyload, #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.lazyloading { background-image: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { background-color: transparent; background-image: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container > .video-iframe-container { display: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container { display: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .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); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { border-width: 0; border-radius: 0; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#kLLtKdv33cxwJ3OSLiCMxOH8t8v1TmFR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FymGIgOvXAL888gqeFORKL16fh3LvF6h { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:43.75rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xz4OWpBWoQtxhdNW6lcHs66HLeKQLOWb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:19rem;display:block; }
#n71QGFtdqAfTOGKzcwoSld74gf9wEHAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tpAvbfxOFG8Jsxrv9Q79P0VS3PtqSlWW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:13.4375rem;display:block; }
#Z17FIz1bEpWzqbghEpxJ3q3WH3fAFc8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sg4CGx066CRHU6CAhil688BGpaIJ2Txi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:24.75rem;display:block; }
#tArMK0BPEEo3ZTiTueImbTkOaXHWbx2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dn7siZB8qTlTbnmPoSeguA0csXoItTD6 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;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:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#OLAWNMs5kO0mAURF56EOrW08Fkp7HnKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgSeuIJa7gM1mXSzP1MKTSfRgTKlbNNM { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#RJSACTGuhTLXFUg3uK9AdXaQGaRDonpi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qr5DADTylGEPNFEaIXp7LHiEIC4ngbPM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.5625rem;left:37.5rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#JlPAMfV0AuqGbpFRITfyW70NEoBI5c4m { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#LszNi4yvUgzX3r2RQXLZ3ZHv9lP0ko1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srOuUthD8QpwsZ56CA7Hn0NsNGvixUMt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1dR4urp0caR7zeV9BTQZCqiPDGFBi0E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:28.125rem;display:block; }
#yXtvPLHm6k5l0WTK39CIsh94uJnSFZ0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnIHWUzthxcL4JuatJR2vyl853aBJFHc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#NTa6JLlsURqNoxWwUTurZkCuyfdrkvhl { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#29164b;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#uxKy1SPgkJkaOUbGEtyvry89e66bqBIa { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#JF2K8knS6Fryht0FnKhCKgfzJTd9HEcK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54rem;width:75rem;display:none; }
#MsG6654T9oPcLIgGaJyTqz3QPMlRtLcK { background-color:rgba(var(--color-secondary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#slJldmuiLJp9ZWgrTJ1DULKHMLQs43Fa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCkDSvR308X7lcOmIGeIJQnmW1oZzXu9 { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.75rem;overflow:hidden;display:block; }
#ahm8eWXcLJ7h4R0nzVtiv6nCawq7VLSL { color:#29164b;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15162;line-height:1.2;letter-spacing:0;top:4.0625rem;left:68.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQpa5y0zG7TODOrtemoylSIXD1Cf1xh3 { color:#29164b;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15163;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bIuTF4wzauXHVMNeJ8e7RzMzXwd17UsW { color:#29164b;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:9.625rem;left:68.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVbH9iiRlp8RuRrF4Via2bTmbAARn8II { color:#29164b;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15165;line-height:1.2;letter-spacing:0;top:11.875rem;left:68.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrcqQPiNbbrpf0Bi1U3u9GADQlqq3itN { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:8.4375rem;left:68.75rem;overflow:hidden;display:block; }
#kc1cTOuhLNyg5lO6LC60o5JBV4OCImhF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:5.1875rem;display:block; }
#mcG3T7I74X7y8t5m0D1QDXuBLL0p1T9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#422674;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { background-color: transparent; background-image: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container > .video-iframe-container { display: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container { display: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .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); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { border-width: 0; border-radius: 0; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#XXT6VJSTiqo3nDzKbcT6IETI8Wax5ALL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxNw5gzCE236r360Z026PsFRCdPHPQJa { color:rgba(var(--color-tertiary-0),1);display:block;width:70.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:9.6rem;font-style:normal;display:block; }
#XtCSeDz35FtKGF6qInOSmmGZSabqghTp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:46.46875rem;left:24.8125rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TkPntgqokMciHzhgHTxJ3kzL6DFe7t59 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:44.28125rem;left:65.625rem;overflow:hidden;display:block; }
#TTmWogTxp3A6QVLOLhqGIBqUC4AZmPpr { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#29164b;background-image:none;top:0rem;left:37.5rem;display:block; }
#FKLfru4Km4p7JW2alb3wug43r2A46Fy3 { box-sizing:content-box;height:42.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(41,22,75,0.5);background-image:none;top:8.75rem;left:0rem;display:block; }
#SuX45LTv3Q60X9t68pFd214D80Dqrgol { color:rgba(var(--color-tertiary-0),1);display:block;width:70.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.918746948243rem;left:1.875rem;height:24rem;font-style:normal;display:block; }
#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5763b29-77e0-4864-82e6-cfc62afe8de6/KV_apd_Finall_F_2023_neurologia_TLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN.adaptive-delivery-prevent-bg, #XOHvS3WmopwoEeigc2On1zHPKqdDd6LN.lazyload, #XOHvS3WmopwoEeigc2On1zHPKqdDd6LN.lazyloading { background-image: none; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container { background-color: transparent; background-image: none; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container > .video-iframe-container { display: none; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .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.25); }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row > .video-iframe-container { display: none; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .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); }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container { border-width: 0; border-radius: 0; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN::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; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#qAMKFTnzrRCxOvo2gzaw9wsImAIQv1Gu { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMF0AzDTxuIJ5UXQ1BJKoPGToyclFpZ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3625030517578rem;left:29.125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCNOf7SBhqVhJOgFTLsUd1hs7WcNckwd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:4rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zggf7Jy4o787VSQOX5pKhQMHVOf9Flut { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnKArDN516rkAxpVTJx7JZI2gLQubAyT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.3625030517578rem;left:54.0625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlxTv61bHuMBVR83C547BOO3K4DIBbib { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WmRCaTqBBoG65gmOUdZQVInQhhC6rMo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:1.5625rem;left:0rem; }
#isdG1EPusDrlqVVlW2WkAG7DGOgF97aJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:1.5625rem;left:25rem; }
#SMXQ2WLXU797sk2B5yvKEmRiraWTzEdR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:1.5625rem;left:50rem; }
#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67711927-cc50-4eb2-9ada-e291ec0162c6/apd_CENA_neurologia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E.adaptive-delivery-prevent-bg, #ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E.lazyload, #ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E.lazyloading { background-image: none; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E > .row .container { border-width: 0; border-radius: 0; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E::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; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#q6szIJXAJ64LK7FAgSaVFDIraWnK13aV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.9375rem;left:18.75rem;height:;text-align:center;text-align-last:center;display:block; }
#qluy7F7INqCy7v15bUTSpJDyfr4WTfxq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:37.5rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#oKhKbv08ACZcgKToCiSI7owaK8SevHvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9375rem;left:56.25rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#Ap2vL0JSZr5muPxzNkvCr5f8dTJDAAVz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pba8poIaq5ag0uZsOQk35m76OVgOGXxC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:18.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbZ2EfgKWkcZON6B923JRqXWNZINJ2g3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:37.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZOmsIkmy57961xclfo0zTTIKUDIn4NM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:56.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMQJrzvh2QKZHbD2KCdeSgQyd2TUxeHb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:38.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.125rem;left:17.875rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:39.53125rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:38.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:17.9375rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:39.5rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 { position:relative;display:block; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 { background-color: transparent; background-image: none; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row .container > .video-iframe-container { display: none; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row > .video-iframe-container { display: none; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .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); }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 { border-width: 0; border-radius: 0; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kVVxnV6sBfDz3OMqNFJ49bUMPrqPqT5x { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1250042915344rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMRrL0HtpoyamH4OcZDb9vMIzT8yibh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#tI1SkFQggOBSkgLgQCmw1FhzIsNymHCm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:5.75rem;left:0rem;display:block; }
#Ln9b8lxLtDmWJP3JKaseEs9SlWiWllPD { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.0625rem;height:1.1375rem;font-style:normal;display:block; }
#w93BTyIm9IfqJJTiH9lKv5yQzXy0OSUa { box-sizing:content-box;height:1.375rem;width:4.8125rem;position:absolute;display:block;z-index:15121;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:5.40625rem;left:6.75rem;display:block; }
#G6XhFETsJK9R8Eb2AXyT2V6bBD4a7Eer { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:29.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PBHssnBxncTWtMsAXbUV6TLCH6cCscDm { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:26.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQZyqJ0yT1mIJCUAeeJU2Lfa0RmvJqXR { position:absolute;display:block;z-index:15014;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:24.25rem;left:0rem;display:block; }
#g2n0LBTiTkD3cuZ35JsB7v8P72Mb7GMr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:12.375rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kvPu41w3GepSMmP0ApTJy6vbo0TBGEwf { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:9.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6T2l9IWLyuHVFDQzhrmqrumEKw3stVt { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.625rem;left:0rem;display:block; }
#GMqqogSeVGwmJChLJ30ITcXxwF4NLPlT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5rem;left:0rem;display:block; }
#G2lR9gdaRLbuCTvlExD4GmEwAaTfwIMr { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:14.59375rem;left:1.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ymNeOrXRzvvJbAOBchN1LXQKycG6llwv { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:31.65625rem;left:1.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2Z8lRfz8u9vDUp9dGCkVhotGbGeF87y { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#515151;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.65rem;height:2.4rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:20.149993896484rem;left:1.875rem;display:block; }
#QGX5NAcsILwSWeek9tKA2Sl3khobGm0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZErZi9Jllrb6JggSUZCVRqODevwui3U { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#515151;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:37.21875rem;left:1.875rem;display:block; }
#lMa2QSJ3GBpvcEFoeT2uuMPUl9RRuIMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:16rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:19.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTL7iRbmWD2Mld3ncceeRv0He2ngB9c7 { color:rgba(var(--color-tertiary-2),1);display:block;width:73.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:13rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:22.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFhEqWOApyu41J5FhA70olorKQc2yWZm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.6875rem;left:0rem;display:block; }
#hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:46.125rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:45.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:9.9375rem;left:0rem;display:block; }
#HxXFgmCUZqoxfpuv4rGFak6vyyEgTtiH { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:31.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEXuDaMePQRrH7IOTR2zPLTiBsV32t8c { color:rgba(var(--color-tertiary-4),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:28.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuDaXs7iwNyLqym9EJm853R3VFkdzn1P { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.875rem;left:0rem;display:block; }
#ibOpN8BCw8ZghQwpEHp8wxFCThSUcBJg { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.125rem;left:0rem;display:block; }
#eKFzsZGT75dNTDQDHfrDFtoEtppqsJXM { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:37.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0QuX6htwTkeJgw67yKApzyDoTxSHR4L { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:34.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2QJZq7nry1atFxspn4QIKF64EvRUg0U { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.25rem;left:0rem;display:block; }
#rZqvs17ZJ4iSPbXT8nIKCnqRnACXNzLU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:40.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZsE9zqhm1FV7aKnElbwTAEyAH8cypV5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:0rem;display:block; }
#D9rGZ35WcqnJ21zBJtCtX2awTEMRoGGk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:51.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FezWzvUHxrTcHkpdt8zb8b0io0lk91FO { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:48.97500038147rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#otF8dhsG4nq7BsmLpVdhEumarNKMhnth { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:56.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnyVoAnKdNtk10Tzl4d56xVznaHFw0Ie { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:57rem;left:0rem;display:block; }
#psSTA7MUNVk7T4XlIZiqKxJHTAS3ulpC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.6875rem;left:0rem;display:block; }
#XAfEFl2fVTmPlSwPycJBPGAA1wnnfXsX { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:4.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.25rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:10.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#li1T4WdRvhBwfx76kQ0QO2cgmwyTe6lf { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:6.53125rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.5625rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { background-color: transparent; background-image: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:rgba(var(--color-tertiary-4),1);display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.25rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:10.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gih83MsNFqwSvDhIym9RiU6paD8Pbrtk { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSgoUReVBxHKwICMomGaql6s9FTT1b6A { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { color:rgba(var(--color-tertiary-4),1);display:block;width:67.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.5625rem;left:0rem;display:block; }
#h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.0625rem;left:0rem;display:block; }
#RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:19.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIOOVsTSgT9lGC6TkA4wZ58dqeGUGp5M { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.3125rem;left:0rem;display:block; }
#ax537ZLdOQ3q8EJw5AqgHIDlc0x6QT5m { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:41.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZWS8NwUT9gAQrommrXyBlnnHbiPgD9c { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:37.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.6875rem;left:0rem;display:block; }
#o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:44.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.5625rem;left:0rem;display:block; }
#nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:49.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.375rem;left:0rem;display:block; }
#rFi8StBLw8AvBiQq8ITMeyCoVSkWprWr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:29.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4NahQyVE9qcFC52FcrOw1giKbxHZR3I { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:26.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M4VhCah1Dyd34TFcIkkp5GKLbzcITQRe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.75rem;left:0rem;display:block; }
#BwHRqyG3lJ9IWlTukcd51xFanBTBZUd6 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33rem;left:0rem;display:block; }
#baovTCAD0lVAx4J1APZZ4OZgE1QzT1yS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:32.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { background-color: transparent; background-image: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.125rem;left:0rem;display:block; }
#dV7K17TCtifwJwo98H5O345wF6BOgZkm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q0qI8FRIsh3tJGeTscE7ldsdpueIPZIo { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:12.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.4375rem;left:0rem;display:block; }
#rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkSXBb41ZciI50zGqAai24zvxthkUh1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:19.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.6875rem;left:0rem;display:block; }
#UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#Fyz3hNTsNberO6sNhJ1EaS8kyZOON9yF { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:28.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUJZNLxIVePr73bJmzqANaCHhqwddEs8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRiiTF1TNZe9n2QlVy9LBcZfQJ48Qevp { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.9375rem;left:0rem;display:block; }
#RwRz45RHxKUOKbc4F3ftaLsZLfzSRSEb { color:rgba(var(--color-tertiary-4),1);display:block;width:64.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:31.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwQG0e97smdd8XfoHQVSlox0Wp0ic1sZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.3125rem;left:0rem;display:block; }
#XWRULbe3H9MmwhgW2apGT3GKQmtMCCPe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.0625rem;left:0rem;display:block; }
#kggRACKMFcDEA6yGWpuGMN4U6uGFWJxI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:36.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#422674;background-image:url("https://images.assets-landingi.com/uc/67711927-cc50-4eb2-9ada-e291ec0162c6/apd_CENA_neurologia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { background-color: transparent; background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .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); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { border-width: 0; border-radius: 0; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769805908203rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#422674;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container { background-color: transparent; background-image: none; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container > .video-iframe-container { display: none; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row > .video-iframe-container { display: none; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .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); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container { border-width: 0; border-radius: 0; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#vC6m3qki0iGevLrplKQlZSKb8yHZblby { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#aQ6lx1kSVr9qBVomFw6iXBcHXundhK88 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:5.6rem;display:block; }
#gF76qd8zUR4bOAGaQ2WEPuEVrLBxUaqB { 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:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#L26SZKRpTaiCqXMtPEn2PP9gN5bd3lCs { 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:15141;opacity:1;top:26.3125rem;left:0rem; }
#ORXVbwE0agwWaT7pQvQb5pET1ua04xAs { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:26rem;left:3.125rem;height:7rem;display:block; }
#smvv2TJGdwUrkCTb7Zonh6wXiAKecDiO { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.4rem;display:block; }
#EFrf4Ac4bb83c7qVwK9Js3WJTQ9t63qP { 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:15143;opacity:1;top:10rem;left:39.6875rem; }
#TIDwtkoCHNlZIsPhobaugDTT7yhfuBfD { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.125rem;height:2.8rem;display:block; }
#XbEMwpzqWKJkG2TBerT76qZkq5BPQ5Ec { 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:15141;opacity:1;top:11.5rem;left:0rem; }
#GVTQsPlw8TXTnyTgFAth68b24CbC8ZrH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.125rem;height:8.4rem;display:block; }
#JFQl2e9cTRblsvZiEXf9tbakPWtAFtzP { 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:15143;opacity:1;top:16.0625rem;left:0rem; }
#XawStN1tcQcfV1MkgXRgeCPwgNdL4WSb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.2rem;display:block; }
#GfQhs9aHM8DcmHnP2kiJXILm73xPsCEF { 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:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#GwMgpZKSUOuVsKTTd5Tki8yfSNxRnUgX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:11.8125rem;display:block; }
#Twvr5BXxrqM5b5DhKnrq3WMs5wy6N0zQ { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:24.912498474121rem;left:42.78125rem;height:4.55rem;display:block; }
#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container { background-color: transparent; background-image: none; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container > .video-iframe-container { display: none; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row > .video-iframe-container { display: none; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .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); }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container { border-width: 0; border-radius: 0; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#U9UabTTru0Ut0Tg95TfZUX9QmhTTbsZE { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#LPUBmmVPMDINUOyOvNzPA85pG9E9OzSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siBJ5T5vEQ1QWnLzdDNdCJTHvITPCHke { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS { position:relative;display:block; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS { background-color: transparent; background-image: none; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row .container > .video-iframe-container { display: none; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row > .video-iframe-container { display: none; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .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); }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS { border-width: 0; border-radius: 0; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tKQCH7TWoUSCKwDvcRnXdK09AHFcOF1A { color:#333333;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container { background-color: transparent; background-image: none; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container > .video-iframe-container { display: none; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row > .video-iframe-container { display: none; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .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); }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container { border-width: 0; border-radius: 0; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#oLF0uZ4lVMquvoV2v2Tt0VuemF3GT7eM { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#huUqWgURbISH9myaybknN5Gnr4dUGrCJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:3.875rem;left:14.875rem;overflow:hidden;display:block; }
#xirCS98aR5uCJgAUJLvupnAR08WZVcWV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:13.375rem;left:13.9375rem;overflow:hidden;display:block; }
#WOayEg9Zf9AfBnXslft0A1u4un96L58J { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#FUf45idMNAENUNnscpPkcefozmnCU4BA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:12.25rem;left:47.6875rem;overflow:hidden;display:block; }
#uZqsTrV5zO6brbZ1kLWLkFXzZc0ao1Km { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#bA3X0M90abwFLTEpzbhTwCmvAxcFOR2a { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.25rem;top:3.53125rem;left:46.71875rem;overflow:hidden;display:block; }
#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container { background-color: transparent; background-image: none; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container > .video-iframe-container { display: none; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row > .video-iframe-container { display: none; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .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); }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container { border-width: 0; border-radius: 0; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#K5t67QlgSS6Fxc9kJHhdxbantorPQqn8 { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#uBQJ3bzeSqEdMgarfMqTzTSyTUMmiGMb { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7TOZlageRKaW7fIgP9NMzZHhhCkbkdV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:22.5rem;top:8.5rem;left:26.25rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { position:relative;display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { color:rgba(var(--color-tertiary-3),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:3rem;font-style:normal;display:block; }
#DiECylTzGP8g4Q8xPJVp5kVHWJO096se { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.5625rem;left:0rem;height:3rem;font-style:normal;display:block; }
#wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:40.3125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container { background-color: transparent; background-image: none; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.88); }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container > .video-iframe-container { display: none; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.88); }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row > .video-iframe-container { display: block; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .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); }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container { border-width: 0; border-radius: 0; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW::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; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#BT1ZKV5GIM9fwcnPwmX8Qqwp4X5rqcv5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVT8GMZCr7qKcv96T77hd3Cauam00Mep { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:18.75rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#IFhp7qqQvJ6Bg72WdisUxcoLy1VbKc7f { color:rgba(var(--color-tertiary-0),1);display:block;width:69.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.4375rem;left:0rem;height:11.15625rem;font-style:normal;display:block; }
#vWDSlFBG20wJ8x0M3bUhrLDKStlhFCJO { position:relative;display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #vWDSlFBG20wJ8x0M3bUhrLDKStlhFCJO > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR { background-color:#3d2867;background-image:url("https://images.assets-landingi.com/uc/4f65084d-76f2-4b77-a367-626f324f56e2/KVAPD2026NeurologiaT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.adaptive-delivery-prevent-bg, #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.lazyload, #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.lazyloading { background-image: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { background-color: transparent; background-image: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container > .video-iframe-container { display: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container { display: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .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); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { border-width: 0; border-radius: 0; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kLLtKdv33cxwJ3OSLiCMxOH8t8v1TmFR { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FymGIgOvXAL888gqeFORKL16fh3LvF6h { top:35.143750190735rem;left:3.8000001907349rem;width:42.25rem;height:3.4125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xz4OWpBWoQtxhdNW6lcHs66HLeKQLOWb { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n71QGFtdqAfTOGKzcwoSld74gf9wEHAx { display:block; }
 }@media only screen and (max-width: 1199px) { #tpAvbfxOFG8Jsxrv9Q79P0VS3PtqSlWW { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z17FIz1bEpWzqbghEpxJ3q3WH3fAFc8w { display:block; }
 }@media only screen and (max-width: 1199px) { #sg4CGx066CRHU6CAhil688BGpaIJ2Txi { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tArMK0BPEEo3ZTiTueImbTkOaXHWbx2b { display:block; }
 }@media only screen and (max-width: 1199px) { #dn7siZB8qTlTbnmPoSeguA0csXoItTD6 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OLAWNMs5kO0mAURF56EOrW08Fkp7HnKK { display:block; }
 }@media only screen and (max-width: 1199px) { #cgSeuIJa7gM1mXSzP1MKTSfRgTKlbNNM { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RJSACTGuhTLXFUg3uK9AdXaQGaRDonpi { display:block; }
 }@media only screen and (max-width: 1199px) { #qr5DADTylGEPNFEaIXp7LHiEIC4ngbPM { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #JlPAMfV0AuqGbpFRITfyW70NEoBI5c4m { width:16.25rem;height:3.75rem;top:40rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LszNi4yvUgzX3r2RQXLZ3ZHv9lP0ko1c { display:block; }
 }@media only screen and (max-width: 1199px) { #srOuUthD8QpwsZ56CA7Hn0NsNGvixUMt { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1dR4urp0caR7zeV9BTQZCqiPDGFBi0E { width:5.125rem;height:2.1875rem;top:1.75rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXtvPLHm6k5l0WTK39CIsh94uJnSFZ0p { display:block; }
 }@media only screen and (max-width: 1199px) { #mnIHWUzthxcL4JuatJR2vyl853aBJFHc { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTa6JLlsURqNoxWwUTurZkCuyfdrkvhl { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxKy1SPgkJkaOUbGEtyvry89e66bqBIa { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF2K8knS6Fryht0FnKhCKgfzJTd9HEcK { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MsG6654T9oPcLIgGaJyTqz3QPMlRtLcK { width:16.15rem;height:3.65rem;top:40rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #slJldmuiLJp9ZWgrTJ1DULKHMLQs43Fa { display:block; }
 }@media only screen and (max-width: 1199px) { #TCkDSvR308X7lcOmIGeIJQnmW1oZzXu9 { width:6.25rem;height:7.1875rem;top:20.0625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahm8eWXcLJ7h4R0nzVtiv6nCawq7VLSL { width:6.25rem;height:2.25rem;top:23.5rem;left:32.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQpa5y0zG7TODOrtemoylSIXD1Cf1xh3 { width:6.25rem;height:2.275rem;top:21.25rem;left:32.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bIuTF4wzauXHVMNeJ8e7RzMzXwd17UsW { width:6.25rem;height:2.275rem;top:21.25rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVbH9iiRlp8RuRrF4Via2bTmbAARn8II { width:6.25rem;height:2.25rem;top:23.5rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrcqQPiNbbrpf0Bi1U3u9GADQlqq3itN { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kc1cTOuhLNyg5lO6LC60o5JBV4OCImhF { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcG3T7I74X7y8t5m0D1QDXuBLL0p1T9P { display:block; }
 }@media only screen and (max-width: 1199px) { #yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G { background-color:#422674;background-image:none;display:block; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { background-color: transparent; background-image: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container > .video-iframe-container { display: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container { display: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .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); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { width:47.75rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XXT6VJSTiqo3nDzKbcT6IETI8Wax5ALL { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxNw5gzCE236r360Z026PsFRCdPHPQJa { top:7.8624992370606rem;left:1.25rem;width:44.875rem;height:12.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XtCSeDz35FtKGF6qInOSmmGZSabqghTp { top:58.3125rem;left:30.0625rem;width:8.625rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkPntgqokMciHzhgHTxJ3kzL6DFe7t59 { width:6.5rem;height:7.4375rem;top:56.512500762939rem;left:40rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTmWogTxp3A6QVLOLhqGIBqUC4AZmPpr { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FKLfru4Km4p7JW2alb3wug43r2A46Fy3 { width:47.75rem;height:55.5rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuX45LTv3Q60X9t68pFd214D80Dqrgol { top:22.299999237061rem;left:1.25rem;width:44.875rem;height:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOHvS3WmopwoEeigc2On1zHPKqdDd6LN { display:block; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qAMKFTnzrRCxOvo2gzaw9wsImAIQv1Gu { top:1.5rem;left:19.375rem;width:7.3125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMF0AzDTxuIJ5UXQ1BJKoPGToyclFpZ5 { top:3.0750007629394rem;left:19.375rem;width:10.75rem;height:3.4125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qCNOf7SBhqVhJOgFTLsUd1hs7WcNckwd { top:3.0750007629394rem;left:3.375rem;width:10rem;height:1.1375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #zggf7Jy4o787VSQOX5pKhQMHVOf9Flut { top:1.5rem;left:3.375rem;width:9.1875rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnKArDN516rkAxpVTJx7JZI2gLQubAyT { top:3.0750007629394rem;left:35.239582061767rem;width:9rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #vlxTv61bHuMBVR83C547BOO3K4DIBbib { top:1.5rem;left:35.270832061767rem;width:9.8125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmRCaTqBBoG65gmOUdZQVInQhhC6rMo0 { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #isdG1EPusDrlqVVlW2WkAG7DGOgF97aJ { width:2.5rem;height:2.5rem;top:1.5rem;left:15.916667938233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMXQ2WLXU797sk2B5yvKEmRiraWTzEdR { width:2.5rem;height:2.5rem;top:1.5rem;left:31.895832061767rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E { display:none; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E > .row .container { width:47.75rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #q6szIJXAJ64LK7FAgSaVFDIraWnK13aV { width:7.9375rem;height:4.05rem;top:1.875rem;left:14.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qluy7F7INqCy7v15bUTSpJDyfr4WTfxq { width:7.9375rem;height:4.05rem;top:1.875rem;left:25.8125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKhKbv08ACZcgKToCiSI7owaK8SevHvJ { width:7.9375rem;height:4.05rem;top:1.875rem;left:37.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ap2vL0JSZr5muPxzNkvCr5f8dTJDAAVz { width:7.9375rem;height:1.05625rem;top:6.0750007629394rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pba8poIaq5ag0uZsOQk35m76OVgOGXxC { width:7.9375rem;height:2.1125rem;top:6.0750007629394rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbZ2EfgKWkcZON6B923JRqXWNZINJ2g3 { width:7.9375rem;height:1.05625rem;top:6.0750007629394rem;left:25.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZOmsIkmy57961xclfo0zTTIKUDIn4NM { width:7.9375rem;height:1.05625rem;top:6.0750007629394rem;left:37.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMQJrzvh2QKZHbD2KCdeSgQyd2TUxeHb { width:7.9375rem;height:4.05rem;top:1.875rem;left:2.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:16.125rem;height:1.4625rem;top:1rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.4375rem;height:1.4625rem;top:1rem;left:23.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:13.75rem;height:3.125rem;top:0.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:13.75rem;height:3.125rem;top:0.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:16.125rem;height:1.4625rem;top:1rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.4375rem;height:1.4625rem;top:1rem;left:23.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:13.75rem;height:3.125rem;top:0.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:13.75rem;height:3.125rem;top:0.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 { display:block; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row .container { width:47.75rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kVVxnV6sBfDz3OMqNFJ49bUMPrqPqT5x { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMRrL0HtpoyamH4OcZDb9vMIzT8yibh9 { width:4.375rem;height:1.4625rem;top:3.375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tI1SkFQggOBSkgLgQCmw1FhzIsNymHCm { width:0.625rem;height:0.625rem;top:3.7999992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln9b8lxLtDmWJP3JKaseEs9SlWiWllPD { width:37rem;height:1.1375rem;top:3.4375rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w93BTyIm9IfqJJTiH9lKv5yQzXy0OSUa { width:4.8125rem;height:1.375rem;top:3.3562507629394rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6XhFETsJK9R8Eb2AXyT2V6bBD4a7Eer { width:35.8125rem;height:1.125rem;top:26.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBHssnBxncTWtMsAXbUV6TLCH6cCscDm { width:36.6875rem;height:2.8rem;top:23.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQZyqJ0yT1mIJCUAeeJU2Lfa0RmvJqXR { width:47.75rem;height:0.0625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2n0LBTiTkD3cuZ35JsB7v8P72Mb7GMr { width:35.8125rem;height:1.125rem;top:9.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvPu41w3GepSMmP0ApTJy6vbo0TBGEwf { width:36.6875rem;height:2.8rem;top:6.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6T2l9IWLyuHVFDQzhrmqrumEKw3stVt { width:0.625rem;height:0.625rem;top:24rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMqqogSeVGwmJChLJ30ITcXxwF4NLPlT { width:0.625rem;height:0.625rem;top:6.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2lR9gdaRLbuCTvlExD4GmEwAaTfwIMr { width:44.3125rem;height:4.2rem;top:11.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymNeOrXRzvvJbAOBchN1LXQKycG6llwv { width:44.3125rem;height:5.6rem;top:29.1875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2Z8lRfz8u9vDUp9dGCkVhotGbGeF87y { width:8.75rem;height:2.5rem;top:17.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGX5NAcsILwSWeek9tKA2Sl3khobGm0I { display:block; }
 }@media only screen and (max-width: 1199px) { #mZErZi9Jllrb6JggSUZCVRqODevwui3U { width:8.75rem;height:2.5rem;top:35.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMa2QSJ3GBpvcEFoeT2uuMPUl9RRuIMK { display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:43.8125rem;height:2.925rem;top:7.9375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:14.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:36.6875rem;height:2.7997125rem;top:14.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:17.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTL7iRbmWD2Mld3ncceeRv0He2ngB9c7 { width:40.5rem;height:1.125rem;top:11.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:35.8125rem;height:1.125rem;top:23.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:36.6875rem;height:2.7997125rem;top:20.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:20.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:44.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:36.6875rem;height:2.7997125rem;top:44rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:8.362500190735rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxXFgmCUZqoxfpuv4rGFak6vyyEgTtiH { width:35.8125rem;height:1.125rem;top:30.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEXuDaMePQRrH7IOTR2zPLTiBsV32t8c { width:36.6875rem;height:4.2rem;top:26.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuDaXs7iwNyLqym9EJm853R3VFkdzn1P { width:0.625rem;height:0.625rem;top:26.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibOpN8BCw8ZghQwpEHp8wxFCThSUcBJg { width:0.625rem;height:0.625rem;top:33.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKFzsZGT75dNTDQDHfrDFtoEtppqsJXM { width:35.8125rem;height:1.125rem;top:36.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0QuX6htwTkeJgw67yKApzyDoTxSHR4L { width:36.6875rem;height:2.7997125rem;top:33.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2QJZq7nry1atFxspn4QIKF64EvRUg0U { width:0.625rem;height:0.625rem;top:39.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZqvs17ZJ4iSPbXT8nIKCnqRnACXNzLU { width:36.6875rem;height:2.7997125rem;top:39.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZsE9zqhm1FV7aKnElbwTAEyAH8cypV5 { width:0.625rem;height:0.625rem;top:50.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9rGZ35WcqnJ21zBJtCtX2awTEMRoGGk { width:36.6875rem;height:2.7997125rem;top:49.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FezWzvUHxrTcHkpdt8zb8b0io0lk91FO { width:35.8125rem;height:1.125rem;top:47.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otF8dhsG4nq7BsmLpVdhEumarNKMhnth { width:36.6875rem;height:2.7997125rem;top:54.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnyVoAnKdNtk10Tzl4d56xVznaHFw0Ie { width:0.625rem;height:0.625rem;top:54.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psSTA7MUNVk7T4XlIZiqKxJHTAS3ulpC { width:0.625rem;height:0.625rem;top:3.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAfEFl2fVTmPlSwPycJBPGAA1wnnfXsX { width:36.6875rem;height:2.8rem;top:3.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:42.1875rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:2.8rem;top:6.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:9.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #li1T4WdRvhBwfx76kQ0QO2cgmwyTe6lf { width:40.375rem;height:1.125rem;top:3.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:5.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:12.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:43.875rem;height:2.9247125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:2.7997125rem;top:6.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:9.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gih83MsNFqwSvDhIym9RiU6paD8Pbrtk { width:43.8125rem;height:1.125rem;top:3.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:35.8125rem;height:1.125rem;top:16.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:36.6875rem;height:4.2rem;top:12.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:20.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:35.8125rem;height:1.125rem;top:22.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:36.6875rem;height:2.7997125rem;top:19.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIOOVsTSgT9lGC6TkA4wZ58dqeGUGp5M { width:0.625rem;height:0.625rem;top:37.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ax537ZLdOQ3q8EJw5AqgHIDlc0x6QT5m { width:35.8125rem;height:1.125rem;top:39.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZWS8NwUT9gAQrommrXyBlnnHbiPgD9c { width:36.6875rem;height:2.7997125rem;top:36.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:43.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:36.6875rem;height:2.7997125rem;top:42.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:47.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:36.6875rem;height:2.7997125rem;top:47.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFi8StBLw8AvBiQq8ITMeyCoVSkWprWr { width:35.8125rem;height:1.125rem;top:29.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4NahQyVE9qcFC52FcrOw1giKbxHZR3I { width:36.6875rem;height:2.7997125rem;top:25.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4VhCah1Dyd34TFcIkkp5GKLbzcITQRe { width:0.625rem;height:0.625rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwHRqyG3lJ9IWlTukcd51xFanBTBZUd6 { width:0.625rem;height:0.625rem;top:32.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #baovTCAD0lVAx4J1APZZ4OZgE1QzT1yS { width:36.6875rem;height:2.7997125rem;top:32.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:39.75rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:40.1875rem;height:2.7997125rem;top:6.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:35.8125rem;height:1.125rem;top:9.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0qI8FRIsh3tJGeTscE7ldsdpueIPZIo { width:42.8125rem;height:1.125rem;top:3.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { width:35.8125rem;height:1.125rem;top:15.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:40rem;height:2.7997125rem;top:12.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:12.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { width:35.8125rem;height:1.125rem;top:22.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:40rem;height:4.2rem;top:18.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:18.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fyz3hNTsNberO6sNhJ1EaS8kyZOON9yF { width:35.8125rem;height:1.125rem;top:28.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUJZNLxIVePr73bJmzqANaCHhqwddEs8 { width:40rem;height:2.7997125rem;top:25.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRiiTF1TNZe9n2QlVy9LBcZfQJ48Qevp { width:0.625rem;height:0.625rem;top:26.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RwRz45RHxKUOKbc4F3ftaLsZLfzSRSEb { width:40rem;height:2.7997125rem;top:31.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwQG0e97smdd8XfoHQVSlox0Wp0ic1sZ { width:0.625rem;height:0.625rem;top:32.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWRULbe3H9MmwhgW2apGT3GKQmtMCCPe { width:0.625rem;height:0.625rem;top:36.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kggRACKMFcDEA6yGWpuGMN4U6uGFWJxI { width:36.6875rem;height:2.7997125rem;top:36.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 1199px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 1199px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz { background-color:#422674;background-image:none;display:block; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container { background-color: transparent; background-image: none; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container > .video-iframe-container { display: none; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row > .video-iframe-container { display: none; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .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); }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vC6m3qki0iGevLrplKQlZSKb8yHZblby { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQ6lx1kSVr9qBVomFw6iXBcHXundhK88 { width:44.1875rem;height:3.9375rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gF76qd8zUR4bOAGaQ2WEPuEVrLBxUaqB { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L26SZKRpTaiCqXMtPEn2PP9gN5bd3lCs { width:1.25rem;height:1.25rem;top:20.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORXVbwE0agwWaT7pQvQb5pET1ua04xAs { width:44.125rem;height:3.9375rem;top:20.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smvv2TJGdwUrkCTb7Zonh6wXiAKecDiO { width:43.1875rem;height:1.3125rem;top:30.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFrf4Ac4bb83c7qVwK9Js3WJTQ9t63qP { width:1.25rem;height:1.25rem;top:30.800000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIDwtkoCHNlZIsPhobaugDTT7yhfuBfD { width:41.3125rem;height:2.625rem;top:9.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XbEMwpzqWKJkG2TBerT76qZkq5BPQ5Ec { width:1.25rem;height:1.25rem;top:9.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVTQsPlw8TXTnyTgFAth68b24CbC8ZrH { width:42.75rem;height:5.25rem;top:13.487500190735rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFQl2e9cTRblsvZiEXf9tbakPWtAFtzP { width:1.25rem;height:1.25rem;top:13.675000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XawStN1tcQcfV1MkgXRgeCPwgNdL4WSb { width:42.8125rem;height:2.625rem;top:26.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GfQhs9aHM8DcmHnP2kiJXILm73xPsCEF { width:1.25rem;height:1.25rem;top:26.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwMgpZKSUOuVsKTTd5Tki8yfSNxRnUgX { width:43.1875rem;height:9.8rem;top:32.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Twvr5BXxrqM5b5DhKnrq3WMs5wy6N0zQ { width:44.375rem;height:2.1rem;top:43.800000190735rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igam5JXXBekPLVfmDXBfOqX8Xasn7n43 { display:block; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U9UabTTru0Ut0Tg95TfZUX9QmhTTbsZE { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #LPUBmmVPMDINUOyOvNzPA85pG9E9OzSk { display:block; }
 }@media only screen and (max-width: 1199px) { #siBJ5T5vEQ1QWnLzdDNdCJTHvITPCHke { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS { display:block; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tKQCH7TWoUSCKwDvcRnXdK09AHFcOF1A { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx { display:block; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oLF0uZ4lVMquvoV2v2Tt0VuemF3GT7eM { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huUqWgURbISH9myaybknN5Gnr4dUGrCJ { width:11.75rem;height:1.625rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xirCS98aR5uCJgAUJLvupnAR08WZVcWV { width:14.875rem;height:1.75rem;top:11.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOayEg9Zf9AfBnXslft0A1u4un96L58J { width:15.625rem;height:1.1375rem;top:8.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUf45idMNAENUNnscpPkcefozmnCU4BA { width:7.1875rem;height:3.125rem;top:10.875rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZqsTrV5zO6brbZ1kLWLkFXzZc0ao1Km { width:15.625rem;height:1.1375rem;top:8.3125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bA3X0M90abwFLTEpzbhTwCmvAxcFOR2a { width:10.3125rem;height:2.3125rem;top:2.9375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBpxnNX5CeID3hM7ppZs6p4bii7RftKR { display:block; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K5t67QlgSS6Fxc9kJHhdxbantorPQqn8 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBQJ3bzeSqEdMgarfMqTzTSyTUMmiGMb { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n7TOZlageRKaW7fIgP9NMzZHhhCkbkdV { width:22.5rem;height:10.3125rem;top:8.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:2.8125rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:4.21875rem;top:16.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:14.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:5.625rem;top:23.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:21.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:7.03125rem;top:33.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:31.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:44.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:42.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW { display:block; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container { width:47.75rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BT1ZKV5GIM9fwcnPwmX8Qqwp4X5rqcv5 { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVT8GMZCr7qKcv96T77hd3Cauam00Mep { top:7.3125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFhp7qqQvJ6Bg72WdisUxcoLy1VbKc7f { top:12.125rem;left:0.625rem;width:46.125rem;height:12.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vWDSlFBG20wJ8x0M3bUhrLDKStlhFCJO { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #vWDSlFBG20wJ8x0M3bUhrLDKStlhFCJO > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR { background-color:#3d2867;background-image:url("https://images.assets-landingi.com/uc/40b7f425-c927-492a-aac2-2b1cd41da5a4/APD_2025_NEUROLOGIA_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.adaptive-delivery-prevent-bg, #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.lazyload, #K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR.lazyloading { background-image: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { background-color: transparent; background-image: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container > .video-iframe-container { display: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container { display: none; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .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); }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1VMhMxSpF8fngvwHB5awcs1KlKIHBgR > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLLtKdv33cxwJ3OSLiCMxOH8t8v1TmFR { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FymGIgOvXAL888gqeFORKL16fh3LvF6h { width:18.125rem;height:5.85rem;top:26.875rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz4OWpBWoQtxhdNW6lcHs66HLeKQLOWb { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n71QGFtdqAfTOGKzcwoSld74gf9wEHAx { display:block; }
 }@media only screen and (max-width: 763px) { #tpAvbfxOFG8Jsxrv9Q79P0VS3PtqSlWW { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z17FIz1bEpWzqbghEpxJ3q3WH3fAFc8w { display:block; }
 }@media only screen and (max-width: 763px) { #sg4CGx066CRHU6CAhil688BGpaIJ2Txi { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tArMK0BPEEo3ZTiTueImbTkOaXHWbx2b { display:block; }
 }@media only screen and (max-width: 763px) { #dn7siZB8qTlTbnmPoSeguA0csXoItTD6 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLAWNMs5kO0mAURF56EOrW08Fkp7HnKK { display:block; }
 }@media only screen and (max-width: 763px) { #cgSeuIJa7gM1mXSzP1MKTSfRgTKlbNNM { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJSACTGuhTLXFUg3uK9AdXaQGaRDonpi { display:block; }
 }@media only screen and (max-width: 763px) { #qr5DADTylGEPNFEaIXp7LHiEIC4ngbPM { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlPAMfV0AuqGbpFRITfyW70NEoBI5c4m { width:16.25rem;height:3.75rem;top:37.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LszNi4yvUgzX3r2RQXLZ3ZHv9lP0ko1c { display:block; }
 }@media only screen and (max-width: 763px) { #srOuUthD8QpwsZ56CA7Hn0NsNGvixUMt { width:20rem;height:1.38125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1dR4urp0caR7zeV9BTQZCqiPDGFBi0E { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXtvPLHm6k5l0WTK39CIsh94uJnSFZ0p { display:block; }
 }@media only screen and (max-width: 763px) { #mnIHWUzthxcL4JuatJR2vyl853aBJFHc { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTa6JLlsURqNoxWwUTurZkCuyfdrkvhl { width:20rem;height:34.9375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxKy1SPgkJkaOUbGEtyvry89e66bqBIa { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #JF2K8knS6Fryht0FnKhCKgfzJTd9HEcK { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MsG6654T9oPcLIgGaJyTqz3QPMlRtLcK { width:16.25rem;height:3.75rem;top:42.349998474121rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slJldmuiLJp9ZWgrTJ1DULKHMLQs43Fa { display:block; }
 }@media only screen and (max-width: 763px) { #TCkDSvR308X7lcOmIGeIJQnmW1oZzXu9 { width:1.875rem;height:2.125rem;top:33.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahm8eWXcLJ7h4R0nzVtiv6nCawq7VLSL { width:5.5rem;height:2.25rem;top:33.625rem;left:4.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fQpa5y0zG7TODOrtemoylSIXD1Cf1xh3 { width:1.875rem;height:1.625rem;top:33.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIuTF4wzauXHVMNeJ8e7RzMzXwd17UsW { width:1.875rem;height:1.625rem;top:33.918750762939rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVbH9iiRlp8RuRrF4Via2bTmbAARn8II { width:4.3125rem;height:2.25rem;top:33.625rem;left:13.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xrcqQPiNbbrpf0Bi1U3u9GADQlqq3itN { width:1.875rem;height:2.125rem;top:33.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc1cTOuhLNyg5lO6LC60o5JBV4OCImhF { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcG3T7I74X7y8t5m0D1QDXuBLL0p1T9P { display:block; }
 }@media only screen and (max-width: 763px) { #yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G { background-color:#422674;background-image:none;display:block; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { background-color: transparent; background-image: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container > .video-iframe-container { display: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row > .video-iframe-container { display: none; }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .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); }#yQyIZtEVHOPLz00fbLpu27uwNPWhdy2G > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXT6VJSTiqo3nDzKbcT6IETI8Wax5ALL { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #bxNw5gzCE236r360Z026PsFRCdPHPQJa { width:20rem;height:19.5rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtCSeDz35FtKGF6qInOSmmGZSabqghTp { width:13.4375rem;height:1.05rem;top:90.199996948244rem;left:5.71875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkPntgqokMciHzhgHTxJ3kzL6DFe7t59 { width:4.875rem;height:5.625rem;top:88rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmWogTxp3A6QVLOLhqGIBqUC4AZmPpr { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKLfru4Km4p7JW2alb3wug43r2A46Fy3 { width:20rem;height:55.625rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuX45LTv3Q60X9t68pFd214D80Dqrgol { width:20rem;height:60rem;top:26.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOHvS3WmopwoEeigc2On1zHPKqdDd6LN { display:block; }#XOHvS3WmopwoEeigc2On1zHPKqdDd6LN > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAMKFTnzrRCxOvo2gzaw9wsImAIQv1Gu { width:6.625rem;height:1.05625rem;top:4.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMF0AzDTxuIJ5UXQ1BJKoPGToyclFpZ5 { width:6.6875rem;height:5.28125rem;top:5.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCNOf7SBhqVhJOgFTLsUd1hs7WcNckwd { width:6.25rem;height:1.05625rem;top:5.6875rem;left:0.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zggf7Jy4o787VSQOX5pKhQMHVOf9Flut { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnKArDN516rkAxpVTJx7JZI2gLQubAyT { width:6.625rem;height:3.16875rem;top:5.6875rem;left:13.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlxTv61bHuMBVR83C547BOO3K4DIBbib { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:13.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmRCaTqBBoG65gmOUdZQVInQhhC6rMo0 { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #isdG1EPusDrlqVVlW2WkAG7DGOgF97aJ { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #SMXQ2WLXU797sk2B5yvKEmRiraWTzEdR { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E { display:none; }#ZLD7ooPcbbdTcRhdLCdhtrySetk9WJ1E > .row .container { width:20rem;height:13.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q6szIJXAJ64LK7FAgSaVFDIraWnK13aV { width:8.75rem;height:2.75rem;top:1.25rem;left:11.25rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qluy7F7INqCy7v15bUTSpJDyfr4WTfxq { width:8.75rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oKhKbv08ACZcgKToCiSI7owaK8SevHvJ { width:8.75rem;height:2.75rem;top:7.6875rem;left:11.25rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ap2vL0JSZr5muPxzNkvCr5f8dTJDAAVz { width:8.75rem;height:1.05625rem;top:4.2749938964844rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pba8poIaq5ag0uZsOQk35m76OVgOGXxC { width:8.75rem;height:2.1125rem;top:4.1875rem;left:11.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbZ2EfgKWkcZON6B923JRqXWNZINJ2g3 { width:8.75rem;height:1.05625rem;top:10.712493896484rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZOmsIkmy57961xclfo0zTTIKUDIn4NM { width:8.75rem;height:1.05625rem;top:10.6875rem;left:11.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XMQJrzvh2QKZHbD2KCdeSgQyd2TUxeHb { width:8.75rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:8.75rem;height:2.4375rem;top:0.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:8.75rem;height:2.4375rem;top:0.6875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:10rem;height:3.125rem;top:0.33750152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:10rem;height:3.125rem;top:0.33750152587891rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:8.75rem;height:2.4375rem;top:0.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:8.75rem;height:2.4375rem;top:0.6875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:10rem;height:3.125rem;top:0.33749961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:10rem;height:3.125rem;top:0.39999961853027rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 { display:block; }#PFXQFHdW0usV8bJJggkG1VCTQQmTk3l4 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVVxnV6sBfDz3OMqNFJ49bUMPrqPqT5x { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMRrL0HtpoyamH4OcZDb9vMIzT8yibh9 { width:3.375rem;height:1.3rem;top:3.125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tI1SkFQggOBSkgLgQCmw1FhzIsNymHCm { width:0.625rem;height:0.625rem;top:3.5rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ln9b8lxLtDmWJP3JKaseEs9SlWiWllPD { width:5.1875rem;height:0.975rem;top:3.2125015258789rem;left:5.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w93BTyIm9IfqJJTiH9lKv5yQzXy0OSUa { width:4.25rem;height:1.375rem;top:3.0250015258789rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6XhFETsJK9R8Eb2AXyT2V6bBD4a7Eer { width:18.4375rem;height:1.125rem;top:33.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PBHssnBxncTWtMsAXbUV6TLCH6cCscDm { width:18.4375rem;height:3.9375rem;top:29.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQZyqJ0yT1mIJCUAeeJU2Lfa0RmvJqXR { width:20rem;height:0.0625rem;top:27.112503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2n0LBTiTkD3cuZ35JsB7v8P72Mb7GMr { width:18.4375rem;height:1.125rem;top:10.237503051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvPu41w3GepSMmP0ApTJy6vbo0TBGEwf { width:18.4375rem;height:3.9375rem;top:5.9874992370606rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i6T2l9IWLyuHVFDQzhrmqrumEKw3stVt { width:0.625rem;height:0.625rem;top:29.362503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMqqogSeVGwmJChLJ30ITcXxwF4NLPlT { width:0.625rem;height:0.625rem;top:6.2999992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2lR9gdaRLbuCTvlExD4GmEwAaTfwIMr { width:18.4375rem;height:9.1rem;top:12.5rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ymNeOrXRzvvJbAOBchN1LXQKycG6llwv { width:18.125rem;height:11.7rem;top:35.6875rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2Z8lRfz8u9vDUp9dGCkVhotGbGeF87y { width:8.75rem;height:2.5rem;top:22.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGX5NAcsILwSWeek9tKA2Sl3khobGm0I { display:block; }
 }@media only screen and (max-width: 763px) { #mZErZi9Jllrb6JggSUZCVRqODevwui3U { width:8.75rem;height:2.5rem;top:48.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMa2QSJ3GBpvcEFoeT2uuMPUl9RRuIMK { display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:18.4375rem;height:5.2rem;top:7.5rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:17.8125rem;height:3.9375rem;top:15.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:2.25rem;top:20.200000762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTL7iRbmWD2Mld3ncceeRv0He2ngB9c7 { width:18.4375rem;height:2.25rem;top:13rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:18.125rem;height:1.125rem;top:27.356250762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:18.125rem;height:3.9375rem;top:23.043750762939rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:23.356250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:53.425003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:18.4375rem;height:2.625rem;top:53.112503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:7.8125rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HxXFgmCUZqoxfpuv4rGFak6vyyEgTtiH { width:18.4375rem;height:1.125rem;top:37rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEXuDaMePQRrH7IOTR2zPLTiBsV32t8c { width:18.4375rem;height:6.5625rem;top:30.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuDaXs7iwNyLqym9EJm853R3VFkdzn1P { width:0.625rem;height:0.625rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOpN8BCw8ZghQwpEHp8wxFCThSUcBJg { width:0.625rem;height:0.625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKFzsZGT75dNTDQDHfrDFtoEtppqsJXM { width:18.4375rem;height:1.125rem;top:45.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a0QuX6htwTkeJgw67yKApzyDoTxSHR4L { width:18.4375rem;height:5.25rem;top:40rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2QJZq7nry1atFxspn4QIKF64EvRUg0U { width:0.625rem;height:0.625rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqvs17ZJ4iSPbXT8nIKCnqRnACXNzLU { width:18.4375rem;height:2.625rem;top:48.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZsE9zqhm1FV7aKnElbwTAEyAH8cypV5 { width:0.625rem;height:0.625rem;top:59.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9rGZ35WcqnJ21zBJtCtX2awTEMRoGGk { width:18.4375rem;height:2.625rem;top:58.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FezWzvUHxrTcHkpdt8zb8b0io0lk91FO { width:18.4375rem;height:1.125rem;top:56.050003051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #otF8dhsG4nq7BsmLpVdhEumarNKMhnth { width:18.4375rem;height:2.625rem;top:63.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lnyVoAnKdNtk10Tzl4d56xVznaHFw0Ie { width:0.625rem;height:0.625rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psSTA7MUNVk7T4XlIZiqKxJHTAS3ulpC { width:0.625rem;height:0.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAfEFl2fVTmPlSwPycJBPGAA1wnnfXsX { width:18.4375rem;height:2.625rem;top:3.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:5.2rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:3.9375rem;top:8.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:12.699996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #li1T4WdRvhBwfx76kQ0QO2cgmwyTe6lf { width:18.4375rem;height:1.125rem;top:5.625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:6.0625rem;top:7.8562469482425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:15.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:18.4375rem;height:5.2rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:18.4375rem;height:3.9375rem;top:8.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:18.4375rem;height:1.125rem;top:12.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gih83MsNFqwSvDhIym9RiU6paD8Pbrtk { width:18.4375rem;height:2.25rem;top:5.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:18.4375rem;height:1.125rem;top:22.418746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:18.4375rem;height:6.5625rem;top:15.543746948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:15.793746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:25.650001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:18.4375rem;height:1.125rem;top:29.587501525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:18.4375rem;height:3.9375rem;top:25.337501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIOOVsTSgT9lGC6TkA4wZ58dqeGUGp5M { width:0.625rem;height:0.625rem;top:44.400001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax537ZLdOQ3q8EJw5AqgHIDlc0x6QT5m { width:18.4375rem;height:1.125rem;top:47.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZWS8NwUT9gAQrommrXyBlnnHbiPgD9c { width:18.4375rem;height:2.625rem;top:44.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:18.4375rem;height:2.625rem;top:49.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:54.737503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:18.4375rem;height:2.625rem;top:54.362503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rFi8StBLw8AvBiQq8ITMeyCoVSkWprWr { width:18.4375rem;height:1.125rem;top:36.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r4NahQyVE9qcFC52FcrOw1giKbxHZR3I { width:18.4375rem;height:3.9375rem;top:32.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M4VhCah1Dyd34TFcIkkp5GKLbzcITQRe { width:0.625rem;height:0.625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwHRqyG3lJ9IWlTukcd51xFanBTBZUd6 { width:0.625rem;height:0.625rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baovTCAD0lVAx4J1APZZ4OZgE1QzT1yS { width:18.4375rem;height:2.625rem;top:39.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:18.4375rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:18.4375rem;height:3.9375rem;top:7.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:18.4375rem;height:1.125rem;top:11.574996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0qI8FRIsh3tJGeTscE7ldsdpueIPZIo { width:18.4375rem;height:2.25rem;top:4.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { width:18.4375rem;height:1.125rem;top:17.431251525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:18.4375rem;height:2.625rem;top:14.481246948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:14.856246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { width:18.4375rem;height:1.125rem;top:25.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:18.4375rem;height:5.25rem;top:20.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15019;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Fyz3hNTsNberO6sNhJ1EaS8kyZOON9yF { width:18.4375rem;height:1.125rem;top:33.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SUJZNLxIVePr73bJmzqANaCHhqwddEs8 { width:18.4375rem;height:3.9375rem;top:28.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rRiiTF1TNZe9n2QlVy9LBcZfQJ48Qevp { width:0.625rem;height:0.625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRz45RHxKUOKbc4F3ftaLsZLfzSRSEb { width:18.4375rem;height:2.625rem;top:35.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwQG0e97smdd8XfoHQVSlox0Wp0ic1sZ { width:0.625rem;height:0.625rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRULbe3H9MmwhgW2apGT3GKQmtMCCPe { width:0.625rem;height:0.625rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kggRACKMFcDEA6yGWpuGMN4U6uGFWJxI { width:18.4375rem;height:2.625rem;top:40.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:3.375rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:20rem;height:15.625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:22.034378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 763px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:38.784378051757rem;left:1.875rem;font-size:1rem;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 763px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:20rem;height:3.9rem;top:33.397918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:17.5625rem;height:2.4375rem;top:30.625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:20rem;height:0.975rem;top:36.935417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:20rem;height:0.89375rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:20rem;height:0.89375rem;top:43.350006103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:5rem;height:5rem;top:12.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz { display:block; }#JIuaeytWyQMa8RV6bIleVSpyRk2mfGLz > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vC6m3qki0iGevLrplKQlZSKb8yHZblby { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6lx1kSVr9qBVomFw6iXBcHXundhK88 { width:17.5rem;height:7.35rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF76qd8zUR4bOAGaQ2WEPuEVrLBxUaqB { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #L26SZKRpTaiCqXMtPEn2PP9gN5bd3lCs { display:flex;width:1.25rem;height:1.25rem;top:32.087501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ORXVbwE0agwWaT7pQvQb5pET1ua04xAs { width:17.5rem;height:9.8rem;top:31.962501525879rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #smvv2TJGdwUrkCTb7Zonh6wXiAKecDiO { width:17.5rem;height:2.45rem;top:51.662506103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #EFrf4Ac4bb83c7qVwK9Js3WJTQ9t63qP { display:flex;width:1.25rem;height:1.25rem;top:51.787506103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TIDwtkoCHNlZIsPhobaugDTT7yhfuBfD { width:17.5rem;height:4.9rem;top:12.300003051757rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbEMwpzqWKJkG2TBerT76qZkq5BPQ5Ec { display:flex;width:1.25rem;height:1.25rem;top:12.362503051757rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GVTQsPlw8TXTnyTgFAth68b24CbC8ZrH { width:17.5rem;height:11.025rem;top:19.012496948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFQl2e9cTRblsvZiEXf9tbakPWtAFtzP { display:flex;width:1.25rem;height:1.25rem;top:19.137496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XawStN1tcQcfV1MkgXRgeCPwgNdL4WSb { width:17.5rem;height:6.125rem;top:43.6875rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #GfQhs9aHM8DcmHnP2kiJXILm73xPsCEF { display:flex;width:1.25rem;height:1.25rem;top:43.8125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GwMgpZKSUOuVsKTTd5Tki8yfSNxRnUgX { width:17.5rem;height:14.7875rem;top:54.71875rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #Twvr5BXxrqM5b5DhKnrq3WMs5wy6N0zQ { width:17.5rem;height:6.3rem;top:70.65625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igam5JXXBekPLVfmDXBfOqX8Xasn7n43 { display:block; }#igam5JXXBekPLVfmDXBfOqX8Xasn7n43 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9UabTTru0Ut0Tg95TfZUX9QmhTTbsZE { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #LPUBmmVPMDINUOyOvNzPA85pG9E9OzSk { display:block; }
 }@media only screen and (max-width: 763px) { #siBJ5T5vEQ1QWnLzdDNdCJTHvITPCHke { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS { display:block; }#ZfcPocEmNJzQTIWldG4Th5m1en8fXJKS > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKQCH7TWoUSCKwDvcRnXdK09AHFcOF1A { width:15rem;height:4.55rem;top:2rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx { display:block; }#MTXbCtckMm72LvkQl4Ovrmizi61aT4Rx > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLF0uZ4lVMquvoV2v2Tt0VuemF3GT7eM { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huUqWgURbISH9myaybknN5Gnr4dUGrCJ { width:12.0625rem;height:1.6875rem;top:3.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xirCS98aR5uCJgAUJLvupnAR08WZVcWV { width:15.6875rem;height:2rem;top:14.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOayEg9Zf9AfBnXslft0A1u4un96L58J { width:20rem;height:1.1375rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUf45idMNAENUNnscpPkcefozmnCU4BA { width:8.3125rem;height:3.75rem;top:21.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZqsTrV5zO6brbZ1kLWLkFXzZc0ao1Km { width:20rem;height:1.1375rem;top:19.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA3X0M90abwFLTEpzbhTwCmvAxcFOR2a { width:10.375rem;height:2.375rem;top:7.3125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBpxnNX5CeID3hM7ppZs6p4bii7RftKR { display:block; }#SBpxnNX5CeID3hM7ppZs6p4bii7RftKR > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5t67QlgSS6Fxc9kJHhdxbantorPQqn8 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBQJ3bzeSqEdMgarfMqTzTSyTUMmiGMb { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #n7TOZlageRKaW7fIgP9NMzZHhhCkbkdV { width:17.5rem;height:8rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:7.03125rem;top:16.462493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:1.3rem;top:14.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:14.0625rem;top:27.387496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:1.3rem;top:25.212493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:20rem;height:14.0625rem;top:45.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:20rem;height:1.38125rem;top:43.199996948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:7.03125rem;top:63.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:1.3rem;top:61.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW { display:block; }#u8TkmrSHF43QA0GMIMmtJDv08BeuKVIW > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT1ZKV5GIM9fwcnPwmX8Qqwp4X5rqcv5 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVT8GMZCr7qKcv96T77hd3Cauam00Mep { width:15.25rem;height:2rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhp7qqQvJ6Bg72WdisUxcoLy1VbKc7f { width:20rem;height:23.90625rem;top:10.332275390625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vWDSlFBG20wJ8x0M3bUhrLDKStlhFCJO { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #vWDSlFBG20wJ8x0M3bUhrLDKStlhFCJO > .row .container { position:relative;display:block; } }