.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,106,62;--color-primary-1:255,141,7;--color-primary-2:254,140,0;--color-primary-3:175,67,24;--color-primary-4:153,54,12;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:23,155,185;--color-secondary-4:16,20,37;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,185;--color-tertiary-2:136,136,136;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cd5a2a;background-image:url("https://images.assets-landingi.com/uc/878b9a9e-3177-4921-b609-c1fb03a633e2/KVAPD2026PediatriaD.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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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 > .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:block; }#Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:43.125rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#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, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.5625rem;left:37.5rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#pvbQFlKqKRk4GOuTgV3TfGbkseBUhwXg { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#JGPG6vTFl5b7HEs00UklPa3iugfU62Ze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6LlLlHSNOJWPTNyNMkHbwZngVfFJaEf { background-color:rgba(var(--color-secondary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index: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:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;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:rgba(var(--color-primary-4),1);background-image:none;top:1.25rem;left:37.5rem;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; }
#oHJ0ZvRWNsTCqfuAt62dz8ePi373RD8P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54rem;width:75rem;display:none; }
#rRDoMShVS28WxEoHHZfpCkEzFQ47TpOI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:8.375rem;display:block; }
#zuECaVk5BPvu8cy2PvXUOdHrouT6kVUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TexvQGGS8VuNXqXbuSoTklLpb0dQT8vE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.25rem;left:13.9375rem;display:block; }
#u5QudLZpcucHeyoUVn392NUWrHrHaDTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZhSF1yof9OrLQsKcdNHb0lCxxbznTWx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:19.8125rem;display:block; }
#y0OOrGHtaxO5uwQDGfIkb1ie4VeNrpF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeRKHPVyya2AFaCtuAiUfTKquTkSbOgC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:26.875rem;display:block; }
#M1MsWX4uDPSX85E3fp2peIhfz3BqyaHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTF40Hlu3XNoybqfSle7FfP3MIuPOaUh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:30.25rem;display:block; }
#k4K3eIMH3MpNSyuEeJcgz46STTdINT1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hzu8rTzubBVHFFdmxXsma5418m8hqS2p { 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; }
#IlxtcB9wQ776ASnDlT4Z6UHslvaR3R6q { color:#cd5a2a;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.4988375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOlpxpa2s6kiei7Don6BE6QHFkQb5ZIw { color:#cd5a2a;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15154;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; }
#Q5K60fHcDI4saZ3NwE6p9IbWyiKBhFS9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:0rem;display:block; }
#fFDQvFISKLq9G9IqJSp8CF59IxSCtzbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { background-color: transparent; background-image: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container > .video-iframe-container { display: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container { display: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .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); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { border-width: 0; border-radius: 0; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#Kxfzx7T4lJqszzbOZGsb8Cza3V13h4T7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:3.0866625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsIJL9IqVclWx5noD2PMCN2pWtieHC2I { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container { background-color: transparent; background-image: none; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container > .video-iframe-container { display: none; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row > .video-iframe-container { display: none; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .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); }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container { border-width: 0; border-radius: 0; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#WC6mDWBHHR43cahBa5l3qB3TGTppGUQX { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;top:0rem;left:0rem;display:block; }
#sQbVTV6Dt8krTQyTJXZDT212o2bICtxR { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;top:3.375rem;left:0rem;display:block; }
#gNdbtUtSGnbvtF9qaU6bTMU0Qgbb1XZT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOtaynhmzoCTBaJ5t3WCaKOQVbl2fr0w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.125rem;left:18.75rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iP60ScOLyef2oQ2clB0NnW1CxcMAoaSH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.125rem;left:37.5rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mR0higKrJJqZTE2OkwtKWZB3TBmRyhly { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.1500015258789rem;left:56.25rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I08Guz7OtnTNJhbOiTPABpq4wNXFUZdR { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:0rem;display:block; }
#reOeseEAFvLtX1eQXSl7b28wleRH5aHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MP3y3cq4TGdRmQMAZq4MDWtNJQ1DTREh { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:18.75rem;display:block; }
#AiBOSnqKw65nTpd0ktBOOZqlZXLuZRGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvHRHcJic8ve1lnvmupgUez4gvoPdW79 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.125rem;left:37.5rem;display:block; }
#TVny20XUZq7UdrtwPyg7vvTdoe9nOTuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkgypFlh2AFhDCmeksegfPUto2Sn9ghV { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.125rem;left:56.25rem;display:block; }
#TEBIbo3fTzSfJvZS8Bs6Op3hI3XUCSxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDvfhwztTrw717g9Z1tLndLinsz9ASoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { background-color: transparent; background-image: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container > .video-iframe-container { display: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container { display: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .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); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { border-width: 0; border-radius: 0; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#oQIncNNzNzhJ0TfOgsnHK9XwXr2KLo0H { box-sizing:content-box;height:23.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.35);background-image:none;top:3.7749996185302rem;left:0rem;display:block; }
#AigEm8T6Ty1p4AVBZPRRyS0N35orK6OV { color:rgba(var(--color-tertiary-0),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.6499996185303rem;left:3.75rem;height:19.49439375rem;font-style:normal;display:block; }
#XBkydRk2v3FSWTxKVC6QrudRCpsmRrsr { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:6.0249996185303rem;left:1.875rem; }
#PrII7WITZMUseq8307OaMdngJPQwnnn4 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:9.02499961853rem;left:1.875rem; }
#FBz6Cu5XP8CGP8m8knOC9BoMM2LRHZco { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:12.02499961853rem;left:1.875rem; }
#k6qsXmhHCtkQmo0iJ8K4OAoUuNc9anRk { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:15.02499961853rem;left:1.875rem; }
#WhHm2gMb6eUT9WgKaCFaGgByr0pwwq0A { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:17.96249961853rem;left:1.875rem; }
#XnrAG4DFp5bmUy3GqPcUORwSRzvinAtM { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:21.02499961853rem;left:1.875rem; }
#UfcfBKaxKZzxMpwBbi1TzUG3yqmNkZcw { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:24.087501525879rem;left:1.875rem; }
#E7NIVorXWipoTTkgJbUi18IV6nzI83X8 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.8rem;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; }
#P0OGd9U3s7v5094tiCixBZfo7ByiriQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { background-color: transparent; background-image: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container > .video-iframe-container { display: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container { display: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .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); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { border-width: 0; border-radius: 0; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#u99ePsFwhc2FdsRJq0Pc5ADSCbrIgPOe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:12.5rem;left:58.8125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dskSHgDHBHyQSvbrnD7y9Vbx15u6oTVX { position:absolute;display:block;z-index:15039;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.5rem;width:7.5rem;top:3.75rem;left:62.4375rem;overflow:hidden;display:block; }
#byJR7TOdNoVTvybxEeBTT4OEXTnViSHN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.5rem;left:39.40625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTTEtvH10u74zJALHsciPhvS3yTAyU5o { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:12.5rem;left:19.65625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EISVDo0nv40QCXX2eJXnz9p8L4TyPtnO { position:absolute;display:block;z-index:15039;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.5rem;width:7.5rem;top:3.75rem;left:24.15625rem;overflow:hidden;display:block; }
#UE1IGa966bitFuAqn8PggHnqu2kxrsyN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.5rem;left:1.96875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTe1gKRxmhxTMCHUm2THn8eAzhc0EMds { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.8rem;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; }
#LvdMkZfdzPF812iU4B1CQRoG4uPb9gBK { box-sizing:content-box;height:13.75rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),0.35);background-image:none;top:6.25rem;left:0rem;display:block; }
#JTk9mlCVcniMCD47OVPm74P0FhMtnNCO { position:absolute;display:block;z-index:15015;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.5rem;width:7.5rem;top:3.75rem;left:5rem;overflow:hidden;display:block; }
#uL422tCHMT760ET7oGvEM6nwmy6KGiMH { 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:7.5rem;width:7.5rem;top:3.75rem;left:43.21875rem;overflow:hidden;display:block; }
#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { background-color: transparent; background-image: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container > .video-iframe-container { display: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container { display: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .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); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { border-width: 0; border-radius: 0; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#MdiSkFNlLzeMRnkt1cxLaZKR1TywLbVt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:13.4375rem;left:37.5rem;height:2.4363375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sk3TqmQdmiGnogrda0h70r70zrWCsDU0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:13.4375rem;left:25.625rem;height:2.43634375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImekXp4Tuer2pQtUn3MfZZslfuUvad8U { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:13.4375rem;left:13.75rem;height:2.4363375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofVRFPOzK0Bh1xKrFZrRhLEC9heruJyy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.875rem;height:2.4363375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHfWorhaUtQq2deLbTiwTqsft9ssEEFM { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.8rem;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; }
#cFaBlrnIfdREqsm7R8FEcysEGyrN67wT { box-sizing:content-box;height:10.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0.35);background-image:none;top:8rem;left:0rem;display:block; }
#oGU6Rx4G9aN9LlnRCpJyMWdbnisJcW49 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:3.75rem;left:39.6875rem;overflow:hidden;display:block; }
#DHNbVFkcRAU8NcpN6TgJgrQwKtOuQ7KF { 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:8.5625rem;width:7.5rem;top:3.75rem;left:27.8125rem;overflow:hidden;display:block; }
#G1rmpyQnuNVsg3FGTmhbudZ9is6066Nn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:3.75rem;left:15.9375rem;overflow:hidden;display:block; }
#i9iibvEHtfAQrSxdX80yBo3Olv08PVCQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:3.75rem;left:4.0625rem;overflow:hidden;display:block; }
#ZJgWNpdSygt7z2upWmZrgXk5GTNTOBIt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.4375rem;left:49.375rem;height:2.4363375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4eJQJ9fHlTSv8igkMS5Ctypl4ho6ppm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:3.8125rem;left:51.5625rem;overflow:hidden;display:block; }
#QxrZ0moyQl40R4T9wq3D4qF7Ga0WUeFZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:3.8125rem;left:63.4375rem;overflow:hidden;display:block; }
#PKUHizvvBePRePVT7ZGODZyAuiFIaT1x { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:13.4375rem;left:61.25rem;height:2.43634375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbbDntu3txX0XbryegThpBSPPKd2bL6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { background-color: transparent; background-image: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container > .video-iframe-container { display: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container { display: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .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); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { border-width: 0; border-radius: 0; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#mzuLCyOsxtoyVReFGuqTb6kfhbQLGUvV { color:rgba(var(--color-tertiary-0),1);display:block;width:67.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:1.875rem;height:7.4978375rem;font-style:normal;display:block; }
#Gg5T6cTCyP4l8K6RV2vTCS7RMou3TDo3 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:47.53125rem;left:24.875rem;height:2.4508125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NEa4dis9Wfw8TQutrxbies9SAhSqKtHo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:45.4375rem;left:65.625rem;overflow:hidden;display:block; }
#cX0FseJaEzK57nq7uR8zXiFO2sLFCbQw { box-sizing:content-box;height:48.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.35);background-image:none;top:3.75rem;left:0rem;display:block; }
#KPCmNQR8N2OHIufABxZ4y7c8eMV12UiF { color:rgba(var(--color-tertiary-0),1);display:block;width:70.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:28.956253051757rem;left:1.875rem;height:17.99478125rem;font-style:normal;display:block; }
#ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.875rem;left:1.875rem;height:12.367625rem;font-style:normal;display:block; }#ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 li:before{  }
#sEzDxXRUk2MvS2Pdf6hN7Kx7K3TrMCRr { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;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; }
#Sr0wPWD2eavx74shH3pCrruMT81LwBeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6175e6f8-5490-4b2f-ae88-940fc124b929/APD_2024_PEDIATRIA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE.adaptive-delivery-prevent-bg, #Sr0wPWD2eavx74shH3pCrruMT81LwBeE.lazyload, #Sr0wPWD2eavx74shH3pCrruMT81LwBeE.lazyloading { background-image: none; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container { background-color: transparent; background-image: none; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container > .video-iframe-container { display: none; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row > .video-iframe-container { display: none; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .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); }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container { border-width: 0; border-radius: 0; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE::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; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#MsoUquZUFTrxNVVCn7qGZwzXAMR7zAlP { color:rgba(var(--color-primary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.125rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UatD6EkvRKzxM9TkTR2GamfxcoVEO87O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:29.125rem;height:2.624425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTXKPracTZhPQGJqCqmcgUcZ2VNzSLxr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:4rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CBnWxe4dZ2KTcmNQK1BQA38ZTBIB4y5d { color:rgba(var(--color-primary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ks0bPrGx7BWkkELerUGKT5r6TBx23hHm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.3625030517578rem;left:54.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4mJKm8gzDyvVCzrN6qXLAfNDA5b0NAt { color:rgba(var(--color-primary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.0625rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mpy8GhiCcyApkc3ofFnRgEBNtP8NQf9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:1.5625rem;left:0rem; }
#MNEdQ1aDTtPpuTpTbJAdEW3XMzDNlZAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:1.5625rem;left:25rem; }
#TJ8JE1W52oXb2WfXd9cAf3kW1kduSl4s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:1.5625rem;left:50rem; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { background-color: transparent; background-image: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:rgba(var(--color-primary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.125rem;left:5.375rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:29.09375rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.1875rem;left:52.75rem;display:block; }
#L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { background-color: transparent; background-image: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:rgba(var(--color-primary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:5.4375rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:29.3125rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.1875rem;left:52.59375rem;display:block; }
#rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { position:relative;display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { background-color: transparent; background-image: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { border-width: 0; border-radius: 0; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aA9llxcelB8Owf6OI0rrtLazC76sDBAO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:5.4375rem;display:block; }
#TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:29.3125rem;display:block; }
#kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { color:rgba(var(--color-primary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.1875rem;left:52.71875rem;display:block; }
#xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { position:relative;display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { background-color: transparent; background-image: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { border-width: 0; border-radius: 0; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.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; }#WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:4.5625rem;left:0rem;display:block; }
#RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.1437377929688rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.875rem;height:4.63108125rem;font-style:normal;display:block; }
#emG3kkQrqTyg6heruxyNDHuL49f3yvAv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:16.0625rem;left:0rem;display:block; }
#G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:15.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vITsahchHhBVET633UbHnoAdLnzIXifs { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:21.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:22.25rem;left:0rem;display:block; }
#D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:28.4375rem;left:0rem;display:block; }
#BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:31.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyZlWylCH52xd4NZlUDOA984a3k1trkI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:28rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#anbil5tP3hMlbvLL5BnyLALmZ1q7eMLv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:40.9375rem;left:0rem;display:block; }
#N3d4UEXNiev7SIGQwXqmNgeiMdE69DT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:43.8125rem;left:1.875rem;height:6.09084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6ASlVJVQ08wg23kyMcT8rnPNBE2HUCu { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:40.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9IZKNJANxThCwKcsNhChbOIX9PoJOks { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:52.1875rem;left:0rem;display:block; }
#PfucmqIGrh1lDklv1ENSGXdoV4Hw8MLz { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:55rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBpDpAHW1qRz7rquxtCKJoXZFidkKvC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:51.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:64.5625rem;left:0rem;display:block; }
#DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:64.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;top:69.3125rem;left:0rem;display:block; }
#sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:68.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:9.9375rem;left:0rem;display:block; }
#NND6az7xgQt0kehMUa9THyT0zDpyEueC { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:37.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTUSiwEDOP6wcCUoGa0XPGptHJtfDCvB { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:34.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MwzAPzB2vRT3JEiKGtlkbrcnWS3Cdr41 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:34.6875rem;left:0rem;display:block; }
#wa6rlqMgkXziwEKiqDkeb0uHI8wTkVmv { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:61.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AKNa679mFL7HaTqhxf77AKgwFS63NDTT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:58rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZJJlr4pDMRwX8MO52lEgfOamVgtlL0l { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-primary-0),1);background-image:none;top:58.5rem;left:0rem;display:block; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.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; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:67.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.4375rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:4.65625rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:11.6875rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.5rem;left:0rem;display:block; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { background-color: transparent; background-image: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { border-width: 0; border-radius: 0; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.4375rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8t78i77emTraHZPEeTmlngWvsDOoXmA { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRDFreK1q3RRux4EbVlwTVViwxIvSAop { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.8125rem;left:0rem;display:block; }
#BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.1875rem;left:0rem;display:block; }
#WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p8I8vv7e2IGOdr5WR88UuCAE6MATsl7c { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.5rem;left:0rem;display:block; }
#MgMoOShzLzLiLoh6yi44y60oX4xhvGnv { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:27.25rem;left:1.875rem;height:4.872675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7hckARBmkTmLv5BDl1uzmVS4KStAOJs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:24.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGxfhK3GJatfv8T5Ma0dzz5tHTCJnx3f { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:34.4375rem;left:0rem;display:block; }
#OO8LFvNguC65wUEgTrpNlognwLPy731I { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:37.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJBkVnikfqVMPoSVKAuU3A6gd3LTDhg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:34rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzBTy6HByJCUF6WfMf43P7WuQdeU2yTU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:40.8125rem;left:0rem;display:block; }
#oBeGKXCZQA9dOK5HnTVPicsxqMobW5xF { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:43.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPKKc3lxvq4qcPyGAorsvlitnefx0ZvB { color:rgba(var(--color-tertiary-4),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:40.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:47.125rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:46.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.8125rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:51.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0U23n4wtO3COvufErATvThn6ZCxeBNQ { 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.5rem;left:0rem;display:block; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { background-color: transparent; background-image: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { border-width: 0; border-radius: 0; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;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; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.125rem;left:0rem;display:block; }
#LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7r6FJR9DnWDORw1EJA7HO1WZWiohDsh { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGtTibdzLyTv0pFT4HKqftlkegUul8HH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2mdXIZuH6kN5lmAmH1032mTkZMq5Ibz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.4375rem;left:0rem;display:block; }
#GhRBefSNcT9UOIzSNA82I1H3ucFoCq6q { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:17.4375rem;left:0rem;display:block; }
#LPMrTxA5INaCntIedHbiibWcwdueizog { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:21.812072753906rem;left:1.874276638031rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zs9WO1tCxusZX1LTvhSwLn5HKIg7mwAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.0625rem;left:1.875rem;height:4.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:25.249267578125rem;left:0rem;display:block; }
#P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:27.937347412109rem;left:1.874276638031rem;height:4.872675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:24.749420166016rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1I4Kf1aaRpdk8olysTv2yTTBRRHFucQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.061920166016rem;left:0rem;display:block; }
#uWrvEhOvb3Wbf6ayquL2dkr5ARaNUW8L { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:37.749298095703rem;left:1.874276638031rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CdqffWT3vgaqE8EKlfrnAMz1cuFiqN7x { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:34.562072753906rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:47.436798095703rem;left:0rem;display:block; }
#SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:46.874725341797rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;top:52.062072753906rem;left:0rem;display:block; }
#GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:51.562225341797rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { 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.5rem;left:0rem;display:block; }
#XTz5zf1hAka8MOfJxxS91WNtDlUGLNHt { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:43.937072753906rem;left:1.874276638031rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5etH27EvvGhiOVcBhLLyMqOAhK7HUlm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:40.749847412109rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X14K8yHcq6p5uGLknr67idb9XGlPhcz5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;top:41.249725341797rem;left:0rem;display:block; }
#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { position:relative;display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { background-color: transparent; background-image: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { border-width: 0; border-radius: 0; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.3125rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:0rem;display:block; }
#gMGMJO0X3fEHDWfF90u5yOR5pFGGsrw2 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18rem;left:0rem;display:block; }
#EyshTpUREAPgJd2b33fu1hI1rAhTeiqH { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.875rem;height:2.4363375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBT8kfSrAMm4reDpxvPfnRPPeTfTB5am { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:25.5625rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:25.625rem;left:0rem; }
#c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { color:rgba(var(--color-primary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:25.5625rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:25.125rem;left:60.9375rem;display:block; }
#ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:25.625rem;left:73.4375rem; }
#ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { 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.5rem;left:0rem;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:73.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; }#iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:9.25rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:8.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:18.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:14.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFhEqWOApyu41J5FhA70olorKQc2yWZm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:15.375rem;left:0rem;display:block; }
#Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.5625rem;left:0rem;display:block; }
#TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:24.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:21.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:27.875rem;left:0rem;display:block; }
#V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:30.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:27.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:63.061767578125rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:62.561920166012rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;top:68.061920166012rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:67.562072753906rem;left:1.874276638031rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:4.5rem;left:0rem;display:block; }
#SveEFw8nhtoEyTGWVuVPU5nV1iesH7h7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-0),1);background-image:none;top:34.0625rem;left:0rem;display:block; }
#AnKdBEGdHBeX5Am2JQUewHys0x7lip3x { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:33.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AdVSySKDT1XezoSktiIE5f6WNWKIKhzV { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:36.75rem;left:1.875rem;height:6.09084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bz1mEPUQ042DF413Nkx4n4DiFJ78U3JF { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:47.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SEEVxRVZQ0T8F70RLztLS0JUVE0pvNcV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:44.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tw25PGzwAr9kFzwCBBr6Eiw3UZdmXAoZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;top:45.25rem;left:0rem;display:block; }
#PGbmMgwlmNp9TariHFXr7ixC5d8oBvtB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.375rem;left:0rem;display:block; }
#opDQCUP3WAA321UR6SoAL1RbftHk6FA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:50.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUTQmUgZeuOoxXUWJxqVLFpx9zQy32oM { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:54.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#teKpTDfCE7SUuN6Kpfy94chUXi2fAyqe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;top:57.759405136108rem;left:0rem;display:block; }
#t0SWrO1cVT26MqlGgCAaxSy0i0lm5ke9 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:57.260272979736rem;left:1.8742761611939rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { background-color: transparent; background-image: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0873875rem;font-style:normal;display:block; }
#D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.125rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.6875rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSgoUReVBxHKwICMomGaql6s9FTT1b6A { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.4375rem;left:0rem;display:block; }
#h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:17.6875rem;left:0rem;display:block; }
#RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.25rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfMQAkEK3iqeV8RhvMwmsvk8geQheMuW { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:23.8125rem;left:0rem;display:block; }
#lN7T6LZZ5Mm7UMJ6KXcE8lMaf6nCUlLD { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:26.6875rem;left:1.875rem;height:4.872675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7Bo31WC9Id5v0lzrTxiHVlE7UPeeTr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.375rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.0625rem;left:0rem;display:block; }
#nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:50.5625rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.5rem;left:0rem;display:block; }
#eSxwTwJVhzhVekMvKA74ddr3BuF7eNNx { color:rgba(var(--color-tertiary-4),1);display:block;width:68.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:33.4375rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNBBRq1ATX2TvEl2808KrIo7PDf4zNWv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;top:33.9375rem;left:0rem;display:block; }
#Z30N3OblfCq87bE4U9wbbJ0ymvn1H29J { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:36.661460876465rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgZW1MXT7KP2lLMSdkAbSgkDMmbcUn8F { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:45.8125rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNU8eBgOtDKogZQbTP69EpoFEmMO0HA6 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;top:46.3125rem;left:0rem;display:block; }
#UUpwKVg4gJ0EDhGpVp3voabKiI7M7pD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:42.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRhh998uNyT4MVIAq5yph2qJsnpyAzUy { color:rgba(var(--color-tertiary-4),1);display:block;width:68.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:39.5625rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r8TFvz2c28eKVZLmyG02MMtTFnqg6fJn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-primary-0),1);background-image:none;top:40.0625rem;left:0rem;display:block; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { background-color: transparent; background-image: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:4.63125rem;font-style:normal;display:block; }
#Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.8125rem;left:0rem;display:block; }
#dV7K17TCtifwJwo98H5O345wF6BOgZkm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.1875rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.625rem;left:1.875rem;height:1.21816875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:12.4375rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13rem;left:0rem;display:block; }
#E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:25.625rem;left:0rem;display:block; }
#hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:28.375rem;left:1.875rem;height:4.872675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.0625rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:40.5625rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWk58BcaT5MKBqdQhodStKRIUXGEVltz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:40.625rem;left:0rem; }
#T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { color:#c7c7c7;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:40.5625rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:40.050003051757rem;left:0rem;display:block; }
#SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:40.625rem;left:73.4375rem; }
#rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:21.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkSXBb41ZciI50zGqAai24zvxthkUh1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:18.6875rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.25rem;left:0rem;display:block; }
#DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.6875rem;left:0rem;display:block; }
#r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:35.1875rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.5rem;left:0rem;display:block; }
#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { position:relative;display:block; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { background-color: transparent; background-image: none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container > .video-iframe-container { display: none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row > .video-iframe-container { display: none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .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); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { border-width: 0; border-radius: 0; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .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; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:135.4375rem;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; }#UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUcMlVup8gHaLfQJlQTcrt5youd80q70 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1937503814697rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#tUK3N6bcwXzbNLfxotJnLGcVU8zqeTDr { position:absolute;display:block;z-index:15033;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: none;height:8.625rem;width:7.5rem;top:8.3125rem;left:2.5rem;overflow:hidden;display:block; }
#LFrJQHC0bdSXnGcmXUKCkaDfiKB9X3SM { 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:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.59375rem;left:0rem;display:block; }
#CLWLQosubiHegnmU39T71oHifSowMbEK { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:8.1875rem;left:11.25rem;height:4.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvnDae6KmOT0cMHMvof6xJkLmWE4euQ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:13rem;left:11.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXyVF7Qw6dRpkETxH9gAWwIB9Km7cwug { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:15.375rem;left:11.25rem;height:8.99740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuTHwvb8lPPtVAEBV9snVghHxrEMvRnN { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#fndGAHEFHZmOirxf95SVgJ0ykuprW4aR { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:36.6875rem;left:11.25rem;height:8.99740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLVnEHOHC1ridwX1UgOoBanQpK6Fix7T { position:absolute;display:block;z-index:15038;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: none;height:8.625rem;width:7.5rem;top:29.5rem;left:2.5rem;overflow:hidden;display:block; }
#T0oPyVTuneQ7aPcmHtQnMWDW3A8HOlbZ { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:34.1875rem;left:11.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ADnplGKiaoAxBsmGT8bDzSw1ecPqS8dk { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:29.375rem;left:11.25rem;height:4.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wXeIhusriupopeoGsdXAKq3N10CPL7Tc { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;top:32.8125rem;left:0rem;display:block; }
#W4HHHcpkfkEHbE6Tg4PH7z5Emem0JHwk { position:absolute;display:block;z-index:15043;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: none;height:8.625rem;width:7.5rem;top:50.6875rem;left:2.5rem;overflow:hidden;display:block; }
#XFrT2J5fcgBCmXBEXelti32hCR74uerG { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:54rem;left:0rem;display:block; }
#HORcCp6CDFXX5VA3eLTFA1aOMTIU5LAt { color:rgba(var(--color-tertiary-4),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:56.5rem;left:11.25rem;height:8.99740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LveMCkXBW6XXyQtZ2oUZfpedgicolE94 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:54rem;left:11.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9suzI39EkLTDVXV5KTJphhheXTUNq1C { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:50.5625rem;left:11.25rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GtTy66dTcFsrJT9SFcwK509aNn0gkN1z { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15107;background-color:#e2e2e2;background-image:none;top:67.9375rem;left:0rem;display:block; }
#SXzt8B32MKxrpLsVWxEwnXQFEFKek2oN { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:70.625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#uR1dMq2ZL9mTGv4aH1ls0q6ZAGk32qDq { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#k0vlpGvUMirJB35PThuD4rb16PQzMIaC { position:absolute;display:block;z-index:15038;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: none;height:8.6875rem;width:7.5rem;top:74.75rem;left:2.5rem;overflow:hidden;display:block; }
#bCL5wEsu056gBR74MXHotIV8lF6RmgTD { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;top:78.0625rem;left:0rem;display:block; }
#DzVIArveZxAXWflkBKe6Zt2Ny1WwviqB { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:74.625rem;left:11.25rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NpR0SmrwLtbLF7OswThUdr0IdvOu4FoQ { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:78.0625rem;left:11.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmCB5TGUxMvcvuU7bTioMAMEFZ9nFH3s { color:rgba(var(--color-tertiary-4),1);display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:80.5625rem;left:11.25rem;height:8.99740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#piTW3JWrgS2OxpsSStia6WuUmmU9EnMn { position:absolute;display:block;z-index:15043;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: none;height:8.6875rem;width:7.5rem;top:94.75rem;left:2.5rem;overflow:hidden;display:block; }
#CbI7gr4QERJ6fWmleQPpsNTwJazrzXFv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;top:98.0625rem;left:0rem;display:block; }
#IwsgJf1a0sUcyXidN7Hc3VJxqWVAyxTI { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:94.625rem;left:11.25rem;height:4.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KaPoGT8qNvtHokwZb4Ipp2Nod84pthSq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:99.375rem;left:11.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JubrxyNBITxUx7rkwZVR4CpTHCc4wF7e { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:101.875rem;left:11.25rem;height:8.99740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FvsEpxqVJd69W13J3UzT5IykJkCeNTd1 { position:absolute;display:block;z-index:15048;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: none;height:8.6875rem;width:7.5rem;top:116rem;left:2.5rem;overflow:hidden;display:block; }
#SqAldtCO6Fsm6cTmJ31EnAq5P2tcpmoO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;top:119.3125rem;left:0rem;display:block; }
#XFlKf5QpuICaJlTXbmQSCZfs8v2ghi86 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:115.875rem;left:11.25rem;height:4.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i41eTeXZsOzCZ1rLvpvUchkH6J4WcBJg { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:120.6875rem;left:11.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1HpEiFTpfU1dt7yPJgs29RzX011XwZW { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:123.1875rem;left:11.25rem;height:8.99740625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8qDGBmw66PqtqRpeITGe0aeAHLAWhxF { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15108;background-color:#e2e2e2;background-image:none;top:26.6875rem;left:0rem;display:block; }
#q87ZqqJN8IhI4NtoUeLbIOqS0royCZMM { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15109;background-color:#e2e2e2;background-image:none;top:48.1875rem;left:0rem;display:block; }
#aaTXglzJO0BxHalLx78oeWhIVMaNUTc5 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15108;background-color:#e2e2e2;background-image:none;top:92rem;left:0rem;display:block; }
#HcvZhRtQOfdVPZ4et2fK6PW2WtZdi8Ik { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15109;background-color:#e2e2e2;background-image:none;top:113.25rem;left:0rem;display:block; }
#pi4qxgTMSBzlwPRtxAX8z8Zmzw62AXRT { position:absolute;display:block;z-index:15116;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5rem;top:8.40625rem;left:70rem;overflow:hidden;display:block; }
#NvXmpT53I6dHTlEK4zbsbtVtt9TgoViS { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:9.2625007629394rem;left:70rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuh6ss1bIqcJkl2FJtP8RMnfe0S3FKOv { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15155;line-height:1.2;letter-spacing:0;top:11.25rem;left:70rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mt9Q5rQuXidsAKwaUGZoG0D5XGXeEnq8 { position:absolute;display:block;z-index:15119;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5rem;top:29.625rem;left:70rem;overflow:hidden;display:block; }
#W9FNs3F5MlvVsqe9sI525caIT6yu9AT7 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:32.5rem;left:70rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKb3gVrOWE8VDkIrTe4BQDNt22G7ssTd { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:30.5rem;left:70rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qpUyJR0ZBaeTXMx2AV7uBhb1FWTLeoxr { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5rem;top:50.6875rem;left:70rem;overflow:hidden;display:block; }
#FFXdpcL0PT3ffHIWElmGwqHoD3NR2tyD { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15161;line-height:1.2;letter-spacing:0;top:53.5625rem;left:70rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z8SpZHAbsN9Vvl8PInN8M3kUriGO84Mq { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:51.5625rem;left:70rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzTbAZKgBwseFqcE9FHNvDXTOcicbCgS { position:absolute;display:block;z-index:15125;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5rem;top:74.8125rem;left:70rem;overflow:hidden;display:block; }
#ADxskbDrMEGGIxB4ThKJk5RGlIetitiH { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15164;line-height:1.2;letter-spacing:0;top:77.6875rem;left:70rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmfE0E4kKbkU9n5z8mxN81nIV3aITz2S { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15165;line-height:1.3;letter-spacing:0;top:75.6875rem;left:70rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BdpCKVeXxLS8KFU8Gq3X8Vr4DfyE1BHc { position:absolute;display:block;z-index:15128;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5rem;top:94.875rem;left:70rem;overflow:hidden;display:block; }
#XMUl6u7zzbuoXUyn8tkp8ofkq1gSauXd { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:97.75rem;left:70rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQXeD7hrqTWyM4OBlDmpWL6NHUrO6pFr { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:95.75rem;left:70rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fw9JxFaavnfLST7AzzzOcwFWNzoUPrSD { position:absolute;display:block;z-index:15131;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5rem;top:116.0625rem;left:70rem;overflow:hidden;display:block; }
#dwAnitvdhbx8cNH1OOoGmg59Qrex7v9F { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15170;line-height:1.2;letter-spacing:0;top:118.9375rem;left:70rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2XxW7fvkB979FiJ6GARNwuEl2CBa0me { color:#ffffff;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:116.9375rem;left:70rem;height:1.95023125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 { position:relative;display:none; }#nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 { border-width: 0; border-radius: 0; }#nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 > .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; }#nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:172.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wUmqq3At3tipIt4vVokhQJrPGxJplpEv { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXrAcxPgSVLhHkVuhKrQzDwcNlSfVxTc { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#ZlJTolrQoTt8X2ETaMWyGcGZ5gTZq7vv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10.875rem;left:0rem;display:block; }
#OVVRTcxd18dJCFaCErwTvUUUgfhDwNnD { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:8.5625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVTUyXFrOZzGtdpTGWED3Lhk4NFMUCCp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:12rem;left:8.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GwB3n52IHTE5omr2FGf44uOXHVBSm6Hv { position:absolute;display:block;z-index:15027;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: none;height:5rem;width:5rem;top:8.6875rem;left:1.875rem;overflow:hidden;display:block; }
#VXw296n2UJDG4iPKbMQaGOTMMaIQqUE5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#SzLD4AylZ5bCRlLBIseOw5lbLuCd8yxt { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:15.5rem;left:8.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBdq7gBkO80X5rySB2TQrAOk4FnDBpQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:43.1875rem;left:8.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkNm4VP8JSTwFDr4ANBfZt1GuWOMXONK { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:39.6875rem;left:8.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGOX4SqxtItXm5xDZAkqw5bxqgutvUbc { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:36.25rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCGJUnBHeNTo50hldl7Eh8aat36QdBRc { position:absolute;display:block;z-index:15037;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: none;height:5rem;width:5rem;top:36.3125rem;left:1.875rem;overflow:hidden;display:block; }
#Hp6Q1cxFR9nTqpNVNZuKN6CZlT19LqHw { 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:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;top:38.5rem;left:0rem;display:block; }
#nX563VbzpNilihRsy9pi1h6xftBQeihp { position:absolute;display:block;z-index:15048;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: none;height:5rem;width:5rem;top:64rem;left:1.875rem;overflow:hidden;display:block; }
#IhrPHWTggobwyccp0agQDC0zzw0lJG4Z { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;top:66.1875rem;left:0rem;display:block; }
#KDcDrMIwK9fk5Nm1uEOknXw5WufNT1Es { color:rgba(var(--color-tertiary-2),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:69.8125rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ar8Tqeuk1c0VGouDNA1iypndoZurpXKy { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:67.4375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icrqIZio6Mo4kJAAHBcy8QiI4Sxw0vLF { color:rgba(var(--color-tertiary-2),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:63.9375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOccV25WPlRIddzZUvpBFA9OV8kGtCmW { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:89.75rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#XUJB1N4isKO94me8yx6fkfBGrkVxt5Zw { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#ogHbwSvfMgukQpQTVZWVIAUwIUbLLEJE { color:rgba(var(--color-tertiary-2),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:99.0625rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJwQvGLeH7w3E7A26ON4TUaLBX3XSqnq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:96.6875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2K1LiwNNZtGNviTOmSyL6cm5pGs1GK4 { color:rgba(var(--color-tertiary-2),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:93.25rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8kEu9LzKo05O9058OLLfhDVpPPKtiyw { position:absolute;display:block;z-index:15060;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: none;height:5rem;width:5rem;top:93.3125rem;left:1.875rem;overflow:hidden;display:block; }
#M8Skpx9gTNwCEIwv9bhyOPn3nFRqT6x4 { 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:rgba(var(--color-primary-0),1);background-image:none;top:95.5rem;left:0rem;display:block; }
#vQqRoTKmxs3LcytAR6ZDhPVGXei3vVNJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15105;background-color:#e2e2e2;background-image:none;top:87.0625rem;left:0rem;display:block; }
#ca4dPsHybbKzu8SuHaLAWdyp4PngZIom { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:122.375rem;left:8.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQcQ9CImzT6TPIBiIKUnQ709LlZeUE9Q { position:absolute;display:block;z-index:15065;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: none;height:5rem;width:5rem;top:116.625rem;left:1.875rem;overflow:hidden;display:block; }
#XmdmS7z7XbNa2DaiwxpI70ZfbGPBMd2a { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:120rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZM5L5Egigx4o2UgPXtE5Q2kF8DkdvrE { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:116.5625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gn1dg9XRhR1ZfbbaCPrGZN46SmoQhoeo { 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:15053;background-color:rgba(var(--color-primary-0),1);background-image:none;top:118.8125rem;left:0rem;display:block; }
#RpQ9mPpI1WOl5AIurXiIbaNK04tiTcyA { 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:15041;background-color:rgba(var(--color-primary-0),1);background-image:none;top:147.125rem;left:0rem;display:block; }
#VmuwLHX2urUTNRcvNE5V8mpA3tz4ispB { position:absolute;display:block;z-index:15053;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: none;height:5rem;width:5rem;top:144.9375rem;left:1.875rem;overflow:hidden;display:block; }
#Vpo7fQkTenrN9SRCQbVeHMA4BUrg6Ma1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:150.75rem;left:8.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iEe84VUQ2T0rFEkuRrqUMAJa5kQ9T6ZP { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:148.375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DnJr8oXhno1qLhuL0vgWqTVcCWSQonty { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:144.875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw { position:relative;display:block; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw { background-color: transparent; background-image: none; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row .container > .video-iframe-container { display: none; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row > .video-iframe-container { display: none; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .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); }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw { border-width: 0; border-radius: 0; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .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; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F0p4rTyoVCJUrqNkx26R7b0bJP75b6aR { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/ba6beba7-fb01-4a24-9632-e664239a125c/grafika_pediatria_cena.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { background-color: transparent; background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { border-width: 0; border-radius: 0; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.9239rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.9239rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.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:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/ba6beba7-fb01-4a24-9632-e664239a125c/grafika_pediatria_cena.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; }#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU.adaptive-delivery-prevent-bg, #EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU.lazyload, #EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU.lazyloading { background-image: none; }#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU > .row .container { border-width: 0; border-radius: 0; }#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#MQOi8o659SVPxDz8hBKHFEeIZkA0ZEKB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#lQezZdXLPS9FR7smkC3co4aoLOP4mrHG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#hw9ICkasNeAEhPFCxhJmKothDaOc6fEZ { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#HA8RQL6dBKR4cLdzDTeFWBpFO8tfB0O6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TacLPl842595KMzh7wFPACWfgOeQL2hF { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#sTAWWOa23zIezaiTdqNwAVHnHxXTPqte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqxHvryenZNUw14hXl1ecKcT3WgtxvnZ { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5WzTtzKESDXFF0OTN16Qzm8la98APDt { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxMm7umqB6Xg7Is7SfELNtD62ANBAbgq { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPA30Htt6kwfloOQDe765F1vIK2TUrr0 { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwJqf7waPfQuEcPQRFSdWiOpbpx0EgXV { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769775390625rem;left:6.84375rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIhauB4ioGkZuruAL5A0yXTH1WMDoBPv { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4Z5bFiRM3iPqfVzqS7ElcVm4aRC9N2U { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omnFDfWttxSzV2TXZ5gzvlS6mLbpxXW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xztECQVA8PWaTaHgywbUkdCs8ULnFa3G { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLugcxdq1VS6vMH40EWT4y2NrI56343U { 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; }
#XJ8RdfTiS4ylz7e741WNM3bOTf85oRUO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReZOAZRfdf1sqn5l0noF0gFghi0SIb1g { 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; }
#pJmKOblfC2dA88PryHrVxguA49J4ONGi { 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; }
#bRDMyJg1X009Z15e1iGl776AqyqOBsUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { background-color: transparent; background-image: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .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); }#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:28.8125rem;width:75rem;position:relative;display:block; }#LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95023125rem;font-style:normal;display:block; }
#kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:1.39901875rem;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:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:22rem;left:3.125rem;height:4.19705rem;display:block; }
#LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.39901875rem;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:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:8.3125rem;left:3.125rem;height:2.79803125rem;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:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:12.875rem;left:3.125rem;height:2.79803125rem;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:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.4;letter-spacing:0;top:17.4375rem;left:3.125rem;height:2.79803125rem;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:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.19705rem;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:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:11.80989375rem;display:block; }
#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/844dac58-6d77-4b82-bfc0-2aa29f3b73e2/Hilton.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { border-width: 0; border-radius: 0; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::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; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtCSW4B2qCKK28vwPUvMq7M144z7faGk { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.25rem;left:47.125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:16.125rem;width:22.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3rem;left:48.4375rem; }
#nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.75rem;left:25.6875rem;display:none; }
#WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { position:absolute;display:block;z-index:15005;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:26.5625rem;width:22.6875rem;top:5.8625030517578rem;left:48.53125rem;overflow:hidden;display:block; }
#a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.75rem;top:22rem;left:0rem;overflow:hidden;display:block; }
#cRsmrtv9Jok3wTQnJgP9lIuPLxFaBzxy { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.6875rem;left:47.125rem;height:4.87268125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvLkCk3gF06uRsbJymZrvZgfg4rMT8XB { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:25.5625rem;left:51.75rem;display:block; }
#c6giMgP2pyRKnUX5dRBNQZ8PIV8qu8Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container { background-color: transparent; background-image: none; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container > .video-iframe-container { display: none; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row > .video-iframe-container { display: none; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .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); }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container { border-width: 0; border-radius: 0; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ZJ84UmCOFT78484WSgg4B3Vk20wwAiII { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#uqnHwpNRdMcxS7wDwa1DDEDVbPiEDTJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2T1u8tOSPcPcCJxwx5WTWaOvs8ysr8X { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk { position:relative;display:block; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk { background-color: transparent; background-image: none; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row .container > .video-iframe-container { display: none; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row > .video-iframe-container { display: none; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .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); }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk { border-width: 0; border-radius: 0; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .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; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uKIH4wRTLw7KLM2drbTBTh8NgLtwzsbk { color:#333333;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container { background-color: transparent; background-image: none; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container > .video-iframe-container { display: none; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row > .video-iframe-container { display: none; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .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); }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container { border-width: 0; border-radius: 0; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#regW1t6nasDq6Cx0rw4JKgbVWp9hLPPW { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#SGdE8tlKi58tFa1q9cIgbqt5LeRRC80X { 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; }
#dT4sqOlT814D3A6Q7gX1MN7Vf74GF0Du { 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; }
#qxdcEfMsZhahuBZcTGkckzOqdAtoVRtz { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:10rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#mPya0h8pDqGSQGCAVRzDqqv2O0k9c4DC { 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; }
#vTITfou6wGkSP7CTDNL8G47zlOT1KKOV { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#VyxBCf2WEcsx9M5uh5Q34IqTs91Zb0fe { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.375rem;top:3.53125rem;left:46.875rem;overflow:hidden;display:block; }
#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { background-color: transparent; background-image: none; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container > .video-iframe-container { display: none; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row > .video-iframe-container { display: none; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .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); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { border-width: 0; border-radius: 0; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#lOXZUquFKMrDcQZfB2Z4CDqIIpoX33gT { 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; }
#RcMQii0P6J3275iKo88Ou1XtBMsrvGrM { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZqsu4BLXQuN8Ka6sB9PmhS2M1mZiXpb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:22.5rem;top:8.6875rem;left:26.25rem;overflow:hidden;display:block; }
#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container { background-color: transparent; background-image: none; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container > .video-iframe-container { display: none; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row > .video-iframe-container { display: none; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .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); }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container { border-width: 0; border-radius: 0; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#XFc6Q53rlxPpl7NtMeHG25ZwRDCK8wrE { 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; }
#ytWxht8ImuaFpnnyEP8089ErK64oSTQb { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqiUX7Q1lOKhdpo713IRmIz177mvohxb { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#MIHI39od0oBWrdOgO6hQmPqeqQJWh0gk { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#ihS5saKuRKJMGyJ7XkzpibXLcySlBKJg { color:rgba(var(--color-tertiary-3),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#u56Eyd6BnbuXvBf1aq7J30yXReWxxc4l { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#NovZfNVgiQNqmordkSHEeeLa2nTkJprx { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#JEPdM47w9Fs7xeyaw2fLS231phfvT7yS { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#OMFIqy8XTvcEAA5QzDxtwNBSmmy6a7hB { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:29rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#UdWZdMusKO8Pm1egoJAoMZXTnEFdReTP { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#CR96hIxkoDhOm7DBa5xPz9K3vt3J1vQb { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:35.1875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#T0c4R21v6c6rEZH8bclG2fCbSJ8Nz77J { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.9375rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#iMXJdJmPR9xfp9Dvt4UdP5MdXGbqSkfN { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:41.3125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#ucuJeTnzuJxBdUHQUqDyx9HD1zexddT3 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:39.0625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM { 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; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container { background-color: transparent; background-image: none; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.88); }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container > .video-iframe-container { display: none; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.88); }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row > .video-iframe-container { display: block; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .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); }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container { border-width: 0; border-radius: 0; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM::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; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#lANCZ4Gl94m17WuO4T81ZT8TdrcIO86T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSeXDMp8e0771D2HBpFaCXG4HHfyTpbK { 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; }
#hsuJgWiLkHgorIoiPhvCUwuW2dnsQxci { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.4375rem;left:0rem;height:19.4943625rem;font-style:normal;display:block; }
#eryif9ALdGWic30LpUvhU5PJG1dz8dp7 { 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.49374961853rem;left:40rem;display:block; }
#loJNiUPVASitdQJH9Nr1atUccZzImKGp { position:relative;display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #loJNiUPVASitdQJH9Nr1atUccZzImKGp > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#cd5a2a;background-image:url("https://images.assets-landingi.com/uc/26638d50-9fef-4f02-9d76-f6816d7c42e8/KVAPD2026PediatriaT.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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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 > .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:block; } }@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.512500762939rem;left:4.9375rem;width:37.875rem;height:2.925rem;font-size:1.125rem;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.71875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;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) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHJ0ZvRWNsTCqfuAt62dz8ePi373RD8P { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rRDoMShVS28WxEoHHZfpCkEzFQ47TpOI { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuECaVk5BPvu8cy2PvXUOdHrouT6kVUh { display:block; }
 }@media only screen and (max-width: 1199px) { #TexvQGGS8VuNXqXbuSoTklLpb0dQT8vE { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5QudLZpcucHeyoUVn392NUWrHrHaDTz { display:block; }
 }@media only screen and (max-width: 1199px) { #RZhSF1yof9OrLQsKcdNHb0lCxxbznTWx { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0OOrGHtaxO5uwQDGfIkb1ie4VeNrpF6 { display:block; }
 }@media only screen and (max-width: 1199px) { #LeRKHPVyya2AFaCtuAiUfTKquTkSbOgC { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1MsWX4uDPSX85E3fp2peIhfz3BqyaHg { display:block; }
 }@media only screen and (max-width: 1199px) { #UTF40Hlu3XNoybqfSle7FfP3MIuPOaUh { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4K3eIMH3MpNSyuEeJcgz46STTdINT1P { display:block; }
 }@media only screen and (max-width: 1199px) { #Hzu8rTzubBVHFFdmxXsma5418m8hqS2p { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlxtcB9wQ776ASnDlT4Z6UHslvaR3R6q { 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) { #QOlpxpa2s6kiei7Don6BE6QHFkQb5ZIw { 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) { #Q5K60fHcDI4saZ3NwE6p9IbWyiKBhFS9 { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFDQvFISKLq9G9IqJSp8CF59IxSCtzbs { display:block; }
 }@media only screen and (max-width: 1199px) { #hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf { background-color:#f46a3e;background-image:none;display:block; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { background-color: transparent; background-image: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container > .video-iframe-container { display: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container { display: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .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); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kxfzx7T4lJqszzbOZGsb8Cza3V13h4T7 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsIJL9IqVclWx5noD2PMCN2pWtieHC2I { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 { display:block; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WC6mDWBHHR43cahBa5l3qB3TGTppGUQX { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sQbVTV6Dt8krTQyTJXZDT212o2bICtxR { width:47.75rem;height:0.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNdbtUtSGnbvtF9qaU6bTMU0Qgbb1XZT { width:11.9375rem;height:1.21875rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOtaynhmzoCTBaJ5t3WCaKOQVbl2fr0w { width:11.9375rem;height:2.4375rem;top:0.5rem;left:11.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #iP60ScOLyef2oQ2clB0NnW1CxcMAoaSH { width:11.9375rem;height:1.21875rem;top:1.125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mR0higKrJJqZTE2OkwtKWZB3TBmRyhly { width:11.9375rem;height:1.21875rem;top:1.125rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I08Guz7OtnTNJhbOiTPABpq4wNXFUZdR { width:11.9375rem;height:3.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reOeseEAFvLtX1eQXSl7b28wleRH5aHi { display:block; }
 }@media only screen and (max-width: 1199px) { #MP3y3cq4TGdRmQMAZq4MDWtNJQ1DTREh { width:11.9375rem;height:3.25rem;top:0.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiBOSnqKw65nTpd0ktBOOZqlZXLuZRGa { display:block; }
 }@media only screen and (max-width: 1199px) { #mvHRHcJic8ve1lnvmupgUez4gvoPdW79 { width:11.9375rem;height:3.25rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVny20XUZq7UdrtwPyg7vvTdoe9nOTuv { display:block; }
 }@media only screen and (max-width: 1199px) { #pkgypFlh2AFhDCmeksegfPUto2Sn9ghV { width:11.9375rem;height:3.25rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEBIbo3fTzSfJvZS8Bs6Op3hI3XUCSxb { display:block; }
 }@media only screen and (max-width: 1199px) { #xDvfhwztTrw717g9Z1tLndLinsz9ASoK { background-color:#f46a3e;background-image:none;display:block; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { background-color: transparent; background-image: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container > .video-iframe-container { display: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container { display: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .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); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oQIncNNzNzhJ0TfOgsnHK9XwXr2KLo0H { width:47.75rem;height:30.875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AigEm8T6Ty1p4AVBZPRRyS0N35orK6OV { top:4.4874992370606rem;left:2.875rem;width:43.1875rem;height:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBkydRk2v3FSWTxKVC6QrudRCpsmRrsr { width:0.875rem;height:0.875rem;top:4.9249992370606rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrII7WITZMUseq8307OaMdngJPQwnnn4 { width:0.875rem;height:0.875rem;top:9.4249992370606rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz6Cu5XP8CGP8m8knOC9BoMM2LRHZco { width:0.875rem;height:0.875rem;top:13.862499237061rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6qsXmhHCtkQmo0iJ8K4OAoUuNc9anRk { width:0.875rem;height:0.875rem;top:18.362499237061rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhHm2gMb6eUT9WgKaCFaGgByr0pwwq0A { width:0.875rem;height:0.875rem;top:22.862499237061rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnrAG4DFp5bmUy3GqPcUORwSRzvinAtM { width:0.875rem;height:0.875rem;top:25.862499237061rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfcfBKaxKZzxMpwBbi1TzUG3yqmNkZcw { width:0.875rem;height:0.875rem;top:30.362499237061rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7NIVorXWipoTTkgJbUi18IV6nzI83X8 { width:46.5rem;height:1.5rem;top:0rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #P0OGd9U3s7v5094tiCixBZfo7ByiriQE { background-color:#f46a3e;background-image:none;display:block; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { background-color: transparent; background-image: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container > .video-iframe-container { display: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container { display: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .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); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u99ePsFwhc2FdsRJq0Pc5ADSCbrIgPOe { width:10.8125rem;height:2.625rem;top:11.25rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dskSHgDHBHyQSvbrnD7y9Vbx15u6oTVX { width:6.25rem;height:6.25rem;top:3.75rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byJR7TOdNoVTvybxEeBTT4OEXTnViSHN { width:10.8125rem;height:5.25rem;top:11.25rem;left:24.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTTEtvH10u74zJALHsciPhvS3yTAyU5o { width:10.8125rem;height:5.25rem;top:11.25rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EISVDo0nv40QCXX2eJXnz9p8L4TyPtnO { width:6.25rem;height:6.25rem;top:3.75rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UE1IGa966bitFuAqn8PggHnqu2kxrsyN { width:10.8125rem;height:6.5625rem;top:11.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTe1gKRxmhxTMCHUm2THn8eAzhc0EMds { width:47.75rem;height:1.5rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LvdMkZfdzPF812iU4B1CQRoG4uPb9gBK { width:47.75rem;height:12.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTk9mlCVcniMCD47OVPm74P0FhMtnNCO { width:6.25rem;height:6.25rem;top:3.75rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uL422tCHMT760ET7oGvEM6nwmy6KGiMH { width:6.25rem;height:6.25rem;top:3.75rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd { background-color:#f46a3e;background-image:none;display:block; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { background-color: transparent; background-image: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container > .video-iframe-container { display: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container { display: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .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); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MdiSkFNlLzeMRnkt1cxLaZKR1TywLbVt { width:15rem;height:2.625rem;top:24.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sk3TqmQdmiGnogrda0h70r70zrWCsDU0 { width:15rem;height:2.625rem;top:11.9375rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImekXp4Tuer2pQtUn3MfZZslfuUvad8U { width:15rem;height:2.625rem;top:11.9375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofVRFPOzK0Bh1xKrFZrRhLEC9heruJyy { width:15rem;height:2.625rem;top:11.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHfWorhaUtQq2deLbTiwTqsft9ssEEFM { width:47.75rem;height:1.65rem;top:0rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cFaBlrnIfdREqsm7R8FEcysEGyrN67wT { width:47.75rem;height:21.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGU6Rx4G9aN9LlnRCpJyMWdbnisJcW49 { width:6.5625rem;height:7.5rem;top:15.8125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHNbVFkcRAU8NcpN6TgJgrQwKtOuQ7KF { width:6.5625rem;height:7.5rem;top:3.625rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1rmpyQnuNVsg3FGTmhbudZ9is6066Nn { width:6.5625rem;height:7.5rem;top:3.625rem;left:20.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9iibvEHtfAQrSxdX80yBo3Olv08PVCQ { width:6.5625rem;height:7.5rem;top:3.625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJgWNpdSygt7z2upWmZrgXk5GTNTOBIt { width:15rem;height:2.625rem;top:24.125rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4eJQJ9fHlTSv8igkMS5Ctypl4ho6ppm { width:6.5625rem;height:7.5rem;top:15.8125rem;left:20.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxrZ0moyQl40R4T9wq3D4qF7Ga0WUeFZ { width:6.5625rem;height:7.5rem;top:15.8125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKUHizvvBePRePVT7ZGODZyAuiFIaT1x { width:15rem;height:2.625rem;top:24.125rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbbDntu3txX0XbryegThpBSPPKd2bL6C { background-color:#f46a3e;background-image:none;display:block; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { background-color: transparent; background-image: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container > .video-iframe-container { display: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container { display: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .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); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { width:47.75rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mzuLCyOsxtoyVReFGuqTb6kfhbQLGUvV { top:4.6749992370606rem;left:1.25rem;width:44.875rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gg5T6cTCyP4l8K6RV2vTCS7RMou3TDo3 { top:60.981246948243rem;left:15.5rem;width:23.25rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NEa4dis9Wfw8TQutrxbies9SAhSqKtHo { width:6.5625rem;height:7.5rem;top:59.125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cX0FseJaEzK57nq7uR8zXiFO2sLFCbQw { width:47.75rem;height:61.3125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPCmNQR8N2OHIufABxZ4y7c8eMV12UiF { top:33.800003051757rem;left:1.25rem;width:44.875rem;height:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 { top:16.862503051757rem;left:1.25rem;width:45.625rem;height:15.375rem;font-size:0.9375rem;display:block; }#ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 li:before{  }
 }@media only screen and (max-width: 1199px) { #sEzDxXRUk2MvS2Pdf6hN7Kx7K3TrMCRr { width:47.75rem;height:1.5rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Sr0wPWD2eavx74shH3pCrruMT81LwBeE { display:block; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MsoUquZUFTrxNVVCn7qGZwzXAMR7zAlP { top:1.5rem;left:19.375rem;width:7.3125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UatD6EkvRKzxM9TkTR2GamfxcoVEO87O { top:3.0749969482422rem;left:19.375rem;width:12.5rem;height:2.1125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sTXKPracTZhPQGJqCqmcgUcZ2VNzSLxr { top:3.0750007629394rem;left:3.375rem;width:10rem;height:1.1375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #CBnWxe4dZ2KTcmNQK1BQA38ZTBIB4y5d { top:1.5rem;left:3.375rem;width:9.1875rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ks0bPrGx7BWkkELerUGKT5r6TBx23hHm { top:3.0749969482422rem;left:35.239582061767rem;width:12.5rem;height:2.125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4mJKm8gzDyvVCzrN6qXLAfNDA5b0NAt { top:1.5rem;left:35.270832061767rem;width:9.8125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mpy8GhiCcyApkc3ofFnRgEBNtP8NQf9R { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNEdQ1aDTtPpuTpTbJAdEW3XMzDNlZAc { width:2.5rem;height:2.5rem;top:1.5rem;left:15.916667938233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ8JE1W52oXb2WfXd9cAf3kW1kduSl4s { width:2.5rem;height:2.5rem;top:1.5rem;left:31.895832061767rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:11.5625rem;height:3.125rem;top:0.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:12.25rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:7.625rem;height:3.125rem;top:0.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 1199px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 1199px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 1199px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 1199px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:4.1749877929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:25.1875rem;height:2.8rem;top:3.7124938964844rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:43.5625rem;height:4.3875rem;top:8.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:14.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:36.6875rem;height:2.8rem;top:14.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:35.8125rem;height:1.125rem;top:17.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vITsahchHhBVET633UbHnoAdLnzIXifs { width:35.8125rem;height:1.125rem;top:23.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:36.6875rem;height:2.8rem;top:20.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:20.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:27rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:35.8125rem;height:1.125rem;top:29.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:36.6875rem;height:2.8rem;top:26.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anbil5tP3hMlbvLL5BnyLALmZ1q7eMLv { width:0.625rem;height:0.625rem;top:38.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3d4UEXNiev7SIGQwXqmNgeiMdE69DT4 { width:34.5625rem;height:5.625rem;top:41.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6ASlVJVQ08wg23kyMcT8rnPNBE2HUCu { width:36.6875rem;height:2.8rem;top:38.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9IZKNJANxThCwKcsNhChbOIX9PoJOks { width:0.625rem;height:0.625rem;top:49.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfucmqIGrh1lDklv1ENSGXdoV4Hw8MLz { width:35.8125rem;height:1.125rem;top:52.197937011719rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBpDpAHW1qRz7rquxtCKJoXZFidkKvC3 { width:36.6875rem;height:2.8rem;top:49.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:61.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:36.6875rem;height:2.8rem;top:61.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:66.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:36.6875rem;height:2.8rem;top:65.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:8.6124877929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NND6az7xgQt0kehMUa9THyT0zDpyEueC { width:35.8125rem;height:1.125rem;top:35.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTUSiwEDOP6wcCUoGa0XPGptHJtfDCvB { width:44.5rem;height:2.8rem;top:32.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwzAPzB2vRT3JEiKGtlkbrcnWS3Cdr41 { width:0.625rem;height:0.625rem;top:33rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wa6rlqMgkXziwEKiqDkeb0uHI8wTkVmv { width:35.8125rem;height:1.125rem;top:58.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKNa679mFL7HaTqhxf77AKgwFS63NDTT { width:36.625rem;height:2.8rem;top:55.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZJJlr4pDMRwX8MO52lEgfOamVgtlL0l { width:0.625rem;height:0.625rem;top:55.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:42.5625rem;height:4.3875rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:44.125rem;height:4.2rem;top:6.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:10.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:6.9375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:13.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:42.8125rem;height:4.3875rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:44rem;height:4.2rem;top:6.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:35.8125rem;height:1.125rem;top:10.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:35.8125rem;height:1.125rem;top:16.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:44.625rem;height:2.8rem;top:13.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:14.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { width:0.625rem;height:0.625rem;top:20.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { width:35.8125rem;height:1.125rem;top:22.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { width:36.6875rem;height:2.8rem;top:19.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8I8vv7e2IGOdr5WR88UuCAE6MATsl7c { width:0.625rem;height:0.625rem;top:26.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgMoOShzLzLiLoh6yi44y60oX4xhvGnv { width:34.5625rem;height:4.5rem;top:28.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7hckARBmkTmLv5BDl1uzmVS4KStAOJs { width:36.6875rem;height:2.8rem;top:25.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGxfhK3GJatfv8T5Ma0dzz5tHTCJnx3f { width:0.625rem;height:0.625rem;top:35.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OO8LFvNguC65wUEgTrpNlognwLPy731I { width:35.8125rem;height:1.125rem;top:38.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJBkVnikfqVMPoSVKAuU3A6gd3LTDhg1 { width:42.3125rem;height:2.8rem;top:35.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzBTy6HByJCUF6WfMf43P7WuQdeU2yTU { width:0.625rem;height:0.625rem;top:41.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBeGKXCZQA9dOK5HnTVPicsxqMobW5xF { width:35.8125rem;height:1.125rem;top:44.260406494141rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPKKc3lxvq4qcPyGAorsvlitnefx0ZvB { width:36.6875rem;height:2.8rem;top:41.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:47.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:36.6875rem;height:2.8rem;top:47.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:52.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:36.6875rem;height:2.8rem;top:51.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:44.3125rem;height:4.3875rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:6.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:43.875rem;height:2.8rem;top:6.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:35.8125rem;height:1.125rem;top:9.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7r6FJR9DnWDORw1EJA7HO1WZWiohDsh { width:35.8125rem;height:1.125rem;top:15.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGtTibdzLyTv0pFT4HKqftlkegUul8HH { width:43.9375rem;height:2.8rem;top:12.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2mdXIZuH6kN5lmAmH1032mTkZMq5Ibz { width:0.625rem;height:0.625rem;top:12.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GhRBefSNcT9UOIzSNA82I1H3ucFoCq6q { width:0.625rem;height:0.625rem;top:18.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPMrTxA5INaCntIedHbiibWcwdueizog { width:34.5625rem;height:1.125rem;top:21.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zs9WO1tCxusZX1LTvhSwLn5HKIg7mwAZ { width:43.1875rem;height:4.2rem;top:18.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:24.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { width:35.8125rem;height:4.5rem;top:27.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:36.6875rem;height:2.8rem;top:24.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1I4Kf1aaRpdk8olysTv2yTTBRRHFucQ { width:0.625rem;height:0.625rem;top:34.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWrvEhOvb3Wbf6ayquL2dkr5ARaNUW8L { width:35.8125rem;height:1.125rem;top:36.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdqffWT3vgaqE8EKlfrnAMz1cuFiqN7x { width:43.3125rem;height:2.8rem;top:33.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:46.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:36.6875rem;height:2.8rem;top:45.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:50.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:36.6875rem;height:2.8rem;top:50.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTz5zf1hAka8MOfJxxS91WNtDlUGLNHt { width:35.8125rem;height:1.125rem;top:42.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5etH27EvvGhiOVcBhLLyMqOAhK7HUlm { width:43.3125rem;height:2.8rem;top:39.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X14K8yHcq6p5uGLknr67idb9XGlPhcz5 { width:0.625rem;height:0.625rem;top:40.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:43.5rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:5.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:40.1875rem;height:4.2rem;top:4.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:35.8125rem;height:1.125rem;top:9.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:35.8125rem;height:1.125rem;top:15.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:45.0625rem;height:2.8rem;top:12.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMGMJO0X3fEHDWfF90u5yOR5pFGGsrw2 { width:0.625rem;height:0.625rem;top:18.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyshTpUREAPgJd2b33fu1hI1rAhTeiqH { width:34.5625rem;height:2.25rem;top:21.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBT8kfSrAMm4reDpxvPfnRPPeTfTB5am { width:36.6875rem;height:2.8rem;top:18.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { top:25.8125rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { width:1.5625rem;height:1.5625rem;top:25.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { top:25.8125rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:16.375rem;height:2.625rem;top:25.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 1199px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { width:1.5625rem;height:1.5625rem;top:25.875rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:41.8125rem;height:4.3875rem;top:3.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:10rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:44.9375rem;height:2.8rem;top:9.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:12.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:35.8125rem;height:1.125rem;top:18.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:44.3125rem;height:2.8rem;top:15.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:22.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { width:34.5625rem;height:1.125rem;top:24.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:36.6875rem;height:2.8rem;top:21.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { width:0.625rem;height:0.625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { width:35.8125rem;height:1.125rem;top:30.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { width:45rem;height:2.8rem;top:27.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:57.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:36.6875rem;height:2.8rem;top:56.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:61.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:36.6875rem;height:2.8rem;top:61.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:3.9874992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SveEFw8nhtoEyTGWVuVPU5nV1iesH7h7 { width:0.625rem;height:0.625rem;top:34.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnKdBEGdHBeX5Am2JQUewHys0x7lip3x { width:45rem;height:2.8rem;top:33.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdVSySKDT1XezoSktiIE5f6WNWKIKhzV { width:35.8125rem;height:5.625rem;top:37.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bz1mEPUQ042DF413Nkx4n4DiFJ78U3JF { width:35.8125rem;height:1.125rem;top:47.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEEVxRVZQ0T8F70RLztLS0JUVE0pvNcV { width:45rem;height:2.8rem;top:44.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw25PGzwAr9kFzwCBBr6Eiw3UZdmXAoZ { width:0.625rem;height:0.625rem;top:45rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGbmMgwlmNp9TariHFXr7ixC5d8oBvtB { width:0.625rem;height:0.625rem;top:51.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #opDQCUP3WAA321UR6SoAL1RbftHk6FA3 { width:45rem;height:2.8rem;top:50.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUTQmUgZeuOoxXUWJxqVLFpx9zQy32oM { width:35.8125rem;height:1.125rem;top:53.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #teKpTDfCE7SUuN6Kpfy94chUXi2fAyqe { width:0.625rem;height:0.625rem;top:57.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0SWrO1cVT26MqlGgCAaxSy0i0lm5ke9 { width:36.6875rem;height:2.8rem;top:56.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:42.8125rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:4.2rem;top:4.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:9rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:35.8125rem;height:1.125rem;top:15.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:36.6875rem;height:2.8rem;top:11.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:12.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:18.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:35.8125rem;height:1.125rem;top:21.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:36.6875rem;height:2.8rem;top:18rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfMQAkEK3iqeV8RhvMwmsvk8geQheMuW { width:0.625rem;height:0.625rem;top:24.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lN7T6LZZ5Mm7UMJ6KXcE8lMaf6nCUlLD { width:34.5625rem;height:4.5rem;top:27.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7Bo31WC9Id5v0lzrTxiHVlE7UPeeTr8 { width:36.6875rem;height:2.8rem;top:24rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:39.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:36.6875rem;height:2.8rem;top:50.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSxwTwJVhzhVekMvKA74ddr3BuF7eNNx { width:36.6875rem;height:2.8rem;top:33.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNBBRq1ATX2TvEl2808KrIo7PDf4zNWv { width:0.625rem;height:0.625rem;top:33.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z30N3OblfCq87bE4U9wbbJ0ymvn1H29J { width:35.8125rem;height:1.125rem;top:36.63542175293rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgZW1MXT7KP2lLMSdkAbSgkDMmbcUn8F { width:36.6875rem;height:2.8rem;top:45.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNU8eBgOtDKogZQbTP69EpoFEmMO0HA6 { width:0.625rem;height:0.625rem;top:46.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UUpwKVg4gJ0EDhGpVp3voabKiI7M7pD5 { width:35.8125rem;height:1.125rem;top:42.69792175293rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRhh998uNyT4MVIAq5yph2qJsnpyAzUy { width:36.6875rem;height:2.8rem;top:39.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8TFvz2c28eKVZLmyG02MMtTFnqg6fJn { width:0.625rem;height:0.625rem;top:50.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:46.375rem;height:5.85rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:40.1875rem;height:4.2rem;top:7.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:35.8125rem;height:1.125rem;top:11.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { width:35.8125rem;height:1.125rem;top:17.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:40rem;height:2.8rem;top:14.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:15.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:27.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:34.5625rem;height:4.5rem;top:30rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:36.6875rem;height:2.8rem;top:26.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { top:41.8125rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWk58BcaT5MKBqdQhodStKRIUXGEVltz { width:1.5625rem;height:1.5625rem;top:41.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { top:41.8125rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { width:16.375rem;height:2.625rem;top:41.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block; }
 }@media only screen and (max-width: 1199px) { #mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { width:1.5625rem;height:1.5625rem;top:41.875rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { width:35.8125rem;height:1.125rem;top:23.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:40rem;height:2.8rem;top:20.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:36.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:36.6875rem;height:2.8rem;top:36.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:block; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:47.75rem;height:129.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUcMlVup8gHaLfQJlQTcrt5youd80q70 { width:46.25rem;height:1.4625rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tUK3N6bcwXzbNLfxotJnLGcVU8zqeTDr { width:6.25rem;height:7.1875rem;top:7.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFrJQHC0bdSXnGcmXUKCkaDfiKB9X3SM { width:0.625rem;height:0.625rem;top:9.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLWLQosubiHegnmU39T71oHifSowMbEK { width:36.6875rem;height:4.2rem;top:6.8125rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OvnDae6KmOT0cMHMvof6xJkLmWE4euQ9 { width:35.8125rem;height:1.125rem;top:11.4375rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXyVF7Qw6dRpkETxH9gAWwIB9Km7cwug { width:38.4375rem;height:9.8rem;top:13.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuTHwvb8lPPtVAEBV9snVghHxrEMvRnN { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fndGAHEFHZmOirxf95SVgJ0ykuprW4aR { width:38.4375rem;height:9.8rem;top:34.5rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLVnEHOHC1ridwX1UgOoBanQpK6Fix7T { width:6.25rem;height:7.1875rem;top:27.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0oPyVTuneQ7aPcmHtQnMWDW3A8HOlbZ { width:35.8125rem;height:1.125rem;top:32rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADnplGKiaoAxBsmGT8bDzSw1ecPqS8dk { width:36.6875rem;height:4.2rem;top:27.375rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXeIhusriupopeoGsdXAKq3N10CPL7Tc { width:0.625rem;height:0.625rem;top:30.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4HHHcpkfkEHbE6Tg4PH7z5Emem0JHwk { width:6.25rem;height:7.1875rem;top:48.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XFrT2J5fcgBCmXBEXelti32hCR74uerG { width:0.625rem;height:0.625rem;top:50.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HORcCp6CDFXX5VA3eLTFA1aOMTIU5LAt { width:38.4375rem;height:9.8rem;top:53.6875rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LveMCkXBW6XXyQtZ2oUZfpedgicolE94 { width:35.8125rem;height:1.125rem;top:51.1875rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9suzI39EkLTDVXV5KTJphhheXTUNq1C { width:36.6875rem;height:2.8rem;top:48.0625rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtTy66dTcFsrJT9SFcwK509aNn0gkN1z { width:47.75rem;height:0.0625rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXzt8B32MKxrpLsVWxEwnXQFEFKek2oN { width:46.25rem;height:1.4625rem;top:67.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uR1dMq2ZL9mTGv4aH1ls0q6ZAGk32qDq { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k0vlpGvUMirJB35PThuD4rb16PQzMIaC { width:6.25rem;height:7.25rem;top:70.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCL5wEsu056gBR74MXHotIV8lF6RmgTD { width:0.625rem;height:0.625rem;top:73.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DzVIArveZxAXWflkBKe6Zt2Ny1WwviqB { width:36.6875rem;height:2.8rem;top:70.5625rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpR0SmrwLtbLF7OswThUdr0IdvOu4FoQ { width:35.8125rem;height:1.125rem;top:73.6875rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmCB5TGUxMvcvuU7bTioMAMEFZ9nFH3s { width:38.4375rem;height:9.8rem;top:76rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piTW3JWrgS2OxpsSStia6WuUmmU9EnMn { width:6.25rem;height:7.25rem;top:89.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbI7gr4QERJ6fWmleQPpsNTwJazrzXFv { width:0.625rem;height:0.625rem;top:92.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwsgJf1a0sUcyXidN7Hc3VJxqWVAyxTI { width:36.6875rem;height:4.2rem;top:89.5625rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KaPoGT8qNvtHokwZb4Ipp2Nod84pthSq { width:35.8125rem;height:1.125rem;top:94.0625rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JubrxyNBITxUx7rkwZVR4CpTHCc4wF7e { width:38.4375rem;height:9.8rem;top:96.4375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvsEpxqVJd69W13J3UzT5IykJkCeNTd1 { width:6.25rem;height:7.25rem;top:110.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqAldtCO6Fsm6cTmJ31EnAq5P2tcpmoO { width:0.625rem;height:0.625rem;top:113.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XFlKf5QpuICaJlTXbmQSCZfs8v2ghi86 { width:36.6875rem;height:4.2rem;top:110.1875rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i41eTeXZsOzCZ1rLvpvUchkH6J4WcBJg { width:35.8125rem;height:1.125rem;top:114.75rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1HpEiFTpfU1dt7yPJgs29RzX011XwZW { width:38.4375rem;height:9.8rem;top:117.1875rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8qDGBmw66PqtqRpeITGe0aeAHLAWhxF { width:47.75rem;height:0.0625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q87ZqqJN8IhI4NtoUeLbIOqS0royCZMM { width:47.75rem;height:0.0625rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaTXglzJO0BxHalLx78oeWhIVMaNUTc5 { width:47.75rem;height:0.0625rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcvZhRtQOfdVPZ4et2fK6PW2WtZdi8Ik { width:47.75rem;height:0.0625rem;top:108.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pi4qxgTMSBzlwPRtxAX8z8Zmzw62AXRT { width:5rem;height:5.75rem;top:7.0625rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvXmpT53I6dHTlEK4zbsbtVtt9TgoViS { width:5.0625rem;height:1.95rem;top:7.875rem;left:42.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuh6ss1bIqcJkl2FJtP8RMnfe0S3FKOv { width:5rem;height:1.35rem;top:9.9375rem;left:42.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mt9Q5rQuXidsAKwaUGZoG0D5XGXeEnq8 { width:5rem;height:5.75rem;top:27.5625rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W9FNs3F5MlvVsqe9sI525caIT6yu9AT7 { width:5rem;height:1.35rem;top:30.4375rem;left:42.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKb3gVrOWE8VDkIrTe4BQDNt22G7ssTd { width:5.0625rem;height:1.95rem;top:28.375rem;left:42.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpUyJR0ZBaeTXMx2AV7uBhb1FWTLeoxr { width:5rem;height:5.75rem;top:48.1875rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFXdpcL0PT3ffHIWElmGwqHoD3NR2tyD { width:5rem;height:1.35rem;top:51.0625rem;left:42.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8SpZHAbsN9Vvl8PInN8M3kUriGO84Mq { width:5.0625rem;height:1.95rem;top:49rem;left:42.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzTbAZKgBwseFqcE9FHNvDXTOcicbCgS { width:5rem;height:5.75rem;top:70.875rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADxskbDrMEGGIxB4ThKJk5RGlIetitiH { width:5rem;height:1.35rem;top:73.75rem;left:42.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmfE0E4kKbkU9n5z8mxN81nIV3aITz2S { width:5.0625rem;height:1.95rem;top:71.6875rem;left:42.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdpCKVeXxLS8KFU8Gq3X8Vr4DfyE1BHc { width:5rem;height:5.75rem;top:89.625rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMUl6u7zzbuoXUyn8tkp8ofkq1gSauXd { width:5rem;height:1.35rem;top:92.5rem;left:42.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQXeD7hrqTWyM4OBlDmpWL6NHUrO6pFr { width:5rem;height:1.95rem;top:90.4375rem;left:42.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fw9JxFaavnfLST7AzzzOcwFWNzoUPrSD { width:5rem;height:5.75rem;top:110.3125rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwAnitvdhbx8cNH1OOoGmg59Qrex7v9F { width:5rem;height:1.35rem;top:113.1875rem;left:42.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2XxW7fvkB979FiJ6GARNwuEl2CBa0me { width:5rem;height:1.95rem;top:111.125rem;left:42.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 { display:none; }#nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 > .row .container { width:47.75rem;height:188.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wUmqq3At3tipIt4vVokhQJrPGxJplpEv { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXrAcxPgSVLhHkVuhKrQzDwcNlSfVxTc { width:46.25rem;height:1.4625rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlJTolrQoTt8X2ETaMWyGcGZ5gTZq7vv { width:0.625rem;height:0.625rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVVRTcxd18dJCFaCErwTvUUUgfhDwNnD { width:36.6875rem;height:4.2rem;top:6.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVTUyXFrOZzGtdpTGWED3Lhk4NFMUCCp { width:35.8125rem;height:2.25rem;top:11.4375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwB3n52IHTE5omr2FGf44uOXHVBSm6Hv { width:3.75rem;height:3.75rem;top:7.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXw296n2UJDG4iPKbMQaGOTMMaIQqUE5 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SzLD4AylZ5bCRlLBIseOw5lbLuCd8yxt { width:39.8125rem;height:22.4rem;top:14.75rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBdq7gBkO80X5rySB2TQrAOk4FnDBpQ1 { width:39.6875rem;height:22.4rem;top:47.375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkNm4VP8JSTwFDr4ANBfZt1GuWOMXONK { width:35.8125rem;height:2.25rem;top:44.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGOX4SqxtItXm5xDZAkqw5bxqgutvUbc { width:36.6875rem;height:4.2rem;top:39.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCGJUnBHeNTo50hldl7Eh8aat36QdBRc { width:3.75rem;height:3.75rem;top:39.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hp6Q1cxFR9nTqpNVNZuKN6CZlT19LqHw { width:0.625rem;height:0.625rem;top:41.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nX563VbzpNilihRsy9pi1h6xftBQeihp { width:3.75rem;height:3.75rem;top:72.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhrPHWTggobwyccp0agQDC0zzw0lJG4Z { width:0.625rem;height:0.625rem;top:73.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDcDrMIwK9fk5Nm1uEOknXw5WufNT1Es { width:38.25rem;height:18.2rem;top:77.6875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar8Tqeuk1c0VGouDNA1iypndoZurpXKy { width:35.8125rem;height:1.125rem;top:75.4375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icrqIZio6Mo4kJAAHBcy8QiI4Sxw0vLF { width:36.6875rem;height:4.2rem;top:72.0625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOccV25WPlRIddzZUvpBFA9OV8kGtCmW { width:46.25rem;height:1.4625rem;top:99.8125038147rem;left:0.62500002980231rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUJB1N4isKO94me8yx6fkfBGrkVxt5Zw { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ogHbwSvfMgukQpQTVZWVIAUwIUbLLEJE { width:39.25rem;height:15.4rem;top:109.8750038147rem;left:7.5000002682206rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJwQvGLeH7w3E7A26ON4TUaLBX3XSqnq { width:35.8125rem;height:1.125rem;top:107.6250038147rem;left:7.5000002682206rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2K1LiwNNZtGNviTOmSyL6cm5pGs1GK4 { width:36.6875rem;height:4.2rem;top:103.0625038147rem;left:7.5625002682206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8kEu9LzKo05O9058OLLfhDVpPPKtiyw { width:3.75rem;height:3.75rem;top:103.3125038147rem;left:2.5000000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8Skpx9gTNwCEIwv9bhyOPn3nFRqT6x4 { width:0.625rem;height:0.625rem;top:104.8750038147rem;left:0.62500002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQqRoTKmxs3LcytAR6ZDhPVGXei3vVNJ { width:47.75rem;height:0.0625rem;top:97.9375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ca4dPsHybbKzu8SuHaLAWdyp4PngZIom { width:39.25rem;height:21rem;top:134.2500038147rem;left:7.5000002682206rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQcQ9CImzT6TPIBiIKUnQ709LlZeUE9Q { width:3.75rem;height:3.75rem;top:127.6875038147rem;left:2.5000000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmdmS7z7XbNa2DaiwxpI70ZfbGPBMd2a { width:35.8125rem;height:1.125rem;top:132.0000038147rem;left:7.5000002682206rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZM5L5Egigx4o2UgPXtE5Q2kF8DkdvrE { width:36.6875rem;height:4.2rem;top:127.4375038147rem;left:7.5625002682206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gn1dg9XRhR1ZfbbaCPrGZN46SmoQhoeo { width:0.625rem;height:0.625rem;top:129.2500038147rem;left:0.62500002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RpQ9mPpI1WOl5AIurXiIbaNK04tiTcyA { width:0.625rem;height:0.625rem;top:158.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmuwLHX2urUTNRcvNE5V8mpA3tz4ispB { width:3.75rem;height:3.75rem;top:157.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vpo7fQkTenrN9SRCQbVeHMA4BUrg6Ma1 { width:38.25rem;height:25.2rem;top:161.99826431274rem;left:7.5625002682206rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iEe84VUQ2T0rFEkuRrqUMAJa5kQ9T6ZP { width:35.8125rem;height:1.125rem;top:75.4375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnJr8oXhno1qLhuL0vgWqTVcCWSQonty { width:36.6875rem;height:2.8rem;top:157.78821563721rem;left:7.5625002682206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw { display:block; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F0p4rTyoVCJUrqNkx26R7b0bJP75b6aR { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 1199px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 1199px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU { display:none; }#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MQOi8o659SVPxDz8hBKHFEeIZkA0ZEKB { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQezZdXLPS9FR7smkC3co4aoLOP4mrHG { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hw9ICkasNeAEhPFCxhJmKothDaOc6fEZ { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HA8RQL6dBKR4cLdzDTeFWBpFO8tfB0O6 { display:block; }
 }@media only screen and (max-width: 1199px) { #TacLPl842595KMzh7wFPACWfgOeQL2hF { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTAWWOa23zIezaiTdqNwAVHnHxXTPqte { display:block; }
 }@media only screen and (max-width: 1199px) { #VqxHvryenZNUw14hXl1ecKcT3WgtxvnZ { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L5WzTtzKESDXFF0OTN16Qzm8la98APDt { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxMm7umqB6Xg7Is7SfELNtD62ANBAbgq { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPA30Htt6kwfloOQDe765F1vIK2TUrr0 { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwJqf7waPfQuEcPQRFSdWiOpbpx0EgXV { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIhauB4ioGkZuruAL5A0yXTH1WMDoBPv { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4Z5bFiRM3iPqfVzqS7ElcVm4aRC9N2U { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omnFDfWttxSzV2TXZ5gzvlS6mLbpxXW7 { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #xztECQVA8PWaTaHgywbUkdCs8ULnFa3G { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLugcxdq1VS6vMH40EWT4y2NrI56343U { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJ8RdfTiS4ylz7e741WNM3bOTf85oRUO { 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) { #ReZOAZRfdf1sqn5l0noF0gFghi0SIb1g { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJmKOblfC2dA88PryHrVxguA49J4ONGi { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRDMyJg1X009Z15e1iGl776AqyqOBsUo { background-color:#af4318;background-image:none;display:block; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { background-color: transparent; background-image: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .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); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@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:2.625rem;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:26.9375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { width:1.25rem;height:1.25rem;top:26.925003051757rem;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:22.625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { width:1.25rem;height:1.25rem;top:22.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { width:43.1875rem;height:9.8rem;top:28.875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { top:2.5rem;left:3.1875rem;width:41.5rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { top:21.5625rem;left:24.4375rem;width:22.5rem;height:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { width:15.5rem;height:15.4375rem;top:6.15625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 1199px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:20.25rem;height:23.75rem;top:11.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:24.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRsmrtv9Jok3wTQnJgP9lIuPLxFaBzxy { top:31.9375rem;left:23.8125rem;width:23.75rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvLkCk3gF06uRsbJymZrvZgfg4rMT8XB { width:16.25rem;height:3.75rem;top:27.03125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6giMgP2pyRKnUX5dRBNQZ8PIV8qu8Lq { display:block; }
 }@media only screen and (max-width: 1199px) { #xHT4mQxNzf7As4Pik0dHk8397x5evOOZ { display:block; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZJ84UmCOFT78484WSgg4B3Vk20wwAiII { 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) { #uqnHwpNRdMcxS7wDwa1DDEDVbPiEDTJT { display:block; }
 }@media only screen and (max-width: 1199px) { #h2T1u8tOSPcPcCJxwx5WTWaOvs8ysr8X { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk { display:block; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uKIH4wRTLw7KLM2drbTBTh8NgLtwzsbk { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 { display:block; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #regW1t6nasDq6Cx0rw4JKgbVWp9hLPPW { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGdE8tlKi58tFa1q9cIgbqt5LeRRC80X { width:11.75rem;height:1.625rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dT4sqOlT814D3A6Q7gX1MN7Vf74GF0Du { width:14.875rem;height:1.75rem;top:11.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxdcEfMsZhahuBZcTGkckzOqdAtoVRtz { width:15.625rem;height:1.1375rem;top:8.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPya0h8pDqGSQGCAVRzDqqv2O0k9c4DC { width:7.1875rem;height:3.125rem;top:10.875rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTITfou6wGkSP7CTDNL8G47zlOT1KKOV { width:15.625rem;height:1.1375rem;top:8.3125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyxBCf2WEcsx9M5uh5Q34IqTs91Zb0fe { width:8.4375rem;height:2.3125rem;top:2.96875rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE { display:block; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lOXZUquFKMrDcQZfB2Z4CDqIIpoX33gT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcMQii0P6J3275iKo88Ou1XtBMsrvGrM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.76215rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZqsu4BLXQuN8Ka6sB9PmhS2M1mZiXpb { width:22.5rem;height:10.3125rem;top:8.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg { display:block; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XFc6Q53rlxPpl7NtMeHG25ZwRDCK8wrE { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytWxht8ImuaFpnnyEP8089ErK64oSTQb { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqiUX7Q1lOKhdpo713IRmIz177mvohxb { 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) { #MIHI39od0oBWrdOgO6hQmPqeqQJWh0gk { width:46.5rem;height:1.40625rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihS5saKuRKJMGyJ7XkzpibXLcySlBKJg { width:43.5625rem;height:1.40625rem;top:15.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u56Eyd6BnbuXvBf1aq7J30yXReWxxc4l { width:46.5rem;height:1.38125rem;top:13.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NovZfNVgiQNqmordkSHEeeLa2nTkJprx { width:46.5rem;height:1.40625rem;top:21.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEPdM47w9Fs7xeyaw2fLS231phfvT7yS { width:46.5rem;height:1.38125rem;top:19.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMFIqy8XTvcEAA5QzDxtwNBSmmy6a7hB { width:46.5rem;height:1.40625rem;top:27.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdWZdMusKO8Pm1egoJAoMZXTnEFdReTP { width:46.5rem;height:1.38125rem;top:25.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CR96hIxkoDhOm7DBa5xPz9K3vt3J1vQb { width:41.6875rem;height:2.8125rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0c4R21v6c6rEZH8bclG2fCbSJ8Nz77J { width:46.5rem;height:1.38125rem;top:31.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMXJdJmPR9xfp9Dvt4UdP5MdXGbqSkfN { width:41.6875rem;height:2.8125rem;top:40.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucuJeTnzuJxBdUHQUqDyx9HD1zexddT3 { width:46.5rem;height:1.38125rem;top:38.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM { display:block; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container { width:47.75rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lANCZ4Gl94m17WuO4T81ZT8TdrcIO86T { top:2.5rem;left:0rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSeXDMp8e0771D2HBpFaCXG4HHfyTpbK { top:7.3125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsuJgWiLkHgorIoiPhvCUwuW2dnsQxci { top:12.125rem;left:0.625rem;width:46.125rem;height:15.46875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #eryif9ALdGWic30LpUvhU5PJG1dz8dp7 { width:29.0625rem;height:16.1875rem;top:29.4375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #loJNiUPVASitdQJH9Nr1atUccZzImKGp { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #loJNiUPVASitdQJH9Nr1atUccZzImKGp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#cd5a2a;background-image:url("https://images.assets-landingi.com/uc/460765f2-8b96-419c-9e94-853b414db713/APD_2024_PEDIATRIA_PION.jpg");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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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 > .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:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { width:20rem;height:1.2991875rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { width:17.875rem;height:3.89756875rem;top:26.875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;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:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvbQFlKqKRk4GOuTgV3TfGbkseBUhwXg { width:16.25rem;height:3.75rem;top:36.1875rem;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:40.875rem;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:24.625rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:20rem;height:33.4375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #oHJ0ZvRWNsTCqfuAt62dz8ePi373RD8P { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rRDoMShVS28WxEoHHZfpCkEzFQ47TpOI { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuECaVk5BPvu8cy2PvXUOdHrouT6kVUh { display:block; }
 }@media only screen and (max-width: 763px) { #TexvQGGS8VuNXqXbuSoTklLpb0dQT8vE { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5QudLZpcucHeyoUVn392NUWrHrHaDTz { display:block; }
 }@media only screen and (max-width: 763px) { #RZhSF1yof9OrLQsKcdNHb0lCxxbznTWx { width:6.875rem;height:2.25rem;top:1.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0OOrGHtaxO5uwQDGfIkb1ie4VeNrpF6 { display:block; }
 }@media only screen and (max-width: 763px) { #LeRKHPVyya2AFaCtuAiUfTKquTkSbOgC { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1MsWX4uDPSX85E3fp2peIhfz3BqyaHg { display:block; }
 }@media only screen and (max-width: 763px) { #UTF40Hlu3XNoybqfSle7FfP3MIuPOaUh { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4K3eIMH3MpNSyuEeJcgz46STTdINT1P { display:block; }
 }@media only screen and (max-width: 763px) { #Hzu8rTzubBVHFFdmxXsma5418m8hqS2p { width:2.5rem;height:2.875rem;top:32rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlxtcB9wQ776ASnDlT4Z6UHslvaR3R6q { width:6.25rem;height:1.9502375rem;top:32.4375rem;left:9.0625rem;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) { #QOlpxpa2s6kiei7Don6BE6QHFkQb5ZIw { width:2.5rem;height:1.7875rem;top:32.625rem;left:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5K60fHcDI4saZ3NwE6p9IbWyiKBhFS9 { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFDQvFISKLq9G9IqJSp8CF59IxSCtzbs { display:block; }
 }@media only screen and (max-width: 763px) { #hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf { background-color:#f46a3e;background-image:none;display:block; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { background-color: transparent; background-image: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container > .video-iframe-container { display: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row > .video-iframe-container { display: none; }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .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); }#hXatW3MtyzxAkC5lSZaH9FsJzk9IK8Jf > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxfzx7T4lJqszzbOZGsb8Cza3V13h4T7 { 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) { #zsIJL9IqVclWx5noD2PMCN2pWtieHC2I { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 { display:block; }#TKEgdw5H22iDw3PhZ4CDMTTW2U0cUrU5 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WC6mDWBHHR43cahBa5l3qB3TGTppGUQX { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQbVTV6Dt8krTQyTJXZDT212o2bICtxR { width:20rem;height:0.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNdbtUtSGnbvtF9qaU6bTMU0Qgbb1XZT { width:7.5rem;height:0.97511875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOtaynhmzoCTBaJ5t3WCaKOQVbl2fr0w { width:5rem;height:0;top:0.375rem;left:5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iP60ScOLyef2oQ2clB0NnW1CxcMAoaSH { width:6.25rem;height:0.97511875rem;top:1.25rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0higKrJJqZTE2OkwtKWZB3TBmRyhly { width:5rem;height:0.97511875rem;top:1.25rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I08Guz7OtnTNJhbOiTPABpq4wNXFUZdR { width:7.5rem;height:3.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reOeseEAFvLtX1eQXSl7b28wleRH5aHi { display:block; }
 }@media only screen and (max-width: 763px) { #MP3y3cq4TGdRmQMAZq4MDWtNJQ1DTREh { width:5rem;height:3.625rem;top:0.125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiBOSnqKw65nTpd0ktBOOZqlZXLuZRGa { display:block; }
 }@media only screen and (max-width: 763px) { #mvHRHcJic8ve1lnvmupgUez4gvoPdW79 { width:6.25rem;height:3.25rem;top:0.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVny20XUZq7UdrtwPyg7vvTdoe9nOTuv { display:block; }
 }@media only screen and (max-width: 763px) { #pkgypFlh2AFhDCmeksegfPUto2Sn9ghV { width:5rem;height:3.25rem;top:0.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBIbo3fTzSfJvZS8Bs6Op3hI3XUCSxb { display:block; }
 }@media only screen and (max-width: 763px) { #xDvfhwztTrw717g9Z1tLndLinsz9ASoK { background-color:#f46a3e;background-image:none;display:block; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { background-color: transparent; background-image: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container > .video-iframe-container { display: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row > .video-iframe-container { display: none; }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .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); }#xDvfhwztTrw717g9Z1tLndLinsz9ASoK > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQIncNNzNzhJ0TfOgsnHK9XwXr2KLo0H { width:20rem;height:23.375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AigEm8T6Ty1p4AVBZPRRyS0N35orK6OV { width:18.5rem;height:43.59375rem;top:4.3874969482422rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XBkydRk2v3FSWTxKVC6QrudRCpsmRrsr { display:flex;width:0.875rem;height:0.875rem;top:4.9499998092651rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #PrII7WITZMUseq8307OaMdngJPQwnnn4 { display:flex;width:0.875rem;height:0.875rem;top:13.199996948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz6Cu5XP8CGP8m8knOC9BoMM2LRHZco { display:flex;width:0.875rem;height:0.875rem;top:18.887496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k6qsXmhHCtkQmo0iJ8K4OAoUuNc9anRk { display:flex;width:0.875rem;height:0.875rem;top:24.512496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WhHm2gMb6eUT9WgKaCFaGgByr0pwwq0A { display:flex;width:0.875rem;height:0.875rem;top:29.949996948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XnrAG4DFp5bmUy3GqPcUORwSRzvinAtM { display:flex;width:0.875rem;height:0.875rem;top:35.762496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UfcfBKaxKZzxMpwBbi1TzUG3yqmNkZcw { display:flex;width:0.875rem;height:0.875rem;top:42.700000762939rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #E7NIVorXWipoTTkgJbUi18IV6nzI83X8 { width:20rem;height:3.0875rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P0OGd9U3s7v5094tiCixBZfo7ByiriQE { background-color:#f46a3e;background-image:none;display:block; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { background-color: transparent; background-image: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container > .video-iframe-container { display: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row > .video-iframe-container { display: none; }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .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); }#P0OGd9U3s7v5094tiCixBZfo7ByiriQE > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u99ePsFwhc2FdsRJq0Pc5ADSCbrIgPOe { width:9.375rem;height:2.43634375rem;top:20.8125rem;left:10.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dskSHgDHBHyQSvbrnD7y9Vbx15u6oTVX { width:3.75rem;height:3.75rem;top:15.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byJR7TOdNoVTvybxEeBTT4OEXTnViSHN { width:9.5625rem;height:4.8726875rem;top:20.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTEtvH10u74zJALHsciPhvS3yTAyU5o { width:9.375rem;height:6.09085625rem;top:7.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EISVDo0nv40QCXX2eJXnz9p8L4TyPtnO { width:3.75rem;height:3.75rem;top:3.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE1IGa966bitFuAqn8PggHnqu2kxrsyN { width:9.375rem;height:6.09085625rem;top:7.8125rem;left:10.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTe1gKRxmhxTMCHUm2THn8eAzhc0EMds { width:20rem;height:1.54375rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LvdMkZfdzPF812iU4B1CQRoG4uPb9gBK { width:20rem;height:13.75rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTk9mlCVcniMCD47OVPm74P0FhMtnNCO { width:3.75rem;height:3.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL422tCHMT760ET7oGvEM6nwmy6KGiMH { width:3.75rem;height:3.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd { background-color:#f46a3e;background-image:none;display:block; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { background-color: transparent; background-image: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container > .video-iframe-container { display: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row > .video-iframe-container { display: none; }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .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); }#azuW8T6ZnRFWmI8T24iGfSnGv77yKSKd > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdiSkFNlLzeMRnkt1cxLaZKR1TywLbVt { width:9.375rem;height:2.09925rem;top:22.625rem;left:10.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sk3TqmQdmiGnogrda0h70r70zrWCsDU0 { width:9.375rem;height:3.14886875rem;top:22.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ImekXp4Tuer2pQtUn3MfZZslfuUvad8U { width:9.375rem;height:2.09925rem;top:12.462501525879rem;left:10.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ofVRFPOzK0Bh1xKrFZrRhLEC9heruJyy { width:9.375rem;height:2.09925rem;top:12.462501525879rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wHfWorhaUtQq2deLbTiwTqsft9ssEEFM { width:20rem;height:3.0875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cFaBlrnIfdREqsm7R8FEcysEGyrN67wT { width:20rem;height:10.5rem;top:8rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGU6Rx4G9aN9LlnRCpJyMWdbnisJcW49 { width:4.9375rem;height:5.6875rem;top:16.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHNbVFkcRAU8NcpN6TgJgrQwKtOuQ7KF { width:4.9375rem;height:5.6875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1rmpyQnuNVsg3FGTmhbudZ9is6066Nn { width:4.9375rem;height:5.6875rem;top:6.1499996185303rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9iibvEHtfAQrSxdX80yBo3Olv08PVCQ { width:4.9375rem;height:5.6875rem;top:6.1499996185303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJgWNpdSygt7z2upWmZrgXk5GTNTOBIt { width:9.375rem;height:2.09925rem;top:32.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S4eJQJ9fHlTSv8igkMS5Ctypl4ho6ppm { width:4.9375rem;height:5.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrZ0moyQl40R4T9wq3D4qF7Ga0WUeFZ { width:4.9375rem;height:5.6875rem;top:26.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUHizvvBePRePVT7ZGODZyAuiFIaT1x { width:9.375rem;height:2.09925rem;top:32.8125rem;left:10.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nbbDntu3txX0XbryegThpBSPPKd2bL6C { background-color:#f46a3e;background-image:none;display:block; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { background-color: transparent; background-image: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container > .video-iframe-container { display: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row > .video-iframe-container { display: none; }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .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); }#nbbDntu3txX0XbryegThpBSPPKd2bL6C > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzuLCyOsxtoyVReFGuqTb6kfhbQLGUvV { width:20rem;height:16.875rem;top:3.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gg5T6cTCyP4l8K6RV2vTCS7RMou3TDo3 { width:13.6875rem;height:2.88628125rem;top:103.6875rem;left:5.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEa4dis9Wfw8TQutrxbies9SAhSqKtHo { width:4.875rem;height:5.625rem;top:102.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX0FseJaEzK57nq7uR8zXiFO2sLFCbQw { width:20rem;height:48.125rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPCmNQR8N2OHIufABxZ4y7c8eMV12UiF { width:20rem;height:49.21875rem;top:51.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 { width:20rem;height:28.1293125rem;top:21.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#ZFNhXQkoBstA6zDB39DrTuHfaVlAQgI3 li:before{  }
 }@media only screen and (max-width: 763px) { #sEzDxXRUk2MvS2Pdf6hN7Kx7K3TrMCRr { width:20rem;height:1.54375rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sr0wPWD2eavx74shH3pCrruMT81LwBeE { display:block; }#Sr0wPWD2eavx74shH3pCrruMT81LwBeE > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsoUquZUFTrxNVVCn7qGZwzXAMR7zAlP { width:6.625rem;height:1.0554125rem;top:4.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UatD6EkvRKzxM9TkTR2GamfxcoVEO87O { width:6.6875rem;height:4.22165rem;top:5.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTXKPracTZhPQGJqCqmcgUcZ2VNzSLxr { width:6.25rem;height:1.0554125rem;top:5.6875rem;left:0.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBnWxe4dZ2KTcmNQK1BQA38ZTBIB4y5d { width:6.625rem;height:1.0554125rem;top:4.1760406494141rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks0bPrGx7BWkkELerUGKT5r6TBx23hHm { width:6.625rem;height:4.25rem;top:5.6875rem;left:13.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mJKm8gzDyvVCzrN6qXLAfNDA5b0NAt { width:6.625rem;height:1.0554125rem;top:4.1760406494141rem;left:13.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mpy8GhiCcyApkc3ofFnRgEBNtP8NQf9R { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #MNEdQ1aDTtPpuTpTbJAdEW3XMzDNlZAc { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TJ8JE1W52oXb2WfXd9cAf3kW1kduSl4s { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:6.25rem;height:2.27575rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:6.25rem;height:2.27575rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:6.3125rem;height:3.125rem;top:0.33749389648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:6.25rem;height:3.125rem;top:0.33749389648438rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:6.25rem;height:1.137875rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:6.3125rem;height:3.125rem;top:0.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:6.25rem;height:2.27575rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:6.25rem;height:2.27575rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:6.25rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:6.25rem;height:1.137875rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 763px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:6.25rem;height:2.27575rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:6.25rem;height:2.27575rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 763px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:6.25rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 763px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:6.25rem;height:1.137875rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 763px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:18.125rem;height:2.624425rem;top:3.3375015258789rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:18.4375rem;height:7.795125rem;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) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:18.4375rem;height:2.624425rem;top:17.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:17.8125rem;height:1.125rem;top:20.200000762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vITsahchHhBVET633UbHnoAdLnzIXifs { width:18.125rem;height:1.125rem;top:27.293746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:18.125rem;height:3.93663125rem;top:23.106250762939rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:23.418750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:30.525001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:18.125rem;height:1.125rem;top:34.349998474121rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:18.125rem;height:3.93663125rem;top:30.212501525879rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #anbil5tP3hMlbvLL5BnyLALmZ1q7eMLv { width:0.625rem;height:0.625rem;top:46.068748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3d4UEXNiev7SIGQwXqmNgeiMdE69DT4 { width:18.4375rem;height:6.7491375rem;top:48.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6ASlVJVQ08wg23kyMcT8rnPNBE2HUCu { width:18.4375rem;height:2.624425rem;top:45.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9IZKNJANxThCwKcsNhChbOIX9PoJOks { width:0.625rem;height:0.625rem;top:57.462501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfucmqIGrh1lDklv1ENSGXdoV4Hw8MLz { width:18.4375rem;height:1.125rem;top:60.085418701172rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBpDpAHW1qRz7rquxtCKJoXZFidkKvC3 { width:18.4375rem;height:2.624425rem;top:57.150001525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:18.4375rem;height:2.624425rem;top:68.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:73.550003051756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:18.4375rem;height:2.624425rem;top:73.237503051756rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:8.125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NND6az7xgQt0kehMUa9THyT0zDpyEueC { width:18.4375rem;height:1.125rem;top:42.800003051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTUSiwEDOP6wcCUoGa0XPGptHJtfDCvB { width:18.4375rem;height:5.24884375rem;top:37.275001525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MwzAPzB2vRT3JEiKGtlkbrcnWS3Cdr41 { width:0.625rem;height:0.625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa6rlqMgkXziwEKiqDkeb0uHI8wTkVmv { width:18.4375rem;height:1.125rem;top:65.9375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKNa679mFL7HaTqhxf77AKgwFS63NDTT { width:18.4375rem;height:2.624425rem;top:63rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZJJlr4pDMRwX8MO52lEgfOamVgtlL0l { width:0.625rem;height:0.625rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:5.1967625rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:5.24884375rem;top:7rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:12.574996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:8.125rem;top:6.9187507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:15.481246948243rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:18.4375rem;height:5.1967625rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:18.4375rem;height:5.24884375rem;top:7rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:18.4375rem;height:1.125rem;top:12.574996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:18.4375rem;height:1.125rem;top:21.106246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:18.4375rem;height:5.24884375rem;top:15.543746948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:15.793746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { width:0.625rem;height:0.625rem;top:24.337501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { width:18.4375rem;height:1.125rem;top:26.962501525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { width:18.4375rem;height:2.624425rem;top:24.025001525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8I8vv7e2IGOdr5WR88UuCAE6MATsl7c { width:0.625rem;height:0.625rem;top:30.193748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgMoOShzLzLiLoh6yi44y60oX4xhvGnv { width:18.4375rem;height:5.62428125rem;top:32.818748474121rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7hckARBmkTmLv5BDl1uzmVS4KStAOJs { width:18.4375rem;height:2.624425rem;top:29.881248474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGxfhK3GJatfv8T5Ma0dzz5tHTCJnx3f { width:0.625rem;height:0.625rem;top:40.523956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO8LFvNguC65wUEgTrpNlognwLPy731I { width:18.4375rem;height:1.125rem;top:43.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJBkVnikfqVMPoSVKAuU3A6gd3LTDhg1 { width:18.4375rem;height:2.624425rem;top:40.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzBTy6HByJCUF6WfMf43P7WuQdeU2yTU { width:0.625rem;height:0.625rem;top:46.418746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBeGKXCZQA9dOK5HnTVPicsxqMobW5xF { width:18.4375rem;height:1.125rem;top:48.981246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iPKKc3lxvq4qcPyGAorsvlitnefx0ZvB { width:18.4375rem;height:2.624425rem;top:46.043746948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:18.4375rem;height:2.624425rem;top:51.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:18.4375rem;height:2.624425rem;top:56.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:18.4375rem;height:5.19675625rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:18.4375rem;height:5.24884375rem;top:7.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:18.4375rem;height:1.125rem;top:12.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q7r6FJR9DnWDORw1EJA7HO1WZWiohDsh { width:18.4375rem;height:1.12485625rem;top:21.106250762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cGtTibdzLyTv0pFT4HKqftlkegUul8HH { width:18.4375rem;height:5.24884375rem;top:15.543750762939rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D2mdXIZuH6kN5lmAmH1032mTkZMq5Ibz { width:0.625rem;height:0.625rem;top:15.918750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhRBefSNcT9UOIzSNA82I1H3ucFoCq6q { width:0.625rem;height:0.625rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPMrTxA5INaCntIedHbiibWcwdueizog { width:18.4375rem;height:1.12485625rem;top:32.124420166016rem;left:1.5617767572403rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zs9WO1tCxusZX1LTvhSwLn5HKIg7mwAZ { width:18.4375rem;height:7.873275rem;top:23.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:35.274444580078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { width:18.4375rem;height:5.62428125rem;top:37.949508666993rem;left:1.5617767572403rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:18.4375rem;height:2.624425rem;top:35.024887084961rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o1I4Kf1aaRpdk8olysTv2yTTBRRHFucQ { width:0.625rem;height:0.625rem;top:45.749710083007rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrvEhOvb3Wbf6ayquL2dkr5ARaNUW8L { width:18.4375rem;height:1.12485625rem;top:48.280822753906rem;left:1.5617767572403rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdqffWT3vgaqE8EKlfrnAMz1cuFiqN7x { width:18.4375rem;height:2.624425rem;top:45.356185913086rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:57.324508666993rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:18.4375rem;height:2.624425rem;top:57.012008666993rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:61.699508666993rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:18.4375rem;height:2.624425rem;top:61.374710083007rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XTz5zf1hAka8MOfJxxS91WNtDlUGLNHt { width:18.4375rem;height:1.12485625rem;top:54.137298583984rem;left:1.5617767572403rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5etH27EvvGhiOVcBhLLyMqOAhK7HUlm { width:18.4375rem;height:2.624425rem;top:51.174331665039rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X14K8yHcq6p5uGLknr67idb9XGlPhcz5 { width:0.625rem;height:0.625rem;top:51.486831665039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:18.4375rem;height:5.19675625rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:18.4375rem;height:5.24884375rem;top:6.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:18.4375rem;height:1.125rem;top:12.449996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:18.4375rem;height:1.125rem;top:20.806251525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:18.4375rem;height:5.24884375rem;top:15.231246948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:15.606246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGMJO0X3fEHDWfF90u5yOR5pFGGsrw2 { width:0.625rem;height:0.625rem;top:24.068748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyshTpUREAPgJd2b33fu1hI1rAhTeiqH { width:18.4375rem;height:3.375rem;top:26.681251525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBT8kfSrAMm4reDpxvPfnRPPeTfTB5am { width:18.4375rem;height:2.624425rem;top:23.693748474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { width:7.375rem;height:2.110825rem;top:31.731246948243rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { display:flex;width:1.5625rem;height:1.5625rem;top:32.023956298828rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { width:7.375rem;height:2.110825rem;top:31.731246948243rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:8.875rem;height:2.625rem;top:31.5625rem;left:11.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 763px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { display:flex;width:1.5625rem;height:1.5625rem;top:32.086456298828rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15016;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:15.9375rem;height:5.1967625rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:17.8125rem;height:2.624425rem;top:10.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:1.125rem;top:13.199996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:18.125rem;height:1.125rem;top:20.356246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:18.125rem;height:3.93663125rem;top:16.106246948243rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:16.418746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:23.443748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { width:18.125rem;height:1.125rem;top:27.4375rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:18.125rem;height:3.93663125rem;top:23.1875rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { width:0.625rem;height:0.625rem;top:30.649993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { width:18.4375rem;height:1.125rem;top:34.586456298828rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { width:18.4375rem;height:3.93663125rem;top:30.337493896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:18.4375rem;height:2.624425rem;top:65.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:70.061492919925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:18.4375rem;height:2.624425rem;top:69.748992919925rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SveEFw8nhtoEyTGWVuVPU5nV1iesH7h7 { width:0.625rem;height:0.625rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKdBEGdHBeX5Am2JQUewHys0x7lip3x { width:18.4375rem;height:2.624425rem;top:37.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AdVSySKDT1XezoSktiIE5f6WNWKIKhzV { width:18.4375rem;height:6.7491375rem;top:40.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1mEPUQ042DF413Nkx4n4DiFJ78U3JF { width:18.4375rem;height:1.125rem;top:52rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEEVxRVZQ0T8F70RLztLS0JUVE0pvNcV { width:18.4375rem;height:2.624425rem;top:49.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tw25PGzwAr9kFzwCBBr6Eiw3UZdmXAoZ { width:0.625rem;height:0.625rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbmMgwlmNp9TariHFXr7ixC5d8oBvtB { width:0.625rem;height:0.625rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opDQCUP3WAA321UR6SoAL1RbftHk6FA3 { width:18.4375rem;height:2.624425rem;top:54.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUTQmUgZeuOoxXUWJxqVLFpx9zQy32oM { width:18.4375rem;height:1.125rem;top:57.8125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #teKpTDfCE7SUuN6Kpfy94chUXi2fAyqe { width:0.625rem;height:0.625rem;top:60.935623168945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0SWrO1cVT26MqlGgCAaxSy0i0lm5ke9 { width:18.4360625rem;height:2.624425rem;top:60.622976303101rem;left:1.5632234811783rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:18.4375rem;height:3.89756875rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:18.4375rem;height:5.24884375rem;top:5.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:18.4375rem;height:1.125rem;top:11.137496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:18.4375rem;height:1.125rem;top:18.231246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:18.4375rem;height:3.93663125rem;top:13.981246948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:14.231246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:21.462501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:18.4375rem;height:1.125rem;top:25.400001525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:15.8125rem;height:3.93663125rem;top:21.150001525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kfMQAkEK3iqeV8RhvMwmsvk8geQheMuW { width:0.625rem;height:0.625rem;top:28.568748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN7T6LZZ5Mm7UMJ6KXcE8lMaf6nCUlLD { width:18.4375rem;height:5.62428125rem;top:31.193748474121rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7Bo31WC9Id5v0lzrTxiHVlE7UPeeTr8 { width:18.4375rem;height:2.624425rem;top:28.256248474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:18.4375rem;height:2.624425rem;top:54.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eSxwTwJVhzhVekMvKA74ddr3BuF7eNNx { width:18.4375rem;height:2.624425rem;top:38.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LNBBRq1ATX2TvEl2808KrIo7PDf4zNWv { width:0.625rem;height:0.625rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z30N3OblfCq87bE4U9wbbJ0ymvn1H29J { width:18.4375rem;height:1.125rem;top:41.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LgZW1MXT7KP2lLMSdkAbSgkDMmbcUn8F { width:18.4375rem;height:2.624425rem;top:50.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNU8eBgOtDKogZQbTP69EpoFEmMO0HA6 { width:0.625rem;height:0.625rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUpwKVg4gJ0EDhGpVp3voabKiI7M7pD5 { width:18.4375rem;height:1.125rem;top:47.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JRhh998uNyT4MVIAq5yph2qJsnpyAzUy { width:18.4375rem;height:2.624425rem;top:44.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8TFvz2c28eKVZLmyG02MMtTFnqg6fJn { width:0.625rem;height:0.625rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:18.4375rem;height:9.0943125rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:18.4375rem;height:5.24884375rem;top:10.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:15.875rem;height:2.25rem;top:16.262496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { width:18.4375rem;height:1.125rem;top:25.806251525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:18.4375rem;height:5.24884375rem;top:20.231246948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:20.606246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:36.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:18.4375rem;height:6.7491375rem;top:38.893737792969rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:18.4375rem;height:2.624425rem;top:35.90625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { width:7.375rem;height:2.110825rem;top:52.068740844726rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FWk58BcaT5MKBqdQhodStKRIUXGEVltz { display:flex;width:1.5625rem;height:1.5625rem;top:52.362487792969rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { width:7.375rem;height:2.110825rem;top:52.068740844726rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { width:9.375rem;height:2.625rem;top:51.8125rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block; }
 }@media only screen and (max-width: 763px) { #mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { display:flex;width:1.5625rem;height:1.5625rem;top:52.424987792969rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { width:18.4375rem;height:1.125rem;top:32.9375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:18.4375rem;height:3.93663125rem;top:28.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:48.024993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:18.4375rem;height:2.624425rem;top:47.587493896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15019;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:block; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:20rem;height:191.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUcMlVup8gHaLfQJlQTcrt5youd80q70 { width:18.4375rem;height:1.2991875rem;top:3.1000003814698rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUK3N6bcwXzbNLfxotJnLGcVU8zqeTDr { width:5rem;height:5.75rem;top:5.9874992370606rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFrJQHC0bdSXnGcmXUKCkaDfiKB9X3SM { width:0.625rem;height:0.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLWLQosubiHegnmU39T71oHifSowMbEK { width:12.8125rem;height:7.873275rem;top:5.9875030517578rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvnDae6KmOT0cMHMvof6xJkLmWE4euQ9 { width:18.4375rem;height:1.125rem;top:14.300003051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXyVF7Qw6dRpkETxH9gAWwIB9Km7cwug { width:18.4375rem;height:14.2910625rem;top:19.5rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UuTHwvb8lPPtVAEBV9snVghHxrEMvRnN { width:0.625rem;height:0.625rem;top:3.4375rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fndGAHEFHZmOirxf95SVgJ0ykuprW4aR { width:18.4375rem;height:14.2910625rem;top:51.693756103516rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLVnEHOHC1ridwX1UgOoBanQpK6Fix7T { width:5rem;height:5.75rem;top:38.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0oPyVTuneQ7aPcmHtQnMWDW3A8HOlbZ { width:18.4375rem;height:1.125rem;top:46.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADnplGKiaoAxBsmGT8bDzSw1ecPqS8dk { width:12.8125rem;height:7.873275rem;top:38.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXeIhusriupopeoGsdXAKq3N10CPL7Tc { width:0.625rem;height:0.625rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4HHHcpkfkEHbE6Tg4PH7z5Emem0JHwk { width:5rem;height:5.75rem;top:69.6875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFrT2J5fcgBCmXBEXelti32hCR74uerG { width:0.625rem;height:0.625rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HORcCp6CDFXX5VA3eLTFA1aOMTIU5LAt { width:18.4375rem;height:14.2910625rem;top:80.53125rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LveMCkXBW6XXyQtZ2oUZfpedgicolE94 { width:18.4375rem;height:1.125rem;top:75.28125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9suzI39EkLTDVXV5KTJphhheXTUNq1C { width:12.1875rem;height:5.24884375rem;top:69.71875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GtTy66dTcFsrJT9SFcwK509aNn0gkN1z { width:20rem;height:0.0625rem;top:96.681243896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXzt8B32MKxrpLsVWxEwnXQFEFKek2oN { width:18.4375rem;height:1.2991875rem;top:98.618743896488rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uR1dMq2ZL9mTGv4aH1ls0q6ZAGk32qDq { width:0.625rem;height:0.625rem;top:98.956253051756rem;left:0rem;z-index:15019;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k0vlpGvUMirJB35PThuD4rb16PQzMIaC { width:5rem;height:5.75rem;top:101.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCL5wEsu056gBR74MXHotIV8lF6RmgTD { width:0.625rem;height:0.625rem;top:102.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzVIArveZxAXWflkBKe6Zt2Ny1WwviqB { width:12.1875rem;height:5.24884375rem;top:101.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NpR0SmrwLtbLF7OswThUdr0IdvOu4FoQ { width:18.4375rem;height:1.125rem;top:107.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmCB5TGUxMvcvuU7bTioMAMEFZ9nFH3s { width:18.4375rem;height:14.2910625rem;top:112.75rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #piTW3JWrgS2OxpsSStia6WuUmmU9EnMn { width:5rem;height:5.75rem;top:130.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbI7gr4QERJ6fWmleQPpsNTwJazrzXFv { width:0.625rem;height:0.625rem;top:131.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwsgJf1a0sUcyXidN7Hc3VJxqWVAyxTI { width:12.625rem;height:7.873275rem;top:130.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KaPoGT8qNvtHokwZb4Ipp2Nod84pthSq { width:18.4375rem;height:1.125rem;top:138.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JubrxyNBITxUx7rkwZVR4CpTHCc4wF7e { width:18.4375rem;height:14.2910625rem;top:144.0625rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FvsEpxqVJd69W13J3UzT5IykJkCeNTd1 { width:5rem;height:5.75rem;top:162.08749389649rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqAldtCO6Fsm6cTmJ31EnAq5P2tcpmoO { width:0.625rem;height:0.625rem;top:162.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFlKf5QpuICaJlTXbmQSCZfs8v2ghi86 { width:12.6875rem;height:7.873275rem;top:162.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i41eTeXZsOzCZ1rLvpvUchkH6J4WcBJg { width:18.4375rem;height:1.125rem;top:170.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1HpEiFTpfU1dt7yPJgs29RzX011XwZW { width:18.4375rem;height:14.2910625rem;top:175.4375rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8qDGBmw66PqtqRpeITGe0aeAHLAWhxF { width:20rem;height:0.0625rem;top:35.675003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q87ZqqJN8IhI4NtoUeLbIOqS0royCZMM { width:20rem;height:0.0625rem;top:67.800003051756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaTXglzJO0BxHalLx78oeWhIVMaNUTc5 { width:20rem;height:0.0625rem;top:128.80000305176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcvZhRtQOfdVPZ4et2fK6PW2WtZdi8Ik { width:20rem;height:0.0625rem;top:160.11250305176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4qxgTMSBzlwPRtxAX8z8Zmzw62AXRT { width:1.875rem;height:2.125rem;top:16.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvXmpT53I6dHTlEK4zbsbtVtt9TgoViS { width:1.875rem;height:1.4625rem;top:16.5rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuh6ss1bIqcJkl2FJtP8RMnfe0S3FKOv { width:6.4375rem;height:1.49884375rem;top:16.418746948243rem;left:4.0625rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#f46a3e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9Q5rQuXidsAKwaUGZoG0D5XGXeEnq8 { width:1.875rem;height:2.125rem;top:48.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9FNs3F5MlvVsqe9sI525caIT6yu9AT7 { width:5rem;height:1.49884375rem;top:48.625rem;left:4rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#f46a3e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BKb3gVrOWE8VDkIrTe4BQDNt22G7ssTd { width:1.875rem;height:1.4625rem;top:48.625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpUyJR0ZBaeTXMx2AV7uBhb1FWTLeoxr { width:1.875rem;height:2.125rem;top:77.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFXdpcL0PT3ffHIWElmGwqHoD3NR2tyD { width:5rem;height:1.49884375rem;top:77.4375rem;left:4rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#f46a3e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z8SpZHAbsN9Vvl8PInN8M3kUriGO84Mq { width:1.875rem;height:1.4625rem;top:77.5rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTbAZKgBwseFqcE9FHNvDXTOcicbCgS { width:1.875rem;height:2.125rem;top:109.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADxskbDrMEGGIxB4ThKJk5RGlIetitiH { width:5rem;height:1.49884375rem;top:109.5rem;left:4rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#f46a3e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WmfE0E4kKbkU9n5z8mxN81nIV3aITz2S { width:1.875rem;height:1.4625rem;top:109.5rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdpCKVeXxLS8KFU8Gq3X8Vr4DfyE1BHc { width:1.875rem;height:2.125rem;top:140.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUl6u7zzbuoXUyn8tkp8ofkq1gSauXd { width:5rem;height:1.49884375rem;top:141.0625rem;left:4rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#f46a3e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VQXeD7hrqTWyM4OBlDmpWL6NHUrO6pFr { width:1.875rem;height:1.4625rem;top:141.0625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9JxFaavnfLST7AzzzOcwFWNzoUPrSD { width:1.875rem;height:2.125rem;top:172.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAnitvdhbx8cNH1OOoGmg59Qrex7v9F { width:5rem;height:1.49884375rem;top:172.375rem;left:4.0625rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#f46a3e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m2XxW7fvkB979FiJ6GARNwuEl2CBa0me { width:1.875rem;height:1.4625rem;top:172.4375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 { display:none; }#nWiFQV7mZl7dDmSfQhXTgta8PgSBheC3 > .row .container { width:20rem;height:253rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wUmqq3At3tipIt4vVokhQJrPGxJplpEv { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cXrAcxPgSVLhHkVuhKrQzDwcNlSfVxTc { width:18.4375rem;height:1.3rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJTolrQoTt8X2ETaMWyGcGZ5gTZq7vv { width:0.625rem;height:0.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVVRTcxd18dJCFaCErwTvUUUgfhDwNnD { width:18.4375rem;height:6.5625rem;top:6.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVTUyXFrOZzGtdpTGWED3Lhk4NFMUCCp { width:17.8125rem;height:2.25rem;top:13.450000762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GwB3n52IHTE5omr2FGf44uOXHVBSm6Hv { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXw296n2UJDG4iPKbMQaGOTMMaIQqUE5 { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SzLD4AylZ5bCRlLBIseOw5lbLuCd8yxt { width:18.4375rem;height:33.8rem;top:16.575000762939rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBdq7gBkO80X5rySB2TQrAOk4FnDBpQ1 { width:18.4375rem;height:33.8rem;top:62.787498474119rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkNm4VP8JSTwFDr4ANBfZt1GuWOMXONK { width:18.4375rem;height:2.25rem;top:59.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGOX4SqxtItXm5xDZAkqw5bxqgutvUbc { width:18.4375rem;height:6.5625rem;top:52.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCGJUnBHeNTo50hldl7Eh8aat36QdBRc { width:5rem;height:5rem;top:36.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hp6Q1cxFR9nTqpNVNZuKN6CZlT19LqHw { width:0.625rem;height:0.625rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX563VbzpNilihRsy9pi1h6xftBQeihp { width:5rem;height:5rem;top:64rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhrPHWTggobwyccp0agQDC0zzw0lJG4Z { width:0.625rem;height:0.625rem;top:98.837493896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDcDrMIwK9fk5Nm1uEOknXw5WufNT1Es { width:18.4375rem;height:27.3rem;top:104.71249389649rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ar8Tqeuk1c0VGouDNA1iypndoZurpXKy { width:18.4375rem;height:1.125rem;top:102.71249389649rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #icrqIZio6Mo4kJAAHBcy8QiI4Sxw0vLF { width:18.4375rem;height:3.9375rem;top:98.462493896488rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UOccV25WPlRIddzZUvpBFA9OV8kGtCmW { width:18.4375rem;height:1.29948125rem;top:135.5000038147rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XUJB1N4isKO94me8yx6fkfBGrkVxt5Zw { width:0.625rem;height:0.625rem;top:135.83681106567rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ogHbwSvfMgukQpQTVZWVIAUwIUbLLEJE { width:18.4375rem;height:18.2rem;top:147.0000038147rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xJwQvGLeH7w3E7A26ON4TUaLBX3XSqnq { width:18.4375rem;height:1.125rem;top:144.86198043823rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2K1LiwNNZtGNviTOmSyL6cm5pGs1GK4 { width:18.4375rem;height:6.5625rem;top:138.04948043823rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8kEu9LzKo05O9058OLLfhDVpPPKtiyw { width:5rem;height:5rem;top:93.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8Skpx9gTNwCEIwv9bhyOPn3nFRqT6x4 { width:0.625rem;height:0.625rem;top:138.4375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQqRoTKmxs3LcytAR6ZDhPVGXei3vVNJ { width:20rem;height:0.0625rem;top:133.54948043823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4dPsHybbKzu8SuHaLAWdyp4PngZIom { width:18.4375rem;height:28.6rem;top:176.3750038147rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yQcQ9CImzT6TPIBiIKUnQ709LlZeUE9Q { width:5rem;height:5rem;top:116.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmdmS7z7XbNa2DaiwxpI70ZfbGPBMd2a { width:18.4375rem;height:1.125rem;top:174.1250038147rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZM5L5Egigx4o2UgPXtE5Q2kF8DkdvrE { width:18.4375rem;height:5.25rem;top:167.8125038147rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gn1dg9XRhR1ZfbbaCPrGZN46SmoQhoeo { width:0.625rem;height:0.625rem;top:168.1250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpQ9mPpI1WOl5AIurXiIbaNK04tiTcyA { width:0.625rem;height:0.625rem;top:207.33852005005rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmuwLHX2urUTNRcvNE5V8mpA3tz4ispB { width:5rem;height:5rem;top:144.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vpo7fQkTenrN9SRCQbVeHMA4BUrg6Ma1 { width:18.4375rem;height:37.7rem;top:213.71355056762rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEe84VUQ2T0rFEkuRrqUMAJa5kQ9T6ZP { width:18.4375rem;height:1.125rem;top:211.89410591126rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnJr8oXhno1qLhuL0vgWqTVcCWSQonty { width:18.4375rem;height:3.9375rem;top:207.33768177032rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:3.1875rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.137875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw { display:block; }#Z02vmbLwz3RO2COb976Iw9Qw75zJ1Gmw > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0p4rTyoVCJUrqNkx26R7b0bJP75b6aR { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:20rem;height:15.625rem;top:29.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.4363375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:17.5625rem;height:2.4363375rem;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.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:20rem;height:0.89375rem;top:43.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.2991875rem;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) { #EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU { display:none; }#EBHdeXLrlQh2eiqTCDM92Ze6Ecq7gtMU > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQOi8o659SVPxDz8hBKHFEeIZkA0ZEKB { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQezZdXLPS9FR7smkC3co4aoLOP4mrHG { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw9ICkasNeAEhPFCxhJmKothDaOc6fEZ { 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:none; }
 }@media only screen and (max-width: 763px) { #HA8RQL6dBKR4cLdzDTeFWBpFO8tfB0O6 { display:block; }
 }@media only screen and (max-width: 763px) { #TacLPl842595KMzh7wFPACWfgOeQL2hF { width:16.25rem;height:3.75rem;top:21.909362792969rem;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) { #sTAWWOa23zIezaiTdqNwAVHnHxXTPqte { display:block; }
 }@media only screen and (max-width: 763px) { #VqxHvryenZNUw14hXl1ecKcT3WgtxvnZ { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5WzTtzKESDXFF0OTN16Qzm8la98APDt { width:20rem;height:3.9rem;top:16.522918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxMm7umqB6Xg7Is7SfELNtD62ANBAbgq { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPA30Htt6kwfloOQDe765F1vIK2TUrr0 { width:17.5625rem;height:2.4375rem;top:13.75rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwJqf7waPfQuEcPQRFSdWiOpbpx0EgXV { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIhauB4ioGkZuruAL5A0yXTH1WMDoBPv { width:20rem;height:0.975rem;top:20.060424804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Z5bFiRM3iPqfVzqS7ElcVm4aRC9N2U { width:20rem;height:0.89375rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #omnFDfWttxSzV2TXZ5gzvlS6mLbpxXW7 { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xztECQVA8PWaTaHgywbUkdCs8ULnFa3G { width:20rem;height:0.89375rem;top:26.475006103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLugcxdq1VS6vMH40EWT4y2NrI56343U { width:5rem;height:5rem;top:12.5rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJ8RdfTiS4ylz7e741WNM3bOTf85oRUO { 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) { #ReZOAZRfdf1sqn5l0noF0gFghi0SIb1g { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJmKOblfC2dA88PryHrVxguA49J4ONGi { width:11.625rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #bRDMyJg1X009Z15e1iGl776AqyqOBsUo { display:block; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@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.1875rem;height:2.4508125rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;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:22.712493896484rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { width:17.5rem;height:4.90161875rem;top:22.587493896484rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { width:17.5rem;height:2.4508125rem;top:37.350006103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { display:flex;width:1.25rem;height:1.25rem;top:37.475006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { width:17.5rem;height:3.67621875rem;top:7.2375030517575rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { display:flex;width:1.25rem;height:1.25rem;top:7.3000030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { width:17.5rem;height:3.67621875rem;top:12.762496948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { display:flex;width:1.25rem;height:1.25rem;top:12.887496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { width:17.5rem;height:2.4508125rem;top:18.28125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { display:flex;width:1.25rem;height:1.25rem;top:18.5rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { width:17.5rem;height:6.127025rem;top:29.375rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { display:flex;width:1.25rem;height:1.25rem;top:29.5rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { width:17.5rem;height:14.78298125rem;top:40.34375rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4956a175-ae2f-4c4b-a659-6ed4c2bcca33/Hilton.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { 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) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { width:17.5rem;height:5.625rem;top:18.125rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { display:flex;width:10.3125rem;height:13.1875rem;top:5.5625rem;left:4.84375rem; }
 }@media only screen and (max-width: 763px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.4375rem;top:36.375rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 763px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:16.25rem;height:19rem;top:9.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:32.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRsmrtv9Jok3wTQnJgP9lIuPLxFaBzxy { width:20rem;height:5.24811875rem;top:29.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dvLkCk3gF06uRsbJymZrvZgfg4rMT8XB { width:16.25rem;height:3.75rem;top:24.75rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #c6giMgP2pyRKnUX5dRBNQZ8PIV8qu8Lq { display:block; }
 }@media only screen and (max-width: 763px) { #xHT4mQxNzf7As4Pik0dHk8397x5evOOZ { display:block; }#xHT4mQxNzf7As4Pik0dHk8397x5evOOZ > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ84UmCOFT78484WSgg4B3Vk20wwAiII { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #uqnHwpNRdMcxS7wDwa1DDEDVbPiEDTJT { display:block; }
 }@media only screen and (max-width: 763px) { #h2T1u8tOSPcPcCJxwx5WTWaOvs8ysr8X { width:14.6875rem;height:3.41145625rem;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) { #rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk { display:block; }#rkJoB9DTOJ8uxuJE3hyf59VW7Errn1Dk > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKIH4wRTLw7KLM2drbTBTh8NgLtwzsbk { width:15rem;height:4.5486125rem;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) { #Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 { display:block; }#Aw8JL2PB2CpNP4LrNvlSOcvUzWWGvFs0 > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #regW1t6nasDq6Cx0rw4JKgbVWp9hLPPW { width:20rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGdE8tlKi58tFa1q9cIgbqt5LeRRC80X { width:12.0625rem;height:1.6875rem;top:3.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4sqOlT814D3A6Q7gX1MN7Vf74GF0Du { width:15.6875rem;height:2rem;top:14.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdcEfMsZhahuBZcTGkckzOqdAtoVRtz { width:20rem;height:1.137875rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPya0h8pDqGSQGCAVRzDqqv2O0k9c4DC { width:8.3125rem;height:3.75rem;top:21.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTITfou6wGkSP7CTDNL8G47zlOT1KKOV { width:20rem;height:1.137875rem;top:19.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxBCf2WEcsx9M5uh5Q34IqTs91Zb0fe { width:8.75rem;height:2.375rem;top:7.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE { display:block; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOXZUquFKMrDcQZfB2Z4CDqIIpoX33gT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcMQii0P6J3275iKo88Ou1XtBMsrvGrM { 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) { #tZqsu4BLXQuN8Ka6sB9PmhS2M1mZiXpb { width:17.5rem;height:8rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg { display:block; }#z2A46FiqzK8g7nX4L5zPg6GVfwmAZAGg > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFc6Q53rlxPpl7NtMeHG25ZwRDCK8wrE { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytWxht8ImuaFpnnyEP8089ErK64oSTQb { 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) { #RqiUX7Q1lOKhdpo713IRmIz177mvohxb { width:20rem;height:1.2991875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIHI39od0oBWrdOgO6hQmPqeqQJWh0gk { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihS5saKuRKJMGyJ7XkzpibXLcySlBKJg { width:20rem;height:2.8125rem;top:17.587493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56Eyd6BnbuXvBf1aq7J30yXReWxxc4l { width:20rem;height:2.59838125rem;top:14.412506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NovZfNVgiQNqmordkSHEeeLa2nTkJprx { width:20rem;height:4.21875rem;top:25.637496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPdM47w9Fs7xeyaw2fLS231phfvT7yS { width:18.75rem;height:2.59838125rem;top:22.337493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFIqy8XTvcEAA5QzDxtwNBSmmy6a7hB { width:20rem;height:2.8125rem;top:35.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdWZdMusKO8Pm1egoJAoMZXTnEFdReTP { width:20rem;height:2.7625rem;top:31.762496948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR96hIxkoDhOm7DBa5xPz9K3vt3J1vQb { width:20rem;height:4.21875rem;top:42.881256103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0c4R21v6c6rEZH8bclG2fCbSJ8Nz77J { width:20rem;height:2.59838125rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXJdJmPR9xfp9Dvt4UdP5MdXGbqSkfN { width:20rem;height:4.21875rem;top:53.562506103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucuJeTnzuJxBdUHQUqDyx9HD1zexddT3 { width:20rem;height:3.89756875rem;top:49.100006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM { display:block; }#oC41Wxw25w2rUtJuX4Did1EtsXpxCvoM > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lANCZ4Gl94m17WuO4T81ZT8TdrcIO86T { 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) { #KSeXDMp8e0771D2HBpFaCXG4HHfyTpbK { width:15.25rem;height:2rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuJgWiLkHgorIoiPhvCUwuW2dnsQxci { width:20rem;height:26.71875rem;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) { #eryif9ALdGWic30LpUvhU5PJG1dz8dp7 { height:11.178125rem;width:20rem;top:38.832305908203rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loJNiUPVASitdQJH9Nr1atUccZzImKGp { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #loJNiUPVASitdQJH9Nr1atUccZzImKGp > .row .container { position:relative;display:block; } }