.text-brand-primary {
  color: #000 !important;
}

.bg-brand-primary {
  background-color: #000 !important;
}

.text-brand-accent {
  color: #5e222d !important;
}

.bg-brand-accent {
  background-color: #5e222d !important;
}

.text-brand-secondary {
  color: #99a895 !important;
}

.bg-brand-secondary {
  background-color: #99a895 !important;
}

.text-status-error {
  color: #e4343a !important;
}

.bg-status-error {
  background-color: #e4343a !important;
}

.text-status-success {
  color: #00ab4a !important;
}

.bg-status-success {
  background-color: #00ab4a !important;
}

.text-status-info {
  color: #3456e4 !important;
}

.bg-status-info {
  background-color: #3456e4 !important;
}

.text-status-alert {
  color: #eb7100 !important;
}

.bg-status-alert {
  background-color: #eb7100 !important;
}

:root {
  --font-family-base: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --font-family-sans-serif: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --skin-header-font: "Cabinet Grotesk";
  --skin-body-font: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --color-black: #000;
  --color-white: #fff;
  --color-neutrals-100: #f5f5f5;
  --color-neutrals-200: #9d9d9d;
  --color-neutrals-300: #555;
  --color-neutrals-400: #262626;
  --color-border-light: #e5e5e5;
  --color-demo-bg: #fafafa;
  --color-demo-border: #eee;
  --color-code-bg: #1a1a1a;
  --color-meta-bg: #f0f0f0;
  --brand-bordeaux-50: #ffd6de;
  --brand-bordeaux-100: #d47f8f;
  --brand-bordeaux-500: #5e222d;
  --brand-bordeaux-900: #46151e;
  --brand-salvia-50: #d8e9d3;
  --brand-salvia-100: #bfd3b9;
  --brand-salvia-500: #99a895;
  --brand-salvia-900: #4d5949;
  --brand-red-50: #fcebeb;
  --brand-red-500: #e4343a;
  --brand-red-700: #b91c1c;
  --brand-orange-50: #fff6ed;
  --brand-orange-500: #eb7100;
  --brand-orange-700: #b45309;
  --brand-blue-50: #e9ebf8;
  --brand-blue-500: #3456e4;
  --brand-blue-700: #1d4ed8;
  --brand-green-50: #e1f5ea;
  --brand-green-500: #00ab4a;
  --brand-green-700: #15803d;
  --brand-primary: #000;
  --brand-accent: #5e222d;
  --brand-secondary: #99a895;
  --status-error: #e4343a;
  --status-error-light: #fcebeb;
  --status-success: #00ab4a;
  --status-info: #3456e4;
  --status-alert: #eb7100;
  --spacing-0-25: .125rem;
  --spacing-0-5: .25rem;
  --spacing-0-75: .375rem;
  --spacing-1: .5rem;
  --spacing-1-5: .75rem;
  --spacing-2: 1rem;
  --spacing-2-5: 1.25rem;
  --spacing-3: 1.5rem;
  --spacing-3-5: 1.75rem;
  --spacing-4: 2rem;
  --spacing-4-5: 2.25rem;
  --spacing-5: 2.5rem;
  --spacing-6: 3rem;
  --spacing-7: 3.5rem;
  --spacing-8: 4rem;
  --spacing-10: 5rem;
  --spacing-13: 6.5rem;
  --spacing-15: 7.5rem;
  --spacing-18: 9rem;
  --spacing-30: 15rem;
  --spacing-35: 17.5rem;
  --spacing-65: 32.5rem;
  --color-text-neutral-default: #000;
  --color-text-neutral-negative: #fff;
  --blur-glass: 1.4375rem;
}

.furla-content-asset-page {
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}

@media (width >= 1024px) {
  .furla-content-asset-page {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.furla-content-asset-page__nav {
  margin-bottom: 2.5rem;
}

.furla-content-asset-page__back-btn {
  cursor: pointer;
  color: #000;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  padding: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: inline-flex;
}

.furla-content-asset-page__back-btn:hover {
  opacity: .6;
}

.furla-content-asset-page__back-btn:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-content-asset-page__back-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: block;
}

.furla-content-asset-page__header {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  width: 100%;
  max-width: 902px;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.furla-content-asset-page__title {
  text-align: left;
  color: #000;
  flex: 1;
  margin: 0;
  font-size: 3rem;
  font-weight: 750;
  line-height: 1;
}

@media (width >= 1024px) {
  .furla-content-asset-page__title {
    font-size: 3.5rem;
  }
}

.furla-content-asset-page__print-btn {
  cursor: pointer;
  color: #000;
  text-underline-offset: 3px;
  white-space: nowrap;
  background: none;
  border: none;
  flex-shrink: 0;
  align-items: center;
  gap: .5rem;
  padding: 0 0 18px;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .2s ease-in-out;
  display: inline-flex;
}

.furla-content-asset-page__print-btn:hover {
  opacity: .6;
}

.furla-content-asset-page__print-btn:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

@media (width <= 1023px) {
  .furla-content-asset-page__print-btn .furla-content-asset-page__print-label {
    display: none;
  }
}

.furla-content-asset-page__print-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: block;
}

.furla-content-asset-page__divider {
  border: none;
  width: 100%;
  max-width: 902px;
  margin: 0 auto 2.5rem;
}

.furla-content-asset-page__content {
  width: 100%;
  max-width: 902px;
  margin-left: auto;
  margin-right: auto;
}

.furla-content-asset-page__content h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 750;
  line-height: 1.2;
}

.furla-content-asset-page__content h2:first-child {
  margin-top: 0;
}

@media (width >= 1024px) {
  .furla-content-asset-page__content h2 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.furla-content-asset-page__content h3 {
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 750;
  line-height: 1.3;
}

@media (width >= 1024px) {
  .furla-content-asset-page__content h3 {
    font-size: 1.125rem;
  }
}

.furla-content-asset-page__content p {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

@media (width >= 1024px) {
  .furla-content-asset-page__content p {
    font-size: 1.125rem;
  }
}

.furla-content-asset-page__content a {
  color: #000;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.furla-content-asset-page__content a:hover {
  opacity: .6;
}

.furla-content-asset-page__content ul, .furla-content-asset-page__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.furla-content-asset-page__content ul li, .furla-content-asset-page__content ol li {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media (width >= 1024px) {
  .furla-content-asset-page__content ul li, .furla-content-asset-page__content ol li {
    font-size: 1.125rem;
  }
}

.furla-content-asset-page__content table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  overflow-x: auto;
}

@media (width >= 1024px) {
  .furla-content-asset-page__content table {
    display: table;
  }
}

.furla-content-asset-page__content thead tr {
  background-color: #f5f5f5;
  border-bottom: 2px solid #262626;
}

.furla-content-asset-page__content thead th {
  text-align: left;
  color: #000;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 750;
}

.furla-content-asset-page__content tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

.furla-content-asset-page__content tbody td:first-child, .furla-content-asset-page__content tbody th[scope="row"] {
  vertical-align: top;
  border: 1px solid #262626;
  width: 40%;
  padding: 1rem 1.25rem;
  font-weight: 750;
  color: #fff !important;
  background-color: #000 !important;
}

.furla-content-asset-page__content tbody td:not(:first-child) {
  color: #000;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  padding: 1rem 1.25rem;
  background-color: #fff !important;
}

.furla-content-asset-page__content tfoot tr {
  background-color: #f5f5f5;
  border-top: 2px solid #262626;
}

.furla-content-asset-page__content tfoot td {
  color: #000;
  border: 1px solid #e0e0e0;
  padding: 1rem 1.25rem;
  font-weight: 600;
}

.furla-content-asset-page__empty {
  text-align: center;
  color: #9d9d9d;
  padding: 4rem 0;
}

@media print {
  .furla-content-asset-page__nav, .furla-content-asset-page__print-btn, .furla-content-asset-page__divider {
    display: none !important;
  }

  .furla-content-asset-page {
    background: #fff !important;
    padding: 0 !important;
  }

  .furla-content-asset-page__title {
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
  }

  .furla-content-asset-page__content table {
    page-break-inside: auto;
    display: table !important;
  }

  .furla-content-asset-page__content tr {
    page-break-inside: avoid;
  }
}


/*# sourceMappingURL=contentAsset.css.map*/