/* =============================================================================
 * utilities.css — single-declaration helpers, generated from the inline
 * style="…" attributes that used to live in the views.
 *
 * MUST BE LOADED FIRST, and every declaration is !important. That pair is what
 * makes the conversion behaviour-preserving rather than merely tidy:
 *
 *   an inline style attribute beats every NORMAL declaration,
 *   and loses to every !important one.
 *
 * A first-loaded !important utility reproduces both halves exactly — it beats
 * normal rules, and loses to any other !important rule because that one comes
 * later in source order. Move this link later, or drop the !important, and the
 * cascade silently changes.
 *
 * Generated — do not hand-edit. Prefer a semantic class in components.css or
 * the relevant component sheet for anything new.
 * ========================================================================== */
/* accent-color */
.u-accent-color-var-c-red { accent-color: var(--c-red) !important; }

/* align-items */
.u-align-items-center { align-items: center !important; }
.u-align-items-flex-end { align-items: flex-end !important; }
.u-align-items-flex-start { align-items: flex-start !important; }
.u-align-items-stretch { align-items: stretch !important; }

/* background */
.u-background-hexfff { background: #fff !important; }
.u-background-none { background: none !important; }
.u-background-rgba-239-68-68-_12 { background: rgba(239,68,68,.12) !important; }
.u-background-var-gold-hexc9a24b { background: var(--gold,#C9A24B) !important; }
.u-background-var-surface-1 { background: var(--surface-1) !important; }
.u-background-var-surface-2 { background: var(--surface-2) !important; }

/* border */
.u-border-1px-solid-color-mix-in-srgb-var-text-1-calc-_12-100pct-transparent { border: 1px solid color-mix(in srgb, var(--text-1) calc(.12 * 100%), transparent) !important; }
.u-border-1px-solid-var-border-3 { border: 1px solid var(--border-3) !important; }
.u-border-none { border: none !important; }
.u-border-x { border: 0 !important; }

/* border-bottom */
.u-border-bottom-1px-solid-var-border-3 { border-bottom: 1px solid var(--border-3) !important; }
.u-border-bottom-1px-solid-var-border-3-rgba-255-255-255-_08 { border-bottom: 1px solid var(--border-3, rgba(255,255,255,.08)) !important; }
.u-border-bottom-1px-solid-color-mix-in-srgb-var-text-1-calc-_12-100pct-transparent { border-bottom: 1px solid color-mix(in srgb, var(--text-1) calc(.12 * 100%), transparent) !important; }

/* border-color */
.u-border-color-var-border-2 { border-color: var(--border-2) !important; }
.u-border-color-var-gold { border-color: var(--gold) !important; }

/* border-radius */
.u-border-radius-12px { border-radius: 12px !important; }
.u-border-radius-50pct { border-radius: 50% !important; }
.u-border-radius-6px { border-radius: 6px !important; }
.u-border-radius-8px { border-radius: 8px !important; }

/* border-top */
.u-border-top-1px-dashed-var-border-1 { border-top: 1px dashed var(--border-1) !important; }
.u-border-top-1px-dashed-var-surface-2 { border-top: 1px dashed var(--surface-2) !important; }
.u-border-top-1px-solid-color-mix-in-srgb-var-text-1-calc-_07-100pct-transparent { border-top: 1px solid color-mix(in srgb, var(--text-1) calc(.07 * 100%), transparent) !important; }
.u-border-top-1px-solid-var-border-2-hex1e293b { border-top: 1px solid var(--border-2, #1e293b) !important; }
.u-border-top-1px-solid-var-surface-2 { border-top: 1px solid var(--surface-2) !important; }
.u-border-top-2px-solid-color-mix-in-srgb-var-text-1-calc-_15-100pct-transparent { border-top: 2px solid color-mix(in srgb, var(--text-1) calc(.15 * 100%), transparent) !important; }

/* box-sizing */
.u-box-sizing-border-box { box-sizing: border-box !important; }

/* clear */
.u-clear-both { clear: both !important; }

/* color */
.u-color-hex374151 { color: #374151 !important; }
.u-color-var-c-amber { color: var(--c-amber) !important; }
.u-color-var-c-green { color: var(--c-green) !important; }
.u-color-var-c-red { color: var(--c-red) !important; }
.u-color-var-gold-text { color: var(--gold-text) !important; }
.u-color-var-gold-text-hexc9a24b { color: var(--gold-text,#C9A24B) !important; }
.u-color-var-ink { color: var(--ink) !important; }
.u-color-var-muted { color: var(--muted, var(--text-3)) !important; }   /* --muted is not a runtime token; --text-3 is the muted color */
.u-color-var-text-1 { color: var(--text-1) !important; }
.u-color-var-text-2 { color: var(--text-2) !important; }
.u-color-var-text-3 { color: var(--text-3) !important; }
.u-color-var-text-4 { color: var(--text-4) !important; }

/* cursor */
.u-cursor-not-allowed { cursor: not-allowed !important; }
.u-cursor-pointer { cursor: pointer !important; }

/* display */
.u-display-block { display: block !important; }
.u-display-flex { display: flex !important; }
.u-display-inline { display: inline !important; }
.u-display-inline-block { display: inline-block !important; }
.u-display-inline-flex { display: inline-flex !important; }
.u-display-none { display: none !important; }

/* flex */
.u-flex-1 { flex: 1 !important; }
.u-flex-1-1-220px { flex: 1 1 220px !important; }
.u-flex-1-1-240px { flex: 1 1 240px !important; }
.u-flex-1-1-260px { flex: 1 1 260px !important; }
.u-flex-2 { flex: 2 !important; }

/* flex-direction */
.u-flex-direction-column { flex-direction: column !important; }

/* flex-shrink */
.u-flex-shrink-x { flex-shrink: 0 !important; }

/* flex-wrap */
.u-flex-wrap-wrap { flex-wrap: wrap !important; }

/* float */
.u-float-right { float: right !important; }

/* font-family */
.u-font-family-monospace { font-family: monospace !important; }

/* font-size */
.u-font-size-1_1rem { font-size: 1.1rem !important; }
.u-font-size-1_25rem { font-size: 1.25rem !important; }
.u-font-size-1_2rem { font-size: 1.2rem !important; }
.u-font-size-1_3rem { font-size: 1.3rem !important; }
.u-font-size-1_4rem { font-size: 1.4rem !important; }
.u-font-size-1rem { font-size: 1rem !important; }
.u-font-size-2_5rem { font-size: 2.5rem !important; }
.u-font-size-3rem { font-size: 3rem !important; }
.u-font-size-65rem { font-size: .65rem !important; }
.u-font-size-72rem { font-size: .72rem !important; }
.u-font-size-75rem { font-size: .75rem !important; }
.u-font-size-76rem { font-size: .76rem !important; }
.u-font-size-78rem { font-size: .78rem !important; }
.u-font-size-7rem { font-size: .7rem !important; }
.u-font-size-82rem { font-size: .82rem !important; }
.u-font-size-85rem { font-size: .85rem !important; }
.u-font-size-875rem { font-size: .875rem !important; }
.u-font-size-8rem { font-size: .8rem !important; }
.u-font-size-9rem { font-size: .9rem !important; }
.u-font-size-95rem { font-size: .95rem !important; }

/* font-style */
.u-font-style-italic { font-style: italic !important; }

/* font-weight */
.u-font-weight-400 { font-weight: 400 !important; }
.u-font-weight-600 { font-weight: 600 !important; }
.u-font-weight-700 { font-weight: 700 !important; }
.u-font-weight-normal { font-weight: normal !important; }

/* gap */
.u-gap-1_25rem { gap: 1.25rem !important; }
.u-gap-1_5rem { gap: 1.5rem !important; }
.u-gap-1rem { gap: 1rem !important; }
.u-gap-2rem { gap: .2rem !important; }
.u-gap-35rem { gap: .35rem !important; }
.u-gap-4rem { gap: .4rem !important; }
.u-gap-5rem { gap: .5rem !important; }
.u-gap-6rem { gap: .6rem !important; }
.u-gap-6rem-1_2rem { gap: .6rem 1.2rem !important; }
.u-gap-75rem { gap: .75rem !important; }
.u-gap-9rem { gap: .9rem !important; }

/* height */
.u-height-100pct { height: 100% !important; }
.u-height-48px { height: 48px !important; }
.u-height-64px { height: 64px !important; }

/* justify-content */
.u-justify-content-center { justify-content: center !important; }
.u-justify-content-flex-end { justify-content: flex-end !important; }
.u-justify-content-space-between { justify-content: space-between !important; }

/* letter-spacing */
.u-letter-spacing-1em { letter-spacing: .1em !important; }
.u-letter-spacing-4em { letter-spacing: .4em !important; }

/* line-height */
.u-line-height-1_5 { line-height: 1.5 !important; }
.u-line-height-1_6 { line-height: 1.6 !important; }
.u-line-height-1_8 { line-height: 1.8 !important; }

/* margin */
.u-margin-0-0-1_5rem { margin: 0 0 1.5rem !important; }
.u-margin-0-0-1rem { margin: 0 0 1rem !important; }
.u-margin-0-0-_25rem { margin: 0 0 .25rem !important; }
.u-margin-1_25rem-0 { margin: 1.25rem 0 !important; }
.u-margin-1_5rem-0 { margin: 1.5rem 0 !important; }
.u-margin-1rem-0 { margin: 1rem 0 !important; }
.u-margin-25rem-0-0-1rem { margin: .25rem 0 0 1rem !important; }
.u-margin-25rem-0-_5rem { margin: .25rem 0 .5rem !important; }
.u-margin-25rem-0-_75rem { margin: .25rem 0 .75rem !important; }
.u-margin-4rem-0-0 { margin: .4rem 0 0 !important; }
.u-margin-4rem-0-1_2rem { margin: .4rem 0 1.2rem !important; }
.u-margin-4rem-0-_6rem { margin: .4rem 0 .6rem !important; }
.u-margin-5rem-0 { margin: .5rem 0 !important; }
.u-margin-5rem-0-1rem { margin: -.5rem 0 1rem !important; }
.u-margin-75rem-0-0 { margin: .75rem 0 0 !important; }
.u-margin-x { margin: 0 !important; }
.u-list-style-none { list-style: none !important; }

/* margin-bottom */
.u-margin-bottom-1_25rem { margin-bottom: 1.25rem !important; }
.u-margin-bottom-1_5rem { margin-bottom: 1.5rem !important; }
.u-margin-bottom-1rem { margin-bottom: 1rem !important; }
.u-margin-bottom-25rem { margin-bottom: .25rem !important; }
.u-margin-bottom-35rem { margin-bottom: .35rem !important; }
.u-margin-bottom-4rem { margin-bottom: .4rem !important; }
.u-margin-bottom-5rem { margin-bottom: .5rem !important; }
.u-margin-bottom-6rem { margin-bottom: .6rem !important; }
.u-margin-bottom-75rem { margin-bottom: .75rem !important; }
.u-margin-bottom-9rem { margin-bottom: .9rem !important; }

/* margin-left */
.u-margin-left-4rem { margin-left: .4rem !important; }
.u-margin-left-5rem { margin-left: .5rem !important; }
.u-margin-left-75rem { margin-left: .75rem !important; }
.u-margin-left-auto { margin-left: auto !important; }

/* margin-right */

/* margin-top */
.u-margin-top-1_25rem { margin-top: 1.25rem !important; }
.u-margin-top-1_5rem { margin-top: 1.5rem !important; }
.u-margin-top-1_6rem { margin-top: 1.6rem !important; }
.u-margin-top-1rem { margin-top: 1rem !important; }
.u-margin-top-2rem { margin-top: 2rem !important; }
.u-margin-top-2rem-2 { margin-top: .2rem !important; }
.u-margin-top-35rem { margin-top: .35rem !important; }
.u-margin-top-3rem { margin-top: .3rem !important; }
.u-margin-top-4rem { margin-top: .4rem !important; }
.u-margin-top-5rem { margin-top: .5rem !important; }
.u-margin-top-6rem { margin-top: .6rem !important; }
.u-margin-top-5rem-2 { margin-top: -.5rem !important; }
.u-margin-top-75rem { margin-top: .75rem !important; }
.u-margin-top-9rem { margin-top: .9rem !important; }

/* max-height */
.u-max-height-420px { max-height: 420px !important; }
.u-max-height-56px { max-height: 56px !important; }
.u-max-height-none { max-height: none !important; }

/* max-width */
/* 460px/640px are used by the hosted-content cards, whose width used to live in
   the same attribute as their dynamic brand colours — so they never appeared in
   the static set the rest of this file was generated from. */
.u-max-width-100pct { max-width: 100% !important; }
.u-max-width-100px { max-width: 100px !important; }
.u-max-width-120px { max-width: 120px !important; }
.u-max-width-140px { max-width: 140px !important; }
.u-max-width-150px { max-width: 150px !important; }
.u-max-width-160px { max-width: 160px !important; }
.u-max-width-180px { max-width: 180px !important; }
.u-max-width-200px { max-width: 200px !important; }
.u-max-width-220px { max-width: 220px !important; }
.u-max-width-280px { max-width: 280px !important; }
.u-max-width-300px { max-width: 300px !important; }
.u-max-width-320px { max-width: 320px !important; }
.u-max-width-420px { max-width: 420px !important; }
.u-max-width-480px { max-width: 480px !important; }
.u-max-width-520px { max-width: 520px !important; }
.u-max-width-560px { max-width: 560px !important; }
.u-max-width-700px { max-width: 700px !important; }
.u-max-width-720px { max-width: 720px !important; }
.u-max-width-760px { max-width: 760px !important; }
.u-max-width-80px { max-width: 80px !important; }
.u-max-width-900px { max-width: 900px !important; }
.u-max-width-none { max-width: none !important; }

/* min-width */
.u-min-width-170px { min-width: 170px !important; }
.u-min-width-180px { min-width: 180px !important; }
.u-min-width-220px { min-width: 220px !important; }

/* object-fit */
.u-object-fit-contain { object-fit: contain !important; }
.u-object-fit-cover { object-fit: cover !important; }

/* opacity */
.u-opacity-5 { opacity: .5 !important; }
.u-opacity-6 { opacity: .6 !important; }

/* overflow */
.u-overflow-hidden { overflow: hidden !important; }

/* overflow-wrap */
.u-overflow-wrap-anywhere { overflow-wrap: anywhere !important; }

/* padding */
.u-padding-1_25rem { padding: 1.25rem !important; }
.u-padding-1rem { padding: 1rem !important; }
.u-padding-35rem-0 { padding: .35rem 0 !important; }
.u-padding-45rem-_6rem { padding: .45rem .6rem !important; }
.u-padding-5rem-0 { padding: .5rem 0 !important; }
.u-padding-65rem-1rem { padding: .65rem 1rem !important; }
.u-padding-6rem { padding: .6rem !important; }
.u-padding-6rem-1rem { padding: .6rem 1rem !important; }
.u-padding-8px { padding: 8px !important; }
.u-padding-x { padding: 0 !important; }
.u-padding-block-6rem { padding-block: .6rem !important; }

/* padding-top */
.u-padding-top-4rem { padding-top: .4rem !important; }
.u-padding-top-5rem { padding-top: .5rem !important; }
.u-padding-top-6rem { padding-top: .6rem !important; }
.u-padding-top-x { padding-top: 0 !important; }

/* text-align */
.u-text-align-center { text-align: center !important; }
.u-text-align-left { text-align: left !important; }
.u-text-align-right { text-align: right !important; }

/* text-decoration */
.u-text-decoration-none { text-decoration: none !important; }

/* text-transform */
.u-text-transform-none { text-transform: none !important; }
.u-text-transform-uppercase { text-transform: uppercase !important; }

/* white-space */
.u-white-space-nowrap { white-space: nowrap !important; }

/* width */
.u-width-100pct { width: 100% !important; }
.u-width-120px { width: 120px !important; }
.u-width-48px { width: 48px !important; }
.u-width-50px { width: 50px !important; }
.u-width-64px { width: 64px !important; }
.u-width-6_5rem { width: 6.5rem !important; }
.u-width-90px { width: 90px !important; }

/* word-break */
.u-word-break-break-all { word-break: break-all !important; }
.u-word-break-break-word { word-break: break-word !important; }


/* ---- Chart bar sizes ----
   The bar charts compute round(n / max * 100), i.e. an integer 0-100, so
   every possible value has a class. This is what lets those bars drop
   their inline style attribute without needing a per-request <style>. */
.u-bar-h-0 { height: 0% !important; }
.u-bar-h-1 { height: 1% !important; }
.u-bar-h-2 { height: 2% !important; }
.u-bar-h-3 { height: 3% !important; }
.u-bar-h-4 { height: 4% !important; }
.u-bar-h-5 { height: 5% !important; }
.u-bar-h-6 { height: 6% !important; }
.u-bar-h-7 { height: 7% !important; }
.u-bar-h-8 { height: 8% !important; }
.u-bar-h-9 { height: 9% !important; }
.u-bar-h-10 { height: 10% !important; }
.u-bar-h-11 { height: 11% !important; }
.u-bar-h-12 { height: 12% !important; }
.u-bar-h-13 { height: 13% !important; }
.u-bar-h-14 { height: 14% !important; }
.u-bar-h-15 { height: 15% !important; }
.u-bar-h-16 { height: 16% !important; }
.u-bar-h-17 { height: 17% !important; }
.u-bar-h-18 { height: 18% !important; }
.u-bar-h-19 { height: 19% !important; }
.u-bar-h-20 { height: 20% !important; }
.u-bar-h-21 { height: 21% !important; }
.u-bar-h-22 { height: 22% !important; }
.u-bar-h-23 { height: 23% !important; }
.u-bar-h-24 { height: 24% !important; }
.u-bar-h-25 { height: 25% !important; }
.u-bar-h-26 { height: 26% !important; }
.u-bar-h-27 { height: 27% !important; }
.u-bar-h-28 { height: 28% !important; }
.u-bar-h-29 { height: 29% !important; }
.u-bar-h-30 { height: 30% !important; }
.u-bar-h-31 { height: 31% !important; }
.u-bar-h-32 { height: 32% !important; }
.u-bar-h-33 { height: 33% !important; }
.u-bar-h-34 { height: 34% !important; }
.u-bar-h-35 { height: 35% !important; }
.u-bar-h-36 { height: 36% !important; }
.u-bar-h-37 { height: 37% !important; }
.u-bar-h-38 { height: 38% !important; }
.u-bar-h-39 { height: 39% !important; }
.u-bar-h-40 { height: 40% !important; }
.u-bar-h-41 { height: 41% !important; }
.u-bar-h-42 { height: 42% !important; }
.u-bar-h-43 { height: 43% !important; }
.u-bar-h-44 { height: 44% !important; }
.u-bar-h-45 { height: 45% !important; }
.u-bar-h-46 { height: 46% !important; }
.u-bar-h-47 { height: 47% !important; }
.u-bar-h-48 { height: 48% !important; }
.u-bar-h-49 { height: 49% !important; }
.u-bar-h-50 { height: 50% !important; }
.u-bar-h-51 { height: 51% !important; }
.u-bar-h-52 { height: 52% !important; }
.u-bar-h-53 { height: 53% !important; }
.u-bar-h-54 { height: 54% !important; }
.u-bar-h-55 { height: 55% !important; }
.u-bar-h-56 { height: 56% !important; }
.u-bar-h-57 { height: 57% !important; }
.u-bar-h-58 { height: 58% !important; }
.u-bar-h-59 { height: 59% !important; }
.u-bar-h-60 { height: 60% !important; }
.u-bar-h-61 { height: 61% !important; }
.u-bar-h-62 { height: 62% !important; }
.u-bar-h-63 { height: 63% !important; }
.u-bar-h-64 { height: 64% !important; }
.u-bar-h-65 { height: 65% !important; }
.u-bar-h-66 { height: 66% !important; }
.u-bar-h-67 { height: 67% !important; }
.u-bar-h-68 { height: 68% !important; }
.u-bar-h-69 { height: 69% !important; }
.u-bar-h-70 { height: 70% !important; }
.u-bar-h-71 { height: 71% !important; }
.u-bar-h-72 { height: 72% !important; }
.u-bar-h-73 { height: 73% !important; }
.u-bar-h-74 { height: 74% !important; }
.u-bar-h-75 { height: 75% !important; }
.u-bar-h-76 { height: 76% !important; }
.u-bar-h-77 { height: 77% !important; }
.u-bar-h-78 { height: 78% !important; }
.u-bar-h-79 { height: 79% !important; }
.u-bar-h-80 { height: 80% !important; }
.u-bar-h-81 { height: 81% !important; }
.u-bar-h-82 { height: 82% !important; }
.u-bar-h-83 { height: 83% !important; }
.u-bar-h-84 { height: 84% !important; }
.u-bar-h-85 { height: 85% !important; }
.u-bar-h-86 { height: 86% !important; }
.u-bar-h-87 { height: 87% !important; }
.u-bar-h-88 { height: 88% !important; }
.u-bar-h-89 { height: 89% !important; }
.u-bar-h-90 { height: 90% !important; }
.u-bar-h-91 { height: 91% !important; }
.u-bar-h-92 { height: 92% !important; }
.u-bar-h-93 { height: 93% !important; }
.u-bar-h-94 { height: 94% !important; }
.u-bar-h-95 { height: 95% !important; }
.u-bar-h-96 { height: 96% !important; }
.u-bar-h-97 { height: 97% !important; }
.u-bar-h-98 { height: 98% !important; }
.u-bar-h-99 { height: 99% !important; }
.u-bar-h-100 { height: 100% !important; }

.u-bar-w-0 { width: 0% !important; }
.u-bar-w-1 { width: 1% !important; }
.u-bar-w-2 { width: 2% !important; }
.u-bar-w-3 { width: 3% !important; }
.u-bar-w-4 { width: 4% !important; }
.u-bar-w-5 { width: 5% !important; }
.u-bar-w-6 { width: 6% !important; }
.u-bar-w-7 { width: 7% !important; }
.u-bar-w-8 { width: 8% !important; }
.u-bar-w-9 { width: 9% !important; }
.u-bar-w-10 { width: 10% !important; }
.u-bar-w-11 { width: 11% !important; }
.u-bar-w-12 { width: 12% !important; }
.u-bar-w-13 { width: 13% !important; }
.u-bar-w-14 { width: 14% !important; }
.u-bar-w-15 { width: 15% !important; }
.u-bar-w-16 { width: 16% !important; }
.u-bar-w-17 { width: 17% !important; }
.u-bar-w-18 { width: 18% !important; }
.u-bar-w-19 { width: 19% !important; }
.u-bar-w-20 { width: 20% !important; }
.u-bar-w-21 { width: 21% !important; }
.u-bar-w-22 { width: 22% !important; }
.u-bar-w-23 { width: 23% !important; }
.u-bar-w-24 { width: 24% !important; }
.u-bar-w-25 { width: 25% !important; }
.u-bar-w-26 { width: 26% !important; }
.u-bar-w-27 { width: 27% !important; }
.u-bar-w-28 { width: 28% !important; }
.u-bar-w-29 { width: 29% !important; }
.u-bar-w-30 { width: 30% !important; }
.u-bar-w-31 { width: 31% !important; }
.u-bar-w-32 { width: 32% !important; }
.u-bar-w-33 { width: 33% !important; }
.u-bar-w-34 { width: 34% !important; }
.u-bar-w-35 { width: 35% !important; }
.u-bar-w-36 { width: 36% !important; }
.u-bar-w-37 { width: 37% !important; }
.u-bar-w-38 { width: 38% !important; }
.u-bar-w-39 { width: 39% !important; }
.u-bar-w-40 { width: 40% !important; }
.u-bar-w-41 { width: 41% !important; }
.u-bar-w-42 { width: 42% !important; }
.u-bar-w-43 { width: 43% !important; }
.u-bar-w-44 { width: 44% !important; }
.u-bar-w-45 { width: 45% !important; }
.u-bar-w-46 { width: 46% !important; }
.u-bar-w-47 { width: 47% !important; }
.u-bar-w-48 { width: 48% !important; }
.u-bar-w-49 { width: 49% !important; }
.u-bar-w-50 { width: 50% !important; }
.u-bar-w-51 { width: 51% !important; }
.u-bar-w-52 { width: 52% !important; }
.u-bar-w-53 { width: 53% !important; }
.u-bar-w-54 { width: 54% !important; }
.u-bar-w-55 { width: 55% !important; }
.u-bar-w-56 { width: 56% !important; }
.u-bar-w-57 { width: 57% !important; }
.u-bar-w-58 { width: 58% !important; }
.u-bar-w-59 { width: 59% !important; }
.u-bar-w-60 { width: 60% !important; }
.u-bar-w-61 { width: 61% !important; }
.u-bar-w-62 { width: 62% !important; }
.u-bar-w-63 { width: 63% !important; }
.u-bar-w-64 { width: 64% !important; }
.u-bar-w-65 { width: 65% !important; }
.u-bar-w-66 { width: 66% !important; }
.u-bar-w-67 { width: 67% !important; }
.u-bar-w-68 { width: 68% !important; }
.u-bar-w-69 { width: 69% !important; }
.u-bar-w-70 { width: 70% !important; }
.u-bar-w-71 { width: 71% !important; }
.u-bar-w-72 { width: 72% !important; }
.u-bar-w-73 { width: 73% !important; }
.u-bar-w-74 { width: 74% !important; }
.u-bar-w-75 { width: 75% !important; }
.u-bar-w-76 { width: 76% !important; }
.u-bar-w-77 { width: 77% !important; }
.u-bar-w-78 { width: 78% !important; }
.u-bar-w-79 { width: 79% !important; }
.u-bar-w-80 { width: 80% !important; }
.u-bar-w-81 { width: 81% !important; }
.u-bar-w-82 { width: 82% !important; }
.u-bar-w-83 { width: 83% !important; }
.u-bar-w-84 { width: 84% !important; }
.u-bar-w-85 { width: 85% !important; }
.u-bar-w-86 { width: 86% !important; }
.u-bar-w-87 { width: 87% !important; }
.u-bar-w-88 { width: 88% !important; }
.u-bar-w-89 { width: 89% !important; }
.u-bar-w-90 { width: 90% !important; }
.u-bar-w-91 { width: 91% !important; }
.u-bar-w-92 { width: 92% !important; }
.u-bar-w-93 { width: 93% !important; }
.u-bar-w-94 { width: 94% !important; }
.u-bar-w-95 { width: 95% !important; }
.u-bar-w-96 { width: 96% !important; }
.u-bar-w-97 { width: 97% !important; }
.u-bar-w-98 { width: 98% !important; }
.u-bar-w-99 { width: 99% !important; }
.u-bar-w-100 { width: 100% !important; }
