@primer/react-brand 0.25.0 → 0.26.0-rc.609f003
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Bento/Bento.d.ts +54 -0
- package/lib/Bento/Bento.visual.spec.d.ts +1 -0
- package/lib/Bento/index.d.ts +1 -0
- package/lib/Testimonial/Testimonial.d.ts +0 -5
- package/lib/css/main.css +2251 -88
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +16 -0
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +5 -7
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +3 -4
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +4 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +5 -7
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +171 -0
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +9 -30
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +45 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +9 -45
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +14 -0
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +3 -4
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +2 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +5 -7
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +13 -0
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +3 -4
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +2 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +5 -7
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +33 -0
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +32 -0
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -4
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +3 -6
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +6 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +6 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -5
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +5 -9
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/hooks/useWindowSize.d.ts +14 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
!function(_,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("react")):"function"==typeof define&&define.amd?define("@primer/react-brand",[],r):"object"==typeof exports?exports["@primer/react-brand"]=r(require("react")):_["@primer/react-brand"]=r(_.React)}(this,(_=>(()=>{"use strict";var r={320:_=>{var r=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;_.exports=function(){try{if(!Object.assign)return!1;var _=new String("abc");if(_[5]="de","5"===Object.getOwnPropertyNames(_)[0])return!1;for(var r={},e=0;e<10;e++)r["_"+String.fromCharCode(e)]=e;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(_){return r[_]})).join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach((function(_){a[_]=_})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(_){return!1}}()?Object.assign:function(_,n){for(var i,o,d=function(_){if(null==_)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(_)}(_),l=1;l<arguments.length;l++){for(var t in i=Object(arguments[l]))e.call(i,t)&&(d[t]=i[t]);if(r){o=r(i);for(var m=0;m<o.length;m++)a.call(i,o[m])&&(d[o[m]]=i[o[m]])}}return d}},866:(_,r)=>{var e=60103,a=60106,n=60107,i=60108,o=60114,d=60109,l=60110,t=60112,m=60113,u=60120,c=60115,s=60116;if("function"==typeof Symbol&&Symbol.for){var B=Symbol.for;e=B("react.element"),a=B("react.portal"),n=B("react.fragment"),i=B("react.strict_mode"),o=B("react.profiler"),d=B("react.provider"),l=B("react.context"),t=B("react.forward_ref"),m=B("react.suspense"),u=B("react.suspense_list"),c=B("react.memo"),s=B("react.lazy"),B("react.block"),B("react.server.block"),B("react.fundamental"),B("react.debug_trace_mode"),B("react.legacy_hidden")}r.isFragment=function(_){return function(_){if("object"==typeof _&&null!==_){var r=_.$$typeof;switch(r){case e:switch(_=_.type){case n:case o:case i:case m:case u:return _;default:switch(_=_&&_.$$typeof){case l:case t:case s:case c:case d:return _;default:return r}}case a:return r}}}(_)===n}},570:(_,r,e)=>{_.exports=e(866)},837:(_,r,e)=>{e(320);var a=e(697),n=60103;if(r.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;n=i("react.element"),r.Fragment=i("react.fragment")}var o=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,d=Object.prototype.hasOwnProperty,l={key:!0,ref:!0,__self:!0,__source:!0};function t(_,r,e){var a,i={},t=null,m=null;for(a in void 0!==e&&(t=""+e),void 0!==r.key&&(t=""+r.key),void 0!==r.ref&&(m=r.ref),r)d.call(r,a)&&!l.hasOwnProperty(a)&&(i[a]=r[a]);if(_&&_.defaultProps)for(a in r=_.defaultProps)void 0===i[a]&&(i[a]=r[a]);return{$$typeof:n,type:_,key:t,ref:m,props:i,_owner:o.current}}r.jsx=t,r.jsxs=t},322:(_,r,e)=>{_.exports=e(837)},697:r=>{r.exports=_}},e={};function a(_){var n=e[_];if(void 0!==n)return n.exports;var i=e[_]={exports:{}};return r[_](i,i.exports,a),i.exports}a.n=_=>{var r=_&&_.__esModule?()=>_.default:()=>_;return a.d(r,{a:r}),r},a.d=(_,r)=>{for(var e in r)a.o(r,e)&&!a.o(_,e)&&Object.defineProperty(_,e,{enumerable:!0,get:r[e]})},a.o=(_,r)=>Object.prototype.hasOwnProperty.call(_,r),a.r=_=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})};var n={};return(()=>{a.r(n),a.d(n,{Accordion:()=>qr,AccordionContent:()=>Wr,AccordionHeading:()=>Or,AccordionRoot:()=>zr,ActionMenu:()=>bn,AnchorNav:()=>Je,Animate:()=>D,AnimationContext:()=>q,AnimationProvider:()=>Z,AnimationVariants:()=>W,Avatar:()=>Ae,AvatarShapes:()=>ye,AvatarSizes:()=>Ie,Box:()=>jn,BoxBackgroundColors:()=>Nn,BoxBorderColorOptions:()=>Gn,BoxBorderRadiusOptions:()=>Tn,BoxBorderWidthOptions:()=>An,BoxSpacingValues:()=>yn,Button:()=>E,ButtonGroup:()=>F_,ButtonSizes:()=>w,ButtonVariants:()=>h,CTABanner:()=>ea,CTAForm:()=>sa,Card:()=>Ua,CardIconColors:()=>za,Checkbox:()=>le,ColorModesEnum:()=>T_,ComparisonTable:()=>De,DEFAULT_TEXTAREA_COLS:()=>ue,DEFAULT_TEXTAREA_RESIZE:()=>ce,DEFAULT_TEXTAREA_ROWS:()=>me,FAQ:()=>Kr,FAQGroup:()=>ie,FormControl:()=>be,Grid:()=>B_,Heading:()=>L,HeadingLetterSpacing:()=>G,HeadingSizes:()=>y,HeadingStretch:()=>A,HeadingTags:()=>N,HeadingWeights:()=>T,Hero:()=>N_,Image:()=>t_,InlineLink:()=>Hr,Label:()=>i_,LabelColors:()=>Y,LabelSizes:()=>__,Link:()=>Rr,LinkVariants:()=>Fr,LogoSuite:()=>Jn,MinimalFooter:()=>Na,MinimalFooterSocialLinks:()=>ba,OrderedList:()=>la,Pillar:()=>Fa,PillarIconColors:()=>Aa,Prose:()=>En,Radio:()=>he,River:()=>Z_,RiverBreakout:()=>K_,SectionIntro:()=>rn,Select:()=>Se,Stack:()=>f_,StackAlignItemVariants:()=>h_,StackDirectionVariants:()=>x_,StackFlexWrapVariants:()=>w_,StackJustifyContentVariants:()=>k_,StackSpacingVariants:()=>P_,SubdomainNavBar:()=>Lr,Testimonial:()=>Ve,TestimonialQuoteMarkColors:()=>Ce,Text:()=>P,TextInput:()=>xe,TextSizes:()=>u,TextTags:()=>c,TextVariants:()=>s,TextWeights:()=>B,Textarea:()=>Be,ThemeContext:()=>G_,ThemeProvider:()=>C_,Timeline:()=>Xn,UnorderedList:()=>da,VideoPlayer:()=>Zn,_Button:()=>b,_ComparisonTable:()=>Oe,classMap:()=>j,defaultButtonSize:()=>f,defaultButtonVariant:()=>k,defaultCardIconColor:()=>Oa,defaultHeadingTag:()=>C,defaultLabelColor:()=>r_,defaultLabelSize:()=>e_,defaultPillarIconColor:()=>Ga,defaultQuoteMarkColor:()=>je,defaultRiverAlign:()=>z_,defaultRiverImageTextRatio:()=>V_,defaultStackDirection:()=>p_,defaultStackSpacing:()=>S_,defaultTextSize:()=>x,defaultTextTag:()=>g,defaultTextVariant:()=>p,useAnimation:()=>$,useTheme:()=>M_});var _=a(322),r=a(697),e=a.n(r);function i(_){var r,e,a="";if("string"==typeof _||"number"==typeof _)a+=_;else if("object"==typeof _)if(Array.isArray(_))for(r=0;r<_.length;r++)_[r]&&(e=i(_[r]))&&(a&&(a+=" "),a+=e);else for(r in _)_[r]&&(a&&(a+=" "),a+=r);return a}const o=function(){for(var _,r,e=0,a="";e<arguments.length;)(_=arguments[e++])&&(r=i(_))&&(a&&(a+=" "),a+=r);return a},d={Hero:"Primer_Brand__Hero-module__Hero___EM3jf","Hero--align-start":"Primer_Brand__Hero-module__Hero--align-start___m8GEr","Hero--align-center":"Primer_Brand__Hero-module__Hero--align-center___HUXm3","Hero-grid":"Primer_Brand__Hero-module__Hero-grid___ty4Y7","Hero-grid--block-end":"Primer_Brand__Hero-module__Hero-grid--block-end___vzO3L","Hero-grid--inline-end":"Primer_Brand__Hero-module__Hero-grid--inline-end___Hh_fz","Hero-actions":"Primer_Brand__Hero-module__Hero-actions___oH1NT","Hero-content":"Primer_Brand__Hero-module__Hero-content___kP85C","Hero-image":"Primer_Brand__Hero-module__Hero-image___ctmnL","Hero-label":"Primer_Brand__Hero-module__Hero-label___exV9w","Hero-heading":"Primer_Brand__Hero-module__Hero-heading___QuVBH","Hero-description":"Primer_Brand__Hero-module__Hero-description___vG4iA"},l={ExpandableArrow:"Primer_Brand__ExpandableArrow-module__ExpandableArrow___rkfek","ExpandableArrow--expanded":"Primer_Brand__ExpandableArrow-module__ExpandableArrow--expanded___gajDr","ExpandableArrow-stem":"Primer_Brand__ExpandableArrow-module__ExpandableArrow-stem___g4mdy","ExpandableArrow-stem--expanded":"Primer_Brand__ExpandableArrow-module__ExpandableArrow-stem--expanded___KwI_9","ExpandableArrow--reversed":"Primer_Brand__ExpandableArrow-module__ExpandableArrow--reversed___LPFUS"};function t({className:r,expanded:e=!1,reverse:a=!1,hidden:n,...i}){return(0,_.jsxs)("svg",{className:o(l.ExpandableArrow,e&&l["ExpandableArrow--expanded"],a&&l["ExpandableArrow--reversed"],r),width:"16",height:"16",viewBox:"0 0 16 16",fill:"none","aria-hidden":n,focusable:n?"false":void 0,...i,children:[(0,_.jsx)("path",{fill:"currentColor",d:"M7.28033 3.21967C6.98744 2.92678 6.51256 2.92678 6.21967 3.21967C5.92678 3.51256 5.92678 3.98744 6.21967 4.28033L7.28033 3.21967ZM11 8L11.5303 8.53033C11.8232 8.23744 11.8232 7.76256 11.5303 7.46967L11 8ZM6.21967 11.7197C5.92678 12.0126 5.92678 12.4874 6.21967 12.7803C6.51256 13.0732 6.98744 13.0732 7.28033 12.7803L6.21967 11.7197ZM6.21967 4.28033L10.4697 8.53033L11.5303 7.46967L7.28033 3.21967L6.21967 4.28033ZM10.4697 7.46967L6.21967 11.7197L7.28033 12.7803L11.5303 8.53033L10.4697 7.46967Z"}),(0,_.jsx)("path",{className:o(l["ExpandableArrow-stem"],e&&l["ExpandableArrow-stem--expanded"]),stroke:"currentColor",d:"M1.75 8H11",strokeWidth:"1.5",strokeLinecap:"round"})]})}const m={Text:"Primer_Brand__Text-module__Text___pecHN","Text--default":"Primer_Brand__Text-module__Text--default___DChoE","Text--muted":"Primer_Brand__Text-module__Text--muted___lTaVa","Text--700":"Primer_Brand__Text-module__Text--700___cOggy","Text--600":"Primer_Brand__Text-module__Text--600___ThppA","Text--500":"Primer_Brand__Text-module__Text--500___orDRu","Text--400":"Primer_Brand__Text-module__Text--400___y7m4l","Text--300":"Primer_Brand__Text-module__Text--300___TBQTB","Text--200":"Primer_Brand__Text-module__Text--200___XAIGT","Text--100":"Primer_Brand__Text-module__Text--100___csEom","Text--weight-heavy":"Primer_Brand__Text-module__Text--weight-heavy___ege7O","Text-narrow--weight-heavy":"Primer_Brand__Text-module__Text-narrow--weight-heavy___EZzqD","Text--weight-extrabold":"Primer_Brand__Text-module__Text--weight-extrabold____UVFN","Text-narrow--weight-extrabold":"Primer_Brand__Text-module__Text-narrow--weight-extrabold___ts3be","Text--weight-bold":"Primer_Brand__Text-module__Text--weight-bold___jgFdL","Text-narrow--weight-bold":"Primer_Brand__Text-module__Text-narrow--weight-bold___Flbbf","Text--weight-semibold":"Primer_Brand__Text-module__Text--weight-semibold___Ns19j","Text-narrow--weight-semibold":"Primer_Brand__Text-module__Text-narrow--weight-semibold___jtFFh","Text--weight-medium":"Primer_Brand__Text-module__Text--weight-medium___E0iQL","Text-narrow--weight-medium":"Primer_Brand__Text-module__Text-narrow--weight-medium___tQs9y","Text--weight-normal":"Primer_Brand__Text-module__Text--weight-normal___siVLX","Text-narrow--weight-normal":"Primer_Brand__Text-module__Text-narrow--weight-normal___gb0q4","Text--weight-light":"Primer_Brand__Text-module__Text--weight-light___SpQAz","Text-narrow--weight-light":"Primer_Brand__Text-module__Text-narrow--weight-light___cIyjf","Text-regular--weight-heavy":"Primer_Brand__Text-module__Text-regular--weight-heavy___YumNc","Text-regular--weight-extrabold":"Primer_Brand__Text-module__Text-regular--weight-extrabold___uvNQM","Text-regular--weight-bold":"Primer_Brand__Text-module__Text-regular--weight-bold___E3xyf","Text-regular--weight-semibold":"Primer_Brand__Text-module__Text-regular--weight-semibold___Wwz9g","Text-regular--weight-medium":"Primer_Brand__Text-module__Text-regular--weight-medium___TnD35","Text-regular--weight-normal":"Primer_Brand__Text-module__Text-regular--weight-normal___FEkFF","Text-regular--weight-light":"Primer_Brand__Text-module__Text-regular--weight-light___MalyV","Text-wide--weight-heavy":"Primer_Brand__Text-module__Text-wide--weight-heavy___AXiAN","Text-wide--weight-extrabold":"Primer_Brand__Text-module__Text-wide--weight-extrabold___rggXv","Text-wide--weight-bold":"Primer_Brand__Text-module__Text-wide--weight-bold___CWJA2","Text-wide--weight-semibold":"Primer_Brand__Text-module__Text-wide--weight-semibold___LEBmW","Text-wide--weight-medium":"Primer_Brand__Text-module__Text-wide--weight-medium___QQ0IW","Text-wide--weight-normal":"Primer_Brand__Text-module__Text-wide--weight-normal___KpqrG","Text-wide--weight-light":"Primer_Brand__Text-module__Text-wide--weight-light___iYFr9","Text-align--start":"Primer_Brand__Text-module__Text-align--start___wkiCN","Text-align--end":"Primer_Brand__Text-module__Text-align--end___E4m7M","Text-align--center":"Primer_Brand__Text-module__Text-align--center___NbZtZ"},u=["700","600","500","400","300","200","100"],c=["p","span","div","strong","em"],s=["default","muted"],B=["heavy","extrabold","bold","semibold","medium","normal","light"],g=c[1],x=u[5],p=s[0];function P({align:a,animate:n,as:i=g,className:d,children:l,size:t=x,variant:u=p,weight:c,style:s,...B}){const{classes:P,styles:S}=$(n),h=(0,r.useMemo)((()=>c?"string"==typeof c?m[`Text--weight-${c}`]:Object.keys(c).map((_=>m[`Text-${_}--weight-${c[_]}`])).join(" "):null),[c]),w=o(P,m.Text,m[`Text--${u}`],m[`Text--${t}`],c&&h,a&&m[`Text-align--${a}`],d),k=e().Children.toArray(l).map((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===Hr?e().cloneElement(_,{size:t}):_));return"p"===i?(0,_.jsx)("p",{className:w,style:{...S,...s},...B,children:k}):"em"===i?(0,_.jsx)("em",{className:w,style:{...S,...s},...B,children:k}):"div"===i?(0,_.jsx)("div",{className:w,style:{...S,...s},...B,children:k}):"strong"===i?(0,_.jsx)("strong",{className:w,style:{...S,...s},...B,children:k}):(0,_.jsx)("span",{className:w,style:{...S,...s},...B,children:k})}const S={Button:"Primer_Brand__Button-module__Button___lDruK","focus-visible":"Primer_Brand__Button-module__focus-visible___kmhRj","Button--disabled":"Primer_Brand__Button-module__Button--disabled___Ba17E",Button__text:"Primer_Brand__Button-module__Button__text___Z3ocU","Button__icon-visual":"Primer_Brand__Button-module__Button__icon-visual___zR2Hi","Button__trailing-visual":"Primer_Brand__Button-module__Button__trailing-visual___zg8jd","Button__leading-visual":"Primer_Brand__Button-module__Button__leading-visual___FIPvg","Button-arrow":"Primer_Brand__Button-module__Button-arrow___SkJXQ","Button--primary":"Primer_Brand__Button-module__Button--primary___xIC7G","Button--label-primary":"Primer_Brand__Button-module__Button--label-primary___Leisi","Button-arrow--disabled":"Primer_Brand__Button-module__Button-arrow--disabled____UgPq","Button__icon-visual--disabled":"Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy","Button-label--disabled":"Primer_Brand__Button-module__Button-label--disabled___ZBpbj","Button--secondary":"Primer_Brand__Button-module__Button--secondary___akMC2","Button--label-secondary":"Primer_Brand__Button-module__Button--label-secondary___DRJoJ","Button--subtle":"Primer_Brand__Button-module__Button--subtle___UMmi9","Button--label-subtle":"Primer_Brand__Button-module__Button--label-subtle___RRaqm","Button--size-medium":"Primer_Brand__Button-module__Button--size-medium___EyCyw","Button--size-large":"Primer_Brand__Button-module__Button--size-large___REN1l","Button--block":"Primer_Brand__Button-module__Button--block___F5RXs","Button--label":"Primer_Brand__Button-module__Button--label___lUBc0"},h=["primary","secondary","subtle"],w=["medium","large"],k=h[1],f=w[0],v={root:"Button",get leadingVisual(){return`${this.root}-leading-visual`},get trailingVisual(){return`${this.root}-trailing-visual`},get expandableArrow(){return`${this.root}-expandable-arrow`}},b=(0,r.forwardRef)((({animate:a,as:n,variant:i=k,size:d=f,hasArrow:l=!0,block:m=!1,className:u,children:c,disabled:s,"aria-disabled":B,onMouseEnter:g,onMouseLeave:x,onFocus:p,onBlur:h,leadingVisual:w,trailingVisual:b,style:E,...I},y)=>{const[N,T]=e().useState(!1),[A,G]=e().useState(!1),C=n||"button",j=s||"true"===B||"boolean"==typeof B&&!0===B,{classes:L,styles:H}=$(a),M=(0,r.useCallback)((_=>e().isValidElement(_)?_:"function"==typeof _?e().createElement(_):void 0),[]),F=M(w),R=M(b),V=(0,r.useCallback)((_=>{j||(T(!0),g?.(_))}),[j,g]),z=(0,r.useCallback)((_=>{j||(T(!1),x?.(_))}),[j,x]),O=(0,r.useCallback)((_=>{j||(G(!0),p?.(_))}),[j,p]),W=(0,r.useCallback)((_=>{j||(G(!1),h?.(_))}),[j,h]);return(0,_.jsxs)(C,{ref:y,className:o(S.Button,S[`Button--${i}`],S[`Button--size-${d}`],m&&S["Button--block"],j&&S["Button--disabled"],L,u),onMouseEnter:V,onMouseLeave:z,onFocus:O,onBlur:W,disabled:s,"aria-disabled":B,style:{...H,...E},...I,children:[F&&(0,_.jsx)("span",{className:S["Button__leading-visual"],"data-testid":v.leadingVisual,children:e().cloneElement(F,{className:o(S["Button__icon-visual"],j&&S["Button__icon-visual--disabled"]),"aria-hidden":"true",focusable:"false"})}),(0,_.jsx)("span",{className:S.Button__text,children:(0,_.jsx)(P,{as:"span",size:"medium"===d?"200":"400",weight:"semibold",className:o(S["Button--label"],S[`Button--label-${i}`],j&&S["Button-label--disabled"]),children:c})}),!b&&l&&(0,_.jsx)("span",{className:o(S["Button__trailing-visual"]),children:(0,_.jsx)(t,{hidden:!0,className:o(S["Button-arrow"],j&&S["Button-arrow--disabled"]),expanded:!j&&(N||A),"data-testid":v.expandableArrow})}),R&&(0,_.jsx)("span",{className:o(S["Button__trailing-visual"]),"data-testid":v.trailingVisual,children:e().cloneElement(R,{className:o(S["Button__icon-visual"],j&&S["Button__icon-visual--disabled"]),"aria-hidden":"true",focusable:"false"})})]})})),E=Object.assign(b,{testIds:v}),I={Heading:"Primer_Brand__Heading-module__Heading___IVpmp","Heading--display":"Primer_Brand__Heading-module__Heading--display___xFecE","Heading--subhead-large":"Primer_Brand__Heading-module__Heading--subhead-large____C6GZ","Heading--subhead-medium":"Primer_Brand__Heading-module__Heading--subhead-medium___Pik5E","Heading--1":"Primer_Brand__Heading-module__Heading--1___Ufc7G","Heading--2":"Primer_Brand__Heading-module__Heading--2___TFg09","Heading--3":"Primer_Brand__Heading-module__Heading--3___wsITu","Heading--4":"Primer_Brand__Heading-module__Heading--4___C9jDG","Heading--5":"Primer_Brand__Heading-module__Heading--5___HgypG","Heading--6":"Primer_Brand__Heading-module__Heading--6___FEQ_V","Heading--weight-heavy":"Primer_Brand__Heading-module__Heading--weight-heavy___ssSay","Heading-narrow--weight-heavy":"Primer_Brand__Heading-module__Heading-narrow--weight-heavy___s43iL","Heading--weight-extrabold":"Primer_Brand__Heading-module__Heading--weight-extrabold___SJAUw","Heading-narrow--weight-extrabold":"Primer_Brand__Heading-module__Heading-narrow--weight-extrabold___vmOAQ","Heading--weight-bold":"Primer_Brand__Heading-module__Heading--weight-bold___Zqsyk","Heading-narrow--weight-bold":"Primer_Brand__Heading-module__Heading-narrow--weight-bold___IXjRC","Heading--weight-semibold":"Primer_Brand__Heading-module__Heading--weight-semibold___NMvbh","Heading-narrow--weight-semibold":"Primer_Brand__Heading-module__Heading-narrow--weight-semibold___bAIHy","Heading--weight-medium":"Primer_Brand__Heading-module__Heading--weight-medium___II172","Heading-narrow--weight-medium":"Primer_Brand__Heading-module__Heading-narrow--weight-medium___q5O6L","Heading--weight-normal":"Primer_Brand__Heading-module__Heading--weight-normal___ZLGhx","Heading-narrow--weight-normal":"Primer_Brand__Heading-module__Heading-narrow--weight-normal___Q0Jkf","Heading--weight-light":"Primer_Brand__Heading-module__Heading--weight-light___aF2Rw","Heading-narrow--weight-light":"Primer_Brand__Heading-module__Heading-narrow--weight-light___mOWUt","Heading-regular--weight-heavy":"Primer_Brand__Heading-module__Heading-regular--weight-heavy___SwJ1c","Heading-regular--weight-extrabold":"Primer_Brand__Heading-module__Heading-regular--weight-extrabold___H5Gyr","Heading-regular--weight-bold":"Primer_Brand__Heading-module__Heading-regular--weight-bold___QMMCW","Heading-regular--weight-semibold":"Primer_Brand__Heading-module__Heading-regular--weight-semibold___h3bHv","Heading-regular--weight-medium":"Primer_Brand__Heading-module__Heading-regular--weight-medium___wC9qR","Heading-regular--weight-normal":"Primer_Brand__Heading-module__Heading-regular--weight-normal___joqMx","Heading-regular--weight-light":"Primer_Brand__Heading-module__Heading-regular--weight-light___CCVVF","Heading-wide--weight-heavy":"Primer_Brand__Heading-module__Heading-wide--weight-heavy___IiVTg","Heading-wide--weight-extrabold":"Primer_Brand__Heading-module__Heading-wide--weight-extrabold___CIRWW","Heading-wide--weight-bold":"Primer_Brand__Heading-module__Heading-wide--weight-bold___wMxlL","Heading-wide--weight-semibold":"Primer_Brand__Heading-module__Heading-wide--weight-semibold___IqaIc","Heading-wide--weight-medium":"Primer_Brand__Heading-module__Heading-wide--weight-medium___Uq302","Heading-wide--weight-normal":"Primer_Brand__Heading-module__Heading-wide--weight-normal___zWzeR","Heading-wide--weight-light":"Primer_Brand__Heading-module__Heading-wide--weight-light___Lh64A","Heading--stretch-condensed":"Primer_Brand__Heading-module__Heading--stretch-condensed____i8A2","Heading-narrow--stretch-condensed":"Primer_Brand__Heading-module__Heading-narrow--stretch-condensed___koHLR","Heading--stretch-normal":"Primer_Brand__Heading-module__Heading--stretch-normal___apWVy","Heading-narrow--stretch-normal":"Primer_Brand__Heading-module__Heading-narrow--stretch-normal___AP9Ba","Heading--stretch-expanded":"Primer_Brand__Heading-module__Heading--stretch-expanded___gzwLQ","Heading-narrow--stretch-expanded":"Primer_Brand__Heading-module__Heading-narrow--stretch-expanded___RHi1z","Heading-regular--stretch-condensed":"Primer_Brand__Heading-module__Heading-regular--stretch-condensed___CHFa4","Heading-regular--stretch-normal":"Primer_Brand__Heading-module__Heading-regular--stretch-normal___IX9Vl","Heading-regular--stretch-expanded":"Primer_Brand__Heading-module__Heading-regular--stretch-expanded___ozx5y","Heading-narrow--weight-expanded":"Primer_Brand__Heading-module__Heading-narrow--weight-expanded___jvotv","Heading-wide--stretch-condensed":"Primer_Brand__Heading-module__Heading-wide--stretch-condensed___d3GoN","Heading-wide--stretch-normal":"Primer_Brand__Heading-module__Heading-wide--stretch-normal___te0lW","Heading-wide--stretch-expanded":"Primer_Brand__Heading-module__Heading-wide--stretch-expanded___TlWrW","Heading--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading--letter-spacing-condensed___b6mZa","Heading-narrow--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading-narrow--letter-spacing-condensed___U6uGD","Heading--letter-spacing-normal":"Primer_Brand__Heading-module__Heading--letter-spacing-normal___Qhzoc","Heading-narrow--letter-spacing-normal":"Primer_Brand__Heading-module__Heading-narrow--letter-spacing-normal___gzn9r","Heading--letter-spacing-none":"Primer_Brand__Heading-module__Heading--letter-spacing-none___vuohz","Heading-narrow--letter-spacing-none":"Primer_Brand__Heading-module__Heading-narrow--letter-spacing-none___RR_W3","Heading-regular--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading-regular--letter-spacing-condensed___gEGJy","Heading-regular--letter-spacing-normal":"Primer_Brand__Heading-module__Heading-regular--letter-spacing-normal___GWmk5","Heading-regular--letter-spacing-none":"Primer_Brand__Heading-module__Heading-regular--letter-spacing-none____NH9r","Heading-narrow--weight-wide":"Primer_Brand__Heading-module__Heading-narrow--weight-wide___ikyG2","Heading-wide--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading-wide--letter-spacing-condensed___RhUHL","Heading-wide--letter-spacing-normal":"Primer_Brand__Heading-module__Heading-wide--letter-spacing-normal___qPBdW","Heading-wide--letter-spacing-none":"Primer_Brand__Heading-module__Heading-wide--letter-spacing-none___w4Oh2"},y=["display","1","2","3","4","5","6","subhead-large","subhead-medium"],N=["h1","h2","h3","h4","h5","h6"],T=["heavy","extrabold","bold","semibold","medium","normal","light"],A=["condensed","normal","expanded"],G=["condensed","normal","none"],C=N[1],j={h1:y[1],h2:y[2],h3:y[3],h4:y[4],h5:y[5],h6:y[6]},L=(0,r.forwardRef)((({animate:a,className:n,children:i,as:d=C,size:l,letterSpacing:t,weight:m,stretch:u,style:c,...s},B)=>{const{classes:g,styles:x}=$(a),p=(_,r)=>r?"string"==typeof r?I[`Heading--${_}-${r}`]:Object.keys(r).map((e=>I[`Heading-${e}--${_}-${r[e]}`])).join(" "):null,P=(0,r.useMemo)((()=>p("weight",m)),[m]),S=(0,r.useMemo)((()=>p("stretch",u)),[u]),h=(0,r.useMemo)((()=>p("letter-spacing",t)),[t]),w=o(g,I.Heading,!l&&I[`Heading--${j[d]}`],l&&I[`Heading--${l}`],m&&P,u&&S,h&&h,n),k=e().useCallback((({..._})=>N.includes(d)?e().createElement(d,_,i):(console.error(`Heading: 'as' prop must be one of ${N.join(", ")}`),null)),[d,i]);return(0,_.jsx)(k,{className:w,style:{...x,...c},ref:B,...s,children:i})})),H={Animation:"Primer_Brand__Animation-module__Animation___KNtEW","Animation--fade-in":"Primer_Brand__Animation-module__Animation--fade-in___jUvJD","Animation--active":"Primer_Brand__Animation-module__Animation--active___g_UBK","Animation--fade-out":"Primer_Brand__Animation-module__Animation--fade-out___CsyfK","Animation--slide-in-up":"Primer_Brand__Animation-module__Animation--slide-in-up___ONnmI","Animation--slide-in-down":"Primer_Brand__Animation-module__Animation--slide-in-down___bjmGv","Animation--slide-in-left":"Primer_Brand__Animation-module__Animation--slide-in-left___iy5Js","Animation--slide-in-right":"Primer_Brand__Animation-module__Animation--slide-in-right___UZvNx","Animation--scale-in":"Primer_Brand__Animation-module__Animation--scale-in___P7xzG","Animation--scale-in-up":"Primer_Brand__Animation-module__Animation--scale-in-up___n0qDP","Animation--scale-in-down":"Primer_Brand__Animation-module__Animation--scale-in-down___YEgko","Animation--scale-in-right":"Primer_Brand__Animation-module__Animation--scale-in-right___jBPh4","Animation--scale-in-left":"Primer_Brand__Animation-module__Animation--scale-in-left___g8_dC","Animation--fill-in-right":"Primer_Brand__Animation-module__Animation--fill-in-right___G_LYH","Animation--fill-in-top":"Primer_Brand__Animation-module__Animation--fill-in-top___AHELS"};function M(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}var F=M()?r.useLayoutEffect:r.useEffect,R=!1,V=0;function z(){return++V}function O(_){var e;if("function"==typeof r.useId){var a=(0,r.useId)(_);return null!=_?_:a}var n=null!=_?_:R?z():null,i=(0,r.useState)(n),o=i[0],d=i[1];return F((function(){null===o&&d(z())}),[]),(0,r.useEffect)((function(){!1===R&&(R=!0)}),[]),null!=(e=null!=_?_:o)?e:void 0}const W=["fade-in","fade-out","slide-in-up","slide-in-down","slide-in-left","slide-in-right","scale-in-up","scale-in-down","scale-in","fill-in-top","scale-in-right","scale-in-left","fill-in-right"],q=(0,r.createContext)({});function Z({children:e,disableAnimations:a=!1,animationTrigger:n="on-visible",visibilityOptions:i="bottom-of-screen",runOnce:o=!1,autoStaggerChildren:d=!0,staggerDelayIncrement:l=100}){const t=O(),[m,u]=(0,r.useState)({disableAnimations:a,animationTrigger:n,visibilityOptions:i,runOnce:o});return(0,r.useEffect)((()=>{window.matchMedia("(prefers-reduced-motion: reduce)").matches&&u({disableAnimations:!0,animationTrigger:n,visibilityOptions:i})}),[]),(0,r.useEffect)((()=>{if(!a&&d&&t){const _=l,r=document.getElementById(t);if(!r)return;const e=Array.from(r.querySelectorAll(`.${H.Animation}`));if(0===e.length)return;for(let r=0;r<e.length;r++)e[r].style.transitionDelay=r*_+"ms"}}),[a,d,l,t]),(0,r.useEffect)((()=>{if(!a&&"on-visible"===n){const _=new IntersectionObserver((_=>{for(const r of _)r.isIntersecting&&r.target.classList.contains(H.Animation)?r.target.classList.add(H["Animation--active"]):o||r.target.classList.remove(H["Animation--active"])}),function(_){const{visibilityOptions:r}=_;switch(r){case"bottom-of-screen":return{rootMargin:"0px 0px -10% 0px",threshold:.4};case"middle-of-screen":return{rootMargin:"0px 0px -30% 0px",threshold:.4};case"about-to-leave":return{rootMargin:"0px 0px -100% 0px",threshold:.4};default:return"number"==typeof r?{rootMargin:"0px",threshold:r/100}:{rootMargin:"0px",threshold:.4}}}({disableAnimations:a,animationTrigger:n,visibilityOptions:i})),r=Array.from(document.querySelectorAll(`.${H.Animation}`));for(const e of r)_.observe(e);return()=>{_.disconnect()}}if(!a&&"click"===n){const _=_=>{const r=_.target;r.classList.contains(H.Animation)&&r.classList.add(H["Animation--active"])};return document.addEventListener("click",_),()=>{document.removeEventListener("click",_)}}}),[a,n,i,o]),(0,_.jsx)(q.Provider,{value:m,children:(0,_.jsx)("div",{id:t,children:e})})}function D({animate:r,as:e="div",children:a,className:n,style:i,...d}){const{classes:l,styles:t}=$(r),m=["div","span","section"].includes(e)?e:"div";return(0,_.jsx)(m,{className:o(l,n),style:{...t,...i},...d,children:a})}const Q=W.reduce(((_,r)=>(_[r]=H[`Animation--${r}`],_)),{}),$=_=>{const{disableAnimations:e}=(0,r.useContext)(q);return{classes:(0,r.useMemo)((()=>{if(!_||e)return"";const r=H.Animation,a=[],n="string"==typeof _?_:_.variant,i=Q[n];return i&&a.push(i),`${r} ${a.join(" ")}`}),[_,e]),styles:(0,r.useMemo)((()=>{if(!_)return{};const r={};if("object"==typeof _){const{delay:e,duration:a,ease:n}=_;"number"==typeof e&&(r.transitionDelay=`${e}ms`),"number"==typeof a&&(r.transitionDuration=`${a}ms`),n&&(r.transitionTimingFunction=n)}return r}),[_])}},U=["default","blue","coral","green","gray","indigo","lemon","lime","orange","pink","purple","red","teal","yellow"],K=["blue-purple","green-blue","pink-blue","purple-red","red-orange"],J=[4,8,12,16,20,24,28,32,36,40,44,48,64,80,96,112,128],X={Label:"Primer_Brand__Label-module__Label___TW0HL","Label--size-medium":"Primer_Brand__Label-module__Label--size-medium___g4Jkm","Label--size-large":"Primer_Brand__Label-module__Label--size-large___BrKTp","Label--color-default":"Primer_Brand__Label-module__Label--color-default___YCx2l","Label--color-blue":"Primer_Brand__Label-module__Label--color-blue___lZSxf","Label--color-blue-purple":"Primer_Brand__Label-module__Label--color-blue-purple___ER3VP","Label--color-coral":"Primer_Brand__Label-module__Label--color-coral___V0Yif","Label--color-green":"Primer_Brand__Label-module__Label--color-green___SoiE4","Label--color-green-blue":"Primer_Brand__Label-module__Label--color-green-blue___R2mSi","Label--color-gray":"Primer_Brand__Label-module__Label--color-gray___MCa_k","Label--color-indigo":"Primer_Brand__Label-module__Label--color-indigo___VEHOi","Label--color-lemon":"Primer_Brand__Label-module__Label--color-lemon___xvb0x","Label--color-lime":"Primer_Brand__Label-module__Label--color-lime___rORM1","Label--color-orange":"Primer_Brand__Label-module__Label--color-orange___PMqMi","Label--color-pink":"Primer_Brand__Label-module__Label--color-pink___kHEv5","Label--color-pink-blue":"Primer_Brand__Label-module__Label--color-pink-blue___y5skb","Label--color-purple":"Primer_Brand__Label-module__Label--color-purple___ZHLtp","Label--color-purple-red":"Primer_Brand__Label-module__Label--color-purple-red___MsWGq","Label--color-red":"Primer_Brand__Label-module__Label--color-red___GYMDt","Label--color-red-orange":"Primer_Brand__Label-module__Label--color-red-orange___FVyXX","Label--color-teal":"Primer_Brand__Label-module__Label--color-teal___VOUIS","Label--color-yellow":"Primer_Brand__Label-module__Label--color-yellow___S2Zu2",Label__text:"Primer_Brand__Label-module__Label__text____nAxj","Label__icon-visual":"Primer_Brand__Label-module__Label__icon-visual___lD1Qa","Label__leading-visual":"Primer_Brand__Label-module__Label__leading-visual___a1rnF",Label__label:"Primer_Brand__Label-module__Label__label___bD_B4"},Y=[...U,...K],__=["medium","large"],r_=Y[0],e_=__[0],a_={root:"Label",get leadingVisual(){return`${this.root}-leading-visual`}},n_=(0,r.forwardRef)((({animate:r,className:a,size:n=e_,color:i=r_,children:d,"data-testid":l,leadingVisual:t,style:m,...u},c)=>{const{classes:s,styles:B}=$(r);return(0,_.jsxs)("span",{ref:c,className:o(s,X.Label,X[`Label--color-${i}`],X[`Label--size-${n}`],a),"data-testid":l||a_.root,style:{...B,...m},...u,children:[t&&(0,_.jsx)("span",{className:X["Label__leading-visual"],"data-testid":a_.leadingVisual,children:"function"==typeof t?(0,_.jsx)(t,{className:o(X["Label__icon-visual"]),"aria-hidden":!0}):e().isValidElement(t)&&e().cloneElement(t,{className:o(X["Label__icon-visual"]),"aria-hidden":"true"})}),(0,_.jsx)("span",{className:X.Label__text,children:(0,_.jsx)(P,{as:"span",size:"medium"===n?"100":"200",className:o(X.Label__label),children:d})})]})})),i_=Object.assign(n_,{testIds:a_}),o_={Image__container:"Primer_Brand__Image-module__Image__container___acBJi",Image:"Primer_Brand__Image-module__Image___FgVuK","Image--aspect-ratio-custom":"Primer_Brand__Image-module__Image--aspect-ratio-custom___gXFxx","Image--aspect-ratio-1-1":"Primer_Brand__Image-module__Image--aspect-ratio-1-1___gDnTF","Image--aspect-ratio-16-9":"Primer_Brand__Image-module__Image--aspect-ratio-16-9___bscHI","Image--aspect-ratio-16-10":"Primer_Brand__Image-module__Image--aspect-ratio-16-10___dkGM6","Image--aspect-ratio-4-3":"Primer_Brand__Image-module__Image--aspect-ratio-4-3___Tt_MI"},d_=_=>{if("string"==typeof _){if("custom"===_)return"custom";const[r,e]=_.split(":").map(Number);return`${r}-${e}`}},l_=(_,r)=>{const{[r]:e,...a}=_;return a},t_=({animate:r,aspectRatio:e,className:a,as:n="img",ref:i,alt:d,width:l,height:t,media:m,srcSet:u,style:c,...s})=>{const{classes:B,styles:g}=$(r);return"picture"===n?(0,_.jsxs)("picture",{className:o(B,o_.Image__container,e&&o_[`Image--aspect-ratio-${d_(e)}`]),style:{...g,...c},children:[s.sources&&s.sources.map(((r,e)=>(0,_.jsx)("source",{srcSet:r.srcset,media:r.media},e))),u&&(0,_.jsx)("source",{srcSet:u,media:m}),(0,_.jsx)("img",{ref:i,alt:d,width:l??"100%",height:l??"100%",className:o(o_.Image,a),...l_(s,"sources")})]}):e?(0,_.jsx)("span",{className:o(o_.Image__container,o_[`Image--aspect-ratio-${d_(e)}`]),children:(0,_.jsx)("img",{ref:i,alt:d,width:l||"100%",height:t||"100%",className:o(B,o_.Image,a),srcSet:u,style:{...g,...c},...s})}):(0,_.jsx)("img",{ref:i,alt:d,className:o(B,o_.Image,a),width:l&&l,height:t&&t,srcSet:u,style:{...g,...c},...s})},m_={Grid:"Primer_Brand__Grid-module__Grid___q48mT","Grid--full-width":"Primer_Brand__Grid-module__Grid--full-width___pIgWW",Grid__column:"Primer_Brand__Grid-module__Grid__column___HTpsw","Grid--has-overlay":"Primer_Brand__Grid-module__Grid--has-overlay___M9Cs0","Grid__column--span-1":"Primer_Brand__Grid-module__Grid__column--span-1___T7v1_","Grid__column--span-2":"Primer_Brand__Grid-module__Grid__column--span-2___r4qRu","Grid__column--span-3":"Primer_Brand__Grid-module__Grid__column--span-3___Tnlwe","Grid__column--span-4":"Primer_Brand__Grid-module__Grid__column--span-4___Q9jA0","Grid__column--span-5":"Primer_Brand__Grid-module__Grid__column--span-5___UpILx","Grid__column--span-6":"Primer_Brand__Grid-module__Grid__column--span-6___vUUep","Grid__column--span-7":"Primer_Brand__Grid-module__Grid__column--span-7___lfMLa","Grid__column--span-8":"Primer_Brand__Grid-module__Grid__column--span-8___qarGZ","Grid__column--span-9":"Primer_Brand__Grid-module__Grid__column--span-9___L2waY","Grid__column--span-10":"Primer_Brand__Grid-module__Grid__column--span-10___VRJQp","Grid__column--span-11":"Primer_Brand__Grid-module__Grid__column--span-11___pjEQO","Grid__column--span-12":"Primer_Brand__Grid-module__Grid__column--span-12___Tn1Hg","Grid__column--start-1":"Primer_Brand__Grid-module__Grid__column--start-1___jF8hC","Grid__column--start-2":"Primer_Brand__Grid-module__Grid__column--start-2___S9EWU","Grid__column--start-3":"Primer_Brand__Grid-module__Grid__column--start-3___GwcI1","Grid__column--start-4":"Primer_Brand__Grid-module__Grid__column--start-4___BIVqR","Grid__column--start-5":"Primer_Brand__Grid-module__Grid__column--start-5___yTruZ","Grid__column--start-6":"Primer_Brand__Grid-module__Grid__column--start-6___FAtcW","Grid__column--start-7":"Primer_Brand__Grid-module__Grid__column--start-7___Jnzaq","Grid__column--start-8":"Primer_Brand__Grid-module__Grid__column--start-8___CLuiS","Grid__column--start-9":"Primer_Brand__Grid-module__Grid__column--start-9___hhyfE","Grid__column--start-10":"Primer_Brand__Grid-module__Grid__column--start-10___ojxEo","Grid__column--start-11":"Primer_Brand__Grid-module__Grid__column--start-11___oBenU","Grid__column--start-12":"Primer_Brand__Grid-module__Grid__column--start-12___wQnvA","Grid__column--xsmall-span-1":"Primer_Brand__Grid-module__Grid__column--xsmall-span-1___srexO","Grid__column--xsmall-span-2":"Primer_Brand__Grid-module__Grid__column--xsmall-span-2___XrAnt","Grid__column--xsmall-span-3":"Primer_Brand__Grid-module__Grid__column--xsmall-span-3___Aps_z","Grid__column--xsmall-span-4":"Primer_Brand__Grid-module__Grid__column--xsmall-span-4___OSsWO","Grid__column--xsmall-span-5":"Primer_Brand__Grid-module__Grid__column--xsmall-span-5___ShR77","Grid__column--xsmall-span-6":"Primer_Brand__Grid-module__Grid__column--xsmall-span-6___V4QJq","Grid__column--xsmall-span-7":"Primer_Brand__Grid-module__Grid__column--xsmall-span-7___DtdFA","Grid__column--xsmall-span-8":"Primer_Brand__Grid-module__Grid__column--xsmall-span-8___e5M5o","Grid__column--xsmall-span-9":"Primer_Brand__Grid-module__Grid__column--xsmall-span-9___sdZ5a","Grid__column--xsmall-span-10":"Primer_Brand__Grid-module__Grid__column--xsmall-span-10___YuS1a","Grid__column--xsmall-span-11":"Primer_Brand__Grid-module__Grid__column--xsmall-span-11____RxYR","Grid__column--xsmall-span-12":"Primer_Brand__Grid-module__Grid__column--xsmall-span-12___brXS7","Grid__column--xsmall-start-1":"Primer_Brand__Grid-module__Grid__column--xsmall-start-1___Y9JJq","Grid__column--xsmall-start-2":"Primer_Brand__Grid-module__Grid__column--xsmall-start-2___ruZTF","Grid__column--xsmall-start-3":"Primer_Brand__Grid-module__Grid__column--xsmall-start-3___yEBif","Grid__column--xsmall-start-4":"Primer_Brand__Grid-module__Grid__column--xsmall-start-4___QPFc2","Grid__column--xsmall-start-5":"Primer_Brand__Grid-module__Grid__column--xsmall-start-5___WAqd0","Grid__column--xsmall-start-6":"Primer_Brand__Grid-module__Grid__column--xsmall-start-6___T1rhy","Grid__column--xsmall-start-7":"Primer_Brand__Grid-module__Grid__column--xsmall-start-7___uMQT1","Grid__column--xsmall-start-8":"Primer_Brand__Grid-module__Grid__column--xsmall-start-8___LUADA","Grid__column--xsmall-start-9":"Primer_Brand__Grid-module__Grid__column--xsmall-start-9___CBnBu","Grid__column--xsmall-start-10":"Primer_Brand__Grid-module__Grid__column--xsmall-start-10___EPRyw","Grid__column--xsmall-start-11":"Primer_Brand__Grid-module__Grid__column--xsmall-start-11___UbCAy","Grid__column--xsmall-start-12":"Primer_Brand__Grid-module__Grid__column--xsmall-start-12___gYCaa","Grid__column--small-span-1":"Primer_Brand__Grid-module__Grid__column--small-span-1___rBTjf","Grid__column--small-span-2":"Primer_Brand__Grid-module__Grid__column--small-span-2___SHQM3","Grid__column--small-span-3":"Primer_Brand__Grid-module__Grid__column--small-span-3___cbAS8","Grid__column--small-span-4":"Primer_Brand__Grid-module__Grid__column--small-span-4___tv973","Grid__column--small-span-5":"Primer_Brand__Grid-module__Grid__column--small-span-5___EBkra","Grid__column--small-span-6":"Primer_Brand__Grid-module__Grid__column--small-span-6___OYZPl","Grid__column--small-span-7":"Primer_Brand__Grid-module__Grid__column--small-span-7___ymqG4","Grid__column--small-span-8":"Primer_Brand__Grid-module__Grid__column--small-span-8___qy9wb","Grid__column--small-span-9":"Primer_Brand__Grid-module__Grid__column--small-span-9___hWJAx","Grid__column--small-span-10":"Primer_Brand__Grid-module__Grid__column--small-span-10___apy3R","Grid__column--small-span-11":"Primer_Brand__Grid-module__Grid__column--small-span-11___tsz0q","Grid__column--small-span-12":"Primer_Brand__Grid-module__Grid__column--small-span-12___NdAWP","Grid__column--small-start-1":"Primer_Brand__Grid-module__Grid__column--small-start-1___epLTD","Grid__column--small-start-2":"Primer_Brand__Grid-module__Grid__column--small-start-2___wlXcD","Grid__column--small-start-3":"Primer_Brand__Grid-module__Grid__column--small-start-3___YFtvP","Grid__column--small-start-4":"Primer_Brand__Grid-module__Grid__column--small-start-4___SOC6v","Grid__column--small-start-5":"Primer_Brand__Grid-module__Grid__column--small-start-5___EVXuW","Grid__column--small-start-6":"Primer_Brand__Grid-module__Grid__column--small-start-6___t1yYl","Grid__column--small-start-7":"Primer_Brand__Grid-module__Grid__column--small-start-7___MDozK","Grid__column--small-start-8":"Primer_Brand__Grid-module__Grid__column--small-start-8___CR0Zw","Grid__column--small-start-9":"Primer_Brand__Grid-module__Grid__column--small-start-9___W0svP","Grid__column--small-start-10":"Primer_Brand__Grid-module__Grid__column--small-start-10___vxEwX","Grid__column--small-start-11":"Primer_Brand__Grid-module__Grid__column--small-start-11___orcQZ","Grid__column--small-start-12":"Primer_Brand__Grid-module__Grid__column--small-start-12___o4V7W","Grid__column--medium-span-1":"Primer_Brand__Grid-module__Grid__column--medium-span-1___BiHOE","Grid__column--medium-span-2":"Primer_Brand__Grid-module__Grid__column--medium-span-2___nANvY","Grid__column--medium-span-3":"Primer_Brand__Grid-module__Grid__column--medium-span-3___GpBD0","Grid__column--medium-span-4":"Primer_Brand__Grid-module__Grid__column--medium-span-4___zBxBa","Grid__column--medium-span-5":"Primer_Brand__Grid-module__Grid__column--medium-span-5___CnPWN","Grid__column--medium-span-6":"Primer_Brand__Grid-module__Grid__column--medium-span-6___DACuh","Grid__column--medium-span-7":"Primer_Brand__Grid-module__Grid__column--medium-span-7___R2Isv","Grid__column--medium-span-8":"Primer_Brand__Grid-module__Grid__column--medium-span-8___KI5ir","Grid__column--medium-span-9":"Primer_Brand__Grid-module__Grid__column--medium-span-9___is8dv","Grid__column--medium-span-10":"Primer_Brand__Grid-module__Grid__column--medium-span-10___eN2sH","Grid__column--medium-span-11":"Primer_Brand__Grid-module__Grid__column--medium-span-11___anfim","Grid__column--medium-span-12":"Primer_Brand__Grid-module__Grid__column--medium-span-12___eT5YS","Grid__column--medium-start-1":"Primer_Brand__Grid-module__Grid__column--medium-start-1___bCFG1","Grid__column--medium-start-2":"Primer_Brand__Grid-module__Grid__column--medium-start-2___ZxYOX","Grid__column--medium-start-3":"Primer_Brand__Grid-module__Grid__column--medium-start-3___aPUJ0","Grid__column--medium-start-4":"Primer_Brand__Grid-module__Grid__column--medium-start-4___VTIjA","Grid__column--medium-start-5":"Primer_Brand__Grid-module__Grid__column--medium-start-5___ccI5l","Grid__column--medium-start-6":"Primer_Brand__Grid-module__Grid__column--medium-start-6___Yc14i","Grid__column--medium-start-7":"Primer_Brand__Grid-module__Grid__column--medium-start-7___HOZSW","Grid__column--medium-start-8":"Primer_Brand__Grid-module__Grid__column--medium-start-8___G8VdF","Grid__column--medium-start-9":"Primer_Brand__Grid-module__Grid__column--medium-start-9___Ebcy8","Grid__column--medium-start-10":"Primer_Brand__Grid-module__Grid__column--medium-start-10___dY7pN","Grid__column--medium-start-11":"Primer_Brand__Grid-module__Grid__column--medium-start-11___hVffM","Grid__column--medium-start-12":"Primer_Brand__Grid-module__Grid__column--medium-start-12___N3mIQ","Grid__column--large-span-1":"Primer_Brand__Grid-module__Grid__column--large-span-1___Nfkto","Grid__column--large-span-2":"Primer_Brand__Grid-module__Grid__column--large-span-2___GyGH4","Grid__column--large-span-3":"Primer_Brand__Grid-module__Grid__column--large-span-3___iwGxK","Grid__column--large-span-4":"Primer_Brand__Grid-module__Grid__column--large-span-4___eJREG","Grid__column--large-span-5":"Primer_Brand__Grid-module__Grid__column--large-span-5___rCJ_b","Grid__column--large-span-6":"Primer_Brand__Grid-module__Grid__column--large-span-6___JNphY","Grid__column--large-span-7":"Primer_Brand__Grid-module__Grid__column--large-span-7___TySdj","Grid__column--large-span-8":"Primer_Brand__Grid-module__Grid__column--large-span-8___dkJwh","Grid__column--large-span-9":"Primer_Brand__Grid-module__Grid__column--large-span-9___aamnY","Grid__column--large-span-10":"Primer_Brand__Grid-module__Grid__column--large-span-10___nH4Bt","Grid__column--large-span-11":"Primer_Brand__Grid-module__Grid__column--large-span-11___mDo3B","Grid__column--large-span-12":"Primer_Brand__Grid-module__Grid__column--large-span-12___zSL6d","Grid__column--large-start-1":"Primer_Brand__Grid-module__Grid__column--large-start-1___Hc53V","Grid__column--large-start-2":"Primer_Brand__Grid-module__Grid__column--large-start-2____RsQ_","Grid__column--large-start-3":"Primer_Brand__Grid-module__Grid__column--large-start-3___DN5KJ","Grid__column--large-start-4":"Primer_Brand__Grid-module__Grid__column--large-start-4___iKrrW","Grid__column--large-start-5":"Primer_Brand__Grid-module__Grid__column--large-start-5___t3K5k","Grid__column--large-start-6":"Primer_Brand__Grid-module__Grid__column--large-start-6___uFIIO","Grid__column--large-start-7":"Primer_Brand__Grid-module__Grid__column--large-start-7___YeqWt","Grid__column--large-start-8":"Primer_Brand__Grid-module__Grid__column--large-start-8___fmHfg","Grid__column--large-start-9":"Primer_Brand__Grid-module__Grid__column--large-start-9___UIwRf","Grid__column--large-start-10":"Primer_Brand__Grid-module__Grid__column--large-start-10___rOnsb","Grid__column--large-start-11":"Primer_Brand__Grid-module__Grid__column--large-start-11___oPN0R","Grid__column--large-start-12":"Primer_Brand__Grid-module__Grid__column--large-start-12___tZLO7","Grid__column--xlarge-span-1":"Primer_Brand__Grid-module__Grid__column--xlarge-span-1___VzjSN","Grid__column--xlarge-span-2":"Primer_Brand__Grid-module__Grid__column--xlarge-span-2___p1QuZ","Grid__column--xlarge-span-3":"Primer_Brand__Grid-module__Grid__column--xlarge-span-3___xvbnJ","Grid__column--xlarge-span-4":"Primer_Brand__Grid-module__Grid__column--xlarge-span-4___D_9gq","Grid__column--xlarge-span-5":"Primer_Brand__Grid-module__Grid__column--xlarge-span-5___AWQN4","Grid__column--xlarge-span-6":"Primer_Brand__Grid-module__Grid__column--xlarge-span-6___FY68d","Grid__column--xlarge-span-7":"Primer_Brand__Grid-module__Grid__column--xlarge-span-7___PDVrC","Grid__column--xlarge-span-8":"Primer_Brand__Grid-module__Grid__column--xlarge-span-8___Np3vn","Grid__column--xlarge-span-9":"Primer_Brand__Grid-module__Grid__column--xlarge-span-9___QnUTm","Grid__column--xlarge-span-10":"Primer_Brand__Grid-module__Grid__column--xlarge-span-10___GPYff","Grid__column--xlarge-span-11":"Primer_Brand__Grid-module__Grid__column--xlarge-span-11____dXqr","Grid__column--xlarge-span-12":"Primer_Brand__Grid-module__Grid__column--xlarge-span-12___Faxbf","Grid__column--xlarge-start-1":"Primer_Brand__Grid-module__Grid__column--xlarge-start-1___8hqMz","Grid__column--xlarge-start-2":"Primer_Brand__Grid-module__Grid__column--xlarge-start-2___aiylo","Grid__column--xlarge-start-3":"Primer_Brand__Grid-module__Grid__column--xlarge-start-3___Iuufu","Grid__column--xlarge-start-4":"Primer_Brand__Grid-module__Grid__column--xlarge-start-4___ynfkD","Grid__column--xlarge-start-5":"Primer_Brand__Grid-module__Grid__column--xlarge-start-5___smnkV","Grid__column--xlarge-start-6":"Primer_Brand__Grid-module__Grid__column--xlarge-start-6___Z4EoQ","Grid__column--xlarge-start-7":"Primer_Brand__Grid-module__Grid__column--xlarge-start-7___NCAWz","Grid__column--xlarge-start-8":"Primer_Brand__Grid-module__Grid__column--xlarge-start-8___CZ8J_","Grid__column--xlarge-start-9":"Primer_Brand__Grid-module__Grid__column--xlarge-start-9___yhpyy","Grid__column--xlarge-start-10":"Primer_Brand__Grid-module__Grid__column--xlarge-start-10___E5Jou","Grid__column--xlarge-start-11":"Primer_Brand__Grid-module__Grid__column--xlarge-start-11___OGVVw","Grid__column--xlarge-start-12":"Primer_Brand__Grid-module__Grid__column--xlarge-start-12____kw0D","Grid__column--xxlarge-span-1":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-1___K9YLn","Grid__column--xxlarge-span-2":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-2___FoOLk","Grid__column--xxlarge-span-3":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-3___AvRFb","Grid__column--xxlarge-span-4":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-4___wmisc","Grid__column--xxlarge-span-5":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-5___oSh5q","Grid__column--xxlarge-span-6":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-6___zg0Yr","Grid__column--xxlarge-span-7":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-7___CxtNE","Grid__column--xxlarge-span-8":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-8___r4GdW","Grid__column--xxlarge-span-9":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-9___mfOCW","Grid__column--xxlarge-span-10":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-10___xjus8","Grid__column--xxlarge-span-11":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-11___AZC4h","Grid__column--xxlarge-span-12":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-12___DjdAU","Grid__column--xxlarge-start-1":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-1___HFYSu","Grid__column--xxlarge-start-2":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-2___dBj41","Grid__column--xxlarge-start-3":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-3___BX9bn","Grid__column--xxlarge-start-4":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-4___FwEd9","Grid__column--xxlarge-start-5":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-5____pwv6","Grid__column--xxlarge-start-6":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-6___u1opn","Grid__column--xxlarge-start-7":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-7___GuJAv","Grid__column--xxlarge-start-8":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-8___Z7ZFc","Grid__column--xxlarge-start-9":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-9___CcH1u","Grid__column--xxlarge-start-10":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-10___sck1f","Grid__column--xxlarge-start-11":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-11___VvIqo","Grid__column--xxlarge-start-12":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-12___MKYFP"},u_={root:"Grid"},c_=(0,r.memo)((({className:r,children:e,as:a="div",fullWidth:n=!1,enableOverlay:i=!1,"data-testid":d,...l})=>{const t=o(m_.Grid,i&&m_["Grid--has-overlay"],n&&m_["Grid--full-width"],r),m=O(d),u=["div","span","section"].includes(a)?a:"div";return(0,_.jsx)(u,{className:t,"data-testid":d||`${u_.root}-${m}`,...l,children:e})})),s_=(0,r.memo)((({children:r,as:e="div",span:a=12,start:n,className:i,...d})=>{const l=["div","span","section"].includes(e)?e:"div",t=[m_.Grid__column];if("number"==typeof a)t.push(m_[`Grid__column--span-${a}`]);else if("object"==typeof a)for(const[_,r]of Object.entries(a))"xsmall"===_?t.push(m_[`Grid__column--xsmall-span-${r}`]):t.push(m_[`Grid__column--${_}-span-${r}`]);if("number"==typeof n)t.push(m_[`Grid__column--start-${n}`]);else if("object"==typeof n)for(const[_,r]of Object.entries(n))"xsmall"===_?t.push(m_[`Grid__column--xsmall-start-${r}`]):t.push(m_[`Grid__column--${_}-start-${r}`]);const m=o(t,i);return(0,_.jsx)(l,{className:m,...d,children:r})})),B_=Object.assign(c_,{Column:s_,testIds:u_}),g_={Stack:"Primer_Brand__Stack-module__Stack___tASKe","Stack--vertical":"Primer_Brand__Stack-module__Stack--vertical___CFzE7","Stack--horizontal":"Primer_Brand__Stack-module__Stack--horizontal___YJFas","Stack-narrow--vertical":"Primer_Brand__Stack-module__Stack-narrow--vertical___GDT_Z","Stack-narrow--horizontal":"Primer_Brand__Stack-module__Stack-narrow--horizontal___Co6IL","Stack-regular--vertical":"Primer_Brand__Stack-module__Stack-regular--vertical___TMpL8","Stack-regular--horizontal":"Primer_Brand__Stack-module__Stack-regular--horizontal___WDLyR","Stack-wide--vertical":"Primer_Brand__Stack-module__Stack-wide--vertical___G1Eu6","Stack-wide--horizontal":"Primer_Brand__Stack-module__Stack-wide--horizontal___cvxh3","Stack--gap-none":"Primer_Brand__Stack-module__Stack--gap-none___M7T_v","Stack--gap-condensed":"Primer_Brand__Stack-module__Stack--gap-condensed___Xe9jx","Stack--gap-normal":"Primer_Brand__Stack-module__Stack--gap-normal___JEO7_","Stack--gap-spacious":"Primer_Brand__Stack-module__Stack--gap-spacious___w5ugZ","Stack--gap-4":"Primer_Brand__Stack-module__Stack--gap-4___Ig30K","Stack--gap-8":"Primer_Brand__Stack-module__Stack--gap-8___fQ3Ul","Stack--gap-12":"Primer_Brand__Stack-module__Stack--gap-12___hJNHc","Stack--gap-16":"Primer_Brand__Stack-module__Stack--gap-16___gT_Of","Stack--gap-20":"Primer_Brand__Stack-module__Stack--gap-20___eVLBq","Stack--gap-24":"Primer_Brand__Stack-module__Stack--gap-24___TQnkj","Stack--gap-28":"Primer_Brand__Stack-module__Stack--gap-28___Ao4f4","Stack--gap-32":"Primer_Brand__Stack-module__Stack--gap-32___iSq9y","Stack--gap-36":"Primer_Brand__Stack-module__Stack--gap-36___QzYro","Stack--gap-40":"Primer_Brand__Stack-module__Stack--gap-40___m5Kys","Stack--gap-44":"Primer_Brand__Stack-module__Stack--gap-44___grqBd","Stack--gap-48":"Primer_Brand__Stack-module__Stack--gap-48___vhQgW","Stack--gap-64":"Primer_Brand__Stack-module__Stack--gap-64___XKCAY","Stack--gap-80":"Primer_Brand__Stack-module__Stack--gap-80___GfDtU","Stack--gap-96":"Primer_Brand__Stack-module__Stack--gap-96___wM4RB","Stack--gap-112":"Primer_Brand__Stack-module__Stack--gap-112___Rva1x","Stack--gap-128":"Primer_Brand__Stack-module__Stack--gap-128___KJAoH","Stack-narrow--gap-none":"Primer_Brand__Stack-module__Stack-narrow--gap-none___YtqsL","Stack-narrow--gap-condensed":"Primer_Brand__Stack-module__Stack-narrow--gap-condensed___zwHUG","Stack-narrow--gap-normal":"Primer_Brand__Stack-module__Stack-narrow--gap-normal___smNw5","Stack-narrow--gap-spacious":"Primer_Brand__Stack-module__Stack-narrow--gap-spacious___TX17G","Stack--padding-none":"Primer_Brand__Stack-module__Stack--padding-none___RCMh9","Stack--padding-condensed":"Primer_Brand__Stack-module__Stack--padding-condensed___mo7Aq","Stack--padding-normal":"Primer_Brand__Stack-module__Stack--padding-normal___ySRTI","Stack--padding-spacious":"Primer_Brand__Stack-module__Stack--padding-spacious___REyye","Stack--padding-4":"Primer_Brand__Stack-module__Stack--padding-4___aj4uj","Stack--padding-8":"Primer_Brand__Stack-module__Stack--padding-8___roPlm","Stack--padding-12":"Primer_Brand__Stack-module__Stack--padding-12___x5qIX","Stack--padding-16":"Primer_Brand__Stack-module__Stack--padding-16___ZFRO_","Stack--padding-20":"Primer_Brand__Stack-module__Stack--padding-20___pi8jv","Stack--padding-24":"Primer_Brand__Stack-module__Stack--padding-24___iHVEv","Stack--padding-28":"Primer_Brand__Stack-module__Stack--padding-28___ZzMnF","Stack--padding-32":"Primer_Brand__Stack-module__Stack--padding-32___m4XKv","Stack--padding-36":"Primer_Brand__Stack-module__Stack--padding-36___TssXo","Stack--padding-40":"Primer_Brand__Stack-module__Stack--padding-40___GoH03","Stack--padding-44":"Primer_Brand__Stack-module__Stack--padding-44___yXX7f","Stack--padding-48":"Primer_Brand__Stack-module__Stack--padding-48___Owl4z","Stack--padding-64":"Primer_Brand__Stack-module__Stack--padding-64___IIv9e","Stack--padding-80":"Primer_Brand__Stack-module__Stack--padding-80___GvEJb","Stack--padding-96":"Primer_Brand__Stack-module__Stack--padding-96___JF88r","Stack--padding-112":"Primer_Brand__Stack-module__Stack--padding-112___wzOyM","Stack--padding-128":"Primer_Brand__Stack-module__Stack--padding-128___uuMnk","Stack-narrow--padding-none":"Primer_Brand__Stack-module__Stack-narrow--padding-none___ndsvs","Stack-narrow--padding-condensed":"Primer_Brand__Stack-module__Stack-narrow--padding-condensed___f1f4j","Stack-narrow--padding-normal":"Primer_Brand__Stack-module__Stack-narrow--padding-normal___TQe_D","Stack-narrow--padding-spacious":"Primer_Brand__Stack-module__Stack-narrow--padding-spacious___YeMDB","Stack-narrow--padding-4":"Primer_Brand__Stack-module__Stack-narrow--padding-4___u7vTZ","Stack-narrow--padding-8":"Primer_Brand__Stack-module__Stack-narrow--padding-8___I46C6","Stack-narrow--padding-12":"Primer_Brand__Stack-module__Stack-narrow--padding-12___dDOxC","Stack-narrow--padding-16":"Primer_Brand__Stack-module__Stack-narrow--padding-16___fP_Cf","Stack-narrow--padding-20":"Primer_Brand__Stack-module__Stack-narrow--padding-20___iQimO","Stack-narrow--padding-24":"Primer_Brand__Stack-module__Stack-narrow--padding-24___A3O7E","Stack-narrow--padding-28":"Primer_Brand__Stack-module__Stack-narrow--padding-28___AQ6m1","Stack-narrow--padding-32":"Primer_Brand__Stack-module__Stack-narrow--padding-32___fwzmW","Stack-narrow--padding-36":"Primer_Brand__Stack-module__Stack-narrow--padding-36___nREO8","Stack-narrow--padding-40":"Primer_Brand__Stack-module__Stack-narrow--padding-40___Z0my5","Stack-narrow--padding-44":"Primer_Brand__Stack-module__Stack-narrow--padding-44___DBucu","Stack-narrow--padding-48":"Primer_Brand__Stack-module__Stack-narrow--padding-48___FmiJM","Stack-narrow--padding-64":"Primer_Brand__Stack-module__Stack-narrow--padding-64___X7fQc","Stack-narrow--padding-80":"Primer_Brand__Stack-module__Stack-narrow--padding-80___URxqt","Stack-narrow--padding-96":"Primer_Brand__Stack-module__Stack-narrow--padding-96___OHxcW","Stack-narrow--padding-112":"Primer_Brand__Stack-module__Stack-narrow--padding-112___tNmYE","Stack-narrow--padding-128":"Primer_Brand__Stack-module__Stack-narrow--padding-128___MeCmA","Stack-narrow--gap-4":"Primer_Brand__Stack-module__Stack-narrow--gap-4___DPSDt","Stack-narrow--gap-8":"Primer_Brand__Stack-module__Stack-narrow--gap-8___kbBO7","Stack-narrow--gap-12":"Primer_Brand__Stack-module__Stack-narrow--gap-12___g2DMv","Stack-narrow--gap-16":"Primer_Brand__Stack-module__Stack-narrow--gap-16___txy3T","Stack-narrow--gap-20":"Primer_Brand__Stack-module__Stack-narrow--gap-20___EI1Lr","Stack-narrow--gap-24":"Primer_Brand__Stack-module__Stack-narrow--gap-24___eCYeX","Stack-narrow--gap-28":"Primer_Brand__Stack-module__Stack-narrow--gap-28___lFWdB","Stack-narrow--gap-32":"Primer_Brand__Stack-module__Stack-narrow--gap-32___OvuFF","Stack-narrow--gap-36":"Primer_Brand__Stack-module__Stack-narrow--gap-36___iDp6W","Stack-narrow--gap-40":"Primer_Brand__Stack-module__Stack-narrow--gap-40___nCuFr","Stack-narrow--gap-44":"Primer_Brand__Stack-module__Stack-narrow--gap-44___aAL4O","Stack-narrow--gap-48":"Primer_Brand__Stack-module__Stack-narrow--gap-48___NmFRy","Stack-narrow--gap-64":"Primer_Brand__Stack-module__Stack-narrow--gap-64___zmJsB","Stack-narrow--gap-80":"Primer_Brand__Stack-module__Stack-narrow--gap-80___PZ_rn","Stack-narrow--gap-96":"Primer_Brand__Stack-module__Stack-narrow--gap-96___lmTUq","Stack-narrow--gap-112":"Primer_Brand__Stack-module__Stack-narrow--gap-112___WsPB0","Stack-narrow--gap-128":"Primer_Brand__Stack-module__Stack-narrow--gap-128___gWyum","Stack-regular--gap-none":"Primer_Brand__Stack-module__Stack-regular--gap-none____ZDEx","Stack-regular--gap-condensed":"Primer_Brand__Stack-module__Stack-regular--gap-condensed___ZYYsD","Stack-regular--gap-normal":"Primer_Brand__Stack-module__Stack-regular--gap-normal___dRchQ","Stack-regular--gap-spacious":"Primer_Brand__Stack-module__Stack-regular--gap-spacious___oMqRv","Stack-regular--gap-4":"Primer_Brand__Stack-module__Stack-regular--gap-4___S08kR","Stack-regular--gap-8":"Primer_Brand__Stack-module__Stack-regular--gap-8___TtKx9","Stack-regular--gap-12":"Primer_Brand__Stack-module__Stack-regular--gap-12___hzuKq","Stack-regular--gap-16":"Primer_Brand__Stack-module__Stack-regular--gap-16___o7HsO","Stack-regular--gap-20":"Primer_Brand__Stack-module__Stack-regular--gap-20___QDl67","Stack-regular--gap-24":"Primer_Brand__Stack-module__Stack-regular--gap-24___CweJ8","Stack-regular--gap-28":"Primer_Brand__Stack-module__Stack-regular--gap-28___Ud6HO","Stack-regular--gap-32":"Primer_Brand__Stack-module__Stack-regular--gap-32___pua20","Stack-regular--gap-36":"Primer_Brand__Stack-module__Stack-regular--gap-36___q_Cjl","Stack-regular--gap-40":"Primer_Brand__Stack-module__Stack-regular--gap-40___cZw83","Stack-regular--gap-44":"Primer_Brand__Stack-module__Stack-regular--gap-44___EzLI4","Stack-regular--gap-48":"Primer_Brand__Stack-module__Stack-regular--gap-48___IECRy","Stack-regular--gap-64":"Primer_Brand__Stack-module__Stack-regular--gap-64___Jiu59","Stack-regular--gap-80":"Primer_Brand__Stack-module__Stack-regular--gap-80___f0xxA","Stack-regular--gap-96":"Primer_Brand__Stack-module__Stack-regular--gap-96___BYfZt","Stack-regular--gap-112":"Primer_Brand__Stack-module__Stack-regular--gap-112___VFbdf","Stack-regular--gap-128":"Primer_Brand__Stack-module__Stack-regular--gap-128___o25ih","Stack-regular--padding-none":"Primer_Brand__Stack-module__Stack-regular--padding-none____wmhn","Stack-regular--padding-condensed":"Primer_Brand__Stack-module__Stack-regular--padding-condensed___WxLyH","Stack-regular--padding-normal":"Primer_Brand__Stack-module__Stack-regular--padding-normal___oKpGh","Stack-regular--padding-spacious":"Primer_Brand__Stack-module__Stack-regular--padding-spacious___pL7HW","Stack-regular--padding-4":"Primer_Brand__Stack-module__Stack-regular--padding-4___g1MlZ","Stack-regular--padding-8":"Primer_Brand__Stack-module__Stack-regular--padding-8___MV9gV","Stack-regular--padding-12":"Primer_Brand__Stack-module__Stack-regular--padding-12___U43Fw","Stack-regular--padding-16":"Primer_Brand__Stack-module__Stack-regular--padding-16___KvH6B","Stack-regular--padding-20":"Primer_Brand__Stack-module__Stack-regular--padding-20___eppyK","Stack-regular--padding-24":"Primer_Brand__Stack-module__Stack-regular--padding-24___vtwRC","Stack-regular--padding-28":"Primer_Brand__Stack-module__Stack-regular--padding-28___nTiOJ","Stack-regular--padding-32":"Primer_Brand__Stack-module__Stack-regular--padding-32___I5REZ","Stack-regular--padding-36":"Primer_Brand__Stack-module__Stack-regular--padding-36___WS1K6","Stack-regular--padding-40":"Primer_Brand__Stack-module__Stack-regular--padding-40___JMmOa","Stack-regular--padding-44":"Primer_Brand__Stack-module__Stack-regular--padding-44____aK4u","Stack-regular--padding-48":"Primer_Brand__Stack-module__Stack-regular--padding-48___oQ2EH","Stack-regular--padding-64":"Primer_Brand__Stack-module__Stack-regular--padding-64___lVIL3","Stack-regular--padding-80":"Primer_Brand__Stack-module__Stack-regular--padding-80___iDn3V","Stack-regular--padding-96":"Primer_Brand__Stack-module__Stack-regular--padding-96___a2rM5","Stack-regular--padding-112":"Primer_Brand__Stack-module__Stack-regular--padding-112___iIwN_","Stack-regular--padding-128":"Primer_Brand__Stack-module__Stack-regular--padding-128___CNuPG","Stack-wide--gap-none":"Primer_Brand__Stack-module__Stack-wide--gap-none___V9yZQ","Stack-wide--gap-condensed":"Primer_Brand__Stack-module__Stack-wide--gap-condensed___TB7xm","Stack-wide--gap-normal":"Primer_Brand__Stack-module__Stack-wide--gap-normal___Et9_A","Stack-wide--gap-spacious":"Primer_Brand__Stack-module__Stack-wide--gap-spacious___WXQyb","Stack-wide--gap-4":"Primer_Brand__Stack-module__Stack-wide--gap-4___jztrv","Stack-wide--gap-8":"Primer_Brand__Stack-module__Stack-wide--gap-8___qaywr","Stack-wide--gap-12":"Primer_Brand__Stack-module__Stack-wide--gap-12___bCgki","Stack-wide--gap-16":"Primer_Brand__Stack-module__Stack-wide--gap-16___V0Ly_","Stack-wide--gap-20":"Primer_Brand__Stack-module__Stack-wide--gap-20___lcLAk","Stack-wide--gap-24":"Primer_Brand__Stack-module__Stack-wide--gap-24___H0crZ","Stack-wide--gap-28":"Primer_Brand__Stack-module__Stack-wide--gap-28___IVObp","Stack-wide--gap-32":"Primer_Brand__Stack-module__Stack-wide--gap-32___HXuJZ","Stack-wide--gap-36":"Primer_Brand__Stack-module__Stack-wide--gap-36___nP2T_","Stack-wide--gap-40":"Primer_Brand__Stack-module__Stack-wide--gap-40___NfVDb","Stack-wide--gap-44":"Primer_Brand__Stack-module__Stack-wide--gap-44___bqym2","Stack-wide--gap-48":"Primer_Brand__Stack-module__Stack-wide--gap-48___M3ciy","Stack-wide--gap-64":"Primer_Brand__Stack-module__Stack-wide--gap-64___x2ZRh","Stack-wide--gap-80":"Primer_Brand__Stack-module__Stack-wide--gap-80___OKRwQ","Stack-wide--gap-96":"Primer_Brand__Stack-module__Stack-wide--gap-96___piUPg","Stack-wide--gap-112":"Primer_Brand__Stack-module__Stack-wide--gap-112___s5WKM","Stack-wide--gap-128":"Primer_Brand__Stack-module__Stack-wide--gap-128___JJ87b","Stack-wide--padding-none":"Primer_Brand__Stack-module__Stack-wide--padding-none___GEcfF","Stack-wide--padding-condensed":"Primer_Brand__Stack-module__Stack-wide--padding-condensed___heIOO","Stack-wide--padding-normal":"Primer_Brand__Stack-module__Stack-wide--padding-normal___Pdr2C","Stack-wide--padding-spacious":"Primer_Brand__Stack-module__Stack-wide--padding-spacious___d_AmA","Stack-wide--padding-4":"Primer_Brand__Stack-module__Stack-wide--padding-4___a4P38","Stack-wide--padding-8":"Primer_Brand__Stack-module__Stack-wide--padding-8___JPU6G","Stack-wide--padding-12":"Primer_Brand__Stack-module__Stack-wide--padding-12___neDmy","Stack-wide--padding-16":"Primer_Brand__Stack-module__Stack-wide--padding-16___Cj2BV","Stack-wide--padding-20":"Primer_Brand__Stack-module__Stack-wide--padding-20___lPynX","Stack-wide--padding-24":"Primer_Brand__Stack-module__Stack-wide--padding-24___Ypw7V","Stack-wide--padding-28":"Primer_Brand__Stack-module__Stack-wide--padding-28___k80vm","Stack-wide--padding-32":"Primer_Brand__Stack-module__Stack-wide--padding-32___SHTUT","Stack-wide--padding-36":"Primer_Brand__Stack-module__Stack-wide--padding-36___iWSDo","Stack-wide--padding-40":"Primer_Brand__Stack-module__Stack-wide--padding-40___qk1Hg","Stack-wide--padding-44":"Primer_Brand__Stack-module__Stack-wide--padding-44___a8DV4","Stack-wide--padding-48":"Primer_Brand__Stack-module__Stack-wide--padding-48___yc5OP","Stack-wide--padding-64":"Primer_Brand__Stack-module__Stack-wide--padding-64____opnu","Stack-wide--padding-80":"Primer_Brand__Stack-module__Stack-wide--padding-80___c5WnH","Stack-wide--padding-96":"Primer_Brand__Stack-module__Stack-wide--padding-96___xJjZt","Stack-wide--padding-112":"Primer_Brand__Stack-module__Stack-wide--padding-112___xmuIf","Stack-wide--padding-128":"Primer_Brand__Stack-module__Stack-wide--padding-128___OV3zg","Stack--align-items-flex-end":"Primer_Brand__Stack-module__Stack--align-items-flex-end___cJG6k","Stack--align-items-flex-start":"Primer_Brand__Stack-module__Stack--align-items-flex-start___Vh1Ca","Stack--align-items-center":"Primer_Brand__Stack-module__Stack--align-items-center___xWKxj","Stack-narrow--align-items-flex-end":"Primer_Brand__Stack-module__Stack-narrow--align-items-flex-end___bXiXc","Stack-narrow--align-items-flex-start":"Primer_Brand__Stack-module__Stack-narrow--align-items-flex-start___eBtSy","Stack-narrow--align-items-center":"Primer_Brand__Stack-module__Stack-narrow--align-items-center___jZIXU","Stack-regular--align-items-flex-end":"Primer_Brand__Stack-module__Stack-regular--align-items-flex-end___JlKOr","Stack-regular--align-items-flex-start":"Primer_Brand__Stack-module__Stack-regular--align-items-flex-start___jusm2","Stack-regular--align-items-center":"Primer_Brand__Stack-module__Stack-regular--align-items-center___tY013","Stack-wide--align-items-flex-end":"Primer_Brand__Stack-module__Stack-wide--align-items-flex-end___z5xxr","Stack-wide--align-items-flex-start":"Primer_Brand__Stack-module__Stack-wide--align-items-flex-start___QKRoP","Stack-wide--align-items-center":"Primer_Brand__Stack-module__Stack-wide--align-items-center___DUG9C","Stack--justify-content-flex-end":"Primer_Brand__Stack-module__Stack--justify-content-flex-end___mp2Ka","Stack--justify-content-flex-start":"Primer_Brand__Stack-module__Stack--justify-content-flex-start___VIkHJ","Stack--justify-content-center":"Primer_Brand__Stack-module__Stack--justify-content-center___uZGXl","Stack--justify-content-space-between":"Primer_Brand__Stack-module__Stack--justify-content-space-between___r8E3d","Stack--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack--justify-content-space-evenly___G1eGw","Stack--justify-content-space-around":"Primer_Brand__Stack-module__Stack--justify-content-space-around___kqm4D","Stack-narrow--justify-content-flex-end":"Primer_Brand__Stack-module__Stack-narrow--justify-content-flex-end___QUDo3","Stack-narrow--justify-content-flex-start":"Primer_Brand__Stack-module__Stack-narrow--justify-content-flex-start___fNLJd","Stack-narrow--justify-content-center":"Primer_Brand__Stack-module__Stack-narrow--justify-content-center___kdlmI","Stack-narrow--justify-content-space-between":"Primer_Brand__Stack-module__Stack-narrow--justify-content-space-between___w7Ki5","Stack-narrow--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack-narrow--justify-content-space-evenly___ntQwA","Stack-narrow--justify-content-space-around":"Primer_Brand__Stack-module__Stack-narrow--justify-content-space-around___NHZVk","Stack-regular--justify-content-flex-end":"Primer_Brand__Stack-module__Stack-regular--justify-content-flex-end___B0xmt","Stack-regular--justify-content-flex-start":"Primer_Brand__Stack-module__Stack-regular--justify-content-flex-start___DtA1j","Stack-regular--justify-content-center":"Primer_Brand__Stack-module__Stack-regular--justify-content-center___oEcdF","Stack-regular--justify-content-space-between":"Primer_Brand__Stack-module__Stack-regular--justify-content-space-between___F1gqO","Stack-regular--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack-regular--justify-content-space-evenly___xZdXl","Stack-regular--justify-content-space-around":"Primer_Brand__Stack-module__Stack-regular--justify-content-space-around___nSDM4","Stack-wide--justify-content-flex-end":"Primer_Brand__Stack-module__Stack-wide--justify-content-flex-end___Hztn5","Stack-wide--justify-content-flex-start":"Primer_Brand__Stack-module__Stack-wide--justify-content-flex-start___gnhnO","Stack-wide--justify-content-center":"Primer_Brand__Stack-module__Stack-wide--justify-content-center___XxA7G","Stack-wide--justify-content-space-between":"Primer_Brand__Stack-module__Stack-wide--justify-content-space-between___HEm_x","Stack-wide--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack-wide--justify-content-space-evenly___Hgs5B","Stack-wide--justify-content-space-around":"Primer_Brand__Stack-module__Stack-wide--justify-content-space-around___B30C2","Stack-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-flexWrap--wrap___oHt4z","Stack-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-flexWrap--no-wrap___bGR_x","Stack-narrow-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-narrow-flexWrap--wrap___fnS6A","Stack-narrow-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-narrow-flexWrap--no-wrap___DYcBz","Stack-regular-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-regular-flexWrap--wrap___hwBqs","Stack-regular-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-regular-flexWrap--no-wrap___Y8wyw","Stack-wide-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-wide-flexWrap--wrap___i9hAC","Stack-wide-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-wide-flexWrap--no-wrap___C__JU"},x_=["horizontal","vertical"],p_=x_[1],P_=["none","condensed","normal","spacious",...J],S_=P_[1],h_=["center","flex-start","flex-end"],w_=["wrap","nowrap"],k_=[...h_,"space-between","space-around","space-evenly"],f_=(0,r.forwardRef)((({animate:e,children:a,direction:n=p_,gap:i=S_,alignItems:d,padding:l=S_,justifyContent:t,className:m,style:u,flexWrap:c,...s},B)=>{const{classes:g,styles:x}=$(e),p=(0,r.useMemo)((()=>"string"==typeof n?g_[`Stack--${n}`]:Object.keys(n).map((_=>g_[`Stack-${_}--${n[_]}`])).join(" ")),[n]),P=(0,r.useMemo)((()=>"string"==typeof i||"number"==typeof i?g_[`Stack--gap-${i}`]:Object.keys(i).map((_=>g_[`Stack-${_}--gap-${i[_]}`])).join(" ")),[i]),S=(0,r.useMemo)((()=>"string"==typeof l||"number"==typeof l?g_[`Stack--padding-${l}`]:Object.keys(l).map((_=>g_[`Stack-${_}--padding-${l[_]}`])).join(" ")),[l]),h=(0,r.useMemo)((()=>"string"==typeof d?g_[`Stack--align-items-${d}`]:"object"==typeof d?Object.keys(d).map((_=>g_[`Stack-${_}--align-items-${d[_]}`])).join(" "):null),[d]),w=(0,r.useMemo)((()=>"string"==typeof t?g_[`Stack--justify-content-${t}`]:"object"==typeof t?Object.keys(t).map((_=>g_[`Stack-${_}--justify-content-${t[_]}`])).join(" "):null),[t]),k=(0,r.useMemo)((()=>"string"==typeof c?g_[`Stack-flexWrap--${c}`]:"object"==typeof c?Object.keys(c).map((_=>g_[`Stack-${_}-flexWrap--${c[_]}`])).join(" "):null),[c]);return(0,_.jsx)("div",{ref:B,className:o(g,g_.Stack,p,P,h,w,S,k,m),style:{...x,...u},...s,children:a})})),v_=(0,r.forwardRef)((({className:a,align:n="start",children:i,imageContainerClassName:l,imageContainerStyle:t,...m},u)=>{const{HeroActions:c,HeroChildren:s,HeroImageChild:B}=(0,r.useMemo)((()=>e().Children.toArray(i).reduce(((_,r)=>(e().isValidElement(r)&&(r.type===I_||r.type===y_?_.HeroActions.push(r):r.type===E_?_.HeroImageChild=r:_.HeroChildren.push(r)),_)),{HeroActions:[],HeroChildren:[],HeroImageChild:void 0})),[i]),g=B?.props?.position||"block-end",x=B?d["Hero--layout-image"]:d["Hero--layout-default"];return(0,_.jsx)("section",{className:o(d.Hero,"inline-end"!==g&&d[`Hero--align-${n}`],x,B&&d[`Hero--image-pos-${g}`],a),ref:u,"aria-labelledby":"hero-section-brand-heading",...m,children:(0,_.jsxs)(B_,{fullWidth:!0,className:o(d["Hero-grid"],d[`Hero-grid--${g}`]),children:[(0,_.jsx)(B_.Column,{span:{medium:B&&"inline-end"===g?6:12},children:(0,_.jsxs)(f_,{direction:"vertical",gap:"none",padding:"none",alignItems:"inline-end"===g||"start"===n?"flex-start":"center",justifyContent:"inline-end"===g?void 0:"start"===n?"flex-start":"center",children:[s,(0,_.jsx)("div",{className:d["Hero-actions"],children:c})]})}),B&&(0,_.jsx)(B_.Column,{span:{medium:"inline-end"===g?6:12},className:l,style:{...t},children:B})]})})})),b_=(0,r.forwardRef)((({children:r,...e},a)=>(0,_.jsx)(L,{id:"hero-section-brand-heading",className:d["Hero-heading"],as:"h1",ref:a,...e,children:r})));function E_({position:r="block-end",className:e,...a}){return(0,_.jsx)(t_,{className:o(d["Hero-image"],d[`Hero-image--pos-${r}`],e),...a})}const I_=(0,r.forwardRef)((({href:r,as:e="a",children:a,...n},i)=>(0,_.jsx)(E,{as:e,variant:"primary",size:"medium",href:r,...n,ref:i,children:a}))),y_=(0,r.forwardRef)((({href:r,as:e="a",children:a,...n},i)=>(0,_.jsx)(E,{as:e,variant:"secondary",size:"medium",href:r,...n,ref:i,children:a}))),N_=Object.assign(v_,{Heading:b_,Description:function({size:r="200",weight:e,children:a}){return(0,_.jsx)(P,{className:d["Hero-description"],as:"p",size:r,weight:e,children:a})},PrimaryAction:I_,SecondaryAction:y_,Image:E_,Label:function({children:r,...e}){return(0,_.jsx)(i_,{className:d["Hero-label"],...e,children:r})}});var T_;!function(_){_.LIGHT="light",_.DARK="dark",_.AUTO="auto"}(T_||(T_={}));const A_=T_.LIGHT,G_=(0,r.createContext)({colorMode:A_,availableColorModes:Object.values(T_)});function C_({colorMode:e=A_,children:a,...n}){const[i,o]=(0,r.useState)(e),d=(0,r.useMemo)((()=>Object.values(T_)),[]);return(0,r.useEffect)((()=>(e===T_.AUTO?o(L_()):i!==e&&o(e),H_(o))),[e,i,o]),(0,_.jsx)(G_.Provider,{value:{colorMode:i,availableColorModes:d},children:(0,_.jsx)("div",{"data-color-mode":i,...n,children:a})})}const j_=()=>window.matchMedia(`(prefers-color-scheme: ${T_.DARK})`),L_=()=>j_().matches?T_.DARK:T_.LIGHT,H_=_=>{const r=j_(),e=r=>_(r.matches?T_.DARK:T_.LIGHT);return r.addEventListener("change",e),()=>r.removeEventListener("change",e)},M_=()=>(0,r.useContext)(G_),F_=(0,r.forwardRef)((({buttonSize:r="medium",buttonsAs:a,className:n,children:i,...o},d)=>{const l=e().Children.toArray(i).map(((_,n)=>{if(e().isValidElement(_)&&"string"!=typeof _.type&&_.type===E)return e().cloneElement(_,{size:r,as:a,variant:0===n?"primary":"secondary",hasArrow:0===n,..._.props})})).filter(Boolean).slice(0,2);return(0,_.jsx)("section",{ref:d,className:"Primer_Brand__ButtonGroup-module__ButtonGroup___QQSsj",...o,children:l})})),R_={River:"Primer_Brand__river-shared-module__River___eSXvR","River--align-center":"Primer_Brand__river-shared-module__River--align-center___VxJ3H",River__visual:"Primer_Brand__river-shared-module__River__visual___kjFE2","River__visual--fill-media":"Primer_Brand__river-shared-module__River__visual--fill-media___psmFL","River__visual--rounded":"Primer_Brand__river-shared-module__River__visual--rounded___x1iTx","River__visual--has-shadow":"Primer_Brand__river-shared-module__River__visual--has-shadow___PyzIW",River__heading:"Primer_Brand__river-shared-module__River__heading___tl6zS","River__call-to-action":"Primer_Brand__river-shared-module__River__call-to-action___yeIFh",River__text:"Primer_Brand__river-shared-module__River__text___TQQhU",River__trailingComponent:"Primer_Brand__river-shared-module__River__trailingComponent___bjdxv","River__trailingComponent--divider":"Primer_Brand__river-shared-module__River__trailingComponent--divider___q9hCY","River--50-50":"Primer_Brand__river-shared-module__River--50-50___y5_l2","River--60-40":"Primer_Brand__river-shared-module__River--60-40___NljA1","River--align-start":"Primer_Brand__river-shared-module__River--align-start___wo12V","River--align-end":"Primer_Brand__river-shared-module__River--align-end___aNjz4",River__content:"Primer_Brand__river-shared-module__River__content___p4EdY","River__body-text":"Primer_Brand__river-shared-module__River__body-text___aJne5",RiverBreakout:"Primer_Brand__river-shared-module__RiverBreakout___VNW5e","RiverBreakout--muted":"Primer_Brand__river-shared-module__RiverBreakout--muted___k_sJO",RiverBreakout__hiddenHeading:"Primer_Brand__river-shared-module__RiverBreakout__hiddenHeading___axLfo"},V_="50:50",z_="start",O_=(0,r.forwardRef)((({animate:r,imageTextRatio:a=V_,align:n=z_,className:i,children:d,style:l,...t},m)=>{const{classes:u,styles:c}=$(r),{Visual:s,Content:B}=e().Children.toArray(d).reduce(((_,r)=>(e().isValidElement(r)&&"string"!=typeof r.type&&(r.type===q_&&(_.Visual=r),r.type===W_&&(_.Content=r)),_)),{Visual:null,Content:null}),g="start"===n||"center"===n?[B,s]:[s,B];return(0,_.jsx)("section",{ref:m,className:o(R_.River,R_[`River--${a.replace(":","-")}`],R_[`River--align-${n}`],u,i),style:{...c,...l},...t,children:g})})),W_=(0,r.forwardRef)((({animate:r,children:a,className:n,leadingComponent:i,trailingComponent:d,trailingComponentDivider:l=!1,style:t,...m},u)=>{const{classes:c,styles:s}=$(r),B=e().Children.toArray(a).find((_=>e().isValidElement(_)&&_.type===L)),g=e().Children.toArray(a).find((_=>e().isValidElement(_)&&_.type===P)),x=e().Children.toArray(a).find((_=>e().isValidElement(_)&&_.type===Rr));return(0,_.jsxs)("div",{className:o(c,R_.River__content,n),style:{...s,...t},...m,ref:u,children:[i&&(0,_.jsx)("div",{children:(0,_.jsx)(i,{})}),e().isValidElement(B)&&(0,_.jsx)("div",{className:R_.River__heading,children:e().cloneElement(B,{as:B.props.as||"h3",size:B.props.size||"4",weight:B.props.weight})}),e().isValidElement(g)&&(0,_.jsx)("div",{className:R_["River__body-text"],children:e().cloneElement(g,{variant:"default",as:"p",className:o(R_.River__text,g.props.className)})}),e().isValidElement(x)&&(0,_.jsx)("div",{className:R_["River__call-to-action"],children:e().cloneElement(x,{size:"medium"})}),d&&(0,_.jsx)("div",{className:o(R_.River__trailingComponent,l&&R_["River__trailingComponent--divider"]),children:(0,_.jsx)(d,{})})]})})),q_=(0,r.forwardRef)((({fillMedia:r=!0,children:e,className:a,hasShadow:n=!1,rounded:i=!0,...d},l)=>(0,_.jsx)("div",{className:o(R_.River__visual,n&&R_["River__visual--has-shadow"],r&&R_["River__visual--fill-media"],i&&R_["River__visual--rounded"],a),...d,ref:l,children:e}))),Z_=Object.assign(O_,{Visual:q_,Content:W_}),D_=(_,r)=>{if(!_)return!1;if(Array.isArray(_)){for(const e of _)if(D_(e,r))return!0}else if(e().isValidElement(_)){if(_.type===r)return!0;if(_.props&&_.props.children&&D_(_.props.children,r))return!0}return!1},Q_=D_,$_=(0,r.forwardRef)((({animate:r,className:e,children:a,style:n,...i},d)=>{const{classes:l,styles:t}=$(r),m=Q_(a,"em")?"muted":"default";return Q_(a,U_),(0,_.jsx)("section",{ref:d,className:o(R_.RiverBreakout,"muted"===m&&R_["RiverBreakout--muted"],l,e),style:{...t,...n},...i,children:a})})),U_=({as:r="h3",children:e})=>(0,_.jsx)(L,{className:"visually-hidden",as:r,children:e}),K_=Object.assign($_,{Visual:Z_.Visual,Content:Z_.Content,A11yHeading:U_});var J_={small:16,medium:32,large:64};function X_(_,r,a){var n=a(),i=Object.keys(n);function o(_){var a=_["aria-label"],o=_.tabIndex,d=_.className,l=void 0===d?r:d,t=_.fill,m=void 0===t?"currentColor":t,u=_.size,c=void 0===u?16:u,s=_.verticalAlign,B=void 0===s?"text-bottom":s,g=J_[c]||c,x=function(_,r){return _.map((function(_){return parseInt(_,10)})).reduce((function(_,e){return e<=r?e:_}),_[0])}(i,g),p=n[x].width,P=g*(p/x),S=n[x].path;return e().createElement("svg",{"aria-hidden":a?"false":"true",tabIndex:o,focusable:o>=0?"true":"false","aria-label":a,role:"img",className:l,viewBox:"0 0 ".concat(p," ").concat(x),width:P,height:g,fill:m,style:{display:"inline-block",userSelect:"none",verticalAlign:B,overflow:"visible"}},S)}return o.displayName=_,o}var Y_=X_("AlertFillIcon","octicon octicon-alert-fill",(function(){return{12:{width:12,path:e().createElement("path",{d:"M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 0 1-1.146 1.954H1.33A1.313 1.313 0 0 1 .183 9.058ZM7 7V3H5v4Zm-1 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})},16:{width:16,path:e().createElement("path",{d:"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575ZM8 5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5A.75.75 0 0 0 8 5Zm1 6a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"})},24:{width:24,path:e().createElement("path",{d:"M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752ZM12 8.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-4.5A.75.75 0 0 0 12 8.5Zm1 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"})}}})),_r=X_("CheckIcon","octicon octicon-check",(function(){return{16:{width:16,path:e().createElement("path",{d:"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"})},24:{width:24,path:e().createElement("path",{d:"M21.03 5.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.747.747 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 1 1 1.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 0 1 1.06 0Z"})}}})),rr=X_("CheckCircleFillIcon","octicon octicon-check-circle-fill",(function(){return{12:{width:12,path:e().createElement("path",{d:"M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0Zm-.705 8.737L9.63 4.403 8.392 3.166 5.295 6.263l-1.7-1.702L2.356 5.8l2.938 2.938Z"})},16:{width:16,path:e().createElement("path",{d:"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm3.78-9.72a.751.751 0 0 0-.018-1.042.751.751 0 0 0-1.042-.018L6.75 9.19 5.28 7.72a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042l2 2a.75.75 0 0 0 1.06 0Z"})},24:{width:24,path:e().createElement("path",{d:"M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm16.28-2.72a.751.751 0 0 0-.018-1.042.751.751 0 0 0-1.042-.018l-5.97 5.97-2.47-2.47a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042l3 3a.75.75 0 0 0 1.06 0Z"})}}})),er=X_("ChevronDownIcon","octicon octicon-chevron-down",(function(){return{12:{width:12,path:e().createElement("path",{d:"M6 8.825c-.2 0-.4-.1-.5-.2l-3.3-3.3c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.7 2.7 2.7-2.7c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1l-3.2 3.2c-.2.2-.4.3-.6.3Z"})},16:{width:16,path:e().createElement("path",{d:"M12.78 5.22a.749.749 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.06 0L3.22 6.28a.749.749 0 1 1 1.06-1.06L8 8.939l3.72-3.719a.749.749 0 0 1 1.06 0Z"})},24:{width:24,path:e().createElement("path",{d:"M5.22 8.22a.749.749 0 0 0 0 1.06l6.25 6.25a.749.749 0 0 0 1.06 0l6.25-6.25a.749.749 0 1 0-1.06-1.06L12 13.939 6.28 8.22a.749.749 0 0 0-1.06 0Z"})}}})),ar=X_("ChevronLeftIcon","octicon octicon-chevron-left",(function(){return{16:{width:16,path:e().createElement("path",{d:"M9.78 12.78a.75.75 0 0 1-1.06 0L4.47 8.53a.75.75 0 0 1 0-1.06l4.25-4.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L6.06 8l3.72 3.72a.75.75 0 0 1 0 1.06Z"})},24:{width:24,path:e().createElement("path",{d:"M15.28 5.22a.75.75 0 0 1 0 1.06L9.56 12l5.72 5.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215l-6.25-6.25a.75.75 0 0 1 0-1.06l6.25-6.25a.75.75 0 0 1 1.06 0Z"})}}})),nr=X_("ChevronUpIcon","octicon octicon-chevron-up",(function(){return{12:{width:12,path:e().createElement("path",{d:"M6 4c-.2 0-.4.1-.5.2L2.2 7.5c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0L6 5.9l2.7 2.7c.3.3.8.3 1.1 0 .3-.3.3-.8 0-1.1L6.6 4.3C6.4 4.1 6.2 4 6 4Z"})},16:{width:16,path:e().createElement("path",{d:"M3.22 10.53a.749.749 0 0 1 0-1.06l4.25-4.25a.749.749 0 0 1 1.06 0l4.25 4.25a.749.749 0 1 1-1.06 1.06L8 6.811 4.28 10.53a.749.749 0 0 1-1.06 0Z"})},24:{width:24,path:e().createElement("path",{d:"M18.78 15.78a.749.749 0 0 1-1.06 0L12 10.061 6.28 15.78a.749.749 0 1 1-1.06-1.06l6.25-6.25a.749.749 0 0 1 1.06 0l6.25 6.25a.749.749 0 0 1 0 1.06Z"})}}})),ir=X_("DashIcon","octicon octicon-dash",(function(){return{16:{width:16,path:e().createElement("path",{d:"M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75Z"})},24:{width:24,path:e().createElement("path",{d:"M4.5 12.75a.75.75 0 0 1 .75-.75h13.5a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1-.75-.75Z"})}}})),or=X_("LogoGithubIcon","octicon octicon-logo-github",(function(){return{16:{width:45,path:e().createElement("path",{d:"M8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17Zm35.85 2.33c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88ZM27.68 2.43c.09 0 .17.08.17.17v11.11c0 .09-.08.17-.17.17h-2.13c-.09 0-.17-.08-.17-.17l.02-4.75h-3.31v4.75c0 .09-.08.17-.17.17h-2.13c-.08 0-.17-.08-.17-.17V2.6c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v4.09h3.31V2.6c0-.09.08-.17.17-.17Zm8.26 3.64c.11 0 .19.08.19.17l-.02 7.47c0 .09-.06.17-.17.17H34.6c-.07 0-.14-.04-.16-.09-.03-.06-.08-.45-.08-.45s-1.13.77-2.52.77c-1.69 0-2.92-.55-2.92-2.75V6.25c0-.09.08-.17.17-.17h2.14c.09 0 .17.08.17.17V11c0 .75.22 1.09.97 1.09s1.3-.39 1.3-.39V6.26c0-.11.06-.19.17-.19Zm-17.406 5.971h.005a.177.177 0 0 1 .141.179v1.5c0 .07-.03.14-.09.16-.1.05-.74.22-1.27.22-1.16 0-2.86-.25-2.86-2.69V8.13h-1.11c-.09 0-.17-.08-.17-.19V6.58c0-.08.05-.15.13-.17.07-.01 1.16-.28 1.16-.28V3.96c0-.08.05-.13.14-.13h2.16c.09 0 .14.05.14.13v2.11h1.59c.08 0 .16.08.16.17v1.7c0 .11-.07.19-.16.19h-1.59v3.131c0 .47.27.83 1.05.83.247 0 .481-.049.574-.05ZM12.24 6.06c.09 0 .17.08.17.17v7.37c0 .18-.05.27-.25.27h-1.92c-.17 0-.3-.07-.3-.27V6.26c0-.11.08-.2.17-.2Zm29.99 3.78c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25ZM11.19 2.68c.75 0 1.36.61 1.36 1.38 0 .77-.61 1.38-1.36 1.38-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38Zm7.34 9.35v.001l.01.01h-.001l-.005-.001v.001c-.009-.001-.015-.011-.024-.011Z"})}}})),dr=X_("MarkGithubIcon","octicon octicon-mark-github",(function(){return{16:{width:16,path:e().createElement("path",{d:"M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"})}}})),lr=X_("MuteIcon","octicon octicon-mute",(function(){return{16:{width:16,path:e().createElement("path",{d:"M8 2.75v10.5a.751.751 0 0 1-1.238.57L3.473 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.722l3.29-2.82A.75.75 0 0 1 8 2.75Zm3.28 2.47L13 6.94l1.72-1.72a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L14.06 8l1.72 1.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L13 9.06l-1.72 1.72a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L11.94 8l-1.72-1.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-7.042 1.1a.752.752 0 0 1-.488.18h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62V4.38Z"})},24:{width:24,path:e().createElement("path",{d:"M12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805A.75.75 0 0 1 12 3.75ZM6.255 9.305a.748.748 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86V5.445ZM16.28 8.22a.75.75 0 1 0-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L19 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L20.06 12l2.72-2.72a.75.75 0 0 0-1.06-1.06L19 10.94l-2.72-2.72Z"})}}})),tr=X_("ScreenFullIcon","octicon octicon-screen-full",(function(){return{16:{width:16,path:e().createElement("path",{d:"M1.75 10a.75.75 0 0 1 .75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 1 13.25v-2.5a.75.75 0 0 1 .75-.75Zm12.5 0a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 13.25 15h-2.5a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 .75-.75ZM2.75 2.5a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0v-2.5C1 1.784 1.784 1 2.75 1h2.5a.75.75 0 0 1 0 1.5ZM10 1.75a.75.75 0 0 1 .75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1-.75-.75Z"})},24:{width:24,path:e().createElement("path",{d:"M3.75 15a.75.75 0 0 1 .75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 3 19.25v-3.5a.75.75 0 0 1 .75-.75Zm16.5 0a.75.75 0 0 1 .75.75v3.5A1.75 1.75 0 0 1 19.25 21h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 .75-.75ZM4.75 4.5a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0v-3.5C3 3.784 3.784 3 4.75 3h3.5a.75.75 0 0 1 0 1.5ZM15 3.75a.75.75 0 0 1 .75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1-.75-.75Z"})}}})),mr=X_("ScreenNormalIcon","octicon octicon-screen-normal",(function(){return{16:{width:16,path:e().createElement("path",{d:"M10.75 1a.75.75 0 0 1 .75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 10 4.25v-2.5a.75.75 0 0 1 .75-.75Zm-5.5 0a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 4.25 6h-2.5a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-2.5A.75.75 0 0 1 5.25 1ZM1 10.75a.75.75 0 0 1 .75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1-.75-.75Zm9 1c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Z"})},24:{width:24,path:e().createElement("path",{d:"M15.75 3a.75.75 0 0 1 .75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 15 7.25v-3.5a.75.75 0 0 1 .75-.75Zm-7.5 0a.75.75 0 0 1 .75.75v3.5A1.75 1.75 0 0 1 7.25 9h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25v-3.5A.75.75 0 0 1 8.25 3ZM3 15.75a.75.75 0 0 1 .75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1-.75-.75Zm12 1c0-.966.784-1.75 1.75-1.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0Z"})}}})),ur=X_("SearchIcon","octicon octicon-search",(function(){return{16:{width:16,path:e().createElement("path",{d:"M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"})},24:{width:24,path:e().createElement("path",{d:"M10.25 2a8.25 8.25 0 0 1 6.34 13.53l5.69 5.69a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215l-5.69-5.69A8.25 8.25 0 1 1 10.25 2ZM3.5 10.25a6.75 6.75 0 1 0 13.5 0 6.75 6.75 0 0 0-13.5 0Z"})}}})),cr=X_("UnmuteIcon","octicon octicon-unmute",(function(){return{16:{width:16,path:e().createElement("path",{d:"M7.563 2.069A.75.75 0 0 1 8 2.75v10.5a.751.751 0 0 1-1.238.57L3.472 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 0 1 .801-.111ZM6.5 4.38 4.238 6.319a.748.748 0 0 1-.488.181h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62Zm6.096-2.038a.75.75 0 0 1 1.06 0 8 8 0 0 1 0 11.314.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042 6.5 6.5 0 0 0 0-9.193.75.75 0 0 1 0-1.06Zm-1.06 2.121-.001.001a5 5 0 0 1 0 7.07.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734 3.5 3.5 0 0 0 0-4.95.75.75 0 1 1 1.061-1.061Z"})},24:{width:24,path:e().createElement(e().Fragment,null,e().createElement("path",{d:"M11.553 3.064A.75.75 0 0 1 12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805a.752.752 0 0 1 .808-.13ZM10.5 5.445l-4.245 3.86a.748.748 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86Zm8.218-1.223a.75.75 0 0 1 1.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 0 1-1.06-1.06 9.5 9.5 0 0 0 0-13.436.75.75 0 0 1 0-1.06Z"}),e().createElement("path",{d:"M16.243 7.757a.75.75 0 1 0-1.061 1.061 4.5 4.5 0 0 1 0 6.364.75.75 0 0 0 1.06 1.06 6 6 0 0 0 0-8.485Z"}))}}})),sr=X_("XIcon","octicon octicon-x",(function(){return{16:{width:16,path:e().createElement("path",{d:"M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"})},24:{width:24,path:e().createElement("path",{d:"M5.72 5.72a.75.75 0 0 1 1.06 0L12 10.94l5.22-5.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L13.06 12l5.22 5.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L12 13.06l-5.22 5.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L10.94 12 5.72 6.78a.75.75 0 0 1 0-1.06Z"})}}}));function Br(_,e,a){(0,r.useEffect)((()=>{const r=r=>{!_.current||_.current.contains(r.target)||a&&a.current&&a.current.contains(r.target)||e&&e(r)};return document.addEventListener("mousedown",r),document.addEventListener("touchstart",r,{passive:!0}),document.addEventListener("focusin",r),()=>{document.removeEventListener("mousedown",r),document.removeEventListener("touchstart",r),document.removeEventListener("focusin",r)}}),[_,e,a])}const gr={SubdomainNavBar:"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK","SubdomainNavBar-outer-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container___aE8uv","SubdomainNavBar-outer-container--fixed":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container--fixed___ZhyZf","SubdomainNavBar-inner-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container___kdy5Y","SubdomainNavBar-inner-container--centered":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--centered___FXUTh","SubdomainNavBar-inner-container--search-open":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--search-open___nhMNU","fade-out":"Primer_Brand__SubdomainNavBar-module__fade-out___fhdxi","SubdomainNavBar-title-area":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5","SubdomainNavBar-logo-mark":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_","SubdomainNavBar-back-arrow":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-back-arrow___OOrj8","SubdomainNavBar-title-separator":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-separator___djrH2","SubdomainNavBar-title":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2","SubdomainNavBar-primary-nav":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav___rZwCn","SubdomainNavBar-primary-nav-list":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r","SubdomainNavBar-primary-nav-list--invisible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list--invisible___HnkQO","SubdomainNavBar-primary-nav-list--visible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list--visible___ZeoFv","fade-in-down":"Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g","SubdomainNavBar-primary-nav-list-item":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9","fade-in-down-staggered":"Primer_Brand__SubdomainNavBar-module__fade-in-down-staggered___zQfEQ","SubdomainNavBar-primary-nav-list-item--visible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--visible___oDmLP","SubdomainNavBar-primary-nav-list-item--invisible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--invisible___NioAh","SubdomainNavBar-primary-nav-list-item--overflow":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--overflow___FXC7u","SubdomainNavBar-link":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc","SubdomainNavBar-overflow-menu-item":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx","focus-visible":"Primer_Brand__SubdomainNavBar-module__focus-visible___LbPb7","SubdomainNavBar-more-link":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2","SubdomainNavBar-overflow-menu":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu___RXj_t","enlarge-shadow":"Primer_Brand__SubdomainNavBar-module__enlarge-shadow___pfcD5","SubdomainNavBar-overflow-menu-list":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-list___EbzqG","SubdomainNavBar-secondary-nav":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-secondary-nav___WHTTz","SubdomainNavBar-search-trigger":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj","SubdomainNavBar-search-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R","SubdomainNavBar-menu-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J","SubdomainNavBar-menu-button-bar":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF","SubdomainNavBar-menu-button--close":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT","SubdomainNavBar-mobile-menu-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW","SubdomainNavBar-search-dialog-control-area":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog-control-area___KlFbq","SubdomainNavBar-button-area":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys","SubdomainNavBar-button-area-inner":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv","SubdomainNavBar-button-area--visible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf","SubdomainNavBar-cta-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button___g_9BM","SubdomainNavBar-cta-button--secondary":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button--secondary___P0FJH","SubdomainNavBar-search-form":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-form___zoZB5","SubdomainNavBar-search-dialog":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5","SubdomainNavBar-search-text-input":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-text-input___kDY_0","SubdomainNavBar-search-results-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-container___kow2P","SubdomainNavBar-search-results":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results___haCH9","SubdomainNavBar-search-results-heading":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-heading___FTzyR","SubdomainNavBar-search-result-item":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z","SubdomainNavBar-search-result-item-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd","SubdomainNavBar-search-result-item-desc":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-desc___Rb5Tm"};function xr(_){const e=(0,r.useCallback)((r=>{"Escape"===r.key&&_()}),[_]);(0,r.useEffect)((()=>(document.addEventListener("keydown",e,!1),()=>{document.removeEventListener("keydown",e,!1)})),[e])}function pr(){const[_,e]=(0,r.useState)({width:void 0,height:void 0,isLarge:void 0});return(0,r.useEffect)((()=>{function _(){e({width:window.innerWidth,height:window.innerHeight,isLarge:window.innerWidth>=1012})}return window.addEventListener("resize",_),_(),()=>window.removeEventListener("resize",_)}),[]),_}function Pr({children:a,className:n,...i}){const d=(0,r.useRef)(null),[l]=function(_,e){const[a,n]=(0,r.useState)({}),i=_=>{const r={};for(const e of _){const _=e.target.getAttribute("data-navitemid");_&&(e.isIntersecting?r[_]=!0:r[_]=!1)}n((_=>({..._,...r})))};return(0,r.useEffect)((()=>{const r=new IntersectionObserver(i,{root:_.current,threshold:1});if(_.current){const e=Array.from(_.current.children);for(const _ of e)_.getAttribute("data-navitemid")&&r.observe(_)}return()=>r.disconnect()}),[_,e]),[a]}(d,a),{width:t}=pr(),m=Object.values(l).includes(!1);return(0,_.jsxs)("ul",{className:o(gr["SubdomainNavBar-primary-nav-list"],n),ref:d,...i,children:[e().Children.map(a,(_=>e().cloneElement(_,{className:o(_.props.className,t&&t>=768&&!!l[_.props["data-navitemid"]]&&gr["SubdomainNavBar-primary-nav-list-item--visible"],t&&t>=768&&!l[_.props["data-navitemid"]]&&gr["SubdomainNavBar-primary-nav-list-item--invisible"])}))),m&&(0,_.jsx)(Sr,{visibilityMap:l,children:a})]})}function Sr({children:a,className:n,visibilityMap:i}){const[d,l]=(0,r.useState)(null),t=(0,r.useRef)(null);Br(t,(()=>u()));const m=Boolean(d),u=(0,r.useCallback)((()=>{l(null)}),[]);return xr(u),(0,_.jsxs)("li",{className:o(gr["SubdomainNavBar-primary-nav-list-item--overflow"],n),ref:t,children:[(0,_.jsxs)("button",{"aria-expanded":m?"true":"false","aria-controls":"more-navigation","aria-haspopup":"true",onClick:_=>{d?u():l(_.currentTarget)},className:o(gr["SubdomainNavBar-link"],gr["SubdomainNavBar-more-link"]),children:["More",(0,_.jsx)(er,{})]}),(0,_.jsx)("div",{id:"more-navigation",style:{display:m?"block":"none"},className:o(gr["SubdomainNavBar-overflow-menu"]),children:(0,_.jsx)("ul",{className:o(gr["SubdomainNavBar-overflow-menu-list"]),children:e().Children.map(a,(r=>{if(e().isValidElement(r)){const a=r.props["data-navitemid"];if(!i[a])return(0,_.jsx)(e().Fragment,{children:e().cloneElement(r,{onClick:u,className:o(gr["SubdomainNavBar-overflow-menu-item"],r.props.className)})})}return null}))})})]})}function*hr(_,r={}){var e,a;const n=null!==(e=r.strict)&&void 0!==e&&e,i=null!==(a=r.onlyTabbable)&&void 0!==a&&a?fr:kr,o=document.createTreeWalker(_,NodeFilter.SHOW_ELEMENT,{acceptNode:_=>_ instanceof HTMLElement&&i(_,n)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let d=null;if(!r.reverse&&i(_,n)&&(yield _),r.reverse){let _=o.lastChild();for(;_;)d=_,_=o.lastChild()}else d=o.firstChild();for(;d instanceof HTMLElement;)yield d,d=r.reverse?o.previousNode():o.nextNode();r.reverse&&i(_,n)&&(yield _)}function wr(_,r=!1){return hr(_,{reverse:r,strict:!0,onlyTabbable:!0}).next().value}function kr(_,r=!1){const e=["BUTTON","INPUT","SELECT","TEXTAREA","OPTGROUP","OPTION","FIELDSET"].includes(_.tagName)&&_.disabled,a=_.hidden,n=_ instanceof HTMLInputElement&&"hidden"===_.type,i=_.classList.contains("sentinel");if(e||a||n||i)return!1;if(r){const r=0===_.offsetWidth||0===_.offsetHeight,e=["hidden","collapse"].includes(getComputedStyle(_).visibility),a=0===_.getClientRects().length;if(r||e||a)return!1}return null!=_.getAttribute("tabindex")||!(_ instanceof HTMLAnchorElement&&null==_.getAttribute("href"))&&-1!==_.tabIndex}function fr(_,r=!1){return kr(_,r)&&"-1"!==_.getAttribute("tabindex")}let vr=!1;function br(){}try{const _=Object.create({},{signal:{get(){vr=!0}}});window.addEventListener("test",br,_),window.removeEventListener("test",br,_)}catch(_){}function Er(){vr||(function(){if("undefined"==typeof window)return;const _=EventTarget.prototype.addEventListener;EventTarget.prototype.addEventListener=function(r,e,a){return"object"==typeof a&&"signal"in a&&a.signal instanceof AbortSignal&&_.call(a.signal,"abort",(()=>{this.removeEventListener(r,e,a)})),_.call(this,r,e,a)}}(),vr=!0)}Er();const Ir=[];let yr;function Nr(_,r,e){const a=new AbortController,n=null!=e?e:a.signal;_.setAttribute("data-focus-trap","active");const i=document.createElement("span");i.setAttribute("class","sentinel"),i.setAttribute("tabindex","0"),i.setAttribute("aria-hidden","true"),i.onfocus=()=>{const r=wr(_,!0);null==r||r.focus()};const o=document.createElement("span");let d;function l(e){if(e instanceof HTMLElement&&document.contains(_)){if(_.contains(e))return void(d=e);if(d&&fr(d)&&_.contains(d))return void d.focus();if(r&&_.contains(r))return void r.focus();{const r=wr(_);return void(null==r||r.focus())}}}o.setAttribute("class","sentinel"),o.setAttribute("tabindex","0"),o.setAttribute("aria-hidden","true"),o.onfocus=()=>{const r=wr(_);null==r||r.focus()},_.prepend(i),_.append(o);const t=function(_){const r=new AbortController;return _.addEventListener("abort",(()=>{r.abort()})),r}(n);if(yr){const _=yr;yr.container.setAttribute("data-focus-trap","suspended"),yr.controller.abort(),Ir.push(_)}t.signal.addEventListener("abort",(()=>{yr=void 0})),n.addEventListener("abort",(()=>{_.removeAttribute("data-focus-trap");const r=_.getElementsByClassName("sentinel");for(;r.length>0;)r[0].remove();const e=Ir.findIndex((r=>r.container===_));e>=0&&Ir.splice(e,1),function(){const _=Ir.pop();_&&Nr(_.container,_.initialFocus,_.originalSignal)}()})),document.addEventListener("focus",(_=>{l(_.target)}),{signal:t.signal,capture:!0}),l(document.activeElement),yr={container:_,controller:t,initialFocus:r,originalSignal:n};const m=Ir.findIndex((r=>r.container===_));if(m>=0&&Ir.splice(m,1),!e)return a}const Tr={root:"SubdomainNavBar",get innerContainer(){return`${this.root}-inner-container`},get menuButton(){return`${this.root}-menuButton`},get menuLinks(){return`${this.root}-menuLinks`},get liveRegion(){return`${this.root}-search-live-region`}};function Ar({href:r,className:e,children:a,...n}){return(0,_.jsx)("li",{className:o(gr["SubdomainNavBar-primary-nav-list-item"],e),...n,children:(0,_.jsx)("a",{href:r,className:o(gr["SubdomainNavBar-link"]),children:a})})}const Gr=(0,r.forwardRef)((({active:a,title:n,searchResults:i,searchTerm:d,handlerFn:l,onSubmit:t,onChange:m},u)=>{const c=(0,r.useRef)(null);!function(_,r=[]){const a=_?.containerRef,n=_?.initialFocusRef,i=_?.disabled,o=e().useRef(),d=e().useRef(null);function l(){o.current?.abort(),_?.restoreFocusOnCleanUp&&d.current instanceof HTMLElement&&(d.current.focus(),d.current=null)}d.current||_?.disabled||(d.current=document.activeElement),e().useEffect((()=>{if(a?.current instanceof HTMLElement){if(!i)return o.current=Nr(a.current,n?.current??void 0),()=>{l()};l()}}),[a,n,i,...r])}({containerRef:c,restoreFocusOnCleanUp:!0,disabled:!a}),Br(c,l);const[s,B]=(0,r.useState)(-1),[g,x]=(0,r.useState)(),[p,S]=(0,r.useState)(!1),h=(0,r.useCallback)(((_=null)=>{l&&l(_),B(-1)}),[l]);Br(c,h),xr((()=>{if(!g&&a)return h(),!1;x(!1),B(-1)}));const w=(0,r.useCallback)((_=>{const r=s,e=i?i.length:0,a=c.current;let n;if(!["ArrowDown","ArrowUp","Escape","Enter"].includes(_.key)||"Enter"===_.key&&-1===s||!a)return!1;_.preventDefault(),"ArrowDown"===_.key?(n=r<e-1?r+1:-1,B(n)):"ArrowUp"===_.key&&(n=-1===r?e-1:r-1,B(n)),["ArrowDown","ArrowUp"].includes(_.key)&&a.querySelector(`#subdomainnavbar-search-result-${n}`)?.scrollIntoView(),"Enter"===_.key&&a.querySelector(`#subdomainnavbar-search-result-${s} a`).click()}),[i,s]),k=(0,r.useCallback)((()=>{S(!0),setTimeout((()=>{a&&S(!1)}),200)}),[a]);return(0,r.useEffect)((()=>{const _=!(!i||!i.length);x(_),k()}),[i,d,k]),(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)("div",{className:o(gr["SubdomainNavBar-search-trigger"]),children:(0,_.jsx)("button",{"aria-label":"search",className:gr["SubdomainNavBar-search-button"],onClick:l,"data-testid":"toggle-search",children:(0,_.jsx)(ur,{})})}),a&&(0,_.jsxs)("div",{ref:c,role:"dialog","aria-label":`Search ${n}`,"aria-modal":"true",tabIndex:-1,className:o(gr["SubdomainNavBar-search-dialog"]),children:[(0,_.jsxs)("div",{className:o(gr["SubdomainNavBar-search-dialog-control-area"]),children:[(0,_.jsx)("form",{className:o(gr["SubdomainNavBar-search-form"]),onSubmit:t,role:"search",children:(0,_.jsxs)(be,{fullWidth:!0,size:"medium",children:[(0,_.jsx)(be.Label,{visuallyHidden:!0,children:"Search"}),(0,_.jsx)(xe,{ref:u,className:o(gr["SubdomainNavBar-search-text-input"]),autoFocus:!0,name:"search",role:"combobox","aria-expanded":g,"aria-controls":"listbox-search-results",placeholder:`Search ${n}`,onChange:m,defaultValue:d,invisible:!0,leadingVisual:(0,_.jsx)(ur,{size:16}),"aria-activedescendant":-1===s?void 0:`subdomainnavbar-search-result-${s}`,onKeyDown:w})]})}),(0,_.jsx)("button",{"aria-label":"Close",className:o(gr["SubdomainNavBar-menu-button"],gr["SubdomainNavBar-menu-button--close"]),onClick:h,children:(0,_.jsx)(sr,{size:24})})]}),(0,_.jsxs)("div",{id:"listbox-search-results",children:[g&&(0,_.jsxs)("div",{className:o(gr["SubdomainNavBar-search-results-container"]),children:[(0,_.jsxs)(P,{id:"subdomainnavbar-search-results-heading",className:gr["SubdomainNavBar-search-results-heading"],children:["Results for “",d,"”"]}),(0,_.jsx)("ul",{role:"listbox",tabIndex:0,"aria-labelledby":"subdomainnavbar-search-results-heading",className:o(gr["SubdomainNavBar-search-results"]),children:i?.map(((r,e)=>(0,_.jsxs)("li",{id:`subdomainnavbar-search-result-${e}`,className:gr["SubdomainNavBar-search-result-item"],role:"option","aria-selected":e===s,children:[(0,_.jsx)("div",{className:gr["SubdomainNavBar-search-result-item-container"],children:(0,_.jsx)("a",{href:r.url,children:r.title})}),(0,_.jsx)(P,{as:"p",size:"200",id:`subdomainnavbar-search-result-item-desc${e}`,className:gr["SubdomainNavBar-search-result-item-desc"],children:r.description}),(0,_.jsxs)("div",{children:[(0,_.jsx)(P,{size:"100",className:gr["SubdomainNavBar-search-result-item-desc"],children:r.date}),r.category&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsxs)(P,{size:"100",className:gr["SubdomainNavBar-search-result-item-desc"],children:[" ","•"," "]}),(0,_.jsx)(P,{size:"100",className:gr["SubdomainNavBar-search-result-item-desc"],children:r.category})]})]})]},`${r.title}-${e}`)))})]}),(0,_.jsxs)("div",{"aria-live":"polite","aria-atomic":"true","data-testid":Tr.liveRegion,className:"visually-hidden",children:[`${i?.length} suggestions.`,p&&(0,_.jsx)("span",{children:" "})]})]})]})]})}));function Cr({children:r,href:e,...a}){return(0,_.jsx)(E,{as:"a",href:e,className:o(gr["SubdomainNavBar-cta-button"]),variant:"primary",hasArrow:!1,...a,children:r})}function jr({children:r,href:e,...a}){return(0,_.jsx)(E,{as:"a",href:e,className:o(gr["SubdomainNavBar-cta-button"],gr["SubdomainNavBar-cta-button--secondary"]),hasArrow:!1,...a,children:r})}const Lr=Object.assign((function({children:a,className:n,fixed:i=!0,fullWidth:d=!1,logoHref:l="https://github.com",title:t,titleHref:m="/",...u}){const[c,s]=(0,r.useState)(!0),[B,g]=(0,r.useState)(!1),x=()=>g(!B),p=(0,r.useMemo)((()=>e().Children.toArray(a).filter((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===Ar))),[]).length>0,P=(0,r.useMemo)((()=>e().Children.toArray(a).map(((_,r)=>{if(e().isValidElement(_)&&"string"!=typeof _.type)return _.type===Ar?e().cloneElement(_,{"data-navitemid":_.props.children,href:_.props.href,children:_.props.children,style:{"--animation-order":r}}):null})).filter(Boolean)),[a]);return(0,_.jsx)("div",{className:o(gr["SubdomainNavBar-outer-container"],i&&gr["SubdomainNavBar-outer-container--fixed"]),children:(0,_.jsx)("header",{className:o(gr.SubdomainNavBar,n),"data-testid":Tr.root,...u,children:(0,_.jsxs)("div",{className:o(gr["SubdomainNavBar-inner-container"],B&&gr["SubdomainNavBar-inner-container--search-open"],!d&&gr["SubdomainNavBar-inner-container--centered"]),"data-testid":Tr.innerContainer,children:[(0,_.jsx)("nav",{"aria-label":"global breadcrumb",children:(0,_.jsxs)("ol",{className:gr["SubdomainNavBar-title-area"],children:[(0,_.jsx)("li",{children:(0,_.jsxs)("a",{href:l,"aria-label":"Github Home",className:gr["SubdomainNavBar-logo-mark"],children:[(0,_.jsx)("span",{className:o(gr["SubdomainNavBar-back-arrow"]),children:(0,_.jsx)(ar,{fill:"currentColor",size:24})}),(0,_.jsx)(dr,{fill:"currentColor",size:24})]})}),t&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)("li",{role:"separator",className:gr["SubdomainNavBar-title-separator"],"aria-hidden":!0,children:"/"}),(0,_.jsx)("li",{children:(0,_.jsx)("a",{href:m,"aria-label":`${t} home`,className:o(gr["SubdomainNavBar-title"]),children:t})})]})]})}),p&&(0,_.jsx)("nav",{id:"menu-navigation","aria-label":t,className:gr["SubdomainNavBar-primary-nav"],"data-testid":Tr.menuLinks,children:(0,_.jsx)(Pr,{className:o(gr["SubdomainNavBar-primary-nav-list--invisible"]),children:P})}),(0,_.jsxs)("div",{className:o(gr["SubdomainNavBar-secondary-nav"]),children:[e().Children.toArray(a).map((_=>{if(e().isValidElement(_)&&"string"!=typeof _.type)return _.type===Gr?e().cloneElement(_,{active:B,handlerFn:x,title:t}):null})).filter(Boolean),p&&(0,_.jsxs)("button",{"aria-expanded":!c,"aria-label":"Menu","aria-controls":"menu-navigation","aria-haspopup":"true",className:o(gr["SubdomainNavBar-menu-button"],gr["SubdomainNavBar-mobile-menu-button"],!c&&gr["SubdomainNavBar-menu-button--close"]),"data-testid":Tr.menuButton,onClick:()=>s(!c),children:[(0,_.jsx)("div",{className:o(gr["SubdomainNavBar-menu-button-bar"])}),(0,_.jsx)("div",{className:o(gr["SubdomainNavBar-menu-button-bar"])}),(0,_.jsx)("div",{className:o(gr["SubdomainNavBar-menu-button-bar"])})]}),p&&!c&&(0,_.jsx)(Pr,{className:o(gr["SubdomainNavBar-primary-nav-list--visible"]),children:P}),(0,_.jsx)("div",{className:o(gr["SubdomainNavBar-button-area"],!c&&gr["SubdomainNavBar-button-area--visible"]),children:(0,_.jsxs)("div",{className:gr["SubdomainNavBar-button-area-inner"],children:[e().Children.toArray(a).map((_=>{if(e().isValidElement(_)&&"string"!=typeof _.type)return _.type===Cr?_:null})).filter(Boolean),e().Children.toArray(a).map((_=>{if(e().isValidElement(_)&&"string"!=typeof _.type)return _.type===jr?_:null})).filter(Boolean)]})})]})]})})})}),{Link:Ar,Search:Gr,PrimaryAction:Cr,SecondaryAction:jr,testIds:Tr}),Hr=(0,r.forwardRef)((({className:r,size:e=x,children:a,href:n,...i},d)=>{const l=o("Primer_Brand__InlineLink-module__InlineLink___U_Ama",r);return(0,_.jsx)("a",{href:n,className:l,...i,ref:d,children:(0,_.jsx)(P,{size:e,as:"span",children:a})})})),Mr={Link:"Primer_Brand__Link-module__Link___lvKjM","focus-visible":"Primer_Brand__Link-module__focus-visible___MPCba","Link--default":"Primer_Brand__Link-module__Link--default___UKAcZ","Link--accent":"Primer_Brand__Link-module__Link--accent___FWEDd","Link--label":"Primer_Brand__Link-module__Link--label___j8etE","Link-arrow":"Primer_Brand__Link-module__Link-arrow___HBMJ9","Link--large":"Primer_Brand__Link-module__Link--large___cXMt5","Link--arrow-start":"Primer_Brand__Link-module__Link--arrow-start___AT1uu"},Fr=["default","accent"];function Rr({size:a="medium",variant:n="default",className:i,children:d,onMouseEnter:l,onMouseLeave:m,onFocus:u,onBlur:c,arrowDirection:s="end",...B}){const[g,x]=e().useState(!1),[p,S]=e().useState(!1),h=(0,r.useCallback)((_=>{x(!g),l?.(_)}),[l,g]),w=(0,r.useCallback)((_=>{x(!g),m?.(_)}),[m,g]),k=(0,r.useCallback)((_=>{S(!p),u?.(_)}),[u,p]),f=(0,r.useCallback)((_=>{S(!p),c?.(_)}),[c,p]);return(0,_.jsxs)("a",{className:o(Mr.Link,Mr[`Link--${a}`],Mr[`Link--${n}`],Mr[`Link--arrow-${s}`],i),onMouseEnter:h,onMouseLeave:w,onFocus:k,onBlur:f,...B,children:["start"===s&&(0,_.jsx)(t,{className:Mr["Link-arrow"],expanded:g||p,reverse:!0,hidden:!0}),(0,_.jsx)(P,{as:"span",size:{medium:"200",large:"300"}[a],className:o(Mr["Link--label"]),children:d}),"end"===s&&(0,_.jsx)(t,{className:Mr["Link-arrow"],expanded:g||p,hidden:!0})]})}const Vr={Accordion:"Primer_Brand__Accordion-module__Accordion___M_LPt","Accordion--default":"Primer_Brand__Accordion-module__Accordion--default___wLsHR","Accordion--emphasis":"Primer_Brand__Accordion-module__Accordion--emphasis___j9wgA",Accordion__summary:"Primer_Brand__Accordion-module__Accordion__summary___NUIYc","Accordion__summary--reversed-toggles":"Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW","focus-visible":"Primer_Brand__Accordion-module__focus-visible___NWNew","Accordion__summary--collapsed":"Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w","Accordion__summary--expanded":"Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk","Accordion__summary--default":"Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_","Accordion__summary--emphasis":"Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk",Accordion__content:"Primer_Brand__Accordion-module__Accordion__content___wMZGe","fade-in":"Primer_Brand__Accordion-module__fade-in___b3l0l"},zr=(0,r.forwardRef)((({children:r,className:a,open:n=!1,variant:i="default",...d},l)=>{const{AccordionHeading:t,AccordionContent:m}=e().Children.toArray(r).reduce(((_,r)=>(e().isValidElement(r)&&"string"!=typeof r.type&&(r.type===Wr&&(_.AccordionContent=r),r.type===Or&&(_.AccordionHeading=e().cloneElement(r,{variant:i}))),_)),{AccordionHeading:null,AccordionContent:null});return(0,_.jsxs)("details",{className:o(Vr.Accordion,Vr[`Accordion--${i}`],a),open:n,...d,ref:l,children:[t,m]})})),Or=(0,r.forwardRef)((({children:r,className:e,as:a="h4",variant:n="default",reversedToggles:i,...d},l)=>(0,_.jsxs)("summary",{className:o(Vr.Accordion__summary,i&&Vr["Accordion__summary--reversed-toggles"],Vr[`Accordion__summary--${n}`],e),ref:l,...d,children:[(0,_.jsx)("span",{"aria-hidden":"true",className:Vr["Accordion__summary--collapsed"],children:"emphasis"===n&&(0,_.jsx)(er,{size:24,fill:"var(--brand-color-text-default)"})}),(0,_.jsx)(L,{as:a,size:"emphasis"===n?"6":"subhead-large",children:r}),(0,_.jsx)("span",{"aria-hidden":"true",className:Vr["Accordion__summary--expanded"],children:"emphasis"===n&&(0,_.jsx)(nr,{size:24,fill:"var(--brand-color-text-default)"})})]})));function Wr({children:r,className:a,...n}){const i=e().isValidElement(r)&&r.type===e().Fragment?r.props.children:r,d=e().Children.map(i,(r=>e().isValidElement(r)&&"string"==typeof r.type&&["p","span"].includes(r.type)?e().cloneElement(r,{children:(0,_.jsx)(P,{variant:"muted",size:"200",as:"span",children:r.props.children})}):r));return(0,_.jsx)("section",{className:o(Vr.Accordion__content,a),...n,children:e().Children.toArray(d).map((_=>e().isValidElement(_)&&e().cloneElement(_,{className:o(Vr["Accordion__content-item"],_.props.className)})))})}const qr=Object.assign(zr,{Content:Wr,Heading:Or});var Zr=a(570);const Dr={FAQ:"Primer_Brand__FAQ-module__FAQ___R3vLU",FAQ__heading:"Primer_Brand__FAQ-module__FAQ__heading___bH0aG",FAQ__subheading:"Primer_Brand__FAQ-module__FAQ__subheading___I4puv","FAQ__heading--start":"Primer_Brand__FAQ-module__FAQ__heading--start___eHaT3","FAQ__heading--center":"Primer_Brand__FAQ-module__FAQ__heading--center___xMpbW","FAQ__heading--large":"Primer_Brand__FAQ-module__FAQ__heading--large___pBEPT"},Qr=(0,r.forwardRef)((({children:r,style:a,animate:n,className:i,...d},l)=>{const{classes:t,styles:m}=$(n),u=e().Children.toArray(r).filter((_=>!(!e().isValidElement(_)||"string"==typeof _.type||!(0,Zr.isFragment)(_)&&_.type!==$r&&_.type!==Ur&&_.type!==zr))),c=e().Children.toArray(r).some((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===Ur));return(0,_.jsx)("section",{ref:l,className:o(Dr.FAQ,t,i),style:{...m,...a},...d,children:e().Children.toArray(u).map((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===$r?e().cloneElement(_,{align:c?"start":_.props.align,size:c?"3":_.props.size,weight:c?"semibold":_.props.weight}):_))})})),$r=(0,r.forwardRef)((({children:r,className:e,size:a="3",align:n="center",as:i,...d},l)=>{const t="3"===a?"h3":"h2";return(0,_.jsx)(L,{as:i||t,size:a,className:o(Dr.FAQ__heading,Dr[`FAQ__heading--${n}`],e),ref:l,...d,children:r})}));function Ur({children:r,className:e,as:a="h3",size:n="subhead-large",weight:i="medium",...d}){return(0,_.jsx)(L,{as:a,className:o(Dr.FAQ__subheading,e),weight:i,size:n,...d,children:r})}const Kr=Object.assign(Qr,{Subheading:Ur,Heading:$r,Item:zr,Question:Or,Answer:Wr}),Jr="Primer_Brand__FAQGroup-module__FAQGroup___D0VvR",Xr="Primer_Brand__FAQGroup-module__FAQGroup__accordion___dkveP",Yr="Primer_Brand__FAQGroup-module__FAQ__subheading___nYa68",_e="Primer_Brand__FAQGroup-module__FAQGroup__panel-subHeading___F0U3h",re="Primer_Brand__FAQGroup-module__FAQGroup__tablist___WdY5Z",ee="Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC",ae="Primer_Brand__FAQGroup-module__FAQGroup__nested-accordion-item___JGGeC";function ne({children:r,className:e,as:a="h3",...n}){return(0,_.jsx)(L,{as:a,className:o(Yr,e),...n,children:r})}const ie=Object.assign((function({children:r,id:a,defaultSelectedIndex:n=0,...i}){const[d,l]=e().useState(n),t=O(a),m=_=>r=>{l(_)},u=e().Children.toArray(r).filter((_=>e().isValidElement(_)&&_.type===Kr)),c=e().Children.map(u,((r,a)=>{if(e().isValidElement(r)&&r.props.children){const n=e().Children.toArray(r.props.children).find((_=>e().isValidElement(_)&&_.type===Kr.Heading));return(0,_.jsx)(E,{variant:"subtle",hasArrow:!1,as:"button",role:"tab",className:ee,block:!0,id:`${t}-tab-${a}`,"aria-controls":`${t}-panel-${a}`,"aria-selected":d===a,onClick:m(a),"data-testid":`FAQGroup-tab-${a+1}`,children:e().isValidElement(n)&&n.props.children},a)}return null})),s=e().Children.map(u,((r,a)=>{if(e().isValidElement(r)&&r.props.children){const n=e().Children.map(r.props.children,(_=>e().isValidElement(_)&&_.type!==Kr.Heading?_:null)),i=e().Children.map(r.props.children,(_=>e().isValidElement(_)&&_.type===Kr.Heading?_.props.children:null));return(0,_.jsxs)("div",{role:"tabpanel",id:`${t}-panel-${a}`,"aria-labelledby":`${t}-tab-${a}`,hidden:d!==a,"data-testid":`FAQGroup-tab-panel-${a+1}`,children:[i&&(0,_.jsx)(Kr.Subheading,{"data-testid":`FAQGroup-tab-panel-heading-${a+1}`,className:o(_e),children:i}),n]},a)}})),B=e().Children.map(u,((r,a)=>{if(e().isValidElement(r)&&r.props.children){const n=e().Children.toArray(r.props.children).find((_=>e().isValidElement(_)&&_.type===Kr.Heading)),i=e().Children.map(r.props.children,(_=>e().isValidElement(_)&&_.type!==Kr.Heading?e().cloneElement(_,{className:o(ae,_.props.className)}):null));return i?(0,_.jsxs)(qr,{variant:"emphasis",children:[(0,_.jsx)(qr.Heading,{children:e().isValidElement(n)&&n.props.children}),(0,_.jsx)(qr.Content,{children:i})]},a):null}})),g=e().Children.toArray(r).find((_=>e().isValidElement(_)&&_.type===ne));return(0,_.jsx)(B_,{...i,children:(0,_.jsxs)(B_.Column,{children:[g&&(0,_.jsx)(jn,{marginBlockEnd:{narrow:48,regular:112},children:(0,_.jsx)(B_,{children:(0,_.jsx)(B_.Column,{children:g})})}),(0,_.jsx)("div",{className:o(Xr),children:B}),(0,_.jsxs)(B_,{className:o(Jr),children:[(0,_.jsx)(B_.Column,{span:{medium:5,large:4},className:re,children:(0,_.jsx)(f_,{direction:"vertical",padding:"none",role:"tablist",alignItems:"flex-start",children:c})}),(0,_.jsx)(B_.Column,{start:6,span:7,children:s})]})]})})}),{Heading:ne}),oe="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect,de="Primer_Brand__Checkbox-module__Checkbox-checkmark___atiwt",le=(0,r.forwardRef)((({checked:e,className:a,indeterminate:n,disabled:i,id:d,onChange:l,required:t,validationStatus:m,value:u,...c},s)=>{const B=(0,r.useRef)(s||null),g=O(d);return oe((()=>{B.current&&(B.current.indeterminate=n||!1)}),[n,e,B]),(0,_.jsxs)("span",{className:"Primer_Brand__Checkbox-module__Checkbox-wrapper___qo8KL",children:[(0,_.jsx)("input",{id:g,"aria-invalid":"error"===m?"true":"false","aria-required":t?"true":"false",checked:!n&&e,className:o("Primer_Brand__Checkbox-module__Checkbox-input___sux6s"),disabled:i,name:u,onChange:l,ref:B,required:t,type:"checkbox",value:u,...c}),(0,_.jsxs)("label",{htmlFor:g,className:o("Primer_Brand__Checkbox-module__Checkbox___T8FJa",n&&"Primer_Brand__Checkbox-module__Checkbox--indeterminate___U5S6k",a),children:[!n&&(0,_.jsx)("svg",{viewBox:"0 0 100 100",className:o(de),children:(0,_.jsx)("path",{className:o("Primer_Brand__Checkbox-module__Checkbox-checkmark-path___qgsjb"),fill:"none",stroke:"#000",strokeWidth:"13",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",d:"M12.1 52.1l24.4 24.4 53-53"})}),n&&(0,_.jsx)("svg",{className:o(de),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"16",height:"16",children:(0,_.jsx)("path",{fillRule:"evenodd",d:"M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"})})]})]})})),te={Textarea:"Primer_Brand__Textarea-module__Textarea___xmKD5","Textarea-resize--vertical":"Primer_Brand__Textarea-module__Textarea-resize--vertical___uAPaM","Textarea-resize--horizontal":"Primer_Brand__Textarea-module__Textarea-resize--horizontal___gT0d4","Textarea-resize--none":"Primer_Brand__Textarea-module__Textarea-resize--none___VNofG","Textarea-resize--both":"Primer_Brand__Textarea-module__Textarea-resize--both___bDJp5","Textarea--medium":"Primer_Brand__Textarea-module__Textarea--medium___pMZGb","Textarea--large":"Primer_Brand__Textarea-module__Textarea--large___wCPXA","Textarea--fullWidth":"Primer_Brand__Textarea-module__Textarea--fullWidth___lPWcQ","Textarea-wrapper--disabled":"Primer_Brand__Textarea-module__Textarea-wrapper--disabled___fg8We","Textarea-wrapper":"Primer_Brand__Textarea-module__Textarea-wrapper___A4lsG","Textarea-wrapper--invisible":"Primer_Brand__Textarea-module__Textarea-wrapper--invisible___fF78K","Textarea-wrapper--fullWidth":"Primer_Brand__Textarea-module__Textarea-wrapper--fullWidth___EtLL9","Textarea-wrapper--monospace":"Primer_Brand__Textarea-module__Textarea-wrapper--monospace___lA41d","Textarea-wrapper--success":"Primer_Brand__Textarea-module__Textarea-wrapper--success___RaDVX","Textarea-wrapper--error":"Primer_Brand__Textarea-module__Textarea-wrapper--error___zcHSQ"},me=7,ue=30,ce="both",se={root:"Textarea",get outerContainer(){return`${this.root}-outer-container`}},Be=(0,r.forwardRef)((({children:r,className:e,cols:a=ue,disabled:n,fullWidth:i=!1,invisible:d=!1,monospace:l,placeholder:t,size:m="medium",validationStatus:u,required:c,resize:s=ce,rows:B=me,...g},x)=>(0,_.jsx)("span",{className:o(te["Textarea-wrapper"],i&&te["Textarea-wrapper--fullWidth"],d&&te["Textarea-wrapper--invisible"],n&&te["Textarea-wrapper--disabled"],l&&te["Textarea-wrapper--monospace"],u&&te[`Textarea-wrapper--${u}`]),"data-testid":se.outerContainer,children:(0,_.jsx)("textarea",{ref:x,className:o(te.Textarea,"Textarea",te[`Textarea--${m}`],te[`Textarea-resize--${s}`],i&&te["Textarea--fullWidth"],u&&te[`Textarea--${u}`],e),placeholder:t,disabled:n,"aria-invalid":"error"===u,required:c,rows:B,cols:a,...g,children:r})})));Be.displayName="Textarea";const ge={TextInput:"Primer_Brand__TextInput-module__TextInput___EtKj3","TextInput-wrapper--medium":"Primer_Brand__TextInput-module__TextInput-wrapper--medium___K9iTj","TextInput--medium":"Primer_Brand__TextInput-module__TextInput--medium___kJrew","TextInput--large":"Primer_Brand__TextInput-module__TextInput--large___zpUvY","TextInput-wrapper--large":"Primer_Brand__TextInput-module__TextInput-wrapper--large___lga4f","TextInput--fullWidth":"Primer_Brand__TextInput-module__TextInput--fullWidth___rbllM","TextInput-wrapper--disabled":"Primer_Brand__TextInput-module__TextInput-wrapper--disabled___HWTx_","TextInput-wrapper":"Primer_Brand__TextInput-module__TextInput-wrapper___HgxNu","TextInput-wrapper--invisible":"Primer_Brand__TextInput-module__TextInput-wrapper--invisible___cKDcl","TextInput-wrapper--fullWidth":"Primer_Brand__TextInput-module__TextInput-wrapper--fullWidth___eclO4","TextInput-wrapper--monospace":"Primer_Brand__TextInput-module__TextInput-wrapper--monospace___y1fd6","TextInput-wrapper--success":"Primer_Brand__TextInput-module__TextInput-wrapper--success___g5ODK","TextInput-wrapper--error":"Primer_Brand__TextInput-module__TextInput-wrapper--error___V7qtN","TextInput--has-leading-visual--medium":"Primer_Brand__TextInput-module__TextInput--has-leading-visual--medium___i7gLS","TextInput--has-leading-visual--large":"Primer_Brand__TextInput-module__TextInput--has-leading-visual--large___nCVT9","TextInput--has-trailing-visual--medium":"Primer_Brand__TextInput-module__TextInput--has-trailing-visual--medium___pP4lM","TextInput--has-trailing-visual--large":"Primer_Brand__TextInput-module__TextInput--has-trailing-visual--large___n1U0P","TextInput-leading-visual":"Primer_Brand__TextInput-module__TextInput-leading-visual___tk7Yz","TextInput-trailing-visual":"Primer_Brand__TextInput-module__TextInput-trailing-visual___k0E6L","TextInput-leading-visual--medium":"Primer_Brand__TextInput-module__TextInput-leading-visual--medium___BW5d2","TextInput-trailing-visual--medium":"Primer_Brand__TextInput-module__TextInput-trailing-visual--medium___WMlar","TextInput-leading-visual--large":"Primer_Brand__TextInput-module__TextInput-leading-visual--large___LoDri","TextInput-trailing-visual--large":"Primer_Brand__TextInput-module__TextInput-trailing-visual--large___pdxBc","TextInput-leading-visual-icon--medium":"Primer_Brand__TextInput-module__TextInput-leading-visual-icon--medium___y_4Pu","TextInput-leading-visual-icon--large":"Primer_Brand__TextInput-module__TextInput-leading-visual-icon--large___VPOF7","TextInput-leading-text":"Primer_Brand__TextInput-module__TextInput-leading-text___H5Cfr","TextInput-trailing-text":"Primer_Brand__TextInput-module__TextInput-trailing-text___ikt8X","TextInput-leading-text--disabled":"Primer_Brand__TextInput-module__TextInput-leading-text--disabled___APVY0","TextInput-trailing-text--disabled":"Primer_Brand__TextInput-module__TextInput-trailing-text--disabled___oM2Ls","TextInput-leading-text-inner":"Primer_Brand__TextInput-module__TextInput-leading-text-inner___wsz6j","TextInput-trailing-text-inner":"Primer_Brand__TextInput-module__TextInput-trailing-text-inner___hHCPx","TextInput-leading-text-inner--medium":"Primer_Brand__TextInput-module__TextInput-leading-text-inner--medium___B7Rra","TextInput-trailing-text-inner--medium":"Primer_Brand__TextInput-module__TextInput-trailing-text-inner--medium___P9cYA","TextInput-leading-text-inner--large":"Primer_Brand__TextInput-module__TextInput-leading-text-inner--large___HfLcI","TextInput-trailing-text-inner--large":"Primer_Brand__TextInput-module__TextInput-trailing-text-inner--large___LTt33","TextInput--has-leading-text":"Primer_Brand__TextInput-module__TextInput--has-leading-text___u7qke","TextInput--has-trailing-text":"Primer_Brand__TextInput-module__TextInput--has-trailing-text___Rsoog","TextInput-leading-text--success":"Primer_Brand__TextInput-module__TextInput-leading-text--success___LLFx7","TextInput-trailing-text--success":"Primer_Brand__TextInput-module__TextInput-trailing-text--success___EfLVd","TextInput-leading-text--error":"Primer_Brand__TextInput-module__TextInput-leading-text--error___TM77D","TextInput-trailing-text--error":"Primer_Brand__TextInput-module__TextInput-trailing-text--error___R96jr"},xe=(0,r.forwardRef)((({className:r,disabled:a,fullWidth:n=!1,invisible:i=!1,leadingText:d,leadingVisual:l,monospace:t,placeholder:m,size:u="medium",trailingText:c,trailingVisual:s,validationStatus:B,...g},x)=>(0,_.jsxs)("span",{className:o(ge["TextInput-wrapper"],ge[`TextInput-wrapper--${u}`],n&&ge["TextInput-wrapper--fullWidth"],i&&ge["TextInput-wrapper--invisible"],a&&ge["TextInput-wrapper--disabled"],t&&ge["TextInput-wrapper--monospace"],B&&ge[`TextInput-wrapper--${B}`]),children:[d&&!l&&(0,_.jsx)("span",{className:o(ge["TextInput-leading-text"],ge[`TextInput-leading-text--${u}`],a&&ge["TextInput-leading-text--disabled"],B&&ge[`TextInput-leading-text--${B}`]),children:(0,_.jsx)(P,{size:"large"===u?"200":"100",as:"span",className:o(ge["TextInput-leading-text-inner"],ge[`TextInput-leading-text-inner--${u}`]),children:d})}),l&&!d&&(0,_.jsx)("span",{className:o(ge["TextInput-leading-visual"],ge[`TextInput-leading-visual--${u}`]),children:"function"==typeof l?(0,_.jsx)(l,{className:o(ge["TextInput-leading-visual-icon"],ge[`TextInput-leading-visual-icon--${u}`])}):e().isValidElement(l)&&e().cloneElement(l,{className:o(ge["TextInput-leading-visual-icon"],ge[`TextInput-leading-visual-icon--${u}`]),width:"large"===u?20:16,height:"large"===u?20:16})}),(0,_.jsx)("input",{type:"text",ref:x,className:o(ge.TextInput,"TextInput",ge[`TextInput--${u}`],n&&ge["TextInput--fullWidth"],l&&ge[`TextInput--has-leading-visual--${u}`],s&&ge[`TextInput--has-trailing-visual--${u}`],B&&ge[`TextInput--${B}`],d&&!l&&ge["TextInput--has-leading-text"],c&&!s&&ge["TextInput--has-trailing-text"],r),placeholder:m,disabled:a,"aria-invalid":"error"===B,...g}),s&&!c&&(0,_.jsx)("span",{className:o(ge["TextInput-trailing-visual"],ge[`TextInput-trailing-visual--${u}`]),children:"function"==typeof s?(0,_.jsx)(s,{className:o(ge["TextInput-trailing-visual-icon"],ge[`TextInput-trailing-visual-icon--${u}`])}):s&&e().isValidElement(s)?e().cloneElement(s,{className:o(ge["TextInput-trailing-visual-icon"],ge[`TextInput-trailing-visual-icon--${u}`]),width:"large"===u?20:16,height:"large"===u?20:16}):null}),c&&!s&&(0,_.jsx)("span",{className:o(ge["TextInput-trailing-text"],ge[`TextInput-trailing-text--${u}`],a&&ge["TextInput-trailing-text--disabled"],B&&ge[`TextInput-trailing-text--${B}`]),children:(0,_.jsx)(P,{size:"large"===u?"200":"100",as:"span",className:o(ge["TextInput-trailing-text-inner"],ge[`TextInput-trailing-text-inner--${u}`]),children:c})})]})));xe.displayName="TextInput";const pe={Select:"Primer_Brand__Select-module__Select___Jqn1f","focus-visible":"Primer_Brand__Select-module__focus-visible___viA1m","Select-wrapper--disabled":"Primer_Brand__Select-module__Select-wrapper--disabled___Ka43y","Select-wrapper":"Primer_Brand__Select-module__Select-wrapper___iV0Tg","Select-wrapper--medium":"Primer_Brand__Select-module__Select-wrapper--medium___xjmMc","Select--medium":"Primer_Brand__Select-module__Select--medium___kckBr","Select-wrapper--large":"Primer_Brand__Select-module__Select-wrapper--large___Q4_2q","Select--large":"Primer_Brand__Select-module__Select--large___A7u6F","Select--fullWidth":"Primer_Brand__Select-module__Select--fullWidth___PLk5U","Select-wrapper--fullWidth":"Primer_Brand__Select-module__Select-wrapper--fullWidth___oOOo4","Select--success":"Primer_Brand__Select-module__Select--success___pkmVg","Select--error":"Primer_Brand__Select-module__Select--error___A9JuG"},Pe=(0,r.forwardRef)((({children:r,className:e,disabled:a,fullWidth:n=!1,placeholder:i,size:d="medium",validationStatus:l,...t},m)=>(0,_.jsx)("span",{className:o(pe["Select-wrapper"],pe[`Select-wrapper--${d}`],n&&pe["Select-wrapper--fullWidth"],l&&pe[`Select--${l}`],a&&pe["Select-wrapper--disabled"]),children:(0,_.jsx)("select",{"aria-invalid":"error"===l,className:o(pe.Select,pe[`Select--${d}`],"Select",n&&pe["Select--fullWidth"],e),disabled:a,placeholder:i,ref:m,...t,children:r})}))),Se=Object.assign(Pe,{Option:({children:r,value:e,...a})=>(0,_.jsx)("option",{value:e,...a,children:r}),OptGroup:({children:r,label:e,...a})=>(0,_.jsx)("optgroup",{label:e,...a,children:r})}),he=(0,r.forwardRef)((({checked:e,className:a,disabled:n,id:i,onChange:d,required:l,value:t,...m},u)=>{const c=(0,r.useRef)(u||null),s=O(i);return(0,_.jsxs)("span",{className:"Primer_Brand__Radio-module__Radio-wrapper___Gt9uM",children:[(0,_.jsx)("input",{id:s,"aria-checked":e?"true":"false",checked:e,className:o("Primer_Brand__Radio-module__Radio-input___n3jX4"),disabled:n,name:t,onChange:d,ref:c,required:l,type:"radio",value:t,...m}),(0,_.jsx)("label",{htmlFor:s,className:o("Primer_Brand__Radio-module__Radio___JycTo",a),children:(0,_.jsx)("span",{className:"Primer_Brand__Radio-module__Radio-dot___rmEAJ"})})]})})),we={FormControl:"Primer_Brand__FormControl-module__FormControl___ZJtXy","FormControl--fullWidth":"Primer_Brand__FormControl-module__FormControl--fullWidth___QyLCS","FormControl--checkbox":"Primer_Brand__FormControl-module__FormControl--checkbox___R2ng7","FormControl--border":"Primer_Brand__FormControl-module__FormControl--border___CRSaq","FormControl-label":"Primer_Brand__FormControl-module__FormControl-label___meeuB","FormControl-label--visually-hidden":"Primer_Brand__FormControl-module__FormControl-label--visually-hidden___cFizI","FormControl-label--medium":"Primer_Brand__FormControl-module__FormControl-label--medium___inrKd","FormControl-label--large":"Primer_Brand__FormControl-module__FormControl-label--large___okLn6","FormControl-label--checkbox":"Primer_Brand__FormControl-module__FormControl-label--checkbox___x2U9X","FormControl-control--radio":"Primer_Brand__FormControl-module__FormControl-control--radio___aSHRG","FormControl-hint":"Primer_Brand__FormControl-module__FormControl-hint___dbP0O","FormControl-validation":"Primer_Brand__FormControl-module__FormControl-validation___vG5tm","FormControl-validation--success":"Primer_Brand__FormControl-module__FormControl-validation--success___fGV4L","FormControl-validation--error":"Primer_Brand__FormControl-module__FormControl-validation--error___DJVR5","FormControl-validation-icon":"Primer_Brand__FormControl-module__FormControl-validation-icon___xh1go","FormControl-validation--animate-in":"Primer_Brand__FormControl-module__FormControl-validation--animate-in___C_pxB",FormControlValidationFadeIn:"Primer_Brand__FormControl-module__FormControlValidationFadeIn___hRw_R"},ke=({children:r,className:a,htmlFor:n,required:i,showRequiredIndicator:d=!0,size:l="medium",validationStatus:t,visuallyHidden:m,...u})=>(0,_.jsxs)("label",{htmlFor:n,className:o(we["FormControl-label"],t&&we[`FormControl-label--${t}`],we[`FormControl-label--${l}`],m&&we["FormControl-label--visually-hidden"],a),...u,children:[e().Children.map(r,(_=>e().isValidElement(_)&&_.type===ve?e().cloneElement(_,{className:o(we["FormControl--visible"],_.props.className)}):_)),i&&d&&(0,_.jsxs)("span",{className:we["FormControl-label-required"],"aria-hidden":!0,children:[" ","*"]})]}),fe=({children:r,validationStatus:e})=>(0,_.jsxs)("span",{className:o(we["FormControl-validation"],e&&we["FormControl-validation--animate-in"],e&&we[`FormControl-validation--${e}`]),children:["error"===e&&(0,_.jsx)("span",{className:we["FormControl-validation-icon"],children:(0,_.jsx)(Y_,{})}),"success"===e&&(0,_.jsx)("span",{className:we["FormControl-validation-icon"],children:(0,_.jsx)(rr,{})}),r]}),ve=({children:r,className:e,...a})=>(0,_.jsx)("span",{className:o(we["FormControl-hint"],e),...a,children:r}),be=Object.assign((({children:r,className:a,hasBorder:n,fullWidth:i,id:d,required:l,size:t="medium",validationStatus:m,...u})=>{const c=O(d),s=d||c,B=e().Children.toArray(r).some((_=>e().isValidElement(_)&&(_.type===le||_.type===he)));return(0,_.jsx)("section",{id:`FormControl--${s}`,className:o(we.FormControl,i&&we["FormControl--fullWidth"],B&&we["FormControl--checkbox"],n&&we["FormControl--border"],a),...u,children:e().Children.map(r,(_=>{if(_){const r=`${s}`;return _.type===xe||_.type===Be?e().cloneElement(_,{className:o(_.props.className),id:r,name:_.props.name||r,required:_.props.required||l,validationStatus:_.props.validationStatus||m,fullWidth:i,size:t}):_.type===Se?e().cloneElement(_,{className:o(_.props.className),id:r,name:r,required:_.props.required||l,validationStatus:_.props.validationStatus||m,fullWidth:i,size:t}):_.type===le?e().cloneElement(_,{className:o(_.props.className),id:r,name:_.props.name||r,required:_.props.required||l,validationStatus:_.props.validationStatus||m}):_.type===he?e().cloneElement(_,{className:o(B&&we["FormControl-control--radio"],_.props.className),id:r,name:_.props.name,required:_.props.required||l,validationStatus:_.props.validationStatus||m}):_.type===ke?e().cloneElement(_,{className:o(B&&we["FormControl-label--checkbox"],_.props.className),htmlFor:r,children:_.props.children,required:l,validationStatus:m,size:t,showRequiredIndicator:!B&&_.props.showRequiredIndicator}):_.type===fe?e().cloneElement(_,{validationStatus:m}):_}}))})}),{Label:ke,Validation:fe,Hint:ve}),Ee={Avatar:"Primer_Brand__Avatar-module__Avatar___QrJMw","Avatar--shape-circle":"Primer_Brand__Avatar-module__Avatar--shape-circle___VvaB7","Avatar--shape-square":"Primer_Brand__Avatar-module__Avatar--shape-square___hKak4",Avatar__image:"Primer_Brand__Avatar-module__Avatar__image___AajXN","Avatar--size-32":"Primer_Brand__Avatar-module__Avatar--size-32___vJxfW","Avatar--size-40":"Primer_Brand__Avatar-module__Avatar--size-40___RSkow","Avatar--size-48":"Primer_Brand__Avatar-module__Avatar--size-48___TvwXR","Avatar--size-64":"Primer_Brand__Avatar-module__Avatar--size-64___rovws","Avatar--size-80":"Primer_Brand__Avatar-module__Avatar--size-80___YDbIK","Avatar-narrow--size-32":"Primer_Brand__Avatar-module__Avatar-narrow--size-32___wmqNx","Avatar-narrow--size-40":"Primer_Brand__Avatar-module__Avatar-narrow--size-40___JnS3w","Avatar-narrow--size-48":"Primer_Brand__Avatar-module__Avatar-narrow--size-48___X8e2V","Avatar-regular--size-32":"Primer_Brand__Avatar-module__Avatar-regular--size-32___f5goH","Avatar-regular--size-40":"Primer_Brand__Avatar-module__Avatar-regular--size-40___Qaf20","Avatar-regular--size-48":"Primer_Brand__Avatar-module__Avatar-regular--size-48___db8dV","Avatar-regular--size-64":"Primer_Brand__Avatar-module__Avatar-regular--size-64___rBoTS","Avatar-regular--size-80":"Primer_Brand__Avatar-module__Avatar-regular--size-80___AKjNL","Avatar-wide--size-32":"Primer_Brand__Avatar-module__Avatar-wide--size-32___Kn8pg","Avatar-wide--size-40":"Primer_Brand__Avatar-module__Avatar-wide--size-40___DBSrS","Avatar-wide--size-48":"Primer_Brand__Avatar-module__Avatar-wide--size-48___ai2Hf","Avatar-wide--size-64":"Primer_Brand__Avatar-module__Avatar-wide--size-64___FLSak","Avatar-wide--size-80":"Primer_Brand__Avatar-module__Avatar-wide--size-80___h09bA"},Ie=[32,40,48,64,80],ye=["circle","square"],Ne={root:"Avatar",get image(){return`${this.root}__image`}},Te=(0,r.forwardRef)((({alt:e,className:a,size:n=Ie[1],shape:i=ye[0],"data-testid":d,src:l,...t},m)=>{const u=(0,r.useMemo)((()=>"number"==typeof n?Ee[`Avatar--size-${n}`]:Object.keys(n).map((_=>Ee[`Avatar-${_}--size-${n[_]}`])).join(" ")),[n]);return(0,_.jsx)("span",{ref:m,className:o(Ee.Avatar,u,Ee[`Avatar--shape-${i}`],a),"data-testid":d||Ne.root,children:(0,_.jsx)("img",{className:o(Ee.Avatar__image),src:l,alt:e,"data-testid":Ne.image,...t})})})),Ae=Object.assign(Te,{testIds:Ne}),Ge={Testimonial:"Primer_Brand__Testimonial-module__Testimonial___UUywT",Testimonial__quoteMark:"Primer_Brand__Testimonial-module__Testimonial__quoteMark___cC2M1","Testimonial--center":"Primer_Brand__Testimonial-module__Testimonial--center___NyPe5","Testimonial--size-large":"Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c","Testimonial-quote":"Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F","Testimonial-quote--muted":"Primer_Brand__Testimonial-module__Testimonial-quote--muted___Ptyq_","Testimonial-from":"Primer_Brand__Testimonial-module__Testimonial-from___Kfj__","Testimonial-logo-image":"Primer_Brand__Testimonial-module__Testimonial-logo-image___KQQfi","Testimonial__quoteMark--default":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--default___nAhKC","Testimonial__quoteMark--blue":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--blue___gf2qX","Testimonial__quoteMark--blue-purple":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--blue-purple___Ec9P1","Testimonial__quoteMark--coral":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--coral___WzMiA","Testimonial__quoteMark--green":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--green___gsL2x","Testimonial__quoteMark--green-blue":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--green-blue___wqq5w","Testimonial__quoteMark--gray":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--gray___WGLgi","Testimonial__quoteMark--indigo":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--indigo___KN9eK","Testimonial__quoteMark--lemon":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--lemon___XgAJR","Testimonial__quoteMark--lime":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--lime___DyfRi","Testimonial__quoteMark--orange":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--orange___wA2te","Testimonial__quoteMark--pink":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--pink___hrNQC","Testimonial__quoteMark--pink-blue":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--pink-blue___z73Hz","Testimonial__quoteMark--purple":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--purple___H1_Zx","Testimonial__quoteMark--purple-red":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--purple-red___Wb4Yy","Testimonial__quoteMark--red":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--red___nzAC4","Testimonial__quoteMark--red-orange":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--red-orange___f5Woq","Testimonial__quoteMark--teal":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--teal___EPZ3D","Testimonial__quoteMark--yellow":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--yellow___gFQED"},Ce=[...U,...K],je=Ce[0],Le=(0,r.forwardRef)((function({quoteMarkColor:r="default",align:a,animate:n,className:i,children:d,size:l,style:t,...m},u){const{classes:c,styles:s}=$(n);return(0,_.jsxs)("figure",{ref:u,className:o(c,Ge.Testimonial,a&&Ge[`Testimonial--${a}`],l&&Ge[`Testimonial--size-${l}`],i),style:{...s,...t,"--testimonial-accent-color":r},...m,children:[(0,_.jsx)("div",{"aria-hidden":"true",className:o(Ge.Testimonial__quoteMark,Ge[`Testimonial__quoteMark--${r}`]),children:"“"}),e().Children.map(d,(_=>{if(e().isValidElement(_)&&_.type===He)return _})),e().Children.map(d,(_=>{if(e().isValidElement(_)&&_.type===Me)return _})),e().Children.map(d,(_=>{if(e().isValidElement(_)&&_.type===Re)return _})),e().Children.map(d,(_=>{if(e().isValidElement(_)&&_.type===Fe)return _}))]})})),He=(0,r.forwardRef)((function({children:a,className:n},i){const d=(0,r.useMemo)((()=>e().Children.toArray(a)),[a]),l=(0,r.useCallback)((()=>Q_(a,"em")?"muted":"default"),[a]),t=1===d.length?"default":l();return(0,_.jsx)("blockquote",{ref:i,children:(0,_.jsx)(P,{className:o(Ge["Testimonial-quote"],"muted"===t&&Ge["Testimonial-quote--muted"],n),children:a})})})),Me=(0,r.forwardRef)((function({children:r,className:e,position:a},n){return(0,_.jsx)("figcaption",{ref:n,children:(0,_.jsxs)(P,{size:"100",className:o(Ge["Testimonial-from"],e),variant:"muted",children:[r," ",a&&(0,_.jsxs)("span",{children:[" // ",a]})]})})})),Fe=(0,r.forwardRef)((function({children:r,...a},n){return(0,_.jsx)("div",{className:Ge["Testimonial-logo"],...a,children:e().Children.map(r,(_=>{if(e().isValidElement(_)&&"img"===_.type)return e().cloneElement(_,{className:o(Ge["Testimonial-logo-image"]),ref:n})}))})})),Re=function({size:r,...e}){return(0,_.jsx)(Ae,{size:48,...e})},Ve=Object.assign(Le,{Quote:He,Name:Me,Avatar:Re,Logo:Fe}),ze={"ComparisonTable--heading":"Primer_Brand__ComparisonTable-module__ComparisonTable--heading___CeSsH","ComparisonTable-footnote":"Primer_Brand__ComparisonTable-module__ComparisonTable-footnote___rf35Q",ComparisonTable:"Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX","ComparisonTable-cell":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell___kifYR","ComparisonTable-cell-heading":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM","ComparisonTable-cell-container":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-container___AHNr0","ComparisonTable-inline-cell-label":"Primer_Brand__ComparisonTable-module__ComparisonTable-inline-cell-label___hE3hL","ComparisonTable--hide-element-on-narrow":"Primer_Brand__ComparisonTable-module__ComparisonTable--hide-element-on-narrow___GnYyu","ComparisonTable-cell-heading--first":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading--first___Ps2aK","ComparisonTable-cell-heading-label--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading-label--featured___c_wMH","ComparisonTable-cell--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell--featured___f0LZk","ComparisonTable-cell-heading--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading--featured___tkzzb","ComparisonTable-cell--lastrow":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell--lastrow___zmShm","ComparisonTable-cell-container--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-container--featured___x6tKO"},Oe=(0,r.forwardRef)((({as:a,animate:n,children:i,className:d,heading:l,featuredColumn:t=1,variant:m="default",style:u,...c},s)=>{const{classes:B,styles:g}=$(n),x=a||"section",p=(0,r.useMemo)((()=>e().Children.toArray(i).filter((_=>e().isValidElement(_)&&"string"!=typeof _.type))),[i]),P=p.map(((r,a)=>{if(e().isValidElement(r)&&"string"!=typeof r.type&&r.type===We&&0===a)return e().cloneElement(r,{className:o(ze["ComparisonTable-row"],r.props.className),children:e().Children.map(r.props.children,((a,n)=>{if(a.type===qe)return e().cloneElement(a,{as:"th","aria-hidden":a.props.children?void 0:"true",className:o(ze["ComparisonTable-cell"],ze["ComparisonTable-cell-heading"],ze[`ComparisonTable-cell-heading--${m}`],0===n&&ze["ComparisonTable-cell-heading--first"],n===t&&ze["ComparisonTable-cell-heading--featured"],r.props.className),children:(0,_.jsx)("span",{className:o(n===t&&ze["ComparisonTable-cell-heading-label--featured"]),children:a.props.children})})}))})})).filter(Boolean),S=(0,r.useMemo)((()=>e().Children.map(i[0].props.children,(_=>{const{children:r=""}=_.props;return r}))),[i]),[,...h]=e().Children.map(i,(_=>e().isValidElement(_)&&_.type===We?_:null)),w=h.map(((r,a)=>e().cloneElement(r,{className:o(ze["ComparisonTable-row"],`ComparisonTable-row--${a}`,r.props.className),children:e().Children.map(r.props.children,((e,n)=>{if(e.type===qe)return(0,_.jsxs)(qe,{...e.props,as:0===n?"th":"td",className:o(ze["ComparisonTable-cell"],ze[`ComparisonTable-cell--${m}`],0===n&&ze["ComparisonTable-cell-heading"],0===n&&ze[`ComparisonTable-cell-heading--${m}`],n===t&&ze["ComparisonTable-cell--featured"],h.length-1===a&&ze["ComparisonTable-cell--lastrow"],r.props.className),children:[n>=1&&(0,_.jsx)("span",{className:o(ze["ComparisonTable-inline-cell-label"],ze["ComparisonTable--hide-element-on-narrow"],n===t&&ze["ComparisonTable-cell-heading-label--featured"]),children:S[n]}),(0,_.jsx)("span",{className:o(ze["ComparisonTable-cell-container"],n===t&&ze["ComparisonTable-cell-container--featured"]),children:e.props.children})]})}))}))),k=p.find((_=>e().isValidElement(_)&&_.type===Ze));return(0,_.jsxs)(x,{ref:s,className:o(B,d),style:{...g,...u},...c,children:[l&&(0,_.jsx)(L,{className:ze["ComparisonTable--heading"],as:"h3",size:"4",children:l}),(0,_.jsxs)("table",{className:o(ze.ComparisonTable,`ComparisonTable--${m}`),children:[P.length&&(0,_.jsx)("thead",{children:P}),w.length&&(0,_.jsx)("tbody",{children:w})]}),k&&(0,_.jsx)("footer",{className:ze["ComparisonTable-footnote"],children:k})]})})),We=({children:r,...e})=>(0,_.jsx)("tr",{...e,children:r}),qe=({as:r,children:e,...a})=>{const n=r||"td";return(0,_.jsx)(n,{...a,children:e})},Ze=({children:r,...e})=>"string"==typeof r?(0,_.jsx)(P,{as:"p",size:"100",variant:"muted",children:r}):(0,_.jsx)("div",{...e,children:r}),De=Object.assign(Oe,{Row:We,Cell:qe,Footnote:Ze}),Qe={AnchorNav:"Primer_Brand__AnchorNav-module__AnchorNav___bwgAJ","AnchorNav--with-default-background-color":"Primer_Brand__AnchorNav-module__AnchorNav--with-default-background-color___aFdXc","AnchorNav--stuck":"Primer_Brand__AnchorNav-module__AnchorNav--stuck___AtvLO","AnchorNav--expanded":"Primer_Brand__AnchorNav-module__AnchorNav--expanded___wVGbk","AnchorNav-link-container":"Primer_Brand__AnchorNav-module__AnchorNav-link-container___VpHV2","AnchorNav-inner-container":"Primer_Brand__AnchorNav-module__AnchorNav-inner-container___lshlZ","AnchorNav-inner-container--expanded":"Primer_Brand__AnchorNav-module__AnchorNav-inner-container--expanded____aoje","AnchorNav-link":"Primer_Brand__AnchorNav-module__AnchorNav-link___f5YJ2","fade-in":"Primer_Brand__AnchorNav-module__fade-in___KfA_2","AnchorNav-link--is-active":"Primer_Brand__AnchorNav-module__AnchorNav-link--is-active___xbYDS","AnchorNav-link--center":"Primer_Brand__AnchorNav-module__AnchorNav-link--center___aryYq","AnchorNav-link--start":"Primer_Brand__AnchorNav-module__AnchorNav-link--start___COZM3","AnchorNav-link-label":"Primer_Brand__AnchorNav-module__AnchorNav-link-label___x3JtK","AnchorNav-link-label--is-active":"Primer_Brand__AnchorNav-module__AnchorNav-link-label--is-active___DyUFY","focus-visible":"Primer_Brand__AnchorNav-module__focus-visible___dsg4c","AnchorNav-menu-button":"Primer_Brand__AnchorNav-module__AnchorNav-menu-button___tputP","AnchorNav-menu-button-arrow":"Primer_Brand__AnchorNav-module__AnchorNav-menu-button-arrow___v5tcA","AnchorNav-overlay--expanded":"Primer_Brand__AnchorNav-module__AnchorNav-overlay--expanded___xXv6O","AnchorNav-action":"Primer_Brand__AnchorNav-module__AnchorNav-action___DWzcE"},$e={root:"AnchorNav",get menuButton(){return`${this.root}-menu-button`},get menuLinks(){return`${this.root}-menu-links`},get action(){return`${this.root}-action`}};function Ue({alignment:e="start",children:a,href:n,isActive:i,toggleMenuCallback:d,prefersReducedMotion:l,intersectionOptions:t={rootMargin:"middle"},updateCurrentActiveNav:m,...u}){const[c,s]=(0,r.useState)(),{isLarge:B}=pr(),[g,x]=(0,r.useState)(),p=/^#/.test(n),S=p?n.replace(/^#/,""):n,h=!!g?.isIntersecting,w=([_])=>{x(_)};(0,r.useEffect)((()=>{const _=document.querySelector(p?n:`#${n}`);if(!window.IntersectionObserver||!_)return;const r="start"===t.rootMargin?"0px 0px -100%":"-50% 0% -50% 0%",e=new IntersectionObserver(w,{threshold:0,root:null,rootMargin:r});return e.observe(_),()=>e.disconnect()}),[n,t.rootMargin,p]),(0,r.useEffect)((()=>{const _=document.querySelector(p?n:`#${n}`);if(!_)return;const r=document.body.getBoundingClientRect().top,e=_.getBoundingClientRect().top;s(e-r+0)}),[n,p]),(0,r.useEffect)((()=>{h&&m&&"string"==typeof a&&m(a)}),[h,a,m]);const k=(0,r.useCallback)((_=>{_.preventDefault();const r=l?"auto":"smooth";d&&!B&&d(),window.scrollTo({top:c,behavior:r})}),[B,c,d,l]);return(0,_.jsx)("a",{className:o(Qe["AnchorNav-link"],Qe[`AnchorNav-link--${e}`],h&&Qe["AnchorNav-link--is-active"]),href:p?n:`#${n}`,"aria-describedby":S,"aria-current":h&&"true","data-first":i,"data-active":h?"true":"false",onClick:k,...u,children:(0,_.jsx)(P,{as:"span",className:o(Qe["AnchorNav-link-label"],h&&Qe["AnchorNav-link-label--is-active"]),children:a})})}function Ke({children:r,href:e,...a}){return(0,_.jsx)(E,{as:"a",variant:"secondary",className:o(Qe["AnchorNav-action"]),href:e,hasArrow:!1,"data-testid":$e.action,...a,children:r})}const Je=Object.assign((function({children:a,enableDefaultBgColor:n=!1,...i}){const[d,l]=(0,r.useState)(!1),[t,m]=(0,r.useState)(!1),[u,c]=(0,r.useState)(),[s,B]=(0,r.useState)(),[g,x]=(0,r.useState)(),[p,S]=(0,r.useState)(!1),h=(0,r.useRef)(null),w=(0,r.useRef)(null),k=(0,r.useRef)(null),{isLarge:f}=pr(),v=O(),b=(0,r.useCallback)((()=>l(!1)),[l]),E=(0,r.useCallback)((()=>l(!d)),[d]),I=(0,r.useMemo)((()=>e().Children.toArray(a).filter((_=>e().isValidElement(_)&&"string"!=typeof _.type))),[a]);(0,r.useEffect)((()=>{void 0===g&&s&&x(s.boundingClientRect.y)}),[g,s]);const y=([_])=>{B(_)};var N,T,A,G;xr(b),N=d,T=k,A=w,G=!f,(0,r.useEffect)((()=>{N&&G?document.body.classList.add("AnchorNav--no-bg-scroll"):document.body.classList.remove("AnchorNav--no-bg-scroll")}),[N,G]),(0,r.useEffect)((()=>{if(N){const _=T.current?.firstChild;_.focus()}}),[N,T]),(0,r.useEffect)((()=>{const _=A.current,r=T.current,e=r?.nextSibling,a=r?.children;let n=0;const i=i=>{if(!N||!r||!a||a.length<=1)return;const o=a[a.length-1],d=a.length-1;if("Tab"===i.key&&(i.preventDefault(),e?.focus()),i.shiftKey&&"Tab"===i.key&&(i.preventDefault(),_?.focus()),"ArrowDown"===i.key){if(i.preventDefault(),n===d)return a[0].focus(),void(n=0);if(n<d)return a[n+1].focus(),void(n+=1)}else if("ArrowUp"===i.key)return i.preventDefault(),0===n?(o.focus(),void(n=d)):(a[n-1].focus(),void n--)};return r?.addEventListener("keydown",i),()=>r?.addEventListener("keydown",i)}),[N,T,A]),(0,r.useEffect)((()=>{const _=window.matchMedia("(prefers-reduced-motion: reduce)");m(_.matches)}),[]),(0,r.useEffect)((()=>{const _=()=>{if(g){const _=window.pageYOffset>g;S(!!_)}};return window.addEventListener("scroll",_),()=>{window.removeEventListener("scroll",_)}}),[g]),(0,r.useEffect)((()=>{const _=h.current;if(!window.IntersectionObserver||!_)return;const r=new IntersectionObserver(y,{threshold:0,root:null,rootMargin:"0px 0px -100%"});return r.observe(_),()=>r.disconnect()}),[]);const C=(0,r.useCallback)((_=>{_?.preventDefault(),E()}),[E]),j=(0,r.useCallback)((_=>{c(_)}),[c]),L=I.filter((_=>e().isValidElement(_)&&_.type===Ue)).length,H=I.map(((_,r)=>{if(e().isValidElement(_)&&_.type===Ue){const a={href:_.props.href,toggleMenuCallback:E,prefersReducedMotion:t,updateCurrentActiveNav:j,alignment:L<4?"start":"center"};return e().cloneElement(_,{isActive:0===r,...a})}return null})).filter(Boolean).slice(0,5),M=I.map((_=>e().isValidElement(_)&&_.type===Ke?e().cloneElement(_):null)).filter(Boolean);return(0,_.jsxs)("nav",{ref:h,"aria-label":"Anchored navigation",className:o(Qe.AnchorNav,p&&Qe["AnchorNav--stuck"],d&&Qe["AnchorNav--expanded"],n&&Qe["AnchorNav--with-default-background-color"]),...i,children:[(0,_.jsxs)("div",{className:o(Qe["AnchorNav-inner-container"],d&&Qe["AnchorNav-inner-container--expanded"]),children:[(0,_.jsxs)("button",{ref:w,onClick:C,className:o(Qe["AnchorNav-menu-button"]),"aria-expanded":d?"true":"false","aria-controls":v,"aria-label":(d?"close":"open")+" anchor navigation menu","data-testid":$e.menuButton,children:[d?(0,_.jsx)(nr,{size:16,className:Qe["AnchorNav-menu-button-arrow"],fill:"currentcolor"}):(0,_.jsx)(er,{size:16,className:Qe["AnchorNav-menu-button-arrow"],fill:"currentcolor"}),(0,_.jsx)(P,{as:"span",className:o(Qe["AnchorNav-link-label"]),children:u})]}),(0,_.jsx)("div",{id:v,"data-testid":$e.menuLinks,className:Qe["AnchorNav-link-container"],ref:k,children:H}),M]}),(0,_.jsx)("span",{className:o(d&&Qe["AnchorNav-overlay--expanded"]),onClick:b,"aria-hidden":!0})]})}),{Link:Ue,Action:Ke,testIds:$e}),Xe=(0,r.forwardRef)((({align:r="start",hasBorder:e=!1,hasShadow:a=!0,hasBackground:n=!0,className:i,children:d,...l},t)=>(0,_.jsx)("section",{ref:t,className:o("Primer_Brand__CTABanner-module__CTABanner___m0t8s",a&&"Primer_Brand__CTABanner-module__CTABanner--shadow___BA030",i),...l,children:(0,_.jsx)("div",{className:o("Primer_Brand__CTABanner-module__CTABanner-container___iRzd1",e&&"Primer_Brand__CTABanner-module__CTABanner-container--border___FbAer",n&&"Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH"),children:(0,_.jsx)("div",{className:o("Primer_Brand__CTABanner-module__CTABanner-content___sZo6_","center"===r&&"Primer_Brand__CTABanner-module__CTABanner-content--center___S0ChQ"),children:d})})}))),Ye=(0,r.forwardRef)((({as:r="h3",size:e="1",className:a,children:n,...i},o)=>(0,_.jsx)(L,{ref:o,className:a,size:e,as:r,...i,children:n}))),_a=(0,r.forwardRef)((({className:r,children:e,...a},n)=>(0,_.jsx)(P,{ref:n,className:o("Primer_Brand__CTABanner-module__CTABanner-description___I7md6",r),as:"p",...a,children:e}))),ra=(0,r.forwardRef)((({className:r,buttonSize:e="medium",buttonsAs:a,children:n,...i},o)=>(0,_.jsx)(F_,{buttonSize:e,buttonsAs:a,className:r,ref:o,...i,children:n}))),ea=Object.assign(Xe,{Heading:Ye,Description:_a,ButtonGroup:ra}),aa=(0,r.createContext)({variant:"default"}),na={ListItem:"Primer_Brand__ListItem-module__ListItem___aFf5u","ListItem__leading-visual":"Primer_Brand__ListItem-module__ListItem__leading-visual___Fu5ba",OrderedList__item:"Primer_Brand__ListItem-module__OrderedList__item___BJsQo"},ia=Object.assign((function({className:e,children:a,...n}){const{variant:i}=(0,r.useContext)(aa);return(0,_.jsxs)("li",{className:o(na.ListItem,!i&&na.OrderedList__item,e),...n,children:[(()=>{switch(i){case"checked":return(0,_.jsx)(_r,{className:o(na["ListItem__leading-visual"],na.ListItem__checked)});case"default":return(0,_.jsx)(ir,{className:o(na["ListItem__leading-visual"],na.ListItem__default)});default:return null}})(),(0,_.jsx)(P,{as:"span",children:a})]})})),oa="Primer_Brand__list-shared-module__List___dFefs",da=Object.assign((function({variant:r="default",children:e,...a}){return(0,_.jsx)("ul",{className:o(oa,a.className),...a,children:(0,_.jsx)(aa.Provider,{value:{variant:r},children:e})})}),{Item:ia}),la=Object.assign((function({children:r,...e}){return(0,_.jsx)("ol",{className:o(oa,"Primer_Brand__OrderedList-module__OrderedList___eCBYV",e.className),...e,children:(0,_.jsx)(aa.Provider,{value:{variant:""},children:r})})}),{Item:ia}),ta=(0,r.forwardRef)((({className:r,...e},a)=>(0,_.jsx)("form",{ref:a,className:o("Primer_Brand__CTAForm-module__CTAForm___oOV3J",r),...e}))),ma=(0,r.forwardRef)((({className:r,children:a,...n},i)=>{const d=e().Children.toArray(a).map((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===be?e().cloneElement(_,{fullWidth:!0,required:!0,..._.props}):_));return(0,_.jsx)("div",{ref:i,className:o("Primer_Brand__CTAForm-module__CTAForm-input___sR5r3",r),...n,children:d})})),ua=(0,r.forwardRef)((({className:r,children:a,...n},i)=>{const d=e().Children.toArray(a).map((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===be?e().cloneElement(_,{fullWidth:!0,size:"large",..._.props}):_));return(0,_.jsx)("div",{ref:i,className:o("Primer_Brand__CTAForm-module__CTAForm-confirm___yTThl",r),...n,children:d})})),ca=(0,r.forwardRef)((({className:r,children:e,...a},n)=>(0,_.jsx)(E,{type:"submit",variant:"secondary",className:o("Primer_Brand__CTAForm-module__CTAForm-button___dWqAC",r),ref:n,...a,children:e}))),sa=Object.assign(ta,{Input:ma,Confirm:ua,Action:ca}),Ba="Primer_Brand__MinimalFooter-module__Footer___oqJdA",ga="Primer_Brand__MinimalFooter-module__Footer__container___UqVWS",xa="Primer_Brand__MinimalFooter-module__Footer__terms___ACl36",pa="Primer_Brand__MinimalFooter-module__Footer__terms-item___Z1f1_",Pa="Primer_Brand__MinimalFooter-module__Footer__social-links___hRWfd",Sa="Primer_Brand__MinimalFooter-module__Footer__logomarks___Weh9I",ha="Primer_Brand__MinimalFooter-module__Footer__legal-and-links___gaF8g",wa="Primer_Brand__MinimalFooter-module__Footer__social-icon___SxNsP",ka="Primer_Brand__MinimalFooter-module__Footer__copyright___c9JB5",fa="Primer_Brand__MinimalFooter-module__Footer__links___sXNki",va="Primer_Brand__MinimalFooter-module__Footer__link___K13BH",ba=["x","github","linkedin","youtube","facebook","twitch","tiktok","instagram"];function Ea({children:r,className:a}){const n=e().Children.map(r,(_=>e().isValidElement(_)?_.type&&_.type===P?e().cloneElement(_,{as:"p",variant:"muted",size:"100",className:o(pa,_.props.className),..._.props}):void 0:_));return(0,_.jsx)("section",{className:ga,children:(0,_.jsx)("div",{className:o(xa,a),children:n})})}function Ia({socialLinks:r,logoHref:e}){const{colorMode:a}=M_();return(0,_.jsx)("section",{className:o(Sa),children:(0,_.jsx)("div",{className:ga,children:(0,_.jsxs)(f_,{alignItems:"center",direction:{narrow:"vertical",regular:"horizontal"},gap:"normal",padding:"none",justifyContent:"space-between",children:[(0,_.jsx)("div",{children:(0,_.jsx)("a",{href:e,"data-analytics-event":'{"category":"Footer","action":"go to home","label":"text:home"}',"aria-label":"Go to GitHub homepage",children:(0,_.jsx)(or,{fill:a===T_.DARK?"white":"black",size:"medium"})})}),!1!==r?(0,_.jsx)("ul",{className:Pa,children:[{name:"x",fullName:"X",url:"https://x.com/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/x.svg",iconWidth:20,iconHeight:16},{name:"github",fullName:"GitHub",url:"https://github.com/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/github-mark.svg",iconWidth:20,iconHeight:20},{name:"linkedin",fullName:"LinkedIn",url:"https://www.linkedin.com/company/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/linkedin.svg",iconWidth:19,iconHeight:18},{name:"youtube",fullName:"YouTube",url:"https://www.youtube.com/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/youtube.svg",iconWidth:23,iconHeight:16},{name:"facebook",fullName:"Facebook",url:"https://www.facebook.com/GitHub",icon:"https://github.githubassets.com/images/modules/site/icons/footer/facebook.svg",iconWidth:18,iconHeight:18},{name:"twitch",fullName:"Twitch",url:"https://www.twitch.tv/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/twitch.svg",iconWidth:18,iconHeight:18},{name:"tiktok",fullName:"TikTok",url:"https://www.tiktok.com/@github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/tiktok.svg",iconWidth:18,iconHeight:18},{name:"instagram",fullName:"Instagram",url:"https://www.instagram.com/github/",icon:"https://github.githubassets.com/images/modules/site/icons/footer/instagram.svg",iconWidth:24,iconHeight:24}].map((e=>r&&!r.includes(e.name)?null:(r=>(0,_.jsx)("li",{children:(0,_.jsxs)("a",{href:r.url,"data-analytics-event":`{"category":"Footer","action":"go to ${r.fullName}","label":"text:${r.name}"}`,children:[(0,_.jsx)("img",{className:wa,src:r.icon,height:r.iconHeight,width:r.iconWidth,loading:"lazy",decoding:"async",alt:""}),(0,_.jsxs)("span",{className:"visually-hidden",children:["GitHub on ",r.fullName]})]})},r.name))(e)))}):(0,_.jsx)(_.Fragment,{})]})})})}const ya=({as:r,children:e,...a})=>{const n=r||"a";return(0,_.jsx)(n,{className:va,"data-analytics-event":a.href?`{"category":"Footer","action":"go to ${a.href}","label":"text:${e}"}`:void 0,...a,children:(0,_.jsx)(P,{variant:"muted",size:"200",children:e})})},Na=Object.assign((function({className:r,children:a,copyrightStatement:n,logoHref:i="https://github.com",socialLinks:d,...l}){const t=e().Children.toArray(a).filter((_=>{if(e().isValidElement(_)&&_.type===ya)return _})).slice(0,5),m=(new Date).getFullYear();return(0,_.jsxs)("footer",{className:o(Ba,r),...l,children:[e().Children.toArray(a).find((_=>!!e().isValidElement(_)&&(!(!_.type||_.type!==Ea)||void 0))),(0,_.jsx)(Ia,{socialLinks:d,logoHref:i}),(0,_.jsx)("section",{children:(0,_.jsx)("div",{className:ha,children:(0,_.jsx)("div",{className:ga,children:(0,_.jsxs)(f_,{direction:{narrow:"vertical",regular:"horizontal"},gap:"normal",padding:"none",justifyContent:"space-between",children:[(0,_.jsx)(f_,{padding:"none",gap:"condensed",justifyContent:{narrow:"center",regular:"flex-end"},direction:{narrow:"vertical",regular:"horizontal"},className:fa,children:(0,_.jsx)(_.Fragment,{children:t})}),(0,_.jsx)(P,{as:"p",size:"200",variant:"muted",className:ka,children:n||`© ${m} GitHub. All rights reserved.`})]})})})})]})}),{Footnotes:Ea,Link:ya}),Ta={Pillar:"Primer_Brand__Pillar-module__Pillar___dHhm7","Pillar--align-center":"Primer_Brand__Pillar-module__Pillar--align-center___mWN5F","Pillar--align-start":"Primer_Brand__Pillar-module__Pillar--align-start___dfipC",Pillar__icon:"Primer_Brand__Pillar-module__Pillar__icon___MyYVk",Pillar__heading:"Primer_Brand__Pillar-module__Pillar__heading___C7yPQ",Pillar__description:"Primer_Brand__Pillar-module__Pillar__description___BPMTa",Pillar__link:"Primer_Brand__Pillar-module__Pillar__link___yiBNY","Pillar__icon--color-default":"Primer_Brand__Pillar-module__Pillar__icon--color-default___WlnDP","Pillar__icon--color-blue":"Primer_Brand__Pillar-module__Pillar__icon--color-blue___RVKbn","Pillar__icon--color-coral":"Primer_Brand__Pillar-module__Pillar__icon--color-coral___g_M0m","Pillar__icon--color-green":"Primer_Brand__Pillar-module__Pillar__icon--color-green___AZl8T","Pillar__icon--color-gray":"Primer_Brand__Pillar-module__Pillar__icon--color-gray___MRGro","Pillar__icon--color-indigo":"Primer_Brand__Pillar-module__Pillar__icon--color-indigo___hX1Yq","Pillar__icon--color-lemon":"Primer_Brand__Pillar-module__Pillar__icon--color-lemon___V0XiQ","Pillar__icon--color-lime":"Primer_Brand__Pillar-module__Pillar__icon--color-lime___VXybl","Pillar__icon--color-orange":"Primer_Brand__Pillar-module__Pillar__icon--color-orange___e1xGP","Pillar__icon--color-pink":"Primer_Brand__Pillar-module__Pillar__icon--color-pink___WcTTa","Pillar__icon--color-purple":"Primer_Brand__Pillar-module__Pillar__icon--color-purple___BGrUp","Pillar__icon--color-red":"Primer_Brand__Pillar-module__Pillar__icon--color-red___ek1FA","Pillar__icon--color-teal":"Primer_Brand__Pillar-module__Pillar__icon--color-teal___fntO4","Pillar__icon--color-yellow":"Primer_Brand__Pillar-module__Pillar__icon--color-yellow___xatJt"},Aa=U,Ga=Aa[0],Ca=(0,r.forwardRef)((({children:r,className:a,animate:n,as:i="div",align:d="start",style:l,...t},m)=>{const{classes:u,styles:c}=$(n),s=e().Children.toArray(r).filter((_=>!(!e().isValidElement(_)||"string"==typeof _.type||_.type!==ja&&_.type!==La&&_.type!==Ha&&_.type!==Ma))),B=["div","article"].includes(i)?i:"div";return(0,_.jsx)(B,{className:o(Ta.Pillar,Ta[`Pillar--align-${d}`],u,a),ref:m,...t,style:{...c,...l},children:s})}));function ja({icon:r,className:a,color:n=Ga,...i}){return(0,_.jsx)("span",{className:o(Ta.Pillar__icon,Ta[`Pillar__icon--color-${n}`],a),...i,children:"function"==typeof r?(0,_.jsx)(r,{size:"medium"}):e().isValidElement(r)&&e().cloneElement(r,{"aria-hidden":"true",focusable:"false"})})}const La=(0,r.forwardRef)((({children:r,as:e="h3",size:a="subhead-large",className:n,...i},d)=>(0,_.jsx)(L,{size:a,className:o(Ta.Pillar__heading,Ta[`Pillar__heading--size-${a}`],n),ref:d,as:e,...i,children:r}))),Ha=(0,r.forwardRef)((({children:r,className:e,...a},n)=>(0,_.jsx)(P,{variant:"muted",ref:n,size:"200",as:"p",className:o(Ta.Pillar__description,e),...a,children:r}))),Ma=(0,r.forwardRef)((({className:r,children:e,href:a,...n},i)=>(0,_.jsx)(Rr,{variant:"accent",href:a,ref:i,className:o(Ta.Pillar__link,r),...n,children:e}))),Fa=Object.assign(Ca,{Icon:ja,Heading:La,Description:Ha,Link:Ma}),Ra={Card:"Primer_Brand__Card-module__Card___ByGEk",Card__link:"Primer_Brand__Card-module__Card__link___Ye5mq","Card--border":"Primer_Brand__Card-module__Card--border___nNZlZ","Card--icon":"Primer_Brand__Card-module__Card--icon___nVz0T",Card__label:"Primer_Brand__Card-module__Card__label___EAot7",Card__icon:"Primer_Brand__Card-module__Card__icon___H4tc9",Card__image:"Primer_Brand__Card-module__Card__image___zt4oH","Card__icon--badge":"Primer_Brand__Card-module__Card__icon--badge___p6riH",Card__heading:"Primer_Brand__Card-module__Card__heading___INFhp",Card__description:"Primer_Brand__Card-module__Card__description___KN9CH",Card__action:"Primer_Brand__Card-module__Card__action___C6sRY","Card__icon--color-default":"Primer_Brand__Card-module__Card__icon--color-default___Y2DUV","Card__icon--color-blue":"Primer_Brand__Card-module__Card__icon--color-blue___NuYV8","Card__icon--color-coral":"Primer_Brand__Card-module__Card__icon--color-coral___rYl0b","Card__icon--color-green":"Primer_Brand__Card-module__Card__icon--color-green___xz7Vq","Card__icon--color-gray":"Primer_Brand__Card-module__Card__icon--color-gray___gYwWP","Card__icon--color-indigo":"Primer_Brand__Card-module__Card__icon--color-indigo___xHafP","Card__icon--color-lemon":"Primer_Brand__Card-module__Card__icon--color-lemon___KT2Uh","Card__icon--color-lime":"Primer_Brand__Card-module__Card__icon--color-lime___P9pP0","Card__icon--color-orange":"Primer_Brand__Card-module__Card__icon--color-orange___s1gIr","Card__icon--color-pink":"Primer_Brand__Card-module__Card__icon--color-pink___I7Qpw","Card__icon--color-purple":"Primer_Brand__Card-module__Card__icon--color-purple___G0J2O","Card__icon--color-red":"Primer_Brand__Card-module__Card__icon--color-red___lGSe1","Card__icon--color-teal":"Primer_Brand__Card-module__Card__icon--color-teal___CsA4p","Card__icon--color-yellow":"Primer_Brand__Card-module__Card__icon--color-yellow___RP8rx"};function Va(_){const e=(0,r.useRef)(null);return _??e}const za=U,Oa=za[0],Wa=(0,r.forwardRef)((({onMouseEnter:a,onMouseLeave:n,onFocus:i,onBlur:d,children:l,className:m,ctaText:u="Learn more",href:c,hasBorder:s=!1,style:B,...g},x)=>{const p=Va(x),S=e().useRef(!1),h=e().useRef(!1),w=(0,r.useCallback)((_=>{S.current=!S.current,a?.(_)}),[a,S]),k=(0,r.useCallback)((_=>{S.current=!S.current,n?.(_)}),[n,S]),f=(0,r.useCallback)((_=>{h.current=!h.current,i?.(_)}),[i,h]),v=(0,r.useCallback)((_=>{h.current=!h.current,d?.(_)}),[d,h]),b=e().Children.toArray(l).filter((_=>!(!e().isValidElement(_)||"string"==typeof _.type||!(0,Zr.isFragment)(_)&&_.type!==qa&&_.type!==Za&&_.type!==Da&&_.type!==Qa&&_.type!==$a))),E=e().Children.toArray(l).some((_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===Za));return(0,_.jsxs)("div",{className:o(Ra.Card,E&&Ra["Card--icon"],s&&Ra["Card--border"],m),ref:p,...g,children:[e().Children.map(b,(_=>e().isValidElement(_)&&"string"!=typeof _.type&&_.type===Qa?e().cloneElement(_,{onMouseEnter:w,onMouseLeave:k,onFocus:f,onBlur:v,href:c}):_)),(0,_.jsxs)("div",{className:Ra.Card__action,children:[(0,_.jsx)(P,{as:"span",size:"200",className:o(Mr["Link--label"]),children:u}),(0,_.jsx)(t,{className:Mr["Link-arrow"],expanded:S.current||h.current,"aria-hidden":"true"})]})]})}));function qa({className:r,...e}){return(0,_.jsx)("div",{className:Ra.Card__image,children:(0,_.jsx)(t_,{className:r,...e})})}function Za({"aria-hidden":r,icon:e,className:a,color:n=Oa,hasBackground:i=!1,...d}){return(0,_.jsx)("span",{className:o(Ra.Card__icon,Ra[`Card__icon--color-${n}`],i&&Ra["Card__icon--badge"],a),"aria-hidden":r||"function"!=typeof e,...d,children:"function"==typeof e?(0,_.jsx)(e,{}):e})}const Da=(0,r.forwardRef)((({children:r,className:e,color:a=Y[0],...n},i)=>(0,_.jsx)("span",{className:o(Ra.Card__label,e),ref:i,...n,children:(0,_.jsx)(i_,{color:a,children:r})}))),Qa=(0,r.forwardRef)((({children:r,as:e="h3",className:a,href:n,onMouseEnter:i,onMouseLeave:d,onBlur:l,onFocus:t,...m},u)=>(0,_.jsx)(L,{size:"subhead-large",className:o(Ra.Card__heading,a),ref:u,as:e,...m,children:(0,_.jsx)("a",{href:n,className:o(Ra.Card__link),onMouseEnter:i,onMouseLeave:d,onBlur:l,onFocus:t,children:r})}))),$a=(0,r.forwardRef)((({children:r,className:e,...a},n)=>(0,_.jsx)(P,{variant:"muted",ref:n,size:"200",as:"p",className:o(Ra.Card__description,e),...a,children:r}))),Ua=Object.assign(Wa,{Image:qa,Label:Da,Icon:Za,Heading:Qa,Description:$a}),Ka={SectionIntro:"Primer_Brand__SectionIntro-module__SectionIntro___RduRB","SectionIntro-heading--muted":"Primer_Brand__SectionIntro-module__SectionIntro-heading--muted___CdGWF","SectionIntro--align-start":"Primer_Brand__SectionIntro-module__SectionIntro--align-start___C59mu","SectionIntro--align-center":"Primer_Brand__SectionIntro-module__SectionIntro--align-center___qU_a9","SectionIntro-heading":"Primer_Brand__SectionIntro-module__SectionIntro-heading___u6_Wl","SectionIntro--full-width":"Primer_Brand__SectionIntro-module__SectionIntro--full-width___HROKL","SectionIntro-label":"Primer_Brand__SectionIntro-module__SectionIntro-label___ZjciO","SectionIntro-description":"Primer_Brand__SectionIntro-module__SectionIntro-description___Sz93l","SectionIntro-link":"Primer_Brand__SectionIntro-module__SectionIntro-link___dePuF"},Ja=(0,r.forwardRef)((({align:r="start",animate:e,className:a,children:n,fullWidth:i=!1,style:d,...l},t)=>{const{classes:m,styles:u}=$(e);return(0,_.jsx)("header",{ref:t,className:o(Ka.SectionIntro,Ka[`SectionIntro--align-${r}`],i&&Ka["SectionIntro--full-width"],m,a),...l,style:{...u,...d},children:n})})),Xa=(0,r.forwardRef)((({as:a=C,size:n="4",className:i,children:d,...l},t)=>{const m=(0,r.useMemo)((()=>e().Children.toArray(d)),[d]),u=(0,r.useCallback)((()=>m.some((_=>e().isValidElement(_)&&"em"===_.type))?"muted":"default"),[m]),c=1===m.length?"default":u();return(0,_.jsx)(L,{ref:t,className:o(Ka["SectionIntro-heading"],"muted"===c&&Ka["SectionIntro-heading--muted"],i),size:n,as:a,...l,children:d})})),Ya=(0,r.forwardRef)((({className:r,children:e,...a},n)=>(0,_.jsx)(P,{as:"p",className:o(Ka["SectionIntro-description"],r),ref:n,variant:"muted",...a,children:e}))),_n=(0,r.forwardRef)((({className:r,children:e,...a},n)=>(0,_.jsx)(Rr,{ref:n,className:o(Ka["SectionIntro-link"],r),size:"medium",...a,children:e}))),rn=Object.assign(Ja,{Heading:Xa,Description:Ya,Link:_n,Label:function({children:r,...e}){return(0,_.jsx)(i_,{className:Ka["SectionIntro-label"],...e,children:r})}}),en={"outside-top":["outside-bottom","outside-right","outside-left","outside-bottom"],"outside-bottom":["outside-top","outside-right","outside-left","outside-bottom"],"outside-left":["outside-right","outside-bottom","outside-top","outside-bottom"],"outside-right":["outside-left","outside-bottom","outside-top","outside-bottom"]},an={start:["end","center"],end:["start","center"],center:["end","start"]};const nn={side:"outside-bottom",align:"start",anchorOffset:4,alignmentOffset:4,allowOutOfBounds:!1};function on(_,r,e,a,n,i){const o=r.left+r.width,d=r.top+r.height;let l=-1,t=-1;return"outside-top"===e?l=r.top-n-_.height:"outside-bottom"===e?l=d+n:"outside-left"===e?t=r.left-n-_.width:"outside-right"===e&&(t=o+n),"outside-top"!==e&&"outside-bottom"!==e||(t="start"===a?r.left+i:"center"===a?r.left-(_.width-r.width)/2+i:o-_.width-i),"outside-left"!==e&&"outside-right"!==e||(l="start"===a?r.top+i:"center"===a?r.top-(_.height-r.height)/2+i:d-_.height-i),"inside-top"===e?l=r.top+n:"inside-bottom"===e?l=d-n-_.height:"inside-left"===e?t=r.left+n:"inside-right"===e?t=o-n-_.width:"inside-center"===e&&(t=(o+r.left)/2-_.width/2+n),"inside-top"===e||"inside-bottom"===e?t="start"===a?r.left+i:"center"===a?r.left-(_.width-r.width)/2+i:o-_.width-i:"inside-left"!==e&&"inside-right"!==e&&"inside-center"!==e||(l="start"===a?r.top+i:"center"===a?r.top-(_.height-r.height)/2+i:d-_.height-i),{top:l,left:t}}function dn(_,r,e,a){return"outside-top"===_||"outside-bottom"===_?r.top<e.top||r.top+a.height>e.height+e.top:r.left<e.left||r.left+a.width>e.width+e.left}function ln(_,r,e,a){return"end"===_?r.left<e.left:"start"===_||"center"===_?r.left+a.width>e.left+e.width||r.left<e.left:void 0}function tn(_,e=[]){const a=_?.floatingElementRef,n=_?.anchorElementRef,[i,o]=(0,r.useState)(void 0),d=(0,r.useCallback)((()=>{a.current instanceof Element&&n.current instanceof Element?o(function(_,r,e={}){const a=function(_){if(function(_){if("DIALOG"===_.tagName)return!0;try{if(_.matches(":popover-open"))return!0}catch(_){return!1}return!1}(_))return document.body;let r=_.parentNode;for(;null!==r;){if(r instanceof HTMLElement&&"static"!==getComputedStyle(r).position)return r;r=r.parentNode}return document.body}(_),n=function(_){let r=_;for(;null!==r&&r!==document.body&&"visible"===getComputedStyle(r).overflow;)r=r.parentNode;const e=r!==document.body&&r instanceof HTMLElement?r:document.body,a=e.getBoundingClientRect(),n=getComputedStyle(e),[i,o,d,l]=[n.borderTopWidth,n.borderLeftWidth,n.borderRightWidth,n.borderBottomWidth].map((_=>parseInt(_,10)||0));return{top:a.top+i,left:a.left+o,width:a.width-d-o,height:Math.max(a.height-i-l,e===document.body?window.innerHeight:-1/0)}}(a),i=getComputedStyle(a),o=a.getBoundingClientRect(),[d,l]=[i.borderTopWidth,i.borderLeftWidth].map((_=>parseInt(_,10)||0));return function(_,r,e,a,{side:n,align:i,allowOutOfBounds:o,anchorOffset:d,alignmentOffset:l}){const t={top:_.top-r.top,left:_.left-r.left,width:_.width,height:_.height};let m=on(e,a,n,i,d,l),u=n,c=i;if(m.top-=r.top,m.left-=r.left,!o){const o=en[n];let s=0;if(o){let _=n;for(;s<o.length&&dn(_,m,t,e);){const n=o[s++];_=n,m=on(e,a,n,i,d,l),m.top-=r.top,m.left-=r.left,u=n}}const B=an[i];let g=0;if(B){let _=i;for(;g<B.length&&ln(_,m,t,e);){const n=B[g++];_=n,m=on(e,a,u,n,d,l),m.top-=r.top,m.left-=r.left,c=n}}m.top<t.top&&(m.top=t.top),m.left<t.left&&(m.left=t.left),m.left+e.width>_.width+t.left&&(m.left=_.width+t.left-e.width),o&&s<o.length&&m.top+e.height>_.height+t.top&&(m.top=_.height+t.top-e.height)}return Object.assign(Object.assign({},m),{anchorSide:u,anchorAlign:c})}(n,{top:o.top+d,left:o.left+l},_.getBoundingClientRect(),r instanceof Element?r.getBoundingClientRect():r,function(_={}){var r,e,a,n,i;const o=null!==(r=_.side)&&void 0!==r?r:nn.side,d=null!==(e=_.align)&&void 0!==e?e:nn.align;return{side:o,align:d,anchorOffset:null!==(a=_.anchorOffset)&&void 0!==a?a:"inside-center"===o?0:nn.anchorOffset,alignmentOffset:null!==(n=_.alignmentOffset)&&void 0!==n?n:"center"!==d&&o.startsWith("inside")?nn.alignmentOffset:0,allowOutOfBounds:null!==(i=_.allowOutOfBounds)&&void 0!==i?i:nn.allowOutOfBounds}}(e))}(a.current,n.current,_)):o(void 0)}),[a,n,...e]);return(0,r.useEffect)(d,[d]),function(_,e){const a=(0,r.useRef)(_);(0,r.useEffect)((()=>{a.current=_})),(0,r.useEffect)((()=>{const _=document.documentElement;if(!_)return;const r=new ResizeObserver((_=>{a.current(_)}));return r.observe(_),()=>{r.disconnect()}}),[e])}(d),{floatingElementRef:a,anchorElementRef:n,position:i}}let mn;function un(){return void 0===mn&&(mn=/^mac/i.test(window.navigator.platform)),mn}let cn=1e4;var sn;Er(),function(_){_[_.ArrowHorizontal=1]="ArrowHorizontal",_[_.ArrowVertical=2]="ArrowVertical",_[_.JK=4]="JK",_[_.HL=8]="HL",_[_.HomeAndEnd=16]="HomeAndEnd",_[_.PageUpDown=256]="PageUpDown",_[_.WS=32]="WS",_[_.AD=64]="AD",_[_.Tab=128]="Tab",_[_.Backspace=512]="Backspace",_[_.ArrowAll=3]="ArrowAll",_[_.HJKL=12]="HJKL",_[_.WASD=96]="WASD",_[_.All=511]="All"}(sn||(sn={}));const Bn={ArrowLeft:sn.ArrowHorizontal,ArrowDown:sn.ArrowVertical,ArrowUp:sn.ArrowVertical,ArrowRight:sn.ArrowHorizontal,h:sn.HL,j:sn.JK,k:sn.JK,l:sn.HL,a:sn.AD,s:sn.WS,w:sn.WS,d:sn.AD,Tab:sn.Tab,Home:sn.HomeAndEnd,End:sn.HomeAndEnd,PageUp:sn.PageUpDown,PageDown:sn.PageUpDown,Backspace:sn.Backspace},gn={ArrowLeft:"previous",ArrowDown:"next",ArrowUp:"previous",ArrowRight:"next",h:"previous",j:"next",k:"previous",l:"next",a:"previous",s:"next",w:"previous",d:"next",Tab:"next",Home:"start",End:"end",PageUp:"start",PageDown:"end",Backspace:"previous"};function xn(_){const r=gn[_.key];if("Tab"===_.key&&_.shiftKey)return"previous";const e=un();if(e&&_.metaKey||!e&&_.ctrlKey){if("ArrowLeft"===_.key||"ArrowUp"===_.key)return"start";if("ArrowRight"===_.key||"ArrowDown"===_.key)return"end"}return r}const pn="data-is-active-descendant",Pn="data-has-active-descendant";const Sn={ActionMenu:"Primer_Brand__ActionMenu-module__ActionMenu___xAoB5","ActionMenu--disabled":"Primer_Brand__ActionMenu-module__ActionMenu--disabled___Ic5nl",ActionMenu__button:"Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG",ActionMenu__menu:"Primer_Brand__ActionMenu-module__ActionMenu__menu____B9HP","ActionMenu__menu--visible":"Primer_Brand__ActionMenu-module__ActionMenu__menu--visible___dIcw5","overlay-appear":"Primer_Brand__ActionMenu-module__overlay-appear___hIYSP",ActionMenu__item:"Primer_Brand__ActionMenu-module__ActionMenu__item___GxmDr","ActionMenu__item--selection-type-single":"Primer_Brand__ActionMenu-module__ActionMenu__item--selection-type-single___ZdivU","focus-visible":"Primer_Brand__ActionMenu-module__focus-visible___hVXW3","ActionMenu__item-leadingVisual":"Primer_Brand__ActionMenu-module__ActionMenu__item-leadingVisual___UWjE1","ActionMenu__item-text":"Primer_Brand__ActionMenu-module__ActionMenu__item-text___K_1vl","ActionMenu__item-icon":"Primer_Brand__ActionMenu-module__ActionMenu__item-icon___JyMwz","ActionMenu__item-content--disabled":"Primer_Brand__ActionMenu-module__ActionMenu__item-content--disabled___WrxPY","ActionMenu__item-icon--disabled":"Primer_Brand__ActionMenu-module__ActionMenu__item-icon--disabled___Ebefz"},hn={root:"ActionMenu",get button(){return`${this.root}-button`},get overlay(){return`${this.root}-overlay`},get list(){return`${this.root}-list`},get item(){return`${this.root}-list-item`}},wn=(0,r.memo)((({id:e,children:a,"data-testid":n,disabled:i,open:d=!1,selectionVariant:l="none",menuAlignment:t="start",onSelect:m})=>{const[u,c]=(0,r.useState)(d),s=(0,r.useRef)(null),B=(0,r.useRef)(null),g=O(e);Br(s,(()=>c(!1)),B),xr((0,r.useCallback)((()=>{c(!1)}),[]));const x=(0,r.useCallback)((()=>{c(!u)}),[u]),p=(0,r.useCallback)((_=>{m&&m(_),x()}),[m,x]),P=(0,r.useCallback)((_=>{_&&(p(_),x(),B.current?.focus())}),[p,x,B]);(0,r.useEffect)((()=>{if(u&&s.current){const _=s.current;(function(_,r){var e,a,n,i,o;const d=[],l=new WeakMap,t=null!==(e=null==r?void 0:r.bindKeys)&&void 0!==e?e:((null==r?void 0:r.getNextFocusable)?sn.ArrowAll:sn.ArrowVertical)|sn.HomeAndEnd,m=null!==(a=null==r?void 0:r.focusOutBehavior)&&void 0!==a?a:"stop",u=null!==(n=null==r?void 0:r.focusInStrategy)&&void 0!==n?n:"previous",c=null==r?void 0:r.activeDescendantControl,s=null==r?void 0:r.onActiveDescendantChanged;let B;const g=null!==(i=null==r?void 0:r.preventScroll)&&void 0!==i&&i;function x(){return d[0]}function p(_,r=!1){const e=B;B=_,c?_&&document.activeElement===c?P(e,_,r):S():(e&&e!==_&&l.has(e)&&e.setAttribute("tabindex","-1"),null==_||_.setAttribute("tabindex","0"))}function P(r,e,a=!1){e.id||e.setAttribute("id","__primer_id_"+cn++),r&&r!==e&&r.removeAttribute(pn),c&&(a||c.getAttribute("aria-activedescendant")!==e.id)&&(c.setAttribute("aria-activedescendant",e.id),_.setAttribute(Pn,e.id),e.setAttribute(pn,a?"activated-directly":"activated-indirectly"),null==s||s(e,r,a))}function S(r=B){"first"===u&&(B=void 0),null==c||c.removeAttribute("aria-activedescendant"),_.removeAttribute(Pn),null==r||r.removeAttribute(pn),null==s||s(void 0,r,!1)}function h(..._){const e=_.filter((_=>{var e,a;return null===(a=null===(e=null==r?void 0:r.focusableElementFilter)||void 0===e?void 0:e.call(r,_))||void 0===a||a}));if(0!==e.length){d.splice(function(_){const r=_[0];if(0===d.length)return 0;let e=0,a=d.length-1;for(;e<=a;){const _=Math.floor((e+a)/2);n=r,(d[_].compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING)>0?a=_-1:e=_+1}var n;return e}(e),0,...e);for(const _ of e)l.has(_)||l.set(_,_.getAttribute("tabindex")),_.setAttribute("tabindex","-1");B||p(x())}}function w(..._){for(const r of _){const _=d.indexOf(r);_>=0&&d.splice(_,1);const e=l.get(r);void 0!==e&&(null===e?r.removeAttribute("tabindex"):r.setAttribute("tabindex",e),l.delete(r)),r===B&&p(x())}}h(...hr(_)),p("function"==typeof u?u(document.body):x()),new MutationObserver((_=>{for(const r of _)for(const _ of r.removedNodes)_ instanceof HTMLElement&&w(...hr(_));for(const r of _)for(const _ of r.addedNodes)_ instanceof HTMLElement&&h(...hr(_))})).observe(_,{subtree:!0,childList:!0});const k=new AbortController,f=null!==(o=null==r?void 0:r.abortSignal)&&void 0!==o?o:k.signal;let v;f.addEventListener("abort",(()=>{w(...d)})),_.addEventListener("mousedown",(_=>{_.target instanceof HTMLElement&&_.target!==document.activeElement&&(v=d.indexOf(_.target))}),{signal:f}),c?(_.addEventListener("focusin",(_=>{_.target instanceof HTMLElement&&d.includes(_.target)&&(c.focus({preventScroll:g}),p(_.target))})),_.addEventListener("mousemove",(({target:_})=>{if(!(_ instanceof Node))return;const r=d.find((r=>r.contains(_)));r&&p(r)}),{signal:f,capture:!0}),c.addEventListener("focusin",(()=>{B?P(void 0,B):p(x())})),c.addEventListener("focusout",(()=>{S()}))):_.addEventListener("focusin",(r=>{if(r.target instanceof HTMLElement)if(void 0!==v)v>=0&&d[v]!==B&&p(d[v]),v=void 0;else if("previous"===u)p(r.target);else if("closest"===u||"first"===u){if(r.relatedTarget instanceof Element&&!_.contains(r.relatedTarget)){const _="previous"===E?d.length-1:0,r=d[_];return void(null==r||r.focus({preventScroll:g}))}p(r.target)}else if("function"==typeof u)if(r.relatedTarget instanceof Element&&!_.contains(r.relatedTarget)){const _=u(r.relatedTarget);if((_?d.indexOf(_):-1)>=0&&_ instanceof HTMLElement)return void _.focus({preventScroll:g});console.warn("Element requested is not a known focusable element.")}else p(r.target);E=void 0}),{signal:f});const b=null!=c?c:_;let E;"closest"===u&&document.addEventListener("keydown",(_=>{"Tab"===_.key&&(E=xn(_))}),{signal:f,capture:!0}),b.addEventListener("keydown",(e=>{var a;if(e.key in gn){const n=Bn[e.key];if(!e.defaultPrevented&&(n&t)>0&&!function(_,r){const e=_.key,a=[...e].length,n=r instanceof HTMLInputElement&&"text"===r.type||r instanceof HTMLTextAreaElement;if(n&&(1===a||"Home"===e||"End"===e))return!0;if(r instanceof HTMLSelectElement){if(1===a)return!0;if("ArrowDown"===e&&un()&&!_.metaKey)return!0;if("ArrowDown"===e&&!un()&&_.altKey)return!0}if(r instanceof HTMLTextAreaElement&&("PageUp"===e||"PageDown"===e))return!0;if(n){const _=r,a=0===_.selectionStart&&0===_.selectionEnd,n=_.selectionStart===_.value.length&&_.selectionEnd===_.value.length;if("ArrowLeft"===e&&!a)return!0;if("ArrowRight"===e&&!n)return!0;if(_ instanceof HTMLTextAreaElement){if("ArrowUp"===e&&!a)return!0;if("ArrowDown"===e&&!n)return!0}}return!1}(e,document.activeElement)){const n=xn(e);let i;if((null==r?void 0:r.getNextFocusable)&&(i=r.getNextFocusable(n,null!==(a=document.activeElement)&&void 0!==a?a:void 0,e)),!i){const r=function(){if(!B)return 0;const r=d.indexOf(B);return-1!==r?r:B===_?-1:0}();let a=r;"previous"===n?a-=1:"start"===n?a=0:"next"===n?a+=1:a=d.length-1,a<0&&(a="wrap"===m&&"Tab"!==e.key?d.length-1:0),a>=d.length&&(a="wrap"===m&&"Tab"!==e.key?0:d.length-1),r!==a&&(i=d[a])}c?p(i||B,!0):i&&(E=n,i.focus({preventScroll:g})),("Tab"!==e.key||i)&&e.preventDefault()}}}),{signal:f})})(s.current,{bindKeys:sn.ArrowVertical}),_.addEventListener("keydown",(_=>{if("Enter"===_.key){const r=_.target;if("true"===r.getAttribute("aria-disabled"))return;const e=r.getAttribute("data-value");e&&(p(e),c(!1),setTimeout((()=>{B.current?.focus()}),10))}}));const r=s.current.querySelector("li");r&&setTimeout((()=>{r.focus()}),10);const e=_.querySelectorAll("li")[_.querySelectorAll("li").length-1];e.addEventListener("keydown",(_=>{"ArrowDown"===_.key&&(_.preventDefault(),r?.focus())})),r?.addEventListener("keydown",(_=>{"ArrowUp"===_.key&&(_.preventDefault(),e.focus())})),_.addEventListener("keydown",(_=>{"Escape"===_.key&&B.current?.focus()}))}}),[u,s,P,x,p]);const{position:S}=tn({floatingElementRef:s,anchorElementRef:B,side:"outside-bottom",align:t,allowOutOfBounds:!0},[u]),{Button:h,Overlay:w}=r.Children.toArray(a).reduce(((_,e)=>((0,r.isValidElement)(e)&&(e.type===kn?_.Button=(0,r.cloneElement)(e,{onClick:x,ref:B,className:o(e.props.className,u),menuOpen:u,disabled:i,id:`${g}-button`}):e.type===vn&&(_.Overlay=(0,r.cloneElement)(e,{ref:s,className:o(Sn.ActionMenu__menu,S&&Sn["ActionMenu__menu--visible"]),style:{top:`${S?.top??0}px`,left:`${S?.left??0}px`},id:`${g}-menu`,children:r.Children.map(e.props.children,(_=>(0,r.isValidElement)(_)?(0,r.cloneElement)(_,{handler:P,type:l}):_))}))),_)),{});return(0,_.jsxs)("div",{id:g,className:o(Sn.ActionMenu,i&&Sn["ActionMenu--disabled"]),"data-testid":n||hn.root,children:[h,u?w:null]})})),kn=(0,r.forwardRef)((({children:r,className:e,"data-testid":a,disabled:n,menuOpen:i,...d},l)=>(0,_.jsx)(E,{ref:l,className:o(Sn.ActionMenu__button,e),hasArrow:!1,"aria-haspopup":"true","aria-expanded":i?"true":"false",trailingVisual:er,disabled:n,"data-testid":a||hn.button,...d,children:(0,_.jsx)("span",{className:Sn["ActionMenu__button-text"],children:r})}))),fn={none:"menuitem",single:"menuitemradio"},vn=(0,r.forwardRef)((({children:r,className:e,"data-testid":a,menuOpen:n,...i},d)=>(0,_.jsx)("ul",{ref:d,className:o(e),role:"menu","data-testid":a||hn.list,...i,children:r}))),bn=Object.assign(wn,{Button:kn,Item:({children:r,className:e,disabled:a,handler:n,selected:i,type:d,value:l,...t})=>(0,_.jsxs)("li",{className:o(Sn.ActionMenu__item,"single"===d&&Sn[`ActionMenu__item--selection-type-${d}`],e),role:fn[d||"single"],"aria-checked":"none"===d?void 0:i?"true":"false","aria-disabled":a?"true":"false",onClick:n&&!a?()=>n(l):void 0,tabIndex:0,"data-value":l,...t,children:["none"!==d&&(0,_.jsx)("span",{className:Sn["ActionMenu__item-leadingVisual"],children:i&&(0,_.jsx)(_r,{className:o(Sn["ActionMenu__item-icon"],a&&Sn["ActionMenu__item-icon--disabled"]),size:16})}),(0,_.jsx)("span",{className:Sn["ActionMenu__item-text"],children:(0,_.jsx)(P,{variant:a?"muted":"default",size:"200",className:o(a&&Sn["ActionMenu__item-content--disabled"]),children:r})})]}),Overlay:vn,testIds:hn}),En=(0,r.forwardRef)((({html:r,enableFullWidth:e=!1,className:a,...n},i)=>(0,_.jsx)("div",{className:o("Primer_Brand__Prose-module__Prose___X2BXE",!e&&"Primer_Brand__Prose-module__Prose--lineLength___ws7gn",a),ref:i,...n,dangerouslySetInnerHTML:{__html:r}}))),In={"Box-padding--condensed":"Primer_Brand__Box-module__Box-padding--condensed___moOU_","Box-padding--normal":"Primer_Brand__Box-module__Box-padding--normal___I99VZ","Box-padding--spacious":"Primer_Brand__Box-module__Box-padding--spacious___IDH0L","Box-padding--4":"Primer_Brand__Box-module__Box-padding--4___P8ym4","Box-padding--8":"Primer_Brand__Box-module__Box-padding--8___tkmC2","Box-padding--12":"Primer_Brand__Box-module__Box-padding--12___WZtC5","Box-padding--16":"Primer_Brand__Box-module__Box-padding--16___uSvFs","Box-padding--20":"Primer_Brand__Box-module__Box-padding--20___CqPHd","Box-padding--24":"Primer_Brand__Box-module__Box-padding--24___ns6vt","Box-padding--28":"Primer_Brand__Box-module__Box-padding--28___C3Z0M","Box-padding--32":"Primer_Brand__Box-module__Box-padding--32___Xi9K8","Box-padding--36":"Primer_Brand__Box-module__Box-padding--36___elDVr","Box-padding--40":"Primer_Brand__Box-module__Box-padding--40___FiQOK","Box-padding--44":"Primer_Brand__Box-module__Box-padding--44___pcGzC","Box-padding--48":"Primer_Brand__Box-module__Box-padding--48___sKAhw","Box-padding--64":"Primer_Brand__Box-module__Box-padding--64___eD0xN","Box-padding--80":"Primer_Brand__Box-module__Box-padding--80___Ny1Eo","Box-padding--96":"Primer_Brand__Box-module__Box-padding--96___vQxms","Box-padding--112":"Primer_Brand__Box-module__Box-padding--112___UKjfn","Box-padding--128":"Primer_Brand__Box-module__Box-padding--128___eM3cZ","Box-narrow-padding--condensed":"Primer_Brand__Box-module__Box-narrow-padding--condensed___anAAR","Box-narrow-padding--normal":"Primer_Brand__Box-module__Box-narrow-padding--normal___drqoL","Box-narrow-padding--spacious":"Primer_Brand__Box-module__Box-narrow-padding--spacious___JblB1","Box-narrow-padding--4":"Primer_Brand__Box-module__Box-narrow-padding--4___gcJCt","Box-narrow-padding--8":"Primer_Brand__Box-module__Box-narrow-padding--8___a7q08","Box-narrow-padding--12":"Primer_Brand__Box-module__Box-narrow-padding--12___aaFXk","Box-narrow-padding--16":"Primer_Brand__Box-module__Box-narrow-padding--16___jdlkw","Box-narrow-padding--20":"Primer_Brand__Box-module__Box-narrow-padding--20___O5D_M","Box-narrow-padding--24":"Primer_Brand__Box-module__Box-narrow-padding--24___lyefS","Box-narrow-padding--28":"Primer_Brand__Box-module__Box-narrow-padding--28___TwWF_","Box-narrow-padding--32":"Primer_Brand__Box-module__Box-narrow-padding--32___fPqRw","Box-narrow-padding--36":"Primer_Brand__Box-module__Box-narrow-padding--36___IjUkb","Box-narrow-padding--40":"Primer_Brand__Box-module__Box-narrow-padding--40___pxXrQ","Box-narrow-padding--44":"Primer_Brand__Box-module__Box-narrow-padding--44___MCitQ","Box-narrow-padding--48":"Primer_Brand__Box-module__Box-narrow-padding--48___TYalO","Box-narrow-padding--64":"Primer_Brand__Box-module__Box-narrow-padding--64___DfG4r","Box-narrow-padding--80":"Primer_Brand__Box-module__Box-narrow-padding--80___aM_tb","Box-narrow-padding--96":"Primer_Brand__Box-module__Box-narrow-padding--96___AAjgj","Box-regular-padding--condensed":"Primer_Brand__Box-module__Box-regular-padding--condensed___Sa56q","Box-regular-padding--normal":"Primer_Brand__Box-module__Box-regular-padding--normal___kPK0N","Box-regular-padding--spacious":"Primer_Brand__Box-module__Box-regular-padding--spacious___eg7WK","Box-regular-padding--4":"Primer_Brand__Box-module__Box-regular-padding--4___Hrlt7","Box-regular-padding--8":"Primer_Brand__Box-module__Box-regular-padding--8___S4Vzp","Box-regular-padding--12":"Primer_Brand__Box-module__Box-regular-padding--12___aqPhA","Box-regular-padding--16":"Primer_Brand__Box-module__Box-regular-padding--16___dspf1","Box-regular-padding--20":"Primer_Brand__Box-module__Box-regular-padding--20___je3L4","Box-regular-padding--24":"Primer_Brand__Box-module__Box-regular-padding--24___BRWrO","Box-regular-padding--28":"Primer_Brand__Box-module__Box-regular-padding--28___MLuWu","Box-regular-padding--32":"Primer_Brand__Box-module__Box-regular-padding--32___UuJR3","Box-regular-padding--36":"Primer_Brand__Box-module__Box-regular-padding--36___pnnlM","Box-regular-padding--40":"Primer_Brand__Box-module__Box-regular-padding--40___KvG6x","Box-regular-padding--44":"Primer_Brand__Box-module__Box-regular-padding--44___QbfqE","Box-regular-padding--48":"Primer_Brand__Box-module__Box-regular-padding--48___o68vT","Box-regular-padding--64":"Primer_Brand__Box-module__Box-regular-padding--64___VXnt9","Box-regular-padding--80":"Primer_Brand__Box-module__Box-regular-padding--80___sCKZd","Box-regular-padding--96":"Primer_Brand__Box-module__Box-regular-padding--96___MjgI_","Box-regular-padding--112":"Primer_Brand__Box-module__Box-regular-padding--112___uyz9m","Box-regular-padding--128":"Primer_Brand__Box-module__Box-regular-padding--128___a3PIs","Box-wide-padding--condensed":"Primer_Brand__Box-module__Box-wide-padding--condensed___G1jXL","Box-wide-padding--normal":"Primer_Brand__Box-module__Box-wide-padding--normal___tIQlq","Box-wide-padding--spacious":"Primer_Brand__Box-module__Box-wide-padding--spacious___PGhNc","Box-wide-padding--4":"Primer_Brand__Box-module__Box-wide-padding--4___aySqW","Box-wide-padding--8":"Primer_Brand__Box-module__Box-wide-padding--8___cPNFj","Box-wide-padding--12":"Primer_Brand__Box-module__Box-wide-padding--12___OUxUa","Box-wide-padding--16":"Primer_Brand__Box-module__Box-wide-padding--16___IIZ2x","Box-wide-padding--20":"Primer_Brand__Box-module__Box-wide-padding--20___IMkXv","Box-wide-padding--24":"Primer_Brand__Box-module__Box-wide-padding--24___Jqf0K","Box-wide-padding--28":"Primer_Brand__Box-module__Box-wide-padding--28___qJoHf","Box-wide-padding--32":"Primer_Brand__Box-module__Box-wide-padding--32___QiAzQ","Box-wide-padding--36":"Primer_Brand__Box-module__Box-wide-padding--36___HliwM","Box-wide-padding--40":"Primer_Brand__Box-module__Box-wide-padding--40___ebzR0","Box-wide-padding--44":"Primer_Brand__Box-module__Box-wide-padding--44___kxHFt","Box-wide-padding--48":"Primer_Brand__Box-module__Box-wide-padding--48___VI8OS","Box-wide-padding--64":"Primer_Brand__Box-module__Box-wide-padding--64___ZIZly","Box-wide-padding--80":"Primer_Brand__Box-module__Box-wide-padding--80___Pm5Do","Box-wide-padding--96":"Primer_Brand__Box-module__Box-wide-padding--96___cdgwB","Box-wide-padding--112":"Primer_Brand__Box-module__Box-wide-padding--112___xnULq","Box-wide-padding--128":"Primer_Brand__Box-module__Box-wide-padding--128___Cd7wM","Box-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-paddingBlockStart--condensed___W1bY3","Box-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-paddingBlockStart--normal___Zg_Os","Box-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-paddingBlockStart--spacious___ViXP1","Box-paddingBlockStart--4":"Primer_Brand__Box-module__Box-paddingBlockStart--4___dVFMa","Box-paddingBlockStart--8":"Primer_Brand__Box-module__Box-paddingBlockStart--8___TNzCC","Box-paddingBlockStart--12":"Primer_Brand__Box-module__Box-paddingBlockStart--12___QFOW7","Box-paddingBlockStart--16":"Primer_Brand__Box-module__Box-paddingBlockStart--16___ZVevq","Box-paddingBlockStart--20":"Primer_Brand__Box-module__Box-paddingBlockStart--20___BIULn","Box-paddingBlockStart--24":"Primer_Brand__Box-module__Box-paddingBlockStart--24___W0xXx","Box-paddingBlockStart--28":"Primer_Brand__Box-module__Box-paddingBlockStart--28___cfKdr","Box-paddingBlockStart--32":"Primer_Brand__Box-module__Box-paddingBlockStart--32___nFZZ8","Box-paddingBlockStart--36":"Primer_Brand__Box-module__Box-paddingBlockStart--36___c5djO","Box-paddingBlockStart--40":"Primer_Brand__Box-module__Box-paddingBlockStart--40___vX8Fj","Box-paddingBlockStart--44":"Primer_Brand__Box-module__Box-paddingBlockStart--44___gHVxS","Box-paddingBlockStart--48":"Primer_Brand__Box-module__Box-paddingBlockStart--48___dATiV","Box-paddingBlockStart--64":"Primer_Brand__Box-module__Box-paddingBlockStart--64___GC9HQ","Box-paddingBlockStart--80":"Primer_Brand__Box-module__Box-paddingBlockStart--80___AzNIY","Box-paddingBlockStart--96":"Primer_Brand__Box-module__Box-paddingBlockStart--96___eirfv","Box-paddingBlockStart--112":"Primer_Brand__Box-module__Box-paddingBlockStart--112___WErQC","Box-paddingBlockStart--128":"Primer_Brand__Box-module__Box-paddingBlockStart--128___PQBNx","Box-narrow-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--condensed___TpPWY","Box-narrow-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--normal___WoejX","Box-narrow-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--spacious___YGOfc","Box-narrow-paddingBlockStart--4":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--4___pKCVF","Box-narrow-paddingBlockStart--8":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--8___Mno90","Box-narrow-paddingBlockStart--12":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--12___o4TBL","Box-narrow-paddingBlockStart--16":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--16___e1SBw","Box-narrow-paddingBlockStart--20":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--20___n1NNi","Box-narrow-paddingBlockStart--24":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--24___uZOxT","Box-narrow-paddingBlockStart--28":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--28___m2mO9","Box-narrow-paddingBlockStart--32":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--32___qReqY","Box-narrow-paddingBlockStart--36":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--36___FeGVX","Box-narrow-paddingBlockStart--40":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--40___NWdbk","Box-narrow-paddingBlockStart--44":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--44___xUghA","Box-narrow-paddingBlockStart--48":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--48___QXRZC","Box-narrow-paddingBlockStart--64":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--64___xkgoO","Box-narrow-paddingBlockStart--80":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--80___VP_yD","Box-narrow-paddingBlockStart--96":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--96___DwVjV","Box-narrow-paddingBlockStart--112":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--112___KR3bh","Box-narrow-paddingBlockStart--128":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--128___sY3Vs","Box-regular-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--condensed____4rsh","Box-regular-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--normal___D08eA","Box-regular-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--spacious___ANm3m","Box-regular-paddingBlockStart--4":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--4___hDJd4","Box-regular-paddingBlockStart--8":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--8___sMD28","Box-regular-paddingBlockStart--12":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--12___vUJnn","Box-regular-paddingBlockStart--16":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--16___N8Zxa","Box-regular-paddingBlockStart--20":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--20___BsEXk","Box-regular-paddingBlockStart--24":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--24___AI2B1","Box-regular-paddingBlockStart--28":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--28___OZFGX","Box-regular-paddingBlockStart--32":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--32___viH7U","Box-regular-paddingBlockStart--36":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--36___E6h7E","Box-regular-paddingBlockStart--40":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--40___qZE9d","Box-regular-paddingBlockStart--44":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--44___mveRI","Box-regular-paddingBlockStart--48":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--48___HcGS_","Box-regular-paddingBlockStart--64":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--64___nx8cK","Box-regular-paddingBlockStart--80":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--80___ld1du","Box-regular-paddingBlockStart--96":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--96___BOrMI","Box-regular-paddingBlockStart--112":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--112___OpuYq","Box-regular-paddingBlockStart--128":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--128___Gp33i","Box-wide-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--condensed___PXi4I","Box-wide-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--normal___GnoL0","Box-wide-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--spacious___krfm9","Box-wide-paddingBlockStart--4":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--4___Zryv_","Box-wide-paddingBlockStart--8":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--8___u5PHy","Box-wide-paddingBlockStart--12":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--12___U5Ofg","Box-wide-paddingBlockStart--16":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--16___ZBJ3Y","Box-wide-paddingBlockStart--20":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--20___pAFgx","Box-wide-paddingBlockStart--24":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--24___MEQNA","Box-wide-paddingBlockStart--28":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--28___dNYbO","Box-wide-paddingBlockStart--32":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--32___ohjFs","Box-wide-paddingBlockStart--36":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--36___nZoBT","Box-wide-paddingBlockStart--40":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--40___ak06g","Box-wide-paddingBlockStart--44":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--44___o7t7i","Box-wide-paddingBlockStart--48":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--48___XERud","Box-wide-paddingBlockStart--64":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--64___c4HWW","Box-wide-paddingBlockStart--80":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--80___IQUjF","Box-wide-paddingBlockStart--96":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--96___ziRgY","Box-wide-paddingBlockStart--112":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--112___kU2x1","Box-wide-paddingBlockStart--128":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--128___nWESD","Box-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-paddingInlineEnd--condensed___eOQgc","Box-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-paddingInlineEnd--normal___iaaKM","Box-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-paddingInlineEnd--spacious___QRkuj","Box-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-paddingInlineEnd--4___QYTSr","Box-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-paddingInlineEnd--8___qOjp8","Box-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-paddingInlineEnd--12___ki7vg","Box-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-paddingInlineEnd--16___eBvli","Box-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-paddingInlineEnd--20___fUBLQ","Box-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-paddingInlineEnd--24___qvm6U","Box-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-paddingInlineEnd--28___RLJPP","Box-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-paddingInlineEnd--32___rmFsu","Box-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-paddingInlineEnd--36___eD4ie","Box-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-paddingInlineEnd--40___Pa_hU","Box-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-paddingInlineEnd--44___ISq6N","Box-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-paddingInlineEnd--48____6VIs","Box-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-paddingInlineEnd--64___XEdic","Box-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-paddingInlineEnd--80___ro2Q6","Box-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-paddingInlineEnd--96___VGzUa","Box-paddingInlineEnd--112":"Primer_Brand__Box-module__Box-paddingInlineEnd--112___u399j","Box-paddingInlineEnd--128":"Primer_Brand__Box-module__Box-paddingInlineEnd--128___XCfRF","Box-narrow-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--condensed___tbVph","Box-narrow-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--normal___J14DR","Box-narrow-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--spacious___XYmJk","Box-narrow-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--4___LCky2","Box-narrow-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--8___s737E","Box-narrow-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--12___F2fc4","Box-narrow-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--16___hCEUi","Box-narrow-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--20___moqMn","Box-narrow-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--24___nUtP0","Box-narrow-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--28___GoW1H","Box-narrow-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--32___kE8pF","Box-narrow-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--36___zUIaG","Box-narrow-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--40___U_LUs","Box-narrow-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--44___HfR2e","Box-narrow-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--48___VpyWJ","Box-narrow-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--64____U2Bb","Box-narrow-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--80___xLRwJ","Box-narrow-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--96___lz9Ah","Box-regular-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--condensed___Y3PpC","Box-regular-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--normal___uQZJL","Box-regular-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--spacious___Yg_oy","Box-regular-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--4____Mu6j","Box-regular-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--8___KLTjM","Box-regular-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--12___MZaFD","Box-regular-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--16___zuYxe","Box-regular-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--20___X7kQ7","Box-regular-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--24___OLwfl","Box-regular-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--28___S8g3g","Box-regular-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--32___fOGZt","Box-regular-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--36___Gsz4A","Box-regular-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--40___beKbG","Box-regular-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--44___Fbir5","Box-regular-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--48___JLuQO","Box-regular-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--64___j2pqZ","Box-regular-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--80____2Wqx","Box-regular-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--96___VLntF","Box-regular-paddingInlineEnd--112":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--112___fkEpY","Box-regular-paddingInlineEnd--128":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--128___gQRRw","Box-wide-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--condensed___Qcd9O","Box-wide-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--normal___RCW25","Box-wide-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--spacious___l9ArL","Box-wide-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--4___Po8UR","Box-wide-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--8___JogoU","Box-wide-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--12___mTBkP","Box-wide-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--16___yWWxx","Box-wide-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--20___Ho0IF","Box-wide-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--24___eQFrc","Box-wide-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--28___NDHpo","Box-wide-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--32___W5qHl","Box-wide-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--36___GjFzC","Box-wide-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--40___waIcY","Box-wide-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--44___JOSMH","Box-wide-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--48___pI6_m","Box-wide-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--64___D6UgI","Box-wide-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--80___A72UQ","Box-wide-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--96___JZowF","Box-wide-paddingInlineEnd--112":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--112___fAjZM","Box-wide-paddingInlineEnd--128":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--128___V6AHo","Box-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-paddingBlockEnd--condensed___dEYMv","Box-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-paddingBlockEnd--normal___85pec","Box-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-paddingBlockEnd--spacious___LGfk7","Box-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-paddingBlockEnd--4____i2UO","Box-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-paddingBlockEnd--8___bNx7n","Box-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-paddingBlockEnd--12____EOsG","Box-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-paddingBlockEnd--16___wkJ99","Box-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-paddingBlockEnd--20___xjcqw","Box-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-paddingBlockEnd--24___NFG9h","Box-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-paddingBlockEnd--28___u7XJS","Box-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-paddingBlockEnd--32___zjWVZ","Box-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-paddingBlockEnd--36___f12Tl","Box-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-paddingBlockEnd--40___j6T9R","Box-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-paddingBlockEnd--44___gl2rH","Box-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-paddingBlockEnd--48___OcWnm","Box-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-paddingBlockEnd--64___dSBrT","Box-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-paddingBlockEnd--80___Sbcpv","Box-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-paddingBlockEnd--96___eMrZV","Box-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-paddingBlockEnd--112___ty2_p","Box-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-paddingBlockEnd--128___H35FY","Box-narrow-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--condensed___QTO1y","Box-narrow-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--normal___MupAF","Box-narrow-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--spacious____jivs","Box-narrow-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--4___g4hDY","Box-narrow-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--8___dhfNf","Box-narrow-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--12___fLDtZ","Box-narrow-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--16___BHuqq","Box-narrow-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--20___JI4SX","Box-narrow-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--24___s1eco","Box-narrow-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--28___g6wCx","Box-narrow-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--32___wycVg","Box-narrow-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--36___wjt4p","Box-narrow-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--40___rVjJV","Box-narrow-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--44___akvlZ","Box-narrow-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--48___OPwru","Box-narrow-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--64___icCAb","Box-narrow-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--80___Y_JGc","Box-narrow-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--96___ojJIp","Box-narrow-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--112___pKYyd","Box-narrow-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--128___oI5vn","Box-regular-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--condensed___iiMOv","Box-regular-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--normal___J5glu","Box-regular-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--spacious___Qbwlq","Box-regular-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--4___TL1oP","Box-regular-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--8___pKg9P","Box-regular-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--12___UBth1","Box-regular-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--16___LKRrT","Box-regular-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--20___mRbHZ","Box-regular-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--24___il8K_","Box-regular-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--28___ZmE1R","Box-regular-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--32____C9RT","Box-regular-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--36___nocbv","Box-regular-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--40___nsz4g","Box-regular-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--44___bsz6J","Box-regular-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--48___eApXN","Box-regular-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--64___ATo_6","Box-regular-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--80___HuPNm","Box-regular-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--96___QWDd0","Box-regular-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--112___Ql_U3","Box-regular-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--128___R4xJd","Box-wide-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--condensed___fKrol","Box-wide-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--normal___Kbldz","Box-wide-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--spacious___zbi5h","Box-wide-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--4___YjBbR","Box-wide-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--8___CpDlD","Box-wide-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--12___cjNk6","Box-wide-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--16___PKo6_","Box-wide-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--20___bNtXr","Box-wide-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--24___o8_OD","Box-wide-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--28___zR53L","Box-wide-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--32___xX0KK","Box-wide-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--36___KeAYu","Box-wide-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--40___FUROs","Box-wide-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--44___nWycQ","Box-wide-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--48___J4Ljw","Box-wide-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--64___pbSxt","Box-wide-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--80___wJtUa","Box-wide-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--96___Uq5AZ","Box-wide-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--112___B96UD","Box-wide-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--128___GcJ48","Box-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-paddingInlineStart--condensed___rq2fI","Box-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-paddingInlineStart--normal___BmKv4","Box-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-paddingInlineStart--spacious___rk6ci","Box-paddingInlineStart--4":"Primer_Brand__Box-module__Box-paddingInlineStart--4___XP6SF","Box-paddingInlineStart--8":"Primer_Brand__Box-module__Box-paddingInlineStart--8___OBQ5l","Box-paddingInlineStart--12":"Primer_Brand__Box-module__Box-paddingInlineStart--12___F1XBU","Box-paddingInlineStart--16":"Primer_Brand__Box-module__Box-paddingInlineStart--16___QesGK","Box-paddingInlineStart--20":"Primer_Brand__Box-module__Box-paddingInlineStart--20___xOS1A","Box-paddingInlineStart--24":"Primer_Brand__Box-module__Box-paddingInlineStart--24___moDQ8","Box-paddingInlineStart--28":"Primer_Brand__Box-module__Box-paddingInlineStart--28___KBIxR","Box-paddingInlineStart--32":"Primer_Brand__Box-module__Box-paddingInlineStart--32___nVH6P","Box-paddingInlineStart--36":"Primer_Brand__Box-module__Box-paddingInlineStart--36___VqmhW","Box-paddingInlineStart--40":"Primer_Brand__Box-module__Box-paddingInlineStart--40___DXgBn","Box-paddingInlineStart--44":"Primer_Brand__Box-module__Box-paddingInlineStart--44___Bulbu","Box-paddingInlineStart--48":"Primer_Brand__Box-module__Box-paddingInlineStart--48___x5m9Q","Box-paddingInlineStart--64":"Primer_Brand__Box-module__Box-paddingInlineStart--64___WUgUO","Box-paddingInlineStart--80":"Primer_Brand__Box-module__Box-paddingInlineStart--80___Kn2gO","Box-paddingInlineStart--96":"Primer_Brand__Box-module__Box-paddingInlineStart--96___B2qkH","Box-paddingInlineStart--112":"Primer_Brand__Box-module__Box-paddingInlineStart--112___v4yZC","Box-paddingInlineStart--128":"Primer_Brand__Box-module__Box-paddingInlineStart--128___aafEk","Box-narrow-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--condensed___YI9Eh","Box-narrow-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--normal___iqKMr","Box-narrow-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--spacious___O1i9G","Box-narrow-paddingInlineStart--4":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--4___pS_Gh","Box-narrow-paddingInlineStart--8":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--8___F6dKN","Box-narrow-paddingInlineStart--12":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--12___Ci8GO","Box-narrow-paddingInlineStart--16":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--16___fkZ4s","Box-narrow-paddingInlineStart--20":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--20___tRwV3","Box-narrow-paddingInlineStart--24":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--24___uVuT2","Box-narrow-paddingInlineStart--28":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--28___ueTAO","Box-narrow-paddingInlineStart--32":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--32___e1dD1","Box-narrow-paddingInlineStart--36":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--36___kPOzQ","Box-narrow-paddingInlineStart--40":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--40___ekOE3","Box-narrow-paddingInlineStart--44":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--44___nALOu","Box-narrow-paddingInlineStart--48":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--48___cg27m","Box-narrow-paddingInlineStart--64":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--64___PBLfw","Box-narrow-paddingInlineStart--80":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--80___Mv5eX","Box-narrow-paddingInlineStart--96":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--96___W7uL8","Box-narrow-paddingInlineStart--112":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--112___qXECF","Box-narrow-paddingInlineStart--128":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--128___tBlKZ","Box-regular-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--condensed___K1JTe","Box-regular-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--normal___hE24G","Box-regular-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--spacious___Y3FYm","Box-regular-paddingInlineStart--4":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--4___ffJtu","Box-regular-paddingInlineStart--8":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--8___K3PDT","Box-regular-paddingInlineStart--12":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--12___ZI1Zt","Box-regular-paddingInlineStart--16":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--16___pSuDM","Box-regular-paddingInlineStart--20":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--20___J_Lac","Box-regular-paddingInlineStart--24":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--24___olfR2","Box-regular-paddingInlineStart--28":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--28___u3Jxq","Box-regular-paddingInlineStart--32":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--32___j8YOd","Box-regular-paddingInlineStart--36":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--36___ioVRd","Box-regular-paddingInlineStart--40":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--40___CZDsm","Box-regular-paddingInlineStart--44":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--44___eBvKb","Box-regular-paddingInlineStart--48":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--48___JdZPY","Box-regular-paddingInlineStart--64":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--64___GGNhi","Box-regular-paddingInlineStart--80":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--80___oqP9L","Box-regular-paddingInlineStart--96":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--96___XT27R","Box-regular-paddingInlineStart--112":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--112___MFUWm","Box-regular-paddingInlineStart--128":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--128___lfSNz","Box-wide-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--condensed___p04xa","Box-wide-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--normal___fUsFX","Box-wide-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--spacious___Sqsw2","Box-wide-paddingInlineStart--4":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--4___nVn_B","Box-wide-paddingInlineStart--8":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--8___wLVn9","Box-wide-paddingInlineStart--12":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--12___rnbWe","Box-wide-paddingInlineStart--16":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--16___lhOME","Box-wide-paddingInlineStart--20":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--20___ULYpU","Box-wide-paddingInlineStart--24":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--24___HVDrv","Box-wide-paddingInlineStart--28":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--28___CDihC","Box-wide-paddingInlineStart--32":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--32___Wq77T","Box-wide-paddingInlineStart--36":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--36___tCHNn","Box-wide-paddingInlineStart--40":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--40___Yfoos","Box-wide-paddingInlineStart--44":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--44___GIxDS","Box-wide-paddingInlineStart--48":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--48___GlLkg","Box-wide-paddingInlineStart--64":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--64___EVzB4","Box-wide-paddingInlineStart--80":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--80___F366d","Box-wide-paddingInlineStart--96":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--96___jvQgf","Box-wide-paddingInlineStart--112":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--112___Z_i9M","Box-wide-paddingInlineStart--128":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--128___dxJ4W","Box-margin--condensed":"Primer_Brand__Box-module__Box-margin--condensed___t8Ura","Box-margin--normal":"Primer_Brand__Box-module__Box-margin--normal___ZVHSh","Box-margin--spacious":"Primer_Brand__Box-module__Box-margin--spacious___j0gGh","Box-margin--4":"Primer_Brand__Box-module__Box-margin--4___SAGHe","Box-margin--8":"Primer_Brand__Box-module__Box-margin--8___rwesA","Box-margin--12":"Primer_Brand__Box-module__Box-margin--12___olT6x","Box-margin--16":"Primer_Brand__Box-module__Box-margin--16___bf8KF","Box-margin--20":"Primer_Brand__Box-module__Box-margin--20___eRoV_","Box-margin--24":"Primer_Brand__Box-module__Box-margin--24___pFF57","Box-margin--28":"Primer_Brand__Box-module__Box-margin--28___EGGCf","Box-margin--32":"Primer_Brand__Box-module__Box-margin--32___piqFe","Box-margin--36":"Primer_Brand__Box-module__Box-margin--36___xujLX","Box-margin--40":"Primer_Brand__Box-module__Box-margin--40___75KiU","Box-margin--44":"Primer_Brand__Box-module__Box-margin--44___eoeZ9","Box-margin--48":"Primer_Brand__Box-module__Box-margin--48___RveUf","Box-margin--64":"Primer_Brand__Box-module__Box-margin--64___U6GY0","Box-margin--80":"Primer_Brand__Box-module__Box-margin--80___VXJ1m","Box-margin--96":"Primer_Brand__Box-module__Box-margin--96___W5lUS","Box-margin--112":"Primer_Brand__Box-module__Box-margin--112___CMH1O","Box-margin--128":"Primer_Brand__Box-module__Box-margin--128___chyQh","Box-narrow-margin--condensed":"Primer_Brand__Box-module__Box-narrow-margin--condensed____oxX7","Box-narrow-margin--normal":"Primer_Brand__Box-module__Box-narrow-margin--normal___XezR0","Box-narrow-margin--spacious":"Primer_Brand__Box-module__Box-narrow-margin--spacious___g6g0f","Box-narrow-margin--4":"Primer_Brand__Box-module__Box-narrow-margin--4___Q2uQ_","Box-narrow-margin--8":"Primer_Brand__Box-module__Box-narrow-margin--8___rBgr8","Box-narrow-margin--12":"Primer_Brand__Box-module__Box-narrow-margin--12___iI8JN","Box-narrow-margin--16":"Primer_Brand__Box-module__Box-narrow-margin--16____6lfa","Box-narrow-margin--20":"Primer_Brand__Box-module__Box-narrow-margin--20___eP512","Box-narrow-margin--24":"Primer_Brand__Box-module__Box-narrow-margin--24___WRxp2","Box-narrow-margin--28":"Primer_Brand__Box-module__Box-narrow-margin--28___Go_go","Box-narrow-margin--32":"Primer_Brand__Box-module__Box-narrow-margin--32___ZywhO","Box-narrow-margin--36":"Primer_Brand__Box-module__Box-narrow-margin--36___I5ZXC","Box-narrow-margin--40":"Primer_Brand__Box-module__Box-narrow-margin--40___LLwK7","Box-narrow-margin--44":"Primer_Brand__Box-module__Box-narrow-margin--44____tEzU","Box-narrow-margin--48":"Primer_Brand__Box-module__Box-narrow-margin--48___isJ89","Box-narrow-margin--64":"Primer_Brand__Box-module__Box-narrow-margin--64___L0c0n","Box-narrow-margin--80":"Primer_Brand__Box-module__Box-narrow-margin--80___vvJ9F","Box-narrow-margin--96":"Primer_Brand__Box-module__Box-narrow-margin--96___lp2Ry","Box-narrow-margin--112":"Primer_Brand__Box-module__Box-narrow-margin--112___a5t03","Box-narrow-margin--128":"Primer_Brand__Box-module__Box-narrow-margin--128___P5b03","Box-regular-margin--condensed":"Primer_Brand__Box-module__Box-regular-margin--condensed___Caa8r","Box-regular-margin--normal":"Primer_Brand__Box-module__Box-regular-margin--normal___KdX5O","Box-regular-margin--spacious":"Primer_Brand__Box-module__Box-regular-margin--spacious___mG0NN","Box-regular-margin--4":"Primer_Brand__Box-module__Box-regular-margin--4___J8A2t","Box-regular-margin--8":"Primer_Brand__Box-module__Box-regular-margin--8___iSM8W","Box-regular-margin--12":"Primer_Brand__Box-module__Box-regular-margin--12___jqgj2","Box-regular-margin--16":"Primer_Brand__Box-module__Box-regular-margin--16___UkF2r","Box-regular-margin--20":"Primer_Brand__Box-module__Box-regular-margin--20___QOTe2","Box-regular-margin--24":"Primer_Brand__Box-module__Box-regular-margin--24___g6Kqw","Box-regular-margin--28":"Primer_Brand__Box-module__Box-regular-margin--28___rycHv","Box-regular-margin--32":"Primer_Brand__Box-module__Box-regular-margin--32___mqhOH","Box-regular-margin--36":"Primer_Brand__Box-module__Box-regular-margin--36___WB582","Box-regular-margin--40":"Primer_Brand__Box-module__Box-regular-margin--40___ZtXXm","Box-regular-margin--44":"Primer_Brand__Box-module__Box-regular-margin--44___WzwUP","Box-regular-margin--48":"Primer_Brand__Box-module__Box-regular-margin--48___AI_QF","Box-regular-margin--64":"Primer_Brand__Box-module__Box-regular-margin--64___feT35","Box-regular-margin--80":"Primer_Brand__Box-module__Box-regular-margin--80___RT7fB","Box-regular-margin--96":"Primer_Brand__Box-module__Box-regular-margin--96___Rvbjm","Box-regular-margin--112":"Primer_Brand__Box-module__Box-regular-margin--112___A6xDo","Box-regular-margin--128":"Primer_Brand__Box-module__Box-regular-margin--128___kHwQC","Box-wide-margin--condensed":"Primer_Brand__Box-module__Box-wide-margin--condensed___Uj_ap","Box-wide-margin--normal":"Primer_Brand__Box-module__Box-wide-margin--normal___o0WKl","Box-wide-margin--spacious":"Primer_Brand__Box-module__Box-wide-margin--spacious___Fmgze","Box-wide-margin--4":"Primer_Brand__Box-module__Box-wide-margin--4___dGG0a","Box-wide-margin--8":"Primer_Brand__Box-module__Box-wide-margin--8___VEXWc","Box-wide-margin--12":"Primer_Brand__Box-module__Box-wide-margin--12___sqf5U","Box-wide-margin--16":"Primer_Brand__Box-module__Box-wide-margin--16___DTrBi","Box-wide-margin--20":"Primer_Brand__Box-module__Box-wide-margin--20___dlbWa","Box-wide-margin--24":"Primer_Brand__Box-module__Box-wide-margin--24___L_Aj9","Box-wide-margin--28":"Primer_Brand__Box-module__Box-wide-margin--28___Vjv_a","Box-wide-margin--32":"Primer_Brand__Box-module__Box-wide-margin--32___GECyy","Box-wide-margin--36":"Primer_Brand__Box-module__Box-wide-margin--36___PWhqP","Box-wide-margin--40":"Primer_Brand__Box-module__Box-wide-margin--40___vemke","Box-wide-margin--44":"Primer_Brand__Box-module__Box-wide-margin--44___Ennon","Box-wide-margin--48":"Primer_Brand__Box-module__Box-wide-margin--48___MkKEg","Box-wide-margin--64":"Primer_Brand__Box-module__Box-wide-margin--64___vYLMh","Box-wide-margin--80":"Primer_Brand__Box-module__Box-wide-margin--80___I3XVP","Box-wide-margin--112":"Primer_Brand__Box-module__Box-wide-margin--112___HsLag","Box-wide-margin--128":"Primer_Brand__Box-module__Box-wide-margin--128___v9LVz","Box-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-marginBlockStart--condensed___bTE8Q","Box-marginBlockStart--normal":"Primer_Brand__Box-module__Box-marginBlockStart--normal___wUotH","Box-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-marginBlockStart--spacious___EOasI","Box-marginBlockStart--4":"Primer_Brand__Box-module__Box-marginBlockStart--4___ZxS80","Box-marginBlockStart--8":"Primer_Brand__Box-module__Box-marginBlockStart--8___RPhvf","Box-marginBlockStart--12":"Primer_Brand__Box-module__Box-marginBlockStart--12___Dw4MT","Box-marginBlockStart--16":"Primer_Brand__Box-module__Box-marginBlockStart--16___plaHc","Box-marginBlockStart--20":"Primer_Brand__Box-module__Box-marginBlockStart--20___gqeBE","Box-marginBlockStart--24":"Primer_Brand__Box-module__Box-marginBlockStart--24___puxKK","Box-marginBlockStart--28":"Primer_Brand__Box-module__Box-marginBlockStart--28___X08BZ","Box-marginBlockStart--32":"Primer_Brand__Box-module__Box-marginBlockStart--32___pWodO","Box-marginBlockStart--36":"Primer_Brand__Box-module__Box-marginBlockStart--36___v5wHR","Box-marginBlockStart--40":"Primer_Brand__Box-module__Box-marginBlockStart--40___hq_Nv","Box-marginBlockStart--44":"Primer_Brand__Box-module__Box-marginBlockStart--44___uLLSf","Box-marginBlockStart--48":"Primer_Brand__Box-module__Box-marginBlockStart--48___S_MhS","Box-marginBlockStart--64":"Primer_Brand__Box-module__Box-marginBlockStart--64___oLHvC","Box-marginBlockStart--80":"Primer_Brand__Box-module__Box-marginBlockStart--80___Q0HsD","Box-marginBlockStart--96":"Primer_Brand__Box-module__Box-marginBlockStart--96___MqNC0","Box-marginBlockStart--112":"Primer_Brand__Box-module__Box-marginBlockStart--112___j68wy","Box-marginBlockStart--128":"Primer_Brand__Box-module__Box-marginBlockStart--128___mzbEa","Box-narrow-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--condensed___QUr7S","Box-narrow-marginBlockStart--normal":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--normal___jTtqc","Box-narrow-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--spacious___O2UPE","Box-narrow-marginBlockStart--4":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--4___t9ZC4","Box-narrow-marginBlockStart--8":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--8___ZsShH","Box-narrow-marginBlockStart--12":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--12___eaiGT","Box-narrow-marginBlockStart--16":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--16___ViXmT","Box-narrow-marginBlockStart--20":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--20___Y_3F2","Box-narrow-marginBlockStart--24":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--24___fQcVJ","Box-narrow-marginBlockStart--28":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--28___Pi7Wt","Box-narrow-marginBlockStart--32":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--32___fWuQe","Box-narrow-marginBlockStart--36":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--36___IK1Mg","Box-narrow-marginBlockStart--40":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--40___GbLEW","Box-narrow-marginBlockStart--44":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--44___J8fNf","Box-narrow-marginBlockStart--48":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--48___foZDz","Box-narrow-marginBlockStart--64":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--64___AU4LW","Box-narrow-marginBlockStart--80":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--80___PMcaT","Box-narrow-marginBlockStart--96":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--96___mYSKK","Box-narrow-marginBlockStart--112":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--112___tW2zB","Box-narrow-marginBlockStart--128":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--128___p0QMw","Box-regular-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-regular-marginBlockStart--condensed___rp3ys","Box-regular-marginBlockStart--normal":"Primer_Brand__Box-module__Box-regular-marginBlockStart--normal___SPLfG","Box-regular-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-regular-marginBlockStart--spacious___fq56Y","Box-regular-marginBlockStart--4":"Primer_Brand__Box-module__Box-regular-marginBlockStart--4___Uv8gl","Box-regular-marginBlockStart--8":"Primer_Brand__Box-module__Box-regular-marginBlockStart--8___jnZgW","Box-regular-marginBlockStart--12":"Primer_Brand__Box-module__Box-regular-marginBlockStart--12___fCXkQ","Box-regular-marginBlockStart--16":"Primer_Brand__Box-module__Box-regular-marginBlockStart--16___Z9p0d","Box-regular-marginBlockStart--20":"Primer_Brand__Box-module__Box-regular-marginBlockStart--20___E559T","Box-regular-marginBlockStart--24":"Primer_Brand__Box-module__Box-regular-marginBlockStart--24___CjRGa","Box-regular-marginBlockStart--28":"Primer_Brand__Box-module__Box-regular-marginBlockStart--28___VwKD6","Box-regular-marginBlockStart--32":"Primer_Brand__Box-module__Box-regular-marginBlockStart--32___eskz2","Box-regular-marginBlockStart--36":"Primer_Brand__Box-module__Box-regular-marginBlockStart--36___s1z4f","Box-regular-marginBlockStart--40":"Primer_Brand__Box-module__Box-regular-marginBlockStart--40___QXz1n","Box-regular-marginBlockStart--44":"Primer_Brand__Box-module__Box-regular-marginBlockStart--44___OSyKv","Box-regular-marginBlockStart--48":"Primer_Brand__Box-module__Box-regular-marginBlockStart--48___qNEcn","Box-regular-marginBlockStart--64":"Primer_Brand__Box-module__Box-regular-marginBlockStart--64___Y0G5A","Box-regular-marginBlockStart--80":"Primer_Brand__Box-module__Box-regular-marginBlockStart--80___BlU1a","Box-regular-marginBlockStart--96":"Primer_Brand__Box-module__Box-regular-marginBlockStart--96___ZD_SH","Box-regular-marginBlockStart--112":"Primer_Brand__Box-module__Box-regular-marginBlockStart--112___GVoQX","Box-regular-marginBlockStart--128":"Primer_Brand__Box-module__Box-regular-marginBlockStart--128___TFhvb","Box-wide-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-wide-marginBlockStart--condensed___mqYho","Box-wide-marginBlockStart--normal":"Primer_Brand__Box-module__Box-wide-marginBlockStart--normal___c81Vf","Box-wide-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-wide-marginBlockStart--spacious___gD8F4","Box-wide-marginBlockStart--4":"Primer_Brand__Box-module__Box-wide-marginBlockStart--4___k48Xj","Box-wide-marginBlockStart--8":"Primer_Brand__Box-module__Box-wide-marginBlockStart--8___EmewZ","Box-wide-marginBlockStart--12":"Primer_Brand__Box-module__Box-wide-marginBlockStart--12___Xxtk6","Box-wide-marginBlockStart--16":"Primer_Brand__Box-module__Box-wide-marginBlockStart--16___NYL3P","Box-wide-marginBlockStart--20":"Primer_Brand__Box-module__Box-wide-marginBlockStart--20___W9gU2","Box-wide-marginBlockStart--24":"Primer_Brand__Box-module__Box-wide-marginBlockStart--24___lMuAD","Box-wide-marginBlockStart--28":"Primer_Brand__Box-module__Box-wide-marginBlockStart--28___FT3Mf","Box-wide-marginBlockStart--32":"Primer_Brand__Box-module__Box-wide-marginBlockStart--32___dlVS5","Box-wide-marginBlockStart--36":"Primer_Brand__Box-module__Box-wide-marginBlockStart--36___ZCOj2","Box-wide-marginBlockStart--40":"Primer_Brand__Box-module__Box-wide-marginBlockStart--40___rEDpG","Box-wide-marginBlockStart--44":"Primer_Brand__Box-module__Box-wide-marginBlockStart--44___DGFwo","Box-wide-marginBlockStart--48":"Primer_Brand__Box-module__Box-wide-marginBlockStart--48___WRSPh","Box-wide-marginBlockStart--64":"Primer_Brand__Box-module__Box-wide-marginBlockStart--64___ZueKk","Box-wide-marginBlockStart--80":"Primer_Brand__Box-module__Box-wide-marginBlockStart--80___TA3IX","Box-wide-marginBlockStart--96":"Primer_Brand__Box-module__Box-wide-marginBlockStart--96___trWhE","Box-wide-marginBlockStart--112":"Primer_Brand__Box-module__Box-wide-marginBlockStart--112___M351c","Box-wide-marginBlockStart--128":"Primer_Brand__Box-module__Box-wide-marginBlockStart--128___I90P4","Box-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-marginInlineEnd--condensed___EVJUU","Box-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-marginInlineEnd--normal___AdtDi","Box-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-marginInlineEnd--spacious___rqfRo","Box-marginInlineEnd--4":"Primer_Brand__Box-module__Box-marginInlineEnd--4___CmFW9","Box-marginInlineEnd--8":"Primer_Brand__Box-module__Box-marginInlineEnd--8___9dSA9","Box-marginInlineEnd--12":"Primer_Brand__Box-module__Box-marginInlineEnd--12___uJExr","Box-marginInlineEnd--16":"Primer_Brand__Box-module__Box-marginInlineEnd--16___dw6kz","Box-marginInlineEnd--20":"Primer_Brand__Box-module__Box-marginInlineEnd--20___qfURL","Box-marginInlineEnd--24":"Primer_Brand__Box-module__Box-marginInlineEnd--24___Q353Q","Box-marginInlineEnd--28":"Primer_Brand__Box-module__Box-marginInlineEnd--28___fQ3mR","Box-marginInlineEnd--32":"Primer_Brand__Box-module__Box-marginInlineEnd--32___bruVR","Box-marginInlineEnd--36":"Primer_Brand__Box-module__Box-marginInlineEnd--36___knq3Z","Box-marginInlineEnd--40":"Primer_Brand__Box-module__Box-marginInlineEnd--40___iZcVw","Box-marginInlineEnd--44":"Primer_Brand__Box-module__Box-marginInlineEnd--44___GKLwd","Box-marginInlineEnd--48":"Primer_Brand__Box-module__Box-marginInlineEnd--48___i5HE8","Box-marginInlineEnd--64":"Primer_Brand__Box-module__Box-marginInlineEnd--64___C5Tp6","Box-marginInlineEnd--80":"Primer_Brand__Box-module__Box-marginInlineEnd--80___j058F","Box-marginInlineEnd--96":"Primer_Brand__Box-module__Box-marginInlineEnd--96___YGHeA","Box-marginInlineEnd--112":"Primer_Brand__Box-module__Box-marginInlineEnd--112___It02k","Box-marginInlineEnd--128":"Primer_Brand__Box-module__Box-marginInlineEnd--128___S5_Lm","Box-narrow-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--condensed___QlOtm","Box-narrow-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--normal____4LoS","Box-narrow-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--spacious___ESjqc","Box-narrow-marginInlineEnd--4":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--4___j15Se","Box-narrow-marginInlineEnd--8":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--8___ivk9J","Box-narrow-marginInlineEnd--12":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--12___InPz1","Box-narrow-marginInlineEnd--16":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--16___UZzSI","Box-narrow-marginInlineEnd--20":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--20___AOZlY","Box-narrow-marginInlineEnd--24":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--24___uMFom","Box-narrow-marginInlineEnd--28":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--28___P312F","Box-narrow-marginInlineEnd--32":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--32___NfeGi","Box-narrow-marginInlineEnd--36":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--36___iU_kf","Box-narrow-marginInlineEnd--40":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--40___lme45","Box-narrow-marginInlineEnd--44":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--44___lUlZs","Box-narrow-marginInlineEnd--48":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--48___sUFp9","Box-narrow-marginInlineEnd--64":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--64___BtND9","Box-narrow-marginInlineEnd--80":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--80____4Pas","Box-narrow-marginInlineEnd--96":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--96___gtx55","Box-regular-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--condensed___BCcsA","Box-regular-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--normal___silfR","Box-regular-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--spacious___sjnml","Box-regular-marginInlineEnd--4":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--4___dn_Re","Box-regular-marginInlineEnd--8":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--8___VFtdE","Box-regular-marginInlineEnd--12":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--12___k07gg","Box-regular-marginInlineEnd--16":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--16___OOs0G","Box-regular-marginInlineEnd--20":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--20___fsTtM","Box-regular-marginInlineEnd--24":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--24___uOaQI","Box-regular-marginInlineEnd--28":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--28___FbHfF","Box-regular-marginInlineEnd--32":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--32___Ukveq","Box-regular-marginInlineEnd--36":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--36___M92aJ","Box-regular-marginInlineEnd--40":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--40____e3SN","Box-regular-marginInlineEnd--44":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--44___UEAQj","Box-regular-marginInlineEnd--48":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--48___ei98i","Box-regular-marginInlineEnd--64":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--64___PIZxy","Box-regular-marginInlineEnd--80":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--80___lnDcp","Box-regular-marginInlineEnd--96":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--96___aRTvT","Box-wide-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--condensed___QoI21","Box-wide-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--normal___HNliJ","Box-wide-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--spacious___X8NXv","Box-wide-marginInlineEnd--4":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--4___sWBPo","Box-wide-marginInlineEnd--8":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--8___kacX3","Box-wide-marginInlineEnd--12":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--12___uQT7v","Box-wide-marginInlineEnd--16":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--16___n01ap","Box-wide-marginInlineEnd--20":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--20___X4OVV","Box-wide-marginInlineEnd--24":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--24___AJ1ri","Box-wide-marginInlineEnd--28":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--28___E5VbM","Box-wide-marginInlineEnd--32":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--32___ypePn","Box-wide-marginInlineEnd--36":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--36___gmvEm","Box-wide-marginInlineEnd--40":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--40___r90G7","Box-wide-marginInlineEnd--44":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--44___Q4G5c","Box-wide-marginInlineEnd--48":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--48___z9Lmw","Box-wide-marginInlineEnd--64":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--64___F57r_","Box-wide-marginInlineEnd--80":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--80___E0tJe","Box-wide-marginInlineEnd--96":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--96___pUCiy","Box-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-marginBlockEnd--condensed___yZSjt","Box-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-marginBlockEnd--normal___BkMQg","Box-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-marginBlockEnd--spacious___Jjk8D","Box-marginBlockEnd--4":"Primer_Brand__Box-module__Box-marginBlockEnd--4___uZDEK","Box-marginBlockEnd--8":"Primer_Brand__Box-module__Box-marginBlockEnd--8___dx_JW","Box-marginBlockEnd--12":"Primer_Brand__Box-module__Box-marginBlockEnd--12___kgVMq","Box-marginBlockEnd--16":"Primer_Brand__Box-module__Box-marginBlockEnd--16___N2MVF","Box-marginBlockEnd--20":"Primer_Brand__Box-module__Box-marginBlockEnd--20___aX_J0","Box-marginBlockEnd--24":"Primer_Brand__Box-module__Box-marginBlockEnd--24___RTiyC","Box-marginBlockEnd--28":"Primer_Brand__Box-module__Box-marginBlockEnd--28___jhXpG","Box-marginBlockEnd--32":"Primer_Brand__Box-module__Box-marginBlockEnd--32___W5xYE","Box-marginBlockEnd--36":"Primer_Brand__Box-module__Box-marginBlockEnd--36___cj9Vj","Box-marginBlockEnd--40":"Primer_Brand__Box-module__Box-marginBlockEnd--40___ewAlH","Box-marginBlockEnd--44":"Primer_Brand__Box-module__Box-marginBlockEnd--44___ZxEv_","Box-marginBlockEnd--48":"Primer_Brand__Box-module__Box-marginBlockEnd--48___zt2OJ","Box-marginBlockEnd--64":"Primer_Brand__Box-module__Box-marginBlockEnd--64___a6txk","Box-marginBlockEnd--80":"Primer_Brand__Box-module__Box-marginBlockEnd--80___EZyqj","Box-marginBlockEnd--96":"Primer_Brand__Box-module__Box-marginBlockEnd--96___Lbz6K","Box-marginBlockEnd--112":"Primer_Brand__Box-module__Box-marginBlockEnd--112___oSXen","Box-marginBlockEnd--128":"Primer_Brand__Box-module__Box-marginBlockEnd--128___zrQ7e","Box-narrow-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--condensed___Tltof","Box-narrow-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--normal___ShWay","Box-narrow-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--spacious___LV3s_","Box-narrow-marginBlockEnd--4":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--4___CtSfn","Box-narrow-marginBlockEnd--8":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--8___Y45AZ","Box-narrow-marginBlockEnd--12":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--12___c87Ua","Box-narrow-marginBlockEnd--16":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--16___XP5Uw","Box-narrow-marginBlockEnd--20":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--20___p3Udz","Box-narrow-marginBlockEnd--24":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--24___oh65t","Box-narrow-marginBlockEnd--28":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--28___trRzs","Box-narrow-marginBlockEnd--32":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--32___qYFHR","Box-narrow-marginBlockEnd--36":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--36___mV2L1","Box-narrow-marginBlockEnd--40":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--40___taWN_","Box-narrow-marginBlockEnd--44":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--44___q5psW","Box-narrow-marginBlockEnd--48":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--48___u5_N1","Box-narrow-marginBlockEnd--64":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--64___iRYFP","Box-narrow-marginBlockEnd--80":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--80___h7LUD","Box-narrow-marginBlockEnd--96":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--96___TcQuV","Box-regular-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--condensed___nz4bt","Box-regular-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--normal___PDHRc","Box-regular-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--spacious___l348T","Box-regular-marginBlockEnd--4":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--4___xY73v","Box-regular-marginBlockEnd--8":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--8___BUGRd","Box-regular-marginBlockEnd--12":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--12___FKbqC","Box-regular-marginBlockEnd--16":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--16___EkpkB","Box-regular-marginBlockEnd--20":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--20___j3pUk","Box-regular-marginBlockEnd--24":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--24___gnnxL","Box-regular-marginBlockEnd--28":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--28___tHNzb","Box-regular-marginBlockEnd--32":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--32___XIqmt","Box-regular-marginBlockEnd--36":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--36___blLjI","Box-regular-marginBlockEnd--40":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--40___V9Sxn","Box-regular-marginBlockEnd--44":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--44___xMsFn","Box-regular-marginBlockEnd--48":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--48___pdAjC","Box-regular-marginBlockEnd--64":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--64___uLUtn","Box-regular-marginBlockEnd--80":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--80___OlgXb","Box-regular-marginBlockEnd--96":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--96____imff","Box-regular-marginBlockEnd--112":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--112___NDi61","Box-regular-marginBlockEnd--128":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--128___GUa4G","Box-wide-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--condensed___UBH5e","Box-wide-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--normal___Bi1K6","Box-wide-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--spacious___fC5ai","Box-wide-marginBlockEnd--4":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--4___qjlqV","Box-wide-marginBlockEnd--8":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--8___jhRo2","Box-wide-marginBlockEnd--12":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--12___UmBRd","Box-wide-marginBlockEnd--16":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--16___GfSQm","Box-wide-marginBlockEnd--20":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--20___D4t78","Box-wide-marginBlockEnd--24":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--24___Vokvc","Box-wide-marginBlockEnd--28":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--28___l4an3","Box-wide-marginBlockEnd--32":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--32___iAcDG","Box-wide-marginBlockEnd--36":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--36___uWsmR","Box-wide-marginBlockEnd--40":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--40___DlDrK","Box-wide-marginBlockEnd--44":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--44___c9aSx","Box-wide-marginBlockEnd--48":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--48___X5ONp","Box-wide-marginBlockEnd--64":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--64___FOyXs","Box-wide-marginBlockEnd--80":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--80___Jqalb","Box-wide-marginBlockEnd--96":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--96___gjf5z","Box-wide-marginBlockEnd--112":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--112___ddfRk","Box-wide-marginBlockEnd--128":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--128___ESEm8","Box-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-marginInlineStart--condensed___IBp_X","Box-marginInlineStart--normal":"Primer_Brand__Box-module__Box-marginInlineStart--normal___BHhHI","Box-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-marginInlineStart--spacious___ZtXj1","Box-marginInlineStart--4":"Primer_Brand__Box-module__Box-marginInlineStart--4___Wn1Ko","Box-marginInlineStart--8":"Primer_Brand__Box-module__Box-marginInlineStart--8___pDo7p","Box-marginInlineStart--12":"Primer_Brand__Box-module__Box-marginInlineStart--12___TQxPD","Box-marginInlineStart--16":"Primer_Brand__Box-module__Box-marginInlineStart--16___J7y4b","Box-marginInlineStart--20":"Primer_Brand__Box-module__Box-marginInlineStart--20___ISuSe","Box-marginInlineStart--24":"Primer_Brand__Box-module__Box-marginInlineStart--24___IrW9d","Box-marginInlineStart--28":"Primer_Brand__Box-module__Box-marginInlineStart--28___xff1V","Box-marginInlineStart--32":"Primer_Brand__Box-module__Box-marginInlineStart--32___HQOmB","Box-marginInlineStart--36":"Primer_Brand__Box-module__Box-marginInlineStart--36___WdZwx","Box-marginInlineStart--40":"Primer_Brand__Box-module__Box-marginInlineStart--40___R3wYL","Box-marginInlineStart--44":"Primer_Brand__Box-module__Box-marginInlineStart--44___wwo_O","Box-marginInlineStart--48":"Primer_Brand__Box-module__Box-marginInlineStart--48___zdJZg","Box-marginInlineStart--64":"Primer_Brand__Box-module__Box-marginInlineStart--64___NHk5d","Box-marginInlineStart--80":"Primer_Brand__Box-module__Box-marginInlineStart--80___D1Kto","Box-marginInlineStart--96":"Primer_Brand__Box-module__Box-marginInlineStart--96___Cy8gp","Box-marginInlineStart--112":"Primer_Brand__Box-module__Box-marginInlineStart--112___UVHJh","Box-marginInlineStart--128":"Primer_Brand__Box-module__Box-marginInlineStart--128___rYSy2","Box-narrow-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--condensed___LrhcU","Box-narrow-marginInlineStart--normal":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--normal___yjn7b","Box-narrow-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___D_nVs","Box-narrow-marginInlineStart--4":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___zqjtT","Box-narrow-marginInlineStart--8":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--8___JQCG0","Box-narrow-marginInlineStart--12":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--12___Uh4UZ","Box-narrow-marginInlineStart--16":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--16___XZ8ZR","Box-narrow-marginInlineStart--20":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--20___YbDKP","Box-narrow-marginInlineStart--24":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--24___FNxOe","Box-narrow-marginInlineStart--28":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--28___rMktN","Box-narrow-marginInlineStart--32":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--32___tbEiO","Box-narrow-marginInlineStart--36":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--36___uVdgf","Box-narrow-marginInlineStart--40":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--40___LJia9","Box-narrow-marginInlineStart--44":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--44___KmENz","Box-narrow-marginInlineStart--48":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--48___zoftL","Box-narrow-marginInlineStart--64":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--64___iwJE7","Box-narrow-marginInlineStart--80":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--80___cekgc","Box-narrow-marginInlineStart--96":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--96___J9dFk","Box-narrow-marginInlineStart--112":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--112___ij9Sp","Box-narrow-marginInlineStart--128":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--128___YmYWV","Box-regular-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-regular-marginInlineStart--condensed___b3jtW","Box-regular-marginInlineStart--normal":"Primer_Brand__Box-module__Box-regular-marginInlineStart--normal___Afnyr","Box-regular-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___T94RJ","Box-regular-marginInlineStart--4":"Primer_Brand__Box-module__Box-regular-marginInlineStart--4____RoBu","Box-regular-marginInlineStart--8":"Primer_Brand__Box-module__Box-regular-marginInlineStart--8___HIT7W","Box-regular-marginInlineStart--12":"Primer_Brand__Box-module__Box-regular-marginInlineStart--12___GKnNE","Box-regular-marginInlineStart--16":"Primer_Brand__Box-module__Box-regular-marginInlineStart--16___zvb7s","Box-regular-marginInlineStart--20":"Primer_Brand__Box-module__Box-regular-marginInlineStart--20___TyM9P","Box-regular-marginInlineStart--24":"Primer_Brand__Box-module__Box-regular-marginInlineStart--24___FR9ti","Box-regular-marginInlineStart--28":"Primer_Brand__Box-module__Box-regular-marginInlineStart--28___cImoh","Box-regular-marginInlineStart--32":"Primer_Brand__Box-module__Box-regular-marginInlineStart--32___uzbKA","Box-regular-marginInlineStart--36":"Primer_Brand__Box-module__Box-regular-marginInlineStart--36___KDLC7","Box-regular-marginInlineStart--40":"Primer_Brand__Box-module__Box-regular-marginInlineStart--40___WtED9","Box-regular-marginInlineStart--44":"Primer_Brand__Box-module__Box-regular-marginInlineStart--44___T1yz0","Box-regular-marginInlineStart--48":"Primer_Brand__Box-module__Box-regular-marginInlineStart--48___RDHdq","Box-regular-marginInlineStart--64":"Primer_Brand__Box-module__Box-regular-marginInlineStart--64___sswJ8","Box-regular-marginInlineStart--80":"Primer_Brand__Box-module__Box-regular-marginInlineStart--80___V9k8f","Box-regular-marginInlineStart--96":"Primer_Brand__Box-module__Box-regular-marginInlineStart--96___MRqfB","Box-regular-marginInlineStart--112":"Primer_Brand__Box-module__Box-regular-marginInlineStart--112___g0s1Q","Box-regular-marginInlineStart--128":"Primer_Brand__Box-module__Box-regular-marginInlineStart--128___txGNr","Box-wide-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-wide-marginInlineStart--condensed___d78eT","Box-wide-marginInlineStart--normal":"Primer_Brand__Box-module__Box-wide-marginInlineStart--normal___KvxjM","Box-wide-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___ttmF3","Box-wide-marginInlineStart--4":"Primer_Brand__Box-module__Box-wide-marginInlineStart--4___k170X","Box-wide-marginInlineStart--8":"Primer_Brand__Box-module__Box-wide-marginInlineStart--8___dWDhU","Box-wide-marginInlineStart--12":"Primer_Brand__Box-module__Box-wide-marginInlineStart--12___j2X_6","Box-wide-marginInlineStart--16":"Primer_Brand__Box-module__Box-wide-marginInlineStart--16___tlIaR","Box-wide-marginInlineStart--20":"Primer_Brand__Box-module__Box-wide-marginInlineStart--20___tcnmb","Box-wide-marginInlineStart--24":"Primer_Brand__Box-module__Box-wide-marginInlineStart--24___faDE1","Box-wide-marginInlineStart--28":"Primer_Brand__Box-module__Box-wide-marginInlineStart--28___H0kuG","Box-wide-marginInlineStart--32":"Primer_Brand__Box-module__Box-wide-marginInlineStart--32___cEhsd","Box-wide-marginInlineStart--36":"Primer_Brand__Box-module__Box-wide-marginInlineStart--36___rotpN","Box-wide-marginInlineStart--40":"Primer_Brand__Box-module__Box-wide-marginInlineStart--40___a4Yp_","Box-wide-marginInlineStart--44":"Primer_Brand__Box-module__Box-wide-marginInlineStart--44___mAiW2","Box-wide-marginInlineStart--48":"Primer_Brand__Box-module__Box-wide-marginInlineStart--48___pJQ14","Box-wide-marginInlineStart--64":"Primer_Brand__Box-module__Box-wide-marginInlineStart--64___yBVt2","Box-wide-marginInlineStart--80":"Primer_Brand__Box-module__Box-wide-marginInlineStart--80___UNM1_","Box-wide-marginInlineStart--96":"Primer_Brand__Box-module__Box-wide-marginInlineStart--96___ZVqGY","Box-wide-marginInlineStart--112":"Primer_Brand__Box-module__Box-wide-marginInlineStart--112___jFEAD","Box-wide-marginInlineStart--128":"Primer_Brand__Box-module__Box-wide-marginInlineStart--128___Ma3u7","Box-backgroundColor--default":"Primer_Brand__Box-module__Box-backgroundColor--default___yHgTN","Box-backgroundColor--inset":"Primer_Brand__Box-module__Box-backgroundColor--inset___VVJ5E","Box-backgroundColor--subtle":"Primer_Brand__Box-module__Box-backgroundColor--subtle___G0wT9","Box-backgroundColor--overlay":"Primer_Brand__Box-module__Box-backgroundColor--overlay___R1w8K","Box-borderRadius--small":"Primer_Brand__Box-module__Box-borderRadius--small___wqrhY","Box-borderRadius--medium":"Primer_Brand__Box-module__Box-borderRadius--medium___JB1YF","Box-borderRadius--large":"Primer_Brand__Box-module__Box-borderRadius--large___CCcts","Box-borderRadius--full":"Primer_Brand__Box-module__Box-borderRadius--full___NXuE7","Box-borderWidth--thin":"Primer_Brand__Box-module__Box-borderWidth--thin___Np1R8","Box-borderWidth--thick":"Primer_Brand__Box-module__Box-borderWidth--thick___dp1_H","Box-borderWidth--thicker":"Primer_Brand__Box-module__Box-borderWidth--thicker___HPZHA","Box-borderColor--default":"Primer_Brand__Box-module__Box-borderColor--default___XVJKE","Box-borderColor--muted":"Primer_Brand__Box-module__Box-borderColor--muted___S3wPy","Box-borderColor--subtle":"Primer_Brand__Box-module__Box-borderColor--subtle___SnZYA","Box-borderStyle--solid":"Primer_Brand__Box-module__Box-borderStyle--solid___ejOCw","Box-borderStyle--none":"Primer_Brand__Box-module__Box-borderStyle--none___GDHF9"},yn=["condensed","normal","spacious",...J],Nn=["default","inset","subtle","overlay"],Tn=["small","medium","large","full"],An=["thin","thick","thicker"],Gn=["default","muted","subtle"],Cn=(_,r)=>r?"string"==typeof r||"number"==typeof r?In[`Box-${_}--${r}`]:Object.keys(r).map((e=>In[`Box-${e}-${_}--${r[e]}`])).join(" "):"",jn=({animate:e,children:a,className:n,"data-testid":i,style:d,padding:l,paddingBlockStart:t,paddingInlineEnd:m,paddingBlockEnd:u,paddingInlineStart:c,margin:s,marginBlockStart:B,marginInlineEnd:g,marginBlockEnd:x,marginInlineStart:p,backgroundColor:P,borderRadius:S,borderWidth:h,borderColor:w,borderStyle:k})=>{const{classes:f,styles:v}=$(e),b=(0,r.useMemo)((()=>Cn("padding",l)),[l]),E=(0,r.useMemo)((()=>Cn("paddingBlockStart",t)),[t]),I=(0,r.useMemo)((()=>Cn("paddingInlineEnd",m)),[m]),y=(0,r.useMemo)((()=>Cn("paddingBlockEnd",u)),[u]),N=(0,r.useMemo)((()=>Cn("paddingInlineStart",c)),[c]),T=(0,r.useMemo)((()=>Cn("margin",s)),[s]),A=(0,r.useMemo)((()=>Cn("marginBlockStart",B)),[B]),G=(0,r.useMemo)((()=>Cn("marginInlineEnd",g)),[g]),C=(0,r.useMemo)((()=>Cn("marginBlockEnd",x)),[x]),j=(0,r.useMemo)((()=>Cn("marginInlineStart",p)),[p]),L=(0,r.useMemo)((()=>Cn("backgroundColor",P)),[P]),H=(0,r.useMemo)((()=>Cn("borderRadius",S)),[S]),M=(0,r.useMemo)((()=>Cn("borderWidth",h)),[h]),F=(0,r.useMemo)((()=>Cn("borderColor",w)),[w]),R=(0,r.useMemo)((()=>Cn("borderStyle",k)),[k]);return(0,_.jsx)("div",{className:o(f,b,E,I,y,N,T,A,G,C,j,L,H,M,F,R,n),"data-testid":i,style:{...v,...d},children:a})},Ln="Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8",Hn="Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4",Mn="Primer_Brand__VideoPlayer-module__VideoPlayer__progressBar___wYSPx",Fn="Primer_Brand__VideoPlayer-module__VideoPlayer__controlTextColor___YMFpe",Rn=({videoRef:r,disabled:a,trackInformation:n})=>{const[i,d]=e().useState("");return e().useEffect((()=>{const _=()=>{if(n)for(let _=0;_<n.length;_++){const e=n[_];if(r.current?.currentTime&&r.current.currentTime>=e.startTime&&r.current.currentTime<=e.endTime){d(e.text);break}d("")}};return r.current&&r.current.addEventListener("timeupdate",_),()=>window.removeEventListener("timeupdate",_)}),[r,n]),a||!i?null:(0,_.jsx)("div",{className:o("Primer_Brand__VideoPlayer-module__VideoPlayer__captions___dI9Jv"),children:(0,_.jsx)(P,{as:"p",className:"Primer_Brand__VideoPlayer-module__VideoPlayer__captionText___e2su6",children:i})})},Vn=_=>{const r=Math.floor(_/60),e=Math.floor(_-60*r);return`${r<10?`0${r}`:r}:${e<10?`0${e}`:e}`},zn=({videoRef:e,videoWrapperRef:a,totalTime:n,currentTime:i,playing:d,trackInformation:l})=>{const[t,m]=(0,r.useState)(d),[u,c]=(0,r.useState)(0),[s,B]=(0,r.useState)(.5),[g,x]=(0,r.useState)(s),[p,S]=(0,r.useState)(!0),[h,w]=(0,r.useState)(!1);(0,r.useEffect)((()=>{e.current&&(t?e.current.play():e.current.pause())}),[e,t]),(0,r.useEffect)((()=>{m(d)}),[d]);const k=(0,r.useMemo)((()=>(0,_.jsx)(qn,{onClick:()=>{m(!t)},className:"Primer_Brand__VideoPlayer-module__VideoPlayer__shiftTooltipRight___iLKlO",tooltip:t?"Pause video":"Play video",children:t?(0,_.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:[(0,_.jsx)("rect",{width:"7.2",height:"24",rx:"1",fill:"currentColor"}),(0,_.jsx)("rect",{x:"12.5",width:"7.2",height:"24",rx:"1",fill:"currentColor"})]}):(0,_.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,_.jsx)("path",{d:"M1.56489 23.8112C0.884817 24.2389 1.07491e-06 23.7501 1.0398e-06 22.9467L8.28679e-08 1.05473C4.73246e-08 0.241596 0.904067 -0.245404 1.58307 0.201969L18.5829 11.4026C19.2032 11.8113 19.1935 12.7244 18.5647 13.1198L1.56489 23.8112Z",fill:"currentColor"})})})),[t]);(0,r.useEffect)((()=>{c(e.current?.currentTime||0)}),[e,e.current?.currentTime]);const f=(0,r.useMemo)((()=>(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(On,{type:"range",min:"0",max:n||0,step:1e-4,onInput:_=>{e.current&&(e.current.currentTime=_.currentTarget.valueAsNumber)},value:i,className:Mn,tooltip:!0,tooltipFormatter:_=>Vn(_),name:"Seek"}),(0,_.jsx)("div",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs",children:(0,_.jsxs)(P,{as:"p",className:Fn,children:[(0,_.jsx)("span",{children:Vn(u||0)||"00:00"}),(0,_.jsxs)("span",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS",children:[" / ",Vn(n||0)||"00:00"]})]})})]})),[e,n,i,u]),v=(0,r.useMemo)((()=>(0,_.jsxs)("button",{className:o(Hn,"Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt",!p&&"Primer_Brand__VideoPlayer-module__VideoPlayer__ccOff___svmJL"),onClick:()=>S(!p),children:[(0,_.jsx)(P,{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__ccText___xIu2v",children:"CC"}),(0,_.jsx)(Wn,{children:p?"Disable captions":"Enable captions"})]})),[p]),b=(0,r.useMemo)((()=>(0,_.jsx)(qn,{tooltip:s>0?"Mute":"Unmute",onClick:()=>{s>0?(x(s),B(0)):B(g)},children:s>0?(0,_.jsx)(cr,{size:24}):(0,_.jsx)(lr,{size:24})})),[s,g]);(0,r.useEffect)((()=>{e.current&&(e.current.volume=s)}),[e,s]);const E=(0,r.useMemo)((()=>(0,_.jsx)(On,{type:"range",min:"0",max:1,step:.001,onInput:_=>{B(_.currentTarget.valueAsNumber)},className:"Primer_Brand__VideoPlayer-module__VideoPlayer__volumeBar___HOmXb",value:s,a11yStep:.1,name:"Volume"})),[s]),I=(0,r.useMemo)((()=>(0,_.jsx)(qn,{onClick:()=>{a.current&&(h?(document.exitFullscreen(),w(!1)):(a.current.requestFullscreen(),w(!0)))},tooltip:h?"Exit full screen":"Full screen",children:h?(0,_.jsx)(mr,{size:24}):(0,_.jsx)(tr,{size:24})})),[a,h]);return(0,_.jsxs)("div",{className:o("Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI"),children:[(0,_.jsx)(Rn,{videoRef:e,trackInformation:l,disabled:!p}),(0,_.jsxs)("div",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7",children:[k,f,v,b,E,I]})]})},On=({className:e,onChange:a,value:n,max:i,onKeyDown:d,a11yStep:l=1,tooltip:t,tooltipFormatter:m=(_=>_.toString()),name:u,id:c,...s})=>{const[B,g]=(0,r.useState)(n),[x,p]=(0,r.useState)(0),[P,S]=(0,r.useState)(0),h=O(),w=c||h;return(0,r.useEffect)((()=>{g(n)}),[n]),(0,r.useEffect)((()=>{const _=_=>{p(_.offsetX),i&&S(_.offsetX/_.target.clientWidth*i)};return window.addEventListener("mousemove",_),()=>{window.removeEventListener("mousemove",_)}}),[i]),(0,_.jsxs)("div",{className:o("Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg",e),children:[(0,_.jsx)("progress",{"aria-hidden":"true",className:"Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK",value:B,max:i}),(0,_.jsxs)("label",{htmlFor:w,children:[(0,_.jsx)("span",{className:"visually-hidden",children:u}),(0,_.jsx)("input",{tabIndex:0,type:"range",className:o("Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl",Mn),value:B,onChange:_=>{g(_.currentTarget.valueAsNumber),a&&a(_)},max:i,onKeyDown:_=>{var r;r=_,B&&(38===r.keyCode?g(B+l):40===r.keyCode&&g(B-l)),d&&d(_)},id:w,name:u,...s})]}),t&&!!P&&(0,_.jsx)(Wn,{style:{left:x},children:P?m(P):""})]})},Wn=({children:r,className:e,style:a,...n})=>(0,_.jsx)("div",{...n,style:a,className:o("Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l",e),"aria-hidden":"true",children:(0,_.jsx)("span",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipContent___BoAqV",children:(0,_.jsx)(P,{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipText____Syz7",weight:"medium",children:r})})}),qn=({tooltip:r,children:e,className:a,...n})=>(0,_.jsxs)("button",{className:o(Hn,a),...n,"aria-label":r,children:[e,(0,_.jsx)("span",{className:"visually-hidden",children:r}),(0,_.jsx)(Wn,{children:r})]}),Zn=Object.assign((({poster:e,title:a,branding:n=!0,children:i,className:d,onPlay:l,onPause:t,onLoadedMetadata:m,onPlaying:u,onTimeUpdate:c,ref:s,...B})=>{const g=(0,r.useRef)(null),x=Va(s),[p,S]=(0,r.useState)(!1),[h,w]=(0,r.useState)(0),[k,f]=(0,r.useState)(0),[v,b]=(0,r.useState)(void 0),E=(0,r.useCallback)((_=>{S(!0),l&&l(_)}),[l]),I=(0,r.useCallback)((_=>{S(!1),t&&t(_)}),[t]),y=(0,r.useCallback)((_=>{x.current?.textTracks[0].cues&&b(x.current.textTracks[0].cues),u&&u(_)}),[u,x]),N=(0,r.useCallback)((_=>{f(x.current?.duration||0),m&&m(_)}),[m,x]),T=(0,r.useCallback)((_=>{w(x.current?.currentTime||0),c&&c(_)}),[c,x]);return(0,r.useEffect)((()=>{if(x.current)for(let _=0;_<x.current.textTracks.length;_++)x.current.textTracks[0].mode="hidden"}),[x]),(0,r.useEffect)((()=>{const _=()=>{const _=g.current?.getBoundingClientRect().width;_&&_<650?g.current.classList.add(Ln):g.current?.classList.remove(Ln)},r=new ResizeObserver((r=>{g.current&&_()}));_();const e=g.current;return r.observe(g.current),()=>{r.unobserve(e)}}),[g,p]),(0,_.jsxs)("div",{className:o("Primer_Brand__VideoPlayer-module__VideoPlayer__container___WmQho","Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi",!p&&"Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6"),ref:g,children:[(0,_.jsx)("video",{ref:x,title:a,controls:!1,poster:e,className:o("Primer_Brand__VideoPlayer-module__VideoPlayer___iNxEw",d),onPlay:E,onPause:I,onPlaying:y,onLoadedMetadata:N,onTimeUpdate:T,...B,children:i}),a&&(0,_.jsxs)("div",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j",children:[n&&(0,_.jsx)(dr,{size:48}),(0,_.jsx)(P,{size:"500",weight:"medium",className:Fn,children:a})]}),(0,_.jsxs)("button",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F",onClick:()=>{x.current&&(x.current.paused?x.current.play():x.current.pause())},children:[!p&&(0,_.jsx)("span",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO",children:(0,_.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:(0,_.jsx)("path",{d:"M1.56489 23.8112C0.884817 24.2389 1.07491e-06 23.7501 1.0398e-06 22.9467L8.28679e-08 1.05473C4.73246e-08 0.241596 0.904067 -0.245404 1.58307 0.201969L18.5829 11.4026C19.2032 11.8113 19.1935 12.7244 18.5647 13.1198L1.56489 23.8112Z",fill:"currentColor"})})}),(0,_.jsx)("span",{className:"visually-hidden",children:"Play"})]}),(0,_.jsx)(zn,{videoRef:x,videoWrapperRef:g,totalTime:k,currentTime:h,playing:p,trackInformation:v})]})}),{Source:r=>(0,_.jsx)("source",{...r}),Track:r=>(0,_.jsx)("track",{...r})}),Dn={LogoSuite:"Primer_Brand__LogoSuite-module__LogoSuite___W2Pai",LogoSuite__heading:"Primer_Brand__LogoSuite-module__LogoSuite__heading___s2Xyw",LogoSuite__description:"Primer_Brand__LogoSuite-module__LogoSuite__description___SRFRM","LogoSuite--start":"Primer_Brand__LogoSuite-module__LogoSuite--start___Kk6GC","LogoSuite--center":"Primer_Brand__LogoSuite-module__LogoSuite--center___byPyg","LogoSuite--justify":"Primer_Brand__LogoSuite-module__LogoSuite--justify___ZFxvW",LogoSuite__logobar:"Primer_Brand__LogoSuite-module__LogoSuite__logobar___hRzWm","LogoSuite__heading--visually-hidden":"Primer_Brand__LogoSuite-module__LogoSuite__heading--visually-hidden___pTR4r","LogoSuite__logobar--variant-muted":"Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-muted___a0P8Z","LogoSuite__logobar--variant-emphasis":"Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb","focus-visible":"Primer_Brand__LogoSuite-module__focus-visible___FDZOP","LogoSuite--hasDivider":"Primer_Brand__LogoSuite-module__LogoSuite--hasDivider___Znsqm","LogoSuite__logobar--has-marquee":"Primer_Brand__LogoSuite-module__LogoSuite__logobar--has-marquee___d5jZP","LogoSuite__logobar-marqueeGroup":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marqueeGroup___QnvBf",LogobarScrollX:"Primer_Brand__LogoSuite-module__LogobarScrollX___K2Z30","LogoSuite__logobar-marqueeGroup--speed-default":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marqueeGroup--speed-default___ptGOl","LogoSuite__logobar-marqueeGroup--speed-slow":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marqueeGroup--speed-slow___s1IKV","LogoSuite__logobar-marquee":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marquee___Q0YOr"},Qn={root:"LogoSuite",get marqueeGroup(){return`${this.root}-marqueeGroup`}},$n=(0,r.forwardRef)((({as:r=C,size:e="3",className:a,children:n,visuallyHidden:i,...d},l)=>(0,_.jsx)(L,{ref:l,className:o(Dn.LogoSuite__heading,i&&Dn["LogoSuite__heading--visually-hidden"],i&&"visually-hidden",a),size:e,as:r,...d,children:n}))),Un=(0,r.forwardRef)((({className:r,children:e,size:a="300",variant:n="muted",...i},d)=>(0,_.jsx)(P,{as:"p",ref:d,size:a,variant:n,className:o(Dn.LogoSuite__description,r),...i,children:e}))),Kn=(0,r.forwardRef)((({className:e,children:a,marquee:n=!1,marqueeSpeed:i="normal",variant:d="muted",...l},t)=>{const[m,u]=(0,r.useState)(!1);(0,r.useEffect)((()=>{const _=window.matchMedia("(prefers-reduced-motion: reduce)");u(_.matches);const r=_=>{u(_.matches)};return _.addEventListener("change",r),()=>{_.removeEventListener("change",r)}}),[]);const c={ref:t,className:o(Dn.LogoSuite__logobar,Dn[`LogoSuite__logobar--variant-${d}`],e),...l};if(n&&!m){const{className:r,...e}=c;return(0,_.jsx)("div",{...e,className:o(Dn["LogoSuite__logobar--has-marquee"],r),children:(0,_.jsxs)("div",{className:o(Dn["LogoSuite__logobar-marquee"]),children:[(0,_.jsx)("div",{className:o(Dn["LogoSuite__logobar-marqueeGroup"],Dn[`LogoSuite__logobar-marqueeGroup--speed-${i}`]),"data-testid":Qn.marqueeGroup,children:a}),(0,_.jsx)("div",{"aria-hidden":"true",className:o(Dn["LogoSuite__logobar-marqueeGroup"],Dn[`LogoSuite__logobar-marqueeGroup--speed-${i}`]),children:a})]})})}return(0,_.jsx)("div",{...c,children:a})})),Jn=Object.assign((({align:a="center",children:n,className:i,hasDivider:d=!0,"data-testid":l})=>{const t=(0,r.useMemo)((()=>e().Children.toArray(n)),[n]),m=t.find((_=>e().isValidElement(_)&&_.type===$n)),u=t.find((_=>e().isValidElement(_)&&_.type===Un)),c=t.find((_=>e().isValidElement(_)&&_.type===Kn));return(0,_.jsxs)("div",{className:o(Dn.LogoSuite,Dn[`LogoSuite--${a}`],d&&Dn["LogoSuite--hasDivider"],i),"data-testid":l,children:[m,u,c]})}),{Heading:$n,Description:Un,Logobar:Kn,testIds:Qn}),Xn=Object.assign((({animate:r,className:e,children:a,fullWidth:n=!1,...i})=>{const{classes:d,styles:l}=$(r),t=o(d,"Primer_Brand__Timeline-module__Timeline___keSeT",n&&"Primer_Brand__Timeline-module__Timeline--full-width___XLdKp",e);return(0,_.jsx)("ul",{className:t,style:{...l},...i,children:a})}),{Item:({className:a,children:n,...i})=>{const d=o("Primer_Brand__Timeline-module__Timeline__item____ME4_",a),l=(0,r.useMemo)((()=>e().Children.toArray(n)),[n]),t=(0,r.useCallback)((()=>l.some((_=>e().isValidElement(_)&&"em"===_.type))?"muted":"default"),[l]),m=1===l.length?"default":t();return(0,_.jsx)("li",{className:d,...i,children:(0,_.jsx)(P,{size:"200",variant:m,children:n})})}})})(),n})()));
|
|
2
|
+
!function(_,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react")):"function"==typeof define&&define.amd?define("@primer/react-brand",[],e):"object"==typeof exports?exports["@primer/react-brand"]=e(require("react")):_["@primer/react-brand"]=e(_.React)}(this,(_=>(()=>{"use strict";var e={320:_=>{var e=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;_.exports=function(){try{if(!Object.assign)return!1;var _=new String("abc");if(_[5]="de","5"===Object.getOwnPropertyNames(_)[0])return!1;for(var e={},r=0;r<10;r++)e["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(_){return e[_]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(_){n[_]=_})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(_){return!1}}()?Object.assign:function(_,a){for(var o,i,t=function(_){if(null==_)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(_)}(_),d=1;d<arguments.length;d++){for(var l in o=Object(arguments[d]))r.call(o,l)&&(t[l]=o[l]);if(e){i=e(o);for(var m=0;m<i.length;m++)n.call(o,i[m])&&(t[i[m]]=o[i[m]])}}return t}},866:(_,e)=>{var r=60103,n=60106,a=60107,o=60108,i=60114,t=60109,d=60110,l=60112,m=60113,B=60120,u=60115,s=60116;if("function"==typeof Symbol&&Symbol.for){var c=Symbol.for;r=c("react.element"),n=c("react.portal"),a=c("react.fragment"),o=c("react.strict_mode"),i=c("react.profiler"),t=c("react.provider"),d=c("react.context"),l=c("react.forward_ref"),m=c("react.suspense"),B=c("react.suspense_list"),u=c("react.memo"),s=c("react.lazy"),c("react.block"),c("react.server.block"),c("react.fundamental"),c("react.debug_trace_mode"),c("react.legacy_hidden")}e.isFragment=function(_){return function(_){if("object"==typeof _&&null!==_){var e=_.$$typeof;switch(e){case r:switch(_=_.type){case a:case i:case o:case m:case B:return _;default:switch(_=_&&_.$$typeof){case d:case l:case s:case u:case t:return _;default:return e}}case n:return e}}}(_)===a}},570:(_,e,r)=>{_.exports=r(866)},837:(_,e,r)=>{r(320);var n=r(697),a=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var o=Symbol.for;a=o("react.element"),e.Fragment=o("react.fragment")}var i=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,t=Object.prototype.hasOwnProperty,d={key:!0,ref:!0,__self:!0,__source:!0};function l(_,e,r){var n,o={},l=null,m=null;for(n in void 0!==r&&(l=""+r),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(m=e.ref),e)t.call(e,n)&&!d.hasOwnProperty(n)&&(o[n]=e[n]);if(_&&_.defaultProps)for(n in e=_.defaultProps)void 0===o[n]&&(o[n]=e[n]);return{$$typeof:a,type:_,key:l,ref:m,props:o,_owner:i.current}}e.jsx=l,e.jsxs=l},322:(_,e,r)=>{_.exports=r(837)},697:e=>{e.exports=_}},r={};function n(_){var a=r[_];if(void 0!==a)return a.exports;var o=r[_]={exports:{}};return e[_](o,o.exports,n),o.exports}n.n=_=>{var e=_&&_.__esModule?()=>_.default:()=>_;return n.d(e,{a:e}),e},n.d=(_,e)=>{for(var r in e)n.o(e,r)&&!n.o(_,r)&&Object.defineProperty(_,r,{enumerable:!0,get:e[r]})},n.o=(_,e)=>Object.prototype.hasOwnProperty.call(_,e),n.r=_=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})};var a={};return(()=>{n.r(a),n.d(a,{Accordion:()=>De,AccordionContent:()=>Ze,AccordionHeading:()=>qe,AccordionRoot:()=>We,ActionMenu:()=>Ea,AnchorNav:()=>Yr,Animate:()=>D,AnimationContext:()=>q,AnimationProvider:()=>Z,AnimationVariants:()=>W,Avatar:()=>Gr,AvatarShapes:()=>Nr,AvatarSizes:()=>Ar,Bento:()=>io,Box:()=>Ha,BoxBackgroundColors:()=>Ta,BoxBorderColorOptions:()=>ja,BoxBorderRadiusOptions:()=>Ca,BoxBorderWidthOptions:()=>Ga,BoxSpacingValues:()=>Na,Button:()=>b,ButtonGroup:()=>V_,ButtonSizes:()=>S,ButtonVariants:()=>h,CTABanner:()=>an,CTAForm:()=>xn,Card:()=>Jn,CardIconColors:()=>qn,Checkbox:()=>mr,ColorModesEnum:()=>N_,ComparisonTable:()=>Ur,DEFAULT_TEXTAREA_COLS:()=>sr,DEFAULT_TEXTAREA_RESIZE:()=>cr,DEFAULT_TEXTAREA_ROWS:()=>ur,FAQ:()=>Je,FAQGroup:()=>tr,FormControl:()=>Er,Grid:()=>c_,Heading:()=>L,HeadingLetterSpacing:()=>C,HeadingSizes:()=>y,HeadingStretch:()=>T,HeadingTags:()=>A,HeadingWeights:()=>N,Hero:()=>A_,Image:()=>l_,InlineLink:()=>Ve,Label:()=>o_,LabelColors:()=>Y,LabelSizes:()=>__,Link:()=>ze,LinkVariants:()=>Fe,LogoSuite:()=>Ya,MinimalFooter:()=>Cn,MinimalFooterSocialLinks:()=>yn,OrderedList:()=>Bn,Pillar:()=>zn,PillarIconColors:()=>jn,Prose:()=>ya,Radio:()=>Ir,River:()=>Z_,RiverBreakout:()=>$_,SectionIntro:()=>aa,Select:()=>Sr,Stack:()=>k_,StackAlignItemVariants:()=>h_,StackDirectionVariants:()=>x_,StackFlexWrapVariants:()=>S_,StackJustifyContentVariants:()=>I_,StackSpacingVariants:()=>P_,SubdomainNavBar:()=>Me,Testimonial:()=>Or,TestimonialQuoteMarkColors:()=>Lr,Text:()=>P,TextInput:()=>Pr,TextSizes:()=>B,TextTags:()=>u,TextVariants:()=>s,TextWeights:()=>c,Textarea:()=>xr,ThemeContext:()=>C_,ThemeProvider:()=>G_,Timeline:()=>_o,UnorderedList:()=>mn,VideoPlayer:()=>Qa,_Button:()=>v,_ComparisonTable:()=>qr,classMap:()=>j,defaultButtonSize:()=>k,defaultButtonVariant:()=>I,defaultCardIconColor:()=>Zn,defaultHeadingTag:()=>G,defaultLabelColor:()=>e_,defaultLabelSize:()=>r_,defaultPillarIconColor:()=>Ln,defaultQuoteMarkColor:()=>Hr,defaultRiverAlign:()=>z_,defaultRiverImageTextRatio:()=>F_,defaultStackDirection:()=>p_,defaultStackSpacing:()=>w_,defaultTextSize:()=>x,defaultTextTag:()=>g,defaultTextVariant:()=>p,useAnimation:()=>U,useTheme:()=>M_});var _=n(322),e=n(697),r=n.n(e);function o(_){var e,r,n="";if("string"==typeof _||"number"==typeof _)n+=_;else if("object"==typeof _)if(Array.isArray(_))for(e=0;e<_.length;e++)_[e]&&(r=o(_[e]))&&(n&&(n+=" "),n+=r);else for(e in _)_[e]&&(n&&(n+=" "),n+=e);return n}const i=function(){for(var _,e,r=0,n="";r<arguments.length;)(_=arguments[r++])&&(e=o(_))&&(n&&(n+=" "),n+=e);return n},t={Hero:"Primer_Brand__Hero-module__Hero___EM3jf","Hero--align-start":"Primer_Brand__Hero-module__Hero--align-start___m8GEr","Hero--align-center":"Primer_Brand__Hero-module__Hero--align-center___HUXm3","Hero-grid":"Primer_Brand__Hero-module__Hero-grid___ty4Y7","Hero-grid--block-end":"Primer_Brand__Hero-module__Hero-grid--block-end___vzO3L","Hero-grid--inline-end":"Primer_Brand__Hero-module__Hero-grid--inline-end___Hh_fz","Hero-actions":"Primer_Brand__Hero-module__Hero-actions___oH1NT","Hero-content":"Primer_Brand__Hero-module__Hero-content___kP85C","Hero-image":"Primer_Brand__Hero-module__Hero-image___ctmnL","Hero-label":"Primer_Brand__Hero-module__Hero-label___exV9w","Hero-heading":"Primer_Brand__Hero-module__Hero-heading___QuVBH","Hero-description":"Primer_Brand__Hero-module__Hero-description___vG4iA"},d={ExpandableArrow:"Primer_Brand__ExpandableArrow-module__ExpandableArrow___rkfek","ExpandableArrow--expanded":"Primer_Brand__ExpandableArrow-module__ExpandableArrow--expanded___gajDr","ExpandableArrow-stem":"Primer_Brand__ExpandableArrow-module__ExpandableArrow-stem___g4mdy","ExpandableArrow-stem--expanded":"Primer_Brand__ExpandableArrow-module__ExpandableArrow-stem--expanded___KwI_9","ExpandableArrow--reversed":"Primer_Brand__ExpandableArrow-module__ExpandableArrow--reversed___LPFUS"};function l({className:e,expanded:r=!1,reverse:n=!1,hidden:a,...o}){return(0,_.jsxs)("svg",{className:i(d.ExpandableArrow,r&&d["ExpandableArrow--expanded"],n&&d["ExpandableArrow--reversed"],e),width:"16",height:"16",viewBox:"0 0 16 16",fill:"none","aria-hidden":a,focusable:a?"false":void 0,...o,children:[(0,_.jsx)("path",{fill:"currentColor",d:"M7.28033 3.21967C6.98744 2.92678 6.51256 2.92678 6.21967 3.21967C5.92678 3.51256 5.92678 3.98744 6.21967 4.28033L7.28033 3.21967ZM11 8L11.5303 8.53033C11.8232 8.23744 11.8232 7.76256 11.5303 7.46967L11 8ZM6.21967 11.7197C5.92678 12.0126 5.92678 12.4874 6.21967 12.7803C6.51256 13.0732 6.98744 13.0732 7.28033 12.7803L6.21967 11.7197ZM6.21967 4.28033L10.4697 8.53033L11.5303 7.46967L7.28033 3.21967L6.21967 4.28033ZM10.4697 7.46967L6.21967 11.7197L7.28033 12.7803L11.5303 8.53033L10.4697 7.46967Z"}),(0,_.jsx)("path",{className:i(d["ExpandableArrow-stem"],r&&d["ExpandableArrow-stem--expanded"]),stroke:"currentColor",d:"M1.75 8H11",strokeWidth:"1.5",strokeLinecap:"round"})]})}const m={Text:"Primer_Brand__Text-module__Text___pecHN","Text--default":"Primer_Brand__Text-module__Text--default___DChoE","Text--muted":"Primer_Brand__Text-module__Text--muted___lTaVa","Text--700":"Primer_Brand__Text-module__Text--700___cOggy","Text--600":"Primer_Brand__Text-module__Text--600___ThppA","Text--500":"Primer_Brand__Text-module__Text--500___orDRu","Text--400":"Primer_Brand__Text-module__Text--400___y7m4l","Text--300":"Primer_Brand__Text-module__Text--300___TBQTB","Text--200":"Primer_Brand__Text-module__Text--200___XAIGT","Text--100":"Primer_Brand__Text-module__Text--100___csEom","Text--weight-heavy":"Primer_Brand__Text-module__Text--weight-heavy___ege7O","Text-narrow--weight-heavy":"Primer_Brand__Text-module__Text-narrow--weight-heavy___EZzqD","Text--weight-extrabold":"Primer_Brand__Text-module__Text--weight-extrabold____UVFN","Text-narrow--weight-extrabold":"Primer_Brand__Text-module__Text-narrow--weight-extrabold___ts3be","Text--weight-bold":"Primer_Brand__Text-module__Text--weight-bold___jgFdL","Text-narrow--weight-bold":"Primer_Brand__Text-module__Text-narrow--weight-bold___Flbbf","Text--weight-semibold":"Primer_Brand__Text-module__Text--weight-semibold___Ns19j","Text-narrow--weight-semibold":"Primer_Brand__Text-module__Text-narrow--weight-semibold___jtFFh","Text--weight-medium":"Primer_Brand__Text-module__Text--weight-medium___E0iQL","Text-narrow--weight-medium":"Primer_Brand__Text-module__Text-narrow--weight-medium___tQs9y","Text--weight-normal":"Primer_Brand__Text-module__Text--weight-normal___siVLX","Text-narrow--weight-normal":"Primer_Brand__Text-module__Text-narrow--weight-normal___gb0q4","Text--weight-light":"Primer_Brand__Text-module__Text--weight-light___SpQAz","Text-narrow--weight-light":"Primer_Brand__Text-module__Text-narrow--weight-light___cIyjf","Text-regular--weight-heavy":"Primer_Brand__Text-module__Text-regular--weight-heavy___YumNc","Text-regular--weight-extrabold":"Primer_Brand__Text-module__Text-regular--weight-extrabold___uvNQM","Text-regular--weight-bold":"Primer_Brand__Text-module__Text-regular--weight-bold___E3xyf","Text-regular--weight-semibold":"Primer_Brand__Text-module__Text-regular--weight-semibold___Wwz9g","Text-regular--weight-medium":"Primer_Brand__Text-module__Text-regular--weight-medium___TnD35","Text-regular--weight-normal":"Primer_Brand__Text-module__Text-regular--weight-normal___FEkFF","Text-regular--weight-light":"Primer_Brand__Text-module__Text-regular--weight-light___MalyV","Text-wide--weight-heavy":"Primer_Brand__Text-module__Text-wide--weight-heavy___AXiAN","Text-wide--weight-extrabold":"Primer_Brand__Text-module__Text-wide--weight-extrabold___rggXv","Text-wide--weight-bold":"Primer_Brand__Text-module__Text-wide--weight-bold___CWJA2","Text-wide--weight-semibold":"Primer_Brand__Text-module__Text-wide--weight-semibold___LEBmW","Text-wide--weight-medium":"Primer_Brand__Text-module__Text-wide--weight-medium___QQ0IW","Text-wide--weight-normal":"Primer_Brand__Text-module__Text-wide--weight-normal___KpqrG","Text-wide--weight-light":"Primer_Brand__Text-module__Text-wide--weight-light___iYFr9","Text-align--start":"Primer_Brand__Text-module__Text-align--start___wkiCN","Text-align--end":"Primer_Brand__Text-module__Text-align--end___E4m7M","Text-align--center":"Primer_Brand__Text-module__Text-align--center___NbZtZ"},B=["700","600","500","400","300","200","100"],u=["p","span","div","strong","em"],s=["default","muted"],c=["heavy","extrabold","bold","semibold","medium","normal","light"],g=u[1],x=B[5],p=s[0];function P({align:n,animate:a,as:o=g,className:t,children:d,size:l=x,variant:B=p,weight:u,style:s,...c}){const{classes:P,styles:w}=U(a),h=(0,e.useMemo)((()=>u?"string"==typeof u?m[`Text--weight-${u}`]:Object.keys(u).map((_=>m[`Text-${_}--weight-${u[_]}`])).join(" "):null),[u]),S=i(P,m.Text,m[`Text--${B}`],m[`Text--${l}`],u&&h,n&&m[`Text-align--${n}`],t),I=r().Children.toArray(d).map((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===Ve?r().cloneElement(_,{size:l}):_));return"p"===o?(0,_.jsx)("p",{className:S,style:{...w,...s},...c,children:I}):"em"===o?(0,_.jsx)("em",{className:S,style:{...w,...s},...c,children:I}):"div"===o?(0,_.jsx)("div",{className:S,style:{...w,...s},...c,children:I}):"strong"===o?(0,_.jsx)("strong",{className:S,style:{...w,...s},...c,children:I}):(0,_.jsx)("span",{className:S,style:{...w,...s},...c,children:I})}const w={Button:"Primer_Brand__Button-module__Button___lDruK","focus-visible":"Primer_Brand__Button-module__focus-visible___kmhRj","Button--disabled":"Primer_Brand__Button-module__Button--disabled___Ba17E",Button__text:"Primer_Brand__Button-module__Button__text___Z3ocU","Button__icon-visual":"Primer_Brand__Button-module__Button__icon-visual___zR2Hi","Button__trailing-visual":"Primer_Brand__Button-module__Button__trailing-visual___zg8jd","Button__leading-visual":"Primer_Brand__Button-module__Button__leading-visual___FIPvg","Button-arrow":"Primer_Brand__Button-module__Button-arrow___SkJXQ","Button--primary":"Primer_Brand__Button-module__Button--primary___xIC7G","Button--label-primary":"Primer_Brand__Button-module__Button--label-primary___Leisi","Button-arrow--disabled":"Primer_Brand__Button-module__Button-arrow--disabled____UgPq","Button__icon-visual--disabled":"Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy","Button-label--disabled":"Primer_Brand__Button-module__Button-label--disabled___ZBpbj","Button--secondary":"Primer_Brand__Button-module__Button--secondary___akMC2","Button--label-secondary":"Primer_Brand__Button-module__Button--label-secondary___DRJoJ","Button--subtle":"Primer_Brand__Button-module__Button--subtle___UMmi9","Button--label-subtle":"Primer_Brand__Button-module__Button--label-subtle___RRaqm","Button--size-medium":"Primer_Brand__Button-module__Button--size-medium___EyCyw","Button--size-large":"Primer_Brand__Button-module__Button--size-large___REN1l","Button--block":"Primer_Brand__Button-module__Button--block___F5RXs","Button--label":"Primer_Brand__Button-module__Button--label___lUBc0"},h=["primary","secondary","subtle"],S=["medium","large"],I=h[1],k=S[0],f={root:"Button",get leadingVisual(){return`${this.root}-leading-visual`},get trailingVisual(){return`${this.root}-trailing-visual`},get expandableArrow(){return`${this.root}-expandable-arrow`}},v=(0,e.forwardRef)((({animate:n,as:a,variant:o=I,size:t=k,hasArrow:d=!0,block:m=!1,className:B,children:u,disabled:s,"aria-disabled":c,onMouseEnter:g,onMouseLeave:x,onFocus:p,onBlur:h,leadingVisual:S,trailingVisual:v,style:b,...E},y)=>{const[A,N]=r().useState(!1),[T,C]=r().useState(!1),G=a||"button",j=s||"true"===c||"boolean"==typeof c&&!0===c,{classes:L,styles:H}=U(n),M=(0,e.useCallback)((_=>r().isValidElement(_)?_:"function"==typeof _?r().createElement(_):void 0),[]),V=M(S),R=M(v),F=(0,e.useCallback)((_=>{j||(N(!0),g?.(_))}),[j,g]),z=(0,e.useCallback)((_=>{j||(N(!1),x?.(_))}),[j,x]),O=(0,e.useCallback)((_=>{j||(C(!0),p?.(_))}),[j,p]),W=(0,e.useCallback)((_=>{j||(C(!1),h?.(_))}),[j,h]);return(0,_.jsxs)(G,{ref:y,className:i(w.Button,w[`Button--${o}`],w[`Button--size-${t}`],m&&w["Button--block"],j&&w["Button--disabled"],L,B),onMouseEnter:F,onMouseLeave:z,onFocus:O,onBlur:W,disabled:s,"aria-disabled":c,style:{...H,...b},...E,children:[V&&(0,_.jsx)("span",{className:w["Button__leading-visual"],"data-testid":f.leadingVisual,children:r().cloneElement(V,{className:i(w["Button__icon-visual"],j&&w["Button__icon-visual--disabled"]),"aria-hidden":"true",focusable:"false"})}),(0,_.jsx)("span",{className:w.Button__text,children:(0,_.jsx)(P,{as:"span",size:"medium"===t?"200":"400",weight:"semibold",className:i(w["Button--label"],w[`Button--label-${o}`],j&&w["Button-label--disabled"]),children:u})}),!v&&d&&(0,_.jsx)("span",{className:i(w["Button__trailing-visual"]),children:(0,_.jsx)(l,{hidden:!0,className:i(w["Button-arrow"],j&&w["Button-arrow--disabled"]),expanded:!j&&(A||T),"data-testid":f.expandableArrow})}),R&&(0,_.jsx)("span",{className:i(w["Button__trailing-visual"]),"data-testid":f.trailingVisual,children:r().cloneElement(R,{className:i(w["Button__icon-visual"],j&&w["Button__icon-visual--disabled"]),"aria-hidden":"true",focusable:"false"})})]})})),b=Object.assign(v,{testIds:f}),E={Heading:"Primer_Brand__Heading-module__Heading___IVpmp","Heading--display":"Primer_Brand__Heading-module__Heading--display___xFecE","Heading--subhead-large":"Primer_Brand__Heading-module__Heading--subhead-large____C6GZ","Heading--subhead-medium":"Primer_Brand__Heading-module__Heading--subhead-medium___Pik5E","Heading--1":"Primer_Brand__Heading-module__Heading--1___Ufc7G","Heading--2":"Primer_Brand__Heading-module__Heading--2___TFg09","Heading--3":"Primer_Brand__Heading-module__Heading--3___wsITu","Heading--4":"Primer_Brand__Heading-module__Heading--4___C9jDG","Heading--5":"Primer_Brand__Heading-module__Heading--5___HgypG","Heading--6":"Primer_Brand__Heading-module__Heading--6___FEQ_V","Heading--weight-heavy":"Primer_Brand__Heading-module__Heading--weight-heavy___ssSay","Heading-narrow--weight-heavy":"Primer_Brand__Heading-module__Heading-narrow--weight-heavy___s43iL","Heading--weight-extrabold":"Primer_Brand__Heading-module__Heading--weight-extrabold___SJAUw","Heading-narrow--weight-extrabold":"Primer_Brand__Heading-module__Heading-narrow--weight-extrabold___vmOAQ","Heading--weight-bold":"Primer_Brand__Heading-module__Heading--weight-bold___Zqsyk","Heading-narrow--weight-bold":"Primer_Brand__Heading-module__Heading-narrow--weight-bold___IXjRC","Heading--weight-semibold":"Primer_Brand__Heading-module__Heading--weight-semibold___NMvbh","Heading-narrow--weight-semibold":"Primer_Brand__Heading-module__Heading-narrow--weight-semibold___bAIHy","Heading--weight-medium":"Primer_Brand__Heading-module__Heading--weight-medium___II172","Heading-narrow--weight-medium":"Primer_Brand__Heading-module__Heading-narrow--weight-medium___q5O6L","Heading--weight-normal":"Primer_Brand__Heading-module__Heading--weight-normal___ZLGhx","Heading-narrow--weight-normal":"Primer_Brand__Heading-module__Heading-narrow--weight-normal___Q0Jkf","Heading--weight-light":"Primer_Brand__Heading-module__Heading--weight-light___aF2Rw","Heading-narrow--weight-light":"Primer_Brand__Heading-module__Heading-narrow--weight-light___mOWUt","Heading-regular--weight-heavy":"Primer_Brand__Heading-module__Heading-regular--weight-heavy___SwJ1c","Heading-regular--weight-extrabold":"Primer_Brand__Heading-module__Heading-regular--weight-extrabold___H5Gyr","Heading-regular--weight-bold":"Primer_Brand__Heading-module__Heading-regular--weight-bold___QMMCW","Heading-regular--weight-semibold":"Primer_Brand__Heading-module__Heading-regular--weight-semibold___h3bHv","Heading-regular--weight-medium":"Primer_Brand__Heading-module__Heading-regular--weight-medium___wC9qR","Heading-regular--weight-normal":"Primer_Brand__Heading-module__Heading-regular--weight-normal___joqMx","Heading-regular--weight-light":"Primer_Brand__Heading-module__Heading-regular--weight-light___CCVVF","Heading-wide--weight-heavy":"Primer_Brand__Heading-module__Heading-wide--weight-heavy___IiVTg","Heading-wide--weight-extrabold":"Primer_Brand__Heading-module__Heading-wide--weight-extrabold___CIRWW","Heading-wide--weight-bold":"Primer_Brand__Heading-module__Heading-wide--weight-bold___wMxlL","Heading-wide--weight-semibold":"Primer_Brand__Heading-module__Heading-wide--weight-semibold___IqaIc","Heading-wide--weight-medium":"Primer_Brand__Heading-module__Heading-wide--weight-medium___Uq302","Heading-wide--weight-normal":"Primer_Brand__Heading-module__Heading-wide--weight-normal___zWzeR","Heading-wide--weight-light":"Primer_Brand__Heading-module__Heading-wide--weight-light___Lh64A","Heading--stretch-condensed":"Primer_Brand__Heading-module__Heading--stretch-condensed____i8A2","Heading-narrow--stretch-condensed":"Primer_Brand__Heading-module__Heading-narrow--stretch-condensed___koHLR","Heading--stretch-normal":"Primer_Brand__Heading-module__Heading--stretch-normal___apWVy","Heading-narrow--stretch-normal":"Primer_Brand__Heading-module__Heading-narrow--stretch-normal___AP9Ba","Heading--stretch-expanded":"Primer_Brand__Heading-module__Heading--stretch-expanded___gzwLQ","Heading-narrow--stretch-expanded":"Primer_Brand__Heading-module__Heading-narrow--stretch-expanded___RHi1z","Heading-regular--stretch-condensed":"Primer_Brand__Heading-module__Heading-regular--stretch-condensed___CHFa4","Heading-regular--stretch-normal":"Primer_Brand__Heading-module__Heading-regular--stretch-normal___IX9Vl","Heading-regular--stretch-expanded":"Primer_Brand__Heading-module__Heading-regular--stretch-expanded___ozx5y","Heading-narrow--weight-expanded":"Primer_Brand__Heading-module__Heading-narrow--weight-expanded___jvotv","Heading-wide--stretch-condensed":"Primer_Brand__Heading-module__Heading-wide--stretch-condensed___d3GoN","Heading-wide--stretch-normal":"Primer_Brand__Heading-module__Heading-wide--stretch-normal___te0lW","Heading-wide--stretch-expanded":"Primer_Brand__Heading-module__Heading-wide--stretch-expanded___TlWrW","Heading--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading--letter-spacing-condensed___b6mZa","Heading-narrow--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading-narrow--letter-spacing-condensed___U6uGD","Heading--letter-spacing-normal":"Primer_Brand__Heading-module__Heading--letter-spacing-normal___Qhzoc","Heading-narrow--letter-spacing-normal":"Primer_Brand__Heading-module__Heading-narrow--letter-spacing-normal___gzn9r","Heading--letter-spacing-none":"Primer_Brand__Heading-module__Heading--letter-spacing-none___vuohz","Heading-narrow--letter-spacing-none":"Primer_Brand__Heading-module__Heading-narrow--letter-spacing-none___RR_W3","Heading-regular--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading-regular--letter-spacing-condensed___gEGJy","Heading-regular--letter-spacing-normal":"Primer_Brand__Heading-module__Heading-regular--letter-spacing-normal___GWmk5","Heading-regular--letter-spacing-none":"Primer_Brand__Heading-module__Heading-regular--letter-spacing-none____NH9r","Heading-narrow--weight-wide":"Primer_Brand__Heading-module__Heading-narrow--weight-wide___ikyG2","Heading-wide--letter-spacing-condensed":"Primer_Brand__Heading-module__Heading-wide--letter-spacing-condensed___RhUHL","Heading-wide--letter-spacing-normal":"Primer_Brand__Heading-module__Heading-wide--letter-spacing-normal___qPBdW","Heading-wide--letter-spacing-none":"Primer_Brand__Heading-module__Heading-wide--letter-spacing-none___w4Oh2"},y=["display","1","2","3","4","5","6","subhead-large","subhead-medium"],A=["h1","h2","h3","h4","h5","h6"],N=["heavy","extrabold","bold","semibold","medium","normal","light"],T=["condensed","normal","expanded"],C=["condensed","normal","none"],G=A[1],j={h1:y[1],h2:y[2],h3:y[3],h4:y[4],h5:y[5],h6:y[6]},L=(0,e.forwardRef)((({animate:n,className:a,children:o,as:t=G,size:d,letterSpacing:l,weight:m,stretch:B,style:u,...s},c)=>{const{classes:g,styles:x}=U(n),p=(_,e)=>e?"string"==typeof e?E[`Heading--${_}-${e}`]:Object.keys(e).map((r=>E[`Heading-${r}--${_}-${e[r]}`])).join(" "):null,P=(0,e.useMemo)((()=>p("weight",m)),[m]),w=(0,e.useMemo)((()=>p("stretch",B)),[B]),h=(0,e.useMemo)((()=>p("letter-spacing",l)),[l]),S=i(g,E.Heading,!d&&E[`Heading--${j[t]}`],d&&E[`Heading--${d}`],m&&P,B&&w,h&&h,a),I=r().useCallback((({..._})=>A.includes(t)?r().createElement(t,_,o):(console.error(`Heading: 'as' prop must be one of ${A.join(", ")}`),null)),[t,o]);return(0,_.jsx)(I,{className:S,style:{...x,...u},ref:c,...s,children:o})})),H={Animation:"Primer_Brand__Animation-module__Animation___KNtEW","Animation--fade-in":"Primer_Brand__Animation-module__Animation--fade-in___jUvJD","Animation--active":"Primer_Brand__Animation-module__Animation--active___g_UBK","Animation--fade-out":"Primer_Brand__Animation-module__Animation--fade-out___CsyfK","Animation--slide-in-up":"Primer_Brand__Animation-module__Animation--slide-in-up___ONnmI","Animation--slide-in-down":"Primer_Brand__Animation-module__Animation--slide-in-down___bjmGv","Animation--slide-in-left":"Primer_Brand__Animation-module__Animation--slide-in-left___iy5Js","Animation--slide-in-right":"Primer_Brand__Animation-module__Animation--slide-in-right___UZvNx","Animation--scale-in":"Primer_Brand__Animation-module__Animation--scale-in___P7xzG","Animation--scale-in-up":"Primer_Brand__Animation-module__Animation--scale-in-up___n0qDP","Animation--scale-in-down":"Primer_Brand__Animation-module__Animation--scale-in-down___YEgko","Animation--scale-in-right":"Primer_Brand__Animation-module__Animation--scale-in-right___jBPh4","Animation--scale-in-left":"Primer_Brand__Animation-module__Animation--scale-in-left___g8_dC","Animation--fill-in-right":"Primer_Brand__Animation-module__Animation--fill-in-right___G_LYH","Animation--fill-in-top":"Primer_Brand__Animation-module__Animation--fill-in-top___AHELS"};function M(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}var V=M()?e.useLayoutEffect:e.useEffect,R=!1,F=0;function z(){return++F}function O(_){var r;if("function"==typeof e.useId){var n=(0,e.useId)(_);return null!=_?_:n}var a=null!=_?_:R?z():null,o=(0,e.useState)(a),i=o[0],t=o[1];return V((function(){null===i&&t(z())}),[]),(0,e.useEffect)((function(){!1===R&&(R=!0)}),[]),null!=(r=null!=_?_:i)?r:void 0}const W=["fade-in","fade-out","slide-in-up","slide-in-down","slide-in-left","slide-in-right","scale-in-up","scale-in-down","scale-in","fill-in-top","scale-in-right","scale-in-left","fill-in-right"],q=(0,e.createContext)({});function Z({children:r,disableAnimations:n=!1,animationTrigger:a="on-visible",visibilityOptions:o="bottom-of-screen",runOnce:i=!1,autoStaggerChildren:t=!0,staggerDelayIncrement:d=100}){const l=O(),[m,B]=(0,e.useState)({disableAnimations:n,animationTrigger:a,visibilityOptions:o,runOnce:i});return(0,e.useEffect)((()=>{window.matchMedia("(prefers-reduced-motion: reduce)").matches&&B({disableAnimations:!0,animationTrigger:a,visibilityOptions:o})}),[]),(0,e.useEffect)((()=>{if(!n&&t&&l){const _=d,e=document.getElementById(l);if(!e)return;const r=Array.from(e.querySelectorAll(`.${H.Animation}`));if(0===r.length)return;for(let e=0;e<r.length;e++)r[e].style.transitionDelay=e*_+"ms"}}),[n,t,d,l]),(0,e.useEffect)((()=>{if(!n&&"on-visible"===a){const _=new IntersectionObserver((_=>{for(const e of _)e.isIntersecting&&e.target.classList.contains(H.Animation)?e.target.classList.add(H["Animation--active"]):i||e.target.classList.remove(H["Animation--active"])}),function(_){const{visibilityOptions:e}=_;switch(e){case"bottom-of-screen":return{rootMargin:"0px 0px -10% 0px",threshold:.4};case"middle-of-screen":return{rootMargin:"0px 0px -30% 0px",threshold:.4};case"about-to-leave":return{rootMargin:"0px 0px -100% 0px",threshold:.4};default:return"number"==typeof e?{rootMargin:"0px",threshold:e/100}:{rootMargin:"0px",threshold:.4}}}({disableAnimations:n,animationTrigger:a,visibilityOptions:o})),e=Array.from(document.querySelectorAll(`.${H.Animation}`));for(const r of e)_.observe(r);return()=>{_.disconnect()}}if(!n&&"click"===a){const _=_=>{const e=_.target;e.classList.contains(H.Animation)&&e.classList.add(H["Animation--active"])};return document.addEventListener("click",_),()=>{document.removeEventListener("click",_)}}}),[n,a,o,i]),(0,_.jsx)(q.Provider,{value:m,children:(0,_.jsx)("div",{id:l,children:r})})}function D({animate:e,as:r="div",children:n,className:a,style:o,...t}){const{classes:d,styles:l}=U(e),m=["div","span","section"].includes(r)?r:"div";return(0,_.jsx)(m,{className:i(d,a),style:{...l,...o},...t,children:n})}const Q=W.reduce(((_,e)=>(_[e]=H[`Animation--${e}`],_)),{}),U=_=>{const{disableAnimations:r}=(0,e.useContext)(q);return{classes:(0,e.useMemo)((()=>{if(!_||r)return"";const e=H.Animation,n=[],a="string"==typeof _?_:_.variant,o=Q[a];return o&&n.push(o),`${e} ${n.join(" ")}`}),[_,r]),styles:(0,e.useMemo)((()=>{if(!_)return{};const e={};if("object"==typeof _){const{delay:r,duration:n,ease:a}=_;"number"==typeof r&&(e.transitionDelay=`${r}ms`),"number"==typeof n&&(e.transitionDuration=`${n}ms`),a&&(e.transitionTimingFunction=a)}return e}),[_])}},X=["default","blue","coral","green","gray","indigo","lemon","lime","orange","pink","purple","red","teal","yellow"],$=["blue-purple","green-blue","pink-blue","purple-red","red-orange"],K=[4,8,12,16,20,24,28,32,36,40,44,48,64,80,96,112,128],J={Label:"Primer_Brand__Label-module__Label___TW0HL","Label--size-medium":"Primer_Brand__Label-module__Label--size-medium___g4Jkm","Label--size-large":"Primer_Brand__Label-module__Label--size-large___BrKTp","Label--color-default":"Primer_Brand__Label-module__Label--color-default___YCx2l","Label--color-blue":"Primer_Brand__Label-module__Label--color-blue___lZSxf","Label--color-blue-purple":"Primer_Brand__Label-module__Label--color-blue-purple___ER3VP","Label--color-coral":"Primer_Brand__Label-module__Label--color-coral___V0Yif","Label--color-green":"Primer_Brand__Label-module__Label--color-green___SoiE4","Label--color-green-blue":"Primer_Brand__Label-module__Label--color-green-blue___R2mSi","Label--color-gray":"Primer_Brand__Label-module__Label--color-gray___MCa_k","Label--color-indigo":"Primer_Brand__Label-module__Label--color-indigo___VEHOi","Label--color-lemon":"Primer_Brand__Label-module__Label--color-lemon___xvb0x","Label--color-lime":"Primer_Brand__Label-module__Label--color-lime___rORM1","Label--color-orange":"Primer_Brand__Label-module__Label--color-orange___PMqMi","Label--color-pink":"Primer_Brand__Label-module__Label--color-pink___kHEv5","Label--color-pink-blue":"Primer_Brand__Label-module__Label--color-pink-blue___y5skb","Label--color-purple":"Primer_Brand__Label-module__Label--color-purple___ZHLtp","Label--color-purple-red":"Primer_Brand__Label-module__Label--color-purple-red___MsWGq","Label--color-red":"Primer_Brand__Label-module__Label--color-red___GYMDt","Label--color-red-orange":"Primer_Brand__Label-module__Label--color-red-orange___FVyXX","Label--color-teal":"Primer_Brand__Label-module__Label--color-teal___VOUIS","Label--color-yellow":"Primer_Brand__Label-module__Label--color-yellow___S2Zu2",Label__text:"Primer_Brand__Label-module__Label__text____nAxj","Label__icon-visual":"Primer_Brand__Label-module__Label__icon-visual___lD1Qa","Label__leading-visual":"Primer_Brand__Label-module__Label__leading-visual___a1rnF",Label__label:"Primer_Brand__Label-module__Label__label___bD_B4"},Y=[...X,...$],__=["medium","large"],e_=Y[0],r_=__[0],n_={root:"Label",get leadingVisual(){return`${this.root}-leading-visual`}},a_=(0,e.forwardRef)((({animate:e,className:n,size:a=r_,color:o=e_,children:t,"data-testid":d,leadingVisual:l,style:m,...B},u)=>{const{classes:s,styles:c}=U(e);return(0,_.jsxs)("span",{ref:u,className:i(s,J.Label,J[`Label--color-${o}`],J[`Label--size-${a}`],n),"data-testid":d||n_.root,style:{...c,...m},...B,children:[l&&(0,_.jsx)("span",{className:J["Label__leading-visual"],"data-testid":n_.leadingVisual,children:"function"==typeof l?(0,_.jsx)(l,{className:i(J["Label__icon-visual"]),"aria-hidden":!0}):r().isValidElement(l)&&r().cloneElement(l,{className:i(J["Label__icon-visual"]),"aria-hidden":"true"})}),(0,_.jsx)("span",{className:J.Label__text,children:(0,_.jsx)(P,{as:"span",size:"medium"===a?"100":"200",className:i(J.Label__label),children:t})})]})})),o_=Object.assign(a_,{testIds:n_}),i_={Image__container:"Primer_Brand__Image-module__Image__container___acBJi",Image:"Primer_Brand__Image-module__Image___FgVuK","Image--aspect-ratio-custom":"Primer_Brand__Image-module__Image--aspect-ratio-custom___gXFxx","Image--aspect-ratio-1-1":"Primer_Brand__Image-module__Image--aspect-ratio-1-1___gDnTF","Image--aspect-ratio-16-9":"Primer_Brand__Image-module__Image--aspect-ratio-16-9___bscHI","Image--aspect-ratio-16-10":"Primer_Brand__Image-module__Image--aspect-ratio-16-10___dkGM6","Image--aspect-ratio-4-3":"Primer_Brand__Image-module__Image--aspect-ratio-4-3___Tt_MI"},t_=_=>{if("string"==typeof _){if("custom"===_)return"custom";const[e,r]=_.split(":").map(Number);return`${e}-${r}`}},d_=(_,e)=>{const{[e]:r,...n}=_;return n},l_=({animate:e,aspectRatio:r,className:n,as:a="img",ref:o,alt:t,width:d,height:l,media:m,srcSet:B,style:u,...s})=>{const{classes:c,styles:g}=U(e);return"picture"===a?(0,_.jsxs)("picture",{className:i(c,i_.Image__container,r&&i_[`Image--aspect-ratio-${t_(r)}`]),style:{...g,...u},children:[s.sources&&s.sources.map(((e,r)=>(0,_.jsx)("source",{srcSet:e.srcset,media:e.media},r))),B&&(0,_.jsx)("source",{srcSet:B,media:m}),(0,_.jsx)("img",{ref:o,alt:t,width:d??"100%",height:d??"100%",className:i(i_.Image,n),...d_(s,"sources")})]}):r?(0,_.jsx)("span",{className:i(i_.Image__container,i_[`Image--aspect-ratio-${t_(r)}`]),children:(0,_.jsx)("img",{ref:o,alt:t,width:d||"100%",height:l||"100%",className:i(c,i_.Image,n),srcSet:B,style:{...g,...u},...s})}):(0,_.jsx)("img",{ref:o,alt:t,className:i(c,i_.Image,n),width:d&&d,height:l&&l,srcSet:B,style:{...g,...u},...s})},m_={Grid:"Primer_Brand__Grid-module__Grid___q48mT","Grid--full-width":"Primer_Brand__Grid-module__Grid--full-width___pIgWW",Grid__column:"Primer_Brand__Grid-module__Grid__column___HTpsw","Grid--has-overlay":"Primer_Brand__Grid-module__Grid--has-overlay___M9Cs0","Grid__column--span-1":"Primer_Brand__Grid-module__Grid__column--span-1___T7v1_","Grid__column--span-2":"Primer_Brand__Grid-module__Grid__column--span-2___r4qRu","Grid__column--span-3":"Primer_Brand__Grid-module__Grid__column--span-3___Tnlwe","Grid__column--span-4":"Primer_Brand__Grid-module__Grid__column--span-4___Q9jA0","Grid__column--span-5":"Primer_Brand__Grid-module__Grid__column--span-5___UpILx","Grid__column--span-6":"Primer_Brand__Grid-module__Grid__column--span-6___vUUep","Grid__column--span-7":"Primer_Brand__Grid-module__Grid__column--span-7___lfMLa","Grid__column--span-8":"Primer_Brand__Grid-module__Grid__column--span-8___qarGZ","Grid__column--span-9":"Primer_Brand__Grid-module__Grid__column--span-9___L2waY","Grid__column--span-10":"Primer_Brand__Grid-module__Grid__column--span-10___VRJQp","Grid__column--span-11":"Primer_Brand__Grid-module__Grid__column--span-11___pjEQO","Grid__column--span-12":"Primer_Brand__Grid-module__Grid__column--span-12___Tn1Hg","Grid__column--start-1":"Primer_Brand__Grid-module__Grid__column--start-1___jF8hC","Grid__column--start-2":"Primer_Brand__Grid-module__Grid__column--start-2___S9EWU","Grid__column--start-3":"Primer_Brand__Grid-module__Grid__column--start-3___GwcI1","Grid__column--start-4":"Primer_Brand__Grid-module__Grid__column--start-4___BIVqR","Grid__column--start-5":"Primer_Brand__Grid-module__Grid__column--start-5___yTruZ","Grid__column--start-6":"Primer_Brand__Grid-module__Grid__column--start-6___FAtcW","Grid__column--start-7":"Primer_Brand__Grid-module__Grid__column--start-7___Jnzaq","Grid__column--start-8":"Primer_Brand__Grid-module__Grid__column--start-8___CLuiS","Grid__column--start-9":"Primer_Brand__Grid-module__Grid__column--start-9___hhyfE","Grid__column--start-10":"Primer_Brand__Grid-module__Grid__column--start-10___ojxEo","Grid__column--start-11":"Primer_Brand__Grid-module__Grid__column--start-11___oBenU","Grid__column--start-12":"Primer_Brand__Grid-module__Grid__column--start-12___wQnvA","Grid__column--xsmall-span-1":"Primer_Brand__Grid-module__Grid__column--xsmall-span-1___srexO","Grid__column--xsmall-span-2":"Primer_Brand__Grid-module__Grid__column--xsmall-span-2___XrAnt","Grid__column--xsmall-span-3":"Primer_Brand__Grid-module__Grid__column--xsmall-span-3___Aps_z","Grid__column--xsmall-span-4":"Primer_Brand__Grid-module__Grid__column--xsmall-span-4___OSsWO","Grid__column--xsmall-span-5":"Primer_Brand__Grid-module__Grid__column--xsmall-span-5___ShR77","Grid__column--xsmall-span-6":"Primer_Brand__Grid-module__Grid__column--xsmall-span-6___V4QJq","Grid__column--xsmall-span-7":"Primer_Brand__Grid-module__Grid__column--xsmall-span-7___DtdFA","Grid__column--xsmall-span-8":"Primer_Brand__Grid-module__Grid__column--xsmall-span-8___e5M5o","Grid__column--xsmall-span-9":"Primer_Brand__Grid-module__Grid__column--xsmall-span-9___sdZ5a","Grid__column--xsmall-span-10":"Primer_Brand__Grid-module__Grid__column--xsmall-span-10___YuS1a","Grid__column--xsmall-span-11":"Primer_Brand__Grid-module__Grid__column--xsmall-span-11____RxYR","Grid__column--xsmall-span-12":"Primer_Brand__Grid-module__Grid__column--xsmall-span-12___brXS7","Grid__column--xsmall-start-1":"Primer_Brand__Grid-module__Grid__column--xsmall-start-1___Y9JJq","Grid__column--xsmall-start-2":"Primer_Brand__Grid-module__Grid__column--xsmall-start-2___ruZTF","Grid__column--xsmall-start-3":"Primer_Brand__Grid-module__Grid__column--xsmall-start-3___yEBif","Grid__column--xsmall-start-4":"Primer_Brand__Grid-module__Grid__column--xsmall-start-4___QPFc2","Grid__column--xsmall-start-5":"Primer_Brand__Grid-module__Grid__column--xsmall-start-5___WAqd0","Grid__column--xsmall-start-6":"Primer_Brand__Grid-module__Grid__column--xsmall-start-6___T1rhy","Grid__column--xsmall-start-7":"Primer_Brand__Grid-module__Grid__column--xsmall-start-7___uMQT1","Grid__column--xsmall-start-8":"Primer_Brand__Grid-module__Grid__column--xsmall-start-8___LUADA","Grid__column--xsmall-start-9":"Primer_Brand__Grid-module__Grid__column--xsmall-start-9___CBnBu","Grid__column--xsmall-start-10":"Primer_Brand__Grid-module__Grid__column--xsmall-start-10___EPRyw","Grid__column--xsmall-start-11":"Primer_Brand__Grid-module__Grid__column--xsmall-start-11___UbCAy","Grid__column--xsmall-start-12":"Primer_Brand__Grid-module__Grid__column--xsmall-start-12___gYCaa","Grid__column--small-span-1":"Primer_Brand__Grid-module__Grid__column--small-span-1___rBTjf","Grid__column--small-span-2":"Primer_Brand__Grid-module__Grid__column--small-span-2___SHQM3","Grid__column--small-span-3":"Primer_Brand__Grid-module__Grid__column--small-span-3___cbAS8","Grid__column--small-span-4":"Primer_Brand__Grid-module__Grid__column--small-span-4___tv973","Grid__column--small-span-5":"Primer_Brand__Grid-module__Grid__column--small-span-5___EBkra","Grid__column--small-span-6":"Primer_Brand__Grid-module__Grid__column--small-span-6___OYZPl","Grid__column--small-span-7":"Primer_Brand__Grid-module__Grid__column--small-span-7___ymqG4","Grid__column--small-span-8":"Primer_Brand__Grid-module__Grid__column--small-span-8___qy9wb","Grid__column--small-span-9":"Primer_Brand__Grid-module__Grid__column--small-span-9___hWJAx","Grid__column--small-span-10":"Primer_Brand__Grid-module__Grid__column--small-span-10___apy3R","Grid__column--small-span-11":"Primer_Brand__Grid-module__Grid__column--small-span-11___tsz0q","Grid__column--small-span-12":"Primer_Brand__Grid-module__Grid__column--small-span-12___NdAWP","Grid__column--small-start-1":"Primer_Brand__Grid-module__Grid__column--small-start-1___epLTD","Grid__column--small-start-2":"Primer_Brand__Grid-module__Grid__column--small-start-2___wlXcD","Grid__column--small-start-3":"Primer_Brand__Grid-module__Grid__column--small-start-3___YFtvP","Grid__column--small-start-4":"Primer_Brand__Grid-module__Grid__column--small-start-4___SOC6v","Grid__column--small-start-5":"Primer_Brand__Grid-module__Grid__column--small-start-5___EVXuW","Grid__column--small-start-6":"Primer_Brand__Grid-module__Grid__column--small-start-6___t1yYl","Grid__column--small-start-7":"Primer_Brand__Grid-module__Grid__column--small-start-7___MDozK","Grid__column--small-start-8":"Primer_Brand__Grid-module__Grid__column--small-start-8___CR0Zw","Grid__column--small-start-9":"Primer_Brand__Grid-module__Grid__column--small-start-9___W0svP","Grid__column--small-start-10":"Primer_Brand__Grid-module__Grid__column--small-start-10___vxEwX","Grid__column--small-start-11":"Primer_Brand__Grid-module__Grid__column--small-start-11___orcQZ","Grid__column--small-start-12":"Primer_Brand__Grid-module__Grid__column--small-start-12___o4V7W","Grid__column--medium-span-1":"Primer_Brand__Grid-module__Grid__column--medium-span-1___BiHOE","Grid__column--medium-span-2":"Primer_Brand__Grid-module__Grid__column--medium-span-2___nANvY","Grid__column--medium-span-3":"Primer_Brand__Grid-module__Grid__column--medium-span-3___GpBD0","Grid__column--medium-span-4":"Primer_Brand__Grid-module__Grid__column--medium-span-4___zBxBa","Grid__column--medium-span-5":"Primer_Brand__Grid-module__Grid__column--medium-span-5___CnPWN","Grid__column--medium-span-6":"Primer_Brand__Grid-module__Grid__column--medium-span-6___DACuh","Grid__column--medium-span-7":"Primer_Brand__Grid-module__Grid__column--medium-span-7___R2Isv","Grid__column--medium-span-8":"Primer_Brand__Grid-module__Grid__column--medium-span-8___KI5ir","Grid__column--medium-span-9":"Primer_Brand__Grid-module__Grid__column--medium-span-9___is8dv","Grid__column--medium-span-10":"Primer_Brand__Grid-module__Grid__column--medium-span-10___eN2sH","Grid__column--medium-span-11":"Primer_Brand__Grid-module__Grid__column--medium-span-11___anfim","Grid__column--medium-span-12":"Primer_Brand__Grid-module__Grid__column--medium-span-12___eT5YS","Grid__column--medium-start-1":"Primer_Brand__Grid-module__Grid__column--medium-start-1___bCFG1","Grid__column--medium-start-2":"Primer_Brand__Grid-module__Grid__column--medium-start-2___ZxYOX","Grid__column--medium-start-3":"Primer_Brand__Grid-module__Grid__column--medium-start-3___aPUJ0","Grid__column--medium-start-4":"Primer_Brand__Grid-module__Grid__column--medium-start-4___VTIjA","Grid__column--medium-start-5":"Primer_Brand__Grid-module__Grid__column--medium-start-5___ccI5l","Grid__column--medium-start-6":"Primer_Brand__Grid-module__Grid__column--medium-start-6___Yc14i","Grid__column--medium-start-7":"Primer_Brand__Grid-module__Grid__column--medium-start-7___HOZSW","Grid__column--medium-start-8":"Primer_Brand__Grid-module__Grid__column--medium-start-8___G8VdF","Grid__column--medium-start-9":"Primer_Brand__Grid-module__Grid__column--medium-start-9___Ebcy8","Grid__column--medium-start-10":"Primer_Brand__Grid-module__Grid__column--medium-start-10___dY7pN","Grid__column--medium-start-11":"Primer_Brand__Grid-module__Grid__column--medium-start-11___hVffM","Grid__column--medium-start-12":"Primer_Brand__Grid-module__Grid__column--medium-start-12___N3mIQ","Grid__column--large-span-1":"Primer_Brand__Grid-module__Grid__column--large-span-1___Nfkto","Grid__column--large-span-2":"Primer_Brand__Grid-module__Grid__column--large-span-2___GyGH4","Grid__column--large-span-3":"Primer_Brand__Grid-module__Grid__column--large-span-3___iwGxK","Grid__column--large-span-4":"Primer_Brand__Grid-module__Grid__column--large-span-4___eJREG","Grid__column--large-span-5":"Primer_Brand__Grid-module__Grid__column--large-span-5___rCJ_b","Grid__column--large-span-6":"Primer_Brand__Grid-module__Grid__column--large-span-6___JNphY","Grid__column--large-span-7":"Primer_Brand__Grid-module__Grid__column--large-span-7___TySdj","Grid__column--large-span-8":"Primer_Brand__Grid-module__Grid__column--large-span-8___dkJwh","Grid__column--large-span-9":"Primer_Brand__Grid-module__Grid__column--large-span-9___aamnY","Grid__column--large-span-10":"Primer_Brand__Grid-module__Grid__column--large-span-10___nH4Bt","Grid__column--large-span-11":"Primer_Brand__Grid-module__Grid__column--large-span-11___mDo3B","Grid__column--large-span-12":"Primer_Brand__Grid-module__Grid__column--large-span-12___zSL6d","Grid__column--large-start-1":"Primer_Brand__Grid-module__Grid__column--large-start-1___Hc53V","Grid__column--large-start-2":"Primer_Brand__Grid-module__Grid__column--large-start-2____RsQ_","Grid__column--large-start-3":"Primer_Brand__Grid-module__Grid__column--large-start-3___DN5KJ","Grid__column--large-start-4":"Primer_Brand__Grid-module__Grid__column--large-start-4___iKrrW","Grid__column--large-start-5":"Primer_Brand__Grid-module__Grid__column--large-start-5___t3K5k","Grid__column--large-start-6":"Primer_Brand__Grid-module__Grid__column--large-start-6___uFIIO","Grid__column--large-start-7":"Primer_Brand__Grid-module__Grid__column--large-start-7___YeqWt","Grid__column--large-start-8":"Primer_Brand__Grid-module__Grid__column--large-start-8___fmHfg","Grid__column--large-start-9":"Primer_Brand__Grid-module__Grid__column--large-start-9___UIwRf","Grid__column--large-start-10":"Primer_Brand__Grid-module__Grid__column--large-start-10___rOnsb","Grid__column--large-start-11":"Primer_Brand__Grid-module__Grid__column--large-start-11___oPN0R","Grid__column--large-start-12":"Primer_Brand__Grid-module__Grid__column--large-start-12___tZLO7","Grid__column--xlarge-span-1":"Primer_Brand__Grid-module__Grid__column--xlarge-span-1___VzjSN","Grid__column--xlarge-span-2":"Primer_Brand__Grid-module__Grid__column--xlarge-span-2___p1QuZ","Grid__column--xlarge-span-3":"Primer_Brand__Grid-module__Grid__column--xlarge-span-3___xvbnJ","Grid__column--xlarge-span-4":"Primer_Brand__Grid-module__Grid__column--xlarge-span-4___D_9gq","Grid__column--xlarge-span-5":"Primer_Brand__Grid-module__Grid__column--xlarge-span-5___AWQN4","Grid__column--xlarge-span-6":"Primer_Brand__Grid-module__Grid__column--xlarge-span-6___FY68d","Grid__column--xlarge-span-7":"Primer_Brand__Grid-module__Grid__column--xlarge-span-7___PDVrC","Grid__column--xlarge-span-8":"Primer_Brand__Grid-module__Grid__column--xlarge-span-8___Np3vn","Grid__column--xlarge-span-9":"Primer_Brand__Grid-module__Grid__column--xlarge-span-9___QnUTm","Grid__column--xlarge-span-10":"Primer_Brand__Grid-module__Grid__column--xlarge-span-10___GPYff","Grid__column--xlarge-span-11":"Primer_Brand__Grid-module__Grid__column--xlarge-span-11____dXqr","Grid__column--xlarge-span-12":"Primer_Brand__Grid-module__Grid__column--xlarge-span-12___Faxbf","Grid__column--xlarge-start-1":"Primer_Brand__Grid-module__Grid__column--xlarge-start-1___8hqMz","Grid__column--xlarge-start-2":"Primer_Brand__Grid-module__Grid__column--xlarge-start-2___aiylo","Grid__column--xlarge-start-3":"Primer_Brand__Grid-module__Grid__column--xlarge-start-3___Iuufu","Grid__column--xlarge-start-4":"Primer_Brand__Grid-module__Grid__column--xlarge-start-4___ynfkD","Grid__column--xlarge-start-5":"Primer_Brand__Grid-module__Grid__column--xlarge-start-5___smnkV","Grid__column--xlarge-start-6":"Primer_Brand__Grid-module__Grid__column--xlarge-start-6___Z4EoQ","Grid__column--xlarge-start-7":"Primer_Brand__Grid-module__Grid__column--xlarge-start-7___NCAWz","Grid__column--xlarge-start-8":"Primer_Brand__Grid-module__Grid__column--xlarge-start-8___CZ8J_","Grid__column--xlarge-start-9":"Primer_Brand__Grid-module__Grid__column--xlarge-start-9___yhpyy","Grid__column--xlarge-start-10":"Primer_Brand__Grid-module__Grid__column--xlarge-start-10___E5Jou","Grid__column--xlarge-start-11":"Primer_Brand__Grid-module__Grid__column--xlarge-start-11___OGVVw","Grid__column--xlarge-start-12":"Primer_Brand__Grid-module__Grid__column--xlarge-start-12____kw0D","Grid__column--xxlarge-span-1":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-1___K9YLn","Grid__column--xxlarge-span-2":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-2___FoOLk","Grid__column--xxlarge-span-3":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-3___AvRFb","Grid__column--xxlarge-span-4":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-4___wmisc","Grid__column--xxlarge-span-5":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-5___oSh5q","Grid__column--xxlarge-span-6":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-6___zg0Yr","Grid__column--xxlarge-span-7":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-7___CxtNE","Grid__column--xxlarge-span-8":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-8___r4GdW","Grid__column--xxlarge-span-9":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-9___mfOCW","Grid__column--xxlarge-span-10":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-10___xjus8","Grid__column--xxlarge-span-11":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-11___AZC4h","Grid__column--xxlarge-span-12":"Primer_Brand__Grid-module__Grid__column--xxlarge-span-12___DjdAU","Grid__column--xxlarge-start-1":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-1___HFYSu","Grid__column--xxlarge-start-2":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-2___dBj41","Grid__column--xxlarge-start-3":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-3___BX9bn","Grid__column--xxlarge-start-4":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-4___FwEd9","Grid__column--xxlarge-start-5":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-5____pwv6","Grid__column--xxlarge-start-6":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-6___u1opn","Grid__column--xxlarge-start-7":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-7___GuJAv","Grid__column--xxlarge-start-8":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-8___Z7ZFc","Grid__column--xxlarge-start-9":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-9___CcH1u","Grid__column--xxlarge-start-10":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-10___sck1f","Grid__column--xxlarge-start-11":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-11___VvIqo","Grid__column--xxlarge-start-12":"Primer_Brand__Grid-module__Grid__column--xxlarge-start-12___MKYFP"},B_={root:"Grid"},u_=(0,e.memo)((({className:e,children:r,as:n="div",fullWidth:a=!1,enableOverlay:o=!1,"data-testid":t,...d})=>{const l=i(m_.Grid,o&&m_["Grid--has-overlay"],a&&m_["Grid--full-width"],e),m=O(t),B=["div","span","section"].includes(n)?n:"div";return(0,_.jsx)(B,{className:l,"data-testid":t||`${B_.root}-${m}`,...d,children:r})})),s_=(0,e.memo)((({children:e,as:r="div",span:n=12,start:a,className:o,...t})=>{const d=["div","span","section"].includes(r)?r:"div",l=[m_.Grid__column];if("number"==typeof n)l.push(m_[`Grid__column--span-${n}`]);else if("object"==typeof n)for(const[_,e]of Object.entries(n))"xsmall"===_?l.push(m_[`Grid__column--xsmall-span-${e}`]):l.push(m_[`Grid__column--${_}-span-${e}`]);if("number"==typeof a)l.push(m_[`Grid__column--start-${a}`]);else if("object"==typeof a)for(const[_,e]of Object.entries(a))"xsmall"===_?l.push(m_[`Grid__column--xsmall-start-${e}`]):l.push(m_[`Grid__column--${_}-start-${e}`]);const m=i(l,o);return(0,_.jsx)(d,{className:m,...t,children:e})})),c_=Object.assign(u_,{Column:s_,testIds:B_}),g_={Stack:"Primer_Brand__Stack-module__Stack___tASKe","Stack--vertical":"Primer_Brand__Stack-module__Stack--vertical___CFzE7","Stack--horizontal":"Primer_Brand__Stack-module__Stack--horizontal___YJFas","Stack-narrow--vertical":"Primer_Brand__Stack-module__Stack-narrow--vertical___GDT_Z","Stack-narrow--horizontal":"Primer_Brand__Stack-module__Stack-narrow--horizontal___Co6IL","Stack-regular--vertical":"Primer_Brand__Stack-module__Stack-regular--vertical___TMpL8","Stack-regular--horizontal":"Primer_Brand__Stack-module__Stack-regular--horizontal___WDLyR","Stack-wide--vertical":"Primer_Brand__Stack-module__Stack-wide--vertical___G1Eu6","Stack-wide--horizontal":"Primer_Brand__Stack-module__Stack-wide--horizontal___cvxh3","Stack--gap-none":"Primer_Brand__Stack-module__Stack--gap-none___M7T_v","Stack--gap-condensed":"Primer_Brand__Stack-module__Stack--gap-condensed___Xe9jx","Stack--gap-normal":"Primer_Brand__Stack-module__Stack--gap-normal___JEO7_","Stack--gap-spacious":"Primer_Brand__Stack-module__Stack--gap-spacious___w5ugZ","Stack--gap-4":"Primer_Brand__Stack-module__Stack--gap-4___Ig30K","Stack--gap-8":"Primer_Brand__Stack-module__Stack--gap-8___fQ3Ul","Stack--gap-12":"Primer_Brand__Stack-module__Stack--gap-12___hJNHc","Stack--gap-16":"Primer_Brand__Stack-module__Stack--gap-16___gT_Of","Stack--gap-20":"Primer_Brand__Stack-module__Stack--gap-20___eVLBq","Stack--gap-24":"Primer_Brand__Stack-module__Stack--gap-24___TQnkj","Stack--gap-28":"Primer_Brand__Stack-module__Stack--gap-28___Ao4f4","Stack--gap-32":"Primer_Brand__Stack-module__Stack--gap-32___iSq9y","Stack--gap-36":"Primer_Brand__Stack-module__Stack--gap-36___QzYro","Stack--gap-40":"Primer_Brand__Stack-module__Stack--gap-40___m5Kys","Stack--gap-44":"Primer_Brand__Stack-module__Stack--gap-44___grqBd","Stack--gap-48":"Primer_Brand__Stack-module__Stack--gap-48___vhQgW","Stack--gap-64":"Primer_Brand__Stack-module__Stack--gap-64___XKCAY","Stack--gap-80":"Primer_Brand__Stack-module__Stack--gap-80___GfDtU","Stack--gap-96":"Primer_Brand__Stack-module__Stack--gap-96___wM4RB","Stack--gap-112":"Primer_Brand__Stack-module__Stack--gap-112___Rva1x","Stack--gap-128":"Primer_Brand__Stack-module__Stack--gap-128___KJAoH","Stack-narrow--gap-none":"Primer_Brand__Stack-module__Stack-narrow--gap-none___YtqsL","Stack-narrow--gap-condensed":"Primer_Brand__Stack-module__Stack-narrow--gap-condensed___zwHUG","Stack-narrow--gap-normal":"Primer_Brand__Stack-module__Stack-narrow--gap-normal___smNw5","Stack-narrow--gap-spacious":"Primer_Brand__Stack-module__Stack-narrow--gap-spacious___TX17G","Stack--padding-none":"Primer_Brand__Stack-module__Stack--padding-none___RCMh9","Stack--padding-condensed":"Primer_Brand__Stack-module__Stack--padding-condensed___mo7Aq","Stack--padding-normal":"Primer_Brand__Stack-module__Stack--padding-normal___ySRTI","Stack--padding-spacious":"Primer_Brand__Stack-module__Stack--padding-spacious___REyye","Stack--padding-4":"Primer_Brand__Stack-module__Stack--padding-4___aj4uj","Stack--padding-8":"Primer_Brand__Stack-module__Stack--padding-8___roPlm","Stack--padding-12":"Primer_Brand__Stack-module__Stack--padding-12___x5qIX","Stack--padding-16":"Primer_Brand__Stack-module__Stack--padding-16___ZFRO_","Stack--padding-20":"Primer_Brand__Stack-module__Stack--padding-20___pi8jv","Stack--padding-24":"Primer_Brand__Stack-module__Stack--padding-24___iHVEv","Stack--padding-28":"Primer_Brand__Stack-module__Stack--padding-28___ZzMnF","Stack--padding-32":"Primer_Brand__Stack-module__Stack--padding-32___m4XKv","Stack--padding-36":"Primer_Brand__Stack-module__Stack--padding-36___TssXo","Stack--padding-40":"Primer_Brand__Stack-module__Stack--padding-40___GoH03","Stack--padding-44":"Primer_Brand__Stack-module__Stack--padding-44___yXX7f","Stack--padding-48":"Primer_Brand__Stack-module__Stack--padding-48___Owl4z","Stack--padding-64":"Primer_Brand__Stack-module__Stack--padding-64___IIv9e","Stack--padding-80":"Primer_Brand__Stack-module__Stack--padding-80___GvEJb","Stack--padding-96":"Primer_Brand__Stack-module__Stack--padding-96___JF88r","Stack--padding-112":"Primer_Brand__Stack-module__Stack--padding-112___wzOyM","Stack--padding-128":"Primer_Brand__Stack-module__Stack--padding-128___uuMnk","Stack-narrow--padding-none":"Primer_Brand__Stack-module__Stack-narrow--padding-none___ndsvs","Stack-narrow--padding-condensed":"Primer_Brand__Stack-module__Stack-narrow--padding-condensed___f1f4j","Stack-narrow--padding-normal":"Primer_Brand__Stack-module__Stack-narrow--padding-normal___TQe_D","Stack-narrow--padding-spacious":"Primer_Brand__Stack-module__Stack-narrow--padding-spacious___YeMDB","Stack-narrow--padding-4":"Primer_Brand__Stack-module__Stack-narrow--padding-4___u7vTZ","Stack-narrow--padding-8":"Primer_Brand__Stack-module__Stack-narrow--padding-8___I46C6","Stack-narrow--padding-12":"Primer_Brand__Stack-module__Stack-narrow--padding-12___dDOxC","Stack-narrow--padding-16":"Primer_Brand__Stack-module__Stack-narrow--padding-16___fP_Cf","Stack-narrow--padding-20":"Primer_Brand__Stack-module__Stack-narrow--padding-20___iQimO","Stack-narrow--padding-24":"Primer_Brand__Stack-module__Stack-narrow--padding-24___A3O7E","Stack-narrow--padding-28":"Primer_Brand__Stack-module__Stack-narrow--padding-28___AQ6m1","Stack-narrow--padding-32":"Primer_Brand__Stack-module__Stack-narrow--padding-32___fwzmW","Stack-narrow--padding-36":"Primer_Brand__Stack-module__Stack-narrow--padding-36___nREO8","Stack-narrow--padding-40":"Primer_Brand__Stack-module__Stack-narrow--padding-40___Z0my5","Stack-narrow--padding-44":"Primer_Brand__Stack-module__Stack-narrow--padding-44___DBucu","Stack-narrow--padding-48":"Primer_Brand__Stack-module__Stack-narrow--padding-48___FmiJM","Stack-narrow--padding-64":"Primer_Brand__Stack-module__Stack-narrow--padding-64___X7fQc","Stack-narrow--padding-80":"Primer_Brand__Stack-module__Stack-narrow--padding-80___URxqt","Stack-narrow--padding-96":"Primer_Brand__Stack-module__Stack-narrow--padding-96___OHxcW","Stack-narrow--padding-112":"Primer_Brand__Stack-module__Stack-narrow--padding-112___tNmYE","Stack-narrow--padding-128":"Primer_Brand__Stack-module__Stack-narrow--padding-128___MeCmA","Stack-narrow--gap-4":"Primer_Brand__Stack-module__Stack-narrow--gap-4___DPSDt","Stack-narrow--gap-8":"Primer_Brand__Stack-module__Stack-narrow--gap-8___kbBO7","Stack-narrow--gap-12":"Primer_Brand__Stack-module__Stack-narrow--gap-12___g2DMv","Stack-narrow--gap-16":"Primer_Brand__Stack-module__Stack-narrow--gap-16___txy3T","Stack-narrow--gap-20":"Primer_Brand__Stack-module__Stack-narrow--gap-20___EI1Lr","Stack-narrow--gap-24":"Primer_Brand__Stack-module__Stack-narrow--gap-24___eCYeX","Stack-narrow--gap-28":"Primer_Brand__Stack-module__Stack-narrow--gap-28___lFWdB","Stack-narrow--gap-32":"Primer_Brand__Stack-module__Stack-narrow--gap-32___OvuFF","Stack-narrow--gap-36":"Primer_Brand__Stack-module__Stack-narrow--gap-36___iDp6W","Stack-narrow--gap-40":"Primer_Brand__Stack-module__Stack-narrow--gap-40___nCuFr","Stack-narrow--gap-44":"Primer_Brand__Stack-module__Stack-narrow--gap-44___aAL4O","Stack-narrow--gap-48":"Primer_Brand__Stack-module__Stack-narrow--gap-48___NmFRy","Stack-narrow--gap-64":"Primer_Brand__Stack-module__Stack-narrow--gap-64___zmJsB","Stack-narrow--gap-80":"Primer_Brand__Stack-module__Stack-narrow--gap-80___PZ_rn","Stack-narrow--gap-96":"Primer_Brand__Stack-module__Stack-narrow--gap-96___lmTUq","Stack-narrow--gap-112":"Primer_Brand__Stack-module__Stack-narrow--gap-112___WsPB0","Stack-narrow--gap-128":"Primer_Brand__Stack-module__Stack-narrow--gap-128___gWyum","Stack-regular--gap-none":"Primer_Brand__Stack-module__Stack-regular--gap-none____ZDEx","Stack-regular--gap-condensed":"Primer_Brand__Stack-module__Stack-regular--gap-condensed___ZYYsD","Stack-regular--gap-normal":"Primer_Brand__Stack-module__Stack-regular--gap-normal___dRchQ","Stack-regular--gap-spacious":"Primer_Brand__Stack-module__Stack-regular--gap-spacious___oMqRv","Stack-regular--gap-4":"Primer_Brand__Stack-module__Stack-regular--gap-4___S08kR","Stack-regular--gap-8":"Primer_Brand__Stack-module__Stack-regular--gap-8___TtKx9","Stack-regular--gap-12":"Primer_Brand__Stack-module__Stack-regular--gap-12___hzuKq","Stack-regular--gap-16":"Primer_Brand__Stack-module__Stack-regular--gap-16___o7HsO","Stack-regular--gap-20":"Primer_Brand__Stack-module__Stack-regular--gap-20___QDl67","Stack-regular--gap-24":"Primer_Brand__Stack-module__Stack-regular--gap-24___CweJ8","Stack-regular--gap-28":"Primer_Brand__Stack-module__Stack-regular--gap-28___Ud6HO","Stack-regular--gap-32":"Primer_Brand__Stack-module__Stack-regular--gap-32___pua20","Stack-regular--gap-36":"Primer_Brand__Stack-module__Stack-regular--gap-36___q_Cjl","Stack-regular--gap-40":"Primer_Brand__Stack-module__Stack-regular--gap-40___cZw83","Stack-regular--gap-44":"Primer_Brand__Stack-module__Stack-regular--gap-44___EzLI4","Stack-regular--gap-48":"Primer_Brand__Stack-module__Stack-regular--gap-48___IECRy","Stack-regular--gap-64":"Primer_Brand__Stack-module__Stack-regular--gap-64___Jiu59","Stack-regular--gap-80":"Primer_Brand__Stack-module__Stack-regular--gap-80___f0xxA","Stack-regular--gap-96":"Primer_Brand__Stack-module__Stack-regular--gap-96___BYfZt","Stack-regular--gap-112":"Primer_Brand__Stack-module__Stack-regular--gap-112___VFbdf","Stack-regular--gap-128":"Primer_Brand__Stack-module__Stack-regular--gap-128___o25ih","Stack-regular--padding-none":"Primer_Brand__Stack-module__Stack-regular--padding-none____wmhn","Stack-regular--padding-condensed":"Primer_Brand__Stack-module__Stack-regular--padding-condensed___WxLyH","Stack-regular--padding-normal":"Primer_Brand__Stack-module__Stack-regular--padding-normal___oKpGh","Stack-regular--padding-spacious":"Primer_Brand__Stack-module__Stack-regular--padding-spacious___pL7HW","Stack-regular--padding-4":"Primer_Brand__Stack-module__Stack-regular--padding-4___g1MlZ","Stack-regular--padding-8":"Primer_Brand__Stack-module__Stack-regular--padding-8___MV9gV","Stack-regular--padding-12":"Primer_Brand__Stack-module__Stack-regular--padding-12___U43Fw","Stack-regular--padding-16":"Primer_Brand__Stack-module__Stack-regular--padding-16___KvH6B","Stack-regular--padding-20":"Primer_Brand__Stack-module__Stack-regular--padding-20___eppyK","Stack-regular--padding-24":"Primer_Brand__Stack-module__Stack-regular--padding-24___vtwRC","Stack-regular--padding-28":"Primer_Brand__Stack-module__Stack-regular--padding-28___nTiOJ","Stack-regular--padding-32":"Primer_Brand__Stack-module__Stack-regular--padding-32___I5REZ","Stack-regular--padding-36":"Primer_Brand__Stack-module__Stack-regular--padding-36___WS1K6","Stack-regular--padding-40":"Primer_Brand__Stack-module__Stack-regular--padding-40___JMmOa","Stack-regular--padding-44":"Primer_Brand__Stack-module__Stack-regular--padding-44____aK4u","Stack-regular--padding-48":"Primer_Brand__Stack-module__Stack-regular--padding-48___oQ2EH","Stack-regular--padding-64":"Primer_Brand__Stack-module__Stack-regular--padding-64___lVIL3","Stack-regular--padding-80":"Primer_Brand__Stack-module__Stack-regular--padding-80___iDn3V","Stack-regular--padding-96":"Primer_Brand__Stack-module__Stack-regular--padding-96___a2rM5","Stack-regular--padding-112":"Primer_Brand__Stack-module__Stack-regular--padding-112___iIwN_","Stack-regular--padding-128":"Primer_Brand__Stack-module__Stack-regular--padding-128___CNuPG","Stack-wide--gap-none":"Primer_Brand__Stack-module__Stack-wide--gap-none___V9yZQ","Stack-wide--gap-condensed":"Primer_Brand__Stack-module__Stack-wide--gap-condensed___TB7xm","Stack-wide--gap-normal":"Primer_Brand__Stack-module__Stack-wide--gap-normal___Et9_A","Stack-wide--gap-spacious":"Primer_Brand__Stack-module__Stack-wide--gap-spacious___WXQyb","Stack-wide--gap-4":"Primer_Brand__Stack-module__Stack-wide--gap-4___jztrv","Stack-wide--gap-8":"Primer_Brand__Stack-module__Stack-wide--gap-8___qaywr","Stack-wide--gap-12":"Primer_Brand__Stack-module__Stack-wide--gap-12___bCgki","Stack-wide--gap-16":"Primer_Brand__Stack-module__Stack-wide--gap-16___V0Ly_","Stack-wide--gap-20":"Primer_Brand__Stack-module__Stack-wide--gap-20___lcLAk","Stack-wide--gap-24":"Primer_Brand__Stack-module__Stack-wide--gap-24___H0crZ","Stack-wide--gap-28":"Primer_Brand__Stack-module__Stack-wide--gap-28___IVObp","Stack-wide--gap-32":"Primer_Brand__Stack-module__Stack-wide--gap-32___HXuJZ","Stack-wide--gap-36":"Primer_Brand__Stack-module__Stack-wide--gap-36___nP2T_","Stack-wide--gap-40":"Primer_Brand__Stack-module__Stack-wide--gap-40___NfVDb","Stack-wide--gap-44":"Primer_Brand__Stack-module__Stack-wide--gap-44___bqym2","Stack-wide--gap-48":"Primer_Brand__Stack-module__Stack-wide--gap-48___M3ciy","Stack-wide--gap-64":"Primer_Brand__Stack-module__Stack-wide--gap-64___x2ZRh","Stack-wide--gap-80":"Primer_Brand__Stack-module__Stack-wide--gap-80___OKRwQ","Stack-wide--gap-96":"Primer_Brand__Stack-module__Stack-wide--gap-96___piUPg","Stack-wide--gap-112":"Primer_Brand__Stack-module__Stack-wide--gap-112___s5WKM","Stack-wide--gap-128":"Primer_Brand__Stack-module__Stack-wide--gap-128___JJ87b","Stack-wide--padding-none":"Primer_Brand__Stack-module__Stack-wide--padding-none___GEcfF","Stack-wide--padding-condensed":"Primer_Brand__Stack-module__Stack-wide--padding-condensed___heIOO","Stack-wide--padding-normal":"Primer_Brand__Stack-module__Stack-wide--padding-normal___Pdr2C","Stack-wide--padding-spacious":"Primer_Brand__Stack-module__Stack-wide--padding-spacious___d_AmA","Stack-wide--padding-4":"Primer_Brand__Stack-module__Stack-wide--padding-4___a4P38","Stack-wide--padding-8":"Primer_Brand__Stack-module__Stack-wide--padding-8___JPU6G","Stack-wide--padding-12":"Primer_Brand__Stack-module__Stack-wide--padding-12___neDmy","Stack-wide--padding-16":"Primer_Brand__Stack-module__Stack-wide--padding-16___Cj2BV","Stack-wide--padding-20":"Primer_Brand__Stack-module__Stack-wide--padding-20___lPynX","Stack-wide--padding-24":"Primer_Brand__Stack-module__Stack-wide--padding-24___Ypw7V","Stack-wide--padding-28":"Primer_Brand__Stack-module__Stack-wide--padding-28___k80vm","Stack-wide--padding-32":"Primer_Brand__Stack-module__Stack-wide--padding-32___SHTUT","Stack-wide--padding-36":"Primer_Brand__Stack-module__Stack-wide--padding-36___iWSDo","Stack-wide--padding-40":"Primer_Brand__Stack-module__Stack-wide--padding-40___qk1Hg","Stack-wide--padding-44":"Primer_Brand__Stack-module__Stack-wide--padding-44___a8DV4","Stack-wide--padding-48":"Primer_Brand__Stack-module__Stack-wide--padding-48___yc5OP","Stack-wide--padding-64":"Primer_Brand__Stack-module__Stack-wide--padding-64____opnu","Stack-wide--padding-80":"Primer_Brand__Stack-module__Stack-wide--padding-80___c5WnH","Stack-wide--padding-96":"Primer_Brand__Stack-module__Stack-wide--padding-96___xJjZt","Stack-wide--padding-112":"Primer_Brand__Stack-module__Stack-wide--padding-112___xmuIf","Stack-wide--padding-128":"Primer_Brand__Stack-module__Stack-wide--padding-128___OV3zg","Stack--align-items-flex-end":"Primer_Brand__Stack-module__Stack--align-items-flex-end___cJG6k","Stack--align-items-flex-start":"Primer_Brand__Stack-module__Stack--align-items-flex-start___Vh1Ca","Stack--align-items-center":"Primer_Brand__Stack-module__Stack--align-items-center___xWKxj","Stack-narrow--align-items-flex-end":"Primer_Brand__Stack-module__Stack-narrow--align-items-flex-end___bXiXc","Stack-narrow--align-items-flex-start":"Primer_Brand__Stack-module__Stack-narrow--align-items-flex-start___eBtSy","Stack-narrow--align-items-center":"Primer_Brand__Stack-module__Stack-narrow--align-items-center___jZIXU","Stack-regular--align-items-flex-end":"Primer_Brand__Stack-module__Stack-regular--align-items-flex-end___JlKOr","Stack-regular--align-items-flex-start":"Primer_Brand__Stack-module__Stack-regular--align-items-flex-start___jusm2","Stack-regular--align-items-center":"Primer_Brand__Stack-module__Stack-regular--align-items-center___tY013","Stack-wide--align-items-flex-end":"Primer_Brand__Stack-module__Stack-wide--align-items-flex-end___z5xxr","Stack-wide--align-items-flex-start":"Primer_Brand__Stack-module__Stack-wide--align-items-flex-start___QKRoP","Stack-wide--align-items-center":"Primer_Brand__Stack-module__Stack-wide--align-items-center___DUG9C","Stack--justify-content-flex-end":"Primer_Brand__Stack-module__Stack--justify-content-flex-end___mp2Ka","Stack--justify-content-flex-start":"Primer_Brand__Stack-module__Stack--justify-content-flex-start___VIkHJ","Stack--justify-content-center":"Primer_Brand__Stack-module__Stack--justify-content-center___uZGXl","Stack--justify-content-space-between":"Primer_Brand__Stack-module__Stack--justify-content-space-between___r8E3d","Stack--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack--justify-content-space-evenly___G1eGw","Stack--justify-content-space-around":"Primer_Brand__Stack-module__Stack--justify-content-space-around___kqm4D","Stack-narrow--justify-content-flex-end":"Primer_Brand__Stack-module__Stack-narrow--justify-content-flex-end___QUDo3","Stack-narrow--justify-content-flex-start":"Primer_Brand__Stack-module__Stack-narrow--justify-content-flex-start___fNLJd","Stack-narrow--justify-content-center":"Primer_Brand__Stack-module__Stack-narrow--justify-content-center___kdlmI","Stack-narrow--justify-content-space-between":"Primer_Brand__Stack-module__Stack-narrow--justify-content-space-between___w7Ki5","Stack-narrow--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack-narrow--justify-content-space-evenly___ntQwA","Stack-narrow--justify-content-space-around":"Primer_Brand__Stack-module__Stack-narrow--justify-content-space-around___NHZVk","Stack-regular--justify-content-flex-end":"Primer_Brand__Stack-module__Stack-regular--justify-content-flex-end___B0xmt","Stack-regular--justify-content-flex-start":"Primer_Brand__Stack-module__Stack-regular--justify-content-flex-start___DtA1j","Stack-regular--justify-content-center":"Primer_Brand__Stack-module__Stack-regular--justify-content-center___oEcdF","Stack-regular--justify-content-space-between":"Primer_Brand__Stack-module__Stack-regular--justify-content-space-between___F1gqO","Stack-regular--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack-regular--justify-content-space-evenly___xZdXl","Stack-regular--justify-content-space-around":"Primer_Brand__Stack-module__Stack-regular--justify-content-space-around___nSDM4","Stack-wide--justify-content-flex-end":"Primer_Brand__Stack-module__Stack-wide--justify-content-flex-end___Hztn5","Stack-wide--justify-content-flex-start":"Primer_Brand__Stack-module__Stack-wide--justify-content-flex-start___gnhnO","Stack-wide--justify-content-center":"Primer_Brand__Stack-module__Stack-wide--justify-content-center___XxA7G","Stack-wide--justify-content-space-between":"Primer_Brand__Stack-module__Stack-wide--justify-content-space-between___HEm_x","Stack-wide--justify-content-space-evenly":"Primer_Brand__Stack-module__Stack-wide--justify-content-space-evenly___Hgs5B","Stack-wide--justify-content-space-around":"Primer_Brand__Stack-module__Stack-wide--justify-content-space-around___B30C2","Stack-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-flexWrap--wrap___oHt4z","Stack-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-flexWrap--no-wrap___bGR_x","Stack-narrow-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-narrow-flexWrap--wrap___fnS6A","Stack-narrow-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-narrow-flexWrap--no-wrap___DYcBz","Stack-regular-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-regular-flexWrap--wrap___hwBqs","Stack-regular-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-regular-flexWrap--no-wrap___Y8wyw","Stack-wide-flexWrap--wrap":"Primer_Brand__Stack-module__Stack-wide-flexWrap--wrap___i9hAC","Stack-wide-flexWrap--no-wrap":"Primer_Brand__Stack-module__Stack-wide-flexWrap--no-wrap___C__JU"},x_=["horizontal","vertical"],p_=x_[1],P_=["none","condensed","normal","spacious",...K],w_=P_[1],h_=["center","flex-start","flex-end"],S_=["wrap","nowrap"],I_=[...h_,"space-between","space-around","space-evenly"],k_=(0,e.forwardRef)((({animate:r,children:n,direction:a=p_,gap:o=w_,alignItems:t,padding:d=w_,justifyContent:l,className:m,style:B,flexWrap:u,...s},c)=>{const{classes:g,styles:x}=U(r),p=(0,e.useMemo)((()=>"string"==typeof a?g_[`Stack--${a}`]:Object.keys(a).map((_=>g_[`Stack-${_}--${a[_]}`])).join(" ")),[a]),P=(0,e.useMemo)((()=>"string"==typeof o||"number"==typeof o?g_[`Stack--gap-${o}`]:Object.keys(o).map((_=>g_[`Stack-${_}--gap-${o[_]}`])).join(" ")),[o]),w=(0,e.useMemo)((()=>"string"==typeof d||"number"==typeof d?g_[`Stack--padding-${d}`]:Object.keys(d).map((_=>g_[`Stack-${_}--padding-${d[_]}`])).join(" ")),[d]),h=(0,e.useMemo)((()=>"string"==typeof t?g_[`Stack--align-items-${t}`]:"object"==typeof t?Object.keys(t).map((_=>g_[`Stack-${_}--align-items-${t[_]}`])).join(" "):null),[t]),S=(0,e.useMemo)((()=>"string"==typeof l?g_[`Stack--justify-content-${l}`]:"object"==typeof l?Object.keys(l).map((_=>g_[`Stack-${_}--justify-content-${l[_]}`])).join(" "):null),[l]),I=(0,e.useMemo)((()=>"string"==typeof u?g_[`Stack-flexWrap--${u}`]:"object"==typeof u?Object.keys(u).map((_=>g_[`Stack-${_}-flexWrap--${u[_]}`])).join(" "):null),[u]);return(0,_.jsx)("div",{ref:c,className:i(g,g_.Stack,p,P,h,S,w,I,m),style:{...x,...B},...s,children:n})})),f_=(0,e.forwardRef)((({className:n,align:a="start",children:o,imageContainerClassName:d,imageContainerStyle:l,...m},B)=>{const{HeroActions:u,HeroChildren:s,HeroImageChild:c}=(0,e.useMemo)((()=>r().Children.toArray(o).reduce(((_,e)=>(r().isValidElement(e)&&(e.type===E_||e.type===y_?_.HeroActions.push(e):e.type===b_?_.HeroImageChild=e:_.HeroChildren.push(e)),_)),{HeroActions:[],HeroChildren:[],HeroImageChild:void 0})),[o]),g=c?.props?.position||"block-end",x=c?t["Hero--layout-image"]:t["Hero--layout-default"];return(0,_.jsx)("section",{className:i(t.Hero,"inline-end"!==g&&t[`Hero--align-${a}`],x,c&&t[`Hero--image-pos-${g}`],n),ref:B,"aria-labelledby":"hero-section-brand-heading",...m,children:(0,_.jsxs)(c_,{fullWidth:!0,className:i(t["Hero-grid"],t[`Hero-grid--${g}`]),children:[(0,_.jsx)(c_.Column,{span:{medium:c&&"inline-end"===g?6:12},children:(0,_.jsxs)(k_,{direction:"vertical",gap:"none",padding:"none",alignItems:"inline-end"===g||"start"===a?"flex-start":"center",justifyContent:"inline-end"===g?void 0:"start"===a?"flex-start":"center",children:[s,(0,_.jsx)("div",{className:t["Hero-actions"],children:u})]})}),c&&(0,_.jsx)(c_.Column,{span:{medium:"inline-end"===g?6:12},className:d,style:{...l},children:c})]})})})),v_=(0,e.forwardRef)((({children:e,...r},n)=>(0,_.jsx)(L,{id:"hero-section-brand-heading",className:t["Hero-heading"],as:"h1",ref:n,...r,children:e})));function b_({position:e="block-end",className:r,...n}){return(0,_.jsx)(l_,{className:i(t["Hero-image"],t[`Hero-image--pos-${e}`],r),...n})}const E_=(0,e.forwardRef)((({href:e,as:r="a",children:n,...a},o)=>(0,_.jsx)(b,{as:r,variant:"primary",size:"medium",href:e,...a,ref:o,children:n}))),y_=(0,e.forwardRef)((({href:e,as:r="a",children:n,...a},o)=>(0,_.jsx)(b,{as:r,variant:"secondary",size:"medium",href:e,...a,ref:o,children:n}))),A_=Object.assign(f_,{Heading:v_,Description:function({size:e="200",weight:r,children:n}){return(0,_.jsx)(P,{className:t["Hero-description"],as:"p",size:e,weight:r,children:n})},PrimaryAction:E_,SecondaryAction:y_,Image:b_,Label:function({children:e,...r}){return(0,_.jsx)(o_,{className:t["Hero-label"],...r,children:e})}});var N_;!function(_){_.LIGHT="light",_.DARK="dark",_.AUTO="auto"}(N_||(N_={}));const T_=N_.LIGHT,C_=(0,e.createContext)({colorMode:T_,availableColorModes:Object.values(N_)});function G_({colorMode:r=T_,children:n,...a}){const[o,i]=(0,e.useState)(r),t=(0,e.useMemo)((()=>Object.values(N_)),[]);return(0,e.useEffect)((()=>(r===N_.AUTO?i(L_()):o!==r&&i(r),H_(i))),[r,o,i]),(0,_.jsx)(C_.Provider,{value:{colorMode:o,availableColorModes:t},children:(0,_.jsx)("div",{"data-color-mode":o,...a,children:n})})}const j_=()=>window.matchMedia(`(prefers-color-scheme: ${N_.DARK})`),L_=()=>j_().matches?N_.DARK:N_.LIGHT,H_=_=>{const e=j_(),r=e=>_(e.matches?N_.DARK:N_.LIGHT);return e.addEventListener("change",r),()=>e.removeEventListener("change",r)},M_=()=>(0,e.useContext)(C_),V_=(0,e.forwardRef)((({buttonSize:e="medium",buttonsAs:n,className:a,children:o,...i},t)=>{const d=r().Children.toArray(o).map(((_,a)=>{if(r().isValidElement(_)&&"string"!=typeof _.type&&_.type===b)return r().cloneElement(_,{size:e,as:n,variant:0===a?"primary":"secondary",hasArrow:0===a,..._.props})})).filter(Boolean).slice(0,2);return(0,_.jsx)("section",{ref:t,className:"Primer_Brand__ButtonGroup-module__ButtonGroup___QQSsj",...i,children:d})})),R_={River:"Primer_Brand__river-shared-module__River___eSXvR","River--align-center":"Primer_Brand__river-shared-module__River--align-center___VxJ3H",River__visual:"Primer_Brand__river-shared-module__River__visual___kjFE2","River__visual--fill-media":"Primer_Brand__river-shared-module__River__visual--fill-media___psmFL","River__visual--rounded":"Primer_Brand__river-shared-module__River__visual--rounded___x1iTx","River__visual--has-shadow":"Primer_Brand__river-shared-module__River__visual--has-shadow___PyzIW",River__heading:"Primer_Brand__river-shared-module__River__heading___tl6zS","River__call-to-action":"Primer_Brand__river-shared-module__River__call-to-action___yeIFh",River__text:"Primer_Brand__river-shared-module__River__text___TQQhU",River__trailingComponent:"Primer_Brand__river-shared-module__River__trailingComponent___bjdxv","River__trailingComponent--divider":"Primer_Brand__river-shared-module__River__trailingComponent--divider___q9hCY","River--50-50":"Primer_Brand__river-shared-module__River--50-50___y5_l2","River--60-40":"Primer_Brand__river-shared-module__River--60-40___NljA1","River--align-start":"Primer_Brand__river-shared-module__River--align-start___wo12V","River--align-end":"Primer_Brand__river-shared-module__River--align-end___aNjz4",River__content:"Primer_Brand__river-shared-module__River__content___p4EdY","River__body-text":"Primer_Brand__river-shared-module__River__body-text___aJne5",RiverBreakout:"Primer_Brand__river-shared-module__RiverBreakout___VNW5e","RiverBreakout--muted":"Primer_Brand__river-shared-module__RiverBreakout--muted___k_sJO",RiverBreakout__hiddenHeading:"Primer_Brand__river-shared-module__RiverBreakout__hiddenHeading___axLfo"},F_="50:50",z_="start",O_=(0,e.forwardRef)((({animate:e,imageTextRatio:n=F_,align:a=z_,className:o,children:t,style:d,...l},m)=>{const{classes:B,styles:u}=U(e),{Visual:s,Content:c}=r().Children.toArray(t).reduce(((_,e)=>(r().isValidElement(e)&&"string"!=typeof e.type&&(e.type===q_&&(_.Visual=e),e.type===W_&&(_.Content=e)),_)),{Visual:null,Content:null}),g="start"===a||"center"===a?[c,s]:[s,c];return(0,_.jsx)("section",{ref:m,className:i(R_.River,R_[`River--${n.replace(":","-")}`],R_[`River--align-${a}`],B,o),style:{...u,...d},...l,children:g})})),W_=(0,e.forwardRef)((({animate:e,children:n,className:a,leadingComponent:o,trailingComponent:t,trailingComponentDivider:d=!1,style:l,...m},B)=>{const{classes:u,styles:s}=U(e),c=r().Children.toArray(n).find((_=>r().isValidElement(_)&&_.type===L)),g=r().Children.toArray(n).find((_=>r().isValidElement(_)&&_.type===P)),x=r().Children.toArray(n).find((_=>r().isValidElement(_)&&_.type===ze));return(0,_.jsxs)("div",{className:i(u,R_.River__content,a),style:{...s,...l},...m,ref:B,children:[o&&(0,_.jsx)("div",{children:(0,_.jsx)(o,{})}),r().isValidElement(c)&&(0,_.jsx)("div",{className:R_.River__heading,children:r().cloneElement(c,{as:c.props.as||"h3",size:c.props.size||"4",weight:c.props.weight})}),r().isValidElement(g)&&(0,_.jsx)("div",{className:R_["River__body-text"],children:r().cloneElement(g,{variant:"default",as:"p",className:i(R_.River__text,g.props.className)})}),r().isValidElement(x)&&(0,_.jsx)("div",{className:R_["River__call-to-action"],children:r().cloneElement(x,{size:"medium"})}),t&&(0,_.jsx)("div",{className:i(R_.River__trailingComponent,d&&R_["River__trailingComponent--divider"]),children:(0,_.jsx)(t,{})})]})})),q_=(0,e.forwardRef)((({fillMedia:e=!0,children:r,className:n,hasShadow:a=!1,rounded:o=!0,...t},d)=>(0,_.jsx)("div",{className:i(R_.River__visual,a&&R_["River__visual--has-shadow"],e&&R_["River__visual--fill-media"],o&&R_["River__visual--rounded"],n),...t,ref:d,children:r}))),Z_=Object.assign(O_,{Visual:q_,Content:W_}),D_=(_,e)=>{if(!_)return!1;if(Array.isArray(_)){for(const r of _)if(D_(r,e))return!0}else if(r().isValidElement(_)){if(_.type===e)return!0;if(_.props&&_.props.children&&D_(_.props.children,e))return!0}return!1},Q_=D_,U_=(0,e.forwardRef)((({animate:e,className:r,children:n,style:a,...o},t)=>{const{classes:d,styles:l}=U(e),m=Q_(n,"em")?"muted":"default";return Q_(n,X_),(0,_.jsx)("section",{ref:t,className:i(R_.RiverBreakout,"muted"===m&&R_["RiverBreakout--muted"],d,r),style:{...l,...a},...o,children:n})})),X_=({as:e="h3",children:r})=>(0,_.jsx)(L,{className:"visually-hidden",as:e,children:r}),$_=Object.assign(U_,{Visual:Z_.Visual,Content:Z_.Content,A11yHeading:X_});var K_={small:16,medium:32,large:64};function J_(_,e,n){var a=n(),o=Object.keys(a);function i(_){var n=_["aria-label"],i=_.tabIndex,t=_.className,d=void 0===t?e:t,l=_.fill,m=void 0===l?"currentColor":l,B=_.size,u=void 0===B?16:B,s=_.verticalAlign,c=void 0===s?"text-bottom":s,g=K_[u]||u,x=function(_,e){return _.map((function(_){return parseInt(_,10)})).reduce((function(_,r){return r<=e?r:_}),_[0])}(o,g),p=a[x].width,P=g*(p/x),w=a[x].path;return r().createElement("svg",{"aria-hidden":n?"false":"true",tabIndex:i,focusable:i>=0?"true":"false","aria-label":n,role:"img",className:d,viewBox:"0 0 ".concat(p," ").concat(x),width:P,height:g,fill:m,style:{display:"inline-block",userSelect:"none",verticalAlign:c,overflow:"visible"}},w)}return i.displayName=_,i}var Y_=J_("AlertFillIcon","octicon octicon-alert-fill",(function(){return{12:{width:12,path:r().createElement("path",{d:"M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 0 1-1.146 1.954H1.33A1.313 1.313 0 0 1 .183 9.058ZM7 7V3H5v4Zm-1 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})},16:{width:16,path:r().createElement("path",{d:"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575ZM8 5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5A.75.75 0 0 0 8 5Zm1 6a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"})},24:{width:24,path:r().createElement("path",{d:"M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752ZM12 8.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-4.5A.75.75 0 0 0 12 8.5Zm1 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"})}}})),_e=J_("CheckIcon","octicon octicon-check",(function(){return{16:{width:16,path:r().createElement("path",{d:"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"})},24:{width:24,path:r().createElement("path",{d:"M21.03 5.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.747.747 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 1 1 1.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 0 1 1.06 0Z"})}}})),ee=J_("CheckCircleFillIcon","octicon octicon-check-circle-fill",(function(){return{12:{width:12,path:r().createElement("path",{d:"M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0Zm-.705 8.737L9.63 4.403 8.392 3.166 5.295 6.263l-1.7-1.702L2.356 5.8l2.938 2.938Z"})},16:{width:16,path:r().createElement("path",{d:"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16Zm3.78-9.72a.751.751 0 0 0-.018-1.042.751.751 0 0 0-1.042-.018L6.75 9.19 5.28 7.72a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042l2 2a.75.75 0 0 0 1.06 0Z"})},24:{width:24,path:r().createElement("path",{d:"M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm16.28-2.72a.751.751 0 0 0-.018-1.042.751.751 0 0 0-1.042-.018l-5.97 5.97-2.47-2.47a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042l3 3a.75.75 0 0 0 1.06 0Z"})}}})),re=J_("ChevronDownIcon","octicon octicon-chevron-down",(function(){return{12:{width:12,path:r().createElement("path",{d:"M6 8.825c-.2 0-.4-.1-.5-.2l-3.3-3.3c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.7 2.7 2.7-2.7c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1l-3.2 3.2c-.2.2-.4.3-.6.3Z"})},16:{width:16,path:r().createElement("path",{d:"M12.78 5.22a.749.749 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.06 0L3.22 6.28a.749.749 0 1 1 1.06-1.06L8 8.939l3.72-3.719a.749.749 0 0 1 1.06 0Z"})},24:{width:24,path:r().createElement("path",{d:"M5.22 8.22a.749.749 0 0 0 0 1.06l6.25 6.25a.749.749 0 0 0 1.06 0l6.25-6.25a.749.749 0 1 0-1.06-1.06L12 13.939 6.28 8.22a.749.749 0 0 0-1.06 0Z"})}}})),ne=J_("ChevronLeftIcon","octicon octicon-chevron-left",(function(){return{16:{width:16,path:r().createElement("path",{d:"M9.78 12.78a.75.75 0 0 1-1.06 0L4.47 8.53a.75.75 0 0 1 0-1.06l4.25-4.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L6.06 8l3.72 3.72a.75.75 0 0 1 0 1.06Z"})},24:{width:24,path:r().createElement("path",{d:"M15.28 5.22a.75.75 0 0 1 0 1.06L9.56 12l5.72 5.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215l-6.25-6.25a.75.75 0 0 1 0-1.06l6.25-6.25a.75.75 0 0 1 1.06 0Z"})}}})),ae=J_("ChevronUpIcon","octicon octicon-chevron-up",(function(){return{12:{width:12,path:r().createElement("path",{d:"M6 4c-.2 0-.4.1-.5.2L2.2 7.5c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0L6 5.9l2.7 2.7c.3.3.8.3 1.1 0 .3-.3.3-.8 0-1.1L6.6 4.3C6.4 4.1 6.2 4 6 4Z"})},16:{width:16,path:r().createElement("path",{d:"M3.22 10.53a.749.749 0 0 1 0-1.06l4.25-4.25a.749.749 0 0 1 1.06 0l4.25 4.25a.749.749 0 1 1-1.06 1.06L8 6.811 4.28 10.53a.749.749 0 0 1-1.06 0Z"})},24:{width:24,path:r().createElement("path",{d:"M18.78 15.78a.749.749 0 0 1-1.06 0L12 10.061 6.28 15.78a.749.749 0 1 1-1.06-1.06l6.25-6.25a.749.749 0 0 1 1.06 0l6.25 6.25a.749.749 0 0 1 0 1.06Z"})}}})),oe=J_("DashIcon","octicon octicon-dash",(function(){return{16:{width:16,path:r().createElement("path",{d:"M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75Z"})},24:{width:24,path:r().createElement("path",{d:"M4.5 12.75a.75.75 0 0 1 .75-.75h13.5a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1-.75-.75Z"})}}})),ie=J_("LogoGithubIcon","octicon octicon-logo-github",(function(){return{16:{width:45,path:r().createElement("path",{d:"M8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17Zm35.85 2.33c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88ZM27.68 2.43c.09 0 .17.08.17.17v11.11c0 .09-.08.17-.17.17h-2.13c-.09 0-.17-.08-.17-.17l.02-4.75h-3.31v4.75c0 .09-.08.17-.17.17h-2.13c-.08 0-.17-.08-.17-.17V2.6c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v4.09h3.31V2.6c0-.09.08-.17.17-.17Zm8.26 3.64c.11 0 .19.08.19.17l-.02 7.47c0 .09-.06.17-.17.17H34.6c-.07 0-.14-.04-.16-.09-.03-.06-.08-.45-.08-.45s-1.13.77-2.52.77c-1.69 0-2.92-.55-2.92-2.75V6.25c0-.09.08-.17.17-.17h2.14c.09 0 .17.08.17.17V11c0 .75.22 1.09.97 1.09s1.3-.39 1.3-.39V6.26c0-.11.06-.19.17-.19Zm-17.406 5.971h.005a.177.177 0 0 1 .141.179v1.5c0 .07-.03.14-.09.16-.1.05-.74.22-1.27.22-1.16 0-2.86-.25-2.86-2.69V8.13h-1.11c-.09 0-.17-.08-.17-.19V6.58c0-.08.05-.15.13-.17.07-.01 1.16-.28 1.16-.28V3.96c0-.08.05-.13.14-.13h2.16c.09 0 .14.05.14.13v2.11h1.59c.08 0 .16.08.16.17v1.7c0 .11-.07.19-.16.19h-1.59v3.131c0 .47.27.83 1.05.83.247 0 .481-.049.574-.05ZM12.24 6.06c.09 0 .17.08.17.17v7.37c0 .18-.05.27-.25.27h-1.92c-.17 0-.3-.07-.3-.27V6.26c0-.11.08-.2.17-.2Zm29.99 3.78c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25ZM11.19 2.68c.75 0 1.36.61 1.36 1.38 0 .77-.61 1.38-1.36 1.38-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38Zm7.34 9.35v.001l.01.01h-.001l-.005-.001v.001c-.009-.001-.015-.011-.024-.011Z"})}}})),te=J_("MarkGithubIcon","octicon octicon-mark-github",(function(){return{16:{width:16,path:r().createElement("path",{d:"M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"})}}})),de=J_("MuteIcon","octicon octicon-mute",(function(){return{16:{width:16,path:r().createElement("path",{d:"M8 2.75v10.5a.751.751 0 0 1-1.238.57L3.473 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.722l3.29-2.82A.75.75 0 0 1 8 2.75Zm3.28 2.47L13 6.94l1.72-1.72a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L14.06 8l1.72 1.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L13 9.06l-1.72 1.72a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L11.94 8l-1.72-1.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-7.042 1.1a.752.752 0 0 1-.488.18h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62V4.38Z"})},24:{width:24,path:r().createElement("path",{d:"M12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805A.75.75 0 0 1 12 3.75ZM6.255 9.305a.748.748 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86V5.445ZM16.28 8.22a.75.75 0 1 0-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L19 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L20.06 12l2.72-2.72a.75.75 0 0 0-1.06-1.06L19 10.94l-2.72-2.72Z"})}}})),le=J_("ScreenFullIcon","octicon octicon-screen-full",(function(){return{16:{width:16,path:r().createElement("path",{d:"M1.75 10a.75.75 0 0 1 .75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 1 13.25v-2.5a.75.75 0 0 1 .75-.75Zm12.5 0a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 13.25 15h-2.5a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 .75-.75ZM2.75 2.5a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0v-2.5C1 1.784 1.784 1 2.75 1h2.5a.75.75 0 0 1 0 1.5ZM10 1.75a.75.75 0 0 1 .75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1-.75-.75Z"})},24:{width:24,path:r().createElement("path",{d:"M3.75 15a.75.75 0 0 1 .75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 3 19.25v-3.5a.75.75 0 0 1 .75-.75Zm16.5 0a.75.75 0 0 1 .75.75v3.5A1.75 1.75 0 0 1 19.25 21h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 .75-.75ZM4.75 4.5a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0v-3.5C3 3.784 3.784 3 4.75 3h3.5a.75.75 0 0 1 0 1.5ZM15 3.75a.75.75 0 0 1 .75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1-.75-.75Z"})}}})),me=J_("ScreenNormalIcon","octicon octicon-screen-normal",(function(){return{16:{width:16,path:r().createElement("path",{d:"M10.75 1a.75.75 0 0 1 .75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 10 4.25v-2.5a.75.75 0 0 1 .75-.75Zm-5.5 0a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 4.25 6h-2.5a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-2.5A.75.75 0 0 1 5.25 1ZM1 10.75a.75.75 0 0 1 .75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1-.75-.75Zm9 1c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Z"})},24:{width:24,path:r().createElement("path",{d:"M15.75 3a.75.75 0 0 1 .75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 15 7.25v-3.5a.75.75 0 0 1 .75-.75Zm-7.5 0a.75.75 0 0 1 .75.75v3.5A1.75 1.75 0 0 1 7.25 9h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25v-3.5A.75.75 0 0 1 8.25 3ZM3 15.75a.75.75 0 0 1 .75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1-.75-.75Zm12 1c0-.966.784-1.75 1.75-1.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0Z"})}}})),Be=J_("SearchIcon","octicon octicon-search",(function(){return{16:{width:16,path:r().createElement("path",{d:"M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"})},24:{width:24,path:r().createElement("path",{d:"M10.25 2a8.25 8.25 0 0 1 6.34 13.53l5.69 5.69a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215l-5.69-5.69A8.25 8.25 0 1 1 10.25 2ZM3.5 10.25a6.75 6.75 0 1 0 13.5 0 6.75 6.75 0 0 0-13.5 0Z"})}}})),ue=J_("UnmuteIcon","octicon octicon-unmute",(function(){return{16:{width:16,path:r().createElement("path",{d:"M7.563 2.069A.75.75 0 0 1 8 2.75v10.5a.751.751 0 0 1-1.238.57L3.472 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 0 1 .801-.111ZM6.5 4.38 4.238 6.319a.748.748 0 0 1-.488.181h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62Zm6.096-2.038a.75.75 0 0 1 1.06 0 8 8 0 0 1 0 11.314.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042 6.5 6.5 0 0 0 0-9.193.75.75 0 0 1 0-1.06Zm-1.06 2.121-.001.001a5 5 0 0 1 0 7.07.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734 3.5 3.5 0 0 0 0-4.95.75.75 0 1 1 1.061-1.061Z"})},24:{width:24,path:r().createElement(r().Fragment,null,r().createElement("path",{d:"M11.553 3.064A.75.75 0 0 1 12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805a.752.752 0 0 1 .808-.13ZM10.5 5.445l-4.245 3.86a.748.748 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86Zm8.218-1.223a.75.75 0 0 1 1.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 0 1-1.06-1.06 9.5 9.5 0 0 0 0-13.436.75.75 0 0 1 0-1.06Z"}),r().createElement("path",{d:"M16.243 7.757a.75.75 0 1 0-1.061 1.061 4.5 4.5 0 0 1 0 6.364.75.75 0 0 0 1.06 1.06 6 6 0 0 0 0-8.485Z"}))}}})),se=J_("XIcon","octicon octicon-x",(function(){return{16:{width:16,path:r().createElement("path",{d:"M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"})},24:{width:24,path:r().createElement("path",{d:"M5.72 5.72a.75.75 0 0 1 1.06 0L12 10.94l5.22-5.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L13.06 12l5.22 5.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L12 13.06l-5.22 5.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L10.94 12 5.72 6.78a.75.75 0 0 1 0-1.06Z"})}}}));function ce(_,r,n){(0,e.useEffect)((()=>{const e=e=>{!_.current||_.current.contains(e.target)||n&&n.current&&n.current.contains(e.target)||r&&r(e)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e,{passive:!0}),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[_,r,n])}const ge={SubdomainNavBar:"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK","SubdomainNavBar-outer-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container___aE8uv","SubdomainNavBar-outer-container--fixed":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container--fixed___ZhyZf","SubdomainNavBar-inner-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container___kdy5Y","SubdomainNavBar-inner-container--centered":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--centered___FXUTh","SubdomainNavBar-inner-container--search-open":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--search-open___nhMNU","fade-out":"Primer_Brand__SubdomainNavBar-module__fade-out___fhdxi","SubdomainNavBar-title-area":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5","SubdomainNavBar-logo-mark":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_","SubdomainNavBar-back-arrow":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-back-arrow___OOrj8","SubdomainNavBar-title-separator":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-separator___djrH2","SubdomainNavBar-title":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2","SubdomainNavBar-primary-nav":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav___rZwCn","SubdomainNavBar-primary-nav-list":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r","SubdomainNavBar-primary-nav-list--invisible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list--invisible___HnkQO","SubdomainNavBar-primary-nav-list--visible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list--visible___ZeoFv","fade-in-down":"Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g","SubdomainNavBar-primary-nav-list-item":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9","fade-in-down-staggered":"Primer_Brand__SubdomainNavBar-module__fade-in-down-staggered___zQfEQ","SubdomainNavBar-primary-nav-list-item--visible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--visible___oDmLP","SubdomainNavBar-primary-nav-list-item--invisible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--invisible___NioAh","SubdomainNavBar-primary-nav-list-item--overflow":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--overflow___FXC7u","SubdomainNavBar-link":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc","SubdomainNavBar-overflow-menu-item":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx","focus-visible":"Primer_Brand__SubdomainNavBar-module__focus-visible___LbPb7","SubdomainNavBar-more-link":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2","SubdomainNavBar-overflow-menu":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu___RXj_t","enlarge-shadow":"Primer_Brand__SubdomainNavBar-module__enlarge-shadow___pfcD5","SubdomainNavBar-overflow-menu-list":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-list___EbzqG","SubdomainNavBar-secondary-nav":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-secondary-nav___WHTTz","SubdomainNavBar-search-trigger":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj","SubdomainNavBar-search-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R","SubdomainNavBar-menu-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J","SubdomainNavBar-menu-button-bar":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF","SubdomainNavBar-menu-button--close":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT","SubdomainNavBar-mobile-menu-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW","SubdomainNavBar-search-dialog-control-area":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog-control-area___KlFbq","SubdomainNavBar-button-area":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys","SubdomainNavBar-button-area-inner":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv","SubdomainNavBar-button-area--visible":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf","SubdomainNavBar-cta-button":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button___g_9BM","SubdomainNavBar-cta-button--secondary":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button--secondary___P0FJH","SubdomainNavBar-search-form":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-form___zoZB5","SubdomainNavBar-search-dialog":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5","SubdomainNavBar-search-text-input":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-text-input___kDY_0","SubdomainNavBar-search-results-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-container___kow2P","SubdomainNavBar-search-results":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results___haCH9","SubdomainNavBar-search-results-heading":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-heading___FTzyR","SubdomainNavBar-search-result-item":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z","SubdomainNavBar-search-result-item-container":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd","SubdomainNavBar-search-result-item-desc":"Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-desc___Rb5Tm"};function xe(_){const r=(0,e.useCallback)((e=>{"Escape"===e.key&&_()}),[_]);(0,e.useEffect)((()=>(document.addEventListener("keydown",r,!1),()=>{document.removeEventListener("keydown",r,!1)})),[r])}var pe;function Pe(){const[_,r]=(0,e.useState)({width:void 0,height:void 0,isXSmall:void 0,isSmall:void 0,isMedium:void 0,isLarge:void 0,isXLarge:void 0,isXXLarge:void 0,currentBreakpointSize:void 0});return(0,e.useEffect)((()=>{function _(){r({width:window.innerWidth,height:window.innerHeight,isXSmall:window.innerWidth>=320,isSmall:window.innerWidth>=544,isMedium:window.innerWidth>=768,isLarge:window.innerWidth>=1012,isXLarge:window.innerWidth>=1280,isXXLarge:window.innerWidth>=1440,currentBreakpointSize:we(window.innerWidth)})}return window.addEventListener("resize",_),_(),()=>window.removeEventListener("resize",_)}),[]),_}!function(_){_.XSMALL="xsmall",_.SMALL="small",_.MEDIUM="medium",_.LARGE="large",_.XLARGE="xlarge",_.XXLARGE="xxlarge"}(pe||(pe={}));const we=_=>{let e=pe.XXLARGE;switch(!0){case _>=320&&_<544:e=pe.XSMALL;break;case _>=544&&_<768:e=pe.SMALL;break;case _>=768&&_<1012:e=pe.MEDIUM;break;case _>=1012&&_<1280:e=pe.LARGE;break;case _>=1280&&_<1440:e=pe.XLARGE;break;default:e=pe.XXLARGE}return e};function he({children:n,className:a,...o}){const t=(0,e.useRef)(null),[d]=function(_,r){const[n,a]=(0,e.useState)({}),o=_=>{const e={};for(const r of _){const _=r.target.getAttribute("data-navitemid");_&&(r.isIntersecting?e[_]=!0:e[_]=!1)}a((_=>({..._,...e})))};return(0,e.useEffect)((()=>{const e=new IntersectionObserver(o,{root:_.current,threshold:1});if(_.current){const r=Array.from(_.current.children);for(const _ of r)_.getAttribute("data-navitemid")&&e.observe(_)}return()=>e.disconnect()}),[_,r]),[n]}(t,n),{width:l}=Pe(),m=Object.values(d).includes(!1);return(0,_.jsxs)("ul",{className:i(ge["SubdomainNavBar-primary-nav-list"],a),ref:t,...o,children:[r().Children.map(n,(_=>r().cloneElement(_,{className:i(_.props.className,l&&l>=768&&!!d[_.props["data-navitemid"]]&&ge["SubdomainNavBar-primary-nav-list-item--visible"],l&&l>=768&&!d[_.props["data-navitemid"]]&&ge["SubdomainNavBar-primary-nav-list-item--invisible"])}))),m&&(0,_.jsx)(Se,{visibilityMap:d,children:n})]})}function Se({children:n,className:a,visibilityMap:o}){const[t,d]=(0,e.useState)(null),l=(0,e.useRef)(null);ce(l,(()=>B()));const m=Boolean(t),B=(0,e.useCallback)((()=>{d(null)}),[]);return xe(B),(0,_.jsxs)("li",{className:i(ge["SubdomainNavBar-primary-nav-list-item--overflow"],a),ref:l,children:[(0,_.jsxs)("button",{"aria-expanded":m?"true":"false","aria-controls":"more-navigation","aria-haspopup":"true",onClick:_=>{t?B():d(_.currentTarget)},className:i(ge["SubdomainNavBar-link"],ge["SubdomainNavBar-more-link"]),children:["More",(0,_.jsx)(re,{})]}),(0,_.jsx)("div",{id:"more-navigation",style:{display:m?"block":"none"},className:i(ge["SubdomainNavBar-overflow-menu"]),children:(0,_.jsx)("ul",{className:i(ge["SubdomainNavBar-overflow-menu-list"]),children:r().Children.map(n,(e=>{if(r().isValidElement(e)){const n=e.props["data-navitemid"];if(!o[n])return(0,_.jsx)(r().Fragment,{children:r().cloneElement(e,{onClick:B,className:i(ge["SubdomainNavBar-overflow-menu-item"],e.props.className)})})}return null}))})})]})}function*Ie(_,e={}){var r,n;const a=null!==(r=e.strict)&&void 0!==r&&r,o=null!==(n=e.onlyTabbable)&&void 0!==n&&n?ve:fe,i=document.createTreeWalker(_,NodeFilter.SHOW_ELEMENT,{acceptNode:_=>_ instanceof HTMLElement&&o(_,a)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let t=null;if(!e.reverse&&o(_,a)&&(yield _),e.reverse){let _=i.lastChild();for(;_;)t=_,_=i.lastChild()}else t=i.firstChild();for(;t instanceof HTMLElement;)yield t,t=e.reverse?i.previousNode():i.nextNode();e.reverse&&o(_,a)&&(yield _)}function ke(_,e=!1){return Ie(_,{reverse:e,strict:!0,onlyTabbable:!0}).next().value}function fe(_,e=!1){const r=["BUTTON","INPUT","SELECT","TEXTAREA","OPTGROUP","OPTION","FIELDSET"].includes(_.tagName)&&_.disabled,n=_.hidden,a=_ instanceof HTMLInputElement&&"hidden"===_.type,o=_.classList.contains("sentinel");if(r||n||a||o)return!1;if(e){const e=0===_.offsetWidth||0===_.offsetHeight,r=["hidden","collapse"].includes(getComputedStyle(_).visibility),n=0===_.getClientRects().length;if(e||r||n)return!1}return null!=_.getAttribute("tabindex")||!(_ instanceof HTMLAnchorElement&&null==_.getAttribute("href"))&&-1!==_.tabIndex}function ve(_,e=!1){return fe(_,e)&&"-1"!==_.getAttribute("tabindex")}let be=!1;function Ee(){}try{const _=Object.create({},{signal:{get(){be=!0}}});window.addEventListener("test",Ee,_),window.removeEventListener("test",Ee,_)}catch(_){}function ye(){be||(function(){if("undefined"==typeof window)return;const _=EventTarget.prototype.addEventListener;EventTarget.prototype.addEventListener=function(e,r,n){return"object"==typeof n&&"signal"in n&&n.signal instanceof AbortSignal&&_.call(n.signal,"abort",(()=>{this.removeEventListener(e,r,n)})),_.call(this,e,r,n)}}(),be=!0)}ye();const Ae=[];let Ne;function Te(_,e,r){const n=new AbortController,a=null!=r?r:n.signal;_.setAttribute("data-focus-trap","active");const o=document.createElement("span");o.setAttribute("class","sentinel"),o.setAttribute("tabindex","0"),o.setAttribute("aria-hidden","true"),o.onfocus=()=>{const e=ke(_,!0);null==e||e.focus()};const i=document.createElement("span");let t;function d(r){if(r instanceof HTMLElement&&document.contains(_)){if(_.contains(r))return void(t=r);if(t&&ve(t)&&_.contains(t))return void t.focus();if(e&&_.contains(e))return void e.focus();{const e=ke(_);return void(null==e||e.focus())}}}i.setAttribute("class","sentinel"),i.setAttribute("tabindex","0"),i.setAttribute("aria-hidden","true"),i.onfocus=()=>{const e=ke(_);null==e||e.focus()},_.prepend(o),_.append(i);const l=function(_){const e=new AbortController;return _.addEventListener("abort",(()=>{e.abort()})),e}(a);if(Ne){const _=Ne;Ne.container.setAttribute("data-focus-trap","suspended"),Ne.controller.abort(),Ae.push(_)}l.signal.addEventListener("abort",(()=>{Ne=void 0})),a.addEventListener("abort",(()=>{_.removeAttribute("data-focus-trap");const e=_.getElementsByClassName("sentinel");for(;e.length>0;)e[0].remove();const r=Ae.findIndex((e=>e.container===_));r>=0&&Ae.splice(r,1),function(){const _=Ae.pop();_&&Te(_.container,_.initialFocus,_.originalSignal)}()})),document.addEventListener("focus",(_=>{d(_.target)}),{signal:l.signal,capture:!0}),d(document.activeElement),Ne={container:_,controller:l,initialFocus:e,originalSignal:a};const m=Ae.findIndex((e=>e.container===_));if(m>=0&&Ae.splice(m,1),!r)return n}const Ce={root:"SubdomainNavBar",get innerContainer(){return`${this.root}-inner-container`},get menuButton(){return`${this.root}-menuButton`},get menuLinks(){return`${this.root}-menuLinks`},get liveRegion(){return`${this.root}-search-live-region`}};function Ge({href:e,className:r,children:n,...a}){return(0,_.jsx)("li",{className:i(ge["SubdomainNavBar-primary-nav-list-item"],r),...a,children:(0,_.jsx)("a",{href:e,className:i(ge["SubdomainNavBar-link"]),children:n})})}const je=(0,e.forwardRef)((({active:n,title:a,searchResults:o,searchTerm:t,handlerFn:d,onSubmit:l,onChange:m},B)=>{const u=(0,e.useRef)(null);!function(_,e=[]){const n=_?.containerRef,a=_?.initialFocusRef,o=_?.disabled,i=r().useRef(),t=r().useRef(null);function d(){i.current?.abort(),_?.restoreFocusOnCleanUp&&t.current instanceof HTMLElement&&(t.current.focus(),t.current=null)}t.current||_?.disabled||(t.current=document.activeElement),r().useEffect((()=>{if(n?.current instanceof HTMLElement){if(!o)return i.current=Te(n.current,a?.current??void 0),()=>{d()};d()}}),[n,a,o,...e])}({containerRef:u,restoreFocusOnCleanUp:!0,disabled:!n}),ce(u,d);const[s,c]=(0,e.useState)(-1),[g,x]=(0,e.useState)(),[p,w]=(0,e.useState)(!1),h=(0,e.useCallback)(((_=null)=>{d&&d(_),c(-1)}),[d]);ce(u,h),xe((()=>{if(!g&&n)return h(),!1;x(!1),c(-1)}));const S=(0,e.useCallback)((_=>{const e=s,r=o?o.length:0,n=u.current;let a;if(!["ArrowDown","ArrowUp","Escape","Enter"].includes(_.key)||"Enter"===_.key&&-1===s||!n)return!1;_.preventDefault(),"ArrowDown"===_.key?(a=e<r-1?e+1:-1,c(a)):"ArrowUp"===_.key&&(a=-1===e?r-1:e-1,c(a)),["ArrowDown","ArrowUp"].includes(_.key)&&n.querySelector(`#subdomainnavbar-search-result-${a}`)?.scrollIntoView(),"Enter"===_.key&&n.querySelector(`#subdomainnavbar-search-result-${s} a`).click()}),[o,s]),I=(0,e.useCallback)((()=>{w(!0),setTimeout((()=>{n&&w(!1)}),200)}),[n]);return(0,e.useEffect)((()=>{const _=!(!o||!o.length);x(_),I()}),[o,t,I]),(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)("div",{className:i(ge["SubdomainNavBar-search-trigger"]),children:(0,_.jsx)("button",{"aria-label":"search",className:ge["SubdomainNavBar-search-button"],onClick:d,"data-testid":"toggle-search",children:(0,_.jsx)(Be,{})})}),n&&(0,_.jsxs)("div",{ref:u,role:"dialog","aria-label":`Search ${a}`,"aria-modal":"true",tabIndex:-1,className:i(ge["SubdomainNavBar-search-dialog"]),children:[(0,_.jsxs)("div",{className:i(ge["SubdomainNavBar-search-dialog-control-area"]),children:[(0,_.jsx)("form",{className:i(ge["SubdomainNavBar-search-form"]),onSubmit:l,role:"search",children:(0,_.jsxs)(Er,{fullWidth:!0,size:"medium",children:[(0,_.jsx)(Er.Label,{visuallyHidden:!0,children:"Search"}),(0,_.jsx)(Pr,{ref:B,className:i(ge["SubdomainNavBar-search-text-input"]),autoFocus:!0,name:"search",role:"combobox","aria-expanded":g,"aria-controls":"listbox-search-results",placeholder:`Search ${a}`,onChange:m,defaultValue:t,invisible:!0,leadingVisual:(0,_.jsx)(Be,{size:16}),"aria-activedescendant":-1===s?void 0:`subdomainnavbar-search-result-${s}`,onKeyDown:S})]})}),(0,_.jsx)("button",{"aria-label":"Close",className:i(ge["SubdomainNavBar-menu-button"],ge["SubdomainNavBar-menu-button--close"]),onClick:h,children:(0,_.jsx)(se,{size:24})})]}),(0,_.jsxs)("div",{id:"listbox-search-results",children:[g&&(0,_.jsxs)("div",{className:i(ge["SubdomainNavBar-search-results-container"]),children:[(0,_.jsxs)(P,{id:"subdomainnavbar-search-results-heading",className:ge["SubdomainNavBar-search-results-heading"],children:["Results for “",t,"”"]}),(0,_.jsx)("ul",{role:"listbox",tabIndex:0,"aria-labelledby":"subdomainnavbar-search-results-heading",className:i(ge["SubdomainNavBar-search-results"]),children:o?.map(((e,r)=>(0,_.jsxs)("li",{id:`subdomainnavbar-search-result-${r}`,className:ge["SubdomainNavBar-search-result-item"],role:"option","aria-selected":r===s,children:[(0,_.jsx)("div",{className:ge["SubdomainNavBar-search-result-item-container"],children:(0,_.jsx)("a",{href:e.url,children:e.title})}),(0,_.jsx)(P,{as:"p",size:"200",id:`subdomainnavbar-search-result-item-desc${r}`,className:ge["SubdomainNavBar-search-result-item-desc"],children:e.description}),(0,_.jsxs)("div",{children:[(0,_.jsx)(P,{size:"100",className:ge["SubdomainNavBar-search-result-item-desc"],children:e.date}),e.category&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsxs)(P,{size:"100",className:ge["SubdomainNavBar-search-result-item-desc"],children:[" ","•"," "]}),(0,_.jsx)(P,{size:"100",className:ge["SubdomainNavBar-search-result-item-desc"],children:e.category})]})]})]},`${e.title}-${r}`)))})]}),(0,_.jsxs)("div",{"aria-live":"polite","aria-atomic":"true","data-testid":Ce.liveRegion,className:"visually-hidden",children:[`${o?.length} suggestions.`,p&&(0,_.jsx)("span",{children:" "})]})]})]})]})}));function Le({children:e,href:r,...n}){return(0,_.jsx)(b,{as:"a",href:r,className:i(ge["SubdomainNavBar-cta-button"]),variant:"primary",hasArrow:!1,...n,children:e})}function He({children:e,href:r,...n}){return(0,_.jsx)(b,{as:"a",href:r,className:i(ge["SubdomainNavBar-cta-button"],ge["SubdomainNavBar-cta-button--secondary"]),hasArrow:!1,...n,children:e})}const Me=Object.assign((function({children:n,className:a,fixed:o=!0,fullWidth:t=!1,logoHref:d="https://github.com",title:l,titleHref:m="/",...B}){const[u,s]=(0,e.useState)(!0),[c,g]=(0,e.useState)(!1),x=()=>g(!c),p=(0,e.useMemo)((()=>r().Children.toArray(n).filter((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===Ge))),[]).length>0,P=(0,e.useMemo)((()=>r().Children.toArray(n).map(((_,e)=>{if(r().isValidElement(_)&&"string"!=typeof _.type)return _.type===Ge?r().cloneElement(_,{"data-navitemid":_.props.children,href:_.props.href,children:_.props.children,style:{"--animation-order":e}}):null})).filter(Boolean)),[n]);return(0,_.jsx)("div",{className:i(ge["SubdomainNavBar-outer-container"],o&&ge["SubdomainNavBar-outer-container--fixed"]),children:(0,_.jsx)("header",{className:i(ge.SubdomainNavBar,a),"data-testid":Ce.root,...B,children:(0,_.jsxs)("div",{className:i(ge["SubdomainNavBar-inner-container"],c&&ge["SubdomainNavBar-inner-container--search-open"],!t&&ge["SubdomainNavBar-inner-container--centered"]),"data-testid":Ce.innerContainer,children:[(0,_.jsx)("nav",{"aria-label":"global breadcrumb",children:(0,_.jsxs)("ol",{className:ge["SubdomainNavBar-title-area"],children:[(0,_.jsx)("li",{children:(0,_.jsxs)("a",{href:d,"aria-label":"Github Home",className:ge["SubdomainNavBar-logo-mark"],children:[(0,_.jsx)("span",{className:i(ge["SubdomainNavBar-back-arrow"]),children:(0,_.jsx)(ne,{fill:"currentColor",size:24})}),(0,_.jsx)(te,{fill:"currentColor",size:24})]})}),l&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)("li",{role:"separator",className:ge["SubdomainNavBar-title-separator"],"aria-hidden":!0,children:"/"}),(0,_.jsx)("li",{children:(0,_.jsx)("a",{href:m,"aria-label":`${l} home`,className:i(ge["SubdomainNavBar-title"]),children:l})})]})]})}),p&&(0,_.jsx)("nav",{id:"menu-navigation","aria-label":l,className:ge["SubdomainNavBar-primary-nav"],"data-testid":Ce.menuLinks,children:(0,_.jsx)(he,{className:i(ge["SubdomainNavBar-primary-nav-list--invisible"]),children:P})}),(0,_.jsxs)("div",{className:i(ge["SubdomainNavBar-secondary-nav"]),children:[r().Children.toArray(n).map((_=>{if(r().isValidElement(_)&&"string"!=typeof _.type)return _.type===je?r().cloneElement(_,{active:c,handlerFn:x,title:l}):null})).filter(Boolean),p&&(0,_.jsxs)("button",{"aria-expanded":!u,"aria-label":"Menu","aria-controls":"menu-navigation","aria-haspopup":"true",className:i(ge["SubdomainNavBar-menu-button"],ge["SubdomainNavBar-mobile-menu-button"],!u&&ge["SubdomainNavBar-menu-button--close"]),"data-testid":Ce.menuButton,onClick:()=>s(!u),children:[(0,_.jsx)("div",{className:i(ge["SubdomainNavBar-menu-button-bar"])}),(0,_.jsx)("div",{className:i(ge["SubdomainNavBar-menu-button-bar"])}),(0,_.jsx)("div",{className:i(ge["SubdomainNavBar-menu-button-bar"])})]}),p&&!u&&(0,_.jsx)(he,{className:i(ge["SubdomainNavBar-primary-nav-list--visible"]),children:P}),(0,_.jsx)("div",{className:i(ge["SubdomainNavBar-button-area"],!u&&ge["SubdomainNavBar-button-area--visible"]),children:(0,_.jsxs)("div",{className:ge["SubdomainNavBar-button-area-inner"],children:[r().Children.toArray(n).map((_=>{if(r().isValidElement(_)&&"string"!=typeof _.type)return _.type===Le?_:null})).filter(Boolean),r().Children.toArray(n).map((_=>{if(r().isValidElement(_)&&"string"!=typeof _.type)return _.type===He?_:null})).filter(Boolean)]})})]})]})})})}),{Link:Ge,Search:je,PrimaryAction:Le,SecondaryAction:He,testIds:Ce}),Ve=(0,e.forwardRef)((({className:e,size:r=x,children:n,href:a,...o},t)=>{const d=i("Primer_Brand__InlineLink-module__InlineLink___U_Ama",e);return(0,_.jsx)("a",{href:a,className:d,...o,ref:t,children:(0,_.jsx)(P,{size:r,as:"span",children:n})})})),Re={Link:"Primer_Brand__Link-module__Link___lvKjM","focus-visible":"Primer_Brand__Link-module__focus-visible___MPCba","Link--default":"Primer_Brand__Link-module__Link--default___UKAcZ","Link--accent":"Primer_Brand__Link-module__Link--accent___FWEDd","Link--label":"Primer_Brand__Link-module__Link--label___j8etE","Link-arrow":"Primer_Brand__Link-module__Link-arrow___HBMJ9","Link--large":"Primer_Brand__Link-module__Link--large___cXMt5","Link--arrow-start":"Primer_Brand__Link-module__Link--arrow-start___AT1uu"},Fe=["default","accent"];function ze({size:n="medium",variant:a="default",className:o,children:t,onMouseEnter:d,onMouseLeave:m,onFocus:B,onBlur:u,arrowDirection:s="end",...c}){const[g,x]=r().useState(!1),[p,w]=r().useState(!1),h=(0,e.useCallback)((_=>{x(!g),d?.(_)}),[d,g]),S=(0,e.useCallback)((_=>{x(!g),m?.(_)}),[m,g]),I=(0,e.useCallback)((_=>{w(!p),B?.(_)}),[B,p]),k=(0,e.useCallback)((_=>{w(!p),u?.(_)}),[u,p]);return(0,_.jsxs)("a",{className:i(Re.Link,Re[`Link--${n}`],Re[`Link--${a}`],Re[`Link--arrow-${s}`],o),onMouseEnter:h,onMouseLeave:S,onFocus:I,onBlur:k,...c,children:["start"===s&&(0,_.jsx)(l,{className:Re["Link-arrow"],expanded:g||p,reverse:!0,hidden:!0}),(0,_.jsx)(P,{as:"span",size:{medium:"200",large:"300"}[n],className:i(Re["Link--label"]),children:t}),"end"===s&&(0,_.jsx)(l,{className:Re["Link-arrow"],expanded:g||p,hidden:!0})]})}const Oe={Accordion:"Primer_Brand__Accordion-module__Accordion___M_LPt","Accordion--default":"Primer_Brand__Accordion-module__Accordion--default___wLsHR","Accordion--emphasis":"Primer_Brand__Accordion-module__Accordion--emphasis___j9wgA",Accordion__summary:"Primer_Brand__Accordion-module__Accordion__summary___NUIYc","Accordion__summary--reversed-toggles":"Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW","focus-visible":"Primer_Brand__Accordion-module__focus-visible___NWNew","Accordion__summary--collapsed":"Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w","Accordion__summary--expanded":"Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk","Accordion__summary--default":"Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_","Accordion__summary--emphasis":"Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk",Accordion__content:"Primer_Brand__Accordion-module__Accordion__content___wMZGe","fade-in":"Primer_Brand__Accordion-module__fade-in___b3l0l"},We=(0,e.forwardRef)((({children:e,className:n,open:a=!1,variant:o="default",...t},d)=>{const{AccordionHeading:l,AccordionContent:m}=r().Children.toArray(e).reduce(((_,e)=>(r().isValidElement(e)&&"string"!=typeof e.type&&(e.type===Ze&&(_.AccordionContent=e),e.type===qe&&(_.AccordionHeading=r().cloneElement(e,{variant:o}))),_)),{AccordionHeading:null,AccordionContent:null});return(0,_.jsxs)("details",{className:i(Oe.Accordion,Oe[`Accordion--${o}`],n),open:a,...t,ref:d,children:[l,m]})})),qe=(0,e.forwardRef)((({children:e,className:r,as:n="h4",variant:a="default",reversedToggles:o,...t},d)=>(0,_.jsxs)("summary",{className:i(Oe.Accordion__summary,o&&Oe["Accordion__summary--reversed-toggles"],Oe[`Accordion__summary--${a}`],r),ref:d,...t,children:[(0,_.jsx)("span",{"aria-hidden":"true",className:Oe["Accordion__summary--collapsed"],children:"emphasis"===a&&(0,_.jsx)(re,{size:24,fill:"var(--brand-color-text-default)"})}),(0,_.jsx)(L,{as:n,size:"emphasis"===a?"6":"subhead-large",children:e}),(0,_.jsx)("span",{"aria-hidden":"true",className:Oe["Accordion__summary--expanded"],children:"emphasis"===a&&(0,_.jsx)(ae,{size:24,fill:"var(--brand-color-text-default)"})})]})));function Ze({children:e,className:n,...a}){const o=r().isValidElement(e)&&e.type===r().Fragment?e.props.children:e,t=r().Children.map(o,(e=>r().isValidElement(e)&&"string"==typeof e.type&&["p","span"].includes(e.type)?r().cloneElement(e,{children:(0,_.jsx)(P,{variant:"muted",size:"200",as:"span",children:e.props.children})}):e));return(0,_.jsx)("section",{className:i(Oe.Accordion__content,n),...a,children:r().Children.toArray(t).map((_=>r().isValidElement(_)&&r().cloneElement(_,{className:i(Oe["Accordion__content-item"],_.props.className)})))})}const De=Object.assign(We,{Content:Ze,Heading:qe});var Qe=n(570);const Ue={FAQ:"Primer_Brand__FAQ-module__FAQ___R3vLU",FAQ__heading:"Primer_Brand__FAQ-module__FAQ__heading___bH0aG",FAQ__subheading:"Primer_Brand__FAQ-module__FAQ__subheading___I4puv","FAQ__heading--start":"Primer_Brand__FAQ-module__FAQ__heading--start___eHaT3","FAQ__heading--center":"Primer_Brand__FAQ-module__FAQ__heading--center___xMpbW","FAQ__heading--large":"Primer_Brand__FAQ-module__FAQ__heading--large___pBEPT"},Xe=(0,e.forwardRef)((({children:e,style:n,animate:a,className:o,...t},d)=>{const{classes:l,styles:m}=U(a),B=r().Children.toArray(e).filter((_=>!(!r().isValidElement(_)||"string"==typeof _.type||!(0,Qe.isFragment)(_)&&_.type!==$e&&_.type!==Ke&&_.type!==We))),u=r().Children.toArray(e).some((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===Ke));return(0,_.jsx)("section",{ref:d,className:i(Ue.FAQ,l,o),style:{...m,...n},...t,children:r().Children.toArray(B).map((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===$e?r().cloneElement(_,{align:u?"start":_.props.align,size:u?"3":_.props.size,weight:u?"semibold":_.props.weight}):_))})})),$e=(0,e.forwardRef)((({children:e,className:r,size:n="3",align:a="center",as:o,...t},d)=>{const l="3"===n?"h3":"h2";return(0,_.jsx)(L,{as:o||l,size:n,className:i(Ue.FAQ__heading,Ue[`FAQ__heading--${a}`],r),ref:d,...t,children:e})}));function Ke({children:e,className:r,as:n="h3",size:a="subhead-large",weight:o="medium",...t}){return(0,_.jsx)(L,{as:n,className:i(Ue.FAQ__subheading,r),weight:o,size:a,...t,children:e})}const Je=Object.assign(Xe,{Subheading:Ke,Heading:$e,Item:We,Question:qe,Answer:Ze}),Ye="Primer_Brand__FAQGroup-module__FAQGroup___D0VvR",_r="Primer_Brand__FAQGroup-module__FAQGroup__accordion___dkveP",er="Primer_Brand__FAQGroup-module__FAQ__subheading___nYa68",rr="Primer_Brand__FAQGroup-module__FAQGroup__panel-subHeading___F0U3h",nr="Primer_Brand__FAQGroup-module__FAQGroup__tablist___WdY5Z",ar="Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC",or="Primer_Brand__FAQGroup-module__FAQGroup__nested-accordion-item___JGGeC";function ir({children:e,className:r,as:n="h3",...a}){return(0,_.jsx)(L,{as:n,className:i(er,r),...a,children:e})}const tr=Object.assign((function({children:e,id:n,defaultSelectedIndex:a=0,...o}){const[t,d]=r().useState(a),l=O(n),m=_=>e=>{d(_)},B=r().Children.toArray(e).filter((_=>r().isValidElement(_)&&_.type===Je)),u=r().Children.map(B,((e,n)=>{if(r().isValidElement(e)&&e.props.children){const a=r().Children.toArray(e.props.children).find((_=>r().isValidElement(_)&&_.type===Je.Heading));return(0,_.jsx)(b,{variant:"subtle",hasArrow:!1,as:"button",role:"tab",className:ar,block:!0,id:`${l}-tab-${n}`,"aria-controls":`${l}-panel-${n}`,"aria-selected":t===n,onClick:m(n),"data-testid":`FAQGroup-tab-${n+1}`,children:r().isValidElement(a)&&a.props.children},n)}return null})),s=r().Children.map(B,((e,n)=>{if(r().isValidElement(e)&&e.props.children){const a=r().Children.map(e.props.children,(_=>r().isValidElement(_)&&_.type!==Je.Heading?_:null)),o=r().Children.map(e.props.children,(_=>r().isValidElement(_)&&_.type===Je.Heading?_.props.children:null));return(0,_.jsxs)("div",{role:"tabpanel",id:`${l}-panel-${n}`,"aria-labelledby":`${l}-tab-${n}`,hidden:t!==n,"data-testid":`FAQGroup-tab-panel-${n+1}`,children:[o&&(0,_.jsx)(Je.Subheading,{"data-testid":`FAQGroup-tab-panel-heading-${n+1}`,className:i(rr),children:o}),a]},n)}})),c=r().Children.map(B,((e,n)=>{if(r().isValidElement(e)&&e.props.children){const a=r().Children.toArray(e.props.children).find((_=>r().isValidElement(_)&&_.type===Je.Heading)),o=r().Children.map(e.props.children,(_=>r().isValidElement(_)&&_.type!==Je.Heading?r().cloneElement(_,{className:i(or,_.props.className)}):null));return o?(0,_.jsxs)(De,{variant:"emphasis",children:[(0,_.jsx)(De.Heading,{children:r().isValidElement(a)&&a.props.children}),(0,_.jsx)(De.Content,{children:o})]},n):null}})),g=r().Children.toArray(e).find((_=>r().isValidElement(_)&&_.type===ir));return(0,_.jsx)(c_,{...o,children:(0,_.jsxs)(c_.Column,{children:[g&&(0,_.jsx)(Ha,{marginBlockEnd:{narrow:48,regular:112},children:(0,_.jsx)(c_,{children:(0,_.jsx)(c_.Column,{children:g})})}),(0,_.jsx)("div",{className:i(_r),children:c}),(0,_.jsxs)(c_,{className:i(Ye),children:[(0,_.jsx)(c_.Column,{span:{medium:5,large:4},className:nr,children:(0,_.jsx)(k_,{direction:"vertical",padding:"none",role:"tablist",alignItems:"flex-start",children:u})}),(0,_.jsx)(c_.Column,{start:6,span:7,children:s})]})]})})}),{Heading:ir}),dr="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?e.useLayoutEffect:e.useEffect,lr="Primer_Brand__Checkbox-module__Checkbox-checkmark___atiwt",mr=(0,e.forwardRef)((({checked:r,className:n,indeterminate:a,disabled:o,id:t,onChange:d,required:l,validationStatus:m,value:B,...u},s)=>{const c=(0,e.useRef)(s||null),g=O(t);return dr((()=>{c.current&&(c.current.indeterminate=a||!1)}),[a,r,c]),(0,_.jsxs)("span",{className:"Primer_Brand__Checkbox-module__Checkbox-wrapper___qo8KL",children:[(0,_.jsx)("input",{id:g,"aria-invalid":"error"===m?"true":"false","aria-required":l?"true":"false",checked:!a&&r,className:i("Primer_Brand__Checkbox-module__Checkbox-input___sux6s"),disabled:o,name:B,onChange:d,ref:c,required:l,type:"checkbox",value:B,...u}),(0,_.jsxs)("label",{htmlFor:g,className:i("Primer_Brand__Checkbox-module__Checkbox___T8FJa",a&&"Primer_Brand__Checkbox-module__Checkbox--indeterminate___U5S6k",n),children:[!a&&(0,_.jsx)("svg",{viewBox:"0 0 100 100",className:i(lr),children:(0,_.jsx)("path",{className:i("Primer_Brand__Checkbox-module__Checkbox-checkmark-path___qgsjb"),fill:"none",stroke:"#000",strokeWidth:"13",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",d:"M12.1 52.1l24.4 24.4 53-53"})}),a&&(0,_.jsx)("svg",{className:i(lr),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"16",height:"16",children:(0,_.jsx)("path",{fillRule:"evenodd",d:"M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"})})]})]})})),Br={Textarea:"Primer_Brand__Textarea-module__Textarea___xmKD5","Textarea-resize--vertical":"Primer_Brand__Textarea-module__Textarea-resize--vertical___uAPaM","Textarea-resize--horizontal":"Primer_Brand__Textarea-module__Textarea-resize--horizontal___gT0d4","Textarea-resize--none":"Primer_Brand__Textarea-module__Textarea-resize--none___VNofG","Textarea-resize--both":"Primer_Brand__Textarea-module__Textarea-resize--both___bDJp5","Textarea--medium":"Primer_Brand__Textarea-module__Textarea--medium___pMZGb","Textarea--large":"Primer_Brand__Textarea-module__Textarea--large___wCPXA","Textarea--fullWidth":"Primer_Brand__Textarea-module__Textarea--fullWidth___lPWcQ","Textarea-wrapper--disabled":"Primer_Brand__Textarea-module__Textarea-wrapper--disabled___fg8We","Textarea-wrapper":"Primer_Brand__Textarea-module__Textarea-wrapper___A4lsG","Textarea-wrapper--invisible":"Primer_Brand__Textarea-module__Textarea-wrapper--invisible___fF78K","Textarea-wrapper--fullWidth":"Primer_Brand__Textarea-module__Textarea-wrapper--fullWidth___EtLL9","Textarea-wrapper--monospace":"Primer_Brand__Textarea-module__Textarea-wrapper--monospace___lA41d","Textarea-wrapper--success":"Primer_Brand__Textarea-module__Textarea-wrapper--success___RaDVX","Textarea-wrapper--error":"Primer_Brand__Textarea-module__Textarea-wrapper--error___zcHSQ"},ur=7,sr=30,cr="both",gr={root:"Textarea",get outerContainer(){return`${this.root}-outer-container`}},xr=(0,e.forwardRef)((({children:e,className:r,cols:n=sr,disabled:a,fullWidth:o=!1,invisible:t=!1,monospace:d,placeholder:l,size:m="medium",validationStatus:B,required:u,resize:s=cr,rows:c=ur,...g},x)=>(0,_.jsx)("span",{className:i(Br["Textarea-wrapper"],o&&Br["Textarea-wrapper--fullWidth"],t&&Br["Textarea-wrapper--invisible"],a&&Br["Textarea-wrapper--disabled"],d&&Br["Textarea-wrapper--monospace"],B&&Br[`Textarea-wrapper--${B}`]),"data-testid":gr.outerContainer,children:(0,_.jsx)("textarea",{ref:x,className:i(Br.Textarea,"Textarea",Br[`Textarea--${m}`],Br[`Textarea-resize--${s}`],o&&Br["Textarea--fullWidth"],B&&Br[`Textarea--${B}`],r),placeholder:l,disabled:a,"aria-invalid":"error"===B,required:u,rows:c,cols:n,...g,children:e})})));xr.displayName="Textarea";const pr={TextInput:"Primer_Brand__TextInput-module__TextInput___EtKj3","TextInput-wrapper--medium":"Primer_Brand__TextInput-module__TextInput-wrapper--medium___K9iTj","TextInput--medium":"Primer_Brand__TextInput-module__TextInput--medium___kJrew","TextInput--large":"Primer_Brand__TextInput-module__TextInput--large___zpUvY","TextInput-wrapper--large":"Primer_Brand__TextInput-module__TextInput-wrapper--large___lga4f","TextInput--fullWidth":"Primer_Brand__TextInput-module__TextInput--fullWidth___rbllM","TextInput-wrapper--disabled":"Primer_Brand__TextInput-module__TextInput-wrapper--disabled___HWTx_","TextInput-wrapper":"Primer_Brand__TextInput-module__TextInput-wrapper___HgxNu","TextInput-wrapper--invisible":"Primer_Brand__TextInput-module__TextInput-wrapper--invisible___cKDcl","TextInput-wrapper--fullWidth":"Primer_Brand__TextInput-module__TextInput-wrapper--fullWidth___eclO4","TextInput-wrapper--monospace":"Primer_Brand__TextInput-module__TextInput-wrapper--monospace___y1fd6","TextInput-wrapper--success":"Primer_Brand__TextInput-module__TextInput-wrapper--success___g5ODK","TextInput-wrapper--error":"Primer_Brand__TextInput-module__TextInput-wrapper--error___V7qtN","TextInput--has-leading-visual--medium":"Primer_Brand__TextInput-module__TextInput--has-leading-visual--medium___i7gLS","TextInput--has-leading-visual--large":"Primer_Brand__TextInput-module__TextInput--has-leading-visual--large___nCVT9","TextInput--has-trailing-visual--medium":"Primer_Brand__TextInput-module__TextInput--has-trailing-visual--medium___pP4lM","TextInput--has-trailing-visual--large":"Primer_Brand__TextInput-module__TextInput--has-trailing-visual--large___n1U0P","TextInput-leading-visual":"Primer_Brand__TextInput-module__TextInput-leading-visual___tk7Yz","TextInput-trailing-visual":"Primer_Brand__TextInput-module__TextInput-trailing-visual___k0E6L","TextInput-leading-visual--medium":"Primer_Brand__TextInput-module__TextInput-leading-visual--medium___BW5d2","TextInput-trailing-visual--medium":"Primer_Brand__TextInput-module__TextInput-trailing-visual--medium___WMlar","TextInput-leading-visual--large":"Primer_Brand__TextInput-module__TextInput-leading-visual--large___LoDri","TextInput-trailing-visual--large":"Primer_Brand__TextInput-module__TextInput-trailing-visual--large___pdxBc","TextInput-leading-visual-icon--medium":"Primer_Brand__TextInput-module__TextInput-leading-visual-icon--medium___y_4Pu","TextInput-leading-visual-icon--large":"Primer_Brand__TextInput-module__TextInput-leading-visual-icon--large___VPOF7","TextInput-leading-text":"Primer_Brand__TextInput-module__TextInput-leading-text___H5Cfr","TextInput-trailing-text":"Primer_Brand__TextInput-module__TextInput-trailing-text___ikt8X","TextInput-leading-text--disabled":"Primer_Brand__TextInput-module__TextInput-leading-text--disabled___APVY0","TextInput-trailing-text--disabled":"Primer_Brand__TextInput-module__TextInput-trailing-text--disabled___oM2Ls","TextInput-leading-text-inner":"Primer_Brand__TextInput-module__TextInput-leading-text-inner___wsz6j","TextInput-trailing-text-inner":"Primer_Brand__TextInput-module__TextInput-trailing-text-inner___hHCPx","TextInput-leading-text-inner--medium":"Primer_Brand__TextInput-module__TextInput-leading-text-inner--medium___B7Rra","TextInput-trailing-text-inner--medium":"Primer_Brand__TextInput-module__TextInput-trailing-text-inner--medium___P9cYA","TextInput-leading-text-inner--large":"Primer_Brand__TextInput-module__TextInput-leading-text-inner--large___HfLcI","TextInput-trailing-text-inner--large":"Primer_Brand__TextInput-module__TextInput-trailing-text-inner--large___LTt33","TextInput--has-leading-text":"Primer_Brand__TextInput-module__TextInput--has-leading-text___u7qke","TextInput--has-trailing-text":"Primer_Brand__TextInput-module__TextInput--has-trailing-text___Rsoog","TextInput-leading-text--success":"Primer_Brand__TextInput-module__TextInput-leading-text--success___LLFx7","TextInput-trailing-text--success":"Primer_Brand__TextInput-module__TextInput-trailing-text--success___EfLVd","TextInput-leading-text--error":"Primer_Brand__TextInput-module__TextInput-leading-text--error___TM77D","TextInput-trailing-text--error":"Primer_Brand__TextInput-module__TextInput-trailing-text--error___R96jr"},Pr=(0,e.forwardRef)((({className:e,disabled:n,fullWidth:a=!1,invisible:o=!1,leadingText:t,leadingVisual:d,monospace:l,placeholder:m,size:B="medium",trailingText:u,trailingVisual:s,validationStatus:c,...g},x)=>(0,_.jsxs)("span",{className:i(pr["TextInput-wrapper"],pr[`TextInput-wrapper--${B}`],a&&pr["TextInput-wrapper--fullWidth"],o&&pr["TextInput-wrapper--invisible"],n&&pr["TextInput-wrapper--disabled"],l&&pr["TextInput-wrapper--monospace"],c&&pr[`TextInput-wrapper--${c}`]),children:[t&&!d&&(0,_.jsx)("span",{className:i(pr["TextInput-leading-text"],pr[`TextInput-leading-text--${B}`],n&&pr["TextInput-leading-text--disabled"],c&&pr[`TextInput-leading-text--${c}`]),children:(0,_.jsx)(P,{size:"large"===B?"200":"100",as:"span",className:i(pr["TextInput-leading-text-inner"],pr[`TextInput-leading-text-inner--${B}`]),children:t})}),d&&!t&&(0,_.jsx)("span",{className:i(pr["TextInput-leading-visual"],pr[`TextInput-leading-visual--${B}`]),children:"function"==typeof d?(0,_.jsx)(d,{className:i(pr["TextInput-leading-visual-icon"],pr[`TextInput-leading-visual-icon--${B}`])}):r().isValidElement(d)&&r().cloneElement(d,{className:i(pr["TextInput-leading-visual-icon"],pr[`TextInput-leading-visual-icon--${B}`]),width:"large"===B?20:16,height:"large"===B?20:16})}),(0,_.jsx)("input",{type:"text",ref:x,className:i(pr.TextInput,"TextInput",pr[`TextInput--${B}`],a&&pr["TextInput--fullWidth"],d&&pr[`TextInput--has-leading-visual--${B}`],s&&pr[`TextInput--has-trailing-visual--${B}`],c&&pr[`TextInput--${c}`],t&&!d&&pr["TextInput--has-leading-text"],u&&!s&&pr["TextInput--has-trailing-text"],e),placeholder:m,disabled:n,"aria-invalid":"error"===c,...g}),s&&!u&&(0,_.jsx)("span",{className:i(pr["TextInput-trailing-visual"],pr[`TextInput-trailing-visual--${B}`]),children:"function"==typeof s?(0,_.jsx)(s,{className:i(pr["TextInput-trailing-visual-icon"],pr[`TextInput-trailing-visual-icon--${B}`])}):s&&r().isValidElement(s)?r().cloneElement(s,{className:i(pr["TextInput-trailing-visual-icon"],pr[`TextInput-trailing-visual-icon--${B}`]),width:"large"===B?20:16,height:"large"===B?20:16}):null}),u&&!s&&(0,_.jsx)("span",{className:i(pr["TextInput-trailing-text"],pr[`TextInput-trailing-text--${B}`],n&&pr["TextInput-trailing-text--disabled"],c&&pr[`TextInput-trailing-text--${c}`]),children:(0,_.jsx)(P,{size:"large"===B?"200":"100",as:"span",className:i(pr["TextInput-trailing-text-inner"],pr[`TextInput-trailing-text-inner--${B}`]),children:u})})]})));Pr.displayName="TextInput";const wr={Select:"Primer_Brand__Select-module__Select___Jqn1f","focus-visible":"Primer_Brand__Select-module__focus-visible___viA1m","Select-wrapper--disabled":"Primer_Brand__Select-module__Select-wrapper--disabled___Ka43y","Select-wrapper":"Primer_Brand__Select-module__Select-wrapper___iV0Tg","Select-wrapper--medium":"Primer_Brand__Select-module__Select-wrapper--medium___xjmMc","Select--medium":"Primer_Brand__Select-module__Select--medium___kckBr","Select-wrapper--large":"Primer_Brand__Select-module__Select-wrapper--large___Q4_2q","Select--large":"Primer_Brand__Select-module__Select--large___A7u6F","Select--fullWidth":"Primer_Brand__Select-module__Select--fullWidth___PLk5U","Select-wrapper--fullWidth":"Primer_Brand__Select-module__Select-wrapper--fullWidth___oOOo4","Select--success":"Primer_Brand__Select-module__Select--success___pkmVg","Select--error":"Primer_Brand__Select-module__Select--error___A9JuG"},hr=(0,e.forwardRef)((({children:e,className:r,disabled:n,fullWidth:a=!1,placeholder:o,size:t="medium",validationStatus:d,...l},m)=>(0,_.jsx)("span",{className:i(wr["Select-wrapper"],wr[`Select-wrapper--${t}`],a&&wr["Select-wrapper--fullWidth"],d&&wr[`Select--${d}`],n&&wr["Select-wrapper--disabled"]),children:(0,_.jsx)("select",{"aria-invalid":"error"===d,className:i(wr.Select,wr[`Select--${t}`],"Select",a&&wr["Select--fullWidth"],r),disabled:n,placeholder:o,ref:m,...l,children:e})}))),Sr=Object.assign(hr,{Option:({children:e,value:r,...n})=>(0,_.jsx)("option",{value:r,...n,children:e}),OptGroup:({children:e,label:r,...n})=>(0,_.jsx)("optgroup",{label:r,...n,children:e})}),Ir=(0,e.forwardRef)((({checked:r,className:n,disabled:a,id:o,onChange:t,required:d,value:l,...m},B)=>{const u=(0,e.useRef)(B||null),s=O(o);return(0,_.jsxs)("span",{className:"Primer_Brand__Radio-module__Radio-wrapper___Gt9uM",children:[(0,_.jsx)("input",{id:s,"aria-checked":r?"true":"false",checked:r,className:i("Primer_Brand__Radio-module__Radio-input___n3jX4"),disabled:a,name:l,onChange:t,ref:u,required:d,type:"radio",value:l,...m}),(0,_.jsx)("label",{htmlFor:s,className:i("Primer_Brand__Radio-module__Radio___JycTo",n),children:(0,_.jsx)("span",{className:"Primer_Brand__Radio-module__Radio-dot___rmEAJ"})})]})})),kr={FormControl:"Primer_Brand__FormControl-module__FormControl___ZJtXy","FormControl--fullWidth":"Primer_Brand__FormControl-module__FormControl--fullWidth___QyLCS","FormControl--checkbox":"Primer_Brand__FormControl-module__FormControl--checkbox___R2ng7","FormControl--border":"Primer_Brand__FormControl-module__FormControl--border___CRSaq","FormControl-label":"Primer_Brand__FormControl-module__FormControl-label___meeuB","FormControl-label--visually-hidden":"Primer_Brand__FormControl-module__FormControl-label--visually-hidden___cFizI","FormControl-label--medium":"Primer_Brand__FormControl-module__FormControl-label--medium___inrKd","FormControl-label--large":"Primer_Brand__FormControl-module__FormControl-label--large___okLn6","FormControl-label--checkbox":"Primer_Brand__FormControl-module__FormControl-label--checkbox___x2U9X","FormControl-control--radio":"Primer_Brand__FormControl-module__FormControl-control--radio___aSHRG","FormControl-hint":"Primer_Brand__FormControl-module__FormControl-hint___dbP0O","FormControl-validation":"Primer_Brand__FormControl-module__FormControl-validation___vG5tm","FormControl-validation--success":"Primer_Brand__FormControl-module__FormControl-validation--success___fGV4L","FormControl-validation--error":"Primer_Brand__FormControl-module__FormControl-validation--error___DJVR5","FormControl-validation-icon":"Primer_Brand__FormControl-module__FormControl-validation-icon___xh1go","FormControl-validation--animate-in":"Primer_Brand__FormControl-module__FormControl-validation--animate-in___C_pxB",FormControlValidationFadeIn:"Primer_Brand__FormControl-module__FormControlValidationFadeIn___hRw_R"},fr=({children:e,className:n,htmlFor:a,required:o,showRequiredIndicator:t=!0,size:d="medium",validationStatus:l,visuallyHidden:m,...B})=>(0,_.jsxs)("label",{htmlFor:a,className:i(kr["FormControl-label"],l&&kr[`FormControl-label--${l}`],kr[`FormControl-label--${d}`],m&&kr["FormControl-label--visually-hidden"],n),...B,children:[r().Children.map(e,(_=>r().isValidElement(_)&&_.type===br?r().cloneElement(_,{className:i(kr["FormControl--visible"],_.props.className)}):_)),o&&t&&(0,_.jsxs)("span",{className:kr["FormControl-label-required"],"aria-hidden":!0,children:[" ","*"]})]}),vr=({children:e,validationStatus:r})=>(0,_.jsxs)("span",{className:i(kr["FormControl-validation"],r&&kr["FormControl-validation--animate-in"],r&&kr[`FormControl-validation--${r}`]),children:["error"===r&&(0,_.jsx)("span",{className:kr["FormControl-validation-icon"],children:(0,_.jsx)(Y_,{})}),"success"===r&&(0,_.jsx)("span",{className:kr["FormControl-validation-icon"],children:(0,_.jsx)(ee,{})}),e]}),br=({children:e,className:r,...n})=>(0,_.jsx)("span",{className:i(kr["FormControl-hint"],r),...n,children:e}),Er=Object.assign((({children:e,className:n,hasBorder:a,fullWidth:o,id:t,required:d,size:l="medium",validationStatus:m,...B})=>{const u=O(t),s=t||u,c=r().Children.toArray(e).some((_=>r().isValidElement(_)&&(_.type===mr||_.type===Ir)));return(0,_.jsx)("section",{id:`FormControl--${s}`,className:i(kr.FormControl,o&&kr["FormControl--fullWidth"],c&&kr["FormControl--checkbox"],a&&kr["FormControl--border"],n),...B,children:r().Children.map(e,(_=>{if(_){const e=`${s}`;return _.type===Pr||_.type===xr?r().cloneElement(_,{className:i(_.props.className),id:e,name:_.props.name||e,required:_.props.required||d,validationStatus:_.props.validationStatus||m,fullWidth:o,size:l}):_.type===Sr?r().cloneElement(_,{className:i(_.props.className),id:e,name:e,required:_.props.required||d,validationStatus:_.props.validationStatus||m,fullWidth:o,size:l}):_.type===mr?r().cloneElement(_,{className:i(_.props.className),id:e,name:_.props.name||e,required:_.props.required||d,validationStatus:_.props.validationStatus||m}):_.type===Ir?r().cloneElement(_,{className:i(c&&kr["FormControl-control--radio"],_.props.className),id:e,name:_.props.name,required:_.props.required||d,validationStatus:_.props.validationStatus||m}):_.type===fr?r().cloneElement(_,{className:i(c&&kr["FormControl-label--checkbox"],_.props.className),htmlFor:e,children:_.props.children,required:d,validationStatus:m,size:l,showRequiredIndicator:!c&&_.props.showRequiredIndicator}):_.type===vr?r().cloneElement(_,{validationStatus:m}):_}}))})}),{Label:fr,Validation:vr,Hint:br}),yr={Avatar:"Primer_Brand__Avatar-module__Avatar___QrJMw","Avatar--shape-circle":"Primer_Brand__Avatar-module__Avatar--shape-circle___VvaB7","Avatar--shape-square":"Primer_Brand__Avatar-module__Avatar--shape-square___hKak4",Avatar__image:"Primer_Brand__Avatar-module__Avatar__image___AajXN","Avatar--size-32":"Primer_Brand__Avatar-module__Avatar--size-32___vJxfW","Avatar--size-40":"Primer_Brand__Avatar-module__Avatar--size-40___RSkow","Avatar--size-48":"Primer_Brand__Avatar-module__Avatar--size-48___TvwXR","Avatar--size-64":"Primer_Brand__Avatar-module__Avatar--size-64___rovws","Avatar--size-80":"Primer_Brand__Avatar-module__Avatar--size-80___YDbIK","Avatar-narrow--size-32":"Primer_Brand__Avatar-module__Avatar-narrow--size-32___wmqNx","Avatar-narrow--size-40":"Primer_Brand__Avatar-module__Avatar-narrow--size-40___JnS3w","Avatar-narrow--size-48":"Primer_Brand__Avatar-module__Avatar-narrow--size-48___X8e2V","Avatar-regular--size-32":"Primer_Brand__Avatar-module__Avatar-regular--size-32___f5goH","Avatar-regular--size-40":"Primer_Brand__Avatar-module__Avatar-regular--size-40___Qaf20","Avatar-regular--size-48":"Primer_Brand__Avatar-module__Avatar-regular--size-48___db8dV","Avatar-regular--size-64":"Primer_Brand__Avatar-module__Avatar-regular--size-64___rBoTS","Avatar-regular--size-80":"Primer_Brand__Avatar-module__Avatar-regular--size-80___AKjNL","Avatar-wide--size-32":"Primer_Brand__Avatar-module__Avatar-wide--size-32___Kn8pg","Avatar-wide--size-40":"Primer_Brand__Avatar-module__Avatar-wide--size-40___DBSrS","Avatar-wide--size-48":"Primer_Brand__Avatar-module__Avatar-wide--size-48___ai2Hf","Avatar-wide--size-64":"Primer_Brand__Avatar-module__Avatar-wide--size-64___FLSak","Avatar-wide--size-80":"Primer_Brand__Avatar-module__Avatar-wide--size-80___h09bA"},Ar=[32,40,48,64,80],Nr=["circle","square"],Tr={root:"Avatar",get image(){return`${this.root}__image`}},Cr=(0,e.forwardRef)((({alt:r,className:n,size:a=Ar[1],shape:o=Nr[0],"data-testid":t,src:d,...l},m)=>{const B=(0,e.useMemo)((()=>"number"==typeof a?yr[`Avatar--size-${a}`]:Object.keys(a).map((_=>yr[`Avatar-${_}--size-${a[_]}`])).join(" ")),[a]);return(0,_.jsx)("span",{ref:m,className:i(yr.Avatar,B,yr[`Avatar--shape-${o}`],n),"data-testid":t||Tr.root,children:(0,_.jsx)("img",{className:i(yr.Avatar__image),src:d,alt:r,"data-testid":Tr.image,...l})})})),Gr=Object.assign(Cr,{testIds:Tr}),jr={Testimonial:"Primer_Brand__Testimonial-module__Testimonial___UUywT",Testimonial__quoteMark:"Primer_Brand__Testimonial-module__Testimonial__quoteMark___cC2M1","Testimonial--size-large":"Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c","Testimonial-quote":"Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F","Testimonial-quote--muted":"Primer_Brand__Testimonial-module__Testimonial-quote--muted___Ptyq_",Testimonial__media:"Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ","Testimonial-caption":"Primer_Brand__Testimonial-module__Testimonial-caption___Wvb67","Testimonial-from":"Primer_Brand__Testimonial-module__Testimonial-from___Kfj__","Testimonial-position":"Primer_Brand__Testimonial-module__Testimonial-position___j2h0f","Testimonial__quoteMark--default":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--default___nAhKC","Testimonial__quoteMark--blue":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--blue___gf2qX","Testimonial__quoteMark--blue-purple":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--blue-purple___Ec9P1","Testimonial__quoteMark--coral":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--coral___WzMiA","Testimonial__quoteMark--green":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--green___gsL2x","Testimonial__quoteMark--green-blue":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--green-blue___wqq5w","Testimonial__quoteMark--gray":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--gray___WGLgi","Testimonial__quoteMark--indigo":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--indigo___KN9eK","Testimonial__quoteMark--lemon":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--lemon___XgAJR","Testimonial__quoteMark--lime":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--lime___DyfRi","Testimonial__quoteMark--orange":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--orange___wA2te","Testimonial__quoteMark--pink":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--pink___hrNQC","Testimonial__quoteMark--pink-blue":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--pink-blue___z73Hz","Testimonial__quoteMark--purple":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--purple___H1_Zx","Testimonial__quoteMark--purple-red":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--purple-red___Wb4Yy","Testimonial__quoteMark--red":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--red___nzAC4","Testimonial__quoteMark--red-orange":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--red-orange___f5Woq","Testimonial__quoteMark--teal":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--teal___EPZ3D","Testimonial__quoteMark--yellow":"Primer_Brand__Testimonial-module__Testimonial__quoteMark--yellow___gFQED"},Lr=[...X,...$],Hr=Lr[0],Mr=(0,e.forwardRef)((function({quoteMarkColor:e="default",animate:n,className:a,children:o,size:t,style:d,...l},m){const{classes:B,styles:u}=U(n);return(0,_.jsxs)("figure",{ref:m,className:i(B,jr.Testimonial,t&&jr[`Testimonial--size-${t}`],a),style:{...u,...d,"--testimonial-accent-color":e},...l,children:[(0,_.jsx)("div",{"aria-hidden":"true",className:i(jr.Testimonial__quoteMark,jr[`Testimonial__quoteMark--${e}`]),children:"“"}),r().Children.map(o,(_=>{if(r().isValidElement(_)&&_.type===Vr)return _})),(0,_.jsxs)("div",{className:i(jr.Testimonial__media),children:[r().Children.map(o,(_=>{if(r().isValidElement(_)&&_.type===zr)return _})),r().Children.map(o,(_=>{if(r().isValidElement(_)&&_.type===Fr)return _})),r().Children.map(o,(_=>{if(r().isValidElement(_)&&_.type===Rr)return _}))]})]})})),Vr=(0,e.forwardRef)((function({children:n,className:a},o){const t=(0,e.useMemo)((()=>r().Children.toArray(n)),[n]),d=(0,e.useCallback)((()=>Q_(n,"em")?"muted":"default"),[n]),l=1===t.length?"default":d();return(0,_.jsx)("blockquote",{ref:o,children:(0,_.jsx)(P,{className:i(jr["Testimonial-quote"],"muted"===l&&jr["Testimonial-quote--muted"],a),children:n})})})),Rr=(0,e.forwardRef)((function({children:e,className:r,position:n},a){return(0,_.jsxs)("figcaption",{ref:a,className:i(jr["Testimonial-caption"],r),children:[(0,_.jsx)(P,{size:"200",className:i(jr["Testimonial-from"]),children:e}),n&&(0,_.jsx)(P,{size:"200",className:i(jr["Testimonial-position"]),variant:"muted",children:n})]})})),Fr=(0,e.forwardRef)((function({children:e,...n},a){return(0,_.jsx)("div",{className:jr["Testimonial-logo"],...n,children:r().Children.map(e,(_=>{if(r().isValidElement(_)&&"img"===_.type)return r().cloneElement(_,{className:i(jr["Testimonial-logo-image"]),ref:a})}))})})),zr=function({size:e,...r}){return(0,_.jsx)(Gr,{size:48,...r})},Or=Object.assign(Mr,{Quote:Vr,Name:Rr,Avatar:zr,Logo:Fr}),Wr={"ComparisonTable--heading":"Primer_Brand__ComparisonTable-module__ComparisonTable--heading___CeSsH","ComparisonTable-footnote":"Primer_Brand__ComparisonTable-module__ComparisonTable-footnote___rf35Q",ComparisonTable:"Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX","ComparisonTable-cell":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell___kifYR","ComparisonTable-cell-heading":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM","ComparisonTable-cell-container":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-container___AHNr0","ComparisonTable-inline-cell-label":"Primer_Brand__ComparisonTable-module__ComparisonTable-inline-cell-label___hE3hL","ComparisonTable--hide-element-on-narrow":"Primer_Brand__ComparisonTable-module__ComparisonTable--hide-element-on-narrow___GnYyu","ComparisonTable-cell-heading--first":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading--first___Ps2aK","ComparisonTable-cell-heading-label--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading-label--featured___c_wMH","ComparisonTable-cell--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell--featured___f0LZk","ComparisonTable-cell-heading--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading--featured___tkzzb","ComparisonTable-cell--lastrow":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell--lastrow___zmShm","ComparisonTable-cell-container--featured":"Primer_Brand__ComparisonTable-module__ComparisonTable-cell-container--featured___x6tKO"},qr=(0,e.forwardRef)((({as:n,animate:a,children:o,className:t,heading:d,featuredColumn:l=1,variant:m="default",style:B,...u},s)=>{const{classes:c,styles:g}=U(a),x=n||"section",p=(0,e.useMemo)((()=>r().Children.toArray(o).filter((_=>r().isValidElement(_)&&"string"!=typeof _.type))),[o]),P=p.map(((e,n)=>{if(r().isValidElement(e)&&"string"!=typeof e.type&&e.type===Zr&&0===n)return r().cloneElement(e,{className:i(Wr["ComparisonTable-row"],e.props.className),children:r().Children.map(e.props.children,((n,a)=>{if(n.type===Dr)return r().cloneElement(n,{as:"th","aria-hidden":n.props.children?void 0:"true",className:i(Wr["ComparisonTable-cell"],Wr["ComparisonTable-cell-heading"],Wr[`ComparisonTable-cell-heading--${m}`],0===a&&Wr["ComparisonTable-cell-heading--first"],a===l&&Wr["ComparisonTable-cell-heading--featured"],e.props.className),children:(0,_.jsx)("span",{className:i(a===l&&Wr["ComparisonTable-cell-heading-label--featured"]),children:n.props.children})})}))})})).filter(Boolean),w=(0,e.useMemo)((()=>r().Children.map(o[0].props.children,(_=>{const{children:e=""}=_.props;return e}))),[o]),[,...h]=r().Children.map(o,(_=>r().isValidElement(_)&&_.type===Zr?_:null)),S=h.map(((e,n)=>r().cloneElement(e,{className:i(Wr["ComparisonTable-row"],`ComparisonTable-row--${n}`,e.props.className),children:r().Children.map(e.props.children,((r,a)=>{if(r.type===Dr)return(0,_.jsxs)(Dr,{...r.props,as:0===a?"th":"td",className:i(Wr["ComparisonTable-cell"],Wr[`ComparisonTable-cell--${m}`],0===a&&Wr["ComparisonTable-cell-heading"],0===a&&Wr[`ComparisonTable-cell-heading--${m}`],a===l&&Wr["ComparisonTable-cell--featured"],h.length-1===n&&Wr["ComparisonTable-cell--lastrow"],e.props.className),children:[a>=1&&(0,_.jsx)("span",{className:i(Wr["ComparisonTable-inline-cell-label"],Wr["ComparisonTable--hide-element-on-narrow"],a===l&&Wr["ComparisonTable-cell-heading-label--featured"]),children:w[a]}),(0,_.jsx)("span",{className:i(Wr["ComparisonTable-cell-container"],a===l&&Wr["ComparisonTable-cell-container--featured"]),children:r.props.children})]})}))}))),I=p.find((_=>r().isValidElement(_)&&_.type===Qr));return(0,_.jsxs)(x,{ref:s,className:i(c,t),style:{...g,...B},...u,children:[d&&(0,_.jsx)(L,{className:Wr["ComparisonTable--heading"],as:"h3",size:"4",children:d}),(0,_.jsxs)("table",{className:i(Wr.ComparisonTable,`ComparisonTable--${m}`),children:[P.length&&(0,_.jsx)("thead",{children:P}),S.length&&(0,_.jsx)("tbody",{children:S})]}),I&&(0,_.jsx)("footer",{className:Wr["ComparisonTable-footnote"],children:I})]})})),Zr=({children:e,...r})=>(0,_.jsx)("tr",{...r,children:e}),Dr=({as:e,children:r,...n})=>{const a=e||"td";return(0,_.jsx)(a,{...n,children:r})},Qr=({children:e,...r})=>"string"==typeof e?(0,_.jsx)(P,{as:"p",size:"100",variant:"muted",children:e}):(0,_.jsx)("div",{...r,children:e}),Ur=Object.assign(qr,{Row:Zr,Cell:Dr,Footnote:Qr}),Xr={AnchorNav:"Primer_Brand__AnchorNav-module__AnchorNav___bwgAJ","AnchorNav--with-default-background-color":"Primer_Brand__AnchorNav-module__AnchorNav--with-default-background-color___aFdXc","AnchorNav--stuck":"Primer_Brand__AnchorNav-module__AnchorNav--stuck___AtvLO","AnchorNav--expanded":"Primer_Brand__AnchorNav-module__AnchorNav--expanded___wVGbk","AnchorNav-link-container":"Primer_Brand__AnchorNav-module__AnchorNav-link-container___VpHV2","AnchorNav-inner-container":"Primer_Brand__AnchorNav-module__AnchorNav-inner-container___lshlZ","AnchorNav-inner-container--expanded":"Primer_Brand__AnchorNav-module__AnchorNav-inner-container--expanded____aoje","AnchorNav-link":"Primer_Brand__AnchorNav-module__AnchorNav-link___f5YJ2","fade-in":"Primer_Brand__AnchorNav-module__fade-in___KfA_2","AnchorNav-link--is-active":"Primer_Brand__AnchorNav-module__AnchorNav-link--is-active___xbYDS","AnchorNav-link--center":"Primer_Brand__AnchorNav-module__AnchorNav-link--center___aryYq","AnchorNav-link--start":"Primer_Brand__AnchorNav-module__AnchorNav-link--start___COZM3","AnchorNav-link-label":"Primer_Brand__AnchorNav-module__AnchorNav-link-label___x3JtK","AnchorNav-link-label--is-active":"Primer_Brand__AnchorNav-module__AnchorNav-link-label--is-active___DyUFY","focus-visible":"Primer_Brand__AnchorNav-module__focus-visible___dsg4c","AnchorNav-menu-button":"Primer_Brand__AnchorNav-module__AnchorNav-menu-button___tputP","AnchorNav-menu-button-arrow":"Primer_Brand__AnchorNav-module__AnchorNav-menu-button-arrow___v5tcA","AnchorNav-overlay--expanded":"Primer_Brand__AnchorNav-module__AnchorNav-overlay--expanded___xXv6O","AnchorNav-action":"Primer_Brand__AnchorNav-module__AnchorNav-action___DWzcE"},$r={root:"AnchorNav",get menuButton(){return`${this.root}-menu-button`},get menuLinks(){return`${this.root}-menu-links`},get action(){return`${this.root}-action`}};function Kr({alignment:r="start",children:n,href:a,isActive:o,toggleMenuCallback:t,prefersReducedMotion:d,intersectionOptions:l={rootMargin:"middle"},updateCurrentActiveNav:m,...B}){const[u,s]=(0,e.useState)(),{isLarge:c}=Pe(),[g,x]=(0,e.useState)(),p=/^#/.test(a),w=p?a.replace(/^#/,""):a,h=!!g?.isIntersecting,S=([_])=>{x(_)};(0,e.useEffect)((()=>{const _=document.querySelector(p?a:`#${a}`);if(!window.IntersectionObserver||!_)return;const e="start"===l.rootMargin?"0px 0px -100%":"-50% 0% -50% 0%",r=new IntersectionObserver(S,{threshold:0,root:null,rootMargin:e});return r.observe(_),()=>r.disconnect()}),[a,l.rootMargin,p]),(0,e.useEffect)((()=>{const _=document.querySelector(p?a:`#${a}`);if(!_)return;const e=document.body.getBoundingClientRect().top,r=_.getBoundingClientRect().top;s(r-e+0)}),[a,p]),(0,e.useEffect)((()=>{h&&m&&"string"==typeof n&&m(n)}),[h,n,m]);const I=(0,e.useCallback)((_=>{_.preventDefault();const e=d?"auto":"smooth";t&&!c&&t(),window.scrollTo({top:u,behavior:e})}),[c,u,t,d]);return(0,_.jsx)("a",{className:i(Xr["AnchorNav-link"],Xr[`AnchorNav-link--${r}`],h&&Xr["AnchorNav-link--is-active"]),href:p?a:`#${a}`,"aria-describedby":w,"aria-current":h&&"true","data-first":o,"data-active":h?"true":"false",onClick:I,...B,children:(0,_.jsx)(P,{as:"span",className:i(Xr["AnchorNav-link-label"],h&&Xr["AnchorNav-link-label--is-active"]),children:n})})}function Jr({children:e,href:r,...n}){return(0,_.jsx)(b,{as:"a",variant:"secondary",className:i(Xr["AnchorNav-action"]),href:r,hasArrow:!1,"data-testid":$r.action,...n,children:e})}const Yr=Object.assign((function({children:n,enableDefaultBgColor:a=!1,...o}){const[t,d]=(0,e.useState)(!1),[l,m]=(0,e.useState)(!1),[B,u]=(0,e.useState)(),[s,c]=(0,e.useState)(),[g,x]=(0,e.useState)(),[p,w]=(0,e.useState)(!1),h=(0,e.useRef)(null),S=(0,e.useRef)(null),I=(0,e.useRef)(null),{isLarge:k}=Pe(),f=O(),v=(0,e.useCallback)((()=>d(!1)),[d]),b=(0,e.useCallback)((()=>d(!t)),[t]),E=(0,e.useMemo)((()=>r().Children.toArray(n).filter((_=>r().isValidElement(_)&&"string"!=typeof _.type))),[n]);(0,e.useEffect)((()=>{void 0===g&&s&&x(s.boundingClientRect.y)}),[g,s]);const y=([_])=>{c(_)};var A,N,T,C;xe(v),A=t,N=I,T=S,C=!k,(0,e.useEffect)((()=>{A&&C?document.body.classList.add("AnchorNav--no-bg-scroll"):document.body.classList.remove("AnchorNav--no-bg-scroll")}),[A,C]),(0,e.useEffect)((()=>{if(A){const _=N.current?.firstChild;_.focus()}}),[A,N]),(0,e.useEffect)((()=>{const _=T.current,e=N.current,r=e?.nextSibling,n=e?.children;let a=0;const o=o=>{if(!A||!e||!n||n.length<=1)return;const i=n[n.length-1],t=n.length-1;if("Tab"===o.key&&(o.preventDefault(),r?.focus()),o.shiftKey&&"Tab"===o.key&&(o.preventDefault(),_?.focus()),"ArrowDown"===o.key){if(o.preventDefault(),a===t)return n[0].focus(),void(a=0);if(a<t)return n[a+1].focus(),void(a+=1)}else if("ArrowUp"===o.key)return o.preventDefault(),0===a?(i.focus(),void(a=t)):(n[a-1].focus(),void a--)};return e?.addEventListener("keydown",o),()=>e?.addEventListener("keydown",o)}),[A,N,T]),(0,e.useEffect)((()=>{const _=window.matchMedia("(prefers-reduced-motion: reduce)");m(_.matches)}),[]),(0,e.useEffect)((()=>{const _=()=>{if(g){const _=window.pageYOffset>g;w(!!_)}};return window.addEventListener("scroll",_),()=>{window.removeEventListener("scroll",_)}}),[g]),(0,e.useEffect)((()=>{const _=h.current;if(!window.IntersectionObserver||!_)return;const e=new IntersectionObserver(y,{threshold:0,root:null,rootMargin:"0px 0px -100%"});return e.observe(_),()=>e.disconnect()}),[]);const G=(0,e.useCallback)((_=>{_?.preventDefault(),b()}),[b]),j=(0,e.useCallback)((_=>{u(_)}),[u]),L=E.filter((_=>r().isValidElement(_)&&_.type===Kr)).length,H=E.map(((_,e)=>{if(r().isValidElement(_)&&_.type===Kr){const n={href:_.props.href,toggleMenuCallback:b,prefersReducedMotion:l,updateCurrentActiveNav:j,alignment:L<4?"start":"center"};return r().cloneElement(_,{isActive:0===e,...n})}return null})).filter(Boolean).slice(0,5),M=E.map((_=>r().isValidElement(_)&&_.type===Jr?r().cloneElement(_):null)).filter(Boolean);return(0,_.jsxs)("nav",{ref:h,"aria-label":"Anchored navigation",className:i(Xr.AnchorNav,p&&Xr["AnchorNav--stuck"],t&&Xr["AnchorNav--expanded"],a&&Xr["AnchorNav--with-default-background-color"]),...o,children:[(0,_.jsxs)("div",{className:i(Xr["AnchorNav-inner-container"],t&&Xr["AnchorNav-inner-container--expanded"]),children:[(0,_.jsxs)("button",{ref:S,onClick:G,className:i(Xr["AnchorNav-menu-button"]),"aria-expanded":t?"true":"false","aria-controls":f,"aria-label":(t?"close":"open")+" anchor navigation menu","data-testid":$r.menuButton,children:[t?(0,_.jsx)(ae,{size:16,className:Xr["AnchorNav-menu-button-arrow"],fill:"currentcolor"}):(0,_.jsx)(re,{size:16,className:Xr["AnchorNav-menu-button-arrow"],fill:"currentcolor"}),(0,_.jsx)(P,{as:"span",className:i(Xr["AnchorNav-link-label"]),children:B})]}),(0,_.jsx)("div",{id:f,"data-testid":$r.menuLinks,className:Xr["AnchorNav-link-container"],ref:I,children:H}),M]}),(0,_.jsx)("span",{className:i(t&&Xr["AnchorNav-overlay--expanded"]),onClick:v,"aria-hidden":!0})]})}),{Link:Kr,Action:Jr,testIds:$r}),_n=(0,e.forwardRef)((({align:e="start",hasBorder:r=!1,hasShadow:n=!0,hasBackground:a=!0,className:o,children:t,...d},l)=>(0,_.jsx)("section",{ref:l,className:i("Primer_Brand__CTABanner-module__CTABanner___m0t8s",n&&"Primer_Brand__CTABanner-module__CTABanner--shadow___BA030",o),...d,children:(0,_.jsx)("div",{className:i("Primer_Brand__CTABanner-module__CTABanner-container___iRzd1",r&&"Primer_Brand__CTABanner-module__CTABanner-container--border___FbAer",a&&"Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH"),children:(0,_.jsx)("div",{className:i("Primer_Brand__CTABanner-module__CTABanner-content___sZo6_","center"===e&&"Primer_Brand__CTABanner-module__CTABanner-content--center___S0ChQ"),children:t})})}))),en=(0,e.forwardRef)((({as:e="h3",size:r="1",className:n,children:a,...o},i)=>(0,_.jsx)(L,{ref:i,className:n,size:r,as:e,...o,children:a}))),rn=(0,e.forwardRef)((({className:e,children:r,...n},a)=>(0,_.jsx)(P,{ref:a,className:i("Primer_Brand__CTABanner-module__CTABanner-description___I7md6",e),as:"p",...n,children:r}))),nn=(0,e.forwardRef)((({className:e,buttonSize:r="medium",buttonsAs:n,children:a,...o},i)=>(0,_.jsx)(V_,{buttonSize:r,buttonsAs:n,className:e,ref:i,...o,children:a}))),an=Object.assign(_n,{Heading:en,Description:rn,ButtonGroup:nn}),on=(0,e.createContext)({variant:"default"}),tn={ListItem:"Primer_Brand__ListItem-module__ListItem___aFf5u","ListItem__leading-visual":"Primer_Brand__ListItem-module__ListItem__leading-visual___Fu5ba",OrderedList__item:"Primer_Brand__ListItem-module__OrderedList__item___BJsQo"},dn=Object.assign((function({className:r,children:n,...a}){const{variant:o}=(0,e.useContext)(on);return(0,_.jsxs)("li",{className:i(tn.ListItem,!o&&tn.OrderedList__item,r),...a,children:[(()=>{switch(o){case"checked":return(0,_.jsx)(_e,{className:i(tn["ListItem__leading-visual"],tn.ListItem__checked)});case"default":return(0,_.jsx)(oe,{className:i(tn["ListItem__leading-visual"],tn.ListItem__default)});default:return null}})(),(0,_.jsx)(P,{as:"span",children:n})]})})),ln="Primer_Brand__list-shared-module__List___dFefs",mn=Object.assign((function({variant:e="default",children:r,...n}){return(0,_.jsx)("ul",{className:i(ln,n.className),...n,children:(0,_.jsx)(on.Provider,{value:{variant:e},children:r})})}),{Item:dn}),Bn=Object.assign((function({children:e,...r}){return(0,_.jsx)("ol",{className:i(ln,"Primer_Brand__OrderedList-module__OrderedList___eCBYV",r.className),...r,children:(0,_.jsx)(on.Provider,{value:{variant:""},children:e})})}),{Item:dn}),un=(0,e.forwardRef)((({className:e,...r},n)=>(0,_.jsx)("form",{ref:n,className:i("Primer_Brand__CTAForm-module__CTAForm___oOV3J",e),...r}))),sn=(0,e.forwardRef)((({className:e,children:n,...a},o)=>{const t=r().Children.toArray(n).map((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===Er?r().cloneElement(_,{fullWidth:!0,required:!0,..._.props}):_));return(0,_.jsx)("div",{ref:o,className:i("Primer_Brand__CTAForm-module__CTAForm-input___sR5r3",e),...a,children:t})})),cn=(0,e.forwardRef)((({className:e,children:n,...a},o)=>{const t=r().Children.toArray(n).map((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===Er?r().cloneElement(_,{fullWidth:!0,size:"large",..._.props}):_));return(0,_.jsx)("div",{ref:o,className:i("Primer_Brand__CTAForm-module__CTAForm-confirm___yTThl",e),...a,children:t})})),gn=(0,e.forwardRef)((({className:e,children:r,...n},a)=>(0,_.jsx)(b,{type:"submit",variant:"secondary",className:i("Primer_Brand__CTAForm-module__CTAForm-button___dWqAC",e),ref:a,...n,children:r}))),xn=Object.assign(un,{Input:sn,Confirm:cn,Action:gn}),pn="Primer_Brand__MinimalFooter-module__Footer___oqJdA",Pn="Primer_Brand__MinimalFooter-module__Footer__container___UqVWS",wn="Primer_Brand__MinimalFooter-module__Footer__terms___ACl36",hn="Primer_Brand__MinimalFooter-module__Footer__terms-item___Z1f1_",Sn="Primer_Brand__MinimalFooter-module__Footer__social-links___hRWfd",In="Primer_Brand__MinimalFooter-module__Footer__logomarks___Weh9I",kn="Primer_Brand__MinimalFooter-module__Footer__legal-and-links___gaF8g",fn="Primer_Brand__MinimalFooter-module__Footer__social-icon___SxNsP",vn="Primer_Brand__MinimalFooter-module__Footer__copyright___c9JB5",bn="Primer_Brand__MinimalFooter-module__Footer__links___sXNki",En="Primer_Brand__MinimalFooter-module__Footer__link___K13BH",yn=["x","github","linkedin","youtube","facebook","twitch","tiktok","instagram"];function An({children:e,className:n}){const a=r().Children.map(e,(_=>r().isValidElement(_)?_.type&&_.type===P?r().cloneElement(_,{as:"p",variant:"muted",size:"100",className:i(hn,_.props.className),..._.props}):void 0:_));return(0,_.jsx)("section",{className:Pn,children:(0,_.jsx)("div",{className:i(wn,n),children:a})})}function Nn({socialLinks:e,logoHref:r}){const{colorMode:n}=M_();return(0,_.jsx)("section",{className:i(In),children:(0,_.jsx)("div",{className:Pn,children:(0,_.jsxs)(k_,{alignItems:"center",direction:{narrow:"vertical",regular:"horizontal"},gap:"normal",padding:"none",justifyContent:"space-between",children:[(0,_.jsx)("div",{children:(0,_.jsx)("a",{href:r,"data-analytics-event":'{"category":"Footer","action":"go to home","label":"text:home"}',"aria-label":"Go to GitHub homepage",children:(0,_.jsx)(ie,{fill:n===N_.DARK?"white":"black",size:"medium"})})}),!1!==e?(0,_.jsx)("ul",{className:Sn,children:[{name:"x",fullName:"X",url:"https://x.com/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/x.svg",iconWidth:20,iconHeight:16},{name:"github",fullName:"GitHub",url:"https://github.com/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/github-mark.svg",iconWidth:20,iconHeight:20},{name:"linkedin",fullName:"LinkedIn",url:"https://www.linkedin.com/company/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/linkedin.svg",iconWidth:19,iconHeight:18},{name:"youtube",fullName:"YouTube",url:"https://www.youtube.com/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/youtube.svg",iconWidth:23,iconHeight:16},{name:"facebook",fullName:"Facebook",url:"https://www.facebook.com/GitHub",icon:"https://github.githubassets.com/images/modules/site/icons/footer/facebook.svg",iconWidth:18,iconHeight:18},{name:"twitch",fullName:"Twitch",url:"https://www.twitch.tv/github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/twitch.svg",iconWidth:18,iconHeight:18},{name:"tiktok",fullName:"TikTok",url:"https://www.tiktok.com/@github",icon:"https://github.githubassets.com/images/modules/site/icons/footer/tiktok.svg",iconWidth:18,iconHeight:18},{name:"instagram",fullName:"Instagram",url:"https://www.instagram.com/github/",icon:"https://github.githubassets.com/images/modules/site/icons/footer/instagram.svg",iconWidth:24,iconHeight:24}].map((r=>e&&!e.includes(r.name)?null:(e=>(0,_.jsx)("li",{children:(0,_.jsxs)("a",{href:e.url,"data-analytics-event":`{"category":"Footer","action":"go to ${e.fullName}","label":"text:${e.name}"}`,children:[(0,_.jsx)("img",{className:fn,src:e.icon,height:e.iconHeight,width:e.iconWidth,loading:"lazy",decoding:"async",alt:""}),(0,_.jsxs)("span",{className:"visually-hidden",children:["GitHub on ",e.fullName]})]})},e.name))(r)))}):(0,_.jsx)(_.Fragment,{})]})})})}const Tn=({as:e,children:r,...n})=>{const a=e||"a";return(0,_.jsx)(a,{className:En,"data-analytics-event":n.href?`{"category":"Footer","action":"go to ${n.href}","label":"text:${r}"}`:void 0,...n,children:(0,_.jsx)(P,{variant:"muted",size:"200",children:r})})},Cn=Object.assign((function({className:e,children:n,copyrightStatement:a,logoHref:o="https://github.com",socialLinks:t,...d}){const l=r().Children.toArray(n).filter((_=>{if(r().isValidElement(_)&&_.type===Tn)return _})).slice(0,5),m=(new Date).getFullYear();return(0,_.jsxs)("footer",{className:i(pn,e),...d,children:[r().Children.toArray(n).find((_=>!!r().isValidElement(_)&&(!(!_.type||_.type!==An)||void 0))),(0,_.jsx)(Nn,{socialLinks:t,logoHref:o}),(0,_.jsx)("section",{children:(0,_.jsx)("div",{className:kn,children:(0,_.jsx)("div",{className:Pn,children:(0,_.jsxs)(k_,{direction:{narrow:"vertical",regular:"horizontal"},gap:"normal",padding:"none",justifyContent:"space-between",children:[(0,_.jsx)(k_,{padding:"none",gap:"condensed",justifyContent:{narrow:"center",regular:"flex-end"},direction:{narrow:"vertical",regular:"horizontal"},className:bn,children:(0,_.jsx)(_.Fragment,{children:l})}),(0,_.jsx)(P,{as:"p",size:"200",variant:"muted",className:vn,children:a||`© ${m} GitHub. All rights reserved.`})]})})})})]})}),{Footnotes:An,Link:Tn}),Gn={Pillar:"Primer_Brand__Pillar-module__Pillar___dHhm7","Pillar--align-center":"Primer_Brand__Pillar-module__Pillar--align-center___mWN5F","Pillar--align-start":"Primer_Brand__Pillar-module__Pillar--align-start___dfipC",Pillar__icon:"Primer_Brand__Pillar-module__Pillar__icon___MyYVk",Pillar__heading:"Primer_Brand__Pillar-module__Pillar__heading___C7yPQ",Pillar__description:"Primer_Brand__Pillar-module__Pillar__description___BPMTa",Pillar__link:"Primer_Brand__Pillar-module__Pillar__link___yiBNY","Pillar__icon--color-default":"Primer_Brand__Pillar-module__Pillar__icon--color-default___WlnDP","Pillar__icon--color-blue":"Primer_Brand__Pillar-module__Pillar__icon--color-blue___RVKbn","Pillar__icon--color-coral":"Primer_Brand__Pillar-module__Pillar__icon--color-coral___g_M0m","Pillar__icon--color-green":"Primer_Brand__Pillar-module__Pillar__icon--color-green___AZl8T","Pillar__icon--color-gray":"Primer_Brand__Pillar-module__Pillar__icon--color-gray___MRGro","Pillar__icon--color-indigo":"Primer_Brand__Pillar-module__Pillar__icon--color-indigo___hX1Yq","Pillar__icon--color-lemon":"Primer_Brand__Pillar-module__Pillar__icon--color-lemon___V0XiQ","Pillar__icon--color-lime":"Primer_Brand__Pillar-module__Pillar__icon--color-lime___VXybl","Pillar__icon--color-orange":"Primer_Brand__Pillar-module__Pillar__icon--color-orange___e1xGP","Pillar__icon--color-pink":"Primer_Brand__Pillar-module__Pillar__icon--color-pink___WcTTa","Pillar__icon--color-purple":"Primer_Brand__Pillar-module__Pillar__icon--color-purple___BGrUp","Pillar__icon--color-red":"Primer_Brand__Pillar-module__Pillar__icon--color-red___ek1FA","Pillar__icon--color-teal":"Primer_Brand__Pillar-module__Pillar__icon--color-teal___fntO4","Pillar__icon--color-yellow":"Primer_Brand__Pillar-module__Pillar__icon--color-yellow___xatJt"},jn=X,Ln=jn[0],Hn=(0,e.forwardRef)((({children:e,className:n,animate:a,as:o="div",align:t="start",style:d,...l},m)=>{const{classes:B,styles:u}=U(a),s=r().Children.toArray(e).filter((_=>!(!r().isValidElement(_)||"string"==typeof _.type||_.type!==Mn&&_.type!==Vn&&_.type!==Rn&&_.type!==Fn))),c=["div","article"].includes(o)?o:"div";return(0,_.jsx)(c,{className:i(Gn.Pillar,Gn[`Pillar--align-${t}`],B,n),ref:m,...l,style:{...u,...d},children:s})}));function Mn({icon:e,className:n,color:a=Ln,...o}){return(0,_.jsx)("span",{className:i(Gn.Pillar__icon,Gn[`Pillar__icon--color-${a}`],n),...o,children:"function"==typeof e?(0,_.jsx)(e,{size:"medium"}):r().isValidElement(e)&&r().cloneElement(e,{"aria-hidden":"true",focusable:"false"})})}const Vn=(0,e.forwardRef)((({children:e,as:r="h3",size:n="subhead-large",className:a,...o},t)=>(0,_.jsx)(L,{size:n,className:i(Gn.Pillar__heading,Gn[`Pillar__heading--size-${n}`],a),ref:t,as:r,...o,children:e}))),Rn=(0,e.forwardRef)((({children:e,className:r,...n},a)=>(0,_.jsx)(P,{variant:"muted",ref:a,size:"200",as:"p",className:i(Gn.Pillar__description,r),...n,children:e}))),Fn=(0,e.forwardRef)((({className:e,children:r,href:n,...a},o)=>(0,_.jsx)(ze,{variant:"accent",href:n,ref:o,className:i(Gn.Pillar__link,e),...a,children:r}))),zn=Object.assign(Hn,{Icon:Mn,Heading:Vn,Description:Rn,Link:Fn}),On={Card:"Primer_Brand__Card-module__Card___ByGEk",Card__link:"Primer_Brand__Card-module__Card__link___Ye5mq","Card--border":"Primer_Brand__Card-module__Card--border___nNZlZ","Card--icon":"Primer_Brand__Card-module__Card--icon___nVz0T",Card__label:"Primer_Brand__Card-module__Card__label___EAot7",Card__icon:"Primer_Brand__Card-module__Card__icon___H4tc9",Card__image:"Primer_Brand__Card-module__Card__image___zt4oH","Card__icon--badge":"Primer_Brand__Card-module__Card__icon--badge___p6riH",Card__heading:"Primer_Brand__Card-module__Card__heading___INFhp",Card__description:"Primer_Brand__Card-module__Card__description___KN9CH",Card__action:"Primer_Brand__Card-module__Card__action___C6sRY","Card__icon--color-default":"Primer_Brand__Card-module__Card__icon--color-default___Y2DUV","Card__icon--color-blue":"Primer_Brand__Card-module__Card__icon--color-blue___NuYV8","Card__icon--color-coral":"Primer_Brand__Card-module__Card__icon--color-coral___rYl0b","Card__icon--color-green":"Primer_Brand__Card-module__Card__icon--color-green___xz7Vq","Card__icon--color-gray":"Primer_Brand__Card-module__Card__icon--color-gray___gYwWP","Card__icon--color-indigo":"Primer_Brand__Card-module__Card__icon--color-indigo___xHafP","Card__icon--color-lemon":"Primer_Brand__Card-module__Card__icon--color-lemon___KT2Uh","Card__icon--color-lime":"Primer_Brand__Card-module__Card__icon--color-lime___P9pP0","Card__icon--color-orange":"Primer_Brand__Card-module__Card__icon--color-orange___s1gIr","Card__icon--color-pink":"Primer_Brand__Card-module__Card__icon--color-pink___I7Qpw","Card__icon--color-purple":"Primer_Brand__Card-module__Card__icon--color-purple___G0J2O","Card__icon--color-red":"Primer_Brand__Card-module__Card__icon--color-red___lGSe1","Card__icon--color-teal":"Primer_Brand__Card-module__Card__icon--color-teal___CsA4p","Card__icon--color-yellow":"Primer_Brand__Card-module__Card__icon--color-yellow___RP8rx"};function Wn(_){const r=(0,e.useRef)(null);return _??r}const qn=X,Zn=qn[0],Dn=(0,e.forwardRef)((({onMouseEnter:n,onMouseLeave:a,onFocus:o,onBlur:t,children:d,className:m,ctaText:B="Learn more",href:u,hasBorder:s=!1,style:c,...g},x)=>{const p=Wn(x),w=r().useRef(!1),h=r().useRef(!1),S=(0,e.useCallback)((_=>{w.current=!w.current,n?.(_)}),[n,w]),I=(0,e.useCallback)((_=>{w.current=!w.current,a?.(_)}),[a,w]),k=(0,e.useCallback)((_=>{h.current=!h.current,o?.(_)}),[o,h]),f=(0,e.useCallback)((_=>{h.current=!h.current,t?.(_)}),[t,h]),v=r().Children.toArray(d).filter((_=>!(!r().isValidElement(_)||"string"==typeof _.type||!(0,Qe.isFragment)(_)&&_.type!==Qn&&_.type!==Un&&_.type!==Xn&&_.type!==$n&&_.type!==Kn))),b=r().Children.toArray(d).some((_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===Un));return(0,_.jsxs)("div",{className:i(On.Card,b&&On["Card--icon"],s&&On["Card--border"],m),ref:p,...g,children:[r().Children.map(v,(_=>r().isValidElement(_)&&"string"!=typeof _.type&&_.type===$n?r().cloneElement(_,{onMouseEnter:S,onMouseLeave:I,onFocus:k,onBlur:f,href:u}):_)),(0,_.jsxs)("div",{className:On.Card__action,children:[(0,_.jsx)(P,{as:"span",size:"200",className:i(Re["Link--label"]),children:B}),(0,_.jsx)(l,{className:Re["Link-arrow"],expanded:w.current||h.current,"aria-hidden":"true"})]})]})}));function Qn({className:e,...r}){return(0,_.jsx)("div",{className:On.Card__image,children:(0,_.jsx)(l_,{className:e,...r})})}function Un({"aria-hidden":e,icon:r,className:n,color:a=Zn,hasBackground:o=!1,...t}){return(0,_.jsx)("span",{className:i(On.Card__icon,On[`Card__icon--color-${a}`],o&&On["Card__icon--badge"],n),"aria-hidden":e||"function"!=typeof r,...t,children:"function"==typeof r?(0,_.jsx)(r,{}):r})}const Xn=(0,e.forwardRef)((({children:e,className:r,color:n=Y[0],...a},o)=>(0,_.jsx)("span",{className:i(On.Card__label,r),ref:o,...a,children:(0,_.jsx)(o_,{color:n,children:e})}))),$n=(0,e.forwardRef)((({children:e,as:r="h3",className:n,href:a,onMouseEnter:o,onMouseLeave:t,onBlur:d,onFocus:l,...m},B)=>(0,_.jsx)(L,{size:"subhead-large",className:i(On.Card__heading,n),ref:B,as:r,...m,children:(0,_.jsx)("a",{href:a,className:i(On.Card__link),onMouseEnter:o,onMouseLeave:t,onBlur:d,onFocus:l,children:e})}))),Kn=(0,e.forwardRef)((({children:e,className:r,...n},a)=>(0,_.jsx)(P,{variant:"muted",ref:a,size:"200",as:"p",className:i(On.Card__description,r),...n,children:e}))),Jn=Object.assign(Dn,{Image:Qn,Label:Xn,Icon:Un,Heading:$n,Description:Kn}),Yn={SectionIntro:"Primer_Brand__SectionIntro-module__SectionIntro___RduRB","SectionIntro-heading--muted":"Primer_Brand__SectionIntro-module__SectionIntro-heading--muted___CdGWF","SectionIntro--align-start":"Primer_Brand__SectionIntro-module__SectionIntro--align-start___C59mu","SectionIntro--align-center":"Primer_Brand__SectionIntro-module__SectionIntro--align-center___qU_a9","SectionIntro-heading":"Primer_Brand__SectionIntro-module__SectionIntro-heading___u6_Wl","SectionIntro--full-width":"Primer_Brand__SectionIntro-module__SectionIntro--full-width___HROKL","SectionIntro-label":"Primer_Brand__SectionIntro-module__SectionIntro-label___ZjciO","SectionIntro-description":"Primer_Brand__SectionIntro-module__SectionIntro-description___Sz93l","SectionIntro-link":"Primer_Brand__SectionIntro-module__SectionIntro-link___dePuF"},_a=(0,e.forwardRef)((({align:e="start",animate:r,className:n,children:a,fullWidth:o=!1,style:t,...d},l)=>{const{classes:m,styles:B}=U(r);return(0,_.jsx)("header",{ref:l,className:i(Yn.SectionIntro,Yn[`SectionIntro--align-${e}`],o&&Yn["SectionIntro--full-width"],m,n),...d,style:{...B,...t},children:a})})),ea=(0,e.forwardRef)((({as:n=G,size:a="4",className:o,children:t,...d},l)=>{const m=(0,e.useMemo)((()=>r().Children.toArray(t)),[t]),B=(0,e.useCallback)((()=>m.some((_=>r().isValidElement(_)&&"em"===_.type))?"muted":"default"),[m]),u=1===m.length?"default":B();return(0,_.jsx)(L,{ref:l,className:i(Yn["SectionIntro-heading"],"muted"===u&&Yn["SectionIntro-heading--muted"],o),size:a,as:n,...d,children:t})})),ra=(0,e.forwardRef)((({className:e,children:r,...n},a)=>(0,_.jsx)(P,{as:"p",className:i(Yn["SectionIntro-description"],e),ref:a,variant:"muted",...n,children:r}))),na=(0,e.forwardRef)((({className:e,children:r,...n},a)=>(0,_.jsx)(ze,{ref:a,className:i(Yn["SectionIntro-link"],e),size:"medium",...n,children:r}))),aa=Object.assign(_a,{Heading:ea,Description:ra,Link:na,Label:function({children:e,...r}){return(0,_.jsx)(o_,{className:Yn["SectionIntro-label"],...r,children:e})}}),oa={"outside-top":["outside-bottom","outside-right","outside-left","outside-bottom"],"outside-bottom":["outside-top","outside-right","outside-left","outside-bottom"],"outside-left":["outside-right","outside-bottom","outside-top","outside-bottom"],"outside-right":["outside-left","outside-bottom","outside-top","outside-bottom"]},ia={start:["end","center"],end:["start","center"],center:["end","start"]};const ta={side:"outside-bottom",align:"start",anchorOffset:4,alignmentOffset:4,allowOutOfBounds:!1};function da(_,e,r,n,a,o){const i=e.left+e.width,t=e.top+e.height;let d=-1,l=-1;return"outside-top"===r?d=e.top-a-_.height:"outside-bottom"===r?d=t+a:"outside-left"===r?l=e.left-a-_.width:"outside-right"===r&&(l=i+a),"outside-top"!==r&&"outside-bottom"!==r||(l="start"===n?e.left+o:"center"===n?e.left-(_.width-e.width)/2+o:i-_.width-o),"outside-left"!==r&&"outside-right"!==r||(d="start"===n?e.top+o:"center"===n?e.top-(_.height-e.height)/2+o:t-_.height-o),"inside-top"===r?d=e.top+a:"inside-bottom"===r?d=t-a-_.height:"inside-left"===r?l=e.left+a:"inside-right"===r?l=i-a-_.width:"inside-center"===r&&(l=(i+e.left)/2-_.width/2+a),"inside-top"===r||"inside-bottom"===r?l="start"===n?e.left+o:"center"===n?e.left-(_.width-e.width)/2+o:i-_.width-o:"inside-left"!==r&&"inside-right"!==r&&"inside-center"!==r||(d="start"===n?e.top+o:"center"===n?e.top-(_.height-e.height)/2+o:t-_.height-o),{top:d,left:l}}function la(_,e,r,n){return"outside-top"===_||"outside-bottom"===_?e.top<r.top||e.top+n.height>r.height+r.top:e.left<r.left||e.left+n.width>r.width+r.left}function ma(_,e,r,n){return"end"===_?e.left<r.left:"start"===_||"center"===_?e.left+n.width>r.left+r.width||e.left<r.left:void 0}function Ba(_,r=[]){const n=_?.floatingElementRef,a=_?.anchorElementRef,[o,i]=(0,e.useState)(void 0),t=(0,e.useCallback)((()=>{n.current instanceof Element&&a.current instanceof Element?i(function(_,e,r={}){const n=function(_){if(function(_){if("DIALOG"===_.tagName)return!0;try{if(_.matches(":popover-open"))return!0}catch(_){return!1}return!1}(_))return document.body;let e=_.parentNode;for(;null!==e;){if(e instanceof HTMLElement&&"static"!==getComputedStyle(e).position)return e;e=e.parentNode}return document.body}(_),a=function(_){let e=_;for(;null!==e&&e!==document.body&&"visible"===getComputedStyle(e).overflow;)e=e.parentNode;const r=e!==document.body&&e instanceof HTMLElement?e:document.body,n=r.getBoundingClientRect(),a=getComputedStyle(r),[o,i,t,d]=[a.borderTopWidth,a.borderLeftWidth,a.borderRightWidth,a.borderBottomWidth].map((_=>parseInt(_,10)||0));return{top:n.top+o,left:n.left+i,width:n.width-t-i,height:Math.max(n.height-o-d,r===document.body?window.innerHeight:-1/0)}}(n),o=getComputedStyle(n),i=n.getBoundingClientRect(),[t,d]=[o.borderTopWidth,o.borderLeftWidth].map((_=>parseInt(_,10)||0));return function(_,e,r,n,{side:a,align:o,allowOutOfBounds:i,anchorOffset:t,alignmentOffset:d}){const l={top:_.top-e.top,left:_.left-e.left,width:_.width,height:_.height};let m=da(r,n,a,o,t,d),B=a,u=o;if(m.top-=e.top,m.left-=e.left,!i){const i=oa[a];let s=0;if(i){let _=a;for(;s<i.length&&la(_,m,l,r);){const a=i[s++];_=a,m=da(r,n,a,o,t,d),m.top-=e.top,m.left-=e.left,B=a}}const c=ia[o];let g=0;if(c){let _=o;for(;g<c.length&&ma(_,m,l,r);){const a=c[g++];_=a,m=da(r,n,B,a,t,d),m.top-=e.top,m.left-=e.left,u=a}}m.top<l.top&&(m.top=l.top),m.left<l.left&&(m.left=l.left),m.left+r.width>_.width+l.left&&(m.left=_.width+l.left-r.width),i&&s<i.length&&m.top+r.height>_.height+l.top&&(m.top=_.height+l.top-r.height)}return Object.assign(Object.assign({},m),{anchorSide:B,anchorAlign:u})}(a,{top:i.top+t,left:i.left+d},_.getBoundingClientRect(),e instanceof Element?e.getBoundingClientRect():e,function(_={}){var e,r,n,a,o;const i=null!==(e=_.side)&&void 0!==e?e:ta.side,t=null!==(r=_.align)&&void 0!==r?r:ta.align;return{side:i,align:t,anchorOffset:null!==(n=_.anchorOffset)&&void 0!==n?n:"inside-center"===i?0:ta.anchorOffset,alignmentOffset:null!==(a=_.alignmentOffset)&&void 0!==a?a:"center"!==t&&i.startsWith("inside")?ta.alignmentOffset:0,allowOutOfBounds:null!==(o=_.allowOutOfBounds)&&void 0!==o?o:ta.allowOutOfBounds}}(r))}(n.current,a.current,_)):i(void 0)}),[n,a,...r]);return(0,e.useEffect)(t,[t]),function(_,r){const n=(0,e.useRef)(_);(0,e.useEffect)((()=>{n.current=_})),(0,e.useEffect)((()=>{const _=document.documentElement;if(!_)return;const e=new ResizeObserver((_=>{n.current(_)}));return e.observe(_),()=>{e.disconnect()}}),[r])}(t),{floatingElementRef:n,anchorElementRef:a,position:o}}let ua;function sa(){return void 0===ua&&(ua=/^mac/i.test(window.navigator.platform)),ua}let ca=1e4;var ga;ye(),function(_){_[_.ArrowHorizontal=1]="ArrowHorizontal",_[_.ArrowVertical=2]="ArrowVertical",_[_.JK=4]="JK",_[_.HL=8]="HL",_[_.HomeAndEnd=16]="HomeAndEnd",_[_.PageUpDown=256]="PageUpDown",_[_.WS=32]="WS",_[_.AD=64]="AD",_[_.Tab=128]="Tab",_[_.Backspace=512]="Backspace",_[_.ArrowAll=3]="ArrowAll",_[_.HJKL=12]="HJKL",_[_.WASD=96]="WASD",_[_.All=511]="All"}(ga||(ga={}));const xa={ArrowLeft:ga.ArrowHorizontal,ArrowDown:ga.ArrowVertical,ArrowUp:ga.ArrowVertical,ArrowRight:ga.ArrowHorizontal,h:ga.HL,j:ga.JK,k:ga.JK,l:ga.HL,a:ga.AD,s:ga.WS,w:ga.WS,d:ga.AD,Tab:ga.Tab,Home:ga.HomeAndEnd,End:ga.HomeAndEnd,PageUp:ga.PageUpDown,PageDown:ga.PageUpDown,Backspace:ga.Backspace},pa={ArrowLeft:"previous",ArrowDown:"next",ArrowUp:"previous",ArrowRight:"next",h:"previous",j:"next",k:"previous",l:"next",a:"previous",s:"next",w:"previous",d:"next",Tab:"next",Home:"start",End:"end",PageUp:"start",PageDown:"end",Backspace:"previous"};function Pa(_){const e=pa[_.key];if("Tab"===_.key&&_.shiftKey)return"previous";const r=sa();if(r&&_.metaKey||!r&&_.ctrlKey){if("ArrowLeft"===_.key||"ArrowUp"===_.key)return"start";if("ArrowRight"===_.key||"ArrowDown"===_.key)return"end"}return e}const wa="data-is-active-descendant",ha="data-has-active-descendant";const Sa={ActionMenu:"Primer_Brand__ActionMenu-module__ActionMenu___xAoB5","ActionMenu--disabled":"Primer_Brand__ActionMenu-module__ActionMenu--disabled___Ic5nl",ActionMenu__button:"Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG",ActionMenu__menu:"Primer_Brand__ActionMenu-module__ActionMenu__menu____B9HP","ActionMenu__menu--visible":"Primer_Brand__ActionMenu-module__ActionMenu__menu--visible___dIcw5","overlay-appear":"Primer_Brand__ActionMenu-module__overlay-appear___hIYSP",ActionMenu__item:"Primer_Brand__ActionMenu-module__ActionMenu__item___GxmDr","ActionMenu__item--selection-type-single":"Primer_Brand__ActionMenu-module__ActionMenu__item--selection-type-single___ZdivU","focus-visible":"Primer_Brand__ActionMenu-module__focus-visible___hVXW3","ActionMenu__item-leadingVisual":"Primer_Brand__ActionMenu-module__ActionMenu__item-leadingVisual___UWjE1","ActionMenu__item-text":"Primer_Brand__ActionMenu-module__ActionMenu__item-text___K_1vl","ActionMenu__item-icon":"Primer_Brand__ActionMenu-module__ActionMenu__item-icon___JyMwz","ActionMenu__item-content--disabled":"Primer_Brand__ActionMenu-module__ActionMenu__item-content--disabled___WrxPY","ActionMenu__item-icon--disabled":"Primer_Brand__ActionMenu-module__ActionMenu__item-icon--disabled___Ebefz"},Ia={root:"ActionMenu",get button(){return`${this.root}-button`},get overlay(){return`${this.root}-overlay`},get list(){return`${this.root}-list`},get item(){return`${this.root}-list-item`}},ka=(0,e.memo)((({id:r,children:n,"data-testid":a,disabled:o,open:t=!1,selectionVariant:d="none",menuAlignment:l="start",onSelect:m})=>{const[B,u]=(0,e.useState)(t),s=(0,e.useRef)(null),c=(0,e.useRef)(null),g=O(r);ce(s,(()=>u(!1)),c),xe((0,e.useCallback)((()=>{u(!1)}),[]));const x=(0,e.useCallback)((()=>{u(!B)}),[B]),p=(0,e.useCallback)((_=>{m&&m(_),x()}),[m,x]),P=(0,e.useCallback)((_=>{_&&(p(_),x(),c.current?.focus())}),[p,x,c]);(0,e.useEffect)((()=>{if(B&&s.current){const _=s.current;(function(_,e){var r,n,a,o,i;const t=[],d=new WeakMap,l=null!==(r=null==e?void 0:e.bindKeys)&&void 0!==r?r:((null==e?void 0:e.getNextFocusable)?ga.ArrowAll:ga.ArrowVertical)|ga.HomeAndEnd,m=null!==(n=null==e?void 0:e.focusOutBehavior)&&void 0!==n?n:"stop",B=null!==(a=null==e?void 0:e.focusInStrategy)&&void 0!==a?a:"previous",u=null==e?void 0:e.activeDescendantControl,s=null==e?void 0:e.onActiveDescendantChanged;let c;const g=null!==(o=null==e?void 0:e.preventScroll)&&void 0!==o&&o;function x(){return t[0]}function p(_,e=!1){const r=c;c=_,u?_&&document.activeElement===u?P(r,_,e):w():(r&&r!==_&&d.has(r)&&r.setAttribute("tabindex","-1"),null==_||_.setAttribute("tabindex","0"))}function P(e,r,n=!1){r.id||r.setAttribute("id","__primer_id_"+ca++),e&&e!==r&&e.removeAttribute(wa),u&&(n||u.getAttribute("aria-activedescendant")!==r.id)&&(u.setAttribute("aria-activedescendant",r.id),_.setAttribute(ha,r.id),r.setAttribute(wa,n?"activated-directly":"activated-indirectly"),null==s||s(r,e,n))}function w(e=c){"first"===B&&(c=void 0),null==u||u.removeAttribute("aria-activedescendant"),_.removeAttribute(ha),null==e||e.removeAttribute(wa),null==s||s(void 0,e,!1)}function h(..._){const r=_.filter((_=>{var r,n;return null===(n=null===(r=null==e?void 0:e.focusableElementFilter)||void 0===r?void 0:r.call(e,_))||void 0===n||n}));if(0!==r.length){t.splice(function(_){const e=_[0];if(0===t.length)return 0;let r=0,n=t.length-1;for(;r<=n;){const _=Math.floor((r+n)/2);a=e,(t[_].compareDocumentPosition(a)&Node.DOCUMENT_POSITION_PRECEDING)>0?n=_-1:r=_+1}var a;return r}(r),0,...r);for(const _ of r)d.has(_)||d.set(_,_.getAttribute("tabindex")),_.setAttribute("tabindex","-1");c||p(x())}}function S(..._){for(const e of _){const _=t.indexOf(e);_>=0&&t.splice(_,1);const r=d.get(e);void 0!==r&&(null===r?e.removeAttribute("tabindex"):e.setAttribute("tabindex",r),d.delete(e)),e===c&&p(x())}}h(...Ie(_)),p("function"==typeof B?B(document.body):x()),new MutationObserver((_=>{for(const e of _)for(const _ of e.removedNodes)_ instanceof HTMLElement&&S(...Ie(_));for(const e of _)for(const _ of e.addedNodes)_ instanceof HTMLElement&&h(...Ie(_))})).observe(_,{subtree:!0,childList:!0});const I=new AbortController,k=null!==(i=null==e?void 0:e.abortSignal)&&void 0!==i?i:I.signal;let f;k.addEventListener("abort",(()=>{S(...t)})),_.addEventListener("mousedown",(_=>{_.target instanceof HTMLElement&&_.target!==document.activeElement&&(f=t.indexOf(_.target))}),{signal:k}),u?(_.addEventListener("focusin",(_=>{_.target instanceof HTMLElement&&t.includes(_.target)&&(u.focus({preventScroll:g}),p(_.target))})),_.addEventListener("mousemove",(({target:_})=>{if(!(_ instanceof Node))return;const e=t.find((e=>e.contains(_)));e&&p(e)}),{signal:k,capture:!0}),u.addEventListener("focusin",(()=>{c?P(void 0,c):p(x())})),u.addEventListener("focusout",(()=>{w()}))):_.addEventListener("focusin",(e=>{if(e.target instanceof HTMLElement)if(void 0!==f)f>=0&&t[f]!==c&&p(t[f]),f=void 0;else if("previous"===B)p(e.target);else if("closest"===B||"first"===B){if(e.relatedTarget instanceof Element&&!_.contains(e.relatedTarget)){const _="previous"===b?t.length-1:0,e=t[_];return void(null==e||e.focus({preventScroll:g}))}p(e.target)}else if("function"==typeof B)if(e.relatedTarget instanceof Element&&!_.contains(e.relatedTarget)){const _=B(e.relatedTarget);if((_?t.indexOf(_):-1)>=0&&_ instanceof HTMLElement)return void _.focus({preventScroll:g});console.warn("Element requested is not a known focusable element.")}else p(e.target);b=void 0}),{signal:k});const v=null!=u?u:_;let b;"closest"===B&&document.addEventListener("keydown",(_=>{"Tab"===_.key&&(b=Pa(_))}),{signal:k,capture:!0}),v.addEventListener("keydown",(r=>{var n;if(r.key in pa){const a=xa[r.key];if(!r.defaultPrevented&&(a&l)>0&&!function(_,e){const r=_.key,n=[...r].length,a=e instanceof HTMLInputElement&&"text"===e.type||e instanceof HTMLTextAreaElement;if(a&&(1===n||"Home"===r||"End"===r))return!0;if(e instanceof HTMLSelectElement){if(1===n)return!0;if("ArrowDown"===r&&sa()&&!_.metaKey)return!0;if("ArrowDown"===r&&!sa()&&_.altKey)return!0}if(e instanceof HTMLTextAreaElement&&("PageUp"===r||"PageDown"===r))return!0;if(a){const _=e,n=0===_.selectionStart&&0===_.selectionEnd,a=_.selectionStart===_.value.length&&_.selectionEnd===_.value.length;if("ArrowLeft"===r&&!n)return!0;if("ArrowRight"===r&&!a)return!0;if(_ instanceof HTMLTextAreaElement){if("ArrowUp"===r&&!n)return!0;if("ArrowDown"===r&&!a)return!0}}return!1}(r,document.activeElement)){const a=Pa(r);let o;if((null==e?void 0:e.getNextFocusable)&&(o=e.getNextFocusable(a,null!==(n=document.activeElement)&&void 0!==n?n:void 0,r)),!o){const e=function(){if(!c)return 0;const e=t.indexOf(c);return-1!==e?e:c===_?-1:0}();let n=e;"previous"===a?n-=1:"start"===a?n=0:"next"===a?n+=1:n=t.length-1,n<0&&(n="wrap"===m&&"Tab"!==r.key?t.length-1:0),n>=t.length&&(n="wrap"===m&&"Tab"!==r.key?0:t.length-1),e!==n&&(o=t[n])}u?p(o||c,!0):o&&(b=a,o.focus({preventScroll:g})),("Tab"!==r.key||o)&&r.preventDefault()}}}),{signal:k})})(s.current,{bindKeys:ga.ArrowVertical}),_.addEventListener("keydown",(_=>{if("Enter"===_.key){const e=_.target;if("true"===e.getAttribute("aria-disabled"))return;const r=e.getAttribute("data-value");r&&(p(r),u(!1),setTimeout((()=>{c.current?.focus()}),10))}}));const e=s.current.querySelector("li");e&&setTimeout((()=>{e.focus()}),10);const r=_.querySelectorAll("li")[_.querySelectorAll("li").length-1];r.addEventListener("keydown",(_=>{"ArrowDown"===_.key&&(_.preventDefault(),e?.focus())})),e?.addEventListener("keydown",(_=>{"ArrowUp"===_.key&&(_.preventDefault(),r.focus())})),_.addEventListener("keydown",(_=>{"Escape"===_.key&&c.current?.focus()}))}}),[B,s,P,x,p]);const{position:w}=Ba({floatingElementRef:s,anchorElementRef:c,side:"outside-bottom",align:l,allowOutOfBounds:!0},[B]),{Button:h,Overlay:S}=e.Children.toArray(n).reduce(((_,r)=>((0,e.isValidElement)(r)&&(r.type===fa?_.Button=(0,e.cloneElement)(r,{onClick:x,ref:c,className:i(r.props.className,B),menuOpen:B,disabled:o,id:`${g}-button`}):r.type===ba&&(_.Overlay=(0,e.cloneElement)(r,{ref:s,className:i(Sa.ActionMenu__menu,w&&Sa["ActionMenu__menu--visible"]),style:{top:`${w?.top??0}px`,left:`${w?.left??0}px`},id:`${g}-menu`,children:e.Children.map(r.props.children,(_=>(0,e.isValidElement)(_)?(0,e.cloneElement)(_,{handler:P,type:d}):_))}))),_)),{});return(0,_.jsxs)("div",{id:g,className:i(Sa.ActionMenu,o&&Sa["ActionMenu--disabled"]),"data-testid":a||Ia.root,children:[h,B?S:null]})})),fa=(0,e.forwardRef)((({children:e,className:r,"data-testid":n,disabled:a,menuOpen:o,...t},d)=>(0,_.jsx)(b,{ref:d,className:i(Sa.ActionMenu__button,r),hasArrow:!1,"aria-haspopup":"true","aria-expanded":o?"true":"false",trailingVisual:re,disabled:a,"data-testid":n||Ia.button,...t,children:(0,_.jsx)("span",{className:Sa["ActionMenu__button-text"],children:e})}))),va={none:"menuitem",single:"menuitemradio"},ba=(0,e.forwardRef)((({children:e,className:r,"data-testid":n,menuOpen:a,...o},t)=>(0,_.jsx)("ul",{ref:t,className:i(r),role:"menu","data-testid":n||Ia.list,...o,children:e}))),Ea=Object.assign(ka,{Button:fa,Item:({children:e,className:r,disabled:n,handler:a,selected:o,type:t,value:d,...l})=>(0,_.jsxs)("li",{className:i(Sa.ActionMenu__item,"single"===t&&Sa[`ActionMenu__item--selection-type-${t}`],r),role:va[t||"single"],"aria-checked":"none"===t?void 0:o?"true":"false","aria-disabled":n?"true":"false",onClick:a&&!n?()=>a(d):void 0,tabIndex:0,"data-value":d,...l,children:["none"!==t&&(0,_.jsx)("span",{className:Sa["ActionMenu__item-leadingVisual"],children:o&&(0,_.jsx)(_e,{className:i(Sa["ActionMenu__item-icon"],n&&Sa["ActionMenu__item-icon--disabled"]),size:16})}),(0,_.jsx)("span",{className:Sa["ActionMenu__item-text"],children:(0,_.jsx)(P,{variant:n?"muted":"default",size:"200",className:i(n&&Sa["ActionMenu__item-content--disabled"]),children:e})})]}),Overlay:ba,testIds:Ia}),ya=(0,e.forwardRef)((({html:e,enableFullWidth:r=!1,className:n,...a},o)=>(0,_.jsx)("div",{className:i("Primer_Brand__Prose-module__Prose___X2BXE",!r&&"Primer_Brand__Prose-module__Prose--lineLength___ws7gn",n),ref:o,...a,dangerouslySetInnerHTML:{__html:e}}))),Aa={"Box-padding--condensed":"Primer_Brand__Box-module__Box-padding--condensed___moOU_","Box-padding--normal":"Primer_Brand__Box-module__Box-padding--normal___I99VZ","Box-padding--spacious":"Primer_Brand__Box-module__Box-padding--spacious___IDH0L","Box-padding--4":"Primer_Brand__Box-module__Box-padding--4___P8ym4","Box-padding--8":"Primer_Brand__Box-module__Box-padding--8___tkmC2","Box-padding--12":"Primer_Brand__Box-module__Box-padding--12___WZtC5","Box-padding--16":"Primer_Brand__Box-module__Box-padding--16___uSvFs","Box-padding--20":"Primer_Brand__Box-module__Box-padding--20___CqPHd","Box-padding--24":"Primer_Brand__Box-module__Box-padding--24___ns6vt","Box-padding--28":"Primer_Brand__Box-module__Box-padding--28___C3Z0M","Box-padding--32":"Primer_Brand__Box-module__Box-padding--32___Xi9K8","Box-padding--36":"Primer_Brand__Box-module__Box-padding--36___elDVr","Box-padding--40":"Primer_Brand__Box-module__Box-padding--40___FiQOK","Box-padding--44":"Primer_Brand__Box-module__Box-padding--44___pcGzC","Box-padding--48":"Primer_Brand__Box-module__Box-padding--48___sKAhw","Box-padding--64":"Primer_Brand__Box-module__Box-padding--64___eD0xN","Box-padding--80":"Primer_Brand__Box-module__Box-padding--80___Ny1Eo","Box-padding--96":"Primer_Brand__Box-module__Box-padding--96___vQxms","Box-padding--112":"Primer_Brand__Box-module__Box-padding--112___UKjfn","Box-padding--128":"Primer_Brand__Box-module__Box-padding--128___eM3cZ","Box-narrow-padding--condensed":"Primer_Brand__Box-module__Box-narrow-padding--condensed___anAAR","Box-narrow-padding--normal":"Primer_Brand__Box-module__Box-narrow-padding--normal___drqoL","Box-narrow-padding--spacious":"Primer_Brand__Box-module__Box-narrow-padding--spacious___JblB1","Box-narrow-padding--4":"Primer_Brand__Box-module__Box-narrow-padding--4___gcJCt","Box-narrow-padding--8":"Primer_Brand__Box-module__Box-narrow-padding--8___a7q08","Box-narrow-padding--12":"Primer_Brand__Box-module__Box-narrow-padding--12___aaFXk","Box-narrow-padding--16":"Primer_Brand__Box-module__Box-narrow-padding--16___jdlkw","Box-narrow-padding--20":"Primer_Brand__Box-module__Box-narrow-padding--20___O5D_M","Box-narrow-padding--24":"Primer_Brand__Box-module__Box-narrow-padding--24___lyefS","Box-narrow-padding--28":"Primer_Brand__Box-module__Box-narrow-padding--28___TwWF_","Box-narrow-padding--32":"Primer_Brand__Box-module__Box-narrow-padding--32___fPqRw","Box-narrow-padding--36":"Primer_Brand__Box-module__Box-narrow-padding--36___IjUkb","Box-narrow-padding--40":"Primer_Brand__Box-module__Box-narrow-padding--40___pxXrQ","Box-narrow-padding--44":"Primer_Brand__Box-module__Box-narrow-padding--44___MCitQ","Box-narrow-padding--48":"Primer_Brand__Box-module__Box-narrow-padding--48___TYalO","Box-narrow-padding--64":"Primer_Brand__Box-module__Box-narrow-padding--64___DfG4r","Box-narrow-padding--80":"Primer_Brand__Box-module__Box-narrow-padding--80___aM_tb","Box-narrow-padding--96":"Primer_Brand__Box-module__Box-narrow-padding--96___AAjgj","Box-regular-padding--condensed":"Primer_Brand__Box-module__Box-regular-padding--condensed___Sa56q","Box-regular-padding--normal":"Primer_Brand__Box-module__Box-regular-padding--normal___kPK0N","Box-regular-padding--spacious":"Primer_Brand__Box-module__Box-regular-padding--spacious___eg7WK","Box-regular-padding--4":"Primer_Brand__Box-module__Box-regular-padding--4___Hrlt7","Box-regular-padding--8":"Primer_Brand__Box-module__Box-regular-padding--8___S4Vzp","Box-regular-padding--12":"Primer_Brand__Box-module__Box-regular-padding--12___aqPhA","Box-regular-padding--16":"Primer_Brand__Box-module__Box-regular-padding--16___dspf1","Box-regular-padding--20":"Primer_Brand__Box-module__Box-regular-padding--20___je3L4","Box-regular-padding--24":"Primer_Brand__Box-module__Box-regular-padding--24___BRWrO","Box-regular-padding--28":"Primer_Brand__Box-module__Box-regular-padding--28___MLuWu","Box-regular-padding--32":"Primer_Brand__Box-module__Box-regular-padding--32___UuJR3","Box-regular-padding--36":"Primer_Brand__Box-module__Box-regular-padding--36___pnnlM","Box-regular-padding--40":"Primer_Brand__Box-module__Box-regular-padding--40___KvG6x","Box-regular-padding--44":"Primer_Brand__Box-module__Box-regular-padding--44___QbfqE","Box-regular-padding--48":"Primer_Brand__Box-module__Box-regular-padding--48___o68vT","Box-regular-padding--64":"Primer_Brand__Box-module__Box-regular-padding--64___VXnt9","Box-regular-padding--80":"Primer_Brand__Box-module__Box-regular-padding--80___sCKZd","Box-regular-padding--96":"Primer_Brand__Box-module__Box-regular-padding--96___MjgI_","Box-regular-padding--112":"Primer_Brand__Box-module__Box-regular-padding--112___uyz9m","Box-regular-padding--128":"Primer_Brand__Box-module__Box-regular-padding--128___a3PIs","Box-wide-padding--condensed":"Primer_Brand__Box-module__Box-wide-padding--condensed___G1jXL","Box-wide-padding--normal":"Primer_Brand__Box-module__Box-wide-padding--normal___tIQlq","Box-wide-padding--spacious":"Primer_Brand__Box-module__Box-wide-padding--spacious___PGhNc","Box-wide-padding--4":"Primer_Brand__Box-module__Box-wide-padding--4___aySqW","Box-wide-padding--8":"Primer_Brand__Box-module__Box-wide-padding--8___cPNFj","Box-wide-padding--12":"Primer_Brand__Box-module__Box-wide-padding--12___OUxUa","Box-wide-padding--16":"Primer_Brand__Box-module__Box-wide-padding--16___IIZ2x","Box-wide-padding--20":"Primer_Brand__Box-module__Box-wide-padding--20___IMkXv","Box-wide-padding--24":"Primer_Brand__Box-module__Box-wide-padding--24___Jqf0K","Box-wide-padding--28":"Primer_Brand__Box-module__Box-wide-padding--28___qJoHf","Box-wide-padding--32":"Primer_Brand__Box-module__Box-wide-padding--32___QiAzQ","Box-wide-padding--36":"Primer_Brand__Box-module__Box-wide-padding--36___HliwM","Box-wide-padding--40":"Primer_Brand__Box-module__Box-wide-padding--40___ebzR0","Box-wide-padding--44":"Primer_Brand__Box-module__Box-wide-padding--44___kxHFt","Box-wide-padding--48":"Primer_Brand__Box-module__Box-wide-padding--48___VI8OS","Box-wide-padding--64":"Primer_Brand__Box-module__Box-wide-padding--64___ZIZly","Box-wide-padding--80":"Primer_Brand__Box-module__Box-wide-padding--80___Pm5Do","Box-wide-padding--96":"Primer_Brand__Box-module__Box-wide-padding--96___cdgwB","Box-wide-padding--112":"Primer_Brand__Box-module__Box-wide-padding--112___xnULq","Box-wide-padding--128":"Primer_Brand__Box-module__Box-wide-padding--128___Cd7wM","Box-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-paddingBlockStart--condensed___W1bY3","Box-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-paddingBlockStart--normal___Zg_Os","Box-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-paddingBlockStart--spacious___ViXP1","Box-paddingBlockStart--4":"Primer_Brand__Box-module__Box-paddingBlockStart--4___dVFMa","Box-paddingBlockStart--8":"Primer_Brand__Box-module__Box-paddingBlockStart--8___TNzCC","Box-paddingBlockStart--12":"Primer_Brand__Box-module__Box-paddingBlockStart--12___QFOW7","Box-paddingBlockStart--16":"Primer_Brand__Box-module__Box-paddingBlockStart--16___ZVevq","Box-paddingBlockStart--20":"Primer_Brand__Box-module__Box-paddingBlockStart--20___BIULn","Box-paddingBlockStart--24":"Primer_Brand__Box-module__Box-paddingBlockStart--24___W0xXx","Box-paddingBlockStart--28":"Primer_Brand__Box-module__Box-paddingBlockStart--28___cfKdr","Box-paddingBlockStart--32":"Primer_Brand__Box-module__Box-paddingBlockStart--32___nFZZ8","Box-paddingBlockStart--36":"Primer_Brand__Box-module__Box-paddingBlockStart--36___c5djO","Box-paddingBlockStart--40":"Primer_Brand__Box-module__Box-paddingBlockStart--40___vX8Fj","Box-paddingBlockStart--44":"Primer_Brand__Box-module__Box-paddingBlockStart--44___gHVxS","Box-paddingBlockStart--48":"Primer_Brand__Box-module__Box-paddingBlockStart--48___dATiV","Box-paddingBlockStart--64":"Primer_Brand__Box-module__Box-paddingBlockStart--64___GC9HQ","Box-paddingBlockStart--80":"Primer_Brand__Box-module__Box-paddingBlockStart--80___AzNIY","Box-paddingBlockStart--96":"Primer_Brand__Box-module__Box-paddingBlockStart--96___eirfv","Box-paddingBlockStart--112":"Primer_Brand__Box-module__Box-paddingBlockStart--112___WErQC","Box-paddingBlockStart--128":"Primer_Brand__Box-module__Box-paddingBlockStart--128___PQBNx","Box-narrow-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--condensed___TpPWY","Box-narrow-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--normal___WoejX","Box-narrow-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--spacious___YGOfc","Box-narrow-paddingBlockStart--4":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--4___pKCVF","Box-narrow-paddingBlockStart--8":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--8___Mno90","Box-narrow-paddingBlockStart--12":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--12___o4TBL","Box-narrow-paddingBlockStart--16":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--16___e1SBw","Box-narrow-paddingBlockStart--20":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--20___n1NNi","Box-narrow-paddingBlockStart--24":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--24___uZOxT","Box-narrow-paddingBlockStart--28":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--28___m2mO9","Box-narrow-paddingBlockStart--32":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--32___qReqY","Box-narrow-paddingBlockStart--36":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--36___FeGVX","Box-narrow-paddingBlockStart--40":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--40___NWdbk","Box-narrow-paddingBlockStart--44":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--44___xUghA","Box-narrow-paddingBlockStart--48":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--48___QXRZC","Box-narrow-paddingBlockStart--64":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--64___xkgoO","Box-narrow-paddingBlockStart--80":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--80___VP_yD","Box-narrow-paddingBlockStart--96":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--96___DwVjV","Box-narrow-paddingBlockStart--112":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--112___KR3bh","Box-narrow-paddingBlockStart--128":"Primer_Brand__Box-module__Box-narrow-paddingBlockStart--128___sY3Vs","Box-regular-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--condensed____4rsh","Box-regular-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--normal___D08eA","Box-regular-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--spacious___ANm3m","Box-regular-paddingBlockStart--4":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--4___hDJd4","Box-regular-paddingBlockStart--8":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--8___sMD28","Box-regular-paddingBlockStart--12":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--12___vUJnn","Box-regular-paddingBlockStart--16":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--16___N8Zxa","Box-regular-paddingBlockStart--20":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--20___BsEXk","Box-regular-paddingBlockStart--24":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--24___AI2B1","Box-regular-paddingBlockStart--28":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--28___OZFGX","Box-regular-paddingBlockStart--32":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--32___viH7U","Box-regular-paddingBlockStart--36":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--36___E6h7E","Box-regular-paddingBlockStart--40":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--40___qZE9d","Box-regular-paddingBlockStart--44":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--44___mveRI","Box-regular-paddingBlockStart--48":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--48___HcGS_","Box-regular-paddingBlockStart--64":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--64___nx8cK","Box-regular-paddingBlockStart--80":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--80___ld1du","Box-regular-paddingBlockStart--96":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--96___BOrMI","Box-regular-paddingBlockStart--112":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--112___OpuYq","Box-regular-paddingBlockStart--128":"Primer_Brand__Box-module__Box-regular-paddingBlockStart--128___Gp33i","Box-wide-paddingBlockStart--condensed":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--condensed___PXi4I","Box-wide-paddingBlockStart--normal":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--normal___GnoL0","Box-wide-paddingBlockStart--spacious":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--spacious___krfm9","Box-wide-paddingBlockStart--4":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--4___Zryv_","Box-wide-paddingBlockStart--8":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--8___u5PHy","Box-wide-paddingBlockStart--12":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--12___U5Ofg","Box-wide-paddingBlockStart--16":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--16___ZBJ3Y","Box-wide-paddingBlockStart--20":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--20___pAFgx","Box-wide-paddingBlockStart--24":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--24___MEQNA","Box-wide-paddingBlockStart--28":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--28___dNYbO","Box-wide-paddingBlockStart--32":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--32___ohjFs","Box-wide-paddingBlockStart--36":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--36___nZoBT","Box-wide-paddingBlockStart--40":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--40___ak06g","Box-wide-paddingBlockStart--44":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--44___o7t7i","Box-wide-paddingBlockStart--48":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--48___XERud","Box-wide-paddingBlockStart--64":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--64___c4HWW","Box-wide-paddingBlockStart--80":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--80___IQUjF","Box-wide-paddingBlockStart--96":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--96___ziRgY","Box-wide-paddingBlockStart--112":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--112___kU2x1","Box-wide-paddingBlockStart--128":"Primer_Brand__Box-module__Box-wide-paddingBlockStart--128___nWESD","Box-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-paddingInlineEnd--condensed___eOQgc","Box-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-paddingInlineEnd--normal___iaaKM","Box-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-paddingInlineEnd--spacious___QRkuj","Box-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-paddingInlineEnd--4___QYTSr","Box-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-paddingInlineEnd--8___qOjp8","Box-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-paddingInlineEnd--12___ki7vg","Box-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-paddingInlineEnd--16___eBvli","Box-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-paddingInlineEnd--20___fUBLQ","Box-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-paddingInlineEnd--24___qvm6U","Box-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-paddingInlineEnd--28___RLJPP","Box-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-paddingInlineEnd--32___rmFsu","Box-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-paddingInlineEnd--36___eD4ie","Box-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-paddingInlineEnd--40___Pa_hU","Box-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-paddingInlineEnd--44___ISq6N","Box-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-paddingInlineEnd--48____6VIs","Box-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-paddingInlineEnd--64___XEdic","Box-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-paddingInlineEnd--80___ro2Q6","Box-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-paddingInlineEnd--96___VGzUa","Box-paddingInlineEnd--112":"Primer_Brand__Box-module__Box-paddingInlineEnd--112___u399j","Box-paddingInlineEnd--128":"Primer_Brand__Box-module__Box-paddingInlineEnd--128___XCfRF","Box-narrow-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--condensed___tbVph","Box-narrow-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--normal___J14DR","Box-narrow-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--spacious___XYmJk","Box-narrow-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--4___LCky2","Box-narrow-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--8___s737E","Box-narrow-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--12___F2fc4","Box-narrow-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--16___hCEUi","Box-narrow-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--20___moqMn","Box-narrow-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--24___nUtP0","Box-narrow-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--28___GoW1H","Box-narrow-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--32___kE8pF","Box-narrow-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--36___zUIaG","Box-narrow-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--40___U_LUs","Box-narrow-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--44___HfR2e","Box-narrow-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--48___VpyWJ","Box-narrow-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--64____U2Bb","Box-narrow-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--80___xLRwJ","Box-narrow-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--96___lz9Ah","Box-regular-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--condensed___Y3PpC","Box-regular-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--normal___uQZJL","Box-regular-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--spacious___Yg_oy","Box-regular-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--4____Mu6j","Box-regular-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--8___KLTjM","Box-regular-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--12___MZaFD","Box-regular-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--16___zuYxe","Box-regular-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--20___X7kQ7","Box-regular-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--24___OLwfl","Box-regular-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--28___S8g3g","Box-regular-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--32___fOGZt","Box-regular-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--36___Gsz4A","Box-regular-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--40___beKbG","Box-regular-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--44___Fbir5","Box-regular-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--48___JLuQO","Box-regular-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--64___j2pqZ","Box-regular-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--80____2Wqx","Box-regular-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--96___VLntF","Box-regular-paddingInlineEnd--112":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--112___fkEpY","Box-regular-paddingInlineEnd--128":"Primer_Brand__Box-module__Box-regular-paddingInlineEnd--128___gQRRw","Box-wide-paddingInlineEnd--condensed":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--condensed___Qcd9O","Box-wide-paddingInlineEnd--normal":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--normal___RCW25","Box-wide-paddingInlineEnd--spacious":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--spacious___l9ArL","Box-wide-paddingInlineEnd--4":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--4___Po8UR","Box-wide-paddingInlineEnd--8":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--8___JogoU","Box-wide-paddingInlineEnd--12":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--12___mTBkP","Box-wide-paddingInlineEnd--16":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--16___yWWxx","Box-wide-paddingInlineEnd--20":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--20___Ho0IF","Box-wide-paddingInlineEnd--24":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--24___eQFrc","Box-wide-paddingInlineEnd--28":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--28___NDHpo","Box-wide-paddingInlineEnd--32":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--32___W5qHl","Box-wide-paddingInlineEnd--36":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--36___GjFzC","Box-wide-paddingInlineEnd--40":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--40___waIcY","Box-wide-paddingInlineEnd--44":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--44___JOSMH","Box-wide-paddingInlineEnd--48":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--48___pI6_m","Box-wide-paddingInlineEnd--64":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--64___D6UgI","Box-wide-paddingInlineEnd--80":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--80___A72UQ","Box-wide-paddingInlineEnd--96":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--96___JZowF","Box-wide-paddingInlineEnd--112":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--112___fAjZM","Box-wide-paddingInlineEnd--128":"Primer_Brand__Box-module__Box-wide-paddingInlineEnd--128___V6AHo","Box-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-paddingBlockEnd--condensed___dEYMv","Box-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-paddingBlockEnd--normal___85pec","Box-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-paddingBlockEnd--spacious___LGfk7","Box-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-paddingBlockEnd--4____i2UO","Box-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-paddingBlockEnd--8___bNx7n","Box-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-paddingBlockEnd--12____EOsG","Box-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-paddingBlockEnd--16___wkJ99","Box-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-paddingBlockEnd--20___xjcqw","Box-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-paddingBlockEnd--24___NFG9h","Box-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-paddingBlockEnd--28___u7XJS","Box-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-paddingBlockEnd--32___zjWVZ","Box-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-paddingBlockEnd--36___f12Tl","Box-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-paddingBlockEnd--40___j6T9R","Box-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-paddingBlockEnd--44___gl2rH","Box-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-paddingBlockEnd--48___OcWnm","Box-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-paddingBlockEnd--64___dSBrT","Box-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-paddingBlockEnd--80___Sbcpv","Box-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-paddingBlockEnd--96___eMrZV","Box-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-paddingBlockEnd--112___ty2_p","Box-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-paddingBlockEnd--128___H35FY","Box-narrow-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--condensed___QTO1y","Box-narrow-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--normal___MupAF","Box-narrow-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--spacious____jivs","Box-narrow-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--4___g4hDY","Box-narrow-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--8___dhfNf","Box-narrow-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--12___fLDtZ","Box-narrow-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--16___BHuqq","Box-narrow-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--20___JI4SX","Box-narrow-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--24___s1eco","Box-narrow-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--28___g6wCx","Box-narrow-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--32___wycVg","Box-narrow-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--36___wjt4p","Box-narrow-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--40___rVjJV","Box-narrow-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--44___akvlZ","Box-narrow-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--48___OPwru","Box-narrow-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--64___icCAb","Box-narrow-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--80___Y_JGc","Box-narrow-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--96___ojJIp","Box-narrow-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--112___pKYyd","Box-narrow-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--128___oI5vn","Box-regular-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--condensed___iiMOv","Box-regular-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--normal___J5glu","Box-regular-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--spacious___Qbwlq","Box-regular-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--4___TL1oP","Box-regular-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--8___pKg9P","Box-regular-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--12___UBth1","Box-regular-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--16___LKRrT","Box-regular-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--20___mRbHZ","Box-regular-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--24___il8K_","Box-regular-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--28___ZmE1R","Box-regular-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--32____C9RT","Box-regular-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--36___nocbv","Box-regular-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--40___nsz4g","Box-regular-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--44___bsz6J","Box-regular-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--48___eApXN","Box-regular-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--64___ATo_6","Box-regular-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--80___HuPNm","Box-regular-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--96___QWDd0","Box-regular-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--112___Ql_U3","Box-regular-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-regular-paddingBlockEnd--128___R4xJd","Box-wide-paddingBlockEnd--condensed":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--condensed___fKrol","Box-wide-paddingBlockEnd--normal":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--normal___Kbldz","Box-wide-paddingBlockEnd--spacious":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--spacious___zbi5h","Box-wide-paddingBlockEnd--4":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--4___YjBbR","Box-wide-paddingBlockEnd--8":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--8___CpDlD","Box-wide-paddingBlockEnd--12":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--12___cjNk6","Box-wide-paddingBlockEnd--16":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--16___PKo6_","Box-wide-paddingBlockEnd--20":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--20___bNtXr","Box-wide-paddingBlockEnd--24":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--24___o8_OD","Box-wide-paddingBlockEnd--28":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--28___zR53L","Box-wide-paddingBlockEnd--32":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--32___xX0KK","Box-wide-paddingBlockEnd--36":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--36___KeAYu","Box-wide-paddingBlockEnd--40":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--40___FUROs","Box-wide-paddingBlockEnd--44":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--44___nWycQ","Box-wide-paddingBlockEnd--48":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--48___J4Ljw","Box-wide-paddingBlockEnd--64":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--64___pbSxt","Box-wide-paddingBlockEnd--80":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--80___wJtUa","Box-wide-paddingBlockEnd--96":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--96___Uq5AZ","Box-wide-paddingBlockEnd--112":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--112___B96UD","Box-wide-paddingBlockEnd--128":"Primer_Brand__Box-module__Box-wide-paddingBlockEnd--128___GcJ48","Box-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-paddingInlineStart--condensed___rq2fI","Box-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-paddingInlineStart--normal___BmKv4","Box-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-paddingInlineStart--spacious___rk6ci","Box-paddingInlineStart--4":"Primer_Brand__Box-module__Box-paddingInlineStart--4___XP6SF","Box-paddingInlineStart--8":"Primer_Brand__Box-module__Box-paddingInlineStart--8___OBQ5l","Box-paddingInlineStart--12":"Primer_Brand__Box-module__Box-paddingInlineStart--12___F1XBU","Box-paddingInlineStart--16":"Primer_Brand__Box-module__Box-paddingInlineStart--16___QesGK","Box-paddingInlineStart--20":"Primer_Brand__Box-module__Box-paddingInlineStart--20___xOS1A","Box-paddingInlineStart--24":"Primer_Brand__Box-module__Box-paddingInlineStart--24___moDQ8","Box-paddingInlineStart--28":"Primer_Brand__Box-module__Box-paddingInlineStart--28___KBIxR","Box-paddingInlineStart--32":"Primer_Brand__Box-module__Box-paddingInlineStart--32___nVH6P","Box-paddingInlineStart--36":"Primer_Brand__Box-module__Box-paddingInlineStart--36___VqmhW","Box-paddingInlineStart--40":"Primer_Brand__Box-module__Box-paddingInlineStart--40___DXgBn","Box-paddingInlineStart--44":"Primer_Brand__Box-module__Box-paddingInlineStart--44___Bulbu","Box-paddingInlineStart--48":"Primer_Brand__Box-module__Box-paddingInlineStart--48___x5m9Q","Box-paddingInlineStart--64":"Primer_Brand__Box-module__Box-paddingInlineStart--64___WUgUO","Box-paddingInlineStart--80":"Primer_Brand__Box-module__Box-paddingInlineStart--80___Kn2gO","Box-paddingInlineStart--96":"Primer_Brand__Box-module__Box-paddingInlineStart--96___B2qkH","Box-paddingInlineStart--112":"Primer_Brand__Box-module__Box-paddingInlineStart--112___v4yZC","Box-paddingInlineStart--128":"Primer_Brand__Box-module__Box-paddingInlineStart--128___aafEk","Box-narrow-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--condensed___YI9Eh","Box-narrow-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--normal___iqKMr","Box-narrow-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--spacious___O1i9G","Box-narrow-paddingInlineStart--4":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--4___pS_Gh","Box-narrow-paddingInlineStart--8":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--8___F6dKN","Box-narrow-paddingInlineStart--12":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--12___Ci8GO","Box-narrow-paddingInlineStart--16":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--16___fkZ4s","Box-narrow-paddingInlineStart--20":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--20___tRwV3","Box-narrow-paddingInlineStart--24":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--24___uVuT2","Box-narrow-paddingInlineStart--28":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--28___ueTAO","Box-narrow-paddingInlineStart--32":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--32___e1dD1","Box-narrow-paddingInlineStart--36":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--36___kPOzQ","Box-narrow-paddingInlineStart--40":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--40___ekOE3","Box-narrow-paddingInlineStart--44":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--44___nALOu","Box-narrow-paddingInlineStart--48":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--48___cg27m","Box-narrow-paddingInlineStart--64":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--64___PBLfw","Box-narrow-paddingInlineStart--80":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--80___Mv5eX","Box-narrow-paddingInlineStart--96":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--96___W7uL8","Box-narrow-paddingInlineStart--112":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--112___qXECF","Box-narrow-paddingInlineStart--128":"Primer_Brand__Box-module__Box-narrow-paddingInlineStart--128___tBlKZ","Box-regular-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--condensed___K1JTe","Box-regular-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--normal___hE24G","Box-regular-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--spacious___Y3FYm","Box-regular-paddingInlineStart--4":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--4___ffJtu","Box-regular-paddingInlineStart--8":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--8___K3PDT","Box-regular-paddingInlineStart--12":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--12___ZI1Zt","Box-regular-paddingInlineStart--16":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--16___pSuDM","Box-regular-paddingInlineStart--20":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--20___J_Lac","Box-regular-paddingInlineStart--24":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--24___olfR2","Box-regular-paddingInlineStart--28":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--28___u3Jxq","Box-regular-paddingInlineStart--32":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--32___j8YOd","Box-regular-paddingInlineStart--36":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--36___ioVRd","Box-regular-paddingInlineStart--40":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--40___CZDsm","Box-regular-paddingInlineStart--44":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--44___eBvKb","Box-regular-paddingInlineStart--48":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--48___JdZPY","Box-regular-paddingInlineStart--64":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--64___GGNhi","Box-regular-paddingInlineStart--80":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--80___oqP9L","Box-regular-paddingInlineStart--96":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--96___XT27R","Box-regular-paddingInlineStart--112":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--112___MFUWm","Box-regular-paddingInlineStart--128":"Primer_Brand__Box-module__Box-regular-paddingInlineStart--128___lfSNz","Box-wide-paddingInlineStart--condensed":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--condensed___p04xa","Box-wide-paddingInlineStart--normal":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--normal___fUsFX","Box-wide-paddingInlineStart--spacious":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--spacious___Sqsw2","Box-wide-paddingInlineStart--4":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--4___nVn_B","Box-wide-paddingInlineStart--8":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--8___wLVn9","Box-wide-paddingInlineStart--12":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--12___rnbWe","Box-wide-paddingInlineStart--16":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--16___lhOME","Box-wide-paddingInlineStart--20":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--20___ULYpU","Box-wide-paddingInlineStart--24":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--24___HVDrv","Box-wide-paddingInlineStart--28":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--28___CDihC","Box-wide-paddingInlineStart--32":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--32___Wq77T","Box-wide-paddingInlineStart--36":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--36___tCHNn","Box-wide-paddingInlineStart--40":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--40___Yfoos","Box-wide-paddingInlineStart--44":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--44___GIxDS","Box-wide-paddingInlineStart--48":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--48___GlLkg","Box-wide-paddingInlineStart--64":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--64___EVzB4","Box-wide-paddingInlineStart--80":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--80___F366d","Box-wide-paddingInlineStart--96":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--96___jvQgf","Box-wide-paddingInlineStart--112":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--112___Z_i9M","Box-wide-paddingInlineStart--128":"Primer_Brand__Box-module__Box-wide-paddingInlineStart--128___dxJ4W","Box-margin--condensed":"Primer_Brand__Box-module__Box-margin--condensed___t8Ura","Box-margin--normal":"Primer_Brand__Box-module__Box-margin--normal___ZVHSh","Box-margin--spacious":"Primer_Brand__Box-module__Box-margin--spacious___j0gGh","Box-margin--4":"Primer_Brand__Box-module__Box-margin--4___SAGHe","Box-margin--8":"Primer_Brand__Box-module__Box-margin--8___rwesA","Box-margin--12":"Primer_Brand__Box-module__Box-margin--12___olT6x","Box-margin--16":"Primer_Brand__Box-module__Box-margin--16___bf8KF","Box-margin--20":"Primer_Brand__Box-module__Box-margin--20___eRoV_","Box-margin--24":"Primer_Brand__Box-module__Box-margin--24___pFF57","Box-margin--28":"Primer_Brand__Box-module__Box-margin--28___EGGCf","Box-margin--32":"Primer_Brand__Box-module__Box-margin--32___piqFe","Box-margin--36":"Primer_Brand__Box-module__Box-margin--36___xujLX","Box-margin--40":"Primer_Brand__Box-module__Box-margin--40___75KiU","Box-margin--44":"Primer_Brand__Box-module__Box-margin--44___eoeZ9","Box-margin--48":"Primer_Brand__Box-module__Box-margin--48___RveUf","Box-margin--64":"Primer_Brand__Box-module__Box-margin--64___U6GY0","Box-margin--80":"Primer_Brand__Box-module__Box-margin--80___VXJ1m","Box-margin--96":"Primer_Brand__Box-module__Box-margin--96___W5lUS","Box-margin--112":"Primer_Brand__Box-module__Box-margin--112___CMH1O","Box-margin--128":"Primer_Brand__Box-module__Box-margin--128___chyQh","Box-narrow-margin--condensed":"Primer_Brand__Box-module__Box-narrow-margin--condensed____oxX7","Box-narrow-margin--normal":"Primer_Brand__Box-module__Box-narrow-margin--normal___XezR0","Box-narrow-margin--spacious":"Primer_Brand__Box-module__Box-narrow-margin--spacious___g6g0f","Box-narrow-margin--4":"Primer_Brand__Box-module__Box-narrow-margin--4___Q2uQ_","Box-narrow-margin--8":"Primer_Brand__Box-module__Box-narrow-margin--8___rBgr8","Box-narrow-margin--12":"Primer_Brand__Box-module__Box-narrow-margin--12___iI8JN","Box-narrow-margin--16":"Primer_Brand__Box-module__Box-narrow-margin--16____6lfa","Box-narrow-margin--20":"Primer_Brand__Box-module__Box-narrow-margin--20___eP512","Box-narrow-margin--24":"Primer_Brand__Box-module__Box-narrow-margin--24___WRxp2","Box-narrow-margin--28":"Primer_Brand__Box-module__Box-narrow-margin--28___Go_go","Box-narrow-margin--32":"Primer_Brand__Box-module__Box-narrow-margin--32___ZywhO","Box-narrow-margin--36":"Primer_Brand__Box-module__Box-narrow-margin--36___I5ZXC","Box-narrow-margin--40":"Primer_Brand__Box-module__Box-narrow-margin--40___LLwK7","Box-narrow-margin--44":"Primer_Brand__Box-module__Box-narrow-margin--44____tEzU","Box-narrow-margin--48":"Primer_Brand__Box-module__Box-narrow-margin--48___isJ89","Box-narrow-margin--64":"Primer_Brand__Box-module__Box-narrow-margin--64___L0c0n","Box-narrow-margin--80":"Primer_Brand__Box-module__Box-narrow-margin--80___vvJ9F","Box-narrow-margin--96":"Primer_Brand__Box-module__Box-narrow-margin--96___lp2Ry","Box-narrow-margin--112":"Primer_Brand__Box-module__Box-narrow-margin--112___a5t03","Box-narrow-margin--128":"Primer_Brand__Box-module__Box-narrow-margin--128___P5b03","Box-regular-margin--condensed":"Primer_Brand__Box-module__Box-regular-margin--condensed___Caa8r","Box-regular-margin--normal":"Primer_Brand__Box-module__Box-regular-margin--normal___KdX5O","Box-regular-margin--spacious":"Primer_Brand__Box-module__Box-regular-margin--spacious___mG0NN","Box-regular-margin--4":"Primer_Brand__Box-module__Box-regular-margin--4___J8A2t","Box-regular-margin--8":"Primer_Brand__Box-module__Box-regular-margin--8___iSM8W","Box-regular-margin--12":"Primer_Brand__Box-module__Box-regular-margin--12___jqgj2","Box-regular-margin--16":"Primer_Brand__Box-module__Box-regular-margin--16___UkF2r","Box-regular-margin--20":"Primer_Brand__Box-module__Box-regular-margin--20___QOTe2","Box-regular-margin--24":"Primer_Brand__Box-module__Box-regular-margin--24___g6Kqw","Box-regular-margin--28":"Primer_Brand__Box-module__Box-regular-margin--28___rycHv","Box-regular-margin--32":"Primer_Brand__Box-module__Box-regular-margin--32___mqhOH","Box-regular-margin--36":"Primer_Brand__Box-module__Box-regular-margin--36___WB582","Box-regular-margin--40":"Primer_Brand__Box-module__Box-regular-margin--40___ZtXXm","Box-regular-margin--44":"Primer_Brand__Box-module__Box-regular-margin--44___WzwUP","Box-regular-margin--48":"Primer_Brand__Box-module__Box-regular-margin--48___AI_QF","Box-regular-margin--64":"Primer_Brand__Box-module__Box-regular-margin--64___feT35","Box-regular-margin--80":"Primer_Brand__Box-module__Box-regular-margin--80___RT7fB","Box-regular-margin--96":"Primer_Brand__Box-module__Box-regular-margin--96___Rvbjm","Box-regular-margin--112":"Primer_Brand__Box-module__Box-regular-margin--112___A6xDo","Box-regular-margin--128":"Primer_Brand__Box-module__Box-regular-margin--128___kHwQC","Box-wide-margin--condensed":"Primer_Brand__Box-module__Box-wide-margin--condensed___Uj_ap","Box-wide-margin--normal":"Primer_Brand__Box-module__Box-wide-margin--normal___o0WKl","Box-wide-margin--spacious":"Primer_Brand__Box-module__Box-wide-margin--spacious___Fmgze","Box-wide-margin--4":"Primer_Brand__Box-module__Box-wide-margin--4___dGG0a","Box-wide-margin--8":"Primer_Brand__Box-module__Box-wide-margin--8___VEXWc","Box-wide-margin--12":"Primer_Brand__Box-module__Box-wide-margin--12___sqf5U","Box-wide-margin--16":"Primer_Brand__Box-module__Box-wide-margin--16___DTrBi","Box-wide-margin--20":"Primer_Brand__Box-module__Box-wide-margin--20___dlbWa","Box-wide-margin--24":"Primer_Brand__Box-module__Box-wide-margin--24___L_Aj9","Box-wide-margin--28":"Primer_Brand__Box-module__Box-wide-margin--28___Vjv_a","Box-wide-margin--32":"Primer_Brand__Box-module__Box-wide-margin--32___GECyy","Box-wide-margin--36":"Primer_Brand__Box-module__Box-wide-margin--36___PWhqP","Box-wide-margin--40":"Primer_Brand__Box-module__Box-wide-margin--40___vemke","Box-wide-margin--44":"Primer_Brand__Box-module__Box-wide-margin--44___Ennon","Box-wide-margin--48":"Primer_Brand__Box-module__Box-wide-margin--48___MkKEg","Box-wide-margin--64":"Primer_Brand__Box-module__Box-wide-margin--64___vYLMh","Box-wide-margin--80":"Primer_Brand__Box-module__Box-wide-margin--80___I3XVP","Box-wide-margin--112":"Primer_Brand__Box-module__Box-wide-margin--112___HsLag","Box-wide-margin--128":"Primer_Brand__Box-module__Box-wide-margin--128___v9LVz","Box-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-marginBlockStart--condensed___bTE8Q","Box-marginBlockStart--normal":"Primer_Brand__Box-module__Box-marginBlockStart--normal___wUotH","Box-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-marginBlockStart--spacious___EOasI","Box-marginBlockStart--4":"Primer_Brand__Box-module__Box-marginBlockStart--4___ZxS80","Box-marginBlockStart--8":"Primer_Brand__Box-module__Box-marginBlockStart--8___RPhvf","Box-marginBlockStart--12":"Primer_Brand__Box-module__Box-marginBlockStart--12___Dw4MT","Box-marginBlockStart--16":"Primer_Brand__Box-module__Box-marginBlockStart--16___plaHc","Box-marginBlockStart--20":"Primer_Brand__Box-module__Box-marginBlockStart--20___gqeBE","Box-marginBlockStart--24":"Primer_Brand__Box-module__Box-marginBlockStart--24___puxKK","Box-marginBlockStart--28":"Primer_Brand__Box-module__Box-marginBlockStart--28___X08BZ","Box-marginBlockStart--32":"Primer_Brand__Box-module__Box-marginBlockStart--32___pWodO","Box-marginBlockStart--36":"Primer_Brand__Box-module__Box-marginBlockStart--36___v5wHR","Box-marginBlockStart--40":"Primer_Brand__Box-module__Box-marginBlockStart--40___hq_Nv","Box-marginBlockStart--44":"Primer_Brand__Box-module__Box-marginBlockStart--44___uLLSf","Box-marginBlockStart--48":"Primer_Brand__Box-module__Box-marginBlockStart--48___S_MhS","Box-marginBlockStart--64":"Primer_Brand__Box-module__Box-marginBlockStart--64___oLHvC","Box-marginBlockStart--80":"Primer_Brand__Box-module__Box-marginBlockStart--80___Q0HsD","Box-marginBlockStart--96":"Primer_Brand__Box-module__Box-marginBlockStart--96___MqNC0","Box-marginBlockStart--112":"Primer_Brand__Box-module__Box-marginBlockStart--112___j68wy","Box-marginBlockStart--128":"Primer_Brand__Box-module__Box-marginBlockStart--128___mzbEa","Box-narrow-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--condensed___QUr7S","Box-narrow-marginBlockStart--normal":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--normal___jTtqc","Box-narrow-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--spacious___O2UPE","Box-narrow-marginBlockStart--4":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--4___t9ZC4","Box-narrow-marginBlockStart--8":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--8___ZsShH","Box-narrow-marginBlockStart--12":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--12___eaiGT","Box-narrow-marginBlockStart--16":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--16___ViXmT","Box-narrow-marginBlockStart--20":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--20___Y_3F2","Box-narrow-marginBlockStart--24":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--24___fQcVJ","Box-narrow-marginBlockStart--28":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--28___Pi7Wt","Box-narrow-marginBlockStart--32":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--32___fWuQe","Box-narrow-marginBlockStart--36":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--36___IK1Mg","Box-narrow-marginBlockStart--40":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--40___GbLEW","Box-narrow-marginBlockStart--44":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--44___J8fNf","Box-narrow-marginBlockStart--48":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--48___foZDz","Box-narrow-marginBlockStart--64":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--64___AU4LW","Box-narrow-marginBlockStart--80":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--80___PMcaT","Box-narrow-marginBlockStart--96":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--96___mYSKK","Box-narrow-marginBlockStart--112":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--112___tW2zB","Box-narrow-marginBlockStart--128":"Primer_Brand__Box-module__Box-narrow-marginBlockStart--128___p0QMw","Box-regular-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-regular-marginBlockStart--condensed___rp3ys","Box-regular-marginBlockStart--normal":"Primer_Brand__Box-module__Box-regular-marginBlockStart--normal___SPLfG","Box-regular-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-regular-marginBlockStart--spacious___fq56Y","Box-regular-marginBlockStart--4":"Primer_Brand__Box-module__Box-regular-marginBlockStart--4___Uv8gl","Box-regular-marginBlockStart--8":"Primer_Brand__Box-module__Box-regular-marginBlockStart--8___jnZgW","Box-regular-marginBlockStart--12":"Primer_Brand__Box-module__Box-regular-marginBlockStart--12___fCXkQ","Box-regular-marginBlockStart--16":"Primer_Brand__Box-module__Box-regular-marginBlockStart--16___Z9p0d","Box-regular-marginBlockStart--20":"Primer_Brand__Box-module__Box-regular-marginBlockStart--20___E559T","Box-regular-marginBlockStart--24":"Primer_Brand__Box-module__Box-regular-marginBlockStart--24___CjRGa","Box-regular-marginBlockStart--28":"Primer_Brand__Box-module__Box-regular-marginBlockStart--28___VwKD6","Box-regular-marginBlockStart--32":"Primer_Brand__Box-module__Box-regular-marginBlockStart--32___eskz2","Box-regular-marginBlockStart--36":"Primer_Brand__Box-module__Box-regular-marginBlockStart--36___s1z4f","Box-regular-marginBlockStart--40":"Primer_Brand__Box-module__Box-regular-marginBlockStart--40___QXz1n","Box-regular-marginBlockStart--44":"Primer_Brand__Box-module__Box-regular-marginBlockStart--44___OSyKv","Box-regular-marginBlockStart--48":"Primer_Brand__Box-module__Box-regular-marginBlockStart--48___qNEcn","Box-regular-marginBlockStart--64":"Primer_Brand__Box-module__Box-regular-marginBlockStart--64___Y0G5A","Box-regular-marginBlockStart--80":"Primer_Brand__Box-module__Box-regular-marginBlockStart--80___BlU1a","Box-regular-marginBlockStart--96":"Primer_Brand__Box-module__Box-regular-marginBlockStart--96___ZD_SH","Box-regular-marginBlockStart--112":"Primer_Brand__Box-module__Box-regular-marginBlockStart--112___GVoQX","Box-regular-marginBlockStart--128":"Primer_Brand__Box-module__Box-regular-marginBlockStart--128___TFhvb","Box-wide-marginBlockStart--condensed":"Primer_Brand__Box-module__Box-wide-marginBlockStart--condensed___mqYho","Box-wide-marginBlockStart--normal":"Primer_Brand__Box-module__Box-wide-marginBlockStart--normal___c81Vf","Box-wide-marginBlockStart--spacious":"Primer_Brand__Box-module__Box-wide-marginBlockStart--spacious___gD8F4","Box-wide-marginBlockStart--4":"Primer_Brand__Box-module__Box-wide-marginBlockStart--4___k48Xj","Box-wide-marginBlockStart--8":"Primer_Brand__Box-module__Box-wide-marginBlockStart--8___EmewZ","Box-wide-marginBlockStart--12":"Primer_Brand__Box-module__Box-wide-marginBlockStart--12___Xxtk6","Box-wide-marginBlockStart--16":"Primer_Brand__Box-module__Box-wide-marginBlockStart--16___NYL3P","Box-wide-marginBlockStart--20":"Primer_Brand__Box-module__Box-wide-marginBlockStart--20___W9gU2","Box-wide-marginBlockStart--24":"Primer_Brand__Box-module__Box-wide-marginBlockStart--24___lMuAD","Box-wide-marginBlockStart--28":"Primer_Brand__Box-module__Box-wide-marginBlockStart--28___FT3Mf","Box-wide-marginBlockStart--32":"Primer_Brand__Box-module__Box-wide-marginBlockStart--32___dlVS5","Box-wide-marginBlockStart--36":"Primer_Brand__Box-module__Box-wide-marginBlockStart--36___ZCOj2","Box-wide-marginBlockStart--40":"Primer_Brand__Box-module__Box-wide-marginBlockStart--40___rEDpG","Box-wide-marginBlockStart--44":"Primer_Brand__Box-module__Box-wide-marginBlockStart--44___DGFwo","Box-wide-marginBlockStart--48":"Primer_Brand__Box-module__Box-wide-marginBlockStart--48___WRSPh","Box-wide-marginBlockStart--64":"Primer_Brand__Box-module__Box-wide-marginBlockStart--64___ZueKk","Box-wide-marginBlockStart--80":"Primer_Brand__Box-module__Box-wide-marginBlockStart--80___TA3IX","Box-wide-marginBlockStart--96":"Primer_Brand__Box-module__Box-wide-marginBlockStart--96___trWhE","Box-wide-marginBlockStart--112":"Primer_Brand__Box-module__Box-wide-marginBlockStart--112___M351c","Box-wide-marginBlockStart--128":"Primer_Brand__Box-module__Box-wide-marginBlockStart--128___I90P4","Box-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-marginInlineEnd--condensed___EVJUU","Box-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-marginInlineEnd--normal___AdtDi","Box-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-marginInlineEnd--spacious___rqfRo","Box-marginInlineEnd--4":"Primer_Brand__Box-module__Box-marginInlineEnd--4___CmFW9","Box-marginInlineEnd--8":"Primer_Brand__Box-module__Box-marginInlineEnd--8___9dSA9","Box-marginInlineEnd--12":"Primer_Brand__Box-module__Box-marginInlineEnd--12___uJExr","Box-marginInlineEnd--16":"Primer_Brand__Box-module__Box-marginInlineEnd--16___dw6kz","Box-marginInlineEnd--20":"Primer_Brand__Box-module__Box-marginInlineEnd--20___qfURL","Box-marginInlineEnd--24":"Primer_Brand__Box-module__Box-marginInlineEnd--24___Q353Q","Box-marginInlineEnd--28":"Primer_Brand__Box-module__Box-marginInlineEnd--28___fQ3mR","Box-marginInlineEnd--32":"Primer_Brand__Box-module__Box-marginInlineEnd--32___bruVR","Box-marginInlineEnd--36":"Primer_Brand__Box-module__Box-marginInlineEnd--36___knq3Z","Box-marginInlineEnd--40":"Primer_Brand__Box-module__Box-marginInlineEnd--40___iZcVw","Box-marginInlineEnd--44":"Primer_Brand__Box-module__Box-marginInlineEnd--44___GKLwd","Box-marginInlineEnd--48":"Primer_Brand__Box-module__Box-marginInlineEnd--48___i5HE8","Box-marginInlineEnd--64":"Primer_Brand__Box-module__Box-marginInlineEnd--64___C5Tp6","Box-marginInlineEnd--80":"Primer_Brand__Box-module__Box-marginInlineEnd--80___j058F","Box-marginInlineEnd--96":"Primer_Brand__Box-module__Box-marginInlineEnd--96___YGHeA","Box-marginInlineEnd--112":"Primer_Brand__Box-module__Box-marginInlineEnd--112___It02k","Box-marginInlineEnd--128":"Primer_Brand__Box-module__Box-marginInlineEnd--128___S5_Lm","Box-narrow-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--condensed___QlOtm","Box-narrow-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--normal____4LoS","Box-narrow-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--spacious___ESjqc","Box-narrow-marginInlineEnd--4":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--4___j15Se","Box-narrow-marginInlineEnd--8":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--8___ivk9J","Box-narrow-marginInlineEnd--12":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--12___InPz1","Box-narrow-marginInlineEnd--16":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--16___UZzSI","Box-narrow-marginInlineEnd--20":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--20___AOZlY","Box-narrow-marginInlineEnd--24":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--24___uMFom","Box-narrow-marginInlineEnd--28":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--28___P312F","Box-narrow-marginInlineEnd--32":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--32___NfeGi","Box-narrow-marginInlineEnd--36":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--36___iU_kf","Box-narrow-marginInlineEnd--40":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--40___lme45","Box-narrow-marginInlineEnd--44":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--44___lUlZs","Box-narrow-marginInlineEnd--48":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--48___sUFp9","Box-narrow-marginInlineEnd--64":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--64___BtND9","Box-narrow-marginInlineEnd--80":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--80____4Pas","Box-narrow-marginInlineEnd--96":"Primer_Brand__Box-module__Box-narrow-marginInlineEnd--96___gtx55","Box-regular-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--condensed___BCcsA","Box-regular-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--normal___silfR","Box-regular-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--spacious___sjnml","Box-regular-marginInlineEnd--4":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--4___dn_Re","Box-regular-marginInlineEnd--8":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--8___VFtdE","Box-regular-marginInlineEnd--12":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--12___k07gg","Box-regular-marginInlineEnd--16":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--16___OOs0G","Box-regular-marginInlineEnd--20":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--20___fsTtM","Box-regular-marginInlineEnd--24":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--24___uOaQI","Box-regular-marginInlineEnd--28":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--28___FbHfF","Box-regular-marginInlineEnd--32":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--32___Ukveq","Box-regular-marginInlineEnd--36":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--36___M92aJ","Box-regular-marginInlineEnd--40":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--40____e3SN","Box-regular-marginInlineEnd--44":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--44___UEAQj","Box-regular-marginInlineEnd--48":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--48___ei98i","Box-regular-marginInlineEnd--64":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--64___PIZxy","Box-regular-marginInlineEnd--80":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--80___lnDcp","Box-regular-marginInlineEnd--96":"Primer_Brand__Box-module__Box-regular-marginInlineEnd--96___aRTvT","Box-wide-marginInlineEnd--condensed":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--condensed___QoI21","Box-wide-marginInlineEnd--normal":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--normal___HNliJ","Box-wide-marginInlineEnd--spacious":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--spacious___X8NXv","Box-wide-marginInlineEnd--4":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--4___sWBPo","Box-wide-marginInlineEnd--8":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--8___kacX3","Box-wide-marginInlineEnd--12":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--12___uQT7v","Box-wide-marginInlineEnd--16":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--16___n01ap","Box-wide-marginInlineEnd--20":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--20___X4OVV","Box-wide-marginInlineEnd--24":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--24___AJ1ri","Box-wide-marginInlineEnd--28":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--28___E5VbM","Box-wide-marginInlineEnd--32":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--32___ypePn","Box-wide-marginInlineEnd--36":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--36___gmvEm","Box-wide-marginInlineEnd--40":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--40___r90G7","Box-wide-marginInlineEnd--44":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--44___Q4G5c","Box-wide-marginInlineEnd--48":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--48___z9Lmw","Box-wide-marginInlineEnd--64":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--64___F57r_","Box-wide-marginInlineEnd--80":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--80___E0tJe","Box-wide-marginInlineEnd--96":"Primer_Brand__Box-module__Box-wide-marginInlineEnd--96___pUCiy","Box-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-marginBlockEnd--condensed___yZSjt","Box-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-marginBlockEnd--normal___BkMQg","Box-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-marginBlockEnd--spacious___Jjk8D","Box-marginBlockEnd--4":"Primer_Brand__Box-module__Box-marginBlockEnd--4___uZDEK","Box-marginBlockEnd--8":"Primer_Brand__Box-module__Box-marginBlockEnd--8___dx_JW","Box-marginBlockEnd--12":"Primer_Brand__Box-module__Box-marginBlockEnd--12___kgVMq","Box-marginBlockEnd--16":"Primer_Brand__Box-module__Box-marginBlockEnd--16___N2MVF","Box-marginBlockEnd--20":"Primer_Brand__Box-module__Box-marginBlockEnd--20___aX_J0","Box-marginBlockEnd--24":"Primer_Brand__Box-module__Box-marginBlockEnd--24___RTiyC","Box-marginBlockEnd--28":"Primer_Brand__Box-module__Box-marginBlockEnd--28___jhXpG","Box-marginBlockEnd--32":"Primer_Brand__Box-module__Box-marginBlockEnd--32___W5xYE","Box-marginBlockEnd--36":"Primer_Brand__Box-module__Box-marginBlockEnd--36___cj9Vj","Box-marginBlockEnd--40":"Primer_Brand__Box-module__Box-marginBlockEnd--40___ewAlH","Box-marginBlockEnd--44":"Primer_Brand__Box-module__Box-marginBlockEnd--44___ZxEv_","Box-marginBlockEnd--48":"Primer_Brand__Box-module__Box-marginBlockEnd--48___zt2OJ","Box-marginBlockEnd--64":"Primer_Brand__Box-module__Box-marginBlockEnd--64___a6txk","Box-marginBlockEnd--80":"Primer_Brand__Box-module__Box-marginBlockEnd--80___EZyqj","Box-marginBlockEnd--96":"Primer_Brand__Box-module__Box-marginBlockEnd--96___Lbz6K","Box-marginBlockEnd--112":"Primer_Brand__Box-module__Box-marginBlockEnd--112___oSXen","Box-marginBlockEnd--128":"Primer_Brand__Box-module__Box-marginBlockEnd--128___zrQ7e","Box-narrow-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--condensed___Tltof","Box-narrow-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--normal___ShWay","Box-narrow-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--spacious___LV3s_","Box-narrow-marginBlockEnd--4":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--4___CtSfn","Box-narrow-marginBlockEnd--8":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--8___Y45AZ","Box-narrow-marginBlockEnd--12":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--12___c87Ua","Box-narrow-marginBlockEnd--16":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--16___XP5Uw","Box-narrow-marginBlockEnd--20":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--20___p3Udz","Box-narrow-marginBlockEnd--24":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--24___oh65t","Box-narrow-marginBlockEnd--28":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--28___trRzs","Box-narrow-marginBlockEnd--32":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--32___qYFHR","Box-narrow-marginBlockEnd--36":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--36___mV2L1","Box-narrow-marginBlockEnd--40":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--40___taWN_","Box-narrow-marginBlockEnd--44":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--44___q5psW","Box-narrow-marginBlockEnd--48":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--48___u5_N1","Box-narrow-marginBlockEnd--64":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--64___iRYFP","Box-narrow-marginBlockEnd--80":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--80___h7LUD","Box-narrow-marginBlockEnd--96":"Primer_Brand__Box-module__Box-narrow-marginBlockEnd--96___TcQuV","Box-regular-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--condensed___nz4bt","Box-regular-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--normal___PDHRc","Box-regular-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--spacious___l348T","Box-regular-marginBlockEnd--4":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--4___xY73v","Box-regular-marginBlockEnd--8":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--8___BUGRd","Box-regular-marginBlockEnd--12":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--12___FKbqC","Box-regular-marginBlockEnd--16":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--16___EkpkB","Box-regular-marginBlockEnd--20":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--20___j3pUk","Box-regular-marginBlockEnd--24":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--24___gnnxL","Box-regular-marginBlockEnd--28":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--28___tHNzb","Box-regular-marginBlockEnd--32":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--32___XIqmt","Box-regular-marginBlockEnd--36":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--36___blLjI","Box-regular-marginBlockEnd--40":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--40___V9Sxn","Box-regular-marginBlockEnd--44":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--44___xMsFn","Box-regular-marginBlockEnd--48":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--48___pdAjC","Box-regular-marginBlockEnd--64":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--64___uLUtn","Box-regular-marginBlockEnd--80":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--80___OlgXb","Box-regular-marginBlockEnd--96":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--96____imff","Box-regular-marginBlockEnd--112":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--112___NDi61","Box-regular-marginBlockEnd--128":"Primer_Brand__Box-module__Box-regular-marginBlockEnd--128___GUa4G","Box-wide-marginBlockEnd--condensed":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--condensed___UBH5e","Box-wide-marginBlockEnd--normal":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--normal___Bi1K6","Box-wide-marginBlockEnd--spacious":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--spacious___fC5ai","Box-wide-marginBlockEnd--4":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--4___qjlqV","Box-wide-marginBlockEnd--8":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--8___jhRo2","Box-wide-marginBlockEnd--12":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--12___UmBRd","Box-wide-marginBlockEnd--16":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--16___GfSQm","Box-wide-marginBlockEnd--20":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--20___D4t78","Box-wide-marginBlockEnd--24":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--24___Vokvc","Box-wide-marginBlockEnd--28":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--28___l4an3","Box-wide-marginBlockEnd--32":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--32___iAcDG","Box-wide-marginBlockEnd--36":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--36___uWsmR","Box-wide-marginBlockEnd--40":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--40___DlDrK","Box-wide-marginBlockEnd--44":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--44___c9aSx","Box-wide-marginBlockEnd--48":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--48___X5ONp","Box-wide-marginBlockEnd--64":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--64___FOyXs","Box-wide-marginBlockEnd--80":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--80___Jqalb","Box-wide-marginBlockEnd--96":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--96___gjf5z","Box-wide-marginBlockEnd--112":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--112___ddfRk","Box-wide-marginBlockEnd--128":"Primer_Brand__Box-module__Box-wide-marginBlockEnd--128___ESEm8","Box-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-marginInlineStart--condensed___IBp_X","Box-marginInlineStart--normal":"Primer_Brand__Box-module__Box-marginInlineStart--normal___BHhHI","Box-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-marginInlineStart--spacious___ZtXj1","Box-marginInlineStart--4":"Primer_Brand__Box-module__Box-marginInlineStart--4___Wn1Ko","Box-marginInlineStart--8":"Primer_Brand__Box-module__Box-marginInlineStart--8___pDo7p","Box-marginInlineStart--12":"Primer_Brand__Box-module__Box-marginInlineStart--12___TQxPD","Box-marginInlineStart--16":"Primer_Brand__Box-module__Box-marginInlineStart--16___J7y4b","Box-marginInlineStart--20":"Primer_Brand__Box-module__Box-marginInlineStart--20___ISuSe","Box-marginInlineStart--24":"Primer_Brand__Box-module__Box-marginInlineStart--24___IrW9d","Box-marginInlineStart--28":"Primer_Brand__Box-module__Box-marginInlineStart--28___xff1V","Box-marginInlineStart--32":"Primer_Brand__Box-module__Box-marginInlineStart--32___HQOmB","Box-marginInlineStart--36":"Primer_Brand__Box-module__Box-marginInlineStart--36___WdZwx","Box-marginInlineStart--40":"Primer_Brand__Box-module__Box-marginInlineStart--40___R3wYL","Box-marginInlineStart--44":"Primer_Brand__Box-module__Box-marginInlineStart--44___wwo_O","Box-marginInlineStart--48":"Primer_Brand__Box-module__Box-marginInlineStart--48___zdJZg","Box-marginInlineStart--64":"Primer_Brand__Box-module__Box-marginInlineStart--64___NHk5d","Box-marginInlineStart--80":"Primer_Brand__Box-module__Box-marginInlineStart--80___D1Kto","Box-marginInlineStart--96":"Primer_Brand__Box-module__Box-marginInlineStart--96___Cy8gp","Box-marginInlineStart--112":"Primer_Brand__Box-module__Box-marginInlineStart--112___UVHJh","Box-marginInlineStart--128":"Primer_Brand__Box-module__Box-marginInlineStart--128___rYSy2","Box-narrow-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--condensed___LrhcU","Box-narrow-marginInlineStart--normal":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--normal___yjn7b","Box-narrow-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___D_nVs","Box-narrow-marginInlineStart--4":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___zqjtT","Box-narrow-marginInlineStart--8":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--8___JQCG0","Box-narrow-marginInlineStart--12":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--12___Uh4UZ","Box-narrow-marginInlineStart--16":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--16___XZ8ZR","Box-narrow-marginInlineStart--20":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--20___YbDKP","Box-narrow-marginInlineStart--24":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--24___FNxOe","Box-narrow-marginInlineStart--28":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--28___rMktN","Box-narrow-marginInlineStart--32":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--32___tbEiO","Box-narrow-marginInlineStart--36":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--36___uVdgf","Box-narrow-marginInlineStart--40":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--40___LJia9","Box-narrow-marginInlineStart--44":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--44___KmENz","Box-narrow-marginInlineStart--48":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--48___zoftL","Box-narrow-marginInlineStart--64":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--64___iwJE7","Box-narrow-marginInlineStart--80":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--80___cekgc","Box-narrow-marginInlineStart--96":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--96___J9dFk","Box-narrow-marginInlineStart--112":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--112___ij9Sp","Box-narrow-marginInlineStart--128":"Primer_Brand__Box-module__Box-narrow-marginInlineStart--128___YmYWV","Box-regular-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-regular-marginInlineStart--condensed___b3jtW","Box-regular-marginInlineStart--normal":"Primer_Brand__Box-module__Box-regular-marginInlineStart--normal___Afnyr","Box-regular-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___T94RJ","Box-regular-marginInlineStart--4":"Primer_Brand__Box-module__Box-regular-marginInlineStart--4____RoBu","Box-regular-marginInlineStart--8":"Primer_Brand__Box-module__Box-regular-marginInlineStart--8___HIT7W","Box-regular-marginInlineStart--12":"Primer_Brand__Box-module__Box-regular-marginInlineStart--12___GKnNE","Box-regular-marginInlineStart--16":"Primer_Brand__Box-module__Box-regular-marginInlineStart--16___zvb7s","Box-regular-marginInlineStart--20":"Primer_Brand__Box-module__Box-regular-marginInlineStart--20___TyM9P","Box-regular-marginInlineStart--24":"Primer_Brand__Box-module__Box-regular-marginInlineStart--24___FR9ti","Box-regular-marginInlineStart--28":"Primer_Brand__Box-module__Box-regular-marginInlineStart--28___cImoh","Box-regular-marginInlineStart--32":"Primer_Brand__Box-module__Box-regular-marginInlineStart--32___uzbKA","Box-regular-marginInlineStart--36":"Primer_Brand__Box-module__Box-regular-marginInlineStart--36___KDLC7","Box-regular-marginInlineStart--40":"Primer_Brand__Box-module__Box-regular-marginInlineStart--40___WtED9","Box-regular-marginInlineStart--44":"Primer_Brand__Box-module__Box-regular-marginInlineStart--44___T1yz0","Box-regular-marginInlineStart--48":"Primer_Brand__Box-module__Box-regular-marginInlineStart--48___RDHdq","Box-regular-marginInlineStart--64":"Primer_Brand__Box-module__Box-regular-marginInlineStart--64___sswJ8","Box-regular-marginInlineStart--80":"Primer_Brand__Box-module__Box-regular-marginInlineStart--80___V9k8f","Box-regular-marginInlineStart--96":"Primer_Brand__Box-module__Box-regular-marginInlineStart--96___MRqfB","Box-regular-marginInlineStart--112":"Primer_Brand__Box-module__Box-regular-marginInlineStart--112___g0s1Q","Box-regular-marginInlineStart--128":"Primer_Brand__Box-module__Box-regular-marginInlineStart--128___txGNr","Box-wide-marginInlineStart--condensed":"Primer_Brand__Box-module__Box-wide-marginInlineStart--condensed___d78eT","Box-wide-marginInlineStart--normal":"Primer_Brand__Box-module__Box-wide-marginInlineStart--normal___KvxjM","Box-wide-marginInlineStart--spacious":"Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___ttmF3","Box-wide-marginInlineStart--4":"Primer_Brand__Box-module__Box-wide-marginInlineStart--4___k170X","Box-wide-marginInlineStart--8":"Primer_Brand__Box-module__Box-wide-marginInlineStart--8___dWDhU","Box-wide-marginInlineStart--12":"Primer_Brand__Box-module__Box-wide-marginInlineStart--12___j2X_6","Box-wide-marginInlineStart--16":"Primer_Brand__Box-module__Box-wide-marginInlineStart--16___tlIaR","Box-wide-marginInlineStart--20":"Primer_Brand__Box-module__Box-wide-marginInlineStart--20___tcnmb","Box-wide-marginInlineStart--24":"Primer_Brand__Box-module__Box-wide-marginInlineStart--24___faDE1","Box-wide-marginInlineStart--28":"Primer_Brand__Box-module__Box-wide-marginInlineStart--28___H0kuG","Box-wide-marginInlineStart--32":"Primer_Brand__Box-module__Box-wide-marginInlineStart--32___cEhsd","Box-wide-marginInlineStart--36":"Primer_Brand__Box-module__Box-wide-marginInlineStart--36___rotpN","Box-wide-marginInlineStart--40":"Primer_Brand__Box-module__Box-wide-marginInlineStart--40___a4Yp_","Box-wide-marginInlineStart--44":"Primer_Brand__Box-module__Box-wide-marginInlineStart--44___mAiW2","Box-wide-marginInlineStart--48":"Primer_Brand__Box-module__Box-wide-marginInlineStart--48___pJQ14","Box-wide-marginInlineStart--64":"Primer_Brand__Box-module__Box-wide-marginInlineStart--64___yBVt2","Box-wide-marginInlineStart--80":"Primer_Brand__Box-module__Box-wide-marginInlineStart--80___UNM1_","Box-wide-marginInlineStart--96":"Primer_Brand__Box-module__Box-wide-marginInlineStart--96___ZVqGY","Box-wide-marginInlineStart--112":"Primer_Brand__Box-module__Box-wide-marginInlineStart--112___jFEAD","Box-wide-marginInlineStart--128":"Primer_Brand__Box-module__Box-wide-marginInlineStart--128___Ma3u7","Box-backgroundColor--default":"Primer_Brand__Box-module__Box-backgroundColor--default___yHgTN","Box-backgroundColor--inset":"Primer_Brand__Box-module__Box-backgroundColor--inset___VVJ5E","Box-backgroundColor--subtle":"Primer_Brand__Box-module__Box-backgroundColor--subtle___G0wT9","Box-backgroundColor--overlay":"Primer_Brand__Box-module__Box-backgroundColor--overlay___R1w8K","Box-borderRadius--small":"Primer_Brand__Box-module__Box-borderRadius--small___wqrhY","Box-borderRadius--medium":"Primer_Brand__Box-module__Box-borderRadius--medium___JB1YF","Box-borderRadius--large":"Primer_Brand__Box-module__Box-borderRadius--large___CCcts","Box-borderRadius--full":"Primer_Brand__Box-module__Box-borderRadius--full___NXuE7","Box-borderWidth--thin":"Primer_Brand__Box-module__Box-borderWidth--thin___Np1R8","Box-borderWidth--thick":"Primer_Brand__Box-module__Box-borderWidth--thick___dp1_H","Box-borderWidth--thicker":"Primer_Brand__Box-module__Box-borderWidth--thicker___HPZHA","Box-borderColor--default":"Primer_Brand__Box-module__Box-borderColor--default___XVJKE","Box-borderColor--muted":"Primer_Brand__Box-module__Box-borderColor--muted___S3wPy","Box-borderColor--subtle":"Primer_Brand__Box-module__Box-borderColor--subtle___SnZYA","Box-borderStyle--solid":"Primer_Brand__Box-module__Box-borderStyle--solid___ejOCw","Box-borderStyle--none":"Primer_Brand__Box-module__Box-borderStyle--none___GDHF9"},Na=["condensed","normal","spacious",...K],Ta=["default","inset","subtle","overlay"],Ca=["small","medium","large","full"],Ga=["thin","thick","thicker"],ja=["default","muted","subtle"],La=(_,e)=>e?"string"==typeof e||"number"==typeof e?Aa[`Box-${_}--${e}`]:Object.keys(e).map((r=>Aa[`Box-${r}-${_}--${e[r]}`])).join(" "):"",Ha=({animate:r,children:n,className:a,"data-testid":o,style:t,padding:d,paddingBlockStart:l,paddingInlineEnd:m,paddingBlockEnd:B,paddingInlineStart:u,margin:s,marginBlockStart:c,marginInlineEnd:g,marginBlockEnd:x,marginInlineStart:p,backgroundColor:P,borderRadius:w,borderWidth:h,borderColor:S,borderStyle:I})=>{const{classes:k,styles:f}=U(r),v=(0,e.useMemo)((()=>La("padding",d)),[d]),b=(0,e.useMemo)((()=>La("paddingBlockStart",l)),[l]),E=(0,e.useMemo)((()=>La("paddingInlineEnd",m)),[m]),y=(0,e.useMemo)((()=>La("paddingBlockEnd",B)),[B]),A=(0,e.useMemo)((()=>La("paddingInlineStart",u)),[u]),N=(0,e.useMemo)((()=>La("margin",s)),[s]),T=(0,e.useMemo)((()=>La("marginBlockStart",c)),[c]),C=(0,e.useMemo)((()=>La("marginInlineEnd",g)),[g]),G=(0,e.useMemo)((()=>La("marginBlockEnd",x)),[x]),j=(0,e.useMemo)((()=>La("marginInlineStart",p)),[p]),L=(0,e.useMemo)((()=>La("backgroundColor",P)),[P]),H=(0,e.useMemo)((()=>La("borderRadius",w)),[w]),M=(0,e.useMemo)((()=>La("borderWidth",h)),[h]),V=(0,e.useMemo)((()=>La("borderColor",S)),[S]),R=(0,e.useMemo)((()=>La("borderStyle",I)),[I]);return(0,_.jsx)("div",{className:i(k,v,b,E,y,A,N,T,C,G,j,L,H,M,V,R,a),"data-testid":o,style:{...f,...t},children:n})},Ma="Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8",Va="Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4",Ra="Primer_Brand__VideoPlayer-module__VideoPlayer__progressBar___wYSPx",Fa="Primer_Brand__VideoPlayer-module__VideoPlayer__controlTextColor___YMFpe",za=({videoRef:e,disabled:n,trackInformation:a})=>{const[o,t]=r().useState("");return r().useEffect((()=>{const _=()=>{if(a)for(let _=0;_<a.length;_++){const r=a[_];if(e.current?.currentTime&&e.current.currentTime>=r.startTime&&e.current.currentTime<=r.endTime){t(r.text);break}t("")}};return e.current&&e.current.addEventListener("timeupdate",_),()=>window.removeEventListener("timeupdate",_)}),[e,a]),n||!o?null:(0,_.jsx)("div",{className:i("Primer_Brand__VideoPlayer-module__VideoPlayer__captions___dI9Jv"),children:(0,_.jsx)(P,{as:"p",className:"Primer_Brand__VideoPlayer-module__VideoPlayer__captionText___e2su6",children:o})})},Oa=_=>{const e=Math.floor(_/60),r=Math.floor(_-60*e);return`${e<10?`0${e}`:e}:${r<10?`0${r}`:r}`},Wa=({videoRef:r,videoWrapperRef:n,totalTime:a,currentTime:o,playing:t,trackInformation:d})=>{const[l,m]=(0,e.useState)(t),[B,u]=(0,e.useState)(0),[s,c]=(0,e.useState)(.5),[g,x]=(0,e.useState)(s),[p,w]=(0,e.useState)(!0),[h,S]=(0,e.useState)(!1);(0,e.useEffect)((()=>{r.current&&(l?r.current.play():r.current.pause())}),[r,l]),(0,e.useEffect)((()=>{m(t)}),[t]);const I=(0,e.useMemo)((()=>(0,_.jsx)(Da,{onClick:()=>{m(!l)},className:"Primer_Brand__VideoPlayer-module__VideoPlayer__shiftTooltipRight___iLKlO",tooltip:l?"Pause video":"Play video",children:l?(0,_.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:[(0,_.jsx)("rect",{width:"7.2",height:"24",rx:"1",fill:"currentColor"}),(0,_.jsx)("rect",{x:"12.5",width:"7.2",height:"24",rx:"1",fill:"currentColor"})]}):(0,_.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,_.jsx)("path",{d:"M1.56489 23.8112C0.884817 24.2389 1.07491e-06 23.7501 1.0398e-06 22.9467L8.28679e-08 1.05473C4.73246e-08 0.241596 0.904067 -0.245404 1.58307 0.201969L18.5829 11.4026C19.2032 11.8113 19.1935 12.7244 18.5647 13.1198L1.56489 23.8112Z",fill:"currentColor"})})})),[l]);(0,e.useEffect)((()=>{u(r.current?.currentTime||0)}),[r,r.current?.currentTime]);const k=(0,e.useMemo)((()=>(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(qa,{type:"range",min:"0",max:a||0,step:1e-4,onInput:_=>{r.current&&(r.current.currentTime=_.currentTarget.valueAsNumber)},value:o,className:Ra,tooltip:!0,tooltipFormatter:_=>Oa(_),name:"Seek"}),(0,_.jsx)("div",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs",children:(0,_.jsxs)(P,{as:"p",className:Fa,children:[(0,_.jsx)("span",{children:Oa(B||0)||"00:00"}),(0,_.jsxs)("span",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS",children:[" / ",Oa(a||0)||"00:00"]})]})})]})),[r,a,o,B]),f=(0,e.useMemo)((()=>(0,_.jsxs)("button",{className:i(Va,"Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt",!p&&"Primer_Brand__VideoPlayer-module__VideoPlayer__ccOff___svmJL"),onClick:()=>w(!p),children:[(0,_.jsx)(P,{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__ccText___xIu2v",children:"CC"}),(0,_.jsx)(Za,{children:p?"Disable captions":"Enable captions"})]})),[p]),v=(0,e.useMemo)((()=>(0,_.jsx)(Da,{tooltip:s>0?"Mute":"Unmute",onClick:()=>{s>0?(x(s),c(0)):c(g)},children:s>0?(0,_.jsx)(ue,{size:24}):(0,_.jsx)(de,{size:24})})),[s,g]);(0,e.useEffect)((()=>{r.current&&(r.current.volume=s)}),[r,s]);const b=(0,e.useMemo)((()=>(0,_.jsx)(qa,{type:"range",min:"0",max:1,step:.001,onInput:_=>{c(_.currentTarget.valueAsNumber)},className:"Primer_Brand__VideoPlayer-module__VideoPlayer__volumeBar___HOmXb",value:s,a11yStep:.1,name:"Volume"})),[s]),E=(0,e.useMemo)((()=>(0,_.jsx)(Da,{onClick:()=>{n.current&&(h?(document.exitFullscreen(),S(!1)):(n.current.requestFullscreen(),S(!0)))},tooltip:h?"Exit full screen":"Full screen",children:h?(0,_.jsx)(me,{size:24}):(0,_.jsx)(le,{size:24})})),[n,h]);return(0,_.jsxs)("div",{className:i("Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI"),children:[(0,_.jsx)(za,{videoRef:r,trackInformation:d,disabled:!p}),(0,_.jsxs)("div",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7",children:[I,k,f,v,b,E]})]})},qa=({className:r,onChange:n,value:a,max:o,onKeyDown:t,a11yStep:d=1,tooltip:l,tooltipFormatter:m=(_=>_.toString()),name:B,id:u,...s})=>{const[c,g]=(0,e.useState)(a),[x,p]=(0,e.useState)(0),[P,w]=(0,e.useState)(0),h=O(),S=u||h;return(0,e.useEffect)((()=>{g(a)}),[a]),(0,e.useEffect)((()=>{const _=_=>{p(_.offsetX),o&&w(_.offsetX/_.target.clientWidth*o)};return window.addEventListener("mousemove",_),()=>{window.removeEventListener("mousemove",_)}}),[o]),(0,_.jsxs)("div",{className:i("Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg",r),children:[(0,_.jsx)("progress",{"aria-hidden":"true",className:"Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK",value:c,max:o}),(0,_.jsxs)("label",{htmlFor:S,children:[(0,_.jsx)("span",{className:"visually-hidden",children:B}),(0,_.jsx)("input",{tabIndex:0,type:"range",className:i("Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl",Ra),value:c,onChange:_=>{g(_.currentTarget.valueAsNumber),n&&n(_)},max:o,onKeyDown:_=>{var e;e=_,c&&(38===e.keyCode?g(c+d):40===e.keyCode&&g(c-d)),t&&t(_)},id:S,name:B,...s})]}),l&&!!P&&(0,_.jsx)(Za,{style:{left:x},children:P?m(P):""})]})},Za=({children:e,className:r,style:n,...a})=>(0,_.jsx)("div",{...a,style:n,className:i("Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l",r),"aria-hidden":"true",children:(0,_.jsx)("span",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipContent___BoAqV",children:(0,_.jsx)(P,{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipText____Syz7",weight:"medium",children:e})})}),Da=({tooltip:e,children:r,className:n,...a})=>(0,_.jsxs)("button",{className:i(Va,n),...a,"aria-label":e,children:[r,(0,_.jsx)("span",{className:"visually-hidden",children:e}),(0,_.jsx)(Za,{children:e})]}),Qa=Object.assign((({poster:r,title:n,branding:a=!0,children:o,className:t,onPlay:d,onPause:l,onLoadedMetadata:m,onPlaying:B,onTimeUpdate:u,ref:s,...c})=>{const g=(0,e.useRef)(null),x=Wn(s),[p,w]=(0,e.useState)(!1),[h,S]=(0,e.useState)(0),[I,k]=(0,e.useState)(0),[f,v]=(0,e.useState)(void 0),b=(0,e.useCallback)((_=>{w(!0),d&&d(_)}),[d]),E=(0,e.useCallback)((_=>{w(!1),l&&l(_)}),[l]),y=(0,e.useCallback)((_=>{x.current?.textTracks[0].cues&&v(x.current.textTracks[0].cues),B&&B(_)}),[B,x]),A=(0,e.useCallback)((_=>{k(x.current?.duration||0),m&&m(_)}),[m,x]),N=(0,e.useCallback)((_=>{S(x.current?.currentTime||0),u&&u(_)}),[u,x]);return(0,e.useEffect)((()=>{if(x.current)for(let _=0;_<x.current.textTracks.length;_++)x.current.textTracks[0].mode="hidden"}),[x]),(0,e.useEffect)((()=>{const _=()=>{const _=g.current?.getBoundingClientRect().width;_&&_<650?g.current.classList.add(Ma):g.current?.classList.remove(Ma)},e=new ResizeObserver((e=>{g.current&&_()}));_();const r=g.current;return e.observe(g.current),()=>{e.unobserve(r)}}),[g,p]),(0,_.jsxs)("div",{className:i("Primer_Brand__VideoPlayer-module__VideoPlayer__container___WmQho","Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi",!p&&"Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6"),ref:g,children:[(0,_.jsx)("video",{ref:x,title:n,controls:!1,poster:r,className:i("Primer_Brand__VideoPlayer-module__VideoPlayer___iNxEw",t),onPlay:b,onPause:E,onPlaying:y,onLoadedMetadata:A,onTimeUpdate:N,...c,children:o}),n&&(0,_.jsxs)("div",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j",children:[a&&(0,_.jsx)(te,{size:48}),(0,_.jsx)(P,{size:"500",weight:"medium",className:Fa,children:n})]}),(0,_.jsxs)("button",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F",onClick:()=>{x.current&&(x.current.paused?x.current.play():x.current.pause())},children:[!p&&(0,_.jsx)("span",{className:"Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO",children:(0,_.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:(0,_.jsx)("path",{d:"M1.56489 23.8112C0.884817 24.2389 1.07491e-06 23.7501 1.0398e-06 22.9467L8.28679e-08 1.05473C4.73246e-08 0.241596 0.904067 -0.245404 1.58307 0.201969L18.5829 11.4026C19.2032 11.8113 19.1935 12.7244 18.5647 13.1198L1.56489 23.8112Z",fill:"currentColor"})})}),(0,_.jsx)("span",{className:"visually-hidden",children:"Play"})]}),(0,_.jsx)(Wa,{videoRef:x,videoWrapperRef:g,totalTime:I,currentTime:h,playing:p,trackInformation:f})]})}),{Source:e=>(0,_.jsx)("source",{...e}),Track:e=>(0,_.jsx)("track",{...e})}),Ua={LogoSuite:"Primer_Brand__LogoSuite-module__LogoSuite___W2Pai",LogoSuite__heading:"Primer_Brand__LogoSuite-module__LogoSuite__heading___s2Xyw",LogoSuite__description:"Primer_Brand__LogoSuite-module__LogoSuite__description___SRFRM","LogoSuite--start":"Primer_Brand__LogoSuite-module__LogoSuite--start___Kk6GC","LogoSuite--center":"Primer_Brand__LogoSuite-module__LogoSuite--center___byPyg","LogoSuite--justify":"Primer_Brand__LogoSuite-module__LogoSuite--justify___ZFxvW",LogoSuite__logobar:"Primer_Brand__LogoSuite-module__LogoSuite__logobar___hRzWm","LogoSuite__heading--visually-hidden":"Primer_Brand__LogoSuite-module__LogoSuite__heading--visually-hidden___pTR4r","LogoSuite__logobar--variant-muted":"Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-muted___a0P8Z","LogoSuite__logobar--variant-emphasis":"Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb","focus-visible":"Primer_Brand__LogoSuite-module__focus-visible___FDZOP","LogoSuite--hasDivider":"Primer_Brand__LogoSuite-module__LogoSuite--hasDivider___Znsqm","LogoSuite__logobar--has-marquee":"Primer_Brand__LogoSuite-module__LogoSuite__logobar--has-marquee___d5jZP","LogoSuite__logobar-marqueeGroup":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marqueeGroup___QnvBf",LogobarScrollX:"Primer_Brand__LogoSuite-module__LogobarScrollX___K2Z30","LogoSuite__logobar-marqueeGroup--speed-default":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marqueeGroup--speed-default___ptGOl","LogoSuite__logobar-marqueeGroup--speed-slow":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marqueeGroup--speed-slow___s1IKV","LogoSuite__logobar-marquee":"Primer_Brand__LogoSuite-module__LogoSuite__logobar-marquee___Q0YOr"},Xa={root:"LogoSuite",get marqueeGroup(){return`${this.root}-marqueeGroup`}},$a=(0,e.forwardRef)((({as:e=G,size:r="3",className:n,children:a,visuallyHidden:o,...t},d)=>(0,_.jsx)(L,{ref:d,className:i(Ua.LogoSuite__heading,o&&Ua["LogoSuite__heading--visually-hidden"],o&&"visually-hidden",n),size:r,as:e,...t,children:a}))),Ka=(0,e.forwardRef)((({className:e,children:r,size:n="300",variant:a="muted",...o},t)=>(0,_.jsx)(P,{as:"p",ref:t,size:n,variant:a,className:i(Ua.LogoSuite__description,e),...o,children:r}))),Ja=(0,e.forwardRef)((({className:r,children:n,marquee:a=!1,marqueeSpeed:o="normal",variant:t="muted",...d},l)=>{const[m,B]=(0,e.useState)(!1);(0,e.useEffect)((()=>{const _=window.matchMedia("(prefers-reduced-motion: reduce)");B(_.matches);const e=_=>{B(_.matches)};return _.addEventListener("change",e),()=>{_.removeEventListener("change",e)}}),[]);const u={ref:l,className:i(Ua.LogoSuite__logobar,Ua[`LogoSuite__logobar--variant-${t}`],r),...d};if(a&&!m){const{className:e,...r}=u;return(0,_.jsx)("div",{...r,className:i(Ua["LogoSuite__logobar--has-marquee"],e),children:(0,_.jsxs)("div",{className:i(Ua["LogoSuite__logobar-marquee"]),children:[(0,_.jsx)("div",{className:i(Ua["LogoSuite__logobar-marqueeGroup"],Ua[`LogoSuite__logobar-marqueeGroup--speed-${o}`]),"data-testid":Xa.marqueeGroup,children:n}),(0,_.jsx)("div",{"aria-hidden":"true",className:i(Ua["LogoSuite__logobar-marqueeGroup"],Ua[`LogoSuite__logobar-marqueeGroup--speed-${o}`]),children:n})]})})}return(0,_.jsx)("div",{...u,children:n})})),Ya=Object.assign((({align:n="center",children:a,className:o,hasDivider:t=!0,"data-testid":d})=>{const l=(0,e.useMemo)((()=>r().Children.toArray(a)),[a]),m=l.find((_=>r().isValidElement(_)&&_.type===$a)),B=l.find((_=>r().isValidElement(_)&&_.type===Ka)),u=l.find((_=>r().isValidElement(_)&&_.type===Ja));return(0,_.jsxs)("div",{className:i(Ua.LogoSuite,Ua[`LogoSuite--${n}`],t&&Ua["LogoSuite--hasDivider"],o),"data-testid":d,children:[m,B,u]})}),{Heading:$a,Description:Ka,Logobar:Ja,testIds:Xa}),_o=Object.assign((({animate:e,className:r,children:n,fullWidth:a=!1,...o})=>{const{classes:t,styles:d}=U(e),l=i(t,"Primer_Brand__Timeline-module__Timeline___keSeT",a&&"Primer_Brand__Timeline-module__Timeline--full-width___XLdKp",r);return(0,_.jsx)("ul",{className:l,style:{...d},...o,children:n})}),{Item:({className:n,children:a,...o})=>{const t=i("Primer_Brand__Timeline-module__Timeline__item____ME4_",n),d=(0,e.useMemo)((()=>r().Children.toArray(a)),[a]),l=(0,e.useCallback)((()=>d.some((_=>r().isValidElement(_)&&"em"===_.type))?"muted":"default"),[d]),m=1===d.length?"default":l();return(0,_.jsx)("li",{className:t,...o,children:(0,_.jsx)(P,{size:"200",variant:m,children:a})})}}),eo={Bento:"Primer_Brand__Bento-module__Bento___mNrII",Bento__Item:"Primer_Brand__Bento-module__Bento__Item___fM9oe","Bento__Item--bgColor-default":"Primer_Brand__Bento-module__Bento__Item--bgColor-default___AyFWG","Bento__Item--bgColor-subtle":"Primer_Brand__Bento-module__Bento__Item--bgColor-subtle___rIDKo","Bento__Item--visual-as-background":"Primer_Brand__Bento-module__Bento__Item--visual-as-background___z0J2Q",Bento__Content:"Primer_Brand__Bento-module__Bento__Content___BhnY8","Bento__Content-icon":"Primer_Brand__Bento-module__Bento__Content-icon___K3van","Bento__heading--no-text":"Primer_Brand__Bento-module__Bento__heading--no-text___FiQWM","Bento__heading--muted":"Primer_Brand__Bento-module__Bento__heading--muted___un_Vf","Bento__heading--with-max-width":"Primer_Brand__Bento-module__Bento__heading--with-max-width___B8vBa",Bento__Visual:"Primer_Brand__Bento-module__Bento__Visual___uQCng","Bento__Visual--overflow-hidden":"Primer_Brand__Bento-module__Bento__Visual--overflow-hidden___KzPcB","Bento__Visual--overflow-initial":"Primer_Brand__Bento-module__Bento__Visual--overflow-initial___TJvWe","Bento__Visual--horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Visual--horizontalAlign-center___nyK69","Bento__Visual--horizontalAlign-end":"Primer_Brand__Bento-module__Bento__Visual--horizontalAlign-end___k1jRS","Bento__Visual--horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Visual--horizontalAlign-start___DzeEf","Bento__Visual--verticalAlign-center":"Primer_Brand__Bento-module__Bento__Visual--verticalAlign-center___nSnau","Bento__Visual--verticalAlign-end":"Primer_Brand__Bento-module__Bento__Visual--verticalAlign-end___IVb1w","Bento__Visual--verticalAlign-start":"Primer_Brand__Bento-module__Bento__Visual--verticalAlign-start___pyNZQ","Bento__Visual--fill":"Primer_Brand__Bento-module__Bento__Visual--fill___B70Uy","Bento__Visual--no-fill":"Primer_Brand__Bento-module__Bento__Visual--no-fill___JcHtr","Bento--padding-condensed":"Primer_Brand__Bento-module__Bento--padding-condensed___qkDcr","Bento--padding-normal":"Primer_Brand__Bento-module__Bento--padding-normal___c85Rj","Bento--padding-spacious":"Primer_Brand__Bento-module__Bento--padding-spacious___ydfpH","Bento__Item--flow-column":"Primer_Brand__Bento-module__Bento__Item--flow-column___Gd6ts","Bento__Item--flow-row":"Primer_Brand__Bento-module__Bento__Item--flow-row___DVol6","Bento__call-to-action":"Primer_Brand__Bento-module__Bento__call-to-action___CF7bA","Bento__Content-text":"Primer_Brand__Bento-module__Bento__Content-text___Q4UA5","Bento__Item--column-span-1":"Primer_Brand__Bento-module__Bento__Item--column-span-1___wJS_f","Bento__Item--column-span-2":"Primer_Brand__Bento-module__Bento__Item--column-span-2___wJFH9","Bento__Item--column-span-3":"Primer_Brand__Bento-module__Bento__Item--column-span-3___hskYi","Bento__Item--column-span-4":"Primer_Brand__Bento-module__Bento__Item--column-span-4___EWadX","Bento__Item--column-span-5":"Primer_Brand__Bento-module__Bento__Item--column-span-5___ggzyV","Bento__Item--column-span-6":"Primer_Brand__Bento-module__Bento__Item--column-span-6___UuNEL","Bento__Item--column-span-7":"Primer_Brand__Bento-module__Bento__Item--column-span-7___dnYwC","Bento__Item--column-span-8":"Primer_Brand__Bento-module__Bento__Item--column-span-8___bUlVW","Bento__Item--column-span-9":"Primer_Brand__Bento-module__Bento__Item--column-span-9___Veeak","Bento__Item--column-span-10":"Primer_Brand__Bento-module__Bento__Item--column-span-10___NKxdA","Bento__Item--column-span-11":"Primer_Brand__Bento-module__Bento__Item--column-span-11___ZjirT","Bento__Item--column-span-12":"Primer_Brand__Bento-module__Bento__Item--column-span-12___CaIjg","Bento__Item--row-span-1":"Primer_Brand__Bento-module__Bento__Item--row-span-1____HYWz","Bento__Item--row-span-2":"Primer_Brand__Bento-module__Bento__Item--row-span-2___VYZcw","Bento__Item--row-span-3":"Primer_Brand__Bento-module__Bento__Item--row-span-3___PkNE4","Bento__Item--row-span-4":"Primer_Brand__Bento-module__Bento__Item--row-span-4___FygFo","Bento__Item--row-span-5":"Primer_Brand__Bento-module__Bento__Item--row-span-5___wO0Ev","Bento__Item--row-span-6":"Primer_Brand__Bento-module__Bento__Item--row-span-6___QvMUL","Bento__Item--row-span-7":"Primer_Brand__Bento-module__Bento__Item--row-span-7___KfzTy","Bento__Item--row-span-8":"Primer_Brand__Bento-module__Bento__Item--row-span-8___ctYpA","Bento__Item--row-span-9":"Primer_Brand__Bento-module__Bento__Item--row-span-9___NK44C","Bento__Item--row-span-10":"Primer_Brand__Bento-module__Bento__Item--row-span-10___YeL2N","Bento__Item--row-span-11":"Primer_Brand__Bento-module__Bento__Item--row-span-11___OuImI","Bento__Item--row-span-12":"Primer_Brand__Bento-module__Bento__Item--row-span-12___ZRPCc","Bento__Item--column-start-1":"Primer_Brand__Bento-module__Bento__Item--column-start-1___hJ0es","Bento__Item--column-start-2":"Primer_Brand__Bento-module__Bento__Item--column-start-2___RV3eY","Bento__Item--column-start-3":"Primer_Brand__Bento-module__Bento__Item--column-start-3___M960L","Bento__Item--column-start-4":"Primer_Brand__Bento-module__Bento__Item--column-start-4___V5b3w","Bento__Item--column-start-5":"Primer_Brand__Bento-module__Bento__Item--column-start-5___hCu7p","Bento__Item--column-start-6":"Primer_Brand__Bento-module__Bento__Item--column-start-6___WeOjZ","Bento__Item--column-start-7":"Primer_Brand__Bento-module__Bento__Item--column-start-7___azf_1","Bento__Item--column-start-8":"Primer_Brand__Bento-module__Bento__Item--column-start-8___ufTXp","Bento__Item--column-start-9":"Primer_Brand__Bento-module__Bento__Item--column-start-9___m59SZ","Bento__Item--column-start-10":"Primer_Brand__Bento-module__Bento__Item--column-start-10___pNAFk","Bento__Item--column-start-11":"Primer_Brand__Bento-module__Bento__Item--column-start-11___JPuyR","Bento__Item--column-start-12":"Primer_Brand__Bento-module__Bento__Item--column-start-12___nAVWL","Bento__Item--row-start-1":"Primer_Brand__Bento-module__Bento__Item--row-start-1___ocNBk","Bento__Item--row-start-2":"Primer_Brand__Bento-module__Bento__Item--row-start-2___vcLtw","Bento__Item--row-start-3":"Primer_Brand__Bento-module__Bento__Item--row-start-3___w9cDE","Bento__Item--row-start-4":"Primer_Brand__Bento-module__Bento__Item--row-start-4___Rn8P9","Bento__Item--row-start-5":"Primer_Brand__Bento-module__Bento__Item--row-start-5___c5xci","Bento__Item--row-start-6":"Primer_Brand__Bento-module__Bento__Item--row-start-6___fh6uR","Bento__Item--row-start-7":"Primer_Brand__Bento-module__Bento__Item--row-start-7___jVnOo","Bento__Item--row-start-8":"Primer_Brand__Bento-module__Bento__Item--row-start-8___L4G8w","Bento__Item--row-start-9":"Primer_Brand__Bento-module__Bento__Item--row-start-9___Orw5A","Bento__Item--row-start-10":"Primer_Brand__Bento-module__Bento__Item--row-start-10___IQVeg","Bento__Item--row-start-11":"Primer_Brand__Bento-module__Bento__Item--row-start-11___w0uDj","Bento__Item--row-start-12":"Primer_Brand__Bento-module__Bento__Item--row-start-12___o52Zm","Bento__Item--verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby","Bento__Item--verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--verticalAlign-center___zOTQa","Bento__Item--verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--verticalAlign-end___fUd68","Bento__Item--horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--horizontalAlign-start___apVss","Bento__Item--horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--horizontalAlign-center___DJpgD","Bento__Item--xsmall-column-span-1":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-1___O3dlL","Bento__Item--xsmall-column-span-2":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-2___LLZAj","Bento__Item--xsmall-column-span-3":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-3___SROOQ","Bento__Item--xsmall-column-span-4":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-4___dLcHs","Bento__Item--xsmall-column-span-5":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-5___Zil5S","Bento__Item--xsmall-column-span-6":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-6___pGhxP","Bento__Item--xsmall-column-span-7":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-7___Gmugv","Bento__Item--xsmall-column-span-8":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-8___mNfgZ","Bento__Item--xsmall-column-span-9":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-9___w5AFK","Bento__Item--xsmall-column-span-10":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-10___dEYRU","Bento__Item--xsmall-column-span-11":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-11___cBfF2","Bento__Item--xsmall-column-span-12":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-span-12___fEgOK","Bento__Item--xsmall-row-span-1":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-1___k41Hr","Bento__Item--xsmall-row-span-2":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-2___qHzNc","Bento__Item--xsmall-row-span-3":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-3___t3hyC","Bento__Item--xsmall-row-span-4":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-4___X_F9d","Bento__Item--xsmall-row-span-5":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-5___UuegS","Bento__Item--xsmall-row-span-6":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-6___W2L8o","Bento__Item--xsmall-row-span-7":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-7___lYC_E","Bento__Item--xsmall-row-span-8":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-8___f66F5","Bento__Item--xsmall-row-span-9":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-9___eU0LD","Bento__Item--xsmall-row-span-10":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-10___beFeO","Bento__Item--xsmall-row-span-11":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-11___DgR1X","Bento__Item--xsmall-row-span-12":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-span-12___Gl_9d","Bento__Item--xsmall-column-start-1":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-1___xf8R8","Bento__Item--xsmall-column-start-2":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-2___f5xs_","Bento__Item--xsmall-column-start-3":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-3___bl1q4","Bento__Item--xsmall-column-start-4":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-4___PhKl_","Bento__Item--xsmall-column-start-5":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-5___xYV6c","Bento__Item--xsmall-column-start-6":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-6___PYKbP","Bento__Item--xsmall-column-start-7":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-7___NE6p3","Bento__Item--xsmall-column-start-8":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-8___AeJAI","Bento__Item--xsmall-column-start-9":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-9___ikepW","Bento__Item--xsmall-column-start-10":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-10___nGG9V","Bento__Item--xsmall-column-start-11":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-11___UTeRm","Bento__Item--xsmall-column-start-12":"Primer_Brand__Bento-module__Bento__Item--xsmall-column-start-12___NhrVC","Bento__Item--xsmall-row-start-1":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-1___ISePA","Bento__Item--xsmall-row-start-2":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-2___jM4bs","Bento__Item--xsmall-row-start-3":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-3___FTZiY","Bento__Item--xsmall-row-start-4":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-4___gfyxX","Bento__Item--xsmall-row-start-5":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-5___jO7WM","Bento__Item--xsmall-row-start-6":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-6___nKfix","Bento__Item--xsmall-row-start-7":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-7___NncQO","Bento__Item--xsmall-row-start-8":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-8___wY_Tb","Bento__Item--xsmall-row-start-9":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-9___p5PaK","Bento__Item--xsmall-row-start-10":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-10___MKWyL","Bento__Item--xsmall-row-start-11":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-11___nxv94","Bento__Item--xsmall-row-start-12":"Primer_Brand__Bento-module__Bento__Item--xsmall-row-start-12___Vbl6J","Bento__Item--xsmall-flow-column":"Primer_Brand__Bento-module__Bento__Item--xsmall-flow-column___WV1h5","Bento__Item--xsmall-flow-row":"Primer_Brand__Bento-module__Bento__Item--xsmall-flow-row___k8j9i","Bento__Item--xsmall-verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy","Bento__Item--xsmall-verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-center___k4IC6","Bento__Item--xsmall-verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-end___v_7lF","Bento__Item--xsmall-horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-start___dT6ng","Bento__Item--xsmall-horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-center___xcsj2","Bento--xsmall-padding-condensed":"Primer_Brand__Bento-module__Bento--xsmall-padding-condensed___Eno9E","Bento--xsmall-padding-normal":"Primer_Brand__Bento-module__Bento--xsmall-padding-normal___C2rTu","Bento--xsmall-padding-spacious":"Primer_Brand__Bento-module__Bento--xsmall-padding-spacious___kepW0","Bento__Item--xsmall-gap-condensed":"Primer_Brand__Bento-module__Bento__Item--xsmall-gap-condensed___aPIBg","Bento__Item--xsmall-gap-normal":"Primer_Brand__Bento-module__Bento__Item--xsmall-gap-normal___XrOHt","Bento__Item--xsmall-gap-spacious":"Primer_Brand__Bento-module__Bento__Item--xsmall-gap-spacious___mv1WJ","Bento__Item--small-column-span-1":"Primer_Brand__Bento-module__Bento__Item--small-column-span-1___a6Uk_","Bento__Item--small-column-span-2":"Primer_Brand__Bento-module__Bento__Item--small-column-span-2___eRR9s","Bento__Item--small-column-span-3":"Primer_Brand__Bento-module__Bento__Item--small-column-span-3___iBkjl","Bento__Item--small-column-span-4":"Primer_Brand__Bento-module__Bento__Item--small-column-span-4___iTLL7","Bento__Item--small-column-span-5":"Primer_Brand__Bento-module__Bento__Item--small-column-span-5___FXZKF","Bento__Item--small-column-span-6":"Primer_Brand__Bento-module__Bento__Item--small-column-span-6___VEiVP","Bento__Item--small-column-span-7":"Primer_Brand__Bento-module__Bento__Item--small-column-span-7___RFD8p","Bento__Item--small-column-span-8":"Primer_Brand__Bento-module__Bento__Item--small-column-span-8___WBTAW","Bento__Item--small-column-span-9":"Primer_Brand__Bento-module__Bento__Item--small-column-span-9___PDKMV","Bento__Item--small-column-span-10":"Primer_Brand__Bento-module__Bento__Item--small-column-span-10___ZBSO0","Bento__Item--small-column-span-11":"Primer_Brand__Bento-module__Bento__Item--small-column-span-11___Or5lx","Bento__Item--small-column-span-12":"Primer_Brand__Bento-module__Bento__Item--small-column-span-12___xu8z2","Bento__Item--small-row-span-1":"Primer_Brand__Bento-module__Bento__Item--small-row-span-1___hJcO9","Bento__Item--small-row-span-2":"Primer_Brand__Bento-module__Bento__Item--small-row-span-2___RdAwK","Bento__Item--small-row-span-3":"Primer_Brand__Bento-module__Bento__Item--small-row-span-3___CMwq5","Bento__Item--small-row-span-4":"Primer_Brand__Bento-module__Bento__Item--small-row-span-4___KuACi","Bento__Item--small-row-span-5":"Primer_Brand__Bento-module__Bento__Item--small-row-span-5___xqZZV","Bento__Item--small-row-span-6":"Primer_Brand__Bento-module__Bento__Item--small-row-span-6___Q9O51","Bento__Item--small-row-span-7":"Primer_Brand__Bento-module__Bento__Item--small-row-span-7___MZ6cD","Bento__Item--small-row-span-8":"Primer_Brand__Bento-module__Bento__Item--small-row-span-8___eIEpG","Bento__Item--small-row-span-9":"Primer_Brand__Bento-module__Bento__Item--small-row-span-9___HkxM3","Bento__Item--small-row-span-10":"Primer_Brand__Bento-module__Bento__Item--small-row-span-10___pce_C","Bento__Item--small-row-span-11":"Primer_Brand__Bento-module__Bento__Item--small-row-span-11___GO_ln","Bento__Item--small-row-span-12":"Primer_Brand__Bento-module__Bento__Item--small-row-span-12___lUcIB","Bento__Item--small-column-start-1":"Primer_Brand__Bento-module__Bento__Item--small-column-start-1___blYcd","Bento__Item--small-column-start-2":"Primer_Brand__Bento-module__Bento__Item--small-column-start-2___z84xb","Bento__Item--small-column-start-3":"Primer_Brand__Bento-module__Bento__Item--small-column-start-3___jAHiV","Bento__Item--small-column-start-4":"Primer_Brand__Bento-module__Bento__Item--small-column-start-4___sa5rD","Bento__Item--small-column-start-5":"Primer_Brand__Bento-module__Bento__Item--small-column-start-5___EjA_Y","Bento__Item--small-column-start-6":"Primer_Brand__Bento-module__Bento__Item--small-column-start-6___TsMuS","Bento__Item--small-column-start-7":"Primer_Brand__Bento-module__Bento__Item--small-column-start-7___wzVOe","Bento__Item--small-column-start-8":"Primer_Brand__Bento-module__Bento__Item--small-column-start-8___Cylzb","Bento__Item--small-column-start-9":"Primer_Brand__Bento-module__Bento__Item--small-column-start-9___K3kJa","Bento__Item--small-column-start-10":"Primer_Brand__Bento-module__Bento__Item--small-column-start-10___PwfIO","Bento__Item--small-column-start-11":"Primer_Brand__Bento-module__Bento__Item--small-column-start-11___HwJrV","Bento__Item--small-column-start-12":"Primer_Brand__Bento-module__Bento__Item--small-column-start-12___AuD3D","Bento__Item--small-row-start-1":"Primer_Brand__Bento-module__Bento__Item--small-row-start-1___esfXx","Bento__Item--small-row-start-2":"Primer_Brand__Bento-module__Bento__Item--small-row-start-2___rMTHJ","Bento__Item--small-row-start-3":"Primer_Brand__Bento-module__Bento__Item--small-row-start-3___e5nFr","Bento__Item--small-row-start-4":"Primer_Brand__Bento-module__Bento__Item--small-row-start-4___hWxGW","Bento__Item--small-row-start-5":"Primer_Brand__Bento-module__Bento__Item--small-row-start-5___kZona","Bento__Item--small-row-start-6":"Primer_Brand__Bento-module__Bento__Item--small-row-start-6___l17Wp","Bento__Item--small-row-start-7":"Primer_Brand__Bento-module__Bento__Item--small-row-start-7___nZc8H","Bento__Item--small-row-start-8":"Primer_Brand__Bento-module__Bento__Item--small-row-start-8___s8jU5","Bento__Item--small-row-start-9":"Primer_Brand__Bento-module__Bento__Item--small-row-start-9___et36x","Bento__Item--small-row-start-10":"Primer_Brand__Bento-module__Bento__Item--small-row-start-10___UNRQz","Bento__Item--small-row-start-11":"Primer_Brand__Bento-module__Bento__Item--small-row-start-11___D0qCf","Bento__Item--small-row-start-12":"Primer_Brand__Bento-module__Bento__Item--small-row-start-12___Poeju","Bento__Item--small-flow-column":"Primer_Brand__Bento-module__Bento__Item--small-flow-column___idFew","Bento__Item--small-flow-row":"Primer_Brand__Bento-module__Bento__Item--small-flow-row___FlDbE","Bento__Item--small-verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2","Bento__Item--small-verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-center___eyrsO","Bento__Item--small-verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-end___t8ken","Bento__Item--small-horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-start____az8o","Bento__Item--small-horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-center___hIKKU","Bento--small-padding-condensed":"Primer_Brand__Bento-module__Bento--small-padding-condensed___dV4bU","Bento--small-padding-normal":"Primer_Brand__Bento-module__Bento--small-padding-normal____b5pg","Bento--small-padding-spacious":"Primer_Brand__Bento-module__Bento--small-padding-spacious___skviu","Bento__Item--small-gap-condensed":"Primer_Brand__Bento-module__Bento__Item--small-gap-condensed____69Z4","Bento__Item--small-gap-normal":"Primer_Brand__Bento-module__Bento__Item--small-gap-normal___R5AS5","Bento__Item--small-gap-spacious":"Primer_Brand__Bento-module__Bento__Item--small-gap-spacious___ysMFz","Bento__Item--medium-column-span-1":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-1___qXoCp","Bento__Item--medium-column-span-2":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-2___Or0aW","Bento__Item--medium-column-span-3":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-3___rfJlA","Bento__Item--medium-column-span-4":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-4___jrzrn","Bento__Item--medium-column-span-5":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-5___VX5Xb","Bento__Item--medium-column-span-6":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-6___PuJLu","Bento__Item--medium-column-span-7":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-7___Gf10h","Bento__Item--medium-column-span-8":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-8___EPkMS","Bento__Item--medium-column-span-9":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-9___simHy","Bento__Item--medium-column-span-10":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-10___vCY7I","Bento__Item--medium-column-span-11":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-11___woBRo","Bento__Item--medium-column-span-12":"Primer_Brand__Bento-module__Bento__Item--medium-column-span-12___eR9Ow","Bento__Item--medium-row-span-1":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-1___vJifa","Bento__Item--medium-row-span-2":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-2___rHIIs","Bento__Item--medium-row-span-3":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-3___XpZk0","Bento__Item--medium-row-span-4":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-4___xPGyT","Bento__Item--medium-row-span-5":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-5___XHAdt","Bento__Item--medium-row-span-6":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-6___uXSJ0","Bento__Item--medium-row-span-7":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-7___V9oop","Bento__Item--medium-row-span-8":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-8___bTuWm","Bento__Item--medium-row-span-9":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-9___RBjok","Bento__Item--medium-row-span-10":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-10___nXL1W","Bento__Item--medium-row-span-11":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-11___bp7xe","Bento__Item--medium-row-span-12":"Primer_Brand__Bento-module__Bento__Item--medium-row-span-12___QykVK","Bento__Item--medium-column-start-1":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-1___ysXie","Bento__Item--medium-column-start-2":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-2___obU8P","Bento__Item--medium-column-start-3":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-3___ttZ2X","Bento__Item--medium-column-start-4":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-4___yd4pw","Bento__Item--medium-column-start-5":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-5___wl6Sl","Bento__Item--medium-column-start-6":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-6___rlfWR","Bento__Item--medium-column-start-7":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-7___dfJXo","Bento__Item--medium-column-start-8":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-8___HLzZU","Bento__Item--medium-column-start-9":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-9___Jul8L","Bento__Item--medium-column-start-10":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-10___NGybV","Bento__Item--medium-column-start-11":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-11___vc1Nv","Bento__Item--medium-column-start-12":"Primer_Brand__Bento-module__Bento__Item--medium-column-start-12___gZcLo","Bento__Item--medium-row-start-1":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-1___s1Rgz","Bento__Item--medium-row-start-2":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-2___dsf4y","Bento__Item--medium-row-start-3":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-3___rWjRq","Bento__Item--medium-row-start-4":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-4___Iiuud","Bento__Item--medium-row-start-5":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-5___tbnzw","Bento__Item--medium-row-start-6":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-6___jPFm7","Bento__Item--medium-row-start-7":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-7___ZqLlM","Bento__Item--medium-row-start-8":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-8___TIOvf","Bento__Item--medium-row-start-9":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-9___oukNX","Bento__Item--medium-row-start-10":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-10___ZCbg8","Bento__Item--medium-row-start-11":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-11___bSDUT","Bento__Item--medium-row-start-12":"Primer_Brand__Bento-module__Bento__Item--medium-row-start-12___ozUh1","Bento__Item--medium-flow-column":"Primer_Brand__Bento-module__Bento__Item--medium-flow-column___K27t6","Bento__Item--medium-flow-row":"Primer_Brand__Bento-module__Bento__Item--medium-flow-row___qACyl","Bento__Item--medium-verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs","Bento__Item--medium-verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-center___FEwTP","Bento__Item--medium-verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-end___b8l2w","Bento__Item--medium-horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-start___nzIvg","Bento__Item--medium-horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-center___aHFRW","Bento--medium-padding-condensed":"Primer_Brand__Bento-module__Bento--medium-padding-condensed___BgWOb","Bento--medium-padding-normal":"Primer_Brand__Bento-module__Bento--medium-padding-normal___xjnwE","Bento--medium-padding-spacious":"Primer_Brand__Bento-module__Bento--medium-padding-spacious___I5PEZ","Bento__Item--medium-gap-condensed":"Primer_Brand__Bento-module__Bento__Item--medium-gap-condensed___Nk4Uj","Bento__Item--medium-gap-normal":"Primer_Brand__Bento-module__Bento__Item--medium-gap-normal___KXAsF","Bento__Item--medium-gap-spacious":"Primer_Brand__Bento-module__Bento__Item--medium-gap-spacious___vFlWU","Bento__Item--large-column-span-1":"Primer_Brand__Bento-module__Bento__Item--large-column-span-1___sPCsf","Bento__Item--large-column-span-2":"Primer_Brand__Bento-module__Bento__Item--large-column-span-2___wpcnQ","Bento__Item--large-column-span-3":"Primer_Brand__Bento-module__Bento__Item--large-column-span-3___z8T3W","Bento__Item--large-column-span-4":"Primer_Brand__Bento-module__Bento__Item--large-column-span-4___RNQwy","Bento__Item--large-column-span-5":"Primer_Brand__Bento-module__Bento__Item--large-column-span-5___t06QC","Bento__Item--large-column-span-6":"Primer_Brand__Bento-module__Bento__Item--large-column-span-6___eUMZR","Bento__Item--large-column-span-7":"Primer_Brand__Bento-module__Bento__Item--large-column-span-7___mLdYl","Bento__Item--large-column-span-8":"Primer_Brand__Bento-module__Bento__Item--large-column-span-8___zhtsq","Bento__Item--large-column-span-9":"Primer_Brand__Bento-module__Bento__Item--large-column-span-9___IrFuA","Bento__Item--large-column-span-10":"Primer_Brand__Bento-module__Bento__Item--large-column-span-10___d4zEs","Bento__Item--large-column-span-11":"Primer_Brand__Bento-module__Bento__Item--large-column-span-11___UKFCJ","Bento__Item--large-column-span-12":"Primer_Brand__Bento-module__Bento__Item--large-column-span-12___lOmLI","Bento__Item--large-row-span-1":"Primer_Brand__Bento-module__Bento__Item--large-row-span-1___o_4N_","Bento__Item--large-row-span-2":"Primer_Brand__Bento-module__Bento__Item--large-row-span-2___yJebq","Bento__Item--large-row-span-3":"Primer_Brand__Bento-module__Bento__Item--large-row-span-3___MsNH2","Bento__Item--large-row-span-4":"Primer_Brand__Bento-module__Bento__Item--large-row-span-4___aYG1Q","Bento__Item--large-row-span-5":"Primer_Brand__Bento-module__Bento__Item--large-row-span-5___qiTGf","Bento__Item--large-row-span-6":"Primer_Brand__Bento-module__Bento__Item--large-row-span-6___yDxVJ","Bento__Item--large-row-span-7":"Primer_Brand__Bento-module__Bento__Item--large-row-span-7___gfW02","Bento__Item--large-row-span-8":"Primer_Brand__Bento-module__Bento__Item--large-row-span-8___qrky4","Bento__Item--large-row-span-9":"Primer_Brand__Bento-module__Bento__Item--large-row-span-9___wluiD","Bento__Item--large-row-span-10":"Primer_Brand__Bento-module__Bento__Item--large-row-span-10___IXd3G","Bento__Item--large-row-span-11":"Primer_Brand__Bento-module__Bento__Item--large-row-span-11___OVPxd","Bento__Item--large-row-span-12":"Primer_Brand__Bento-module__Bento__Item--large-row-span-12___aAmjb","Bento__Item--large-column-start-1":"Primer_Brand__Bento-module__Bento__Item--large-column-start-1___ogy5Y","Bento__Item--large-column-start-2":"Primer_Brand__Bento-module__Bento__Item--large-column-start-2___A8Kex","Bento__Item--large-column-start-3":"Primer_Brand__Bento-module__Bento__Item--large-column-start-3___nCs4W","Bento__Item--large-column-start-4":"Primer_Brand__Bento-module__Bento__Item--large-column-start-4___k6wxM","Bento__Item--large-column-start-5":"Primer_Brand__Bento-module__Bento__Item--large-column-start-5___u9g2t","Bento__Item--large-column-start-6":"Primer_Brand__Bento-module__Bento__Item--large-column-start-6___wT9tc","Bento__Item--large-column-start-7":"Primer_Brand__Bento-module__Bento__Item--large-column-start-7___cH1Zn","Bento__Item--large-column-start-8":"Primer_Brand__Bento-module__Bento__Item--large-column-start-8___UsTw7","Bento__Item--large-column-start-9":"Primer_Brand__Bento-module__Bento__Item--large-column-start-9___txaE3","Bento__Item--large-column-start-10":"Primer_Brand__Bento-module__Bento__Item--large-column-start-10___uY9Wm","Bento__Item--large-column-start-11":"Primer_Brand__Bento-module__Bento__Item--large-column-start-11___kwY5A","Bento__Item--large-column-start-12":"Primer_Brand__Bento-module__Bento__Item--large-column-start-12___B9iMH","Bento__Item--large-row-start-1":"Primer_Brand__Bento-module__Bento__Item--large-row-start-1___kYB2F","Bento__Item--large-row-start-2":"Primer_Brand__Bento-module__Bento__Item--large-row-start-2___o21Td","Bento__Item--large-row-start-3":"Primer_Brand__Bento-module__Bento__Item--large-row-start-3___htfzI","Bento__Item--large-row-start-4":"Primer_Brand__Bento-module__Bento__Item--large-row-start-4___P2f1W","Bento__Item--large-row-start-5":"Primer_Brand__Bento-module__Bento__Item--large-row-start-5___HT3C4","Bento__Item--large-row-start-6":"Primer_Brand__Bento-module__Bento__Item--large-row-start-6___pcerM","Bento__Item--large-row-start-7":"Primer_Brand__Bento-module__Bento__Item--large-row-start-7___j2ui8","Bento__Item--large-row-start-8":"Primer_Brand__Bento-module__Bento__Item--large-row-start-8___V82iT","Bento__Item--large-row-start-9":"Primer_Brand__Bento-module__Bento__Item--large-row-start-9___EG4R2","Bento__Item--large-row-start-10":"Primer_Brand__Bento-module__Bento__Item--large-row-start-10___EaLQx","Bento__Item--large-row-start-11":"Primer_Brand__Bento-module__Bento__Item--large-row-start-11___IQx_d","Bento__Item--large-row-start-12":"Primer_Brand__Bento-module__Bento__Item--large-row-start-12___hlrVv","Bento__Item--large-flow-column":"Primer_Brand__Bento-module__Bento__Item--large-flow-column___uvNUE","Bento__Item--large-flow-row":"Primer_Brand__Bento-module__Bento__Item--large-flow-row___ple3b","Bento__Item--large-verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn","Bento__Item--large-verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-center___mbhdV","Bento__Item--large-verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-end___hj9Dq","Bento__Item--large-horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-start___YQT1t","Bento__Item--large-horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-center___YtwaR","Bento-padding--large-condensed":"Primer_Brand__Bento-module__Bento-padding--large-condensed___HeO1J","Bento-padding--large-normal":"Primer_Brand__Bento-module__Bento-padding--large-normal___LcQOA","Bento-padding--large-spacious":"Primer_Brand__Bento-module__Bento-padding--large-spacious____8oib","Bento__Item--large-gap-condensed":"Primer_Brand__Bento-module__Bento__Item--large-gap-condensed___Rbi9v","Bento__Item--large-gap-normal":"Primer_Brand__Bento-module__Bento__Item--large-gap-normal___S9Fjb","Bento__Item--large-gap-spacious":"Primer_Brand__Bento-module__Bento__Item--large-gap-spacious___i_Gyj","Bento__Item--xlarge-column-span-1":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-1___LC_qv","Bento__Item--xlarge-column-span-2":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-2___PkH2a","Bento__Item--xlarge-column-span-3":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-3___sjEds","Bento__Item--xlarge-column-span-4":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-4___CwpLr","Bento__Item--xlarge-column-span-5":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-5___ATLZK","Bento__Item--xlarge-column-span-6":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-6___wDVtR","Bento__Item--xlarge-column-span-7":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-7___BF_PQ","Bento__Item--xlarge-column-span-8":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-8___Je6tc","Bento__Item--xlarge-column-span-9":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-9___de_EV","Bento__Item--xlarge-column-span-10":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-10___TV_va","Bento__Item--xlarge-column-span-11":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-11___mRbhR","Bento__Item--xlarge-column-span-12":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-span-12___jCuU4","Bento__Item--xlarge-row-span-1":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-1___k8cvi","Bento__Item--xlarge-row-span-2":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-2___eQ1hk","Bento__Item--xlarge-row-span-3":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-3___FdBn9","Bento__Item--xlarge-row-span-4":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-4___Eu9U7","Bento__Item--xlarge-row-span-5":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-5___AymfS","Bento__Item--xlarge-row-span-6":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-6___ciomo","Bento__Item--xlarge-row-span-7":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-7___bDoNI","Bento__Item--xlarge-row-span-8":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-8___aCyc1","Bento__Item--xlarge-row-span-9":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-9___t6eYp","Bento__Item--xlarge-row-span-10":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-10___Q9UMh","Bento__Item--xlarge-row-span-11":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-11___Oeb8y","Bento__Item--xlarge-row-span-12":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-span-12___iXpKf","Bento__Item--xlarge-column-start-1":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-1___eTMGO","Bento__Item--xlarge-column-start-2":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-2___ghZ8B","Bento__Item--xlarge-column-start-3":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-3___zIFiN","Bento__Item--xlarge-column-start-4":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-4___Ye3wL","Bento__Item--xlarge-column-start-5":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-5___Vtfhw","Bento__Item--xlarge-column-start-6":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-6___MiwV4","Bento__Item--xlarge-column-start-7":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-7___n3U82","Bento__Item--xlarge-column-start-8":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-8___S45Zc","Bento__Item--xlarge-column-start-9":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-9___bjxcX","Bento__Item--xlarge-column-start-10":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-10___xiPsu","Bento__Item--xlarge-column-start-11":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-11___h6pke","Bento__Item--xlarge-column-start-12":"Primer_Brand__Bento-module__Bento__Item--xlarge-column-start-12___lINEt","Bento__Item--xlarge-row-start-1":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-1___XJ8IJ","Bento__Item--xlarge-row-start-2":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-2___Jh4mU","Bento__Item--xlarge-row-start-3":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-3___Qaz7u","Bento__Item--xlarge-row-start-4":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-4___Wdsyy","Bento__Item--xlarge-row-start-5":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-5___SWvQD","Bento__Item--xlarge-row-start-6":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-6___YIWd4","Bento__Item--xlarge-row-start-7":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-7___UWo93","Bento__Item--xlarge-row-start-8":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-8___f8RMO","Bento__Item--xlarge-row-start-9":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-9___O7BXf","Bento__Item--xlarge-row-start-10":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-10___g9Tom","Bento__Item--xlarge-row-start-11":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-11___WATnH","Bento__Item--xlarge-row-start-12":"Primer_Brand__Bento-module__Bento__Item--xlarge-row-start-12___f2aPN","Bento__Item--xlarge-flow-column":"Primer_Brand__Bento-module__Bento__Item--xlarge-flow-column___xXSFC","Bento__Item--xlarge-flow-row":"Primer_Brand__Bento-module__Bento__Item--xlarge-flow-row___y5CpT","Bento__Item--xlarge-verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ","Bento__Item--xlarge-verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-center___P_tSO","Bento__Item--xlarge-verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-end___UwemK","Bento__Item--xlarge-horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-start___zzvpZ","Bento__Item--xlarge-horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-center___mfany","Bento--xlarge-padding-condensed":"Primer_Brand__Bento-module__Bento--xlarge-padding-condensed___mPi3N","Bento--xlarge-padding-normal":"Primer_Brand__Bento-module__Bento--xlarge-padding-normal___tb1wm","Bento--xlarge-padding-spacious":"Primer_Brand__Bento-module__Bento--xlarge-padding-spacious___bT4bv","Bento__Item--xlarge-gap-condensed":"Primer_Brand__Bento-module__Bento__Item--xlarge-gap-condensed___Fvi39","Bento__Item--xlarge-gap-normal":"Primer_Brand__Bento-module__Bento__Item--xlarge-gap-normal___uQQu6","Bento__Item--xlarge-gap-spacious":"Primer_Brand__Bento-module__Bento__Item--xlarge-gap-spacious___QxB62","Bento__Item--xxlarge-column-span-1":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-1___AChhv","Bento__Item--xxlarge-column-span-2":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-2___yj5YI","Bento__Item--xxlarge-column-span-3":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-3___jy7Fg","Bento__Item--xxlarge-column-span-4":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-4___fXoXs","Bento__Item--xxlarge-column-span-5":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-5___hZOPX","Bento__Item--xxlarge-column-span-6":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-6___WEvG1","Bento__Item--xxlarge-column-span-7":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-7___eliQQ","Bento__Item--xxlarge-column-span-8":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-8____DaEU","Bento__Item--xxlarge-column-span-9":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-9___PACVQ","Bento__Item--xxlarge-column-span-10":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-10___iplz_","Bento__Item--xxlarge-column-span-11":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-11___sUFyE","Bento__Item--xxlarge-column-span-12":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-span-12___UauN_","Bento__Item--xxlarge-row-span-1":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-1___la7E2","Bento__Item--xxlarge-row-span-2":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-2___WXQZy","Bento__Item--xxlarge-row-span-3":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-3___K295L","Bento__Item--xxlarge-row-span-4":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-4___dizmC","Bento__Item--xxlarge-row-span-5":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-5___gxqXP","Bento__Item--xxlarge-row-span-6":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-6___fCUrs","Bento__Item--xxlarge-row-span-7":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-7___t_vib","Bento__Item--xxlarge-row-span-8":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-8___FkHnk","Bento__Item--xxlarge-row-span-9":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-9___S9z_S","Bento__Item--xxlarge-row-span-10":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-10___MWhmW","Bento__Item--xxlarge-row-span-11":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-11___R0fGH","Bento__Item--xxlarge-row-span-12":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-span-12___mgPOb","Bento__Item--xxlarge-column-start-1":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-1___IjDaG","Bento__Item--xxlarge-column-start-2":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-2___yrjzP","Bento__Item--xxlarge-column-start-3":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-3___revB_","Bento__Item--xxlarge-column-start-4":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-4___nXjQh","Bento__Item--xxlarge-column-start-5":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-5___eKzaF","Bento__Item--xxlarge-column-start-6":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-6___poX4Y","Bento__Item--xxlarge-column-start-7":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-7___swX7v","Bento__Item--xxlarge-column-start-8":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-8___jRIvg","Bento__Item--xxlarge-column-start-9":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-9___B6iPN","Bento__Item--xxlarge-column-start-10":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-10___U3Q49","Bento__Item--xxlarge-column-start-11":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-11___arwBj","Bento__Item--xxlarge-column-start-12":"Primer_Brand__Bento-module__Bento__Item--xxlarge-column-start-12___AVlIn","Bento__Item--xxlarge-row-start-1":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-1___uKVBZ","Bento__Item--xxlarge-row-start-2":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-2___l1Sk8","Bento__Item--xxlarge-row-start-3":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-3___a3epC","Bento__Item--xxlarge-row-start-4":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-4___cIZFC","Bento__Item--xxlarge-row-start-5":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-5___rDSnG","Bento__Item--xxlarge-row-start-6":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-6___iFfkQ","Bento__Item--xxlarge-row-start-7":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-7___HQgB2","Bento__Item--xxlarge-row-start-8":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-8___Kk8Ll","Bento__Item--xxlarge-row-start-9":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-9___JA8it","Bento__Item--xxlarge-row-start-10":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-10____Xfo3","Bento__Item--xxlarge-row-start-11":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-11___GgPCA","Bento__Item--xxlarge-row-start-12":"Primer_Brand__Bento-module__Bento__Item--xxlarge-row-start-12___Tauza","Bento__Item--xxlarge-flow-column":"Primer_Brand__Bento-module__Bento__Item--xxlarge-flow-column___EIhFB","Bento__Item--xxlarge-flow-row":"Primer_Brand__Bento-module__Bento__Item--xxlarge-flow-row___hqL6a","Bento__Item--xxlarge-verticalAlign-start":"Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN","Bento__Item--xxlarge-verticalAlign-center":"Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-center___MfM4H","Bento__Item--xxlarge-verticalAlign-end":"Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-end___trbrg","Bento__Item--xxlarge-horizontalAlign-start":"Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-start___BPlw7","Bento__Item--xxlarge-horizontalAlign-center":"Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-center___QFMr_","Bento--xxlarge-padding-condensed":"Primer_Brand__Bento-module__Bento--xxlarge-padding-condensed___L_cr9","Bento---xxlarge-padding-normal":"Primer_Brand__Bento-module__Bento---xxlarge-padding-normal___TojyH","Bento--xxlarge-padding-spacious":"Primer_Brand__Bento-module__Bento--xxlarge-padding-spacious___C_vI2","Bento__Item--xxlarge-gap-condensed":"Primer_Brand__Bento-module__Bento__Item--xxlarge-gap-condensed___kImZb","Bento__Item--xxlarge-gap-normal":"Primer_Brand__Bento-module__Bento__Item--xxlarge-gap-normal___bsI4f","Bento__Item--xxlarge-gap-spacious":"Primer_Brand__Bento-module__Bento__Item--xxlarge-gap-spacious___tLuXL","Bento-column-padding-override":"Primer_Brand__Bento-module__Bento-column-padding-override___SxVV5","Bento-row-padding-override":"Primer_Brand__Bento-module__Bento-row-padding-override___r37Kb"},ro=(_,e,r)=>{const n=[];if("number"==typeof r||"string"==typeof r)n.push(eo[`${_}--${e}-${r}`]);else if("object"==typeof r)for(const[a,o]of Object.entries(r))n.push(eo[`${_}--${a}-${e}-${o}`]);return n},no=({children:n,leadingVisual:a,padding:o="spacious",verticalAlign:t,horizontalAlign:d="start",className:l,...m})=>{const B=[eo.Bento__Content];B.push(...ro("Bento__Item","verticalAlign",t),...ro("Bento__Item","horizontalAlign",d),...ro("Bento","padding",o));const u=(0,e.useMemo)((()=>r().Children.toArray(n)),[n]),s=u.filter((_=>r().isValidElement(_)&&_.type===ao)),c=u.find((_=>r().isValidElement(_)&&_.type===P)),g=u.find((_=>r().isValidElement(_)&&_.type===ze));return(0,_.jsxs)("div",{className:i(eo[`Bento-padding--${o}`],...B,l),...m,children:[r().isValidElement(a)&&r().cloneElement(a,{className:eo["Bento__Content-icon"],size:a.size||44}),s.map((_=>r().isValidElement(_)&&r().cloneElement(_,{className:i(!r().isValidElement(c)&&eo["Bento__heading--no-text"],"center"===d&&eo["Bento__heading--with-max-width"],_.props.className)}))),r().isValidElement(c)&&r().cloneElement(c,{variant:c.props.variant||"muted",as:c.props.as||"p",size:c.props.size||"300",className:i(eo["Bento__Content-text"],c.props.className)}),r().isValidElement(g)&&r().cloneElement(g,{variant:g.props.variant||"accent",className:i(eo["Bento__call-to-action"],g.props.className)})]})},ao=(0,e.forwardRef)((({as:n="h3",size:a="5",weight:o="medium",variant:t="default",className:d,children:l,...m},B)=>{const u=(0,e.useMemo)((()=>r().Children.toArray(l)),[l]),s=(0,e.useCallback)((()=>Q_(l,"em")?"muted":"default"),[l]),c=1===u.length?"default":s();return(0,_.jsx)(L,{ref:B,className:i("muted"===c&&eo["Bento__heading--muted"],"muted"===t&&eo["Bento__heading--muted"],d),size:a,as:n,weight:o,...m,children:l})})),oo=({horizontalAlign:e,verticalAlign:n,fillMedia:a=!0,overflow:o="hidden",position:t="50% 50%",padding:d,className:l,children:m,...B})=>{const u=[eo.Bento__Visual,e&&eo[`Bento__Visual--horizontalAlign-${e}`],n&&eo[`Bento__Visual--verticalAlign-${n}`],eo[`Bento__Visual--overflow-${o}`]];u.push(...ro("Bento","padding",d));const s=r().Children.map(m,(_=>{if(r().isValidElement(_))return"img"===_.type||_.type===l_?r().cloneElement(_,{style:{objectPosition:t}}):_}));return(0,_.jsx)("div",{className:i(...u,a&&eo["Bento__Visual--fill"],!a&&eo["Bento__Visual--no-fill"],l),...B,children:s})},io=Object.assign((({className:e,...r})=>(0,_.jsx)("section",{className:i(eo.Bento,e),...r})),{Item:({className:e,columnStart:n,columnSpan:a=12,rowStart:o,rowSpan:t=2,flow:d="row",colorMode:l,visualAsBackground:m=!1,order:B="default",bgColor:u="subtle",children:s,...c})=>{const{currentBreakpointSize:g}=Pe(),x=r().Children.toArray(s).reduce(((_,e)=>(r().isValidElement(e)&&"string"!=typeof e.type&&(e.type===oo&&_.push(e),e.type===no&&_.push(e)),_)),[]),p=x.find((_=>_?.type===no))?.props.padding||"spacious",P=[eo.Bento__Item,eo[`Bento__Item--bgColor-${u}`]];P.push(...ro("Bento__Item","column-span",a),...ro("Bento__Item","row-span",t),...ro("Bento__Item","column-start",n),...ro("Bento__Item","row-start",o),...ro("Bento__Item","flow",d),...ro("Bento__Item","gap",p)),!m&&r().Children.toArray(s).length>=1&&("column"===d&&P.push(eo["Bento-column-padding-override"]),"row"===d&&P.push(eo["Bento-row-padding-override"]));const w=l?{"data-color-mode":l}:{},h=(({order:_,children:e,currentBreakpointSize:n})=>{if("string"==typeof _)return"default"===_?e:r().Children.toArray(e).reverse();if("object"==typeof _&&n){const a={};let o="default";for(const e of Object.keys(pe)){const r=e.toLocaleLowerCase();_[r]&&(o=_[r]),a[r]=_[r]||o}return"default"===a[n]?e:r().Children.toArray(e).reverse()}return e})({order:B,children:x,currentBreakpointSize:g});return(0,_.jsx)("div",{...w,className:i(...P,(m||1===r().Children.toArray(s).length)&&eo["Bento__Item--visual-as-background"],e),...c,children:h})},Visual:oo,Content:no,Heading:ao})})(),a})()));
|