:root{--spacing-lock-none: 0;--spacing-lock-4xs: 2px;--spacing-lock-3xs: 6px;--spacing-lock-2xs: 8px;--spacing-lock-xs: 12px;--spacing-lock-sm: 16px;--spacing-lock-md: 24px;--spacing-lock-lg: 32px;--spacing-lock-xl: 48px;--spacing-lock-2xl: 64px;--spacing-lock-3xl: 80px;--spacing-static-lock-4xs: 2px;--spacing-static-lock-3xs: 6px;--spacing-static-lock-2xs: 8px;--spacing-static-lock-xs: 12px;--spacing-static-lock-sm: 16px;--spacing-static-lock-md: 24px;--spacing-static-lock-lg: 32px;--spacing-static-lock-xl: 48px;--spacing-static-lock-2xl: 64px;--spacing-static-lock-3xl: 80px}.section-progress-frame{--progress-frame-title-size: 16px;--progress-frame-title-line-height: 1.4;--progress-frame-title-tracking: 1.6px;--progress-frame-label-size: 16px;--progress-frame-label-weight: 700;--progress-frame-label-line-height: 1.3;--progress-frame-panel-radius: 12px;--progress-frame-mobile-bar-height: 8px;--progress-frame-wrapper-gap: 64px;--progress-frame-bars-gap: 32px;--progress-frame-bar-gap: 32px;--progress-frame-bars-inline-padding: clamp(24px, 12.3077vw, 48px);--progress-frame-wrapper-padding-top: 64px;--progress-frame-wrapper-padding-bottom: 80px;--progress-frame-fill-duration: .9s;--progress-frame-fill-ease: cubic-bezier(.22, 1, .36, 1);--progress-frame-grain-fallback: radial-gradient(circle at 17% 21%, rgb(34 24 18 / 26%) 0 .7px, transparent .8px), radial-gradient(circle at 73% 42%, rgb(34 24 18 / 20%) 0 .6px, transparent .7px), radial-gradient(circle at 42% 78%, rgb(34 24 18 / 18%) 0 .6px, transparent .7px);font-family:proxima-nova,sans-serif}.container--progress-frame{position:relative;isolation:isolate;background-color:transparent}.section-inner.inner--progress-frame{position:relative;z-index:1;isolation:isolate;overflow:hidden;box-sizing:border-box;border-radius:var(--progress-frame-panel-radius);background-color:#fff;background-image:linear-gradient(90deg,color-mix(in srgb,var(--progress-frame-gradient-start, #f4ece0) var(--progress-frame-gradient-opacity, 100%),transparent) 17.788%,color-mix(in srgb,var(--progress-frame-gradient-end, #f4ece0) var(--progress-frame-gradient-opacity, 100%),transparent) 84.615%)}.section-inner.inner--progress-frame:before,.section-inner.inner--progress-frame:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;pointer-events:none;border-radius:inherit;background-image:var(--progress-frame-grain-mobile, var(--progress-frame-grain-fallback));background-position:center bottom;background-repeat:var(--progress-frame-grain-repeat-mobile, repeat);background-size:var(--progress-frame-grain-size-mobile, 4px 4px, 7px 7px, 11px 11px);content:""}.section-inner.inner--progress-frame:before{mix-blend-mode:multiply;opacity:var(--progress-frame-grain-opacity, .2)}.section-inner.inner--progress-frame:after{mix-blend-mode:soft-light;opacity:calc(var(--progress-frame-grain-opacity, .2) * 2)}.container--progress-frame.progress-frame--grain-hidden .section-inner.inner--progress-frame:before,.container--progress-frame.progress-frame--grain-hidden .section-inner.inner--progress-frame:after{display:none}.progress-frame-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--progress-frame-wrapper-gap);box-sizing:border-box;width:100%;padding-top:var(--progress-frame-wrapper-padding-top);padding-bottom:var(--progress-frame-wrapper-padding-bottom)}.progress-frame-title{box-sizing:border-box;width:100%;margin:0;padding-left:var(--progress-frame-bars-inline-padding);padding-right:var(--progress-frame-bars-inline-padding);font-size:var(--progress-frame-title-size);font-weight:400;font-style:normal;line-height:var(--progress-frame-title-line-height);letter-spacing:var(--progress-frame-title-tracking);text-transform:uppercase;color:var(--progress-frame-text-color, #000000);word-break:break-word}.progress-frame-title.text-alignment-left{text-align:left}.progress-frame-title.text-alignment-center{text-align:center}.progress-frame-title.text-alignment-right{text-align:right}.progress-frame-title p{margin:0}.progress-frame-bars{display:flex;flex-direction:column;gap:var(--progress-frame-bars-gap);width:100%;margin:0;padding-left:var(--progress-frame-bars-inline-padding);padding-right:var(--progress-frame-bars-inline-padding);list-style:none}.progress-frame-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:var(--progress-frame-bar-gap);row-gap:var(--progress-frame-bar-gap);align-items:center;width:100%;color:var(--progress-frame-text-color, #000000)}.progress-frame-bar__label,.progress-frame-bar__value{min-width:0;font-size:var(--progress-frame-label-size);font-weight:var(--progress-frame-label-weight);font-style:normal;line-height:var(--progress-frame-label-line-height);white-space:nowrap}.progress-frame-bar__label{grid-column:1;grid-row:1}.progress-frame-bar__value{grid-column:2;grid-row:1;text-align:right}.progress-frame-bar__track{position:relative;grid-column:1 / -1;grid-row:2;display:block;overflow:hidden;width:100%;height:var(--progress-frame-mobile-bar-height);border-radius:100px;background-color:var(--progress-frame-track-color, #ffffff)}.progress-frame-bar__fill{position:absolute;top:0;right:auto;bottom:0;left:0;display:block;width:var(--progress-frame-progress, 0%);border-radius:inherit;background-color:var(--progress-frame-progress-fill, #c29c4d);transform:scaleX(0);transform-origin:left center;transition:transform var(--progress-frame-fill-duration) var(--progress-frame-fill-ease);will-change:transform}.progress-frame-bars.is-visible .progress-frame-bar__fill{transform:scaleX(1)}.progress-frame-bars.is-visible .progress-frame-bar:nth-child(2) .progress-frame-bar__fill{transition-delay:.12s}.progress-frame-bars.is-visible .progress-frame-bar:nth-child(3) .progress-frame-bar__fill{transition-delay:.24s}.progress-frame-bars.is-visible .progress-frame-bar:nth-child(4) .progress-frame-bar__fill{transition-delay:.36s}.progress-frame-bars.is-visible .progress-frame-bar:nth-child(5) .progress-frame-bar__fill{transition-delay:.48s}.progress-frame-bars.is-visible .progress-frame-bar:nth-child(6) .progress-frame-bar__fill{transition-delay:.6s}@media(min-width:768px){:root{--spacing-lock-4xs: 2px;--spacing-lock-3xs: 6px;--spacing-lock-2xs: 8px;--spacing-lock-xs: 12px;--spacing-lock-sm: 16px;--spacing-lock-md: 24px;--spacing-lock-lg: 32px;--spacing-lock-xl: 48px;--spacing-lock-2xl: 64px;--spacing-lock-3xl: 80px}}@media(min-width:1024px){:root{--spacing-lock-4xs: 4px;--spacing-lock-3xs: 8px;--spacing-lock-2xs: 16px;--spacing-lock-xs: 24px;--spacing-lock-sm: 32px;--spacing-lock-md: 48px;--spacing-lock-lg: 64px;--spacing-lock-xl: 80px;--spacing-lock-2xl: 104px;--spacing-lock-3xl: 132px}.section-inner.inner--progress-frame:before,.section-inner.inner--progress-frame:after{background-image:var(--progress-frame-grain-desktop, var(--progress-frame-grain-fallback));background-repeat:var(--progress-frame-grain-repeat-desktop, repeat);background-size:var(--progress-frame-grain-size-desktop, 4px 4px, 7px 7px, 11px 11px)}.progress-frame-wrapper{--progress-frame-wrapper-gap: 32px;--progress-frame-wrapper-padding-top: 48px;--progress-frame-wrapper-padding-bottom: 64px}.progress-frame-bars{--progress-frame-bars-gap: 16px;padding-left:0;padding-right:0}.progress-frame-title{padding-left:0;padding-right:0}.progress-frame-bar{grid-template-columns:195px minmax(0,500px) 195px;grid-template-rows:auto;column-gap:16px;row-gap:0;justify-content:center;max-width:922px;margin-left:auto;margin-right:auto}.progress-frame-bar__label,.progress-frame-bar__value{font-size:21px;font-weight:800}.progress-frame-bar__label{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;padding:10px}.progress-frame-bar__track{grid-column:2;grid-row:1;height:15px}.progress-frame-bar__value{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.progress-frame-bar__fill{transform:scaleX(1);transition:none}}
