body.plum-about-company-page {
  background: #f8f7f3;
  color: #10262a;
}

body.plum-about-company-page .plum-page-body,
body.plum-about-company-page .plum-page-body > .wp-block-post-content {
  margin: 0;
  max-width: none;
  padding: 0;
}

.plum-about-page,
.plum-about-page * {
  box-sizing: border-box;
}

.plum-about-page {
  --about-paper: #f8f7f3;
  --about-white: #ffffff;
  --about-ink: #10262a;
  --about-muted: #5d6f72;
  --about-line: #d7e0de;
  --about-cobalt: #071bc8;
  --about-teal: #0c7c78;
  --about-orange: #ef6c18;
  background: var(--about-paper);
  color: var(--about-ink);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0;
  overflow: clip;
}

.plum-about-page a {
  color: inherit;
  text-decoration: none;
}

.plum-about-page h1,
.plum-about-page h2,
.plum-about-page h3,
.plum-about-page p,
.plum-about-page figure,
.plum-about-page dl,
.plum-about-page ol {
  margin: 0;
}

.plum-about-shell {
  margin-inline: auto;
  max-width: 1320px;
  padding-inline: 32px;
  width: 100%;
}

.plum-about-hero {
  align-items: end;
  display: grid;
  isolation: isolate;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.plum-about-hero__image,
.plum-about-hero__overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.plum-about-hero__image {
  object-fit: cover;
  object-position: center 48%;
  z-index: -2;
}

.plum-about-hero__overlay {
  background: rgba(5, 25, 30, 0.63);
  z-index: -1;
}

.plum-about-hero__content {
  color: #fff;
  padding-bottom: 82px;
  padding-top: 120px;
}

.plum-about-eyebrow,
.plum-about-index,
.plum-about-final__inner > div:first-child > p,
.plum-about-technology-band__intro > p {
  color: var(--about-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.plum-about-hero .plum-about-eyebrow {
  color: #65e2dc;
}

.plum-about-hero__english {
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  opacity: 0.9;
}

.plum-about-hero h1 {
  font-size: 64px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 12px;
  max-width: 930px;
}

.plum-about-page--en .plum-about-hero h1 {
  max-width: 980px;
}

.plum-about-page--en .plum-about-fact:last-child strong {
  font-size: 34px;
  line-height: 1.15;
}

.plum-about-page--en .plum-about-business-list h3,
.plum-about-page--en .plum-about-records-firsts h3 {
  overflow-wrap: anywhere;
}

.plum-about-hero__lead {
  font-size: 24px;
  line-height: 1.55;
  margin-top: 22px;
  max-width: 800px;
}

.plum-about-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.plum-about-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 750;
  justify-content: center;
  min-height: 54px;
  padding: 12px 26px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.plum-about-button--primary {
  background: var(--about-orange);
  color: #fff !important;
}

.plum-about-button--primary:hover,
.plum-about-button--primary:focus-visible {
  background: #d95808;
}

.plum-about-button--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff !important;
}

.plum-about-button--secondary:hover,
.plum-about-button--secondary:focus-visible {
  background: #fff;
  color: var(--about-ink) !important;
}

.plum-about-button--light {
  background: #fff;
  color: var(--about-ink) !important;
}

.plum-about-button:focus-visible,
.plum-about-text-link:focus-visible,
.plum-about-page a:focus-visible {
  outline: 3px solid #65e2dc;
  outline-offset: 3px;
}

.plum-about-facts {
  background: var(--about-paper);
  border-bottom: 1px solid var(--about-line);
}

.plum-about-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: 0;
}

.plum-about-fact {
  border-left: 1px solid var(--about-line);
  min-height: 168px;
  padding: 38px 28px 34px;
}

.plum-about-fact:last-child {
  border-right: 1px solid var(--about-line);
}

.plum-about-fact strong {
  color: var(--about-cobalt);
  display: block;
  font-size: 42px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.05;
}

.plum-about-fact span {
  color: var(--about-muted);
  display: block;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 12px;
}

.plum-about-anchor-nav {
  background: #f8f7f3;
  border-bottom: 1px solid var(--about-line);
  position: sticky;
  top: 76px;
  z-index: 18;
}

.plum-about-anchor-nav__inner {
  display: flex;
  gap: 38px;
  overflow-x: auto;
  scrollbar-width: none;
}

.plum-about-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.plum-about-anchor-nav a {
  border-bottom: 3px solid transparent;
  color: #41565a;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 750;
  padding-block: 19px 16px;
}

.plum-about-anchor-nav a:hover,
.plum-about-anchor-nav a:focus-visible {
  border-color: var(--about-cobalt);
  color: var(--about-cobalt);
}

.plum-about-section {
  padding-block: 112px;
  scroll-margin-top: 150px;
}

.plum-about-section--paper {
  background: #fff;
}

.plum-about-section__heading {
  margin-bottom: 58px;
  max-width: 920px;
}

.plum-about-section__heading--split {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  max-width: none;
}

.plum-about-section__heading h2,
.plum-about-final h2 {
  font-size: 44px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 16px;
}

.plum-about-section__heading--split > p,
.plum-about-intro__copy p,
.plum-about-capability-chain p,
.plum-about-business-list p,
.plum-about-timeline p,
.plum-about-partners p {
  color: var(--about-muted);
}

.plum-about-intro {
  display: grid;
  gap: 54px 82px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.plum-about-intro .plum-about-section__heading {
  margin: 0;
}

.plum-about-intro__copy {
  display: grid;
  gap: 20px;
  padding-top: 34px;
}

.plum-about-intro__copy p:first-child {
  color: var(--about-ink);
  font-size: 20px;
  font-weight: 650;
}

.plum-about-identity {
  border-bottom: 1px solid var(--about-line);
  border-top: 1px solid var(--about-line);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plum-about-identity > div {
  border-left: 1px solid var(--about-line);
  padding: 26px 24px 30px;
}

.plum-about-identity > div:last-child {
  border-right: 1px solid var(--about-line);
}

.plum-about-identity dt {
  color: var(--about-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.plum-about-identity dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  margin: 10px 0 0;
}

.plum-about-capability-chain {
  border-bottom: 1px solid var(--about-line);
  border-top: 1px solid var(--about-line);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.plum-about-capability-chain li {
  border-left: 1px solid var(--about-line);
  min-height: 252px;
  padding: 28px 24px 34px;
}

.plum-about-capability-chain li:last-child {
  border-right: 1px solid var(--about-line);
}

.plum-about-capability-chain span,
.plum-about-business-list > article > span,
.plum-about-technology-band a span {
  color: var(--about-cobalt);
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.plum-about-capability-chain strong {
  display: block;
  font-size: 19px;
  line-height: 1.45;
  margin-top: 38px;
}

.plum-about-capability-chain p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 12px;
}

.plum-about-media-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.plum-about-media-strip figure {
  min-width: 0;
}

.plum-about-media-strip img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.plum-about-media-strip figcaption,
.plum-about-credentials-media figcaption {
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 12px;
}

.plum-about-business-list {
  border-top: 1px solid var(--about-line);
}

.plum-about-business-list article {
  align-items: center;
  border-bottom: 1px solid var(--about-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 56px minmax(0, 1fr) 190px;
  padding: 28px 0;
}

.plum-about-business-list h3 {
  font-size: 24px;
  font-weight: 720;
  line-height: 1.35;
}

.plum-about-business-list p {
  font-size: 15px;
  margin-top: 7px;
}

.plum-about-business-list article > a {
  color: var(--about-cobalt);
  font-size: 14px;
  font-weight: 800;
  justify-self: end;
}

.plum-about-business-list article > a::after {
  content: " →";
}

.plum-about-technology-band {
  background: #0c3c48;
  border-radius: 6px;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
  margin-top: 64px;
  overflow: hidden;
}

.plum-about-technology-band__intro,
.plum-about-technology-band a {
  min-height: 190px;
  padding: 30px 28px;
}

.plum-about-technology-band__intro {
  background: #082a32;
}

.plum-about-technology-band__intro > p {
  color: #68d8d2;
}

.plum-about-technology-band__intro h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 18px;
}

.plum-about-technology-band a {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plum-about-technology-band a:hover,
.plum-about-technology-band a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.plum-about-technology-band a span {
  color: #68d8d2;
}

.plum-about-technology-band a strong {
  font-size: 17px;
  line-height: 1.5;
}

.plum-about-timeline {
  border-top: 1px solid var(--about-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.plum-about-timeline li {
  border-bottom: 1px solid var(--about-line);
  border-right: 1px solid var(--about-line);
  min-height: 250px;
  padding: 28px 30px 34px;
}

.plum-about-timeline li:nth-child(3n + 1) {
  border-left: 1px solid var(--about-line);
}

.plum-about-timeline time {
  color: var(--about-cobalt);
  display: block;
  font-size: 48px;
  font-weight: 760;
  line-height: 1;
}

.plum-about-timeline h3 {
  font-size: 20px;
  margin-top: 34px;
}

.plum-about-timeline p {
  font-size: 14px;
  margin-top: 10px;
}

.plum-about-section--records {
  background: #0d272c;
  color: #fff;
}

.plum-about-section--records .plum-about-index {
  color: #66ddd7;
}

.plum-about-section--records .plum-about-section__heading--split > p {
  color: rgba(255, 255, 255, 0.7);
}

.plum-about-records-firsts {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plum-about-records-firsts article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 34px 32px 36px;
}

.plum-about-records-firsts article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.plum-about-records-firsts span,
.plum-about-records-catalog > section > span {
  color: #66ddd7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.plum-about-records-firsts h3 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 48px;
}

.plum-about-records-firsts p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
  margin-top: 18px;
}

.plum-about-records-firsts a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
}

.plum-about-records-firsts a:hover,
.plum-about-records-firsts a:focus-visible {
  color: #66ddd7;
}

.plum-about-records-firsts b,
.plum-about-records-catalog b {
  font-size: 18px;
  font-weight: 500;
}

.plum-about-records-catalog {
  background: var(--about-paper);
  color: var(--about-ink);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plum-about-records-catalog > section {
  border-bottom: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px 32px 38px;
}

.plum-about-records-catalog > section:last-child {
  border-right: 1px solid var(--about-line);
}

.plum-about-records-catalog > section > span {
  color: var(--about-teal);
}

.plum-about-records-catalog h3 {
  font-size: 22px;
  line-height: 1.45;
  margin-top: 15px;
}

.plum-about-records-catalog ol {
  counter-reset: plum-about-record;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.plum-about-records-catalog li {
  border-top: 1px solid var(--about-line);
  color: #4f6366;
  counter-increment: plum-about-record;
  display: grid;
  font-size: 14px;
  gap: 12px;
  grid-template-columns: 28px minmax(0, 1fr);
  line-height: 1.65;
  padding: 14px 0;
}

.plum-about-records-catalog li::before {
  color: var(--about-cobalt);
  content: counter(plum-about-record, decimal-leading-zero);
  font-size: 11px;
  font-weight: 800;
  padding-top: 3px;
}

.plum-about-records-catalog > section > a {
  align-items: center;
  color: var(--about-cobalt);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.plum-about-records-catalog > section > a:hover,
.plum-about-records-catalog > section > a:focus-visible {
  color: var(--about-teal);
}

.plum-about-records-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
  margin-top: 26px;
  max-width: 980px;
}

.plum-about-credentials-list {
  border-top: 1px solid var(--about-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plum-about-credentials-list > div {
  border-bottom: 1px solid var(--about-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 120px minmax(0, 1fr);
  padding: 26px 24px 28px 0;
}

.plum-about-credentials-list > div:nth-child(odd) {
  border-right: 1px solid var(--about-line);
}

.plum-about-credentials-list > div:nth-child(even) {
  padding-left: 28px;
}

.plum-about-credentials-list span {
  color: var(--about-teal);
  font-size: 13px;
  font-weight: 800;
}

.plum-about-credentials-list strong {
  font-size: 18px;
  line-height: 1.5;
}

.plum-about-credentials-media {
  margin-top: 56px;
}

.plum-about-credentials-media__grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.024fr);
}

.plum-about-credentials-media__grid img {
  border-radius: 6px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.plum-about-section--cooperation {
  background: #eef4f2;
}

.plum-about-partners {
  border-top: 1px solid #cbd8d5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plum-about-partners article {
  border-bottom: 1px solid #cbd8d5;
  border-left: 1px solid #cbd8d5;
  min-height: 244px;
  padding: 28px 24px 34px;
}

.plum-about-partners article:last-child {
  border-right: 1px solid #cbd8d5;
}

.plum-about-partners span {
  color: var(--about-teal);
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.plum-about-partners h3 {
  font-size: 21px;
  margin-top: 34px;
}

.plum-about-partners p {
  font-size: 14px;
  margin-top: 12px;
}

.plum-about-final {
  background: #102b31;
  color: #fff;
  padding-block: 82px;
}

.plum-about-final__inner {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.plum-about-final__inner > div:first-child > p {
  color: #67d8d2;
}

.plum-about-final h2 {
  font-size: 36px;
  max-width: 700px;
}

.plum-about-final .plum-about-actions {
  justify-content: flex-end;
  margin-top: 0;
  max-width: 560px;
}

.plum-about-text-link {
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 8px;
}

@media (max-width: 1280px) {
  .plum-about-shell {
    max-width: 1180px;
  }

  .plum-about-hero h1 {
    font-size: 52px;
  }

  .plum-about-section__heading h2 {
    font-size: 40px;
  }

  .plum-about-fact strong {
    font-size: 36px;
  }

  .plum-about-capability-chain li {
    padding-inline: 20px;
  }

  .plum-about-records-firsts article,
  .plum-about-records-catalog > section {
    padding-inline: 26px;
  }

  .plum-about-records-firsts h3 {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .plum-about-shell {
    padding-inline: 28px;
  }

  .plum-about-hero {
    min-height: 570px;
  }

  .plum-about-hero h1 {
    font-size: 44px;
  }

  .plum-about-hero__lead {
    font-size: 21px;
  }

  .plum-about-facts__grid,
  .plum-about-identity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plum-about-fact:nth-child(3),
  .plum-about-fact:nth-child(4),
  .plum-about-identity > div:nth-child(3),
  .plum-about-identity > div:nth-child(4) {
    border-top: 1px solid var(--about-line);
  }

  .plum-about-fact:nth-child(2),
  .plum-about-identity > div:nth-child(2) {
    border-right: 1px solid var(--about-line);
  }

  .plum-about-section {
    padding-block: 88px;
  }

  .plum-about-section__heading--split {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .plum-about-intro {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .plum-about-intro__copy {
    padding-top: 0;
  }

  .plum-about-capability-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plum-about-capability-chain li:nth-child(4),
  .plum-about-capability-chain li:nth-child(5) {
    border-top: 1px solid var(--about-line);
  }

  .plum-about-capability-chain li:nth-child(3) {
    border-right: 1px solid var(--about-line);
  }

  .plum-about-technology-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plum-about-technology-band__intro {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .plum-about-technology-band a:first-of-type {
    border-left: 0;
  }

  .plum-about-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plum-about-partners article:nth-child(2) {
    border-right: 1px solid #cbd8d5;
  }

  .plum-about-partners article:nth-child(3),
  .plum-about-partners article:nth-child(4) {
    border-top: 0;
  }

  .plum-about-final__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .plum-about-final .plum-about-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .plum-about-page {
    font-size: 16px;
  }

  .plum-about-shell {
    padding-inline: 20px;
  }

  .plum-about-hero {
    min-height: 560px;
  }

  .plum-about-hero__content {
    padding-bottom: 54px;
    padding-top: 90px;
  }

  .plum-about-hero h1 {
    font-size: 34px;
  }

  .plum-about-hero__english {
    font-size: 15px;
  }

  .plum-about-hero__lead {
    font-size: 19px;
  }

  .plum-about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .plum-about-button {
    width: 100%;
  }

  .plum-about-facts__grid,
  .plum-about-identity {
    grid-template-columns: 1fr;
  }

  .plum-about-fact,
  .plum-about-fact:nth-child(2),
  .plum-about-identity > div,
  .plum-about-identity > div:nth-child(2) {
    border-right: 1px solid var(--about-line);
  }

  .plum-about-fact:not(:first-child),
  .plum-about-identity > div:not(:first-child) {
    border-top: 1px solid var(--about-line);
  }

  .plum-about-fact {
    min-height: 0;
    padding: 26px 22px;
  }

  .plum-about-fact strong {
    font-size: 32px;
  }

  .plum-about-anchor-nav {
    position: static;
  }

  .plum-about-anchor-nav__inner {
    gap: 24px;
  }

  .plum-about-section {
    padding-block: 68px;
    scroll-margin-top: 24px;
  }

  .plum-about-section__heading {
    margin-bottom: 38px;
  }

  .plum-about-section__heading h2,
  .plum-about-final h2 {
    font-size: 31px;
  }

  .plum-about-capability-chain,
  .plum-about-media-strip,
  .plum-about-timeline,
  .plum-about-records-firsts,
  .plum-about-records-catalog,
  .plum-about-credentials-list,
  .plum-about-partners {
    grid-template-columns: 1fr;
  }

  .plum-about-capability-chain li,
  .plum-about-capability-chain li:nth-child(3),
  .plum-about-capability-chain li:last-child {
    border-right: 1px solid var(--about-line);
    min-height: 0;
  }

  .plum-about-capability-chain li:not(:first-child) {
    border-top: 1px solid var(--about-line);
  }

  .plum-about-capability-chain strong {
    margin-top: 20px;
  }

  .plum-about-business-list article {
    align-items: start;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .plum-about-business-list article > a {
    grid-column: 2;
    justify-self: start;
  }

  .plum-about-technology-band {
    grid-template-columns: 1fr;
  }

  .plum-about-technology-band__intro {
    grid-column: auto;
  }

  .plum-about-technology-band a {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    min-height: 150px;
  }

  .plum-about-timeline li,
  .plum-about-timeline li:nth-child(3n + 1) {
    border-left: 1px solid var(--about-line);
    min-height: 0;
  }

  .plum-about-timeline time {
    font-size: 40px;
  }

  .plum-about-records-firsts article,
  .plum-about-records-firsts article:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .plum-about-records-firsts article:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .plum-about-records-firsts h3 {
    font-size: 24px;
    margin-top: 26px;
  }

  .plum-about-records-firsts a {
    margin-top: 28px;
    padding-top: 0;
  }

  .plum-about-records-catalog > section,
  .plum-about-records-catalog > section:last-child {
    border-right: 1px solid var(--about-line);
    padding: 28px 22px 32px;
  }

  .plum-about-credentials-list > div,
  .plum-about-credentials-list > div:nth-child(even),
  .plum-about-credentials-list > div:nth-child(odd) {
    border-right: 0;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .plum-about-credentials-media__grid {
    grid-template-columns: 1fr;
  }

  .plum-about-credentials-media__grid img {
    height: auto;
  }

  .plum-about-partners article,
  .plum-about-partners article:nth-child(2),
  .plum-about-partners article:last-child {
    border-right: 1px solid #cbd8d5;
    min-height: 0;
  }

  .plum-about-partners article:not(:first-child) {
    border-top: 0;
  }

  .plum-about-final {
    padding-block: 64px;
  }

  .plum-about-final .plum-about-actions {
    width: 100%;
  }

  .plum-about-text-link {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plum-about-button {
    transition: none;
  }
}
