.legal-header {
  padding: 64px 0 40px;
  background: #ffffff;
  border-bottom: 1px solid #E2E8F0;
}

.legal-header__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.legal-header__breadcrumbs {
  margin-bottom: 24px;
}

.legal-header__breadcrumbs-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  line-height: 20px;
  letter-spacing: -0.1504px;
}

.legal-header__breadcrumbs-inner > span > span {
  display: inline-flex;
  align-items: center;
}

.legal-header__breadcrumbs-inner > span a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.12s linear;
}
.legal-header__breadcrumbs-inner > span a:hover {
  color: #0ea5e9;
}
.legal-header__breadcrumbs-inner > span a:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
  border-radius: 2px;
}

.legal-header__breadcrumbs-inner > span > svg {
  display: block;
  flex-shrink: 0;
  opacity: 0.35;
}

.legal-header__breadcrumbs-inner .breadcrumb_last {
  color: #1a1f3a;
  font-weight: 500;
}

.legal-header__heading {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.2637px;
  color: #1a1f3a;
}

.legal-header__updated {
  margin: 16px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #F1F5F9;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1504px;
}

.legal-header__updated-label {
  color: #64748b;
}

.legal-header__updated-date {
  color: #1a1f3a;
}

.legal-header__subtitle {
  margin: 24px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #64748b;
}
.legal-header__subtitle p {
  margin: 0 0 12px;
}
.legal-header__subtitle p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .legal-header {
    padding: 40px 0 32px;
  }
  .legal-header__heading {
    font-size: 40px;
  }
  .legal-header__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}