.elementor-kit-5{--e-global-color-primary:#0B1020;--e-global-color-secondary:#5A5A5A;--e-global-color-text:#17232A;--e-global-color-accent:#0064E0;--e-global-color-eb9b750:#DEE2E9;--e-global-color-71e85e9:#CBEFFF;--e-global-color-4435eaf:#002161;--e-global-color-bca8930:#73869D;--e-global-color-945516f:#D7DDE1;--e-global-color-49b2fd9:#7C8692;--e-global-color-675f40f:#67788A;--e-global-color-ad29b85:#5B6772;--e-global-color-1c1fe17:#1C2B33;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"articulat-cf";--e-global-typography-accent-font-weight:500;--e-global-typography-91c9ec0-font-family:"Manrope";}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;font-weight:400;line-height:1em;letter-spacing:0px;color:#FFFFFF;border-radius:30px 30px 30px 30px;padding:17px 23px 17px 23px;}.elementor-kit-5 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:15px;padding:15px 22px 15px 22px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------------------------------ */
/* 1. :root */
/* ------------------------------ */

:root {
  --bc-text-black: #000;
  --bc-text-white: #fff;
  --bc-text-charcoal: #1c2b33;
  --bc-text-soft: #5d6c7b;
  --bc-text-meta: #505e6b;
  --bc-text-gray: #656f7d;
  --bc-text-muted: #8595a4;
  --bc-text-meta-bluegray: #304767;

  --bc-primary: #0064e0;
  --bc-border-clr: #dee2e9;
  --bc-light-gray: #f2f2f2;
  --bc-white-gray: #f5f5f7;

  --bc-border: solid 1px #dee2e9;
  
  --img-br: 12px;
  --img-wide: 1.65;

  --fs-lg: 18px;
  --fs-body: 16px;
  --fs-sm: 15px;
  --fs-xs: 14px;
  --fs-xxs: 12px;
  --fs-meta: 13px;
  --fs-nav: 14.5px;

  --btn-y: 14px;
  --btn-x: 22px;
  --btn-radius: 30px;

  --ls--2: -0.2px;
  --ls--1: -0.1px;
  --ls-0: 0;
  --ls-1: 0.1px;
  --ls-2: 0.2px;

  --fs-48: 48px;
  --fs-40: 40px;
  --fs-32: 32px;
  --fs-28: 28px;
  --fs-26: 26px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-16: 16px;
}

/* ------------------------------ */
/* 2. Base reset */
/* ------------------------------ */

* {
  box-sizing: border-box;
  scroll-padding: 60px;
  scroll-behavior: smooth;
}

/* ------------------------------ */
/* 3. Typography */
/* ------------------------------ */

body {
  font-size: var(--fs-body);
  color: var(--bc-text-charcoal);
  font-family: "Google Sans Flex", -apple-system, "system-ui", "helvetica neue",
    Sans-serif !important;
}

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: var(--ls--2);
}

h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: var(--ls--2);
  line-height: 1.2;
}

h3 {
  font-size: clamp(26px, 2.8vw, 32px);
  letter-spacing: var(--ls--1);
  line-height: 1.25;
}

h4 {
  font-size: clamp(22px, 2.8vw, 28px);
  line-height: 1.3;
}

h5 {
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.3;
}

h6 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.35;
}

/* body default */

p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.55;
}

.subtitle {
  font-size: var(--fs-lg);
  line-height: 1.5;
}

.meta {
  color: var(--bc-text-meta);
  font-size: var(--fs-meta);
  line-height: 1.4 !important;
  letter-spacing: var(--ls--1);
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.super {
    font-size: var(--fs-xs);
    letter-spacing: var(--ls--1);
    align-self: start;
    font-weight: 500;
}

article .super,
.bc-article-heading .super {
  color: var(--bc-primary);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-1);
  align-self: start;
   font-weight: 400;
}

.muted {
  color: var(--bc-text-muted);
}

.soft {
  color: var(--bc-text-soft);
}

.body-sm {
  font-size: var(--fs-sm);
}

.meta.strong {
  color: var(--bc-text-meta-bluegray);
}

.underline {
  text-decoration: underline;
}

/* ------------------------------ */
/* 4. Links */
/* ------------------------------ */

a {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

p a {
  color: var(--bc-primary);
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
}

a:not(.bc-btn):hover,
a:not(.bc-btn):focus {
  color: var(--bc-primary);
  text-decoration: none;
}

/* ------------------------------ */
/* 5. Buttons */
/* ------------------------------ */

.bc-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: var(--btn-y) var(--btn-x);
  border-radius: var(--btn-radius);
  text-align: center;

  border: 1px solid transparent;
  background: var(--bc-primary);
  color: var(--bc-text-white);
  
  flex-shrink: 0;
}

.bc-btn.outline {
  background: transparent;
  color: var(--bc-primary);
  border-color: var(--bc-border-clr);
}

.bc-btn.gray {
  background: var(--bc-light-gray);
  color: var(--bc-text-charcoal);
}

.bc-btn.clean {
  background: transparent;
  color: var(--bc-primary);
  border-color: none;
  padding: 10px 0;
}

.bc-btn.arrow {
    font-size: 20px;
    margin-right: 20px;
}

/* ------------------------------ */
/* 6. Blockquote */
/* ------------------------------ */

blockquote {
  font-size: var(--fs-28);
  line-height: 1.4;
  color: var(--bc-text-charcoal);
}

/* ----------------------- */
/* 7. Divider titles */
/* ----------------------- */

.divider-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xxs);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 80px;
    margin-top: 2px;
}

.divider {
    background: var(--bc-border-clr);
    height: 1px;
    width: 50%;
    flex-grow: 1;
}



/* ----------------------- */
/* containers */
/* ----------------------- */

.bcontainer {
  padding-inline: 1.625rem;
}

@media (width > 767px) {
  .bcontainer {
    padding-inline: 2.25rem;
  }
}

@media (width > 1024px) {
  .bcontainer {
    padding-inline: 2.5rem;
  }
}

@media (width > 1200px) {
  .bcontainer {
    padding-inline: 3rem;
  }
}

/* ----------------------- */
/* header */
/* ----------------------- */

#bc-topbar {
  height: 44px;
}

#bc-navbar-links li:nth-of-type(3) {
  flex-grow: 1;
}

#bc-navbar {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
}

/* ----------------------- */
/* footer */
/* ----------------------- */

.bc-footer h3 {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: var(--ls--2);
  margin-bottom: 14px;
}

.bc-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}

.bc-footer a {
  color: var(--bc-text-soft);
  font-size: var(--fs-nav);
  margin-bottom: 8px;
}

.bc-footer-copy {
  color: var(--bc-text-soft); /* 5c6776 */
  font-size: 12.5px;
}

.bc-footer-copy a {
  color: inherit;
}

.bc-foot-toggle svg {
  display: none;
}

@media (width < 1024px) {
  .bc-foot-toggle {
    cursor: pointer;
    border-top: solid 1px var(--bc-border-clr);
    padding-block: 1.375rem 0.25rem;

    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .bc-foot-toggle svg {
    display: inline-block;
    rotate: 90deg;
    opacity: 1;
    margin-top: -4px;
    fill: #5d6c7b70;
  }

  .bc-foot-panel {
    max-height: 0;
    overflow: hidden;
  }
}

@media (width < 1024px) {
  .bc-footer h3 {
    font-size: var(--fs-lg);
    font-weight: 500;
    letter-spacing: var(--ls-2);
  }

  .bc-footer ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .bc-footer a {
    font-size: var(--fs-sm);
    margin-block: 8px 10px;
  }
}


/*
/
/
/
/
/
/
/
/
/
*/


.logo {
  font-family: "articulat-cf";
  font-weight: 600;
  color: var(--bc-primary);
}

.btn-wrapper {
  display: flex;
  gap: 14px;
}

/* ----------------------- */
/* section: post type link block */
/* ----------------------- */

/* ----------------------- */
/* section: post type link item */
/* ----------------------- */

/* ----------------------- */
/* section: hoz scroll inpage menu */
/* ----------------------- */

/* ----------------------- */
/* hide topbar */
/* ----------------------- */

/* legal home
   legal pages
   case study template 
*/
.page-id-9336 #bc-topbar,
.page-id-8858 #bc-topbar,
.page-id-8854 #bc-topbar {
  display: none !important;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* COMPONENTS */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

/* ----------------------- */
/* page nav */
/* ----------------------- */

.bc-page-menu ul {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
}

.bc-page-menu ul {
  align-items: center;
  gap: 24px;
  font-size: var(--fs-nav);
  letter-spacing: var(--ls-1);
}

/* ----------------------- */
/* section width/padding/margins */
/* ----------------------- */

section.sm {
  max-width: 1100px !important;
  margin-inline: auto;
}

.bc-grid,
.section-heading:not(.span-all) {
  margin-block: 120px;
}

section:has(> .article-block) {
    padding-block: 60px
}

/* ----------------------- */
/* grid setup */
/* ----------------------- */

.bc-grid {
  display: grid;
  gap: 48px 24px;
  grid-template-columns: 1fr;
}

.bc-grid.col-3 {
  gap: 48px;
}

@media (width > 767px) {
  .bc-grid.col-2 {
    grid-template-columns: 1fr 1fr;
    /* remove case study page */
    gap: 100px;
  }

  .bc-grid.col-2:has(> .media) {
    align-items: center;
  }

  .bc-grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .bc-grid.people-wrap {
    grid-template-columns: 1.4fr 2fr;
    gap: 80px;
  }

  .flip .bc-grid .media {
    order: -1;
  }
}

.bc-grid-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ----------------------- */
/* section: 3 col */
/* ----------------------- */

.col-3 h3 {
  font-size: var(--fs-22);
  font-weight: 500;
}

.col-3 img {
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: var(--img-br);
}

.col-3 .link-card h3 {
  font-size: var(--fs-28);
  margin-block: 10px;
}

.col-3.link-cards {
  gap: 48px 32px;
}

.link-card img {
  aspect-ratio: 1.3;
  object-fit: cover;
}

/* ----------------------- */
/* section: half/half */
/* ----------------------- */

/* media col */

.bc-grid .media img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.bc-grid .media.wide img {
  aspect-ratio: 1.4;
}

/* article-like col */

/* hero */

/* ----------------------- */
/* section: heading */
/* ----------------------- */

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* centered */

.section-heading.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* if in grid cell */
.span-all {
  grid-column: 1 / -1;
}

.span-all.tight {
  margin-bottom: -20px;
}

.span-all.space {
  padding-bottom: 20px;
}

/* ----------------------- */
/* content col (grid & reg) */
/* ----------------------- */

.bc-grid .content,
.bcontent {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

.bc-grid .content .bc-btn {
  margin-top: 12px;
}

/* ----------------------- */
/* accordion */
/* ----------------------- */

/* static */

.bc-accordion {
  margin-top: -14px;
}

.bc-accordion h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.bc-accordion-item {
  padding: 22px 0 0px;
  margin-top: 22px;
  border-top: var(--bc-border);
  position: relative;
}

.bc-accordion-summary {
  cursor: pointer;
  padding: 10px 0;
}

.bc-accordion-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease;
}

.bc-accordion-inner {
  padding-bottom: 20px;
  padding-right: 40px;
}

/* autoplay */

.autoplay .bc-accordion-item {
  border-width: 1.5px;
}

.autoplay .bc-accordion h5 {
  font-weight: 600;
}

.autoplay .bc-accordion-progress {
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: #080808;
  transition: width 0s;
}

.autoplay .bc-accordion-item h5.bc-accordion-title {
  color: #5a5a5a;
}

.autoplay .bc-accordion-item.bc-active h5.bc-accordion-title {
  color: #080808;
}

/* ----------------------- */
/* section: subpage hero */
/* ----------------------- */

.bc-hero-wrapper {
  border-block: var(--bc-border);
}

.bc-hero {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-block: 100px;
  gap: 20px;
}

.bc-hero .subtitle {
  max-width: 550px;
}

.bc-hero h1 {
  font-size: 48px;
}

.bc-hero .bc-btn {
  margin-top: 12px;
}

/* ----------------------- */
/* section: subpage grid */
/* ----------------------- */

.grid-heading-block a.btn {
  display: inline-block;
  margin-top: 20px;
}

.grid-content-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 60px;
}

.grid-item {
  flex-basis: 28%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: var(--bc-border);
  padding-top: 32px;
}

@media (width < 1024px) {
  .grid-item {
    flex-basis: 40%;
  }
}

@media (width < 768px) {
  .grid-item {
    flex-basis: 100%;
  }
}

.grid-item h4 {
  font-size: 20px;
}

/* ----------------------- */
/* section: articles */
/* ----------------------- */

/* block */

.article-block {
  display: grid;
  gap: 48px 110px;
}

@media (width > 980px) {
  .article-block {
    grid-template-columns: 1fr 1fr;
  }
}

/* list */

.article-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 1024px) {
  .right {
    padding-right: 40px;
  }

  .left {
    padding-left: 40px;
    padding-right: 10px;
  }
}

/* ----------------------- */
/* article link card */
/* ----------------------- */

.case-study article,
.news article {
  padding-bottom: 20px;
}

/* standard: article link title */

article h3 {
  color: var(--bc-text-black);
}

article:not(.lg) h3,
.bc-sidebar a {
  font-size: var(--fs-lg);
  line-height: 1.4 !important;

  font-weight: 500;
  letter-spacing: var(--ls-1);
  margin-block: 8px 0px;
}

/* standard: article link desc */

article p {
  font-size: var(--fs-sm);
  line-height: 1.5;
  color: var(--bc-text-soft);
  letter-spacing: var(--ls-2);
  margin-block: 4px;
}

/* anchor tag styling */

article .meta {
  margin-top: 12px;
  letter-spacing: var(--ls-2);
}

/* lg */

article.lg {
  gap: 10px;
}

article.lg h3 {
  font-size: var(--fs-32);
  line-height: 1.3 !important;

  letter-spacing: var(--ls-1);
  font-weight: 600;
}

article.lg p {
  font-size: var(--fs-lg);
}

article.lg img {
  width: 100%;
  border-radius: var(--img-br);
  aspect-ratio: var(--img-wide);
  object-fit: cover;
}

.news article.lg img {
  margin-top: 40px;
}

.case-study article.lg img {
  margin-bottom: 40px;
}

/* text only */

.news article {
  display: flex;
  flex-direction: column;
}

article.line {
  padding-bottom: 60px;
  border-bottom: var(--bc-border);
  margin-bottom: 8px;
}

@media (width > 1024px) {
  article.line:last-child {
    padding-bottom: 60px;
    border-width: 0;
  }
}

@media (width < 768px) {
  article.line {
    padding-bottom: 28px;
    border-width: 0;
  }
}

/* side img */

.case-study article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 550px) {
  .case-study article {
    grid-template-columns: 0.4fr 0.6fr;
  }
}

.case-study article img {
  aspect-ratio: 1.25;
  border-radius: 14px;
  object-fit: cover;
}

/* ----------------------- */
/* section: hoz slider w/ arrows */
/* ----------------------- */

.people-slider {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 24px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.people-card {
  min-width: 30%;
  scroll-snap-align: start;
}

.people-card img {
  width: 100%;
  border-radius: 14px;
}

/* desktop: show bigger cards but still slide */
@media (min-width: 900px) {
  .people-card {
    min-width: 240px !important;
  }
}

.people-wrap .people-card img {
  aspect-ratio: 0.75 !important;
  object-fit: cover;
}

/* ----------------------- */
/* section: cta */
/* ----------------------- */

.cta > * {
  max-width: 480px;
}

.cta .logo {
  margin-bottom: -20px;
}

/* ----------------------- */
/* section: page meta */
/* ----------------------- */

.bc-article-footer-meta {
  display: flex;
  flex-direction: column;
  padding-block: 80px
}

@media (width > 880px) {
  .bc-article-footer-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.bc-article-footer-meta .meta {
  color: var(--bc-text-muted);
}

.bc-follow a,
.bc-press a {
  font-size: var(--fs-meta);
  font-weight: 500;
}

.bc-follow,
.bc-press {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bc-follow ul,
.bc-press ul {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
}

/* ----------------------- */
/* sidebar */
/* ----------------------- */

.bc-sidebar ul {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bc-sidebar li {
  padding-bottom: 32px;
  border-bottom: var(--bc-border);
}

.bc-sidebar a {
  padding-right: 60px;
  position: relative;
}

.bc-sidebar a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2025/12/tdesign_arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center right;
  width: 30px;
  height: 28px;
}

.sidebar .divider-title {
  margin-bottom: 32px;
}

/* sticky */

.bc-sidebar-wrapper.sticky {
  height: 100%;
}

.bc-sidebar.sticky {
  position: sticky;
  top: 60px;
}

/* ----------------------- */
/* contact form */
/* ----------------------- */

.bform input:focus,
.bform textarea:focus,
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: none !important;
}

.elementor-field-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.elementor-field-group input,
.elementor-field-group textarea {
  width: 100%;
  padding-inline: 1px;
  /*background-color: white !important;*/
}

.elementor-field-group label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #111;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.2s ease;
  /*background: white;*/
  padding: 0px;
  z-index: 1;
}

.elementor-field-group:focus-within label,
.elementor-field-group.has-value label {
  top: -4px;
  font-size: 12px !important;
  color: #0168ed;
}

@media (max-width: 768px) {
  .elementor-field-group:focus-within label,
  .elementor-field-group.has-value label {
    font-size: 11px;
    top: -6px;
  }

  .elementor-field-group label {
    transform: translateY(-70%);
  }
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* PAGES */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

/* ----------------------- */
/* home */
/* ----------------------- */

.home-hero {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.home-hero h1 {
  text-align: center;
  color: black;
}

/* ----------------------- */
/* article template */
/* ----------------------- */

.bc-article-heading {
  display: flex;
  flex-direction: column;
  padding-block: 40px 54px;
  gap: 14px;
}

.bc-article-heading h1 {
  font-size: var(--fs-40);
  max-width: 900px;
  line-height: 1.25;
}

img.bc-article-featimg {
  border-radius: 20px;
}

.bc-article-content h3 {
  margin-top: 60px;
}

.bc-article-content p {
  font-size: 17px;
  margin-block: 20px 26px;
}

/* meta */

.bc-article-meta {
  padding-block: 24px;
  border-block: var(--bc-border);
  margin-top: 40px;
}

@media (width > 767px) {
  .bc-article-meta {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 48px;
  }
}

.bc-article-meta p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bc-article-meta p:not(:last-child) {
  margin-bottom: 20px;
}

/* ----------------------- */
/* legal home */
/* ----------------------- */

.bc-legal-home h1 {
  font-size: var(--fs-48);
}

.bc-legal-home .subtitle {
  color: var(--bc-text-soft);
  padding-block: 120px 16px;
  font-size: var(--fs-26);
  letter-spacing: var(--ls-2);
}

.bc-legal-list {
  list-style: none;
  padding-inline-start: 0;
}

.bc-legal-list a {
  display: block;
  color: var(--bc-primary);
  padding-block: 32px;
  border-bottom: var(--bc-border);
  font-size: var(--fs-sm);
}

/* ----------------------- */
/* legal page */
/* ----------------------- */

.bc-legal-post .super {
  color: var(--bc-text-soft);
}

.bc-legal-post h1 {
  font-size: var(--fs-40);
  margin-block: 20px 48px;
}

.bc-legal-post h2 {
  font-size: var(--fs-lg);
  margin-top: 40px;
}

.bc-legal-post p {
  margin-top: 20px;
}

.bc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: var(--fs-meta);
  color: var(--bc-text-meta);
  padding-block: 18px;
}

.bc-breadcrumbs a,
.bc-breadcrumbs span.sep {
  color: var(--bc-text-charcoal);
}

.bc-legal-post .revision {
  border-top: var(--bc-border);
  padding-top: 40px;
  margin-top: 80px;
}/* End custom CSS */