.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;
}
body { background-color:#ffffff;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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/847b3939-3028-43e1-bdfd-d1b6c3a69b52/nowy_KV_APD2025Endokrynologia.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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.625rem;left:46.875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:22.0625rem;left:43.75rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOr8B1AP3zxLRZZQrrEBF22bfSfcXRLT { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15030;text-align:center;text-align-last:center;top:1.25rem;left:0rem;display:block; }
#HHOUfS7884lyRIWa5NGHWtXVbUPOlF1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQ1oGwEzhVwvr7dxbsxv0W5ZvTLprC8e { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:13.8125rem;display:block; }
#qEq9JyeTxnMThDdp6F5eOyNyz5uBhtOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LStdhXMOrJP4a5APdny7AZEZ9iTe0nni { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:8.25rem;display:block; }
#pp3Lm2ZTgP1bzvPcSLPW690paKk1pl8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aC4L0usdt7U1Ciow2T4VB8wiA8bhpuiH { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:26.75rem;display:block; }
#uDxHVOVmuQhokk4RMDwk0EQVAVFeFT3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { background-color:#ff8d07;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(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaF1zAzusoa7woyC9lEmFf94PKPG55bH { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);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(0,0,0,0.4) ;box-sizing:border-box;color:#000000;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; }
#ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:2.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.0625rem;left:37.5rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#pvbQFlKqKRk4GOuTgV3TfGbkseBUhwXg { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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; }
#JGPG6vTFl5b7HEs00UklPa3iugfU62Ze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6LlLlHSNOJWPTNyNMkHbwZngVfFJaEf { 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;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15038;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#dRnief9B65C8msnKeeJOFIms1kvbQOyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;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; }
#aan9wXXKCgA3TtI8yR696NV91l4eQuvh { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:30.125rem;display:block; }
#Ln3Zvp4v5uOqIt6SNQDtFfWEfbCsIIyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { 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; }
#IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#02463d;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#coFlElgtOb4J9o9LTOk9WwANsciO3XuI { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:19.6875rem;display:block; }
#hUTCscuo2CWo51HTvdzuNPr8zeyfxcMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { 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; }
#iWBEsJD7IquCOEykZxV8QTk5mBEdCtMt { color:#02463d;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15151;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; }
#QXURBb6KwoEnpclDmEPPJtKzGReUPPh2 { color:#02463d;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15150;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; }
#LCI17t11GVlqROEACTQ66uxTAbiQZBwz { 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.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#mqZmKZrMlERoyPQG6anJRwHxdATPECTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/847b3939-3028-43e1-bdfd-d1b6c3a69b52/nowy_KV_APD2025Endokrynologia.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; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi.adaptive-delivery-prevent-bg, #mqZmKZrMlERoyPQG6anJRwHxdATPECTi.lazyload, #mqZmKZrMlERoyPQG6anJRwHxdATPECTi.lazyloading { background-image: none; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row .container { border-width: 0; border-radius: 0; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#yGgHTbPBTD9ZoRPTKaXu7tl2fQgB9xRb { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.5625rem;left:46.875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpgTJXmE2f6hO3dTKzAA0oA5T8K3KqVd { background-color:#ff8d07;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(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#pqtJaNw09G3OH5WGlWmZ7nKbGTSSpoAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWehQxbb4O3AxXnHbb8PsGdbgkcocIJN { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);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(0,0,0,0.4) ;box-sizing:border-box;color:#000000;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; }
#HsN0VlX8OKMlCNmbw46STHoVRkpcWFPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKomkQsZvSUtl7HIoo8tb7g0Mu6x9DG4 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:14.39999961853rem;left:47.1875rem;height:5.7rem;text-align:center;text-align-last:center;display:block; }
#X8HWykFDGwPKaD5mPnmvha1sKzqNFo7c { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.875rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHK4c7FBLWW7yzOaBT9qZcTp4SAs8NyK { 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; }
#fkFeOUeTnFJso7I1dHL2RD9UZrFO82PC { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#02463d;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#XQTysdOexmUMDU3J8niri5P3Qa0m93QI { 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; }
#QqMTnhEysyisH8zHkhvSDu0ZAFVD2NLM { 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; }
#X5FeiTTavduxi5Pxh8cD5NfHS6qqc5Ii { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:23.39999961853rem;left:41.84375rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcwN6c1aE19HXZwtH90uyQLVT8DLzPTa { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15039;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#oV89fbpyTbLi34GG9GqIao93Q0a0yCar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRaOCyMFNBzzNE1CD5RxTO6ycEBo4ph9 { color:#02463d;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XbFDVNe8TxamT7M2OwTXiLnbQTUVVSHa { color:#02463d;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15153;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; }
#cBo713TGqKz9NKPuGH9uPtyvgELOMTea { position:absolute;display:block;z-index:15152;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; }
#JAfU0aKhxZ6bIro1NoDD5p2xg32N3VME { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:28.5rem;left:56.875rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#LZH35PsS80OSsgTFQTcctrOltoegCtIK { 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;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:29.9375rem;left:56.875rem;display:block; }
#hykUE5pGU3CImc5QzK30UbDB1s8OomgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ckt4O3qkUtDeytditaF2yW2oPZRszJro { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:34.3125rem;left:57.875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/847b3939-3028-43e1-bdfd-d1b6c3a69b52/nowy_KV_APD2025Endokrynologia.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; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.adaptive-delivery-prevent-bg, #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.lazyload, #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.lazyloading { background-image: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { background-color: transparent; background-image: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container > .video-iframe-container { display: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container { display: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .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); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { border-width: 0; border-radius: 0; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#mlRCAxFiy9iSUzIyALexQtg5lxdfWlpe { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.5625rem;left:46.875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STZ4id9SNlmzPBFcJFqi5pgoJr58JnRy { background-color:#ff8d07;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(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#Ttv57zQLrs2Slt8CrDKoyQkpXAvKATBA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2Q0vd1EkqpN8CZCqc6XPnp6iuAB0eeX { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);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(0,0,0,0.4) ;box-sizing:border-box;color:#000000;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; }
#FvPOMWkTVwnDiWnrHDJlXl1av645zTPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNrqbwEFTrguVnMsHzEPgp6TF832KpD2 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:14.39999961853rem;left:47.1875rem;height:5.7rem;text-align:center;text-align-last:center;display:block; }
#uDUpFrNzExT62UFZZCFnEAohCbdJJ3FG { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.875rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZFZEnutVT5IEs5RJHOevE3AceiqaDMe { 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; }
#TMyWT36Tv8MdBcOwI9KiZLyo58yUI3TU { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#02463d;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#spwEZqDusu3R6LE2cNhON8Oob7WaLgK3 { 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; }
#BDfOJXfcCm7p8xe41dbwhd3guoX05TWu { 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; }
#SUJm5TEAmoVSkaHCGfp0tCLtlShKVLpe { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:23.39999961853rem;left:41.84375rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC7idACaLrh05kH5In6KGalhEH8965n6 { color:#02463d;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNzlM5NAtmbhSutg8tluxi7Pw4Un7Kgw { color:#02463d;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15153;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; }
#q6Se8yOfegLDcg4nAQ5FmtETdOZ7Vx4G { position:absolute;display:block;z-index:15152;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; }
#IhsTUZr48NQZIelt9waBnedo4uPVmNKo { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:30.875rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#016255;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; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { background-color: transparent; background-image: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container > .video-iframe-container { display: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container { display: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .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); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { border-width: 0; border-radius: 0; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#CCoEK6M6szVfN5yuNtw8AnoT28Dmd0ci { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;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; }
#sgdv6luHbCNdJhXPIZEzTRNu2lF2yOQu { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:14.4rem;font-style:normal;display:block; }
#iXg8JE3Jig3S33xPuVPBkFXTsJ4urDOT { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#02463d;background-image:none;top:0rem;left:37.5rem;display:block; }
#uXp627kDtpWeqyOnJXEVQ6JcihMRsUwB { box-sizing:content-box;height:24rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(2,70,61,0.6);background-image:none;top:8.75rem;left:0rem;display:block; }
#UsKHqbzvlRaMVlU8wik0sfV3keuQTP0l { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.712501525879rem;left:10.5rem;height:2.44965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3OJS9TLoodTGP1BIST6N7aZ37MTQapK { position:absolute;display:block;z-index:15011;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.875rem;width:7.375rem;top:26.75rem;left:1.875rem;overflow:hidden;display:block; }
#cFf0KrGhpzhRQQyB8m6dUbgs8eM1aCgQ { position:absolute;display:block;z-index:15012;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; }
#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e928aef1-ac3d-43b6-8fc7-45ca15b62bab/APD_2025_ENDOKRYNOLOGIA_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; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM.adaptive-delivery-prevent-bg, #LwXviEP9nffRlZKuhDW3LGLVA07nUIfM.lazyload, #LwXviEP9nffRlZKuhDW3LGLVA07nUIfM.lazyloading { background-image: none; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM > .row .container { border-width: 0; border-radius: 0; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM::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; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#gvW9ZAmmXbf3zvOssc2RWkOwdBgRsfCN { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;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; }
#BsH3y98CZiLOXSCANM3GHNr8K1pem9ft { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;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; }
#fcuZzOPges6r3utnOrXIuam90snZ8AL5 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;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; }
#omuSuK9OHELa2q3euylEek9dePy3az7U { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;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; }
#JVqLdb9CWnLt5z2TWCNt0PlUWsMg6G2r { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;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; }
#iTmkB2cUCp01gRoKD0a23ttnJiO1W7R7 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;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; }
#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd { position:relative;display:block; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd { background-color: transparent; background-image: none; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row .container > .video-iframe-container { display: none; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row > .video-iframe-container { display: none; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .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); }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd { border-width: 0; border-radius: 0; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .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; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#LgTFpQydADlx3eKOAfSUiqwgsJtzf1P8 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#fXF02UzEKN66FroHxMebE4q1FHZOV6qh { position:relative;display:block; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh { background-color: transparent; background-image: none; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row .container > .video-iframe-container { display: none; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row > .video-iframe-container { display: none; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .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); }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh { border-width: 0; border-radius: 0; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .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; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:66.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; }#b8h1pPbeHnpnnZ6LgmetK7zo63leTHGC { color:#f46a3e;display:block;width:75rem;position:absolute;font-family:inter;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; }
#es0t5Xi0BZop7WrZXlovygyyL8OUHckT { 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:#f46a3e;background-image:none;top:4.5rem;left:0rem;display:block; }
#TIc3FGrJi1MK7mPGJvIWpz2KaJWDIyS5 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.2062530517578rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlLVXLL4bKNNDMafuCWLKDhsq3xWQ8tl { color:#000000;display:block;width:69.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:1.875rem;height:3.0873875rem;font-style:normal;display:block; }
#Syd467t1O3H80bsGS50WEO1SgmyfTo9L { 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:#f46a3e;background-image:none;top:15.5rem;left:0rem;display:block; }
#iLeKFEXAUUk5eg0vMnrmnQi4RPQrmaJE { color:#000000;display:block;width:66.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:14.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELvexfOwM0VrSrXU3bTbCDF4lxcQG8wp { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9Agf7rJvTXWsR3HftzdnTVzSHaK4tCt { 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:#f46a3e;background-image:none;top:21.75rem;left:0rem;display:block; }
#FWcgKehJ2A0KX9iPvF2vnR9QaARlTAlL { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:21.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ttri23esU6rpuBfxZuZT5RDdFaNbx6JT { 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; }
#LlxzusMc29Hm3BZUp1iqzzTd7I3JCphR { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:24.599609375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTBikCeMcTN6HNSdkQaZFhMdJNrilFN3 { 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:#f46a3e;background-image:none;top:28.125rem;left:0rem;display:block; }
#V4laFzak4huMNMBzrgH9VLyoDsRLMTuR { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:27.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydMnoTBxDOF1aLbvGTpk0tTDl8EDqgv3 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:31.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taUk8OQBwUoT1T2PQh5HsLb3QPLTeJKn { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:53.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xnITICDiopcFyG0MWCrAXNTFMiS80Qey { 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:#f46a3e;background-image:none;top:54.0625rem;left:0rem;display:block; }
#aXwGNm6OtnaQnK51GNm1XxPmiQmSTAbX { color:#000000;display:block;width:66.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:33.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTVVpfpDqoATGp3xSlxmyGEPcvFcKMMz { 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:15043;background-color:#f46a3e;background-image:none;top:34.25rem;left:0rem;display:block; }
#abdnPCl6x4r6aPWmCSrttr9R60TG95Q1 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:58.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEmnc6xyS2utLrAGm99TgUzpZsS8QMMP { 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:#f46a3e;background-image:none;top:58.9375rem;left:0rem;display:block; }
#cxlxAsOi36Dr2Iw5NaiLD8oTIArATTc6 { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:46.3125rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waGc94TqFcigBKZxRo3dQv4I3daNTlhT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#f46a3e;background-image:none;top:46.8125rem;left:0rem;display:block; }
#AfZhSddJkItiAraacwxeim8sofDpETe3 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:43.45703125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNu9WcW1TVGFoccX8Ng4Lt4MVuNQyUCK { color:#000000;display:block;width:66.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:38.517578125rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbJMVEqvtsvg3OML98lSNQpfUQCdUhIO { 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:#f46a3e;background-image:none;top:39.0625rem;left:0rem;display:block; }
#RKvLpq4gJT5zBQ0Vf6gFUFHBhpsyhWtq { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:51.2119140625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 { position:relative;display:block; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 { background-color: transparent; background-image: none; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row .container > .video-iframe-container { display: none; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row > .video-iframe-container { display: none; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .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); }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 { border-width: 0; border-radius: 0; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .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; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;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; }#i7CHz5v8w4TVqhdbhN1OTsuuNdnvyzgW { color:#000000;display:block;width:67.6875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0873875rem;font-style:normal;display:block; }
#E3u3S7z5TMbrRWDig3O0VUJd7IFM1kuW { 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:#f46a3e;background-image:none;top:5.6875rem;left:0rem;display:block; }
#kvtuf5QSGMocKnG63icXIxXiKTeWBFxv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.25rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnJSUhCD3zcRN5kGOL74kF8AqJ3a1GBL { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.7109375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DsAcRPEn44bBILvuRWsBoHPEXFafvK6g { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;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:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:11.75rem;left:29.375rem;display:block; }
#SPc1mNKd3aMsiGo6CUzaARBsVLxLW6oa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vr12Nqc4LWhMF83naAWH8cnElJ9tMlWx { 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; }
#faZ6SdcOTHInpmOHfFDhtQgmh4pas4KZ { box-sizing:content-box;height:6.5rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:4.79296875rem;left:0rem;display:block; }
#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL { position:relative;display:block; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL { background-color: transparent; background-image: none; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row .container > .video-iframe-container { display: none; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row > .video-iframe-container { display: none; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .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); }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL { border-width: 0; border-radius: 0; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .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; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.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; }#iwh1ItkMEWod3fkQignRnCdkgd4KcXG4 { color:#000000;display:block;width:69.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#laK9FCWnZEFJB5EfCTyJ3dTNhIsaQtt7 { 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:#f46a3e;background-image:none;top:5.6875rem;left:0rem;display:block; }
#TcuS80JaFuPb8iRn6vmQuXXdKsMFg4ZA { color:#000000;display:block;width:66.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.25rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8gWFJ79y4hluZmNdaQdXFSS9TGL6kSq { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocbqgxnQukpctdNdzZtu4hzCVzP2E66L { 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:#f46a3e;background-image:none;top:13.0625rem;left:0rem;display:block; }
#Evg01VvrCTixbfkQh8O5II7qJViyARP1 { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIM7AtXsxSHTci25FBzzTpu1T1PMIgwm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.375rem;left:0rem;display:block; }
#mByiPDqc6W26CcBFzxX0dLAdnTqlI4F6 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#De7lU1Lw7AIZuGByomEEN6bNpx5r6hvK { 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:#f46a3e;background-image:none;top:20.5625rem;left:0rem;display:block; }
#MfC6d39B0uo3kyFKBOT4Aiix4T1gquNm { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:20.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MGA9z5QMPGQWVIhO5BGT87kKuiWS44Oh { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:23.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZigchPb3k5Z8ctSzJJZm7KKwQsc5OLen { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:32.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oy21xefxShbMK6Ml8wFnAwf2TbyR26yc { 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:#f46a3e;background-image:none;top:33.1875rem;left:0rem;display:block; }
#AlLbV7cCTEydiPTIxdvnLuFwyeRynnFq { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:45.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WK8nBsrxlt0N0W3auNNqI2mzEyWOFeJZ { 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:#f46a3e;background-image:none;top:45.625rem;left:0rem;display:block; }
#gm6ACQrP4Hq16v2pqeVeVa6531ft8TtT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:50.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fv97PNGnyZv9o5CISQEpIffZTU7vybEQ { 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:#f46a3e;background-image:none;top:51.125rem;left:0rem;display:block; }
#v8s62zZ1mA1J7exfOi61S58w5VTq3kSU { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15023;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; }
#SeI5b7x76BpeX5GpGn6HLmgL7HBabMp5 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15037;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; }
#VrETNkFFUCJJg2Pu55pbGbPXogbhWROE { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#f46a3e;background-image:none;top:26.875rem;left:0rem;display:block; }
#qw3LRHluF4k5xzUscA1TteC512HZnQoT { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:42.52499961853rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMfuEMDEJbsNTXCm1LJKI33nmDq9eUOv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:37.75rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLAcpEAXbHySumhzwxkQJVniMZa2Vn5z { 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:15043;background-color:#f46a3e;background-image:none;top:37.75rem;left:-0.1875rem;display:block; }
#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP { position:relative;display:block; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP { background-color: transparent; background-image: none; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row .container > .video-iframe-container { display: none; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row > .video-iframe-container { display: none; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .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); }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP { border-width: 0; border-radius: 0; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .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; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#oIqSmunZn5HURZmZnnXmCMaF4GtmcuTU { color:#000000;display:block;width:69.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#RJZZ3CKrHK00z2KQkKIfSdS6xDul7Xnc { 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:#f46a3e;background-image:none;top:5.75rem;left:0rem;display:block; }
#b2oMtKJcp2nm4lbsi73zMECsMFUT4iUb { color:#000000;display:block;width:66.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HG0oWaM9wNQ1CFqXwN2S8HERovL3EnNS { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wcz6iUx1AyJfDZeWTyoSnWETmfdToMeT { 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:#f46a3e;background-image:none;top:12.0625rem;left:0rem;display:block; }
#awGXDLL5yIQ2SiVUyZ7aqTalN2DMeTOg { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:11.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJB8q341hSbELgTViBvyhla2eCLpeFQH { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.375rem;left:0rem;display:block; }
#xz3bTu3WGXV3pDGXQWyCHQXqD7EEbDLf { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:14.787506103516rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wvftcgsiz4mauLgV8TILQcH1eRq0l1uN { 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:#f46a3e;background-image:none;top:18.3125rem;left:0rem;display:block; }
#cmAMJUnCippOuRMreH5dUCELCpsOmXTT { color:#000000;display:block;width:65.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:17.875rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lGIbTi3lWGoaNqdJz0SkWriI3WWhzX0r { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:22.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AvzQWr0EyoAHaJlu4bGWWT6k5QZIt2GW { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:28.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsE9GoefQ74aCnIKzJTaSC7oXs7f5owD { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:25.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prfAanlTgnHIas81uFzAoFxlA2cANXtP { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#f46a3e;background-image:none;top:26rem;left:0rem;display:block; }
#LpXICJG4gotPu8ImuF8u7eF2tZy10FtE { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:36.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ecHL49DxdgQJIDGSEgaQ8NVmAOQa1gUK { 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:15049;background-color:#f46a3e;background-image:none;top:37rem;left:0rem;display:block; }
#rqkDXsqfEZhbJ5TeQhz9ETbGKvC5K2Tv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:31.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1kUC89znMUVUu2odLUBW31KENa71U4x { 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:15044;background-color:#f46a3e;background-image:none;top:32rem;left:0rem;display:block; }
#DTP80kierq3BZz88v7UeggIOorECuvAD { position:relative;display:block; }#DTP80kierq3BZz88v7UeggIOorECuvAD { background-color: transparent; background-image: none; }#DTP80kierq3BZz88v7UeggIOorECuvAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row .container > .video-iframe-container { display: none; }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row > .video-iframe-container { display: none; }#DTP80kierq3BZz88v7UeggIOorECuvAD > .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); }#DTP80kierq3BZz88v7UeggIOorECuvAD { border-width: 0; border-radius: 0; }#DTP80kierq3BZz88v7UeggIOorECuvAD > .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; }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#nHefuc7NwiH6pWIxWcg2h2R7mrLs1TGJ { color:#000000;display:block;width:69.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0873875rem;font-style:normal;display:block; }
#mXTZGTa52MZWm6edVl2zBzxloBz1MZlv { 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:#f46a3e;background-image:none;top:5.8125rem;left:0rem;display:block; }
#AqSxdqrCMXQu4e9TvWet8WHTPQmbGgwl { color:#000000;display:block;width:66.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.25rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BwmPgEkt65GAoKuNOKPIiwdMoX3eLNtA { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:10rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unuh3ZIbyg29poS7zr7w1fpO32rqWuCS { 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:#f46a3e;background-image:none;top:13.3125rem;left:0rem;display:block; }
#C0rOnDNT7fp151BalDAbJxm16aTEfQM4 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:12.875rem;left:1.875rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZBw05sGu48k5s0rGv8LaDeHbg3U75dM9 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.375rem;left:0rem;display:block; }
#IBH7b436xofCMJ8LwUVwMeywxV6xqAbJ { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:23.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7GXT7inJagmUQmmW2OFnXrAIW8465bB { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:37rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwkha3yuJq5tF2VZFt4zUOhS4IFFloI4 { 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:#f46a3e;background-image:none;top:37.375rem;left:0rem;display:block; }
#bLnqiSrVIEiIQbpWcxnTT8243LTMoQxZ { color:#000000;display:block;width:59.4994375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:20.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FsfLTzuN6iUKR4hv84sspVfoXF2wRhmn { 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:#f46a3e;background-image:none;top:20.6875rem;left:0rem;display:block; }
#yFpLt2gmcFSnIcx5T1BQL91SawHmJTJs { color:#888888;display:block;width:59.4986875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.5234375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lOEqTmg3qBmTUrhpqSxyofy06ef33d2d { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:31.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W80GLdoIJUgFWSLUttFVlqAdfuE1UTOo { 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:#f46a3e;background-image:none;top:32.125rem;left:0rem;display:block; }
#Lae5Qc2131KrqbsqlZPLhIRlaQ19yeTT { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:28.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTMzSh3L67HU5Xv6qh8bWshcPxRsgVsO { color:#000000;display:block;width:59.4994375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:25.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpdkMW72cMdyeEmw5hkauCmnMdpz5bri { 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:15048;background-color:#f46a3e;background-image:none;top:26.0625rem;left:0rem;display:block; }
#hQHG81JFzaR12t01qnrz1AO93LhiNUoL { position:relative;display:block; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL { background-color: transparent; background-image: none; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row .container > .video-iframe-container { display: none; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row > .video-iframe-container { display: none; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .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); }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL { border-width: 0; border-radius: 0; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .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; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#333333;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:inter;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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .widget-text.counter-label { background-color:;background-image:none;color:#333333;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:inter;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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG { 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(0,0,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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #uIcWZO3ounIUyegsZwOSQs6PTgGhcoHq { display:flex;position:relative;top:0rem;left:0rem; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #zahT7w6Ml78JT5OKcir7tT3pMdT4qZmJ { width:auto; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #Ea2NCDZPMDk98904QBTFCUhn6oEgSkrz {  }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #A0cvUncgVaFA116J5B6GVvs8JRli3uZt { display:flex;position:relative;top:0rem;left:0rem; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #uILQpmcBDeZTiOOFfn2RN970HbLsPdT4 {  }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #TFc9bn55FyL7iENkSGPBgzyHacgGmtDk {  }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #WyTPpNkSJAFiC3zS393BLdCaytRtVdTZ { display:flex;position:relative;top:0rem;left:0rem; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #M3UNBzqLSTz8x2HkFWXafxTEbWdKwWOE {  }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #Ucu7d2BbzDLnDM59t98iSlRObDUrTscZ {  }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #RpX7FTaJTRUg5uSHcL9FfpFEtaTKTMTJ { display:flex;position:relative;top:0rem;left:0rem; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #dtXHqHHLZvIHf2k55zJlcAopxe8EErxo {  }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #h419cBVb9B7wDMBXq8gWTT4327FHbMZm {  }
#BR49PKRsBhAAMUFNTJiD9VcH14X8trOU { color:#cecece;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPSnrSozEg51VnXZlms6X5JXdqAlhomI { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;top:0rem;left:30rem;display:block; }
#PiZPI0qpp8ptC7dANlVrtMxV6D2GIMg3 { 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:#057c6c;background-image:url("https://images.assets-landingi.com/uc/676d7ad7-3f06-4528-99ea-534e5f48ce72/apd_CENA_endo.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:#ffffff;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(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;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:inter;font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;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:inter;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:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769775390625rem;left:6.84375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;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.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;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.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.75rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.05rem;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:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;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.97511875rem;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:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;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; }
#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/676d7ad7-3f06-4528-99ea-534e5f48ce72/apd_CENA_endo.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; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2.adaptive-delivery-prevent-bg, #fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2.lazyload, #fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2.lazyloading { background-image: none; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 > .row .container { border-width: 0; border-radius: 0; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#sQcxuPv3BNKamm8xDxVEfX5EmvqTOXzA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.75rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.05rem;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; }
#RqIbp2EF1ooX0gKLHtuRc62umMVl97GL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;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; }
#OLQTAntyrdtwtXCArO61pSN9L4lq2fTg { 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; }
#puqFoxwPvQ8WbnP8VRKBaZODHFS17wh3 { 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; }
#Jix8Zz15JODwZOKWWCHiVlVdV69O74fW { position:absolute;display:block;z-index:15008;background-color:#ffffff;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(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#nBlrunXzM2w7XwVB7uT9wO2MIcWZVR6B { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2SXUrUX97VSIz27LelUd1MF0ZOBa3vm { color:#1c1c1c;display:block;width:15.125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5rem;left:10.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXoLsPy8yNK8ao2GPg7HihRQ83zTBDdO { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:6.875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekcbmSw91yarPKJJlqtXTHBIMTmEcBX5 { 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:6.6875rem;width:6.6875rem;top:15rem;left:62.0625rem;overflow:hidden;display:block; }
#UQi3TT3abGoJN9xBcyDIwxQcFWNh1C2Z { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15010;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#XgR7AkHJqXImSqHsOfzigqUDO90wTAvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgSe6ry2zP56lfeU6Ko92KV0qsreIcKu { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32rem;left:6.875rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwMTTEzipl0IiErtqZMWprLNBmqmpPbi { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #157f70, #03584d);background-image: -moz-linear-gradient(144deg, #157f70, #03584d);background-image: -ms-linear-gradient(144deg, #157f70, #03584d);background-image: -o-linear-gradient(144deg, #157f70, #03584d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157f70', endColorstr='#03584d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157f70', endColorstr='#03584d' );";background-image: linear-gradient(144deg, #157f70, #03584d);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(0,0,0,0.15) ;height:18.75rem;width:30rem;top:15rem;left:38.75rem;display:block; }
#JQwdnm9CkVqhMrH1CtuEDQxMJc6GNg7J { color:#bababa;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.125rem;left:39.375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzX8ltm2bnPBMdolBA42D6C7UoaomcSv { color:#b5b5b5;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJs8sZEOKgqtFXk2qoBLJ6b70WU73i7k { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15010;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#HZIAD7TeKBv86ToRNV3ScRKvdBkksLo2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nmUedzG0EJTExoJAxddS5RBhetawPTww { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.362503051757rem;left:39.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtSL8SBi0fLNdLhNNVTREpqeJkgzUW54 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXH9L4LyrndhqunLJutwZmB7fzS5Hlxg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#C9ACFJFfFt3Pt2BZIKnTsAATGE1Iy66c { color:#1c1c1c;display:block;width:7.0625rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.050000190735rem;left:26.3125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M36utZEIWNRBCDCQmP4JvuANI0Q6ied0 { color:#565656;display:block;width:4.1875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:21.1875rem;left:26.5rem;height:1.13715rem;display:block; }
#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/676d7ad7-3f06-4528-99ea-534e5f48ce72/apd_CENA_endo.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; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF.adaptive-delivery-prevent-bg, #wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF.lazyload, #wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF.lazyloading { background-image: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container { background-color: transparent; background-image: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container > .video-iframe-container { display: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row > .video-iframe-container { display: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .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); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container { border-width: 0; border-radius: 0; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#PlsnazRbyqq8OFUSEhvQyuv2EXG7yumy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.75rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.05rem;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; }
#HCAdd7ClBV0tx789wQTMqXUWQMhyl3sg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0XfILOr7StedKwKa8UIruFcPTpCPkhM { 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; }
#r91ds4OipTo5im3cd1LHxbTOKCPbwoCA { 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; }
#D22gT1Cmw7qeXvUmv086gaLL7yrGp3Lh { position:absolute;display:block;z-index:15008;background-color:#ffffff;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(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#DTloV7fkTblpb1nD7dES0yoT5QZ8Pq9S { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlLxGMkODcFrof36GwsRE6mRaONu0fM4 { color:#dfdfdf;display:block;width:30.0625rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5rem;left:6.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9OSpICqFny1rOOyXre5kBWqtAkDmO16 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:6.875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pigpbq2ScynMQfWUAtwSX5bTMNxL7KTT { 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:6.6875rem;width:6.6875rem;top:15rem;left:62.0625rem;overflow:hidden;display:block; }
#b0J9f2h4DbB7XGFWE6vS5TxUaxc2GpHC { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15010;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#Po2vmcIcanizx8qsARDTDzDXIwBiTC3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9vh0b5eKIPTWrRzDB7vyTOMCn1iT7Wd { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.125rem;left:6.875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxmpgIeZWGE0qPmWDmt3XCpLXAVLKPEE { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #157f70, #03584d);background-image: -moz-linear-gradient(144deg, #157f70, #03584d);background-image: -ms-linear-gradient(144deg, #157f70, #03584d);background-image: -o-linear-gradient(144deg, #157f70, #03584d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157f70', endColorstr='#03584d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157f70', endColorstr='#03584d' );";background-image: linear-gradient(144deg, #157f70, #03584d);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(0,0,0,0.15) ;height:18.75rem;width:30rem;top:15rem;left:38.75rem;display:block; }
#D0AgrGkA4TLTtqIKlTyc4LzwTpUVN22A { color:#bababa;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.125rem;left:39.375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFNxSz2DWJCITNGWsBJOI1GC1RwQyTiW { color:#b5b5b5;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KERh8Ee1O4ih2V2k7Px43ieauyVTRLhT { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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:15010;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#BWXGEzVEnDt02eFUCsUCzqeK4rFLCkGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xugNBW0hDZ70KFUMJZATXsoVzpMfAoHf { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.362499237061rem;left:39.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpdAJbTJr9lKAhv5fI8ANS7ZcXInaklI { color:#dfdfdf;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;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; }
#bRDMyJg1X009Z15e1iGl776AqyqOBsUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;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:none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { border-width: 0; border-radius: 0; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:none; }#LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95023125rem;font-style:normal;display:block; }
#kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:2.83125rem;display:block; }
#GbpPhzIxTh9VkRhEDATdvVttotJamovp { 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; }
#IrHzMUr20Q6EGEboSXr3BBZA7kn5y11l { 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:22.3125rem;left:0rem; }
#ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:22rem;left:3.125rem;height:5.63125rem;display:block; }
#LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.43125rem;display:block; }
#xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { 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; }
#n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:8.3125rem;left:3.125rem;height:2.83125rem;display:block; }
#R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { 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:8.625rem;left:0rem; }
#VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:12.875rem;left:3.125rem;height:2.83125rem;display:block; }
#NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { 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:13.1875rem;left:0rem; }
#fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15144;line-height:1.4;letter-spacing:0;top:17.4375rem;left:3.125rem;height:2.8rem;display:block; }
#Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { 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:15145;opacity:1;top:17.75rem;left:0rem; }
#CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.23125rem;display:block; }
#KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { 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; }
#fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:inter;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; }
#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#057c6c;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; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container { background-color: transparent; background-image: none; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container > .video-iframe-container { display: none; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row > .video-iframe-container { display: none; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .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); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container { border-width: 0; border-radius: 0; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#mQoe7VnV9JrkZz91CTlTywPvoecO9min { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95023125rem;font-style:normal;display:block; }
#ibBcI8K82Zx6FTgCXJ4gIOSagJP07syR { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;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; }
#zkMmSvmJ1tzPHu81u0GgBZGRruhHTfGI { 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; }
#Dakhq2sql7smaykxVgtELO1Vux1K7VKh { 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; }
#M24PkJX9pOAIMuU4dm05T1oh6fNFSukD { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;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; }
#sf0TuRHEovdlZrExg2do2WEhCDNOVA63 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;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; }
#kcLzNkXMocCiw5ZucfuTx79MwBO9rfeC { 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; }
#KDsZQnoH7pvC55sGEfbmONeE7q0NHSGU { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;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; }
#okVe7SvsPbbteuo4dPcRBeGcCxHNInLe { 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; }
#MEDsrFvmx2GMG7RIWVWaC3rSUaa9D0F1 { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:inter;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; }
#roKZbhf6MvtkGXbnd4Bbrw6hyD5iLAZk { 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; }
#g9TLWkesdR48JGqH9UgeifhK4BOGoTTI { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;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; }
#dd3V6QTOwPNg6U1J38HLbuU8s3cp1Sf1 { 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; }
#ThVn7u8u5Ns4yzMBeCKkP5q2OPJkupeW { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:inter;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; }
#p2B61vu16pPa2U0vo0zZ8oFqlOaRnAxI { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:inter;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; }
#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm { 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; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { background-color: transparent; background-image: none; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container > .video-iframe-container { display: none; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row > .video-iframe-container { display: none; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .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); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { border-width: 0; border-radius: 0; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#IAQ6VRWe9wgqNVOlzG0rNx0mlFkDtQNM { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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; }
#Aipw0Ti3uh4TwcTCbGn1TvnPfFxATTIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giTHabCrf2kGoOhZMVKDIP237kRU5g8a { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container { background-color: transparent; background-image: none; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container > .video-iframe-container { display: none; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row > .video-iframe-container { display: none; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .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); }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container { border-width: 0; border-radius: 0; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:block; }#MH4uWLKn2a7ZO2txsD9F1FUthQ6dxHDD { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#CkMkOmU3aCwkv7pMzLu2aDy6BwHFqv65 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:3.875rem;left:14.875rem;overflow:hidden;display:block; }
#Q3zFG15BbiI3OriNLTFp48emVTpaPr8H { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:13.375rem;left:13.9375rem;overflow:hidden;display:block; }
#XZ8GSGmLq9VUoFH5Hkbxr1izkET5vd2U { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:10rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#yTtNf4lqfkQ22xJW0MWvahKJTofH6pkE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:12.25rem;left:47.6875rem;overflow:hidden;display:block; }
#JT4TWyhxFsOaCiSu3vPDZsL86dsu5ZPS { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#QdHJd5Pw9fc8G0T3KRryi95so72r8iXq { 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:3.875rem;left:46.375rem;overflow:hidden;display:block; }
#wf47E7M8ccsvbA8hTNr5VQtfQilz5CwI { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.249133586884rem;left:25.000001907349rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#FzhCswlwW9O2QLFnFuatI52kC3hlrAq2 { 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:4.875rem;width:10.6875rem;top:20.634405136108rem;left:41.278213024139rem;overflow:hidden;display:block; }
#VFkLuRCeVpI1Li2oAsIyfATsPFT4749I { color:#bcbcbc;display:block;width:24.99925rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36.498073577881rem;left:24.999278545379rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#wPQrw7byGVKTOodtbO5Uq2VrGbkA2RT8 { 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:3.5625rem;width:10.4375rem;top:45.14687538147rem;left:41.277492046356rem;overflow:hidden;display:block; }
#bXxT8mD9MArFsok1JuPGre0khvk7KfLy { 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:7.0609375rem;width:10.7494375rem;top:27.714844703674rem;left:41.245662212372rem;overflow:hidden;display:block; }
#sOlLI3I0TGXTxEDyTefAVb7MA6WhGLI2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.6875rem;top:20.385562419891rem;left:22.808160305023rem;overflow:hidden;display:block; }
#blmbUyBTncBuhTmzzLHhy7f1QygaTBJt { 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:3.436775rem;width:11.56175rem;top:29.527634620666rem;left:22.369069576263rem;overflow:hidden;display:block; }
#kch1TKLdK4AVa77mTlzJLEmgeW4Zkvb9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0622125rem;width:4.62456875rem;top:37.633827209472rem;left:25.838397502899rem;overflow:hidden;display:block; }
#q6yl8tOSoLJrvrNM9GxB52OpLXPXzqfH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9372125rem;width:10.62425rem;top:53.847686767578rem;left:22.837819576263rem;overflow:hidden;display:block; }
#Fw9ZOZPU8FUeC8dmH8BVVMTV7SnTQH8f { 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.499275rem;width:11.437375rem;top:38.914209365845rem;left:40.902057170868rem;overflow:hidden;display:block; }
#N4yqOqfkxl8Rpb71aF5l4SGR1shrROzI { 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:4.62456875rem;width:6.624rem;top:51.114757537842rem;left:43.308742046356rem;overflow:hidden;display:block; }
#MMQetpBGqGuhtE2EQEXusiprIMSQRumk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.625rem;top:45.990308761597rem;left:22.837819576263rem;overflow:hidden;display:block; }
#nCTE62pT5i4p1XXrsRGAmhrwpKhwAULo { 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:1.875rem;width:10.1875rem;top:58.65885925293rem;left:32.18750333786rem;overflow:hidden;display:block; }
#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container { background-color: transparent; background-image: none; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container > .video-iframe-container { display: none; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row > .video-iframe-container { display: none; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .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); }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container { border-width: 0; border-radius: 0; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#Vf0AbTmmp1ysoL8WMLD35IlcbdebJ7L5 { 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; }
#pfH8DyTsWJZm09NS1GDCQIXarCmXMbdZ { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#io6MTg9B4Oppsg0vMAncZiSTS9P1raIB { 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:9.875rem;width:21.875rem;top:8.25rem;left:25rem;overflow:hidden;display:block; }
#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB { position:relative;display:block; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB { background-color: transparent; background-image: none; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row .container > .video-iframe-container { display: none; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row > .video-iframe-container { display: none; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .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); }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB { border-width: 0; border-radius: 0; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .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; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#qT063OJDPwgK9ItrMxBEOtSiP84F6pxr { 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; }
#UP3diTqtcUuiaBDgN0vOo7SLrs3dcRkc { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#UZ8yPar7TdxuTEKHa9AkD1uzOOEyPQfz { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#vhiWQ0niQ9qO8L4t5TXqHxEEyT1O5MvK { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#HzFDkQIGueVMXe4OiZtHQcwuNQVPBFht { color:#333333;display:block;width:71.5625rem;position:absolute;font-family:inter;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; }
#GXkF563HTFSQow8IXGNnbQJC3Ta6zdRP { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#T2Vq8iJCPxq6DE1uT5ZvR1TwTBv7N6va { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#C88Ho6ki6LTPK5RGKwPugVhif28yeTeE { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#Qc61mVblWHd3tZdX5ZHmzTJhT4XPGVuz { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#p6QZeET7fOx4Fof9q9GqkfhTacGun9rP { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#ueISqGeo13O64nyI86ZXMIKZ6ziMw2u5 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#D3mZTB5fhnSKdMqZehRT7cycdKauc9N9 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;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; }
#G4tBUpkWmTEziL0guME1LIo5zx7dW920 { 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; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container { background-color: transparent; background-image: none; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container > .video-iframe-container { display: none; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .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); }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row > .video-iframe-container { display: block; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .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); }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container { border-width: 0; border-radius: 0; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920::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; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#qgePcqVLuJE0GFxkdZwTdPcPZtaL6UUf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;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; }
#AchuA3KN1i8Xa3tDZLfCsdD3I599UyOv { 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; }
#lTXsTS8K8V7xFAmstZOVpEVDtDHQTt1K { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:inter;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; }
#i3tL0sRCsXaFBdiVof1tocThMXJUAwpd { 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; }
#a30576ce1a0393859f69aa0641b23d35.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; } #a30576ce1a0393859f69aa0641b23d35.widget-smartsection *:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="text"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="email"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="tel"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection textarea:focus-visible { outline: none; } #fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container { background-color: transparent; background-image: none; }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container > .video-iframe-container { display: none; }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row > .video-iframe-container { display: none; }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .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); }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container { border-width: 0; border-radius: 0; }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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;z-index:auto;display:none; }#qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 > .row .container { border-width: 0; border-radius: 0; }#qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#bHpvB2ddEy6M6HrCeJnMdr91raQShctm { color:#333333;display:block;width:19.5rem;position:absolute;font-family:inter;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; }
#wdomwOQ3ZkPrybkVK9wG0BDtM5SgzL35 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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(0,0,0,0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#dTILozHHfT6KnywtTaPD8iXWk7sK3wwE { 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 rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,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:#f46a3e;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; }
#Ibf8GoNbygLshizKDTOBm5cvMy02oXLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ct3pvxB1IAx0lUnzbz4WQtdR4TR5LVRg { 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; }
#RdaFV5p0kC0JDZ53c0NilzTW0pmmlD0w { color:#333333;display:block;width:25.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.125rem;height:1.29948125rem;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; }
#pWZzym13DNP5IsZQwySSBArfzv4l2VCn { 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; }
#Ioe5BOFbUUqJ4bDTWpqOyCQXk6cXAIkP { 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; }
#LM2ZmveToRx8OcIhz45F6W8SFX9UaySz { 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; }
#TFwwkCEKAcn4wePRfm3kZnB8oMTEFQPX { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;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; }
#MKxAOFEL8gLqgv6QUKrTO28anEiXULa0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mo1f4kyDhL8fciUO1Z4vw8kHDOa4zShP { 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:#001b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:20rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.625rem;left:0.3125rem;display:block; }
#yC9mz8bgkCHXCmA8M0aELlWuHHRdiNnu { 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) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/8c16fdb2-9b5f-489a-b65d-f17b000ad9a6/nowy_KV_APD2025Gastroenterologia_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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:47.75rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { top:34.831250190735rem;left:6.75rem;width:34.25rem;height:2.4rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #gOr8B1AP3zxLRZZQrrEBF22bfSfcXRLT { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHOUfS7884lyRIWa5NGHWtXVbUPOlF1J { display:block; }
 }@media only screen and (max-width: 1199px) { #DQ1oGwEzhVwvr7dxbsxv0W5ZvTLprC8e { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEq9JyeTxnMThDdp6F5eOyNyz5uBhtOT { display:block; }
 }@media only screen and (max-width: 1199px) { #LStdhXMOrJP4a5APdny7AZEZ9iTe0nni { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pp3Lm2ZTgP1bzvPcSLPW690paKk1pl8l { display:block; }
 }@media only screen and (max-width: 1199px) { #aC4L0usdt7U1Ciow2T4VB8wiA8bhpuiH { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDxHVOVmuQhokk4RMDwk0EQVAVFeFT3T { display:block; }
 }@media only screen and (max-width: 1199px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 1199px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 1199px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #pvbQFlKqKRk4GOuTgV3TfGbkseBUhwXg { width:16.25rem;height:3.75rem;top:38.125rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JGPG6vTFl5b7HEs00UklPa3iugfU62Ze { display:block; }
 }@media only screen and (max-width: 1199px) { #J6LlLlHSNOJWPTNyNMkHbwZngVfFJaEf { width:16.15rem;height:3.65rem;top:38.25rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #dRnief9B65C8msnKeeJOFIms1kvbQOyD { display:block; }
 }@media only screen and (max-width: 1199px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aan9wXXKCgA3TtI8yR696NV91l4eQuvh { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln3Zvp4v5uOqIt6SNQDtFfWEfbCsIIyN { display:block; }
 }@media only screen and (max-width: 1199px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coFlElgtOb4J9o9LTOk9WwANsciO3XuI { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUTCscuo2CWo51HTvdzuNPr8zeyfxcMi { display:block; }
 }@media only screen and (max-width: 1199px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWBEsJD7IquCOEykZxV8QTk5mBEdCtMt { 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) { #QXURBb6KwoEnpclDmEPPJtKzGReUPPh2 { 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) { #LCI17t11GVlqROEACTQ66uxTAbiQZBwz { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqZmKZrMlERoyPQG6anJRwHxdATPECTi { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/8c16fdb2-9b5f-489a-b65d-f17b000ad9a6/nowy_KV_APD2025Gastroenterologia_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; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi.adaptive-delivery-prevent-bg, #mqZmKZrMlERoyPQG6anJRwHxdATPECTi.lazyload, #mqZmKZrMlERoyPQG6anJRwHxdATPECTi.lazyloading { background-image: none; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row .container { border-width: 0; border-radius: 0; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row .container { width:47.75rem;height:46.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yGgHTbPBTD9ZoRPTKaXu7tl2fQgB9xRb { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BpgTJXmE2f6hO3dTKzAA0oA5T8K3KqVd { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pqtJaNw09G3OH5WGlWmZ7nKbGTSSpoAx { display:block; }
 }@media only screen and (max-width: 1199px) { #UWehQxbb4O3AxXnHbb8PsGdbgkcocIJN { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HsN0VlX8OKMlCNmbw46STHoVRkpcWFPX { display:block; }
 }@media only screen and (max-width: 1199px) { #rKomkQsZvSUtl7HIoo8tb7g0Mu6x9DG4 { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #X8HWykFDGwPKaD5mPnmvha1sKzqNFo7c { top:32.96875rem;left:0rem;width:47.6875rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHK4c7FBLWW7yzOaBT9qZcTp4SAs8NyK { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkFeOUeTnFJso7I1dHL2RD9UZrFO82PC { width:45.25rem;height:23.6875rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XQTysdOexmUMDU3J8niri5P3Qa0m93QI { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqMTnhEysyisH8zHkhvSDu0ZAFVD2NLM { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X5FeiTTavduxi5Pxh8cD5NfHS6qqc5Ii { top:35.143749237061rem;left:6.5rem;width:36.8125rem;height:2.4rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #dcwN6c1aE19HXZwtH90uyQLVT8DLzPTa { width:16.25rem;height:3.75rem;top:39.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oV89fbpyTbLi34GG9GqIao93Q0a0yCar { display:block; }
 }@media only screen and (max-width: 1199px) { #pRaOCyMFNBzzNE1CD5RxTO6ycEBo4ph9 { 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) { #XbFDVNe8TxamT7M2OwTXiLnbQTUVVSHa { 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) { #cBo713TGqKz9NKPuGH9uPtyvgELOMTea { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAfU0aKhxZ6bIro1NoDD5p2xg32N3VME { width:15.6875rem;height:0.975rem;top:38.46249961853rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZH35PsS80OSsgTFQTcctrOltoegCtIK { width:16.15rem;height:3.65rem;top:39.8125rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #hykUE5pGU3CImc5QzK30UbDB1s8OomgC { display:block; }
 }@media only screen and (max-width: 1199px) { #Ckt4O3qkUtDeytditaF2yW2oPZRszJro { width:16.125rem;height:1.95rem;top:43.8125rem;left:25.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/8c16fdb2-9b5f-489a-b65d-f17b000ad9a6/nowy_KV_APD2025Gastroenterologia_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; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.adaptive-delivery-prevent-bg, #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.lazyload, #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.lazyloading { background-image: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { background-color: transparent; background-image: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container > .video-iframe-container { display: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container { display: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .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); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { border-width: 0; border-radius: 0; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { width:47.75rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mlRCAxFiy9iSUzIyALexQtg5lxdfWlpe { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STZ4id9SNlmzPBFcJFqi5pgoJr58JnRy { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ttv57zQLrs2Slt8CrDKoyQkpXAvKATBA { display:block; }
 }@media only screen and (max-width: 1199px) { #S2Q0vd1EkqpN8CZCqc6XPnp6iuAB0eeX { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FvPOMWkTVwnDiWnrHDJlXl1av645zTPT { display:block; }
 }@media only screen and (max-width: 1199px) { #wNrqbwEFTrguVnMsHzEPgp6TF832KpD2 { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #uDUpFrNzExT62UFZZCFnEAohCbdJJ3FG { top:32.96875rem;left:0rem;width:47.6875rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZFZEnutVT5IEs5RJHOevE3AceiqaDMe { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMyWT36Tv8MdBcOwI9KiZLyo58yUI3TU { width:45.25rem;height:22.4375rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spwEZqDusu3R6LE2cNhON8Oob7WaLgK3 { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDfOJXfcCm7p8xe41dbwhd3guoX05TWu { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SUJm5TEAmoVSkaHCGfp0tCLtlShKVLpe { top:35.143749237061rem;left:6.5rem;width:36.8125rem;height:2.4rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TC7idACaLrh05kH5In6KGalhEH8965n6 { 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) { #uNzlM5NAtmbhSutg8tluxi7Pw4Un7Kgw { 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) { #q6Se8yOfegLDcg4nAQ5FmtETdOZ7Vx4G { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhsTUZr48NQZIelt9waBnedo4uPVmNKo { top:39.71875rem;left:0rem;width:47.6875rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL { background-color:#057c6c;background-image:none;display:block; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { background-color: transparent; background-image: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container > .video-iframe-container { display: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container { display: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .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); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CCoEK6M6szVfN5yuNtw8AnoT28Dmd0ci { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgdv6luHbCNdJhXPIZEzTRNu2lF2yOQu { top:7.7999992370606rem;left:1.25rem;width:44.8125rem;height:14.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXg8JE3Jig3S33xPuVPBkFXTsJ4urDOT { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uXp627kDtpWeqyOnJXEVQ6JcihMRsUwB { width:47.75rem;height:30rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsKHqbzvlRaMVlU8wik0sfV3keuQTP0l { top:33.0625rem;left:29rem;width:9.875rem;height:2.275rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #x3OJS9TLoodTGP1BIST6N7aZ37MTQapK { width:6.375rem;height:6.8125rem;top:31.4375rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFf0KrGhpzhRQQyB8m6dUbgs8eM1aCgQ { width:20rem;height:11.1875rem;top:24.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwXviEP9nffRlZKuhDW3LGLVA07nUIfM { display:none; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM > .row .container { width:47.75rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gvW9ZAmmXbf3zvOssc2RWkOwdBgRsfCN { 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) { #BsH3y98CZiLOXSCANM3GHNr8K1pem9ft { 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) { #fcuZzOPges6r3utnOrXIuam90snZ8AL5 { 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) { #omuSuK9OHELa2q3euylEek9dePy3az7U { 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) { #JVqLdb9CWnLt5z2TWCNt0PlUWsMg6G2r { 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) { #iTmkB2cUCp01gRoKD0a23ttnJiO1W7R7 { 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) { #mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd { display:block; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LgTFpQydADlx3eKOAfSUiqwgsJtzf1P8 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXF02UzEKN66FroHxMebE4q1FHZOV6qh { display:block; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row .container { width:47.75rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b8h1pPbeHnpnnZ6LgmetK7zo63leTHGC { width:46.5rem;height:1.95023125rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #es0t5Xi0BZop7WrZXlovygyyL8OUHckT { width:0.625rem;height:0.625rem;top:4.3624992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIc3FGrJi1MK7mPGJvIWpz2KaJWDIyS5 { width:25.1875rem;height:2.8rem;top:3.8999996185302rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlLVXLL4bKNNDMafuCWLKDhsq3xWQ8tl { width:44rem;height:2.925rem;top:8.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Syd467t1O3H80bsGS50WEO1SgmyfTo9L { width:0.625rem;height:0.625rem;top:13.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLeKFEXAUUk5eg0vMnrmnQi4RPQrmaJE { width:34.75rem;height:2.8rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELvexfOwM0VrSrXU3bTbCDF4lxcQG8wp { width:35.8125rem;height:1.125rem;top:16.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9Agf7rJvTXWsR3HftzdnTVzSHaK4tCt { width:0.625rem;height:0.625rem;top:19.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWcgKehJ2A0KX9iPvF2vnR9QaARlTAlL { width:42.8125rem;height:4.2rem;top:19.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttri23esU6rpuBfxZuZT5RDdFaNbx6JT { width:0.625rem;height:0.625rem;top:8.925000190735rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlxzusMc29Hm3BZUp1iqzzTd7I3JCphR { width:35.8125rem;height:1.125rem;top:23.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTBikCeMcTN6HNSdkQaZFhMdJNrilFN3 { width:0.625rem;height:0.625rem;top:27.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4laFzak4huMNMBzrgH9VLyoDsRLMTuR { width:40.5rem;height:4.2rem;top:26.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydMnoTBxDOF1aLbvGTpk0tTDl8EDqgv3 { width:35.8125rem;height:1.125rem;top:31.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taUk8OQBwUoT1T2PQh5HsLb3QPLTeJKn { width:36.6875rem;height:2.8rem;top:52.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnITICDiopcFyG0MWCrAXNTFMiS80Qey { width:0.625rem;height:0.625rem;top:52.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXwGNm6OtnaQnK51GNm1XxPmiQmSTAbX { width:36.6875rem;height:2.8rem;top:33.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTVVpfpDqoATGp3xSlxmyGEPcvFcKMMz { width:0.625rem;height:0.625rem;top:33.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abdnPCl6x4r6aPWmCSrttr9R60TG95Q1 { width:36.6875rem;height:2.8rem;top:56.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEmnc6xyS2utLrAGm99TgUzpZsS8QMMP { width:0.625rem;height:0.625rem;top:56.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxlxAsOi36Dr2Iw5NaiLD8oTIArATTc6 { width:43.75rem;height:4.2rem;top:45.248046875rem;left:2.498046875rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #waGc94TqFcigBKZxRo3dQv4I3daNTlhT { width:0.625rem;height:0.625rem;top:45.623046875rem;left:0.623046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfZhSddJkItiAraacwxeim8sofDpETe3 { width:35.8125rem;height:1.125rem;top:42.560546875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNu9WcW1TVGFoccX8Ng4Lt4MVuNQyUCK { width:36.6875rem;height:4.2rem;top:37.8642578125rem;left:2.5rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #XbJMVEqvtsvg3OML98lSNQpfUQCdUhIO { width:0.625rem;height:0.625rem;top:38.109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKvLpq4gJT5zBQ0Vf6gFUFHBhpsyhWtq { width:35.8125rem;height:1.125rem;top:49.9443359375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 { display:block; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row .container { width:47.75rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i7CHz5v8w4TVqhdbhN1OTsuuNdnvyzgW { width:42.375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3u3S7z5TMbrRWDig3O0VUJd7IFM1kuW { width:0.625rem;height:0.625rem;top:4.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvtuf5QSGMocKnG63icXIxXiKTeWBFxv { width:43.875rem;height:4.2rem;top:4.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnJSUhCD3zcRN5kGOL74kF8AqJ3a1GBL { width:35.8125rem;height:1.125rem;top:8.57421875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsAcRPEn44bBILvuRWsBoHPEXFafvK6g { width:16.16664625rem;height:3.666665rem;top:11.375rem;left:15.768230438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPc1mNKd3aMsiGo6CUzaARBsVLxLW6oa { display:block; }
 }@media only screen and (max-width: 1199px) { #vr12Nqc4LWhMF83naAWH8cnElJ9tMlWx { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #faZ6SdcOTHInpmOHfFDhtQgmh4pas4KZ { width:47.75rem;height:5.25rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL { display:block; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row .container { width:47.75rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iwh1ItkMEWod3fkQignRnCdkgd4KcXG4 { width:44rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #laK9FCWnZEFJB5EfCTyJ3dTNhIsaQtt7 { width:0.625rem;height:0.625rem;top:5.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcuS80JaFuPb8iRn6vmQuXXdKsMFg4ZA { width:34.75rem;height:5.6rem;top:4.75rem;left:2.9375rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #B8gWFJ79y4hluZmNdaQdXFSS9TGL6kSq { width:35.8125rem;height:1.125rem;top:10.5rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocbqgxnQukpctdNdzZtu4hzCVzP2E66L { width:0.625rem;height:0.625rem;top:13.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Evg01VvrCTixbfkQh8O5II7qJViyARP1 { width:42.8125rem;height:4.2rem;top:13.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIM7AtXsxSHTci25FBzzTpu1T1PMIgwm { width:0.625rem;height:0.625rem;top:0.36250019073486rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mByiPDqc6W26CcBFzxX0dLAdnTqlI4F6 { width:35.8125rem;height:1.125rem;top:17.5rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #De7lU1Lw7AIZuGByomEEN6bNpx5r6hvK { width:0.625rem;height:0.625rem;top:20.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MfC6d39B0uo3kyFKBOT4Aiix4T1gquNm { width:40.5rem;height:4.2rem;top:20.5rem;left:2.9375rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #MGA9z5QMPGQWVIhO5BGT87kKuiWS44Oh { width:35.8125rem;height:1.125rem;top:25.074211120606rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZigchPb3k5Z8ctSzJJZm7KKwQsc5OLen { width:36.6875rem;height:2.8rem;top:33.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy21xefxShbMK6Ml8wFnAwf2TbyR26yc { width:0.625rem;height:0.625rem;top:34.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlLbV7cCTEydiPTIxdvnLuFwyeRynnFq { width:36.6875rem;height:2.8rem;top:46.625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WK8nBsrxlt0N0W3auNNqI2mzEyWOFeJZ { width:0.625rem;height:0.625rem;top:47rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gm6ACQrP4Hq16v2pqeVeVa6531ft8TtT { width:36.6875rem;height:2.8rem;top:51.625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fv97PNGnyZv9o5CISQEpIffZTU7vybEQ { width:0.625rem;height:0.625rem;top:52rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8s62zZ1mA1J7exfOi61S58w5VTq3kSU { width:40.3125rem;height:1.125rem;top:30.8125rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeI5b7x76BpeX5GpGn6HLmgL7HBabMp5 { width:43.75rem;height:2.8rem;top:27.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrETNkFFUCJJg2Pu55pbGbPXogbhWROE { width:0.625rem;height:0.625rem;top:28.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qw3LRHluF4k5xzUscA1TteC512HZnQoT { width:35.8125rem;height:1.125rem;top:44.112495422363rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMfuEMDEJbsNTXCm1LJKI33nmDq9eUOv { width:36.6875rem;height:5.6rem;top:38.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLAcpEAXbHySumhzwxkQJVniMZa2Vn5z { width:0.625rem;height:0.625rem;top:38.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP { display:block; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oIqSmunZn5HURZmZnnXmCMaF4GtmcuTU { width:44rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJZZ3CKrHK00z2KQkKIfSdS6xDul7Xnc { width:0.625rem;height:0.625rem;top:5.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2oMtKJcp2nm4lbsi73zMECsMFUT4iUb { width:34.75rem;height:2.8rem;top:4.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HG0oWaM9wNQ1CFqXwN2S8HERovL3EnNS { width:35.8125rem;height:1.125rem;top:7.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wcz6iUx1AyJfDZeWTyoSnWETmfdToMeT { width:0.625rem;height:0.625rem;top:11.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awGXDLL5yIQ2SiVUyZ7aqTalN2DMeTOg { width:42.8125rem;height:4.2rem;top:10.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJB8q341hSbELgTViBvyhla2eCLpeFQH { width:0.625rem;height:0.625rem;top:0.36250019073486rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xz3bTu3WGXV3pDGXQWyCHQXqD7EEbDLf { width:35.8125rem;height:1.125rem;top:15.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wvftcgsiz4mauLgV8TILQcH1eRq0l1uN { width:0.625rem;height:0.625rem;top:18.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmAMJUnCippOuRMreH5dUCELCpsOmXTT { width:40.5rem;height:4.2rem;top:18.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGIbTi3lWGoaNqdJz0SkWriI3WWhzX0r { width:35.8125rem;height:1.125rem;top:22.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvzQWr0EyoAHaJlu4bGWWT6k5QZIt2GW { width:35.8125rem;height:1.125rem;top:29.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsE9GoefQ74aCnIKzJTaSC7oXs7f5owD { width:41rem;height:4.2rem;top:25.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prfAanlTgnHIas81uFzAoFxlA2cANXtP { width:0.625rem;height:0.625rem;top:25.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpXICJG4gotPu8ImuF8u7eF2tZy10FtE { width:36.6875rem;height:2.8rem;top:37.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecHL49DxdgQJIDGSEgaQ8NVmAOQa1gUK { width:0.625rem;height:0.625rem;top:38.212501525879rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqkDXsqfEZhbJ5TeQhz9ETbGKvC5K2Tv { width:36.6875rem;height:2.8rem;top:32.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1kUC89znMUVUu2odLUBW31KENa71U4x { width:0.625rem;height:0.625rem;top:33.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTP80kierq3BZz88v7UeggIOorECuvAD { display:block; }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row .container { width:47.75rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nHefuc7NwiH6pWIxWcg2h2R7mrLs1TGJ { width:44rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXTZGTa52MZWm6edVl2zBzxloBz1MZlv { width:0.625rem;height:0.625rem;top:5.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqSxdqrCMXQu4e9TvWet8WHTPQmbGgwl { width:41.5rem;height:5.6rem;top:4.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwmPgEkt65GAoKuNOKPIiwdMoX3eLNtA { width:35.8125rem;height:1.125rem;top:10.225000143051rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unuh3ZIbyg29poS7zr7w1fpO32rqWuCS { width:0.625rem;height:0.625rem;top:12.562499523163rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0rOnDNT7fp151BalDAbJxm16aTEfQM4 { width:39.0625rem;height:5.6rem;top:12.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBw05sGu48k5s0rGv8LaDeHbg3U75dM9 { width:0.625rem;height:0.625rem;top:0.36250019073486rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBH7b436xofCMJ8LwUVwMeywxV6xqAbJ { width:35.8125rem;height:1.125rem;top:25.5087890625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7GXT7inJagmUQmmW2OFnXrAIW8465bB { width:36.6875rem;height:2.8rem;top:41.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwkha3yuJq5tF2VZFt4zUOhS4IFFloI4 { width:0.625rem;height:0.625rem;top:41.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLnqiSrVIEiIQbpWcxnTT8243LTMoQxZ { width:36.6875rem;height:4.2rem;top:20.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FsfLTzuN6iUKR4hv84sspVfoXF2wRhmn { width:0.625rem;height:0.625rem;top:21.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFpLt2gmcFSnIcx5T1BQL91SawHmJTJs { width:35.8125rem;height:1.125rem;top:17.93620300293rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOEqTmg3qBmTUrhpqSxyofy06ef33d2d { width:36.6875rem;height:2.8rem;top:36.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W80GLdoIJUgFWSLUttFVlqAdfuE1UTOo { width:0.625rem;height:0.625rem;top:37.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lae5Qc2131KrqbsqlZPLhIRlaQ19yeTT { width:35.8125rem;height:2.25rem;top:32.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTMzSh3L67HU5Xv6qh8bWshcPxRsgVsO { width:36.6875rem;height:4.2rem;top:28.3212890625rem;left:2.5rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #FpdkMW72cMdyeEmw5hkauCmnMdpz5bri { width:0.625rem;height:0.625rem;top:28.5712890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQHG81JFzaR12t01qnrz1AO93LhiNUoL { display:block; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #uIcWZO3ounIUyegsZwOSQs6PTgGhcoHq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #zahT7w6Ml78JT5OKcir7tT3pMdT4qZmJ {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #Ea2NCDZPMDk98904QBTFCUhn6oEgSkrz {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #A0cvUncgVaFA116J5B6GVvs8JRli3uZt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #uILQpmcBDeZTiOOFfn2RN970HbLsPdT4 {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #TFc9bn55FyL7iENkSGPBgzyHacgGmtDk {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #WyTPpNkSJAFiC3zS393BLdCaytRtVdTZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #M3UNBzqLSTz8x2HkFWXafxTEbWdKwWOE {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #Ucu7d2BbzDLnDM59t98iSlRObDUrTscZ {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #RpX7FTaJTRUg5uSHcL9FfpFEtaTKTMTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #dtXHqHHLZvIHf2k55zJlcAopxe8EErxo {  }
 }@media only screen and (max-width: 1199px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #h419cBVb9B7wDMBXq8gWTT4327FHbMZm {  }
 }@media only screen and (max-width: 1199px) { #BR49PKRsBhAAMUFNTJiD9VcH14X8trOU { width:25rem;height:1.137875rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPSnrSozEg51VnXZlms6X5JXdqAlhomI { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PiZPI0qpp8ptC7dANlVrtMxV6D2GIMg3 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display: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;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.97511875rem;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.97511875rem;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.97511875rem;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.675rem;top:2.5rem;left:0rem;font-size:2.125rem;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.97511875rem;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) { #fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 { display:none; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 > .row .container { width:47.75rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sQcxuPv3BNKamm8xDxVEfX5EmvqTOXzA { width:47.75rem;height:4.675rem;top:2.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #RqIbp2EF1ooX0gKLHtuRc62umMVl97GL { 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) { #OLQTAntyrdtwtXCArO61pSN9L4lq2fTg { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puqFoxwPvQ8WbnP8VRKBaZODHFS17wh3 { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jix8Zz15JODwZOKWWCHiVlVdV69O74fW { width:22.5rem;height:19.375rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBlrunXzM2w7XwVB7uT9wO2MIcWZVR6B { width:22.4375rem;height:2.4370625rem;top:14.5rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2SXUrUX97VSIz27LelUd1MF0ZOBa3vm { width:11.625rem;height:4.875rem;top:18.125rem;left:2.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXoLsPy8yNK8ao2GPg7HihRQ83zTBDdO { width:22.4375rem;height:0.97511875rem;top:23.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ekcbmSw91yarPKJJlqtXTHBIMTmEcBX5 { width:6.6875rem;height:6.6875rem;top:13.0625rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQi3TT3abGoJN9xBcyDIwxQcFWNh1C2Z { width:16.25rem;height:3.75rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XgR7AkHJqXImSqHsOfzigqUDO90wTAvt { display:block; }
 }@media only screen and (max-width: 1199px) { #HgSe6ry2zP56lfeU6Ko92KV0qsreIcKu { width:22.5rem;height:1.95rem;top:29.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwMTTEzipl0IiErtqZMWprLNBmqmpPbi { width:22.5rem;height:18.125rem;top:13.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQwdnm9CkVqhMrH1CtuEDQxMJc6GNg7J { width:22.5rem;height:0.97511875rem;top:29.625rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzX8ltm2bnPBMdolBA42D6C7UoaomcSv { width:22.25rem;height:0.97511875rem;top:23.5625rem;left:24.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJs8sZEOKgqtFXk2qoBLJ6b70WU73i7k { width:16.25rem;height:3.75rem;top:25.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZIAD7TeKBv86ToRNV3ScRKvdBkksLo2 { display:block; }
 }@media only screen and (max-width: 1199px) { #nmUedzG0EJTExoJAxddS5RBhetawPTww { width:22.5625rem;height:4.875rem;top:18.3125rem;left:24.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtSL8SBi0fLNdLhNNVTREpqeJkgzUW54 { width:21.25rem;height:2.4370625rem;top:14.6875rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXH9L4LyrndhqunLJutwZmB7fzS5Hlxg { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9ACFJFfFt3Pt2BZIKnTsAATGE1Iy66c { width:5.875rem;height:2.4375rem;top:19.875rem;left:15rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M36utZEIWNRBCDCQmP4JvuANI0Q6ied0 { width:4.1875rem;height:1.05625rem;top:19.125rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF { display:block; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PlsnazRbyqq8OFUSEhvQyuv2EXG7yumy { width:47.75rem;height:4.675rem;top:2.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #HCAdd7ClBV0tx789wQTMqXUWQMhyl3sg { 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) { #F0XfILOr7StedKwKa8UIruFcPTpCPkhM { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r91ds4OipTo5im3cd1LHxbTOKCPbwoCA { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D22gT1Cmw7qeXvUmv086gaLL7yrGp3Lh { width:22.5rem;height:19.375rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTloV7fkTblpb1nD7dES0yoT5QZ8Pq9S { width:22.4375rem;height:2.4375rem;top:14.5rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlLxGMkODcFrof36GwsRE6mRaONu0fM4 { width:22.625rem;height:4.875rem;top:18.125rem;left:0.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9OSpICqFny1rOOyXre5kBWqtAkDmO16 { width:22.4375rem;height:0.97511875rem;top:23.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pigpbq2ScynMQfWUAtwSX5bTMNxL7KTT { width:6.6875rem;height:6.6875rem;top:13.0625rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0J9f2h4DbB7XGFWE6vS5TxUaxc2GpHC { width:16.25rem;height:3.75rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Po2vmcIcanizx8qsARDTDzDXIwBiTC3R { display:block; }
 }@media only screen and (max-width: 1199px) { #n9vh0b5eKIPTWrRzDB7vyTOMCn1iT7Wd { width:22.5rem;height:0.97511875rem;top:29.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxmpgIeZWGE0qPmWDmt3XCpLXAVLKPEE { width:22.5rem;height:18.125rem;top:13.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0AgrGkA4TLTtqIKlTyc4LzwTpUVN22A { width:22.5rem;height:0.97511875rem;top:29.625rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFNxSz2DWJCITNGWsBJOI1GC1RwQyTiW { width:22.25rem;height:0.97511875rem;top:23.5625rem;left:24.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KERh8Ee1O4ih2V2k7Px43ieauyVTRLhT { width:16.25rem;height:3.75rem;top:25.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWXGEzVEnDt02eFUCsUCzqeK4rFLCkGo { display:block; }
 }@media only screen and (max-width: 1199px) { #xugNBW0hDZ70KFUMJZATXsoVzpMfAoHf { width:22.5625rem;height:4.875rem;top:18.3125rem;left:24.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpdAJbTJr9lKAhv5fI8ANS7ZcXInaklI { width:21.25rem;height:2.4375rem;top:14.6875rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRDMyJg1X009Z15e1iGl776AqyqOBsUo { background-color:#057c6c;background-image:none;display:none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { width:44.1875rem;height:1.3125rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbpPhzIxTh9VkRhEDATdvVttotJamovp { 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) { #IrHzMUr20Q6EGEboSXr3BBZA7kn5y11l { width:1.25rem;height:1.25rem;top:18.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { width:42.8125rem;height:3.9375rem;top:18.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { width:43.1875rem;height:1.3125rem;top:28.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { width:1.25rem;height:1.25rem;top:28.299999237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { width:41.3125rem;height:2.625rem;top:6.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { width:1.25rem;height:1.25rem;top:6.6124992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { width:42.75rem;height:2.625rem;top:10.799999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { width:1.25rem;height:1.25rem;top:10.987499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { width:42.75rem;height:1.3125rem;top:15.174999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { width:1.25rem;height:1.25rem;top:15.362499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { width:42.8125rem;height:2.625rem;top:24rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { width:1.25rem;height:1.25rem;top:24.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { width:43.1875rem;height:9.79166875rem;top:30.25rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE { background-color:#057c6c;background-image:none;display:block; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container { background-color: transparent; background-image: none; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container > .video-iframe-container { display: none; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row > .video-iframe-container { display: none; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .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); }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mQoe7VnV9JrkZz91CTlTywPvoecO9min { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibBcI8K82Zx6FTgCXJ4gIOSagJP07syR { 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) { #zkMmSvmJ1tzPHu81u0GgBZGRruhHTfGI { 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) { #Dakhq2sql7smaykxVgtELO1Vux1K7VKh { 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) { #M24PkJX9pOAIMuU4dm05T1oh6fNFSukD { 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) { #sf0TuRHEovdlZrExg2do2WEhCDNOVA63 { 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) { #kcLzNkXMocCiw5ZucfuTx79MwBO9rfeC { 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) { #KDsZQnoH7pvC55sGEfbmONeE7q0NHSGU { 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) { #okVe7SvsPbbteuo4dPcRBeGcCxHNInLe { 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) { #MEDsrFvmx2GMG7RIWVWaC3rSUaa9D0F1 { 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) { #roKZbhf6MvtkGXbnd4Bbrw6hyD5iLAZk { 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) { #g9TLWkesdR48JGqH9UgeifhK4BOGoTTI { 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) { #dd3V6QTOwPNg6U1J38HLbuU8s3cp1Sf1 { 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) { #ThVn7u8u5Ns4yzMBeCKkP5q2OPJkupeW { 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) { #p2B61vu16pPa2U0vo0zZ8oFqlOaRnAxI { 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) { #aT5vukJ8nls3AtSqahXkchHBmxyEU8hm { display:block; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IAQ6VRWe9wgqNVOlzG0rNx0mlFkDtQNM { 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) { #Aipw0Ti3uh4TwcTCbGn1TvnPfFxATTIP { display:block; }
 }@media only screen and (max-width: 1199px) { #giTHabCrf2kGoOhZMVKDIP237kRU5g8a { 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:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq { display:block; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container { width:47.75rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MH4uWLKn2a7ZO2txsD9F1FUthQ6dxHDD { width:15.625rem;height:1.137875rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkMkOmU3aCwkv7pMzLu2aDy6BwHFqv65 { width:11.75rem;height:1.625rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3zFG15BbiI3OriNLTFp48emVTpaPr8H { width:14.875rem;height:1.75rem;top:11.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZ8GSGmLq9VUoFH5Hkbxr1izkET5vd2U { width:15.625rem;height:1.137875rem;top:8.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTtNf4lqfkQ22xJW0MWvahKJTofH6pkE { width:7.1875rem;height:3.125rem;top:10.875rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JT4TWyhxFsOaCiSu3vPDZsL86dsu5ZPS { width:15.625rem;height:1.137875rem;top:8.3125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdHJd5Pw9fc8G0T3KRryi95so72r8iXq { width:10.125rem;height:2.25rem;top:3.3125rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wf47E7M8ccsvbA8hTNr5VQtfQilz5CwI { width:15.625rem;height:1.137875rem;top:15.060765266419rem;left:16.061198949814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzhCswlwW9O2QLFnFuatI52kC3hlrAq2 { width:6.87425rem;height:3.124275rem;top:17.534698009491rem;left:10.560619652271rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VFkLuRCeVpI1Li2oAsIyfATsPFT4749I { width:15.625rem;height:1.137875rem;top:26.9375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPQrw7byGVKTOodtbO5Uq2VrGbkA2RT8 { width:7.4375rem;height:2.4375rem;top:34.933448791504rem;left:29.118663615018rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXxT8mD9MArFsok1JuPGre0khvk7KfLy { width:6.87425rem;height:4.374275rem;top:22.608482837677rem;left:30.373988449574rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sOlLI3I0TGXTxEDyTefAVb7MA6WhGLI2 { width:6.87425rem;height:3.436775rem;top:17.377724170685rem;left:30.373988449574rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blmbUyBTncBuhTmzzLHhy7f1QygaTBJt { width:6.87425rem;height:2.06235625rem;top:23.734060764312rem;left:10.561343491077rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kch1TKLdK4AVa77mTlzJLEmgeW4Zkvb9 { width:3.436775rem;height:3.749275rem;top:29.372832298279rem;left:12.280093491077rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6yl8tOSoLJrvrNM9GxB52OpLXPXzqfH { width:8.4360625rem;height:1.49956875rem;top:40.058451652527rem;left:9.7800934910775rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw9ZOZPU8FUeC8dmH8BVVMTV7SnTQH8f { width:7.49925rem;height:1.561775rem;top:30.466582298279rem;left:30.06004267931rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4yqOqfkxl8Rpb71aF5l4SGR1shrROzI { width:3.87441875rem;height:2.68735625rem;top:39.463984489441rem;left:31.873555481434rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MMQetpBGqGuhtE2EQEXusiprIMSQRumk { width:8.43675rem;height:1.561775rem;top:35.371819496155rem;left:9.7800934910775rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCTE62pT5i4p1XXrsRGAmhrwpKhwAULo { width:7.999875rem;height:1.43735625rem;top:44.057437896729rem;left:19.872685730458rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT { display:block; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vf0AbTmmp1ysoL8WMLD35IlcbdebJ7L5 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pfH8DyTsWJZm09NS1GDCQIXarCmXMbdZ { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #io6MTg9B4Oppsg0vMAncZiSTS9P1raIB { width:21.875rem;height:9.875rem;top:7.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB { display:block; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row .container { width:47.75rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qT063OJDPwgK9ItrMxBEOtSiP84F6pxr { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UP3diTqtcUuiaBDgN0vOo7SLrs3dcRkc { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZ8yPar7TdxuTEKHa9AkD1uzOOEyPQfz { 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) { #vhiWQ0niQ9qO8L4t5TXqHxEEyT1O5MvK { 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) { #HzFDkQIGueVMXe4OiZtHQcwuNQVPBFht { 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) { #GXkF563HTFSQow8IXGNnbQJC3Ta6zdRP { 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) { #T2Vq8iJCPxq6DE1uT5ZvR1TwTBv7N6va { 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) { #C88Ho6ki6LTPK5RGKwPugVhif28yeTeE { 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) { #Qc61mVblWHd3tZdX5ZHmzTJhT4XPGVuz { 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) { #p6QZeET7fOx4Fof9q9GqkfhTacGun9rP { 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) { #ueISqGeo13O64nyI86ZXMIKZ6ziMw2u5 { 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) { #D3mZTB5fhnSKdMqZehRT7cycdKauc9N9 { 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) { #G4tBUpkWmTEziL0guME1LIo5zx7dW920 { display:block; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container { width:47.75rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgePcqVLuJE0GFxkdZwTdPcPZtaL6UUf { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AchuA3KN1i8Xa3tDZLfCsdD3I599UyOv { top:7.3125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTXsTS8K8V7xFAmstZOVpEVDtDHQTt1K { 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) { #i3tL0sRCsXaFBdiVof1tocThMXJUAwpd { width:29.0625rem;height:16.1875rem;top:27.1875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a30576ce1a0393859f69aa0641b23d35.widget-smartsection { display:block; } #a30576ce1a0393859f69aa0641b23d35.widget-smartsection *:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="text"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="email"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="tel"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection textarea:focus-visible { outline: none; } #fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 { display:none; }#qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bHpvB2ddEy6M6HrCeJnMdr91raQShctm { 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) { #wdomwOQ3ZkPrybkVK9wG0BDtM5SgzL35 { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTILozHHfT6KnywtTaPD8iXWk7sK3wwE { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ibf8GoNbygLshizKDTOBm5cvMy02oXLT { display:block; }
 }@media only screen and (max-width: 1199px) { #Ct3pvxB1IAx0lUnzbz4WQtdR4TR5LVRg { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RdaFV5p0kC0JDZ53c0NilzTW0pmmlD0w { width:13.875rem;height:1.137875rem;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) { #pWZzym13DNP5IsZQwySSBArfzv4l2VCn { width:1.875rem;height:1.875rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ioe5BOFbUUqJ4bDTWpqOyCQXk6cXAIkP { width:1.875rem;height:1.875rem;top:1rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LM2ZmveToRx8OcIhz45F6W8SFX9UaySz { width:1.875rem;height:1.875rem;top:1rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFwwkCEKAcn4wePRfm3kZnB8oMTEFQPX { width:9.5rem;height:2.5rem;top:0.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MKxAOFEL8gLqgv6QUKrTO28anEiXULa0 { display:block; }
 }@media only screen and (max-width: 1199px) { #mo1f4kyDhL8fciUO1Z4vw8kHDOa4zShP { width:13rem;height:3.125rem;top:0.375rem;left:0.0625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #yC9mz8bgkCHXCmA8M0aELlWuHHRdiNnu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/7f982a55-9c64-4bdd-80ad-82bbcb1c0256/APD_2024_ENDO_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:20rem;height:48.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { width:15rem;height:2.6rem;top:19.125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { width:18.125rem;height:5.1rem;top:28.4375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOr8B1AP3zxLRZZQrrEBF22bfSfcXRLT { width:3.9375rem;height:2.1875rem;top:5.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHOUfS7884lyRIWa5NGHWtXVbUPOlF1J { display:block; }
 }@media only screen and (max-width: 763px) { #DQ1oGwEzhVwvr7dxbsxv0W5ZvTLprC8e { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEq9JyeTxnMThDdp6F5eOyNyz5uBhtOT { display:block; }
 }@media only screen and (max-width: 763px) { #LStdhXMOrJP4a5APdny7AZEZ9iTe0nni { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pp3Lm2ZTgP1bzvPcSLPW690paKk1pl8l { display:block; }
 }@media only screen and (max-width: 763px) { #aC4L0usdt7U1Ciow2T4VB8wiA8bhpuiH { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDxHVOVmuQhokk4RMDwk0EQVAVFeFT3T { display:block; }
 }@media only screen and (max-width: 763px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 763px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { 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) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 763px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:18.75rem;height:2.475rem;top:22.523956298828rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvbQFlKqKRk4GOuTgV3TfGbkseBUhwXg { width:16.25rem;height:3.75rem;top:38.96249961853rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPG6vTFl5b7HEs00UklPa3iugfU62Ze { display:block; }
 }@media only screen and (max-width: 763px) { #J6LlLlHSNOJWPTNyNMkHbwZngVfFJaEf { width:16.25rem;height:3.75rem;top:43.5625rem;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) { #dRnief9B65C8msnKeeJOFIms1kvbQOyD { display:block; }
 }@media only screen and (max-width: 763px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { width:18.75rem;height:1.38125rem;top:26.125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aan9wXXKCgA3TtI8yR696NV91l4eQuvh { width:5.375rem;height:2.25rem;top:44.1875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln3Zvp4v5uOqIt6SNQDtFfWEfbCsIIyN { display:block; }
 }@media only screen and (max-width: 763px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:20rem;height:36.25rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coFlElgtOb4J9o9LTOk9WwANsciO3XuI { width:6.875rem;height:2.25rem;top:47.375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUTCscuo2CWo51HTvdzuNPr8zeyfxcMi { display:block; }
 }@media only screen and (max-width: 763px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:12.75rem;height:11.25rem;top:6.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWBEsJD7IquCOEykZxV8QTk5mBEdCtMt { width:2.5rem;height:1.7875rem;top:35.375rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXURBb6KwoEnpclDmEPPJtKzGReUPPh2 { width:6.4375rem;height:1.95rem;top:35.3125rem;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) { #LCI17t11GVlqROEACTQ66uxTAbiQZBwz { width:2.5rem;height:2.8125rem;top:34.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqZmKZrMlERoyPQG6anJRwHxdATPECTi { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/7f982a55-9c64-4bdd-80ad-82bbcb1c0256/APD_2024_ENDO_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi.adaptive-delivery-prevent-bg, #mqZmKZrMlERoyPQG6anJRwHxdATPECTi.lazyload, #mqZmKZrMlERoyPQG6anJRwHxdATPECTi.lazyloading { background-image: none; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqZmKZrMlERoyPQG6anJRwHxdATPECTi > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGgHTbPBTD9ZoRPTKaXu7tl2fQgB9xRb { width:13.75rem;height:2.6rem;top:19.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpgTJXmE2f6hO3dTKzAA0oA5T8K3KqVd { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqtJaNw09G3OH5WGlWmZ7nKbGTSSpoAx { display:block; }
 }@media only screen and (max-width: 763px) { #UWehQxbb4O3AxXnHbb8PsGdbgkcocIJN { 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) { #HsN0VlX8OKMlCNmbw46STHoVRkpcWFPX { display:block; }
 }@media only screen and (max-width: 763px) { #rKomkQsZvSUtl7HIoo8tb7g0Mu6x9DG4 { width:14.375rem;height:4.125rem;top:22.375rem;left:2.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8HWykFDGwPKaD5mPnmvha1sKzqNFo7c { width:18.75rem;height:1.38153125rem;top:27.75rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHK4c7FBLWW7yzOaBT9qZcTp4SAs8NyK { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkFeOUeTnFJso7I1dHL2RD9UZrFO82PC { width:20rem;height:41.3125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQTysdOexmUMDU3J8niri5P3Qa0m93QI { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #QqMTnhEysyisH8zHkhvSDu0ZAFVD2NLM { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X5FeiTTavduxi5Pxh8cD5NfHS6qqc5Ii { width:20rem;height:5.1rem;top:29.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcwN6c1aE19HXZwtH90uyQLVT8DLzPTa { width:15.625rem;height:3.75rem;top:40.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV89fbpyTbLi34GG9GqIao93Q0a0yCar { display:block; }
 }@media only screen and (max-width: 763px) { #pRaOCyMFNBzzNE1CD5RxTO6ycEBo4ph9 { width:2.5rem;height:1.78746875rem;top:36.837501525879rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFDVNe8TxamT7M2OwTXiLnbQTUVVSHa { width:6.25rem;height:1.9502375rem;top:36.775001525879rem;left:8.5rem;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) { #cBo713TGqKz9NKPuGH9uPtyvgELOMTea { width:2.5rem;height:2.875rem;top:36.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAfU0aKhxZ6bIro1NoDD5p2xg32N3VME { width:15.6875rem;height:0.975rem;top:45.125rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZH35PsS80OSsgTFQTcctrOltoegCtIK { width:15.625rem;height:3.75rem;top:46.6rem;left:2.1875rem;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) { #hykUE5pGU3CImc5QzK30UbDB1s8OomgC { display:block; }
 }@media only screen and (max-width: 763px) { #Ckt4O3qkUtDeytditaF2yW2oPZRszJro { width:13.75rem;height:1.95rem;top:50.85rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/7f982a55-9c64-4bdd-80ad-82bbcb1c0256/APD_2024_ENDO_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.adaptive-delivery-prevent-bg, #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.lazyload, #sicTACBlTSrluEx2c5R9ZfvTETiP6VgE.lazyloading { background-image: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { background-color: transparent; background-image: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container > .video-iframe-container { display: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container { display: none; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .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); }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sicTACBlTSrluEx2c5R9ZfvTETiP6VgE > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlRCAxFiy9iSUzIyALexQtg5lxdfWlpe { width:13.75rem;height:2.6rem;top:19.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STZ4id9SNlmzPBFcJFqi5pgoJr58JnRy { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ttv57zQLrs2Slt8CrDKoyQkpXAvKATBA { display:block; }
 }@media only screen and (max-width: 763px) { #S2Q0vd1EkqpN8CZCqc6XPnp6iuAB0eeX { 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) { #FvPOMWkTVwnDiWnrHDJlXl1av645zTPT { display:block; }
 }@media only screen and (max-width: 763px) { #wNrqbwEFTrguVnMsHzEPgp6TF832KpD2 { width:14.375rem;height:4.125rem;top:22.375rem;left:2.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDUpFrNzExT62UFZZCFnEAohCbdJJ3FG { width:18.75rem;height:1.38153125rem;top:27.75rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZFZEnutVT5IEs5RJHOevE3AceiqaDMe { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyWT36Tv8MdBcOwI9KiZLyo58yUI3TU { width:20rem;height:32.875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spwEZqDusu3R6LE2cNhON8Oob7WaLgK3 { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #BDfOJXfcCm7p8xe41dbwhd3guoX05TWu { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SUJm5TEAmoVSkaHCGfp0tCLtlShKVLpe { width:20rem;height:5.1rem;top:29.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC7idACaLrh05kH5In6KGalhEH8965n6 { width:2.5rem;height:1.78746875rem;top:36.837501525879rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNzlM5NAtmbhSutg8tluxi7Pw4Un7Kgw { width:6.25rem;height:1.9502375rem;top:36.775001525879rem;left:8.5rem;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) { #q6Se8yOfegLDcg4nAQ5FmtETdOZ7Vx4G { width:2.5rem;height:2.875rem;top:36.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhsTUZr48NQZIelt9waBnedo4uPVmNKo { width:13.75rem;height:2.6rem;top:40.9375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL { background-color:#057c6c;background-image:none;display:block; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { background-color: transparent; background-image: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container > .video-iframe-container { display: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container { display: none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .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); }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCoEK6M6szVfN5yuNtw8AnoT28Dmd0ci { 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) { #sgdv6luHbCNdJhXPIZEzTRNu2lF2yOQu { width:18.5625rem;height:21rem;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) { #iXg8JE3Jig3S33xPuVPBkFXTsJ4urDOT { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXp627kDtpWeqyOnJXEVQ6JcihMRsUwB { width:20rem;height:24rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsKHqbzvlRaMVlU8wik0sfV3keuQTP0l { width:10.5625rem;height:2.1rem;top:42.543750762939rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3OJS9TLoodTGP1BIST6N7aZ37MTQapK { width:4.9375rem;height:5.25rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFf0KrGhpzhRQQyB8m6dUbgs8eM1aCgQ { height:11.236500283246rem;width:20rem;top:28.311458587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwXviEP9nffRlZKuhDW3LGLVA07nUIfM { display:none; }#LwXviEP9nffRlZKuhDW3LGLVA07nUIfM > .row .container { width:20rem;height:6.3625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gvW9ZAmmXbf3zvOssc2RWkOwdBgRsfCN { 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) { #BsH3y98CZiLOXSCANM3GHNr8K1pem9ft { 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) { #fcuZzOPges6r3utnOrXIuam90snZ8AL5 { 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) { #omuSuK9OHELa2q3euylEek9dePy3az7U { 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) { #JVqLdb9CWnLt5z2TWCNt0PlUWsMg6G2r { 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) { #iTmkB2cUCp01gRoKD0a23ttnJiO1W7R7 { 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) { #mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd { display:block; }#mwPTJk9RFsLIBNTyHi7wb4RbfH88Maxd > .row .container { width:20rem;height:4.15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgTFpQydADlx3eKOAfSUiqwgsJtzf1P8 { 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) { #fXF02UzEKN66FroHxMebE4q1FHZOV6qh { display:block; }#fXF02UzEKN66FroHxMebE4q1FHZOV6qh > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8h1pPbeHnpnnZ6LgmetK7zo63leTHGC { width:20rem;height:1.62528125rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #es0t5Xi0BZop7WrZXlovygyyL8OUHckT { width:0.625rem;height:0.625rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc3FGrJi1MK7mPGJvIWpz2KaJWDIyS5 { width:18.125rem;height:2.625rem;top:3.3374996185302rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlLVXLL4bKNNDMafuCWLKDhsq3xWQ8tl { width:18.4375rem;height:3.9rem;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) { #Syd467t1O3H80bsGS50WEO1SgmyfTo9L { width:0.625rem;height:0.625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLeKFEXAUUk5eg0vMnrmnQi4RPQrmaJE { width:17.8125rem;height:3.9375rem;top:13.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELvexfOwM0VrSrXU3bTbCDF4lxcQG8wp { width:17.8125rem;height:2.25rem;top:17.449999809265rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9Agf7rJvTXWsR3HftzdnTVzSHaK4tCt { width:0.625rem;height:0.625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWcgKehJ2A0KX9iPvF2vnR9QaARlTAlL { width:17.9375rem;height:6.5625rem;top:20.312500953674rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ttri23esU6rpuBfxZuZT5RDdFaNbx6JT { 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) { #LlxzusMc29Hm3BZUp1iqzzTd7I3JCphR { width:18.4375rem;height:2.25rem;top:27.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTBikCeMcTN6HNSdkQaZFhMdJNrilFN3 { width:0.625rem;height:0.625rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4laFzak4huMNMBzrgH9VLyoDsRLMTuR { width:18.4375rem;height:5.25rem;top:30.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ydMnoTBxDOF1aLbvGTpk0tTDl8EDqgv3 { width:18.4375rem;height:1.125rem;top:35.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #taUk8OQBwUoT1T2PQh5HsLb3QPLTeJKn { width:18.4375rem;height:2.625rem;top:62.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xnITICDiopcFyG0MWCrAXNTFMiS80Qey { width:0.625rem;height:0.625rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXwGNm6OtnaQnK51GNm1XxPmiQmSTAbX { width:18.4375rem;height:2.625rem;top:37.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTVVpfpDqoATGp3xSlxmyGEPcvFcKMMz { width:0.625rem;height:0.625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abdnPCl6x4r6aPWmCSrttr9R60TG95Q1 { width:18.4375rem;height:2.625rem;top:66.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEmnc6xyS2utLrAGm99TgUzpZsS8QMMP { width:0.625rem;height:0.625rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxlxAsOi36Dr2Iw5NaiLD8oTIArATTc6 { width:17rem;height:7.875rem;top:52.1875rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #waGc94TqFcigBKZxRo3dQv4I3daNTlhT { width:0.625rem;height:0.625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfZhSddJkItiAraacwxeim8sofDpETe3 { width:18.1875rem;height:1.125rem;top:49.5625rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HNu9WcW1TVGFoccX8Ng4Lt4MVuNQyUCK { width:18.1875rem;height:6.5625rem;top:42.5625rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XbJMVEqvtsvg3OML98lSNQpfUQCdUhIO { width:0.625rem;height:0.625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvLpq4gJT5zBQ0Vf6gFUFHBhpsyhWtq { width:18.1875rem;height:1.125rem;top:60.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 { display:block; }#TA2gdOXeJ1BweOZcEwHbEoBTbkzx2cF1 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7CHz5v8w4TVqhdbhN1OTsuuNdnvyzgW { 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) { #E3u3S7z5TMbrRWDig3O0VUJd7IFM1kuW { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtuf5QSGMocKnG63icXIxXiKTeWBFxv { 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) { #bnJSUhCD3zcRN5kGOL74kF8AqJ3a1GBL { width:18.4375rem;height:2.25rem;top:10.812503814698rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsAcRPEn44bBILvuRWsBoHPEXFafvK6g { width:16.20833375rem;height:3.70833375rem;top:14.792972564698rem;left:1.8932292461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPc1mNKd3aMsiGo6CUzaARBsVLxLW6oa { display:block; }
 }@media only screen and (max-width: 763px) { #vr12Nqc4LWhMF83naAWH8cnElJ9tMlWx { 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) { #faZ6SdcOTHInpmOHfFDhtQgmh4pas4KZ { width:20rem;height:9.4375rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL { display:block; }#dQNh2LgT7IDXLr8q8PN5lZ3plUddb3DL > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwh1ItkMEWod3fkQignRnCdkgd4KcXG4 { 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) { #laK9FCWnZEFJB5EfCTyJ3dTNhIsaQtt7 { width:0.625rem;height:0.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuS80JaFuPb8iRn6vmQuXXdKsMFg4ZA { width:17rem;height:7.875rem;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) { #B8gWFJ79y4hluZmNdaQdXFSS9TGL6kSq { width:17.8125rem;height:2.25rem;top:12.375rem;left:1.53125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocbqgxnQukpctdNdzZtu4hzCVzP2E66L { width:0.625rem;height:0.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evg01VvrCTixbfkQh8O5II7qJViyARP1 { width:14.5rem;height:9.1875rem;top:15.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kIM7AtXsxSHTci25FBzzTpu1T1PMIgwm { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mByiPDqc6W26CcBFzxX0dLAdnTqlI4F6 { width:18.4361875rem;height:1.125rem;top:24.75rem;left:1.5634765625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #De7lU1Lw7AIZuGByomEEN6bNpx5r6hvK { width:0.625rem;height:0.625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfC6d39B0uo3kyFKBOT4Aiix4T1gquNm { width:18.4375rem;height:5.25rem;top:26.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGA9z5QMPGQWVIhO5BGT87kKuiWS44Oh { width:18.4375rem;height:1.125rem;top:32.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZigchPb3k5Z8ctSzJJZm7KKwQsc5OLen { width:18.4375rem;height:2.625rem;top:43.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oy21xefxShbMK6Ml8wFnAwf2TbyR26yc { width:0.625rem;height:0.625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlLbV7cCTEydiPTIxdvnLuFwyeRynnFq { width:18.4375rem;height:2.625rem;top:59.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK8nBsrxlt0N0W3auNNqI2mzEyWOFeJZ { width:0.625rem;height:0.625rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6ACQrP4Hq16v2pqeVeVa6531ft8TtT { width:18.4375rem;height:2.625rem;top:64.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fv97PNGnyZv9o5CISQEpIffZTU7vybEQ { width:0.625rem;height:0.625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8s62zZ1mA1J7exfOi61S58w5VTq3kSU { width:18.4375rem;height:3.375rem;top:38.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SeI5b7x76BpeX5GpGn6HLmgL7HBabMp5 { width:18.1875rem;height:3.9375rem;top:34.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VrETNkFFUCJJg2Pu55pbGbPXogbhWROE { width:0.625rem;height:0.625rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw3LRHluF4k5xzUscA1TteC512HZnQoT { width:18.1875rem;height:2.25rem;top:55.81093788147rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMfuEMDEJbsNTXCm1LJKI33nmDq9eUOv { width:18.3125rem;height:7.875rem;top:47.999217987061rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLAcpEAXbHySumhzwxkQJVniMZa2Vn5z { width:0.625rem;height:0.625rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP { display:block; }#L6Z13b6F9Exq7Z4np1mdENOAAGrpz5lP > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIqSmunZn5HURZmZnnXmCMaF4GtmcuTU { 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) { #RJZZ3CKrHK00z2KQkKIfSdS6xDul7Xnc { width:0.625rem;height:0.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2oMtKJcp2nm4lbsi73zMECsMFUT4iUb { width:17.8125rem;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) { #HG0oWaM9wNQ1CFqXwN2S8HERovL3EnNS { width:17.8125rem;height:2.25rem;top:8.1874847412113rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wcz6iUx1AyJfDZeWTyoSnWETmfdToMeT { width:0.625rem;height:0.625rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGXDLL5yIQ2SiVUyZ7aqTalN2DMeTOg { width:14.6875rem;height:6.5625rem;top:11.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJB8q341hSbELgTViBvyhla2eCLpeFQH { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xz3bTu3WGXV3pDGXQWyCHQXqD7EEbDLf { width:18.4375rem;height:2.25rem;top:18rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wvftcgsiz4mauLgV8TILQcH1eRq0l1uN { width:0.625rem;height:0.625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmAMJUnCippOuRMreH5dUCELCpsOmXTT { width:17.25rem;height:7.875rem;top:22.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lGIbTi3lWGoaNqdJz0SkWriI3WWhzX0r { width:18.4375rem;height:1.125rem;top:30.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvzQWr0EyoAHaJlu4bGWWT6k5QZIt2GW { width:18.4375rem;height:2.25rem;top:38.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsE9GoefQ74aCnIKzJTaSC7oXs7f5owD { width:18.1875rem;height:5.25rem;top:33rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #prfAanlTgnHIas81uFzAoFxlA2cANXtP { width:0.625rem;height:0.625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXICJG4gotPu8ImuF8u7eF2tZy10FtE { width:17.75rem;height:2.625rem;top:46.999999046326rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecHL49DxdgQJIDGSEgaQ8NVmAOQa1gUK { width:0.625rem;height:0.625rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqkDXsqfEZhbJ5TeQhz9ETbGKvC5K2Tv { width:18.1875rem;height:2.625rem;top:42.625rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x1kUC89znMUVUu2odLUBW31KENa71U4x { width:0.625rem;height:0.625rem;top:42.937500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTP80kierq3BZz88v7UeggIOorECuvAD { display:block; }#DTP80kierq3BZz88v7UeggIOorECuvAD > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHefuc7NwiH6pWIxWcg2h2R7mrLs1TGJ { width:13.875rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mXTZGTa52MZWm6edVl2zBzxloBz1MZlv { width:0.625rem;height:0.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqSxdqrCMXQu4e9TvWet8WHTPQmbGgwl { width:18.3125rem;height:9.1875rem;top:5.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwmPgEkt65GAoKuNOKPIiwdMoX3eLNtA { width:17.8125rem;height:2.25rem;top:14.687500178814rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #unuh3ZIbyg29poS7zr7w1fpO32rqWuCS { width:0.625rem;height:0.625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0rOnDNT7fp151BalDAbJxm16aTEfQM4 { width:18rem;height:7.875rem;top:18.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBw05sGu48k5s0rGv8LaDeHbg3U75dM9 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IBH7b436xofCMJ8LwUVwMeywxV6xqAbJ { width:18.4375rem;height:1.125rem;top:35.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i7GXT7inJagmUQmmW2OFnXrAIW8465bB { width:18.4375rem;height:2.625rem;top:51.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hwkha3yuJq5tF2VZFt4zUOhS4IFFloI4 { width:0.625rem;height:0.625rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLnqiSrVIEiIQbpWcxnTT8243LTMoQxZ { width:12.1875rem;height:6.5625rem;top:28.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FsfLTzuN6iUKR4hv84sspVfoXF2wRhmn { width:0.625rem;height:0.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFpLt2gmcFSnIcx5T1BQL91SawHmJTJs { width:18.4375rem;height:1.125rem;top:26.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOEqTmg3qBmTUrhpqSxyofy06ef33d2d { width:18.4375rem;height:2.625rem;top:47.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W80GLdoIJUgFWSLUttFVlqAdfuE1UTOo { width:0.625rem;height:0.625rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lae5Qc2131KrqbsqlZPLhIRlaQ19yeTT { width:18.5625rem;height:3.375rem;top:42.875rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTMzSh3L67HU5Xv6qh8bWshcPxRsgVsO { width:18.25rem;height:5.25rem;top:37.3125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpdkMW72cMdyeEmw5hkauCmnMdpz5bri { width:0.625rem;height:0.625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQHG81JFzaR12t01qnrz1AO93LhiNUoL { display:block; }#hQHG81JFzaR12t01qnrz1AO93LhiNUoL > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG .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; }
#u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG { 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) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #uIcWZO3ounIUyegsZwOSQs6PTgGhcoHq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #zahT7w6Ml78JT5OKcir7tT3pMdT4qZmJ {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #Ea2NCDZPMDk98904QBTFCUhn6oEgSkrz {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #A0cvUncgVaFA116J5B6GVvs8JRli3uZt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #uILQpmcBDeZTiOOFfn2RN970HbLsPdT4 {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #TFc9bn55FyL7iENkSGPBgzyHacgGmtDk {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #WyTPpNkSJAFiC3zS393BLdCaytRtVdTZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #M3UNBzqLSTz8x2HkFWXafxTEbWdKwWOE {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #Ucu7d2BbzDLnDM59t98iSlRObDUrTscZ {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #RpX7FTaJTRUg5uSHcL9FfpFEtaTKTMTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #dtXHqHHLZvIHf2k55zJlcAopxe8EErxo {  }
 }@media only screen and (max-width: 763px) { #u26MvRZTn2OfS9aKiVZCG8cHUhB6JsiG #h419cBVb9B7wDMBXq8gWTT4327FHbMZm {  }
 }@media only screen and (max-width: 763px) { #BR49PKRsBhAAMUFNTJiD9VcH14X8trOU { width:20rem;height:1.137875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPSnrSozEg51VnXZlms6X5JXdqAlhomI { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZPI0qpp8ptC7dANlVrtMxV6D2GIMg3 { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:20rem;height:44.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:20rem;height:15.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:22.034378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 763px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:38.721878051757rem;left:1.875rem;font-size:1rem;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 763px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:20rem;height:3.9rem;top:33.335418701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:17.5625rem;height:2.4375rem;top:30.5625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:20rem;height:0.97511875rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:20rem;height:0.97511875rem;top:36.872909545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:20rem;height:0.89375rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:20rem;height:6.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:20rem;height:0.89375rem;top:43.287506103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:5rem;height:5rem;top:12.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.625rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/676d7ad7-3f06-4528-99ea-534e5f48ce72/apd_CENA_endo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2.adaptive-delivery-prevent-bg, #fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2.lazyload, #fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2.lazyloading { background-image: none; }#fFpGRuZF8eT4pQqVmRn4uy8EDpGm5oO2 > .row .container { width:20rem;height:46.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQcxuPv3BNKamm8xDxVEfX5EmvqTOXzA { width:20rem;height:6.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #RqIbp2EF1ooX0gKLHtuRc62umMVl97GL { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #OLQTAntyrdtwtXCArO61pSN9L4lq2fTg { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #puqFoxwPvQ8WbnP8VRKBaZODHFS17wh3 { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Jix8Zz15JODwZOKWWCHiVlVdV69O74fW { width:20rem;height:16.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlrunXzM2w7XwVB7uT9wO2MIcWZVR6B { width:20rem;height:2.4370625rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2SXUrUX97VSIz27LelUd1MF0ZOBa3vm { width:9.1875rem;height:3.9rem;top:16.5rem;left:2.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXoLsPy8yNK8ao2GPg7HihRQ83zTBDdO { width:20rem;height:0.97511875rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcbmSw91yarPKJJlqtXTHBIMTmEcBX5 { width:5rem;height:5rem;top:29.993751525879rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQi3TT3abGoJN9xBcyDIwxQcFWNh1C2Z { width:16.25rem;height:3.75rem;top:22.0625rem;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) { #XgR7AkHJqXImSqHsOfzigqUDO90wTAvt { display:block; }
 }@media only screen and (max-width: 763px) { #HgSe6ry2zP56lfeU6Ko92KV0qsreIcKu { width:20rem;height:1.7875rem;top:26.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMTTEzipl0IiErtqZMWprLNBmqmpPbi { width:20rem;height:15.625rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQwdnm9CkVqhMrH1CtuEDQxMJc6GNg7J { width:20rem;height:0.8941rem;top:43.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX8ltm2bnPBMdolBA42D6C7UoaomcSv { width:20rem;height:0.97511875rem;top:37.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJs8sZEOKgqtFXk2qoBLJ6b70WU73i7k { width:16.25rem;height:3.75rem;top:39.5rem;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) { #HZIAD7TeKBv86ToRNV3ScRKvdBkksLo2 { display:block; }
 }@media only screen and (max-width: 763px) { #nmUedzG0EJTExoJAxddS5RBhetawPTww { width:20rem;height:3.9rem;top:34rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtSL8SBi0fLNdLhNNVTREpqeJkgzUW54 { width:20rem;height:2.4370625rem;top:31.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXH9L4LyrndhqunLJutwZmB7fzS5Hlxg { width:5rem;height:5rem;top:12.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9ACFJFfFt3Pt2BZIKnTsAATGE1Iy66c { width:5.25rem;height:2.03125rem;top:17.99374961853rem;left:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M36utZEIWNRBCDCQmP4JvuANI0Q6ied0 { width:4.1875rem;height:0.8941rem;top:17.3125rem;left:12.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF { background-color:#057c6c;background-image:url("https://images.assets-landingi.com/uc/676d7ad7-3f06-4528-99ea-534e5f48ce72/apd_CENA_endo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF.adaptive-delivery-prevent-bg, #wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF.lazyload, #wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF.lazyloading { background-image: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container { background-color: transparent; background-image: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container > .video-iframe-container { display: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row > .video-iframe-container { display: none; }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .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); }#wAsi9pJ0136rycaPQ0m8ww74tqsNdnKF > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsnazRbyqq8OFUSEhvQyuv2EXG7yumy { width:20rem;height:6.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #HCAdd7ClBV0tx789wQTMqXUWQMhyl3sg { width:20rem;height:1.29948125rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #F0XfILOr7StedKwKa8UIruFcPTpCPkhM { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r91ds4OipTo5im3cd1LHxbTOKCPbwoCA { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #D22gT1Cmw7qeXvUmv086gaLL7yrGp3Lh { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTloV7fkTblpb1nD7dES0yoT5QZ8Pq9S { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlLxGMkODcFrof36GwsRE6mRaONu0fM4 { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9OSpICqFny1rOOyXre5kBWqtAkDmO16 { width:20rem;height:0.97511875rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pigpbq2ScynMQfWUAtwSX5bTMNxL7KTT { width:5rem;height:5rem;top:29.368751525879rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0J9f2h4DbB7XGFWE6vS5TxUaxc2GpHC { width:16.25rem;height:3.75rem;top:22.0625rem;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) { #Po2vmcIcanizx8qsARDTDzDXIwBiTC3R { display:block; }
 }@media only screen and (max-width: 763px) { #n9vh0b5eKIPTWrRzDB7vyTOMCn1iT7Wd { width:20rem;height:0.89403125rem;top:26.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxmpgIeZWGE0qPmWDmt3XCpLXAVLKPEE { width:20rem;height:15.625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0AgrGkA4TLTtqIKlTyc4LzwTpUVN22A { width:20rem;height:0.89403125rem;top:43.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFNxSz2DWJCITNGWsBJOI1GC1RwQyTiW { width:20rem;height:0.97511875rem;top:37.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KERh8Ee1O4ih2V2k7Px43ieauyVTRLhT { width:16.25rem;height:3.75rem;top:38.875rem;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) { #BWXGEzVEnDt02eFUCsUCzqeK4rFLCkGo { display:block; }
 }@media only screen and (max-width: 763px) { #xugNBW0hDZ70KFUMJZATXsoVzpMfAoHf { width:20rem;height:3.9rem;top:33.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpdAJbTJr9lKAhv5fI8ANS7ZcXInaklI { width:20rem;height:2.4375rem;top:30.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRDMyJg1X009Z15e1iGl776AqyqOBsUo { display:none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { width:17.5rem;height:3.9375rem;top:3.0874938964844rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbpPhzIxTh9VkRhEDATdvVttotJamovp { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IrHzMUr20Q6EGEboSXr3BBZA7kn5y11l { display:flex;width:1.25rem;height:1.25rem;top:25.899993896484rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { width:17.5rem;height:10.5rem;top:25.774993896484rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { width:17.5rem;height:2.625rem;top:47.225006103516rem;left:2.5rem;font-size:0.9375rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { display:flex;width:1.25rem;height:1.25rem;top:47.350006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { width:17.5rem;height:5.25rem;top:8.4249877929688rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { display:flex;width:1.25rem;height:1.25rem;top:8.4874877929688rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { width:17.5rem;height:3.9375rem;top:15.075012207031rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { display:flex;width:1.25rem;height:1.25rem;top:15.200012207031rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { width:17.5rem;height:3.9375rem;top:20.40625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { display:flex;width:1.25rem;height:1.25rem;top:20.625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { width:17.5rem;height:7.875rem;top:37.875rem;left:2.5rem;font-size:0.9375rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { display:flex;width:1.25rem;height:1.25rem;top:38rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { width:17.5rem;height:18.35936875rem;top:50.28125rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE { display:block; }#wvqFNVTs6M5ShU6NHD8WH3dcC1H3WRaE > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQoe7VnV9JrkZz91CTlTywPvoecO9min { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibBcI8K82Zx6FTgCXJ4gIOSagJP07syR { 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) { #zkMmSvmJ1tzPHu81u0GgBZGRruhHTfGI { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Dakhq2sql7smaykxVgtELO1Vux1K7VKh { display:flex;width:1.25rem;height:1.25rem;top:32.149993896484rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #M24PkJX9pOAIMuU4dm05T1oh6fNFSukD { width:17.5rem;height:9.8rem;top:32.024993896484rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #sf0TuRHEovdlZrExg2do2WEhCDNOVA63 { width:17.5rem;height:2.45rem;top:51.787506103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #kcLzNkXMocCiw5ZucfuTx79MwBO9rfeC { display:flex;width:1.25rem;height:1.25rem;top:51.912506103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KDsZQnoH7pvC55sGEfbmONeE7q0NHSGU { width:17.5rem;height:4.9rem;top:12.300003051757rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVe7SvsPbbteuo4dPcRBeGcCxHNInLe { display:flex;width:1.25rem;height:1.25rem;top:12.362503051757rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MEDsrFvmx2GMG7RIWVWaC3rSUaa9D0F1 { width:17.5rem;height:11.025rem;top:19.012496948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKZbhf6MvtkGXbnd4Bbrw6hyD5iLAZk { display:flex;width:1.25rem;height:1.25rem;top:19.137496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #g9TLWkesdR48JGqH9UgeifhK4BOGoTTI { 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) { #dd3V6QTOwPNg6U1J38HLbuU8s3cp1Sf1 { display:flex;width:1.25rem;height:1.25rem;top:43.75rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ThVn7u8u5Ns4yzMBeCKkP5q2OPJkupeW { width:17.5rem;height:14.7875rem;top:54.84375rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #p2B61vu16pPa2U0vo0zZ8oFqlOaRnAxI { width:17.5rem;height:6.3rem;top:70.59375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT5vukJ8nls3AtSqahXkchHBmxyEU8hm { display:block; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAQ6VRWe9wgqNVOlzG0rNx0mlFkDtQNM { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Aipw0Ti3uh4TwcTCbGn1TvnPfFxATTIP { display:block; }
 }@media only screen and (max-width: 763px) { #giTHabCrf2kGoOhZMVKDIP237kRU5g8a { 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:7.9375rem;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) { #KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq { display:block; }#KSdwTlR5N1qvxnTxs8eSTy6OgcEbx5Gq > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MH4uWLKn2a7ZO2txsD9F1FUthQ6dxHDD { width:20rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkMkOmU3aCwkv7pMzLu2aDy6BwHFqv65 { width:12.0625rem;height:1.6875rem;top:3.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3zFG15BbiI3OriNLTFp48emVTpaPr8H { width:15.6875rem;height:2rem;top:14.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ8GSGmLq9VUoFH5Hkbxr1izkET5vd2U { width:20rem;height:1.137875rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtNf4lqfkQ22xJW0MWvahKJTofH6pkE { width:8.3125rem;height:3.75rem;top:21.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4TWyhxFsOaCiSu3vPDZsL86dsu5ZPS { width:20rem;height:1.137875rem;top:19.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdHJd5Pw9fc8G0T3KRryi95so72r8iXq { width:10.1875rem;height:2.25rem;top:7.625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf47E7M8ccsvbA8hTNr5VQtfQilz5CwI { width:20rem;height:1.137875rem;top:26.187057495118rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzhCswlwW9O2QLFnFuatI52kC3hlrAq2 { width:10.6875rem;height:4.875rem;top:28.573126245117rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkLuRCeVpI1Li2oAsIyfATsPFT4749I { width:19.99925rem;height:1.137875rem;top:58.707315444946rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPQrw7byGVKTOodtbO5Uq2VrGbkA2RT8 { width:10.4375rem;height:3.5625rem;top:76.675349235537rem;left:4.6549483537674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXxT8mD9MArFsok1JuPGre0khvk7KfLy { width:10.6871875rem;height:6.8005rem;top:49.207178115845rem;left:4.6542249917984rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOlLI3I0TGXTxEDyTefAVb7MA6WhGLI2 { width:10.6871875rem;height:5.34288125rem;top:36.291234016419rem;left:4.6549483537674rem;display:block; }
 }@media only screen and (max-width: 763px) { #blmbUyBTncBuhTmzzLHhy7f1QygaTBJt { width:11.4995625rem;height:3.44835rem;top:44.945024490356rem;left:4.2484089136124rem;display:block; }
 }@media only screen and (max-width: 763px) { #kch1TKLdK4AVa77mTlzJLEmgeW4Zkvb9 { width:4.56235625rem;height:4.94213125rem;top:60.819590568543rem;left:7.7162910699844rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6yl8tOSoLJrvrNM9GxB52OpLXPXzqfH { width:10.62425rem;height:1.88801875rem;top:81.787477493287rem;left:4.7171589136124rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9ZOZPU8FUeC8dmH8BVVMTV7SnTQH8f { width:11.3744375rem;height:2.52604375rem;top:67.195458889006rem;left:4.3113428354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4yqOqfkxl8Rpb71aF5l4SGR1shrROzI { width:6.56175rem;height:4.6318rem;top:86.486543655394rem;left:6.71802675724rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMQetpBGqGuhtE2EQEXusiprIMSQRumk { width:10.625rem;height:1.9375rem;top:73.111981391906rem;left:4.6853300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTE62pT5i4p1XXrsRGAmhrwpKhwAULo { width:10.1875rem;height:1.875rem;top:92.803849697112rem;left:4.9037905931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT { display:block; }#gZ7Tl52EwcRR49b5hzH9MTI6lVbywCNT > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf0AbTmmp1ysoL8WMLD35IlcbdebJ7L5 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfH8DyTsWJZm09NS1GDCQIXarCmXMbdZ { 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) { #io6MTg9B4Oppsg0vMAncZiSTS9P1raIB { width:17.5rem;height:7.875rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB { display:block; }#xGKirTGzT4w5ON3cSbnsxVhV84LRxrcB > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT063OJDPwgK9ItrMxBEOtSiP84F6pxr { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3diTqtcUuiaBDgN0vOo7SLrs3dcRkc { 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) { #UZ8yPar7TdxuTEKHa9AkD1uzOOEyPQfz { width:20rem;height:1.29948125rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhiWQ0niQ9qO8L4t5TXqHxEEyT1O5MvK { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzFDkQIGueVMXe4OiZtHQcwuNQVPBFht { width:20rem;height:7.03125rem;top:16.462493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkF563HTFSQow8IXGNnbQJC3Ta6zdRP { width:20rem;height:1.29948125rem;top:14.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Vq8iJCPxq6DE1uT5ZvR1TwTBv7N6va { width:20rem;height:14.0625rem;top:27.387496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C88Ho6ki6LTPK5RGKwPugVhif28yeTeE { width:18.75rem;height:1.29948125rem;top:25.212493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc61mVblWHd3tZdX5ZHmzTJhT4XPGVuz { width:20rem;height:14.0625rem;top:45.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6QZeET7fOx4Fof9q9GqkfhTacGun9rP { width:20rem;height:1.38153125rem;top:43.199996948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueISqGeo13O64nyI86ZXMIKZ6ziMw2u5 { width:20rem;height:7.03125rem;top:63.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3mZTB5fhnSKdMqZehRT7cycdKauc9N9 { width:20rem;height:1.29948125rem;top:61.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4tBUpkWmTEziL0guME1LIo5zx7dW920 { display:block; }#G4tBUpkWmTEziL0guME1LIo5zx7dW920 > .row .container { width:20rem;height:47.135430908203rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgePcqVLuJE0GFxkdZwTdPcPZtaL6UUf { 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) { #AchuA3KN1i8Xa3tDZLfCsdD3I599UyOv { width:15.25rem;height:2rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXsTS8K8V7xFAmstZOVpEVDtDHQTt1K { 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) { #i3tL0sRCsXaFBdiVof1tocThMXJUAwpd { height:11.178125rem;width:20rem;top:35.957290649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30576ce1a0393859f69aa0641b23d35.widget-smartsection { display:block; } #a30576ce1a0393859f69aa0641b23d35.widget-smartsection *:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="text"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="email"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="tel"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection textarea:focus-visible { outline: none; } #fwQn3658LRiKApVd97OOkTB1J5ppRD4X > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#qymRbKM6bTGFphuzzrwwaHlxIHlAV3y3 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bHpvB2ddEy6M6HrCeJnMdr91raQShctm { width:7.9375rem;height:1.95023125rem;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) { #wdomwOQ3ZkPrybkVK9wG0BDtM5SgzL35 { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTILozHHfT6KnywtTaPD8iXWk7sK3wwE { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #Ibf8GoNbygLshizKDTOBm5cvMy02oXLT { display:block; }
 }@media only screen and (max-width: 763px) { #Ct3pvxB1IAx0lUnzbz4WQtdR4TR5LVRg { 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) { #RdaFV5p0kC0JDZ53c0NilzTW0pmmlD0w { 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) { #pWZzym13DNP5IsZQwySSBArfzv4l2VCn { display:flex;width:1.5rem;height:1.5rem;top:1.125rem;left:0.625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Ioe5BOFbUUqJ4bDTWpqOyCQXk6cXAIkP { 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) { #LM2ZmveToRx8OcIhz45F6W8SFX9UaySz { 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) { #TFwwkCEKAcn4wePRfm3kZnB8oMTEFQPX { 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) { #MKxAOFEL8gLqgv6QUKrTO28anEiXULa0 { display:block; }
 }@media only screen and (max-width: 763px) { #mo1f4kyDhL8fciUO1Z4vw8kHDOa4zShP { width:10.875rem;height:2.5rem;top:0.625rem;left:0.125rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #yC9mz8bgkCHXCmA8M0aELlWuHHRdiNnu { display:block; }
 }