@primer/react-brand 0.26.0-rc.c22820d → 0.26.0-rc.cd96d18
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/Box/Box.d.ts +1 -1
- package/lib/css/main.css +276 -57
- 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 +1 -1
- 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 +2 -2
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -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 +1 -1
- 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 +1 -1
- 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 +3 -3
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- 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 +1 -1
- 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 +2 -2
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- 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 +1 -1
- 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 +2 -2
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- 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 +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- 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 +2 -2
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- 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/index.js +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +1 -0
- package/package.json +1 -1
package/lib/css/main.css
CHANGED
|
@@ -89,7 +89,7 @@ select {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Do not edit directly
|
|
92
|
-
* Generated on
|
|
92
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
@@ -629,7 +629,7 @@ select {
|
|
|
629
629
|
|
|
630
630
|
/**
|
|
631
631
|
* Do not edit directly
|
|
632
|
-
* Generated on
|
|
632
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
633
633
|
*/
|
|
634
634
|
|
|
635
635
|
:root {
|
|
@@ -654,7 +654,7 @@ select {
|
|
|
654
654
|
|
|
655
655
|
/**
|
|
656
656
|
* Do not edit directly
|
|
657
|
-
* Generated on
|
|
657
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
658
658
|
*/
|
|
659
659
|
|
|
660
660
|
:root {
|
|
@@ -669,7 +669,7 @@ select {
|
|
|
669
669
|
|
|
670
670
|
/**
|
|
671
671
|
* Do not edit directly
|
|
672
|
-
* Generated on
|
|
672
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
673
673
|
*/
|
|
674
674
|
|
|
675
675
|
:root {
|
|
@@ -796,7 +796,7 @@ select {
|
|
|
796
796
|
|
|
797
797
|
/**
|
|
798
798
|
* Do not edit directly
|
|
799
|
-
* Generated on
|
|
799
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
800
800
|
*/
|
|
801
801
|
|
|
802
802
|
:root {
|
|
@@ -810,7 +810,7 @@ select {
|
|
|
810
810
|
|
|
811
811
|
/**
|
|
812
812
|
* Do not edit directly
|
|
813
|
-
* Generated on
|
|
813
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
814
814
|
*/
|
|
815
815
|
|
|
816
816
|
:root {
|
|
@@ -828,7 +828,7 @@ select {
|
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
830
|
* Do not edit directly
|
|
831
|
-
* Generated on
|
|
831
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
832
832
|
*/
|
|
833
833
|
|
|
834
834
|
:root,
|
|
@@ -1181,7 +1181,7 @@ select {
|
|
|
1181
1181
|
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Do not edit directly
|
|
1184
|
-
* Generated on
|
|
1184
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
1185
1185
|
*/
|
|
1186
1186
|
|
|
1187
1187
|
:root,
|
|
@@ -1731,7 +1731,7 @@ select {
|
|
|
1731
1731
|
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Do not edit directly
|
|
1734
|
-
* Generated on
|
|
1734
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
1735
1735
|
*/
|
|
1736
1736
|
|
|
1737
1737
|
:root {
|
|
@@ -1958,7 +1958,7 @@ select {
|
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
1960
|
* Do not edit directly
|
|
1961
|
-
* Generated on
|
|
1961
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
1962
1962
|
*/
|
|
1963
1963
|
|
|
1964
1964
|
:root,
|
|
@@ -2217,7 +2217,7 @@ select {
|
|
|
2217
2217
|
|
|
2218
2218
|
/**
|
|
2219
2219
|
* Do not edit directly
|
|
2220
|
-
* Generated on
|
|
2220
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
2221
2221
|
*/
|
|
2222
2222
|
|
|
2223
2223
|
:root {
|
|
@@ -2243,7 +2243,7 @@ select {
|
|
|
2243
2243
|
|
|
2244
2244
|
/**
|
|
2245
2245
|
* Do not edit directly
|
|
2246
|
-
* Generated on
|
|
2246
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
2247
2247
|
*/
|
|
2248
2248
|
|
|
2249
2249
|
:root,
|
|
@@ -3001,7 +3001,7 @@ select {
|
|
|
3001
3001
|
|
|
3002
3002
|
/**
|
|
3003
3003
|
* Do not edit directly
|
|
3004
|
-
* Generated on
|
|
3004
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
3005
3005
|
*/
|
|
3006
3006
|
|
|
3007
3007
|
:root {
|
|
@@ -3840,7 +3840,7 @@ select {
|
|
|
3840
3840
|
|
|
3841
3841
|
/**
|
|
3842
3842
|
* Do not edit directly
|
|
3843
|
-
* Generated on
|
|
3843
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
3844
3844
|
*/
|
|
3845
3845
|
|
|
3846
3846
|
:root {
|
|
@@ -3861,17 +3861,17 @@ select {
|
|
|
3861
3861
|
|
|
3862
3862
|
/**
|
|
3863
3863
|
* Do not edit directly
|
|
3864
|
-
* Generated on
|
|
3864
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
3865
3865
|
*/
|
|
3866
3866
|
|
|
3867
3867
|
:root {
|
|
3868
3868
|
--brand-River-visual-shadow: 0px 100px 80px rgba(0, 0, 0, 0.0174624), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0235573), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0282784), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0339075), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.07);
|
|
3869
|
-
--brand-River-heading-margin: var(--base-size-
|
|
3869
|
+
--brand-River-heading-margin: var(--base-size-16);
|
|
3870
3870
|
}
|
|
3871
3871
|
|
|
3872
3872
|
/**
|
|
3873
3873
|
* Do not edit directly
|
|
3874
|
-
* Generated on
|
|
3874
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
3875
3875
|
*/
|
|
3876
3876
|
|
|
3877
3877
|
:root {
|
|
@@ -4781,7 +4781,7 @@ select {
|
|
|
4781
4781
|
|
|
4782
4782
|
/**
|
|
4783
4783
|
* Do not edit directly
|
|
4784
|
-
* Generated on
|
|
4784
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
4785
4785
|
*/
|
|
4786
4786
|
|
|
4787
4787
|
:root,
|
|
@@ -4809,7 +4809,7 @@ select {
|
|
|
4809
4809
|
|
|
4810
4810
|
/**
|
|
4811
4811
|
* Do not edit directly
|
|
4812
|
-
* Generated on
|
|
4812
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
4813
4813
|
*/
|
|
4814
4814
|
|
|
4815
4815
|
:root,
|
|
@@ -4825,7 +4825,7 @@ select {
|
|
|
4825
4825
|
|
|
4826
4826
|
/**
|
|
4827
4827
|
* Do not edit directly
|
|
4828
|
-
* Generated on
|
|
4828
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
4829
4829
|
*/
|
|
4830
4830
|
|
|
4831
4831
|
:root {
|
|
@@ -4965,7 +4965,7 @@ select {
|
|
|
4965
4965
|
|
|
4966
4966
|
/**
|
|
4967
4967
|
* Do not edit directly
|
|
4968
|
-
* Generated on
|
|
4968
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
4969
4969
|
*/
|
|
4970
4970
|
|
|
4971
4971
|
:root,
|
|
@@ -4981,7 +4981,7 @@ select {
|
|
|
4981
4981
|
|
|
4982
4982
|
/**
|
|
4983
4983
|
* Do not edit directly
|
|
4984
|
-
* Generated on
|
|
4984
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
4985
4985
|
*/
|
|
4986
4986
|
|
|
4987
4987
|
:root,
|
|
@@ -5192,7 +5192,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5192
5192
|
|
|
5193
5193
|
/**
|
|
5194
5194
|
* Do not edit directly
|
|
5195
|
-
* Generated on
|
|
5195
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
5196
5196
|
*/
|
|
5197
5197
|
|
|
5198
5198
|
:root {
|
|
@@ -5201,27 +5201,25 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5201
5201
|
|
|
5202
5202
|
/**
|
|
5203
5203
|
* Do not edit directly
|
|
5204
|
-
* Generated on
|
|
5204
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
5205
5205
|
*/
|
|
5206
5206
|
|
|
5207
5207
|
:root,
|
|
5208
5208
|
[data-color-mode="light"] {
|
|
5209
5209
|
--brand-FAQ-color-heading: var(--brand-color-text-default);
|
|
5210
|
-
--brand-FAQ-color-
|
|
5211
|
-
--brand-FAQ-color-
|
|
5212
|
-
--brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-0);
|
|
5210
|
+
--brand-FAQ-color-tabLabel-selected: var(--brand-color-text-default);
|
|
5211
|
+
--brand-FAQ-color-tabBg-selected: var(--base-color-scale-gray-1);
|
|
5213
5212
|
}
|
|
5214
5213
|
|
|
5215
5214
|
[data-color-mode="dark"] {
|
|
5216
5215
|
--brand-FAQ-color-heading: var(--brand-color-text-default);
|
|
5217
|
-
--brand-FAQ-color-
|
|
5218
|
-
--brand-FAQ-color-
|
|
5219
|
-
--brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-9);
|
|
5216
|
+
--brand-FAQ-color-tabLabel-selected: var(--brand-color-text-default);
|
|
5217
|
+
--brand-FAQ-color-tabBg-selected: var(--base-color-scale-gray-7);
|
|
5220
5218
|
}
|
|
5221
5219
|
|
|
5222
5220
|
/**
|
|
5223
5221
|
* Do not edit directly
|
|
5224
|
-
* Generated on
|
|
5222
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
5225
5223
|
*/
|
|
5226
5224
|
|
|
5227
5225
|
:root {
|
|
@@ -5300,10 +5298,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5300
5298
|
}
|
|
5301
5299
|
}
|
|
5302
5300
|
|
|
5303
|
-
.Primer_Brand__FAQGroup-module__FAQ__subheading___nYa68 {
|
|
5304
|
-
margin-bottom: var(--base-size-16);
|
|
5305
|
-
}
|
|
5306
|
-
|
|
5307
5301
|
.Primer_Brand__FAQGroup-module__FAQGroup__panel-subHeading___F0U3h {
|
|
5308
5302
|
margin-top: calc(var(--base-size-8) + 1px);
|
|
5309
5303
|
}
|
|
@@ -5314,7 +5308,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5314
5308
|
|
|
5315
5309
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
|
|
5316
5310
|
justify-content: start;
|
|
5317
|
-
border: var(--brand-borderWidth-thin) solid transparent;
|
|
5318
5311
|
}
|
|
5319
5312
|
|
|
5320
5313
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
|
|
@@ -5325,7 +5318,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5325
5318
|
|
|
5326
5319
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC[aria-selected='true'] {
|
|
5327
5320
|
background-color: var(--brand-FAQ-color-tabBg-selected);
|
|
5328
|
-
border-color: var(--brand-FAQ-color-tabBorder-selected);
|
|
5329
5321
|
}
|
|
5330
5322
|
|
|
5331
5323
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC span {
|
|
@@ -5344,7 +5336,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5344
5336
|
|
|
5345
5337
|
/**
|
|
5346
5338
|
* Do not edit directly
|
|
5347
|
-
* Generated on
|
|
5339
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
5348
5340
|
*/
|
|
5349
5341
|
|
|
5350
5342
|
:root,
|
|
@@ -6233,7 +6225,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6233
6225
|
}
|
|
6234
6226
|
|
|
6235
6227
|
.Primer_Brand__FormControl-module__FormControl--border___CRSaq {
|
|
6236
|
-
border: 1px solid var(--brand-color-border-default);
|
|
6228
|
+
border: 1px solid var(--brand-control-color-border-default);
|
|
6237
6229
|
border-radius: var(--brand-control-border-radius);
|
|
6238
6230
|
padding: var(--base-size-12);
|
|
6239
6231
|
}
|
|
@@ -6445,7 +6437,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6445
6437
|
|
|
6446
6438
|
/**
|
|
6447
6439
|
* Do not edit directly
|
|
6448
|
-
* Generated on
|
|
6440
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
6449
6441
|
*/
|
|
6450
6442
|
|
|
6451
6443
|
:root {
|
|
@@ -6459,7 +6451,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6459
6451
|
|
|
6460
6452
|
/**
|
|
6461
6453
|
* Do not edit directly
|
|
6462
|
-
* Generated on
|
|
6454
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
6463
6455
|
*/
|
|
6464
6456
|
|
|
6465
6457
|
:root {
|
|
@@ -6665,7 +6657,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6665
6657
|
|
|
6666
6658
|
/**
|
|
6667
6659
|
* Do not edit directly
|
|
6668
|
-
* Generated on
|
|
6660
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
6669
6661
|
*/
|
|
6670
6662
|
|
|
6671
6663
|
:root,
|
|
@@ -6681,7 +6673,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6681
6673
|
|
|
6682
6674
|
/**
|
|
6683
6675
|
* Do not edit directly
|
|
6684
|
-
* Generated on
|
|
6676
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
6685
6677
|
*/
|
|
6686
6678
|
|
|
6687
6679
|
:root {
|
|
@@ -6999,7 +6991,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6999
6991
|
|
|
7000
6992
|
/**
|
|
7001
6993
|
* Do not edit directly
|
|
7002
|
-
* Generated on
|
|
6994
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
7003
6995
|
*/
|
|
7004
6996
|
|
|
7005
6997
|
:root,
|
|
@@ -7403,7 +7395,7 @@ html {
|
|
|
7403
7395
|
|
|
7404
7396
|
/**
|
|
7405
7397
|
* Do not edit directly
|
|
7406
|
-
* Generated on
|
|
7398
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
7407
7399
|
*/
|
|
7408
7400
|
|
|
7409
7401
|
:root,
|
|
@@ -7581,7 +7573,7 @@ html {
|
|
|
7581
7573
|
|
|
7582
7574
|
/**
|
|
7583
7575
|
* Do not edit directly
|
|
7584
|
-
* Generated on
|
|
7576
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
7585
7577
|
*/
|
|
7586
7578
|
|
|
7587
7579
|
:root,
|
|
@@ -7707,7 +7699,7 @@ html {
|
|
|
7707
7699
|
|
|
7708
7700
|
/**
|
|
7709
7701
|
* Do not edit directly
|
|
7710
|
-
* Generated on
|
|
7702
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
7711
7703
|
*/
|
|
7712
7704
|
|
|
7713
7705
|
:root,
|
|
@@ -7837,7 +7829,7 @@ html {
|
|
|
7837
7829
|
|
|
7838
7830
|
/**
|
|
7839
7831
|
* Do not edit directly
|
|
7840
|
-
* Generated on
|
|
7832
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
7841
7833
|
*/
|
|
7842
7834
|
|
|
7843
7835
|
:root {
|
|
@@ -7849,7 +7841,7 @@ html {
|
|
|
7849
7841
|
|
|
7850
7842
|
/**
|
|
7851
7843
|
* Do not edit directly
|
|
7852
|
-
* Generated on
|
|
7844
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
7853
7845
|
*/
|
|
7854
7846
|
|
|
7855
7847
|
:root,
|
|
@@ -8223,7 +8215,7 @@ html {
|
|
|
8223
8215
|
|
|
8224
8216
|
/**
|
|
8225
8217
|
* Do not edit directly
|
|
8226
|
-
* Generated on
|
|
8218
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
8227
8219
|
*/
|
|
8228
8220
|
|
|
8229
8221
|
:root,
|
|
@@ -8615,7 +8607,7 @@ html {
|
|
|
8615
8607
|
|
|
8616
8608
|
/**
|
|
8617
8609
|
* Do not edit directly
|
|
8618
|
-
* Generated on
|
|
8610
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
8619
8611
|
*/
|
|
8620
8612
|
|
|
8621
8613
|
:root {
|
|
@@ -8658,6 +8650,11 @@ html {
|
|
|
8658
8650
|
.Primer_Brand__Box-module__Box-padding--spacious___IDH0L {
|
|
8659
8651
|
padding: var(--brand-box-spacing-spacious);
|
|
8660
8652
|
}
|
|
8653
|
+
|
|
8654
|
+
.Primer_Brand__Box-module__Box-padding--none___SiKZE {
|
|
8655
|
+
padding: 0;
|
|
8656
|
+
}
|
|
8657
|
+
|
|
8661
8658
|
.Primer_Brand__Box-module__Box-padding--4___P8ym4 {
|
|
8662
8659
|
padding: var(--base-size-4);
|
|
8663
8660
|
}
|
|
@@ -8718,6 +8715,11 @@ html {
|
|
|
8718
8715
|
.Primer_Brand__Box-module__Box-narrow-padding--spacious___JblB1 {
|
|
8719
8716
|
padding: var(--brand-box-spacing-spacious);
|
|
8720
8717
|
}
|
|
8718
|
+
|
|
8719
|
+
.Primer_Brand__Box-module__Box-narrow-padding--none___Ee52O {
|
|
8720
|
+
padding: 0;
|
|
8721
|
+
}
|
|
8722
|
+
|
|
8721
8723
|
.Primer_Brand__Box-module__Box-narrow-padding--4___gcJCt {
|
|
8722
8724
|
padding: var(--base-size-4);
|
|
8723
8725
|
}
|
|
@@ -8774,6 +8776,10 @@ html {
|
|
|
8774
8776
|
.Primer_Brand__Box-module__Box-regular-padding--spacious___eg7WK {
|
|
8775
8777
|
padding: var(--brand-box-spacing-spacious);
|
|
8776
8778
|
}
|
|
8779
|
+
|
|
8780
|
+
.Primer_Brand__Box-module__Box-regular-padding--none___RqmqL {
|
|
8781
|
+
padding: 0;
|
|
8782
|
+
}
|
|
8777
8783
|
.Primer_Brand__Box-module__Box-regular-padding--4___Hrlt7 {
|
|
8778
8784
|
padding: var(--base-size-4);
|
|
8779
8785
|
}
|
|
@@ -8837,6 +8843,10 @@ html {
|
|
|
8837
8843
|
.Primer_Brand__Box-module__Box-wide-padding--spacious___PGhNc {
|
|
8838
8844
|
padding: var(--brand-box-spacing-spacious);
|
|
8839
8845
|
}
|
|
8846
|
+
|
|
8847
|
+
.Primer_Brand__Box-module__Box-wide-padding--none___qcMjk {
|
|
8848
|
+
padding: 0;
|
|
8849
|
+
}
|
|
8840
8850
|
.Primer_Brand__Box-module__Box-wide-padding--4___aySqW {
|
|
8841
8851
|
padding: var(--base-size-4);
|
|
8842
8852
|
}
|
|
@@ -8902,6 +8912,10 @@ html {
|
|
|
8902
8912
|
.Primer_Brand__Box-module__Box-paddingBlockStart--spacious___ViXP1 {
|
|
8903
8913
|
padding-top: var(--brand-box-spacing-spacious);
|
|
8904
8914
|
}
|
|
8915
|
+
|
|
8916
|
+
.Primer_Brand__Box-module__Box-paddingBlockStart--none___OMRh1 {
|
|
8917
|
+
padding-top: 0;
|
|
8918
|
+
}
|
|
8905
8919
|
.Primer_Brand__Box-module__Box-paddingBlockStart--4___dVFMa {
|
|
8906
8920
|
padding-top: var(--base-size-4);
|
|
8907
8921
|
}
|
|
@@ -8963,6 +8977,11 @@ html {
|
|
|
8963
8977
|
.Primer_Brand__Box-module__Box-narrow-paddingBlockStart--spacious___YGOfc {
|
|
8964
8978
|
padding-top: var(--brand-box-spacing-spacious);
|
|
8965
8979
|
}
|
|
8980
|
+
|
|
8981
|
+
.Primer_Brand__Box-module__Box-narrow-paddingBlockStart--none___rBPCn {
|
|
8982
|
+
padding-top: 0;
|
|
8983
|
+
}
|
|
8984
|
+
|
|
8966
8985
|
.Primer_Brand__Box-module__Box-narrow-paddingBlockStart--4___pKCVF {
|
|
8967
8986
|
padding-top: var(--base-size-4);
|
|
8968
8987
|
}
|
|
@@ -9025,6 +9044,10 @@ html {
|
|
|
9025
9044
|
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--spacious___ANm3m {
|
|
9026
9045
|
padding-top: var(--brand-box-spacing-spacious);
|
|
9027
9046
|
}
|
|
9047
|
+
|
|
9048
|
+
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--none___gWbHQ {
|
|
9049
|
+
padding-top: 0;
|
|
9050
|
+
}
|
|
9028
9051
|
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--4___hDJd4 {
|
|
9029
9052
|
padding-top: var(--base-size-4);
|
|
9030
9053
|
}
|
|
@@ -9088,6 +9111,10 @@ html {
|
|
|
9088
9111
|
.Primer_Brand__Box-module__Box-wide-paddingBlockStart--spacious___krfm9 {
|
|
9089
9112
|
padding-top: var(--brand-box-spacing-spacious);
|
|
9090
9113
|
}
|
|
9114
|
+
|
|
9115
|
+
.Primer_Brand__Box-module__Box-wide-paddingBlockStart--none___Y9qJB {
|
|
9116
|
+
padding-top: 0;
|
|
9117
|
+
}
|
|
9091
9118
|
.Primer_Brand__Box-module__Box-wide-paddingBlockStart--4___Zryv_ {
|
|
9092
9119
|
padding-top: var(--base-size-4);
|
|
9093
9120
|
}
|
|
@@ -9162,6 +9189,14 @@ html {
|
|
|
9162
9189
|
[dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineEnd--spacious___QRkuj {
|
|
9163
9190
|
padding-left: var(--brand-box-spacing-spacious);
|
|
9164
9191
|
}
|
|
9192
|
+
|
|
9193
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineEnd--none___zgwVT {
|
|
9194
|
+
padding-right: 0;
|
|
9195
|
+
}
|
|
9196
|
+
|
|
9197
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineEnd--none___zgwVT {
|
|
9198
|
+
padding-left: 0;
|
|
9199
|
+
}
|
|
9165
9200
|
[dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineEnd--4___QYTSr {
|
|
9166
9201
|
padding-right: var(--base-size-4);
|
|
9167
9202
|
}
|
|
@@ -9284,6 +9319,14 @@ html {
|
|
|
9284
9319
|
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--spacious___XYmJk {
|
|
9285
9320
|
padding-left: var(--brand-box-spacing-spacious);
|
|
9286
9321
|
}
|
|
9322
|
+
|
|
9323
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--none____Uy0e {
|
|
9324
|
+
padding-right: 0;
|
|
9325
|
+
}
|
|
9326
|
+
|
|
9327
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--none____Uy0e {
|
|
9328
|
+
padding-left: 0;
|
|
9329
|
+
}
|
|
9287
9330
|
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--4___LCky2 {
|
|
9288
9331
|
padding-right: var(--base-size-4);
|
|
9289
9332
|
}
|
|
@@ -9394,6 +9437,14 @@ html {
|
|
|
9394
9437
|
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--spacious___Yg_oy {
|
|
9395
9438
|
padding-left: var(--brand-box-spacing-spacious);
|
|
9396
9439
|
}
|
|
9440
|
+
|
|
9441
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--none___d07JU {
|
|
9442
|
+
padding-right: 0;
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9445
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--none___d07JU {
|
|
9446
|
+
padding-left: 0;
|
|
9447
|
+
}
|
|
9397
9448
|
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--4____Mu6j {
|
|
9398
9449
|
padding-right: var(--base-size-4);
|
|
9399
9450
|
}
|
|
@@ -9517,6 +9568,14 @@ html {
|
|
|
9517
9568
|
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--spacious___l9ArL {
|
|
9518
9569
|
padding-left: var(--brand-box-spacing-spacious);
|
|
9519
9570
|
}
|
|
9571
|
+
|
|
9572
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--none___l9mTk {
|
|
9573
|
+
padding-right: 0;
|
|
9574
|
+
}
|
|
9575
|
+
|
|
9576
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--none___l9mTk {
|
|
9577
|
+
padding-left: 0;
|
|
9578
|
+
}
|
|
9520
9579
|
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--4___Po8UR {
|
|
9521
9580
|
padding-right: var(--base-size-4);
|
|
9522
9581
|
}
|
|
@@ -9632,6 +9691,10 @@ html {
|
|
|
9632
9691
|
.Primer_Brand__Box-module__Box-paddingBlockEnd--spacious___LGfk7 {
|
|
9633
9692
|
padding-bottom: var(--brand-box-spacing-spacious);
|
|
9634
9693
|
}
|
|
9694
|
+
|
|
9695
|
+
.Primer_Brand__Box-module__Box-paddingBlockEnd--none____vlh7 {
|
|
9696
|
+
padding-bottom: 0;
|
|
9697
|
+
}
|
|
9635
9698
|
.Primer_Brand__Box-module__Box-paddingBlockEnd--4____i2UO {
|
|
9636
9699
|
padding-bottom: var(--base-size-4);
|
|
9637
9700
|
}
|
|
@@ -9693,6 +9756,10 @@ html {
|
|
|
9693
9756
|
.Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--spacious____jivs {
|
|
9694
9757
|
padding-bottom: var(--brand-box-spacing-spacious);
|
|
9695
9758
|
}
|
|
9759
|
+
|
|
9760
|
+
.Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--none___xwpBe {
|
|
9761
|
+
padding-bottom: 0;
|
|
9762
|
+
}
|
|
9696
9763
|
.Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--4___g4hDY {
|
|
9697
9764
|
padding-bottom: var(--base-size-4);
|
|
9698
9765
|
}
|
|
@@ -9755,6 +9822,10 @@ html {
|
|
|
9755
9822
|
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--spacious___Qbwlq {
|
|
9756
9823
|
padding-bottom: var(--brand-box-spacing-spacious);
|
|
9757
9824
|
}
|
|
9825
|
+
|
|
9826
|
+
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--none___D1NkR {
|
|
9827
|
+
padding-bottom: 0;
|
|
9828
|
+
}
|
|
9758
9829
|
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--4___TL1oP {
|
|
9759
9830
|
padding-bottom: var(--base-size-4);
|
|
9760
9831
|
}
|
|
@@ -9818,6 +9889,10 @@ html {
|
|
|
9818
9889
|
.Primer_Brand__Box-module__Box-wide-paddingBlockEnd--spacious___zbi5h {
|
|
9819
9890
|
padding-bottom: var(--brand-box-spacing-spacious);
|
|
9820
9891
|
}
|
|
9892
|
+
|
|
9893
|
+
.Primer_Brand__Box-module__Box-wide-paddingBlockEnd--none___rVFoE {
|
|
9894
|
+
padding-bottom: 0;
|
|
9895
|
+
}
|
|
9821
9896
|
.Primer_Brand__Box-module__Box-wide-paddingBlockEnd--4___YjBbR {
|
|
9822
9897
|
padding-bottom: var(--base-size-4);
|
|
9823
9898
|
}
|
|
@@ -9892,6 +9967,14 @@ html {
|
|
|
9892
9967
|
[dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineStart--spacious___rk6ci {
|
|
9893
9968
|
padding-right: var(--brand-box-spacing-spacious);
|
|
9894
9969
|
}
|
|
9970
|
+
|
|
9971
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineStart--none___zXxYO {
|
|
9972
|
+
padding-left: 0;
|
|
9973
|
+
}
|
|
9974
|
+
|
|
9975
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineStart--none___zXxYO {
|
|
9976
|
+
padding-right: 0;
|
|
9977
|
+
}
|
|
9895
9978
|
[dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineStart--4___XP6SF {
|
|
9896
9979
|
padding-left: var(--base-size-4);
|
|
9897
9980
|
}
|
|
@@ -10014,6 +10097,14 @@ html {
|
|
|
10014
10097
|
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--spacious___O1i9G {
|
|
10015
10098
|
padding-right: var(--brand-box-spacing-spacious);
|
|
10016
10099
|
}
|
|
10100
|
+
|
|
10101
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--none___pGKmW {
|
|
10102
|
+
padding-left: 0;
|
|
10103
|
+
}
|
|
10104
|
+
|
|
10105
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--none___pGKmW {
|
|
10106
|
+
padding-right: 0;
|
|
10107
|
+
}
|
|
10017
10108
|
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--4___pS_Gh {
|
|
10018
10109
|
padding-left: var(--base-size-4);
|
|
10019
10110
|
}
|
|
@@ -10136,6 +10227,14 @@ html {
|
|
|
10136
10227
|
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--spacious___Y3FYm {
|
|
10137
10228
|
padding-right: var(--brand-box-spacing-spacious);
|
|
10138
10229
|
}
|
|
10230
|
+
|
|
10231
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--none___rA7QC {
|
|
10232
|
+
padding-left: 0;
|
|
10233
|
+
}
|
|
10234
|
+
|
|
10235
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--none___rA7QC {
|
|
10236
|
+
padding-right: 0;
|
|
10237
|
+
}
|
|
10139
10238
|
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--4___ffJtu {
|
|
10140
10239
|
padding-left: var(--base-size-4);
|
|
10141
10240
|
}
|
|
@@ -10259,6 +10358,14 @@ html {
|
|
|
10259
10358
|
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--spacious___Sqsw2 {
|
|
10260
10359
|
padding-right: var(--brand-box-spacing-spacious);
|
|
10261
10360
|
}
|
|
10361
|
+
|
|
10362
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--none___Nv0wp {
|
|
10363
|
+
padding-left: 0;
|
|
10364
|
+
}
|
|
10365
|
+
|
|
10366
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--none___Nv0wp {
|
|
10367
|
+
padding-right: 0;
|
|
10368
|
+
}
|
|
10262
10369
|
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--4___nVn_B {
|
|
10263
10370
|
padding-left: var(--base-size-4);
|
|
10264
10371
|
}
|
|
@@ -10375,6 +10482,10 @@ html {
|
|
|
10375
10482
|
.Primer_Brand__Box-module__Box-margin--spacious___j0gGh {
|
|
10376
10483
|
margin: var(--brand-box-spacing-spacious);
|
|
10377
10484
|
}
|
|
10485
|
+
|
|
10486
|
+
.Primer_Brand__Box-module__Box-margin--none___x7HE0 {
|
|
10487
|
+
margin: 0;
|
|
10488
|
+
}
|
|
10378
10489
|
.Primer_Brand__Box-module__Box-margin--4___SAGHe {
|
|
10379
10490
|
margin: var(--base-size-4);
|
|
10380
10491
|
}
|
|
@@ -10435,6 +10546,10 @@ html {
|
|
|
10435
10546
|
.Primer_Brand__Box-module__Box-narrow-margin--spacious___g6g0f {
|
|
10436
10547
|
margin: var(--brand-box-spacing-spacious);
|
|
10437
10548
|
}
|
|
10549
|
+
|
|
10550
|
+
.Primer_Brand__Box-module__Box-narrow-margin--none___POgbx {
|
|
10551
|
+
margin: 0;
|
|
10552
|
+
}
|
|
10438
10553
|
.Primer_Brand__Box-module__Box-narrow-margin--4___Q2uQ_ {
|
|
10439
10554
|
margin: var(--base-size-4);
|
|
10440
10555
|
}
|
|
@@ -10497,6 +10612,10 @@ html {
|
|
|
10497
10612
|
.Primer_Brand__Box-module__Box-regular-margin--spacious___mG0NN {
|
|
10498
10613
|
margin: var(--brand-box-spacing-spacious);
|
|
10499
10614
|
}
|
|
10615
|
+
|
|
10616
|
+
.Primer_Brand__Box-module__Box-regular-margin--none____xN9L {
|
|
10617
|
+
margin: 0;
|
|
10618
|
+
}
|
|
10500
10619
|
.Primer_Brand__Box-module__Box-regular-margin--4___J8A2t {
|
|
10501
10620
|
margin: var(--base-size-4);
|
|
10502
10621
|
}
|
|
@@ -10560,6 +10679,10 @@ html {
|
|
|
10560
10679
|
.Primer_Brand__Box-module__Box-wide-margin--spacious___Fmgze {
|
|
10561
10680
|
margin: var(--brand-box-spacing-spacious);
|
|
10562
10681
|
}
|
|
10682
|
+
|
|
10683
|
+
.Primer_Brand__Box-module__Box-wide-margin--none___RuZOH {
|
|
10684
|
+
margin: 0;
|
|
10685
|
+
}
|
|
10563
10686
|
.Primer_Brand__Box-module__Box-wide-margin--4___dGG0a {
|
|
10564
10687
|
margin: var(--base-size-4);
|
|
10565
10688
|
}
|
|
@@ -10622,6 +10745,10 @@ html {
|
|
|
10622
10745
|
.Primer_Brand__Box-module__Box-marginBlockStart--spacious___EOasI {
|
|
10623
10746
|
margin-top: var(--brand-box-spacing-spacious);
|
|
10624
10747
|
}
|
|
10748
|
+
|
|
10749
|
+
.Primer_Brand__Box-module__Box-marginBlockStart--none___iS0_r {
|
|
10750
|
+
margin-top: 0;
|
|
10751
|
+
}
|
|
10625
10752
|
.Primer_Brand__Box-module__Box-marginBlockStart--4___ZxS80 {
|
|
10626
10753
|
margin-top: var(--base-size-4);
|
|
10627
10754
|
}
|
|
@@ -10683,6 +10810,10 @@ html {
|
|
|
10683
10810
|
.Primer_Brand__Box-module__Box-narrow-marginBlockStart--spacious___O2UPE {
|
|
10684
10811
|
margin-top: var(--brand-box-spacing-spacious);
|
|
10685
10812
|
}
|
|
10813
|
+
|
|
10814
|
+
.Primer_Brand__Box-module__Box-narrow-marginBlockStart--none___vMaok {
|
|
10815
|
+
margin-top: 0;
|
|
10816
|
+
}
|
|
10686
10817
|
.Primer_Brand__Box-module__Box-narrow-marginBlockStart--4___t9ZC4 {
|
|
10687
10818
|
margin-top: var(--base-size-4);
|
|
10688
10819
|
}
|
|
@@ -10745,6 +10876,10 @@ html {
|
|
|
10745
10876
|
.Primer_Brand__Box-module__Box-regular-marginBlockStart--spacious___fq56Y {
|
|
10746
10877
|
margin-top: var(--brand-box-spacing-spacious);
|
|
10747
10878
|
}
|
|
10879
|
+
|
|
10880
|
+
.Primer_Brand__Box-module__Box-regular-marginBlockStart--none___KYSzT {
|
|
10881
|
+
margin-top: 0;
|
|
10882
|
+
}
|
|
10748
10883
|
.Primer_Brand__Box-module__Box-regular-marginBlockStart--4___Uv8gl {
|
|
10749
10884
|
margin-top: var(--base-size-4);
|
|
10750
10885
|
}
|
|
@@ -10808,6 +10943,10 @@ html {
|
|
|
10808
10943
|
.Primer_Brand__Box-module__Box-wide-marginBlockStart--spacious___gD8F4 {
|
|
10809
10944
|
margin-top: var(--brand-box-spacing-spacious);
|
|
10810
10945
|
}
|
|
10946
|
+
|
|
10947
|
+
.Primer_Brand__Box-module__Box-wide-marginBlockStart--none___o5UYw {
|
|
10948
|
+
margin-top: 0;
|
|
10949
|
+
}
|
|
10811
10950
|
.Primer_Brand__Box-module__Box-wide-marginBlockStart--4___k48Xj {
|
|
10812
10951
|
margin-top: var(--base-size-4);
|
|
10813
10952
|
}
|
|
@@ -10882,6 +11021,14 @@ html {
|
|
|
10882
11021
|
[dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineEnd--spacious___rqfRo {
|
|
10883
11022
|
margin-left: var(--brand-box-spacing-spacious);
|
|
10884
11023
|
}
|
|
11024
|
+
|
|
11025
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineEnd--none___cJZUG {
|
|
11026
|
+
margin-right: 0;
|
|
11027
|
+
}
|
|
11028
|
+
|
|
11029
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineEnd--none___cJZUG {
|
|
11030
|
+
margin-left: 0;
|
|
11031
|
+
}
|
|
10885
11032
|
[dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineEnd--4___CmFW9 {
|
|
10886
11033
|
margin-right: var(--base-size-4);
|
|
10887
11034
|
}
|
|
@@ -11004,6 +11151,14 @@ html {
|
|
|
11004
11151
|
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--spacious___ESjqc {
|
|
11005
11152
|
margin-left: var(--brand-box-spacing-spacious);
|
|
11006
11153
|
}
|
|
11154
|
+
|
|
11155
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--none___LYYdL {
|
|
11156
|
+
margin-right: 0;
|
|
11157
|
+
}
|
|
11158
|
+
|
|
11159
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--none___LYYdL {
|
|
11160
|
+
margin-left: 0;
|
|
11161
|
+
}
|
|
11007
11162
|
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--4___j15Se {
|
|
11008
11163
|
margin-right: var(--base-size-4);
|
|
11009
11164
|
}
|
|
@@ -11114,6 +11269,14 @@ html {
|
|
|
11114
11269
|
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--spacious___sjnml {
|
|
11115
11270
|
margin-left: var(--brand-box-spacing-spacious);
|
|
11116
11271
|
}
|
|
11272
|
+
|
|
11273
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--none___W0mRJ {
|
|
11274
|
+
margin-right: 0;
|
|
11275
|
+
}
|
|
11276
|
+
|
|
11277
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--none___W0mRJ {
|
|
11278
|
+
margin-left: 0;
|
|
11279
|
+
}
|
|
11117
11280
|
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--4___dn_Re {
|
|
11118
11281
|
margin-right: var(--base-size-4);
|
|
11119
11282
|
}
|
|
@@ -11225,6 +11388,14 @@ html {
|
|
|
11225
11388
|
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--spacious___X8NXv {
|
|
11226
11389
|
margin-left: var(--brand-box-spacing-spacious);
|
|
11227
11390
|
}
|
|
11391
|
+
|
|
11392
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--none___JwlqX {
|
|
11393
|
+
margin-right: 0;
|
|
11394
|
+
}
|
|
11395
|
+
|
|
11396
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--none___JwlqX {
|
|
11397
|
+
margin-left: 0;
|
|
11398
|
+
}
|
|
11228
11399
|
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--4___sWBPo {
|
|
11229
11400
|
margin-right: var(--base-size-4);
|
|
11230
11401
|
}
|
|
@@ -11328,6 +11499,10 @@ html {
|
|
|
11328
11499
|
.Primer_Brand__Box-module__Box-marginBlockEnd--spacious___Jjk8D {
|
|
11329
11500
|
margin-bottom: var(--brand-box-spacing-spacious);
|
|
11330
11501
|
}
|
|
11502
|
+
|
|
11503
|
+
.Primer_Brand__Box-module__Box-marginBlockEnd--none___q_Aov {
|
|
11504
|
+
margin-bottom: 0;
|
|
11505
|
+
}
|
|
11331
11506
|
.Primer_Brand__Box-module__Box-marginBlockEnd--4___uZDEK {
|
|
11332
11507
|
margin-bottom: var(--base-size-4);
|
|
11333
11508
|
}
|
|
@@ -11389,6 +11564,10 @@ html {
|
|
|
11389
11564
|
.Primer_Brand__Box-module__Box-narrow-marginBlockEnd--spacious___LV3s_ {
|
|
11390
11565
|
margin-bottom: var(--brand-box-spacing-spacious);
|
|
11391
11566
|
}
|
|
11567
|
+
|
|
11568
|
+
.Primer_Brand__Box-module__Box-narrow-marginBlockEnd--none___CBZnh {
|
|
11569
|
+
margin-bottom: 0;
|
|
11570
|
+
}
|
|
11392
11571
|
.Primer_Brand__Box-module__Box-narrow-marginBlockEnd--4___CtSfn {
|
|
11393
11572
|
margin-bottom: var(--base-size-4);
|
|
11394
11573
|
}
|
|
@@ -11445,6 +11624,10 @@ html {
|
|
|
11445
11624
|
.Primer_Brand__Box-module__Box-regular-marginBlockEnd--spacious___l348T {
|
|
11446
11625
|
margin-bottom: var(--brand-box-spacing-spacious);
|
|
11447
11626
|
}
|
|
11627
|
+
|
|
11628
|
+
.Primer_Brand__Box-module__Box-regular-marginBlockEnd--none___KZ8GC {
|
|
11629
|
+
margin-bottom: 0;
|
|
11630
|
+
}
|
|
11448
11631
|
.Primer_Brand__Box-module__Box-regular-marginBlockEnd--4___xY73v {
|
|
11449
11632
|
margin-bottom: var(--base-size-4);
|
|
11450
11633
|
}
|
|
@@ -11508,6 +11691,10 @@ html {
|
|
|
11508
11691
|
.Primer_Brand__Box-module__Box-wide-marginBlockEnd--spacious___fC5ai {
|
|
11509
11692
|
margin-bottom: var(--brand-box-spacing-spacious);
|
|
11510
11693
|
}
|
|
11694
|
+
|
|
11695
|
+
.Primer_Brand__Box-module__Box-wide-marginBlockEnd--none___k2UfA {
|
|
11696
|
+
margin-bottom: 0;
|
|
11697
|
+
}
|
|
11511
11698
|
.Primer_Brand__Box-module__Box-wide-marginBlockEnd--4___qjlqV {
|
|
11512
11699
|
margin-bottom: var(--base-size-4);
|
|
11513
11700
|
}
|
|
@@ -11582,6 +11769,14 @@ html {
|
|
|
11582
11769
|
[dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineStart--spacious___ZtXj1 {
|
|
11583
11770
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11584
11771
|
}
|
|
11772
|
+
|
|
11773
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineStart--none___fdOWF {
|
|
11774
|
+
margin-left: 0;
|
|
11775
|
+
}
|
|
11776
|
+
|
|
11777
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineStart--none___fdOWF {
|
|
11778
|
+
margin-right: 0;
|
|
11779
|
+
}
|
|
11585
11780
|
[dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineStart--4___Wn1Ko {
|
|
11586
11781
|
margin-left: var(--base-size-4);
|
|
11587
11782
|
}
|
|
@@ -11704,6 +11899,14 @@ html {
|
|
|
11704
11899
|
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___D_nVs {
|
|
11705
11900
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11706
11901
|
}
|
|
11902
|
+
|
|
11903
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--none___pHChO {
|
|
11904
|
+
margin-left: 0;
|
|
11905
|
+
}
|
|
11906
|
+
|
|
11907
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--none___pHChO {
|
|
11908
|
+
margin-right: 0;
|
|
11909
|
+
}
|
|
11707
11910
|
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___zqjtT {
|
|
11708
11911
|
margin-left: var(--base-size-4);
|
|
11709
11912
|
}
|
|
@@ -11826,6 +12029,14 @@ html {
|
|
|
11826
12029
|
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___T94RJ {
|
|
11827
12030
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11828
12031
|
}
|
|
12032
|
+
|
|
12033
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--none___dMyhc {
|
|
12034
|
+
margin-left: 0;
|
|
12035
|
+
}
|
|
12036
|
+
|
|
12037
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--none___dMyhc {
|
|
12038
|
+
margin-right: 0;
|
|
12039
|
+
}
|
|
11829
12040
|
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--4____RoBu {
|
|
11830
12041
|
margin-left: var(--base-size-4);
|
|
11831
12042
|
}
|
|
@@ -11949,6 +12160,14 @@ html {
|
|
|
11949
12160
|
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___ttmF3 {
|
|
11950
12161
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11951
12162
|
}
|
|
12163
|
+
|
|
12164
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--none___Ygvgs {
|
|
12165
|
+
margin-left: 0;
|
|
12166
|
+
}
|
|
12167
|
+
|
|
12168
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--none___Ygvgs {
|
|
12169
|
+
margin-right: 0;
|
|
12170
|
+
}
|
|
11952
12171
|
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--4___k170X {
|
|
11953
12172
|
margin-left: var(--base-size-4);
|
|
11954
12173
|
}
|
|
@@ -12557,7 +12776,7 @@ html {
|
|
|
12557
12776
|
|
|
12558
12777
|
/**
|
|
12559
12778
|
* Do not edit directly
|
|
12560
|
-
* Generated on
|
|
12779
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
12561
12780
|
*/
|
|
12562
12781
|
|
|
12563
12782
|
:root {
|
|
@@ -12575,7 +12794,7 @@ html {
|
|
|
12575
12794
|
|
|
12576
12795
|
/**
|
|
12577
12796
|
* Do not edit directly
|
|
12578
|
-
* Generated on
|
|
12797
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
12579
12798
|
*/
|
|
12580
12799
|
|
|
12581
12800
|
:root,
|
|
@@ -12591,7 +12810,7 @@ html {
|
|
|
12591
12810
|
|
|
12592
12811
|
/**
|
|
12593
12812
|
* Do not edit directly
|
|
12594
|
-
* Generated on
|
|
12813
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
12595
12814
|
*/
|
|
12596
12815
|
|
|
12597
12816
|
:root {
|
|
@@ -12816,7 +13035,7 @@ html {
|
|
|
12816
13035
|
|
|
12817
13036
|
/**
|
|
12818
13037
|
* Do not edit directly
|
|
12819
|
-
* Generated on
|
|
13038
|
+
* Generated on Wed, 20 Sep 2023 11:10:27 GMT
|
|
12820
13039
|
*/
|
|
12821
13040
|
|
|
12822
13041
|
:root,
|
|
@@ -12830,7 +13049,7 @@ html {
|
|
|
12830
13049
|
|
|
12831
13050
|
/**
|
|
12832
13051
|
* Do not edit directly
|
|
12833
|
-
* Generated on
|
|
13052
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
12834
13053
|
*/
|
|
12835
13054
|
|
|
12836
13055
|
:root {
|
|
@@ -12844,7 +13063,7 @@ html {
|
|
|
12844
13063
|
|
|
12845
13064
|
/**
|
|
12846
13065
|
* Do not edit directly
|
|
12847
|
-
* Generated on
|
|
13066
|
+
* Generated on Wed, 20 Sep 2023 11:10:26 GMT
|
|
12848
13067
|
*/
|
|
12849
13068
|
|
|
12850
13069
|
:root {
|