.section--who-we-are .section__item {
  margin-bottom: 2.25rem;
}

.section--who-we-are .section__title-dot {
  margin-bottom: 2.9375rem;
}

.section--who-we-are .section__item--organization {
  margin-top: 4.5625rem;
}

@media (max-width: 63.99em) {
  .section--who-we-are .section__img-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .section--who-we-are .section__img-scroll img {
    max-width: none;
    width: 88.125rem;
    height: auto;
  }
}
.section--history__timeline {
  position: relative;
}

@media (max-width: 63.99em) {
  .section--history__timeline {
    border-top: 0.375rem solid #000;
  }
}
.section--history__timeline::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  left: 0.46875rem;
  width: 1px;
  background-color: var(--gray-200);
}

@media (min-width: 64em) {
  .section--history__timeline::before {
    left: 50%;
  }
}
@media (max-width: 63.99em) {
  .section--history__timeline::before {
    display: none;
  }
}
.section--history__item {
  position: relative;
  padding-bottom: 1.75rem;
}

.section--history__item:last-child {
  padding-bottom: 0;
}

.section--history__item:last-child::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 0.46875rem;
  width: 1px;
  background-color: var(--white);
  z-index: 1;
}

@media (min-width: 64em) {
  .section--history__item:last-child::after {
    left: 50%;
  }
}
@media (min-width: 64em) {
  .section--history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 63.99em) {
  .section--history__item {
    padding-bottom: 0;
    border-bottom: 1px solid var(--gray-200);
  }
  .section--history__item:last-child::after {
    display: none;
  }
}
@media (min-width: 64em) {
  .section--history__item--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section--history__item--left .section--history__inner {
    padding-right: 1.5625rem;
    text-align: right;
  }
}
@media (min-width: 64em) {
  .section--history__item--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section--history__item--right .section--history__inner {
    padding-left: 1.5625rem;
  }
}
.section--history__dot {
  position: absolute;
  top: 1.25rem;
  left: 0.46875rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--green-400);
  border-radius: 50%;
  z-index: 2;
}

@media (min-width: 64em) {
  .section--history__dot {
    left: 50%;
  }
}
@media (max-width: 63.99em) {
  .section--history__dot {
    display: none;
  }
}
.section--history__inner {
  padding-left: 2rem;
}

@media (min-width: 64em) {
  .section--history__inner {
    width: 50%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 63.99em) {
  .section--history__inner {
    position: relative;
    padding: 1.875rem 1.875rem 1.875rem 0;
  }
}
.section--history__year {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.84px;
  color: var(--green-400);
}

@media (max-width: 63.99em) {
  .section--history__year {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #b9b9b9;
    cursor: pointer;
  }
  .section--history__year::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.625rem;
    width: 1.25rem;
    height: 0.875rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-color: #777777;
    mask: no-repeat center/contain url("../images/common/mobile-menu/icon-arrow.png");
    -webkit-mask: no-repeat center/contain url("../images/common/mobile-menu/icon-arrow.png");
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, background-color 0.2s ease;
    transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  }
}
.section--history__desc {
  margin-top: 0.5rem;
  color: var(--gray-400);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.42px;
}

.section--history__desc p {
  margin: 0;
}

.section--history__desc p + p {
  margin-top: 0.125rem;
}

@media (max-width: 63.99em) {
  .section--history__desc {
    display: none;
    margin-top: 0.75rem;
    font-size: 1.6875rem;
    line-height: 1.55;
    color: var(--gray-700);
  }
  .section--history__desc p + p {
    margin-top: 1rem;
  }
}
@media (max-width: 63.99em) {
  .section--history__item.is-active .section--history__year {
    color: var(--green-400);
  }
  .section--history__item.is-active .section--history__year::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background-color: var(--green-400);
  }
}
@media (max-width: 63.99em) {
  .section--history__item.is-active .section--history__desc {
    display: block;
  }
}
.section--values__always {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 64em) {
  .section--values__always {
    margin-bottom: 3rem;
  }
}
.section--values__always-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.84px;
  color: var(--green-400);
}

@media (max-width: 63.99em) {
  .section--values__always-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: normal;
  }
}
.section--values__always-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.5rem;
  height: 12.5rem;
  margin: 1.5rem auto 0;
  border-radius: 50%;
  background-color: var(--green-200);
}

.section--values__always-icon img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 64em) {
  .section--values__always-icon {
    width: 19.8125rem;
    height: 19.8125rem;
  }
}
.section--values__vm {
  margin-bottom: 3.5rem;
}

@media (min-width: 64em) {
  .section--values__vm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6rem;
    margin-bottom: 4.5rem;
  }
  .section--values__vm::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dashed var(--green-500);
  }
}
.section--values__col--vm {
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .section--values__col--vm {
    padding-inline: 3.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .section--values__col--core {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.section--values__tag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.125rem;
  text-align: center;
}

.section--values__vm-divider {
  height: 1px;
  margin: 1rem 3.75rem;
  border-top: 1px dashed var(--green-500);
}

@media (min-width: 64em) {
  .section--values__vm-divider {
    margin: 1.5rem 0;
  }
}
.section--values__vm-divider--core {
  display: block;
  margin: 2rem 0;
}

@media (min-width: 64em) {
  .section--values__vm-divider--core {
    display: none;
  }
}
.section--values__tag {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 8.125rem;
  height: 2.5rem;
  padding-inline: 1rem;
  color: var(--white);
  white-space: nowrap;
}

@media (max-width: 63.99em) {
  .section--values__tag {
    height: 4.375rem;
  }
}
.section--values__tag--pill {
  border-radius: 1.25rem;
  background-color: var(--green-700);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.54px;
}

@media (max-width: 63.99em) {
  .section--values__tag--pill {
    width: 16.25rem;
    border-radius: 2.1875rem;
    font-size: 2rem;
    font-weight: 700;
  }
}
.section--values__tag--flag {
  padding-inline: 1rem;
  border-radius: 3.125rem;
  background-color: var(--green-400);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (max-width: 63.99em) {
  .section--values__tag--flag {
    width: 14.4375rem;
    font-size: 1.6875rem;
  }
}
.section--values__tag-desc {
  margin: 0;
  color: var(--gray-400);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.42px;
}

@media (max-width: 63.99em) {
  .section--values__tag-desc {
    font-size: 1.75rem;
    line-height: 1.55;
    color: var(--gray-700);
  }
}
.section--values__core-title {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.66px;
  color: var(--green-400);
}

@media (max-width: 63.99em) {
  .section--values__core-title {
    font-size: 2rem;
    font-weight: 700;
  }
}
.section--values__core-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section--values__core-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.section--values__core-item + .section--values__core-item {
  margin-top: 1rem;
}

.section--values__ceo .section__title-dot {
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .section--values__ceo-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section--values__ceo-photo {
  margin-bottom: 1.5rem;
}

.section--values__ceo-photo img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

@media (min-width: 64em) {
  .section--values__ceo-photo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0;
  }
  .section--values__ceo-photo img {
    width: 20.8125rem;
    margin-inline: 0;
  }
}
.section--values__ceo-text {
  color: var(--gray-400);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.42px;
}

.section--values__ceo-text p {
  margin: 0 0 1rem;
}

.section--values__ceo-text strong {
  font-weight: 700;
}

@media (max-width: 63.99em) {
  .section--values__ceo-text {
    font-size: 1.75rem;
    line-height: 1.46;
    color: var(--gray-700);
  }
}
.section--accountability__item {
  margin-bottom: 3rem;
}

.section--accountability__item:last-child {
  margin-bottom: 0;
}

.section--accountability__item .section__title-dot {
  margin-bottom: 1rem;
}

@media (max-width: 63.99em) {
  .section--accountability__item {
    margin-bottom: 6rem;
  }
  .section--accountability__item .section__title-dot {
    margin-bottom: 1.75rem;
  }
}
.section--accountability__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem 0.5rem;
  width: 100%;
  max-width: 20rem;
  height: 5.3125rem;
  margin: 2rem auto 0;
  border-radius: 0.625rem;
  background-color: var(--green-400);
  text-align: center;
  color: var(--white);
}

@media (max-width: 63.99em) {
  .section--accountability__btn {
    max-width: 33.125rem;
    height: 8.75rem;
    margin-top: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section--accountability__btn:hover {
    opacity: 0.9;
  }
}
.section--accountability__btn-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.54px;
}

@media (max-width: 63.99em) {
  .section--accountability__btn-title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.section--accountability__btn-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.39px;
}

.section--accountability__btn-label i {
  font-size: 1.0625rem;
}

@media (max-width: 63.99em) {
  .section--accountability__btn-label {
    gap: 1.5rem;
    font-size: 1.375rem;
  }
  .section--accountability__btn-label i {
    font-size: 1.4375rem;
  }
}
.section--transparency__table-block + .section--transparency__table-block {
  margin-top: 4.0625rem;
}

@media (max-width: 63.99em) {
  .section--transparency__table-block + .section--transparency__table-block {
    margin-top: 6.1875rem;
  }
}
.section--transparency__table-block {
  margin-bottom: 1.5rem;
}

@media (max-width: 63.99em) {
  .section--transparency__table-block {
    margin-bottom: 3.125rem;
  }
}
.section--transparency__table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0.75rem;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.66px;
  font-weight: 400;
  color: var(--gray-400);
}

.section--transparency__table-title span {
  -ms-flex-item-align: center;
  align-self: center;
}

.section--transparency__table-title img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: block;
  width: 3.75rem;
  margin-left: 0.375rem;
  margin-bottom: -0.375rem;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 63.99em) {
  .section--transparency__table-title {
    font-size: 2.125rem;
    color: var(--gray-700);
  }
  .section--transparency__table-title img {
    width: 8.875rem;
  }
}
@media (min-width: 64em) {
  .section--transparency__table-title {
    gap: 1.25rem;
  }
  .section--transparency__table-title img {
    width: 5.875rem;
  }
}
.section--transparency__table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.section--transparency__table {
  width: 100%;
  min-width: 37.5rem;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--gray-400);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.42px;
}

@media (max-width: 63.99em) {
  .section--transparency__table {
    font-size: 1.5rem;
    color: var(--gray-700);
  }
}
.section--transparency__table th,
.section--transparency__table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--gray-150);
  word-break: keep-all;
  word-wrap: break-word;
}

.section--transparency__table th:not(:last-child),
.section--transparency__table td:not(:last-child) {
  border-right: 1px solid var(--gray-150);
}

@media (max-width: 63.99em) {
  .section--transparency__table th,
  .section--transparency__table td {
    padding: 1.5rem 1rem;
  }
}
.section--transparency__table th:nth-child(1),
.section--transparency__table td:nth-child(1) {
  width: 44%;
}

.section--transparency__table th:nth-child(2),
.section--transparency__table td:nth-child(2) {
  width: 35%;
}

.section--transparency__table th:nth-child(3),
.section--transparency__table td:nth-child(3) {
  width: 21%;
}

.section--transparency__table th {
  color: var(--white);
  font-weight: 700;
  text-align: center;
}

.section--transparency__table tbody td:first-child {
  text-align: left;
}

.section--transparency__table tbody td:nth-child(2),
.section--transparency__table tbody td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

.section--transparency__table tbody tr.is-bold td:first-child {
  font-weight: 700;
}

.section--transparency__table tfoot td {
  border-bottom: none;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.section--transparency__table tfoot td:nth-child(2), .section--transparency__table tfoot td:nth-child(3) {
  font-weight: 400;
}

.section--transparency__table--revenue thead th,
.section--transparency__table--revenue tfoot td {
  background-color: var(--green-400);
}

.section--transparency__table--expenditure thead th,
.section--transparency__table--expenditure tfoot td {
  background-color: #e5006b;
}

.section--transparency__notes {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  color: var(--gray-400);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.42px;
}

@media (max-width: 63.99em) {
  .section--transparency__notes {
    font-size: 1.75rem;
    line-height: 1.43;
    color: var(--gray-700);
  }
}
.section--transparency__notes li {
  position: relative;
  padding-left: 1rem;
}

.section--transparency__notes li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--green-400);
}

.section--transparency__notes li + li {
  margin-top: 0.5rem;
}

@media (max-width: 63.99em) {
  .section--transparency__notes li {
    padding-left: 1.5rem;
  }
  .section--transparency__notes li::before {
    top: 1.125rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.section--transparency__highlight .section--transparency__notes {
  margin-bottom: 0;
}

.section--transparency__highlight-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: var(--gray-400);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.42px;
}

.section--transparency__highlight-title img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 63.99em) {
  .section--transparency__highlight-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.75rem;
    line-height: 1.686;
    color: var(--gray-700);
  }
  .section--transparency__highlight-title img {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 0.25em;
  }
}