.remuneration-page,
.remuneration-owner,
.remuneration-canvas {
  background: #fff;
  color: #3c3c3b;
}

.remuneration-owner {
  overflow: clip;
}

.remuneration-canvas {
  padding-block: 72px 112px;
}

.remuneration-flow > * + * {
  margin-top: 96px;
}

.remuneration-section > * {
  margin-block: 0;
}

.remuneration-section > * + * {
  margin-top: 24px;
}

.remuneration-section .report-type-page-heading,
.remuneration-section .report-type-section-heading,
.remuneration-section .report-type-subsection-heading,
.remuneration-section .report-type-table-name {
  color: #184c97;
}

.remuneration-section .report-type-page-heading {
  margin-bottom: 20px;
}

.remuneration-section .report-type-section-heading {
  margin-top: 56px;
  margin-bottom: 22px;
}

.remuneration-section .report-type-subsection-heading {
  margin-bottom: 24px;
}

.remuneration-section .report-type-table-name {
  margin-top: 36px;
  margin-bottom: 16px;
  font-family: "Good Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.remuneration-section .report-type-body,
.remuneration-bullets li {
  width: 100%;
  max-width: none;
  color: #3c3c3b;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.remuneration-gri {
  color: #f05423;
  font: 700 16px/20px "Roboto", Arial, sans-serif;
}

.remuneration-lead {
  max-width: none;
}

.remuneration-bullets {
  margin: 18px 0 24px;
}

.remuneration-table-region {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  outline-offset: 4px;
}

.remuneration-table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #3c3c3b;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.remuneration-table__label-column {
  width: 85%;
}

.remuneration-table__value-column {
  width: 15%;
}

.remuneration-table thead th {
  padding: 14px 16px;
  border: 0;
  background: #184c97;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

.remuneration-table thead th:last-child {
  text-align: center;
}

.remuneration-table tbody th,
.remuneration-table tbody td {
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid #6f99cc;
  background: #fff;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.remuneration-table tbody .remuneration-table__value {
  background: #f2f6fc;
  font-weight: 700;
  text-align: center;
}

.remuneration-table tbody tr:last-child > * {
  border-bottom: 3px solid #184c97;
}

.source-strong {
  font-weight: 700;
}

html.remuneration-motion-ready [data-remuneration-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 860ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

html.remuneration-motion-ready [data-remuneration-reveal].is-remuneration-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

html.remuneration-motion-ready [data-remuneration-item] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 740ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--remuneration-item-delay, 0ms);
}

html.remuneration-motion-ready [data-remuneration-item].is-remuneration-item-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.remuneration-table__value [data-source-key] {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {
  .remuneration-canvas {
    padding-block: 48px 80px;
  }

  .remuneration-flow > * + * {
    margin-top: 72px;
  }

  .remuneration-section .report-type-section-heading {
    margin-top: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .remuneration-page * {
    scroll-behavior: auto !important;
  }

  html.remuneration-motion-ready [data-remuneration-reveal],
  html.remuneration-motion-ready [data-remuneration-item] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}
