.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:218,239,244;--color-secondary-1:143,207,221;--color-secondary-2:69,175,199;--color-secondary-3:23,155,185;--color-secondary-4:0,83,82;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--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); }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/72ca9c22-8fa9-46aa-bf62-addd1a4b0211/nowy_KV_APD2025Geriatria.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:none; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.adaptive-delivery-prevent-bg, #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.lazyload, #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.lazyloading { background-image: none; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row .container { border-width: 0; border-radius: 0; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#B6MicU9VFSotDaT90qTU66cW1LakBBqH { 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; }
#ueIqtglp17ZGllG8ci8siqeqJn2eyO0Z { 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:18.5rem;display:block; }
#BG4lIIsW41QX6dRz0aT79DfbJ6PPEA0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4UuDQZTTgzG77V5u3Gy1QPCiyZTJrA5 { 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:12.9375rem;display:block; }
#kOzsnIF3yRlCpTpO5UVv0L5viN3m4zF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwU6TLy4acI083UMck7HDy1aGXgnZRSl { 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.25rem;display:block; }
#KTVodb49lk4MTt44SDqOTgD2rllw3JMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tit55nglhyGpEqpqhCCbDqosKkzJpygG { 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; }
#l6lc4UkG965britxyEvoRLgFpeaqLSpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntWuDUA6hZrC7EA0VKPOaydduHBuPP38 { 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; }
#hiWMEshpu4ZACpQpoaID2QnwsP2gyDZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etwuQBV5UOasnhX5d4JaQT4KyauksOGe { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.5rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#TnotECZoySpiyOTZThBTObstEJQ0r32n { 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; }
#rzL3hyHiUOXK0yFT5Q8Zo0mqzSAfChJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTlDK3EQ8QUSHMWFdsUEgSL5U3bwXrBr { 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; }
#lw8s5HJp4skhk16XzKTuezyrmgZqiPc4 { 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:27.625rem;display:block; }
#Ktv8S2ozmPDm5v9fvnOqMXdRsK0LMHze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfKXTJHnNc6cG4cEEgS8fN9XIc3sUTSt { 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; }
#dTz6JNpAZXq1gdtrdv08JPGTqL8RvyRW { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#NZfiXcbZHCTUgkH4C2TT3Opi7ERD9qDi { 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; }
#GOhdq5UTXc4pGfJS1zAaswTLA2Tn6C3S { 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:53.9375rem;width:74.875rem;display:none; }
#zUXvZkhwo0fR7ELBI2bcTO8PBWA4TphK { 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:15044;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#pZyWwbOS8neLSl4Gn29KIpO4sukxuDyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gCMw8XaG79PuMlSX5ctXnpF5k4UqQrIN { position:absolute;display:block;z-index:15158;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.125rem;overflow:hidden;display:block; }
#WCoizE3WufhgduZmVNL0HL0w41u1OQZl { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15159;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u2WJAbqmdaJRQJ7UZcolhHLnrk01HSGU { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XyA7XsT8nTxKzx7c9dlhWSJLNn6lTgGy { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:22rem;left:44.375rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#QzrsGGhcpHbcWJTh9dPtDuS2s9OpeVnf { 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:4.6875rem;display:block; }
#QeIegIUuZkJAvA0fW2KmAub0yFoIb3EO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXSxSBF9givG8CtlJO1OiTFwwAGKQTFa { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:28.3125rem;left:40rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#wah3DbsFbomqkZaL8u13ATTSfTUGqZqs { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:34.0625rem;left:41rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/72ca9c22-8fa9-46aa-bf62-addd1a4b0211/nowy_KV_APD2025Geriatria.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; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.adaptive-delivery-prevent-bg, #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.lazyload, #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.lazyloading { background-image: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { background-color: transparent; background-image: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container > .video-iframe-container { display: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container { display: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .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); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { border-width: 0; border-radius: 0; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#h9hBouEQKuktQPPIiarXDbNnwMvUg6u9 { 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; }
#cQGhh2aMdchzMxMNRU4ctCRx6fWwNqf8 { 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:18.5rem;display:block; }
#daXH4nRSnMJAaV4xtmMizbxUQONkCKIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cARQFE7KIOay5e3acxK7Zg5ZSQilPndi { 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:12.9375rem;display:block; }
#J6AGRTPX5VFT7u8GyZcrV8g9yVQONRAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kltRWGxOu5VCDAomfcPEaHebpX3q3eF2 { 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.25rem;display:block; }
#NTOTxDKiqs3QnwEnoMO6PXBmzmJ5UBy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZeRXrlp1HUawvwPvlGfs1vipG8tvNTn { 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; }
#eVnZPBVyqkIeNgL9ZtdMb75ALFhotUcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhp3LkllOVbTy671wktkFythzAPxTuO7 { 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; }
#TnkduVQkCryie8xkNUsryuaXOqdCQU3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5dBoJrFhAMoG39wdXNB9c4yJM4xGeBL { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.5rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#xQGVZVk53ETfP2T9pnUR5c1GzeZe5aq0 { 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; }
#x6oqxyiOXm3Psa2IsATyVF19UDROc6UF { 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:27.625rem;display:block; }
#SbgbE5MvzZb2gx0Ba8H20ygpcaVPCdGW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amUbaXdsgbN9HU4lTRt5cxDRhrmEWoAm { 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; }
#ltJSKdhbm9u5pbizArKpcKGzX9RfJ0zU { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#bVz13PUWDTqPWG7oHexQqz5eewtWzv6J { 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; }
#vmO7cG85Rgtz74FmAdr4qQkJiphN1FRP { 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:53.9375rem;width:74.875rem;display:none; }
#qdShAyvnPmd4vQuXZ2UPOD3FEZ0g7rrO { position:absolute;display:block;z-index:15158;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.125rem;overflow:hidden;display:block; }
#Cy1bDNsaytGrTZE7bbou7osILu5hpbEa { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15159;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLL1ZcsGZQt2PT2FWSU5Vfu1MN7dzin6 { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bsvRJ14VgzRJV4e2zhKFzATvn21i21fE { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:22rem;left:44.375rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#qDkfRXIxh6m1wQTTmTlm9ohdRnubBH9A { 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:4.6875rem;display:block; }
#h7RkTCRGpIFB8nUysNFeDdyioTyMwIRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x037P4J2yud5w1gNJKACRlwR4sR5CDEE { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:31.3125rem;left:37.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006a69;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; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { border-width: 0; border-radius: 0; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { 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; }
#T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { color:rgba(var(--color-tertiary-0),1);display:block;width:39.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:25.6rem;font-style:normal;display:block; }
#JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;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:38.175003051757rem;left:54.375rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oEGEg89yw9TZ5v3F2NpKA2rbT9RPtxJT { 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:7.5rem;width:7.5rem;top:36.212501525879rem;left:45.4375rem;overflow:hidden;display:block; }
#mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#VcoLkm7kVeh8lSBJCVA2c0WlMTMor0JA { box-sizing:content-box;height:33.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;top:8.75rem;left:0rem;display:block; }
#Akt7JIFqNHcPkISL0525bQa9ffX0XAzy { position:absolute;display:block;z-index:15010;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:7.5rem;width:7.5rem;top:36.150001525879rem;left:65.5625rem;overflow:hidden;display:block; }
#xIVebDkUJIQFL9rHl036fOTS0g7d4Ca7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:38.175003051757rem;left:29.1875rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mWCiE4NMHEczVMSgu7vF5Nkn8ST0ZiBl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:10.625rem;left:44.375rem;display:block; }
#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542d113f-8a8c-4cca-886c-fab1726f5d36/APD_2025_GERIATRIA_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:none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF.adaptive-delivery-prevent-bg, #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF.lazyload, #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF.lazyloading { background-image: none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { border-width: 0; border-radius: 0; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF::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; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#UwJSCCHr2T9uldb5gi4fT7n6SmqlHuL3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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:25rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#nM7ziR3x3pQgB5ZLQA5hQa5e26otbmdu { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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:50rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#GCF05tuvm6Hk4ltTwhtuXQrWz9pCWwr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URQuRIuEJmnvghhUSUEBUZQoAm4t4x7O { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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:25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBkSvP3IemqFiFxaJ0KPz1a6G0dzKFmy { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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:7.5625rem;left:50rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVr715vDMoAQB5U3REQgIuTwSvGDZ89C { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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.375rem;font-weight:400;z-index:15006;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; }
#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(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.1875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.125rem;left:17.25rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.4375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:38.90625rem;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(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;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(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.4375rem;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; }
#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { position:relative;display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { background-color: transparent; background-image: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { border-width: 0; border-radius: 0; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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:60.6875rem;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; }#wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { 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; }
#TCBEtRhaZemnq7cIT8DAZTkHQ5AxQfq2 { 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:rgba(var(--color-primary-2),1);background-image:none;top:4.5rem;left:0rem;display:block; }
#e35F1Vhf7EcHyFETtqcdXkT9gECdd7ss { 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:15011;line-height:1.4;letter-spacing:0;top:4.2062492370606rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OS8llsdD4Ssbbt7bITShBIAaoPKN31vu { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:1.875rem;height:1.54375rem;font-style:normal;display:block; }
#PoqAPK3wczkyTediZBzKZM9HSE5bSsfI { 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:14.25rem;left:0rem;display:block; }
#DThhf7Ir2kUaTvPy6ZCDS1P5xReNCaZp { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;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:13.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIAMWGhOleaT7QFJ8FFeQZEtX9ydAqiW { 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:16.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gA2RZdiGEBiwdm034M1JkTQhPUqQnIVt { 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:20.5rem;left:0rem;display:block; }
#KzOZQMGZpqyRlkCHGZHx1pFCvPMn7Mia { 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:20.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4Q4kMo1H7QpVbtbcnsy0ucc7T2aPKcX { 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:10.0625rem;left:0rem;display:block; }
#hfLO3Mpt2LTb3tZCwOS1EQzmSlklB1bE { 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:23.350006103516rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KAuK54BVy7L24XyritoLt0xvpvIi2SPx { 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:26.875rem;left:0rem;display:block; }
#gm9PwLZkzM4Iu5f8PO42ctbUGJNVMgpM { 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:26.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oh5Ir6yRvk9B0HIICkBXx8mLCLDaF7ox { 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:29.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NCx5U2IMKkkEXXaaXrMegGIPamp2ENgN { 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:15040;line-height:1.4;letter-spacing:0;top:32.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSTPFXbvTL2EDA4WIt5X4S8lGELIpmeM { 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:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.25rem;left:0rem;display:block; }
#mmPX39uVkNbxZrB2kr6aaWEFyfp2h62v { 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:15040;line-height:1.4;letter-spacing:0;top:37.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VMcMkpNrpREeupvIXi9FyTHxRBGFsWdw { 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:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.0625rem;left:0rem;display:block; }
#ZJWwumqBQuZ9QSugz0D2P3wRhw9anGIg { 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:15026;line-height:1.5;letter-spacing:0;top:40.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kSIOXfRNXymxRkwAMN8OhJ6NRWKSugTC { 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:15045;line-height:1.4;letter-spacing:0;top:50.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ze2WCTunsC0J8hSnt9egdvUtvMpUlrXl { 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:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.3125rem;left:0rem;display:block; }
#Oz5b4tiVprOmRUIgcIM2lBSTdrNbcqiQ { 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:15047;line-height:1.4;letter-spacing:0;top:55.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukJ6n4AyPJFmBBqhEPyUGqTGp0cZTSdd { 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:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;top:55.5rem;left:0rem;display:block; }
#bZcBULpcywGohqN1DbUwWQM6SGOc6fLT { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:43.881256103516rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4DDTD4eufcRosg3lkcR29ZmnRBwNIrc { 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:47.273956298828rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTZz0rxO84odxz6vfWu68O46oaGBqF24 { 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:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.6875rem;left:0rem;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:16.1875rem;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:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:1.54375rem;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:4.125rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:67.625rem;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:3.6875rem;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:6.9375rem;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:15021;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:3.40625rem;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:9.8125rem;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; }
#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { position:relative;display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { background-color: transparent; background-image: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { border-width: 0; border-radius: 0; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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:44rem;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; }#k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:1.54375rem;font-style:normal;display:block; }
#ULAF69TcadhVILA3pigiDSBnKffxGT1N { 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:4.125rem;left:0rem;display:block; }
#hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5625rem;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:3.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { 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:6.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { 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:13.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { 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:10rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { 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:10.5625rem;left:0rem;display:block; }
#aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { 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:16.75rem;left:0rem;display:block; }
#KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { 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:19.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { 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:16.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvuTti5ul9VGKbyuNLwbRMfD3hut29G4 { 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:23rem;left:0rem;display:block; }
#QqtSM6CCkCRsUdNQi3D0tpBWgA6r9avc { 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:22.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCuLDDIV1sgLE75m6Iz0sAMGPkPZJC6h { 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:34.0625rem;left:0rem;display:block; }
#TTzeXngJVOAQow6wtPrw31yEvcytayV3 { 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:33.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbMsRxod0XpBe0y6MMgtPB4nJ3engfp9 { 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; }
#UoZs2SlTT79sNa8fnWKF0VUWwyhRTd4v { 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:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.75rem;left:0rem;display:block; }
#aWXsvhEH2TtmywIDpmQ8ATNSgBDb120A { 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:15036;line-height:1.4;letter-spacing:0;top:38.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOCAKBcfQtesTBPFAKtKfU4VG5rAaOaS { 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:15032;line-height:1.5;letter-spacing:0;top:30.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FmRMeHnXu89IWT4RWK0KsxQpt7UCVcLd { 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:27.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NhefchKQtddaUU1sF0mmxZxaivOfCRKl { 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:27.6875rem;left:0rem;display:block; }
#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { position:relative;display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { background-color: transparent; background-image: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { border-width: 0; border-radius: 0; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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:50.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; }#vX8szobpqaSheMJbJIZD7O7paSsIem6l { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:1.54375rem;font-style:normal;display:block; }
#WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { 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:4.3125rem;left:0rem;display:block; }
#ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { 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:3.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { 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:7.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { 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:13.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { 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:10.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { 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:10.5rem;left:0rem;display:block; }
#Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { 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:16.875rem;left:0rem;display:block; }
#SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;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:19.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u001dI0TXFi7o76LnulpDnANnWHqCEcT { 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:16.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMzRWmcWI8B1yCpfqEUuK2paTRw8OZob { 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; }
#zbSxEBemLeOoltVi7Qki5npRWh8Hn4x7 { 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:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.125rem;left:0rem;display:block; }
#xmqADJXl0AHO4lTh9FUpmfIK6KhbtMLp { 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:15030;line-height:1.4;letter-spacing:0;top:22.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZZSsfVKTvgmUoiCs5OICiyReOazLKBC { 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:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.9375rem;left:0rem;display:block; }
#WvRIIaAnmnZdfCItPOSk8AceSTRT4XpT { 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:15030;line-height:1.4;letter-spacing:0;top:27.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTRUUUa2F0PHp3z5QP0AZkCn71nkOZgv { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:30.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W1oOPEtm9TVrcSO1sMUDNoLGXe9i3fMD { 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:40.6875rem;left:0rem;display:block; }
#zDOGL0XWZ11Vh600klddOfZV2nt8DGh9 { 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:15033;line-height:1.4;letter-spacing:0;top:40.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GHke6UWoWDJpNZFnmC3JC1bWWQaGnqZt { 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:15035;line-height:1.4;letter-spacing:0;top:45rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkgmTOA4F9FeKuFOMwEco3GvOPfgC3Ey { 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:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:45.4375rem;left:0rem;display:block; }
#hDNtWrzJooHm2l7PdrN2guoX9FhzsEF9 { 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:33.78125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nrmZPsR1kFLTcrR71bRqTO3nIJKOTVF1 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:37.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#igEiRyi6NKukomfTpDgrdKprQukt1ox1 { 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:34.09375rem;left:0rem;display:block; }
#TMFdZB7NanbeerRzXn5P124nEVIFZr0o { position:relative;display:block; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o { background-color: transparent; background-image: none; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container > .video-iframe-container { display: none; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row > .video-iframe-container { display: none; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .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); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o { border-width: 0; border-radius: 0; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .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; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .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:33.6875rem;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; }#wtfmiRoI33ikp1udqJaroC7RXcsTEa0G { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:1.54375rem;font-style:normal;display:block; }
#TOC7UT68OBRB2i9OAxg5Rc9yq7eXU7Qx { 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:4.125rem;left:0rem;display:block; }
#ywhafS3IbKpUcTwOUB0gO9HSa7adCBvU { 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:3.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7zQdNKV9N7udsF5mlJ5CKfnXkc6Hq3c { 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:6.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sLaSLGUJK2BRSkDeTexVSDd9BwEMJHlD { 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:13.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9g1KSTReTRw7vGmrqh9f9bwclTgFE9M { 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:10rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mmy3aqZSO5KZ5yat4NIk7gS2sTpSUuuv { 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:10.5625rem;left:0rem;display:block; }
#BfW8d7lJOZODDESqz7R2OX7aaKa03Tog { 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:16.75rem;left:0rem;display:block; }
#nhCamTLd7fOSPZ3pdJwzRKMbXTrVVzPm { 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:19.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DWVB7vMRlekahE87MGLoeifQbSkeNrDn { 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:16.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKDqHitIK9Ki8MxaF6bPlWa2VRHcWFXT { 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:23rem;left:0rem;display:block; }
#SfI3nmzz3AhQpwnapQKsNg0KO7xQs2Hd { 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:22.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lc9OAolSIglrxCG7KVntQs4JiHb7B61s { 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:27.8125rem;left:0rem;display:block; }
#BaLX1TpZAAubIb7OAkWTLCxFuON8TRRn { 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:27.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D835D9kXtqLTzWOnv4RBec22bCbvcXXo { 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; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:none; }#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:none; }#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:#007b7a;background-image:url("https://images.assets-landingi.com/uc/739622e7-5805-461a-823b-e3ef5c40148a/apd_CENA_geriatria.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:none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#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:none; }#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:#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: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: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: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:#dfdfdf;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:#dfdfdf;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:#dfdfdf;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.769790649414rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { color:#9b9b9b;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:#dfdfdf;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-2),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; }
#oca815iJHoaB5JCXRziQFWuvz1t3X16l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/739622e7-5805-461a-823b-e3ef5c40148a/apd_CENA_geriatria.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; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l.adaptive-delivery-prevent-bg, #oca815iJHoaB5JCXRziQFWuvz1t3X16l.lazyload, #oca815iJHoaB5JCXRziQFWuvz1t3X16l.lazyloading { background-image: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { background-color: transparent; background-image: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container > .video-iframe-container { display: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container { display: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .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); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { border-width: 0; border-radius: 0; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#sEVaTuthmpbsMhSQnVns6BiAQqv7DoHU { 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; }
#umdXmz1QwV9mxZVyOGk96cuvIdsRziyb { 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; }
#urUM5CCnFZoSB6zG6R2JmTodTW8B06Zo { 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:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#UyT32vN4gPq1l2SDotS5sWcZTq9FUBZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVE6afufuxDEEgFypwZ5LpLtILRV1xy9 { 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; }
#VkTWhmitpSyLee1x3b6gUOqQbbZ177Av { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCCrFrPBsQAiRAvLiHNm3h2uiifgytiz { color:#dfdfdf;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; }
#AHRGz8H4AKkzRaat5TDTJWzzMSBDgbzE { color:#dfdfdf;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; }
#l55cZyTob9FAavo64z3udO1iSCCuLSUn { color:#dfdfdf;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; }
#iwmhKrKmOexvETqH46bRaeculs2b5vlE { color:#dfdfdf;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; }
#qm6VBnNSoJxvyoQWZ4q7mSBlVGwp8Oyc { color:#dfdfdf;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.769790649414rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gB6Vnw0Wm5zGQAMIEEsZz70RaUHCTFEO { color:#dfdfdf;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; }
#bgMr33k6SFTo9eHo6RJzkkqfcuPXThiN { color:#dfdfdf;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; }
#oemt8e226h5Qx85e15SJb8HgSXvJ4Lzu { 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; }
#Wwuv0gAQ6eaC97h6mJQExIVBUPu3bXNf { color:#dfdfdf;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; }
#mi8yt17JcMkpd95KTDeUMBIR4MDnuV6k { 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; }
#NOuVfWHFMpdp6WSv2hV7EkSZozJDtpu7 { 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; }
#ELT4Ae0smi6z80udG8OqtPf7kv1RSuIb { 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; }
#ae2ZnpbeaRrFq8Mw4zSbg7KhXQDNMKfX { 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; }
#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7a;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; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { background-color: transparent; background-image: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .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); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { border-width: 0; border-radius: 0; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { 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; }
#CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { 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; }
#MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { 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; }
#AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { 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; }
#MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { 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; }
#mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { 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; }
#dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { 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; }
#VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { 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; }
#ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { 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; }
#mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { 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; }
#QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { 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; }
#Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { 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; }
#mb86bImQceket5drO63pQEXBXcIg9wtT { 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; }
#DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { 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; }
#ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { 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; }
#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N { 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; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { background-color: transparent; background-image: none; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container > .video-iframe-container { display: none; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row > .video-iframe-container { display: none; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .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); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { border-width: 0; border-radius: 0; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#hqQ4mQyNAbnCMzgvpe2OmE7k99lPhmeA { 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; }
#lz72HSecyo0iuoI1pIohdSRfXiIUqb29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdacFtdwNqCm2p4OTbf0EvZGHEX8yraf { 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; }
#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { position:relative;display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { background-color: transparent; background-image: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { border-width: 0; border-radius: 0; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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.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:block; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { 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; }
#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz { 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; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container { background-color: transparent; background-image: none; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container > .video-iframe-container { display: none; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row > .video-iframe-container { display: none; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .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); }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container { border-width: 0; border-radius: 0; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#iacZ5hXh38pSsWNzHeExwp9KTeSL9vJ6 { color:rgba(var(--color-tertiary-1),1);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:28.25rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ZvidqIOCyOtLNTfimXqVVsNGsQSEREU8 { 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:32.125rem;left:14.875rem;overflow:hidden;display:block; }
#UiH2T1Mgqido9B53O4PMh3IOI94Fr17e { 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:41.625rem;left:13.9375rem;overflow:hidden;display:block; }
#ulZvgEOBUfVIdJ7BFXJpLX1GyTHdEOix { color:rgba(var(--color-tertiary-1),1);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:38.25rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ReyLXcX1tbq1hRVi6zhOCFHCqs6nXkz3 { 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:40.5rem;left:47.6875rem;overflow:hidden;display:block; }
#zeIXbdPRVLTsbFfeCd0mL7dVI9zX4DST { color:rgba(var(--color-tertiary-1),1);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:38.25rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#gdMqJXfi2Ogmx6EeUvJZOaKk72mv7aZw { 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.75rem;width:12.25rem;top:32.125rem;left:46.375rem;overflow:hidden;display:block; }
#TIR6naGPFGWQJULZWFDTA4mlUQ1VGPP8 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#BSbrnUJJBLe8mAapBKVgU6gXqP7IknNf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15rem;top:12.1875rem;left:45rem;overflow:hidden;display:block; }
#TIBInfQTfmfVQLbXrbdEHTK1bb92BgGz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:10.8125rem;top:1.1374998092651rem;left:32.09375rem;overflow:hidden;display:block; }
#BuFytTEZT3T7v23nB5JTDGQtuNr7EzSe { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;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:9.625rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ouWgXd8zy7fB9c1RrZDH13emF5DHqz9U { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#MJkVHFyZGfeSEX4BBiwKdD2kyCucnoQu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:12.9375rem;top:20.668750762939rem;left:15.3125rem;overflow:hidden;display:block; }
#BDsPTxVFt5gAsP830m17EbbDoBsOBFxR { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:12.75rem;top:21.637500762939rem;left:46.125rem;overflow:hidden;display:block; }
#SsucuVq2z75d0dtqT87TTzbgmNwTaiUu { 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:1.75rem;width:12.625rem;top:13.125rem;left:15.46875rem;overflow:hidden;display:block; }
#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy { 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; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container { background-color: transparent; background-image: none; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container > .video-iframe-container { display: none; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row > .video-iframe-container { display: none; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .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); }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container { border-width: 0; border-radius: 0; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#NbiGqsdPZJwqREZNkdvvQFNKM8UeASLJ { 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; }
#Xu2TzTKktxHVhKUb6rPZ5Tw9scksJ0oJ { 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; }
#og80oL6QJnqMK5VJ6b9Z7RxQeggMp98V { 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:11.5rem;width:25rem;top:8rem;left: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.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; }
#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; }
#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD { 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; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { background-color: transparent; background-image: none; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container > .video-iframe-container { display: none; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row > .video-iframe-container { display: block; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .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); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { border-width: 0; border-radius: 0; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD::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; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#l0PQvr4JsfFLL0TBxxeyZb5CtIt2Nh31 { 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:15013;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; }
#Lu7b9sWsLv1aVAKe70MPVTs1u8HTottk { 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; }
#T7rBLusb9tV0tx6Dt6zzqUzVbzkiJJ4C { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;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:19.125rem;font-style:normal;display:block; }
#zt5TC1hy3f2aHPfplmODQ7Trql3Rhtxn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:35rem;top:13.493751525879rem;left:40rem;display:block; }
#a67b494d4994e033a89fab39e675f584.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; } #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; } #zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container { background-color: transparent; background-image: none; }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container > .video-iframe-container { display: none; }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row > .video-iframe-container { display: none; }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .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); }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container { border-width: 0; border-radius: 0; }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { border-width: 0; border-radius: 0; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { 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.625rem rgba(var(--color-tertiary-4),0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.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:satoshi;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:0.625rem;left:71.75rem;display:block; }
#vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { 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:15138;opacity:1;top:0.9375rem;left:72.0625rem; }
#kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { 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:15140;opacity:1;top:1rem;left:0.875rem; }
#h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { 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:1rem;left:24.625rem; }
#n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { 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:15142;opacity:1;top:0.9375rem;left:62.8125rem;display:none; }
#mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.65000152587888rem;left:61.6875rem;display:block; }
#fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hu8bRBvGOTK6cihsvMUByDWs4maqto3N { 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:#001b46;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.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:20.9375rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.625rem;left:0.3125rem;display:block; }
#H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/d8103abf-dc59-4c2e-b893-d4c1270a18d9/nowy_KV_APD2025Geriatria_LP_tablet.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:none; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.adaptive-delivery-prevent-bg, #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.lazyload, #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.lazyloading { background-image: none; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row .container { border-width: 0; border-radius: 0; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row .container { width:47.75rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #B6MicU9VFSotDaT90qTU66cW1LakBBqH { top:28.1875rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueIqtglp17ZGllG8ci8siqeqJn2eyO0Z { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BG4lIIsW41QX6dRz0aT79DfbJ6PPEA0i { display:block; }
 }@media only screen and (max-width: 1199px) { #P4UuDQZTTgzG77V5u3Gy1QPCiyZTJrA5 { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOzsnIF3yRlCpTpO5UVv0L5viN3m4zF4 { display:block; }
 }@media only screen and (max-width: 1199px) { #gwU6TLy4acI083UMck7HDy1aGXgnZRSl { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTVodb49lk4MTt44SDqOTgD2rllw3JMW { display:block; }
 }@media only screen and (max-width: 1199px) { #Tit55nglhyGpEqpqhCCbDqosKkzJpygG { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l6lc4UkG965britxyEvoRLgFpeaqLSpT { display:block; }
 }@media only screen and (max-width: 1199px) { #ntWuDUA6hZrC7EA0VKPOaydduHBuPP38 { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hiWMEshpu4ZACpQpoaID2QnwsP2gyDZp { display:block; }
 }@media only screen and (max-width: 1199px) { #etwuQBV5UOasnhX5d4JaQT4KyauksOGe { width:47.75rem;height:2.75rem;top:30rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #TnotECZoySpiyOTZThBTObstEJQ0r32n { width:16.25rem;height:3.75rem;top:39.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzL3hyHiUOXK0yFT5Q8Zo0mqzSAfChJv { display:block; }
 }@media only screen and (max-width: 1199px) { #bTlDK3EQ8QUSHMWFdsUEgSL5U3bwXrBr { top:33.5625rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lw8s5HJp4skhk16XzKTuezyrmgZqiPc4 { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ktv8S2ozmPDm5v9fvnOqMXdRsK0LMHze { display:block; }
 }@media only screen and (max-width: 1199px) { #vfKXTJHnNc6cG4cEEgS8fN9XIc3sUTSt { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTz6JNpAZXq1gdtrdv08JPGTqL8RvyRW { width:45.25rem;height:23.75rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZfiXcbZHCTUgkH4C2TT3Opi7ERD9qDi { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOhdq5UTXc4pGfJS1zAaswTLA2Tn6C3S { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zUXvZkhwo0fR7ELBI2bcTO8PBWA4TphK { width:16.15rem;height:3.65rem;top:40rem;left:24.5625rem;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) { #pZyWwbOS8neLSl4Gn29KIpO4sukxuDyx { display:block; }
 }@media only screen and (max-width: 1199px) { #gCMw8XaG79PuMlSX5ctXnpF5k4UqQrIN { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCoizE3WufhgduZmVNL0HL0w41u1OQZl { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2WJAbqmdaJRQJ7UZcolhHLnrk01HSGU { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyA7XsT8nTxKzx7c9dlhWSJLNn6lTgGy { width:47.75rem;height:1.5125rem;top:35.66250038147rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #QzrsGGhcpHbcWJTh9dPtDuS2s9OpeVnf { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeIegIUuZkJAvA0fW2KmAub0yFoIb3EO { display:block; }
 }@media only screen and (max-width: 1199px) { #VXSxSBF9givG8CtlJO1OiTFwwAGKQTFa { width:15.6875rem;height:0.975rem;top:38.587501525879rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wah3DbsFbomqkZaL8u13ATTSfTUGqZqs { width:16.125rem;height:1.95rem;top:43.9375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/d8103abf-dc59-4c2e-b893-d4c1270a18d9/nowy_KV_APD2025Geriatria_LP_tablet.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; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.adaptive-delivery-prevent-bg, #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.lazyload, #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.lazyloading { background-image: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { background-color: transparent; background-image: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container > .video-iframe-container { display: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container { display: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .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); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { border-width: 0; border-radius: 0; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h9hBouEQKuktQPPIiarXDbNnwMvUg6u9 { top:27.625rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQGhh2aMdchzMxMNRU4ctCRx6fWwNqf8 { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daXH4nRSnMJAaV4xtmMizbxUQONkCKIP { display:block; }
 }@media only screen and (max-width: 1199px) { #cARQFE7KIOay5e3acxK7Zg5ZSQilPndi { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6AGRTPX5VFT7u8GyZcrV8g9yVQONRAV { display:block; }
 }@media only screen and (max-width: 1199px) { #kltRWGxOu5VCDAomfcPEaHebpX3q3eF2 { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTOTxDKiqs3QnwEnoMO6PXBmzmJ5UBy3 { display:block; }
 }@media only screen and (max-width: 1199px) { #CZeRXrlp1HUawvwPvlGfs1vipG8tvNTn { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eVnZPBVyqkIeNgL9ZtdMb75ALFhotUcA { display:block; }
 }@media only screen and (max-width: 1199px) { #zhp3LkllOVbTy671wktkFythzAPxTuO7 { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TnkduVQkCryie8xkNUsryuaXOqdCQU3V { display:block; }
 }@media only screen and (max-width: 1199px) { #J5dBoJrFhAMoG39wdXNB9c4yJM4xGeBL { width:47.75rem;height:2.75rem;top:29.4375rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #xQGVZVk53ETfP2T9pnUR5c1GzeZe5aq0 { top:33rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6oqxyiOXm3Psa2IsATyVF19UDROc6UF { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbgbE5MvzZb2gx0Ba8H20ygpcaVPCdGW { display:block; }
 }@media only screen and (max-width: 1199px) { #amUbaXdsgbN9HU4lTRt5cxDRhrmEWoAm { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ltJSKdhbm9u5pbizArKpcKGzX9RfJ0zU { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVz13PUWDTqPWG7oHexQqz5eewtWzv6J { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmO7cG85Rgtz74FmAdr4qQkJiphN1FRP { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qdShAyvnPmd4vQuXZ2UPOD3FEZ0g7rrO { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cy1bDNsaytGrTZE7bbou7osILu5hpbEa { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLL1ZcsGZQt2PT2FWSU5Vfu1MN7dzin6 { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bsvRJ14VgzRJV4e2zhKFzATvn21i21fE { width:30.625rem;height:3.575rem;top:35.1875rem;left:8.5625rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qDkfRXIxh6m1wQTTmTlm9ohdRnubBH9A { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7RkTCRGpIFB8nUysNFeDdyioTyMwIRq { display:block; }
 }@media only screen and (max-width: 1199px) { #x037P4J2yud5w1gNJKACRlwR4sR5CDEE { width:47.75rem;height:1.2375rem;top:41.22500038147rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { background-color:#006a69;background-image:none;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { width:47.75rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { 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) { #T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { top:7.8624992370606rem;left:1.25rem;width:44.875rem;height:20.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { top:32.0625rem;left:26.6875rem;width:12.625rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEGEg89yw9TZ5v3F2NpKA2rbT9RPtxJT { width:6.5rem;height:6.5rem;top:38rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VcoLkm7kVeh8lSBJCVA2c0WlMTMor0JA { width:47.75rem;height:36.25rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Akt7JIFqNHcPkISL0525bQa9ffX0XAzy { width:6.5rem;height:6.5rem;top:30.137500762939rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIVebDkUJIQFL9rHl036fOTS0g7d4Ca7 { top:39.9375rem;left:25.9375rem;width:13.4375rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWCiE4NMHEczVMSgu7vF5Nkn8ST0ZiBl { width:20.0625rem;height:11.1875rem;top:30.35000038147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF { display:none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { width:47.75rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UwJSCCHr2T9uldb5gi4fT7n6SmqlHuL3 { width:7.9375rem;height:4.05rem;top:1.875rem;left:19.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nM7ziR3x3pQgB5ZLQA5hQa5e26otbmdu { width:7.9375rem;height:4.05rem;top:1.875rem;left:35.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCF05tuvm6Hk4ltTwhtuXQrWz9pCWwr3 { width:7.9375rem;height:1.05625rem;top:6.0625rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URQuRIuEJmnvghhUSUEBUZQoAm4t4x7O { width:12.6875rem;height:1.05625rem;top:6.0625rem;left:17.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBkSvP3IemqFiFxaJ0KPz1a6G0dzKFmy { width:7.9375rem;height:1.05625rem;top:6.0750007629394rem;left:35.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVr715vDMoAQB5U3REQgIuTwSvGDZ89C { width:7.9375rem;height:4.05rem;top:1.875rem;left:4.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) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:47.75rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCBEtRhaZemnq7cIT8DAZTkHQ5AxQfq2 { width:0.625rem;height:0.625rem;top:4.3624992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e35F1Vhf7EcHyFETtqcdXkT9gECdd7ss { width:25.1875rem;height:2.8rem;top:3.8999996185302rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OS8llsdD4Ssbbt7bITShBIAaoPKN31vu { width:44rem;height:1.4625rem;top:8.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoqAPK3wczkyTediZBzKZM9HSE5bSsfI { width:0.625rem;height:0.625rem;top:12.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DThhf7Ir2kUaTvPy6ZCDS1P5xReNCaZp { width:34.75rem;height:4.2rem;top:11.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIAMWGhOleaT7QFJ8FFeQZEtX9ydAqiW { width:35.8125rem;height:1.125rem;top:16.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gA2RZdiGEBiwdm034M1JkTQhPUqQnIVt { width:0.625rem;height:0.625rem;top:19.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzOZQMGZpqyRlkCHGZHx1pFCvPMn7Mia { width:44.4375rem;height:2.8rem;top:19.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4Q4kMo1H7QpVbtbcnsy0ucc7T2aPKcX { width:0.625rem;height:0.625rem;top:8.9250030517575rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfLO3Mpt2LTb3tZCwOS1EQzmSlklB1bE { width:35.8125rem;height:1.125rem;top:22.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAuK54BVy7L24XyritoLt0xvpvIi2SPx { width:0.625rem;height:0.625rem;top:25.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gm9PwLZkzM4Iu5f8PO42ctbUGJNVMgpM { width:43.75rem;height:2.8rem;top:25.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oh5Ir6yRvk9B0HIICkBXx8mLCLDaF7ox { width:35.8125rem;height:1.125rem;top:28.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCx5U2IMKkkEXXaaXrMegGIPamp2ENgN { width:36.6875rem;height:2.8rem;top:31.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSTPFXbvTL2EDA4WIt5X4S8lGELIpmeM { width:0.625rem;height:0.625rem;top:32rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmPX39uVkNbxZrB2kr6aaWEFyfp2h62v { width:36.6875rem;height:4.2rem;top:36.360244750976rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMcMkpNrpREeupvIXi9FyTHxRBGFsWdw { width:0.625rem;height:0.625rem;top:36.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJWwumqBQuZ9QSugz0D2P3wRhw9anGIg { width:35.8125rem;height:1.125rem;top:41.064237594604rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSIOXfRNXymxRkwAMN8OhJ6NRWKSugTC { width:36.6875rem;height:2.8rem;top:50.937500953674rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ze2WCTunsC0J8hSnt9egdvUtvMpUlrXl { width:0.625rem;height:0.625rem;top:51.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oz5b4tiVprOmRUIgcIM2lBSTdrNbcqiQ { width:36.6875rem;height:2.8rem;top:55.562500953674rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukJ6n4AyPJFmBBqhEPyUGqTGp0cZTSdd { width:0.625rem;height:0.625rem;top:55.937500953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZcBULpcywGohqN1DbUwWQM6SGOc6fLT { width:36.6875rem;height:4.2rem;top:43.634550094604rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4DDTD4eufcRosg3lkcR29ZmnRBwNIrc { width:35.8125rem;height:1.125rem;top:48.179689407349rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTZz0rxO84odxz6vfWu68O46oaGBqF24 { width:0.625rem;height:0.625rem;top:44.137153625488rem;left:0.625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:42.375rem;height:1.4625rem;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:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:43.875rem;height:4.2rem;top:3.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:6.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10.625rem;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.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:47.75rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:36.8125rem;height:1.4625rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { width:43.1875rem;height:4.2rem;top:3.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:35.8125rem;height:1.125rem;top:13.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:36.6875rem;height:2.8rem;top:10.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:35.8125rem;height:1.125rem;top:19.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:36.6875rem;height:2.8rem;top:16.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvuTti5ul9VGKbyuNLwbRMfD3hut29G4 { width:0.625rem;height:0.625rem;top:23.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqtSM6CCkCRsUdNQi3D0tpBWgA6r9avc { width:39.4375rem;height:2.8rem;top:22.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCuLDDIV1sgLE75m6Iz0sAMGPkPZJC6h { width:0.625rem;height:0.625rem;top:36.312499046326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTzeXngJVOAQow6wtPrw31yEvcytayV3 { width:36.6875rem;height:2.8rem;top:35.812499046326rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbMsRxod0XpBe0y6MMgtPB4nJ3engfp9 { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoZs2SlTT79sNa8fnWKF0VUWwyhRTd4v { width:0.625rem;height:0.625rem;top:41.624999046326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWXsvhEH2TtmywIDpmQ8ATNSgBDb120A { width:36.6875rem;height:2.8rem;top:41.124999046326rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOCAKBcfQtesTBPFAKtKfU4VG5rAaOaS { width:35.8125rem;height:1.125rem;top:32.437499046326rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FmRMeHnXu89IWT4RWK0KsxQpt7UCVcLd { width:36.6875rem;height:4.2rem;top:27.673609733581rem;left:2.5625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NhefchKQtddaUU1sF0mmxZxaivOfCRKl { width:0.625rem;height:0.625rem;top:28.249999046326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:47.75rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:44.375rem;height:1.4625rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:3.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:43.5rem;height:2.8rem;top:3.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:35.8125rem;height:1.125rem;top:6.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:35.8125rem;height:1.125rem;top:12.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:40rem;height:2.8rem;top:9.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:9.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:15.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:34.5625rem;height:1.125rem;top:18.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:43rem;height:2.8rem;top:15.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMzRWmcWI8B1yCpfqEUuK2paTRw8OZob { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbSxEBemLeOoltVi7Qki5npRWh8Hn4x7 { width:0.625rem;height:0.625rem;top:21.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmqADJXl0AHO4lTh9FUpmfIK6KhbtMLp { width:43.8125rem;height:2.8rem;top:21.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZZSsfVKTvgmUoiCs5OICiyReOazLKBC { width:0.625rem;height:0.625rem;top:26.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvRIIaAnmnZdfCItPOSk8AceSTRT4XpT { width:24.0625rem;height:5.6rem;top:25.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTRUUUa2F0PHp3z5QP0AZkCn71nkOZgv { width:34.5625rem;height:1.125rem;top:31.659722328186rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1oOPEtm9TVrcSO1sMUDNoLGXe9i3fMD { width:0.625rem;height:0.625rem;top:35.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDOGL0XWZ11Vh600klddOfZV2nt8DGh9 { width:43.8125rem;height:2.8rem;top:41.8125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHke6UWoWDJpNZFnmC3JC1bWWQaGnqZt { width:43.8125rem;height:2.8rem;top:47.0625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkgmTOA4F9FeKuFOMwEco3GvOPfgC3Ey { width:0.625rem;height:0.625rem;top:47.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDNtWrzJooHm2l7PdrN2guoX9FhzsEF9 { width:24.0625rem;height:4.2rem;top:34.624999046326rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrmZPsR1kFLTcrR71bRqTO3nIJKOTVF1 { width:34.5625rem;height:1.125rem;top:39.249999046326rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igEiRyi6NKukomfTpDgrdKprQukt1ox1 { width:0.625rem;height:0.625rem;top:42.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMFdZB7NanbeerRzXn5P124nEVIFZr0o { display:block; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wtfmiRoI33ikp1udqJaroC7RXcsTEa0G { width:36.8125rem;height:1.4625rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOC7UT68OBRB2i9OAxg5Rc9yq7eXU7Qx { width:0.625rem;height:0.625rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ywhafS3IbKpUcTwOUB0gO9HSa7adCBvU { width:43.1875rem;height:2.8rem;top:3.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7zQdNKV9N7udsF5mlJ5CKfnXkc6Hq3c { width:35.8125rem;height:1.125rem;top:6.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLaSLGUJK2BRSkDeTexVSDd9BwEMJHlD { width:35.8125rem;height:1.125rem;top:12.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9g1KSTReTRw7vGmrqh9f9bwclTgFE9M { width:37.875rem;height:2.8rem;top:9.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmy3aqZSO5KZ5yat4NIk7gS2sTpSUuuv { width:0.625rem;height:0.625rem;top:10.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BfW8d7lJOZODDESqz7R2OX7aaKa03Tog { width:0.625rem;height:0.625rem;top:16.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhCamTLd7fOSPZ3pdJwzRKMbXTrVVzPm { width:35.8125rem;height:1.125rem;top:18.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWVB7vMRlekahE87MGLoeifQbSkeNrDn { width:36.6875rem;height:2.8rem;top:15.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKDqHitIK9Ki8MxaF6bPlWa2VRHcWFXT { width:0.625rem;height:0.625rem;top:22.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfI3nmzz3AhQpwnapQKsNg0KO7xQs2Hd { width:39.4375rem;height:2.8rem;top:21.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lc9OAolSIglrxCG7KVntQs4JiHb7B61s { width:0.625rem;height:0.625rem;top:26.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BaLX1TpZAAubIb7OAkWTLCxFuON8TRRn { width:36.6875rem;height:2.8rem;top:26.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D835D9kXtqLTzWOnv4RBec22bCbvcXXo { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:10.5rem;position:relative;display:none; } }@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 { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/739622e7-5805-461a-823b-e3ef5c40148a/apd_CENA_geriatria.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@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;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: 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) { #oca815iJHoaB5JCXRziQFWuvz1t3X16l { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/739622e7-5805-461a-823b-e3ef5c40148a/apd_CENA_geriatria.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l.adaptive-delivery-prevent-bg, #oca815iJHoaB5JCXRziQFWuvz1t3X16l.lazyload, #oca815iJHoaB5JCXRziQFWuvz1t3X16l.lazyloading { background-image: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { background-color: transparent; background-image: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container > .video-iframe-container { display: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container { display: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .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); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEVaTuthmpbsMhSQnVns6BiAQqv7DoHU { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umdXmz1QwV9mxZVyOGk96cuvIdsRziyb { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urUM5CCnFZoSB6zG6R2JmTodTW8B06Zo { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;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: 1199px) { #UyT32vN4gPq1l2SDotS5sWcZTq9FUBZt { display:block; }
 }@media only screen and (max-width: 1199px) { #OVE6afufuxDEEgFypwZ5LpLtILRV1xy9 { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkTWhmitpSyLee1x3b6gUOqQbbZ177Av { display:block; }
 }@media only screen and (max-width: 1199px) { #VCCrFrPBsQAiRAvLiHNm3h2uiifgytiz { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHRGz8H4AKkzRaat5TDTJWzzMSBDgbzE { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l55cZyTob9FAavo64z3udO1iSCCuLSUn { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwmhKrKmOexvETqH46bRaeculs2b5vlE { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qm6VBnNSoJxvyoQWZ4q7mSBlVGwp8Oyc { 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) { #gB6Vnw0Wm5zGQAMIEEsZz70RaUHCTFEO { 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) { #bgMr33k6SFTo9eHo6RJzkkqfcuPXThiN { 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) { #oemt8e226h5Qx85e15SJb8HgSXvJ4Lzu { 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) { #Wwuv0gAQ6eaC97h6mJQExIVBUPu3bXNf { 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) { #mi8yt17JcMkpd95KTDeUMBIR4MDnuV6k { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOuVfWHFMpdp6WSv2hV7EkSZozJDtpu7 { 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) { #ELT4Ae0smi6z80udG8OqtPf7kv1RSuIb { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ae2ZnpbeaRrFq8Mw4zSbg7KhXQDNMKfX { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { background-color:#007b7a;background-image:none;display:block; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { background-color: transparent; background-image: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .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); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { 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) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { 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) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { 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) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { 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) { #mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { 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) { #dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { 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) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { 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) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { 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) { #mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { 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) { #QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { 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) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { 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) { #mb86bImQceket5drO63pQEXBXcIg9wtT { 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) { #DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { 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) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { 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) { #O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N { display:block; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hqQ4mQyNAbnCMzgvpe2OmE7k99lPhmeA { 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) { #lz72HSecyo0iuoI1pIohdSRfXiIUqb29 { display:block; }
 }@media only screen and (max-width: 1199px) { #XdacFtdwNqCm2p4OTbf0EvZGHEX8yraf { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { 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) { #cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz { display:block; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iacZ5hXh38pSsWNzHeExwp9KTeSL9vJ6 { width:15.625rem;height:1.1375rem;top:22.3125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvidqIOCyOtLNTfimXqVVsNGsQSEREU8 { width:11.75rem;height:1.625rem;top:24.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UiH2T1Mgqido9B53O4PMh3IOI94Fr17e { width:14.875rem;height:1.75rem;top:32.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulZvgEOBUfVIdJ7BFXJpLX1GyTHdEOix { width:15.625rem;height:1.1375rem;top:29.625rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ReyLXcX1tbq1hRVi6zhOCFHCqs6nXkz3 { width:7.1875rem;height:3.125rem;top:32.1875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zeIXbdPRVLTsbFfeCd0mL7dVI9zX4DST { width:15.625rem;height:1.1375rem;top:29.625rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdMqJXfi2Ogmx6EeUvJZOaKk72mv7aZw { width:10.125rem;height:2.25rem;top:24.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIR6naGPFGWQJULZWFDTA4mlUQ1VGPP8 { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSbrnUJJBLe8mAapBKVgU6gXqP7IknNf { width:11.6875rem;height:2.75rem;top:9.125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIBInfQTfmfVQLbXrbdEHTK1bb92BgGz { width:7.3125rem;height:4rem;top:1.1374998092651rem;left:20.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuFytTEZT3T7v23nB5JTDGQtuNr7EzSe { width:15.625rem;height:1.1375rem;top:7.375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ouWgXd8zy7fB9c1RrZDH13emF5DHqz9U { width:15.625rem;height:1.1375rem;top:14.3125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJkVHFyZGfeSEX4BBiwKdD2kyCucnoQu { width:10.8125rem;height:3rem;top:16.262499809265rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDsPTxVFt5gAsP830m17EbbDoBsOBFxR { width:12.5625rem;height:2.1875rem;top:16.918749809265rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SsucuVq2z75d0dtqT87TTzbgmNwTaiUu { width:10.625rem;height:1.4375rem;top:9.78125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSrgpMxcPaDop6bbev9VuXDQpo83pkcy { display:block; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NbiGqsdPZJwqREZNkdvvQFNKM8UeASLJ { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xu2TzTKktxHVhKUb6rPZ5Tw9scksJ0oJ { 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) { #og80oL6QJnqMK5VJ6b9Z7RxQeggMp98V { width:22.5rem;height:10.3125rem;top:8.375rem;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) { #tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD { display:block; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { width:47.75rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l0PQvr4JsfFLL0TBxxeyZb5CtIt2Nh31 { 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) { #Lu7b9sWsLv1aVAKe70MPVTs1u8HTottk { top:7.3125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7rBLusb9tV0tx6Dt6zzqUzVbzkiJJ4C { 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) { #zt5TC1hy3f2aHPfplmODQ7Trql3Rhtxn { width:29.0625rem;height:16.1875rem;top:27.1875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a67b494d4994e033a89fab39e675f584.widget-smartsection { 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; } #zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container { width:47.75rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { width:9.75rem;height:2.275rem;top:0.75rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block; }
 }@media only screen and (max-width: 1199px) { #zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { width:13.875rem;height:1.1375rem;top:1.375rem;left:17.5rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { width:1.875rem;height:1.875rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { width:1.875rem;height:1.875rem;top:1rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { width:1.875rem;height:1.875rem;top:1rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { width:9.5rem;height:2.5rem;top:0.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block; }
 }@media only screen and (max-width: 1199px) { #hu8bRBvGOTK6cihsvMUByDWs4maqto3N { width:13rem;height:3.125rem;top:0.375rem;left:0.0625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/bdc102fe-d86b-4a3d-857a-77c50d32903d/APD_PION_geriatria.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:none; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.adaptive-delivery-prevent-bg, #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.lazyload, #XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco.lazyloading { background-image: none; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAM1s9D5Wu2uhGL8zMVyttqctGTuMTco > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B6MicU9VFSotDaT90qTU66cW1LakBBqH { 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) { #ueIqtglp17ZGllG8ci8siqeqJn2eyO0Z { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG4lIIsW41QX6dRz0aT79DfbJ6PPEA0i { display:block; }
 }@media only screen and (max-width: 763px) { #P4UuDQZTTgzG77V5u3Gy1QPCiyZTJrA5 { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOzsnIF3yRlCpTpO5UVv0L5viN3m4zF4 { display:block; }
 }@media only screen and (max-width: 763px) { #gwU6TLy4acI083UMck7HDy1aGXgnZRSl { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTVodb49lk4MTt44SDqOTgD2rllw3JMW { display:block; }
 }@media only screen and (max-width: 763px) { #Tit55nglhyGpEqpqhCCbDqosKkzJpygG { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6lc4UkG965britxyEvoRLgFpeaqLSpT { display:block; }
 }@media only screen and (max-width: 763px) { #ntWuDUA6hZrC7EA0VKPOaydduHBuPP38 { 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) { #hiWMEshpu4ZACpQpoaID2QnwsP2gyDZp { display:block; }
 }@media only screen and (max-width: 763px) { #etwuQBV5UOasnhX5d4JaQT4KyauksOGe { width:18.75rem;height:2.3375rem;top:21.1875rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnotECZoySpiyOTZThBTObstEJQ0r32n { width:16.25rem;height:3.75rem;top:36.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzL3hyHiUOXK0yFT5Q8Zo0mqzSAfChJv { display:block; }
 }@media only screen and (max-width: 763px) { #bTlDK3EQ8QUSHMWFdsUEgSL5U3bwXrBr { 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) { #lw8s5HJp4skhk16XzKTuezyrmgZqiPc4 { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ktv8S2ozmPDm5v9fvnOqMXdRsK0LMHze { display:block; }
 }@media only screen and (max-width: 763px) { #vfKXTJHnNc6cG4cEEgS8fN9XIc3sUTSt { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTz6JNpAZXq1gdtrdv08JPGTqL8RvyRW { width:20rem;height:36.5625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZfiXcbZHCTUgkH4C2TT3Opi7ERD9qDi { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #GOhdq5UTXc4pGfJS1zAaswTLA2Tn6C3S { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zUXvZkhwo0fR7ELBI2bcTO8PBWA4TphK { width:16.25rem;height:3.75rem;top:43.9375rem;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) { #pZyWwbOS8neLSl4Gn29KIpO4sukxuDyx { display:block; }
 }@media only screen and (max-width: 763px) { #gCMw8XaG79PuMlSX5ctXnpF5k4UqQrIN { width:2.375rem;height:2.75rem;top:31.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCoizE3WufhgduZmVNL0HL0w41u1OQZl { width:6.25rem;height:1.95rem;top:31.625rem;left:8.375rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u2WJAbqmdaJRQJ7UZcolhHLnrk01HSGU { width:2.4375rem;height:1.7875rem;top:31.75rem;left:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyA7XsT8nTxKzx7c9dlhWSJLNn6lTgGy { width:20rem;height:2.925rem;top:27.075000762939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QzrsGGhcpHbcWJTh9dPtDuS2s9OpeVnf { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeIegIUuZkJAvA0fW2KmAub0yFoIb3EO { display:block; }
 }@media only screen and (max-width: 763px) { #VXSxSBF9givG8CtlJO1OiTFwwAGKQTFa { width:15.6875rem;height:0.975rem;top:35.3125rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wah3DbsFbomqkZaL8u13ATTSfTUGqZqs { width:13.75rem;height:1.95rem;top:40.974998474121rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/bdc102fe-d86b-4a3d-857a-77c50d32903d/APD_PION_geriatria.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; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.adaptive-delivery-prevent-bg, #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.lazyload, #gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK.lazyloading { background-image: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { background-color: transparent; background-image: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container > .video-iframe-container { display: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container { display: none; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .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); }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZI5hvXgSXgb9MeaSUgJKrGPMnn2XgKK > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9hBouEQKuktQPPIiarXDbNnwMvUg6u9 { 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) { #cQGhh2aMdchzMxMNRU4ctCRx6fWwNqf8 { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #daXH4nRSnMJAaV4xtmMizbxUQONkCKIP { display:block; }
 }@media only screen and (max-width: 763px) { #cARQFE7KIOay5e3acxK7Zg5ZSQilPndi { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6AGRTPX5VFT7u8GyZcrV8g9yVQONRAV { display:block; }
 }@media only screen and (max-width: 763px) { #kltRWGxOu5VCDAomfcPEaHebpX3q3eF2 { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTOTxDKiqs3QnwEnoMO6PXBmzmJ5UBy3 { display:block; }
 }@media only screen and (max-width: 763px) { #CZeRXrlp1HUawvwPvlGfs1vipG8tvNTn { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVnZPBVyqkIeNgL9ZtdMb75ALFhotUcA { display:block; }
 }@media only screen and (max-width: 763px) { #zhp3LkllOVbTy671wktkFythzAPxTuO7 { 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) { #TnkduVQkCryie8xkNUsryuaXOqdCQU3V { display:block; }
 }@media only screen and (max-width: 763px) { #J5dBoJrFhAMoG39wdXNB9c4yJM4xGeBL { width:18.75rem;height:2.3375rem;top:21.1875rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQGVZVk53ETfP2T9pnUR5c1GzeZe5aq0 { 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) { #x6oqxyiOXm3Psa2IsATyVF19UDROc6UF { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbgbE5MvzZb2gx0Ba8H20ygpcaVPCdGW { display:block; }
 }@media only screen and (max-width: 763px) { #amUbaXdsgbN9HU4lTRt5cxDRhrmEWoAm { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltJSKdhbm9u5pbizArKpcKGzX9RfJ0zU { width:20rem;height:27.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVz13PUWDTqPWG7oHexQqz5eewtWzv6J { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #vmO7cG85Rgtz74FmAdr4qQkJiphN1FRP { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qdShAyvnPmd4vQuXZ2UPOD3FEZ0g7rrO { width:2.375rem;height:2.75rem;top:31.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy1bDNsaytGrTZE7bbou7osILu5hpbEa { width:6.25rem;height:1.95rem;top:31.625rem;left:8.375rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bLL1ZcsGZQt2PT2FWSU5Vfu1MN7dzin6 { width:2.4375rem;height:1.7875rem;top:31.75rem;left:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsvRJ14VgzRJV4e2zhKFzATvn21i21fE { width:20rem;height:2.925rem;top:27.075000762939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qDkfRXIxh6m1wQTTmTlm9ohdRnubBH9A { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7RkTCRGpIFB8nUysNFeDdyioTyMwIRq { display:block; }
 }@media only screen and (max-width: 763px) { #x037P4J2yud5w1gNJKACRlwR4sR5CDEE { width:20rem;height:1.3rem;top:36.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { background-color:#006a69;background-image:none;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { 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) { #T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { width:20rem;height:40.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) { #JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { width:9.4375rem;height:2.1rem;top:67.3125rem;left:4.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oEGEg89yw9TZ5v3F2NpKA2rbT9RPtxJT { width:4.375rem;height:4.375rem;top:60.924999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcoLkm7kVeh8lSBJCVA2c0WlMTMor0JA { width:20rem;height:33.125rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Akt7JIFqNHcPkISL0525bQa9ffX0XAzy { width:4.375rem;height:4.375rem;top:66.174999237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVebDkUJIQFL9rHl036fOTS0g7d4Ca7 { width:12.0625rem;height:2.1rem;top:62.0625rem;left:4.71875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWCiE4NMHEczVMSgu7vF5Nkn8ST0ZiBl { height:11.175406871609rem;width:20rem;top:47.737499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF { display:none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { width:20rem;height:7.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UwJSCCHr2T9uldb5gi4fT7n6SmqlHuL3 { width:6.25rem;height:2.75rem;top:1.25rem;left:6.875rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nM7ziR3x3pQgB5ZLQA5hQa5e26otbmdu { width:6.25rem;height:2.75rem;top:1.25rem;left:13.75rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GCF05tuvm6Hk4ltTwhtuXQrWz9pCWwr3 { width:6.25rem;height:1.05625rem;top:4.2750015258789rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URQuRIuEJmnvghhUSUEBUZQoAm4t4x7O { width:6.25rem;height:2.1125rem;top:4.25rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBkSvP3IemqFiFxaJ0KPz1a6G0dzKFmy { width:5rem;height:2.1125rem;top:4.1875rem;left:14.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVr715vDMoAQB5U3REQgIuTwSvGDZ89C { width:6.25rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;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) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { 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) { #TCBEtRhaZemnq7cIT8DAZTkHQ5AxQfq2 { width:0.625rem;height:0.625rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35F1Vhf7EcHyFETtqcdXkT9gECdd7ss { width:18.125rem;height:2.625rem;top:3.3375015258789rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OS8llsdD4Ssbbt7bITShBIAaoPKN31vu { width:18.4375rem;height:2.6rem;top:7.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PoqAPK3wczkyTediZBzKZM9HSE5bSsfI { width:0.625rem;height:0.625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DThhf7Ir2kUaTvPy6ZCDS1P5xReNCaZp { width:17.8125rem;height:5.25rem;top:12rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XIAMWGhOleaT7QFJ8FFeQZEtX9ydAqiW { width:17.8125rem;height:1.125rem;top:17.512496948243rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA2RZdiGEBiwdm034M1JkTQhPUqQnIVt { width:0.625rem;height:0.625rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOZQMGZpqyRlkCHGZHx1pFCvPMn7Mia { width:18.4375rem;height:5.25rem;top:20.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4Q4kMo1H7QpVbtbcnsy0ucc7T2aPKcX { width:0.625rem;height:0.625rem;top:8.0625rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hfLO3Mpt2LTb3tZCwOS1EQzmSlklB1bE { width:18.4375rem;height:1.125rem;top:25.9375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KAuK54BVy7L24XyritoLt0xvpvIi2SPx { width:0.625rem;height:0.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm9PwLZkzM4Iu5f8PO42ctbUGJNVMgpM { width:18.4375rem;height:3.9375rem;top:28.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5Ir6yRvk9B0HIICkBXx8mLCLDaF7ox { width:18.4375rem;height:2.25rem;top:33.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NCx5U2IMKkkEXXaaXrMegGIPamp2ENgN { width:18.4375rem;height:2.625rem;top:37.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSTPFXbvTL2EDA4WIt5X4S8lGELIpmeM { width:0.625rem;height:0.625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmPX39uVkNbxZrB2kr6aaWEFyfp2h62v { width:18.4375rem;height:6.5625rem;top:41.75rem;left:1.5614585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMcMkpNrpREeupvIXi9FyTHxRBGFsWdw { width:0.625rem;height:0.625rem;top:42.061458587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWwumqBQuZ9QSugz0D2P3wRhw9anGIg { width:18.4375rem;height:1.125rem;top:48.375rem;left:1.5614585876465rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kSIOXfRNXymxRkwAMN8OhJ6NRWKSugTC { width:18.4375rem;height:2.625rem;top:59.9375rem;left:1.5614585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2WCTunsC0J8hSnt9egdvUtvMpUlrXl { width:0.625rem;height:0.625rem;top:51.748962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz5b4tiVprOmRUIgcIM2lBSTdrNbcqiQ { width:18.4375rem;height:2.625rem;top:64.3125rem;left:1.5614585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukJ6n4AyPJFmBBqhEPyUGqTGp0cZTSdd { width:0.625rem;height:0.625rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZcBULpcywGohqN1DbUwWQM6SGOc6fLT { width:18.4375rem;height:5.25rem;top:51.373962402344rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4DDTD4eufcRosg3lkcR29ZmnRBwNIrc { width:18.4375rem;height:1.125rem;top:57rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTZz0rxO84odxz6vfWu68O46oaGBqF24 { width:0.625rem;height:0.625rem;top:64.555206298825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:2.6rem;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:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:6.5625rem;top:4.25rem;left:1.75rem;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:11.137500762939rem;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:8.5rem;top:3.9812507629394rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:13.731250762939rem;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) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { width:18.4375rem;height:6.5625rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:18.4375rem;height:1.125rem;top:11.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:18.4375rem;height:2.25rem;top:18.293746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:18.5rem;height:3.9375rem;top:14.043746948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:14.293746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:22.712501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:18.4375rem;height:2.25rem;top:26.650001525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:18.4375rem;height:3.9375rem;top:22.400001525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xvuTti5ul9VGKbyuNLwbRMfD3hut29G4 { width:0.625rem;height:0.625rem;top:31.025001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqtSM6CCkCRsUdNQi3D0tpBWgA6r9avc { width:18.4375rem;height:2.625rem;top:30.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCuLDDIV1sgLE75m6Iz0sAMGPkPZJC6h { width:0.625rem;height:0.625rem;top:44.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzeXngJVOAQow6wtPrw31yEvcytayV3 { width:18.4375rem;height:2.625rem;top:43.873962402344rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EbMsRxod0XpBe0y6MMgtPB4nJ3engfp9 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UoZs2SlTT79sNa8fnWKF0VUWwyhRTd4v { width:0.625rem;height:0.625rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWXsvhEH2TtmywIDpmQ8ATNSgBDb120A { width:18.4375rem;height:2.625rem;top:48.25rem;left:1.5614585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOCAKBcfQtesTBPFAKtKfU4VG5rAaOaS { width:18.4375rem;height:1.125rem;top:40.8125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmRMeHnXu89IWT4RWK0KsxQpt7UCVcLd { width:18.4375rem;height:5.25rem;top:35.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NhefchKQtddaUU1sF0mmxZxaivOfCRKl { width:0.625rem;height:0.625rem;top:35.673957824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:18rem;height:5.25rem;top:4.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:18.4375rem;height:1.125rem;top:9.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:18.4375rem;height:1.125rem;top:17.043746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:17.125rem;height:3.9375rem;top:12.731246948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:13.106246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:18.4375rem;height:1.125rem;top:24.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:18rem;height:3.9375rem;top:19.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMzRWmcWI8B1yCpfqEUuK2paTRw8OZob { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zbSxEBemLeOoltVi7Qki5npRWh8Hn4x7 { width:0.625rem;height:0.625rem;top:27.399993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqADJXl0AHO4lTh9FUpmfIK6KhbtMLp { width:18.4375rem;height:2.625rem;top:27.087493896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IZZSsfVKTvgmUoiCs5OICiyReOazLKBC { width:0.625rem;height:0.625rem;top:31.837493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRIIaAnmnZdfCItPOSk8AceSTRT4XpT { width:18.4375rem;height:5.25rem;top:31.524993896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTRUUUa2F0PHp3z5QP0AZkCn71nkOZgv { width:18.4375rem;height:1.125rem;top:37.148956298828rem;left:1.5614585876465rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1oOPEtm9TVrcSO1sMUDNoLGXe9i3fMD { width:0.625rem;height:0.625rem;top:40.273956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDOGL0XWZ11Vh600klddOfZV2nt8DGh9 { width:18.4375rem;height:2.625rem;top:48.523956298828rem;left:1.5614585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GHke6UWoWDJpNZFnmC3JC1bWWQaGnqZt { width:18.4375rem;height:2.625rem;top:52.898956298828rem;left:1.5614585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkgmTOA4F9FeKuFOMwEco3GvOPfgC3Ey { width:0.625rem;height:0.625rem;top:53.330215454101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDNtWrzJooHm2l7PdrN2guoX9FhzsEF9 { width:18.3125rem;height:5.25rem;top:40.023956298828rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nrmZPsR1kFLTcrR71bRqTO3nIJKOTVF1 { width:18.1875rem;height:1.125rem;top:45.586456298828rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #igEiRyi6NKukomfTpDgrdKprQukt1ox1 { width:0.625rem;height:0.625rem;top:48.898956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFdZB7NanbeerRzXn5P124nEVIFZr0o { display:block; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtfmiRoI33ikp1udqJaroC7RXcsTEa0G { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOC7UT68OBRB2i9OAxg5Rc9yq7eXU7Qx { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywhafS3IbKpUcTwOUB0gO9HSa7adCBvU { width:18.4375rem;height:3.9375rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7zQdNKV9N7udsF5mlJ5CKfnXkc6Hq3c { width:18.4375rem;height:1.125rem;top:8.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sLaSLGUJK2BRSkDeTexVSDd9BwEMJHlD { width:18.4375rem;height:1.125rem;top:14.418746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9g1KSTReTRw7vGmrqh9f9bwclTgFE9M { width:18.4375rem;height:2.625rem;top:11.481246948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mmy3aqZSO5KZ5yat4NIk7gS2sTpSUuuv { width:0.625rem;height:0.625rem;top:11.731246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfW8d7lJOZODDESqz7R2OX7aaKa03Tog { width:0.625rem;height:0.625rem;top:17.587493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhCamTLd7fOSPZ3pdJwzRKMbXTrVVzPm { width:18.4375rem;height:1.125rem;top:21.524993896484rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWVB7vMRlekahE87MGLoeifQbSkeNrDn { width:18.4375rem;height:3.9375rem;top:17.274993896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKDqHitIK9Ki8MxaF6bPlWa2VRHcWFXT { width:0.625rem;height:0.625rem;top:24.712493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfI3nmzz3AhQpwnapQKsNg0KO7xQs2Hd { width:18.4375rem;height:2.625rem;top:24.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lc9OAolSIglrxCG7KVntQs4JiHb7B61s { width:0.625rem;height:0.625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaLX1TpZAAubIb7OAkWTLCxFuON8TRRn { width:18.4375rem;height:2.625rem;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) { #D835D9kXtqLTzWOnv4RBec22bCbvcXXo { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@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:2.75rem;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 { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/739622e7-5805-461a-823b-e3ef5c40148a/apd_CENA_geriatria.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:20rem;height:15.625rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:20rem;height:15.625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:18.909378051757rem;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:none; }
 }@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:18.784378051757rem;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) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 763px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:20rem;height:3.9rem;top:13.386459350586rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:20rem;height:3.9rem;top:13.397918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:20rem;height:2.4375rem;top:10.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:17.5625rem;height:2.4375rem;top:10.625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:20rem;height:0.975rem;top:17.047912597656rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:20rem;height:0.975rem;top:16.935417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:20rem;height:0.89375rem;top:23.346878051757rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:20rem;height:3.85rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;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:23.349998474121rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:5rem;height:5rem;top:11.875rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:20rem;height:1.3rem;top:6.8187484741213rem;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) { #oca815iJHoaB5JCXRziQFWuvz1t3X16l { background-color:#007b7a;background-image:url("https://images.assets-landingi.com/uc/739622e7-5805-461a-823b-e3ef5c40148a/apd_CENA_geriatria.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l.adaptive-delivery-prevent-bg, #oca815iJHoaB5JCXRziQFWuvz1t3X16l.lazyload, #oca815iJHoaB5JCXRziQFWuvz1t3X16l.lazyloading { background-image: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { background-color: transparent; background-image: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container > .video-iframe-container { display: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row > .video-iframe-container { display: none; }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .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); }#oca815iJHoaB5JCXRziQFWuvz1t3X16l > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEVaTuthmpbsMhSQnVns6BiAQqv7DoHU { width:20rem;height:15.625rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umdXmz1QwV9mxZVyOGk96cuvIdsRziyb { width:20rem;height:15.625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urUM5CCnFZoSB6zG6R2JmTodTW8B06Zo { width:16.25rem;height:3.75rem;top:18.909378051757rem;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:none; }
 }@media only screen and (max-width: 763px) { #UyT32vN4gPq1l2SDotS5sWcZTq9FUBZt { display:block; }
 }@media only screen and (max-width: 763px) { #OVE6afufuxDEEgFypwZ5LpLtILRV1xy9 { width:16.25rem;height:3.75rem;top:18.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) { #VkTWhmitpSyLee1x3b6gUOqQbbZ177Av { display:block; }
 }@media only screen and (max-width: 763px) { #VCCrFrPBsQAiRAvLiHNm3h2uiifgytiz { width:20rem;height:3.9rem;top:13.386459350586rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHRGz8H4AKkzRaat5TDTJWzzMSBDgbzE { width:20rem;height:3.9rem;top:13.397918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l55cZyTob9FAavo64z3udO1iSCCuLSUn { width:20rem;height:2.4375rem;top:10.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwmhKrKmOexvETqH46bRaeculs2b5vlE { width:17.5625rem;height:2.4375rem;top:10.625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm6VBnNSoJxvyoQWZ4q7mSBlVGwp8Oyc { width:20rem;height:0.975rem;top:17.047912597656rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gB6Vnw0Wm5zGQAMIEEsZz70RaUHCTFEO { width:20rem;height:0.975rem;top:16.935417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgMr33k6SFTo9eHo6RJzkkqfcuPXThiN { width:20rem;height:0.89375rem;top:23.346878051757rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oemt8e226h5Qx85e15SJb8HgSXvJ4Lzu { width:20rem;height:3.85rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #Wwuv0gAQ6eaC97h6mJQExIVBUPu3bXNf { width:20rem;height:0.89375rem;top:23.349998474121rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi8yt17JcMkpd95KTDeUMBIR4MDnuV6k { width:5rem;height:5rem;top:11.875rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOuVfWHFMpdp6WSv2hV7EkSZozJDtpu7 { width:20rem;height:1.3rem;top:6.8187484741213rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #ELT4Ae0smi6z80udG8OqtPf7kv1RSuIb { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae2ZnpbeaRrFq8Mw4zSbg7KhXQDNMKfX { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { display:block; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { 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) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { display:flex;width:1.25rem;height:1.25rem;top:32.087501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { 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) { #mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { width:17.5rem;height:2.45rem;top:51.599998474121rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { display:flex;width:1.25rem;height:1.25rem;top:51.724998474121rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:17.5rem;height:4.9rem;top:12.362499237061rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { display:flex;width:1.25rem;height:1.25rem;top:12.424999237061rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { width:17.5rem;height:11.025rem;top:19.075000762939rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { display:flex;width:1.25rem;height:1.25rem;top:19.200000762939rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:17.5rem;height:6.125rem;top:43.625rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { display:flex;width:1.25rem;height:1.25rem;top:43.75rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { width:17.5rem;height:14.7875rem;top:54.65625rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:17.5rem;height:6.3rem;top:70.53125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N { display:block; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqQ4mQyNAbnCMzgvpe2OmE7k99lPhmeA { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lz72HSecyo0iuoI1pIohdSRfXiIUqb29 { display:block; }
 }@media only screen and (max-width: 763px) { #XdacFtdwNqCm2p4OTbf0EvZGHEX8yraf { 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) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { 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) { #cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz { display:block; }#cWZSyvMP9JUrkuZtXmFQH4tqK9uxfGdz > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iacZ5hXh38pSsWNzHeExwp9KTeSL9vJ6 { width:20rem;height:1.1375rem;top:30.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvidqIOCyOtLNTfimXqVVsNGsQSEREU8 { width:12.0625rem;height:1.6875rem;top:33.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiH2T1Mgqido9B53O4PMh3IOI94Fr17e { width:15.6875rem;height:2rem;top:45.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZvgEOBUfVIdJ7BFXJpLX1GyTHdEOix { width:20rem;height:1.1375rem;top:43rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReyLXcX1tbq1hRVi6zhOCFHCqs6nXkz3 { width:8.3125rem;height:3.75rem;top:52rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeIXbdPRVLTsbFfeCd0mL7dVI9zX4DST { width:20rem;height:1.1375rem;top:50rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdMqJXfi2Ogmx6EeUvJZOaKk72mv7aZw { width:10.1875rem;height:2.25rem;top:38.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIR6naGPFGWQJULZWFDTA4mlUQ1VGPP8 { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSbrnUJJBLe8mAapBKVgU6gXqP7IknNf { width:13rem;height:3.0625rem;top:13.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBInfQTfmfVQLbXrbdEHTK1bb92BgGz { width:8.75rem;height:4.75rem;top:1.1374998092651rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuFytTEZT3T7v23nB5JTDGQtuNr7EzSe { width:20rem;height:1.1375rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouWgXd8zy7fB9c1RrZDH13emF5DHqz9U { width:20rem;height:1.1375rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJkVHFyZGfeSEX4BBiwKdD2kyCucnoQu { width:12.9375rem;height:3.625rem;top:21.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDsPTxVFt5gAsP830m17EbbDoBsOBFxR { width:12.75rem;height:2.3125rem;top:26.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsucuVq2z75d0dtqT87TTzbgmNwTaiUu { width:12rem;height:1.5625rem;top:9.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrgpMxcPaDop6bbev9VuXDQpo83pkcy { display:block; }#sSrgpMxcPaDop6bbev9VuXDQpo83pkcy > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbiGqsdPZJwqREZNkdvvQFNKM8UeASLJ { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu2TzTKktxHVhKUb6rPZ5Tw9scksJ0oJ { 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) { #og80oL6QJnqMK5VJ6b9Z7RxQeggMp98V { width:18.5625rem;height:8.5625rem;top:4.8999996185303rem;left:0.625rem;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) { #tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD { display:block; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0PQvr4JsfFLL0TBxxeyZb5CtIt2Nh31 { 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) { #Lu7b9sWsLv1aVAKe70MPVTs1u8HTottk { width:15.25rem;height:2rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rBLusb9tV0tx6Dt6zzqUzVbzkiJJ4C { 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) { #zt5TC1hy3f2aHPfplmODQ7Trql3Rhtxn { height:11.178125rem;width:20rem;top:35.957290649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67b494d4994e033a89fab39e675f584.widget-smartsection { 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; } #zqxQa7oxDLwQIB7ME73srMHFyqw1KB98 > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { width:7.9375rem;height:1.95rem;top:0.875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block; }
 }@media only screen and (max-width: 763px) { #zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:17.9375rem;font-size:0.875rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { width:17.125rem;height:0;top:2.1500015258789rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { display:flex;width:1.5rem;height:1.5rem;top:1.125rem;left:0.625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { display:flex;width:1.25rem;height:1.25rem;top:1.9749984741211rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { display:flex;width:1.875rem;height:1.875rem;top:5.0125007629394rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { width:5.625rem;height:1.875rem;top:0.9375rem;left:11.8125rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block; }
 }@media only screen and (max-width: 763px) { #hu8bRBvGOTK6cihsvMUByDWs4maqto3N { width:10.875rem;height:2.5rem;top:0.625rem;left:0.125rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block; }
 }