0.01 s
$ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 1800s /nix/store/99b1z08awpxj8b6mzggn59gp1shljnff-nix-2.34.5/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes --log-format internal-json build --no-link git+https://github.com/sellout/flaky?ref=docs&rev=36dab32a8224a5b709307f87b1089432638a838c#checks.x86_64-linux.formatter --print-build-logs
0.07 s
warning: ignoring untrusted flake configuration setting 'allow-import-from-derivation'.
0.07 s
Pass '--accept-flake-config' to trust it
0.07 s
warning: ignoring untrusted flake configuration setting 'extra-experimental-features'.
0.07 s
Pass '--accept-flake-config' to trust it
0.07 s
warning: ignoring untrusted flake configuration setting 'extra-substituters'.
0.07 s
Pass '--accept-flake-config' to trust it
0.08 s
warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'.
0.08 s
Pass '--accept-flake-config' to trust it
0.08 s
warning: ignoring untrusted flake configuration setting 'sandbox'.
0.08 s
Pass '--accept-flake-config' to trust it
0.08 s
warning: ignoring untrusted flake configuration setting 'use-registries'.
0.08 s
Pass '--accept-flake-config' to trust it
0.08 s
error (ignored): SQLite database '/var/cache/private/nix-ci-worker/eval-cache-v6/dc781c20dc0d05f9b1b1256ab7fd854479af34dffaa2af5355d7cb9018c9e506.sqlite ' is busy
2.06 s
2.09 s
Building treefmt-check
2.83 s
[treefmt-check] treefmt v2.4.0traversed 67 files
2.83 s
[treefmt-check] emitted 53 files for processing
2.83 s
[treefmt-check] formatted 53 files (4 changed) in 660ms
2.83 s
[treefmt-check] M docs/CONTRIBUTING.md
2.83 s
[treefmt-check] M docs/CONTRIBUTING/haskell.md
2.83 s
[treefmt-check] M docs/assets/css/just-the-docs-default.css
2.83 s
[treefmt-check] M docs/haskell/release-process.md
2.84 s
[treefmt-check] diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
2.84 s
[treefmt-check] index 2b499f5..5465a5d 100644
2.84 s
[treefmt-check] --- a/docs/CONTRIBUTING.md
2.84 s
[treefmt-check] +++ b/docs/CONTRIBUTING.md
2.84 s
[treefmt-check] @@ -25,10 +25,10 @@ All contributions are welcome, we love improvements to docs and tests.
2.84 s
[treefmt-check] ### terminology
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] | generic | Haskell | Nix | Rust | versioned |
2.84 s
[treefmt-check] -|------------|---------------|------------|-----------|-----------|
2.84 s
[treefmt-check] -| repository | | | | ✔ |
2.84 s
[treefmt-check] + | ---------- | ------------- | ---------- | --------- | --------- |
2.84 s
[treefmt-check] + | repository | | | | ✔ |
2.84 s
[treefmt-check] | project | Cabal project | flake | workspace | |
2.84 s
[treefmt-check] -| package | Cabal package | derivation | crate | ✔ |
2.84 s
[treefmt-check] + | package | Cabal package | derivation | crate | ✔ |
2.84 s
[treefmt-check] | component | Cabal stanza | | | |
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] There is usually one project per repository, but sometimes a project may be split across multiple repositories. It’s unlikely that more than one project would be in the same repository.
2.84 s
[treefmt-check] diff --git a/docs/CONTRIBUTING/haskell.md b/docs/CONTRIBUTING/haskell.md
2.84 s
[treefmt-check] index d62443d..210aff7 100644
2.84 s
[treefmt-check] --- a/docs/CONTRIBUTING/haskell.md
2.84 s
[treefmt-check] +++ b/docs/CONTRIBUTING/haskell.md
2.84 s
[treefmt-check] @@ -50,7 +50,7 @@ Documentation is very important, but it shouldn’t detract from good naming. Th
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] Documentation is written using [Haddock](https://haskell-haddock.readthedocs.io/), and it’s helpful to add Doctest examples, as described in the “testing” section below.
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] -__NB__: Haddock isn’t Markdown! But the similarities can make it easy to forget sometimes. Please try to review your doc changes using [`cabal haddock-project`](https://cabal.readthedocs.io/en/stable/cabal-commands.html#cabal-haddock-project) before submitting them.
2.84 s
[treefmt-check] + **NB**: Haddock isn’t Markdown! But the similarities can make it easy to forget sometimes. Please try to review your doc changes using [`cabal haddock-project`](https://cabal.readthedocs.io/en/stable/cabal-commands.html#cabal-haddock-project) before submitting them.
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] #### guidelines
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] @@ -93,7 +93,7 @@ name foo
2.84 s
[treefmt-check] library
2.84 s
[treefmt-check] ```
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] -``` cabal
2.84 s
[treefmt-check] + ```cabal
2.84 s
[treefmt-check] name: foo-hedgehog
2.84 s
[treefmt-check]
2.84 s
[treefmt-check] library
2.84 s
[treefmt-check] diff --git a/docs/assets/css/just-the-docs-default.css b/docs/assets/css/just-the-docs-default.css
2.84 s
[treefmt-check] index d3076e5..097259c 100644
2.84 s
[treefmt-check] --- a/docs/assets/css/just-the-docs-default.css
2.84 s
[treefmt-check] +++ b/docs/assets/css/just-the-docs-default.css
2.84 s
[treefmt-check] @@ -5,388 +5,398 @@ lThis unfortunately copies the entire file, rather than overriding just a
2.84 s
[treefmt-check] - th, td – removed the `min-width` setting to let the columns flow more
2.84 s
[treefmt-check] */
2.84 s
[treefmt-check] .highlight .hll {
2.84 s
[treefmt-check] - background-color:#0969da4a
2.84 s
[treefmt-check] + background-color: #0969da4a;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .c {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .err {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .k {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .l {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .n {
2.84 s
[treefmt-check] - color:#8250DF
2.84 s
[treefmt-check] + color: #8250df;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .o {
2.84 s
[treefmt-check] - color:#116329
2.84 s
[treefmt-check] + color: #116329;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .p {
2.84 s
[treefmt-check] - color:#24292F
2.84 s
[treefmt-check] + color: #24292f;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ch {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .cm {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .cp {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .cpf {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .c1 {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .cs {
2.84 s
[treefmt-check] - color:#6E7781
2.84 s
[treefmt-check] + color: #6e7781;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .gd {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ge {
2.84 s
[treefmt-check] - font-style:italic
2.84 s
[treefmt-check] + font-style: italic;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .gr {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .gh {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .gs {
2.84 s
[treefmt-check] - font-weight:bold
2.84 s
[treefmt-check] + font-weight: bold;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .gu {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .kc {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .kd {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .kn {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .kp {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .kr {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .kt {
2.84 s
[treefmt-check] - color:#CF222E
2.84 s
[treefmt-check] + color: #cf222e;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ld {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .m {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .s {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .na {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nb {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nc {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .no {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nd {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ni {
2.84 s
[treefmt-check] - color:#116329
2.84 s
[treefmt-check] + color: #116329;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ne {
2.84 s
[treefmt-check] - color:#8250DF
2.84 s
[treefmt-check] + color: #8250df;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nf {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nl {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nn {
2.84 s
[treefmt-check] - color:#24292F
2.84 s
[treefmt-check] + color: #24292f;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nx {
2.84 s
[treefmt-check] - color:#8250DF
2.84 s
[treefmt-check] + color: #8250df;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .py {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nt {
2.84 s
[treefmt-check] - color:#116329
2.84 s
[treefmt-check] + color: #116329;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .nv {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ow {
2.84 s
[treefmt-check] - color:#8250DF
2.84 s
[treefmt-check] + color: #8250df;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .pm {
2.84 s
[treefmt-check] - color:#24292F
2.84 s
[treefmt-check] + color: #24292f;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .w {
2.84 s
[treefmt-check] - color:#24292F
2.84 s
[treefmt-check] + color: #24292f;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .mb {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .mf {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .mh {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .mi {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .mo {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sa {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sb {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sc {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .dl {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sd {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .s2 {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .se {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sh {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .si {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sx {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .sr {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .s1 {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .ss {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .bp {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .fm {
2.84 s
[treefmt-check] - color:#0550AE
2.84 s
[treefmt-check] + color: #0550ae;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .vc {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .vg {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .vi {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .vm {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] .highlight .il {
2.84 s
[treefmt-check] - color:#953800
2.84 s
[treefmt-check] + color: #953800;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
2.84 s
[treefmt-check] - line-height:1.15;
2.84 s
[treefmt-check] - text-size-adjust:100%
2.84 s
[treefmt-check] + /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2.84 s
[treefmt-check] + html {
2.84 s
[treefmt-check] + line-height: 1.15;
2.84 s
[treefmt-check] + text-size-adjust: 100%;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] body {
2.84 s
[treefmt-check] - margin:0
2.84 s
[treefmt-check] + margin: 0;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] main {
2.84 s
[treefmt-check] - display:block
2.84 s
[treefmt-check] + display: block;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] h1 {
2.84 s
[treefmt-check] - font-size:2em;
2.84 s
[treefmt-check] - margin:0.67em 0
2.84 s
[treefmt-check] + font-size: 2em;
2.84 s
[treefmt-check] + margin: 0.67em 0;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] hr {
2.84 s
[treefmt-check] - box-sizing:content-box;
2.84 s
[treefmt-check] - height:0;
2.84 s
[treefmt-check] - overflow:visible
2.84 s
[treefmt-check] + box-sizing: content-box;
2.84 s
[treefmt-check] + height: 0;
2.84 s
[treefmt-check] + overflow: visible;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] pre {
2.84 s
[treefmt-check] - font-family:monospace;
2.84 s
[treefmt-check] - font-size:1em
2.84 s
[treefmt-check] + font-family: monospace;
2.84 s
[treefmt-check] + font-size: 1em;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] a {
2.84 s
[treefmt-check] - background-color:transparent
2.84 s
[treefmt-check] + background-color: transparent;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] abbr[title] {
2.84 s
[treefmt-check] - border-bottom:none;
2.84 s
[treefmt-check] - text-decoration:underline;
2.84 s
[treefmt-check] - text-decoration:underline dotted
2.84 s
[treefmt-check] + border-bottom: none;
2.84 s
[treefmt-check] + text-decoration: underline;
2.84 s
[treefmt-check] + text-decoration: underline dotted;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] b,
2.84 s
[treefmt-check] strong {
2.84 s
[treefmt-check] - font-weight:bolder
2.84 s
[treefmt-check] + font-weight: bolder;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] code,
2.84 s
[treefmt-check] kbd,
2.84 s
[treefmt-check] samp {
2.84 s
[treefmt-check] - font-family:monospace;
2.84 s
[treefmt-check] - font-size:1em
2.84 s
[treefmt-check] + font-family: monospace;
2.84 s
[treefmt-check] + font-size: 1em;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] small {
2.84 s
[treefmt-check] - font-size:80%
2.84 s
[treefmt-check] + font-size: 80%;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] sub,
2.84 s
[treefmt-check] sup {
2.84 s
[treefmt-check] - font-size:75%;
2.84 s
[treefmt-check] - line-height:0;
2.84 s
[treefmt-check] - position:relative;
2.84 s
[treefmt-check] - vertical-align:baseline
2.84 s
[treefmt-check] + font-size: 75%;
2.84 s
[treefmt-check] + line-height: 0;
2.84 s
[treefmt-check] + position: relative;
2.84 s
[treefmt-check] + vertical-align: baseline;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] sub {
2.84 s
[treefmt-check] - bottom:-0.25em
2.84 s
[treefmt-check] + bottom: -0.25em;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] sup {
2.84 s
[treefmt-check] - top:-0.5em
2.84 s
[treefmt-check] + top: -0.5em;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] img {
2.84 s
[treefmt-check] - border-style:none
2.84 s
[treefmt-check] + border-style: none;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] button,
2.84 s
[treefmt-check] input,
2.84 s
[treefmt-check] optgroup,
2.84 s
[treefmt-check] select,
2.84 s
[treefmt-check] textarea {
2.84 s
[treefmt-check] - font-family:inherit;
2.84 s
[treefmt-check] - font-size:100%;
2.84 s
[treefmt-check] - line-height:1.15;
2.84 s
[treefmt-check] - margin:0
2.84 s
[treefmt-check] + font-family: inherit;
2.84 s
[treefmt-check] + font-size: 100%;
2.84 s
[treefmt-check] + line-height: 1.15;
2.84 s
[treefmt-check] + margin: 0;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] button,
2.84 s
[treefmt-check] input {
2.84 s
[treefmt-check] - overflow:visible
2.84 s
[treefmt-check] + overflow: visible;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] button,
2.84 s
[treefmt-check] select {
2.84 s
[treefmt-check] - text-transform:none
2.84 s
[treefmt-check] + text-transform: none;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] button,
2.84 s
[treefmt-check] [type="button"],
2.84 s
[treefmt-check] [type="reset"],
2.84 s
[treefmt-check] [type="submit"] {
2.84 s
[treefmt-check] - appearance:auto
2.84 s
[treefmt-check] + appearance: auto;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] button::-moz-focus-inner,
2.84 s
[treefmt-check] [type="button"]::-moz-focus-inner,
2.84 s
[treefmt-check] [type="reset"]::-moz-focus-inner,
2.84 s
[treefmt-check] [type="submit"]::-moz-focus-inner {
2.84 s
[treefmt-check] - border-style:none;
2.84 s
[treefmt-check] - padding:0
2.84 s
[treefmt-check] + border-style: none;
2.84 s
[treefmt-check] + padding: 0;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] button:-moz-focusring,
2.84 s
[treefmt-check] [type="button"]:-moz-focusring,
2.84 s
[treefmt-check] [type="reset"]:-moz-focusring,
2.84 s
[treefmt-check] [type="submit"]:-moz-focusring {
2.84 s
[treefmt-check] - outline:1px dotted ButtonText
2.84 s
[treefmt-check] + outline: 1px dotted ButtonText;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] fieldset {
2.84 s
[treefmt-check] - padding:0.35em 0.75em 0.625em
2.84 s
[treefmt-check] + padding: 0.35em 0.75em 0.625em;
2.84 s
[treefmt-check] }
2.84 s
[treefmt-check] legend {
2.84 s
[treefmt-check] - box-sizing:border-box;
2.84 s
[treefmt-check] - color:inherit;
2.84 s
[treefmt-check] - display:table;
2.84 s
[treefmt-check] - max-width:100%;
2.84 s
[treefmt-check] - padding:0;
2.84 s
[treefmt-check] - white-space:normal
2.84 s
[treefmt-check] + box-sizing: border-box;
2.84 s
[treefmt-check] + color: inherit;
2.84 s
[treefmt-check] + display: table;
2.84 s
[treefmt-check] + max-width: 100%;
2.84 s
[treefmt-check] + padding: 0;
2.84 s
[treefmt-check] + white-space: normal;
2.84 s
[treefmt-check] }
2.85 s
[treefmt-check] progress {
2.85 s
[treefmt-check] - vertical-align:baseline
2.85 s
[treefmt-check] + vertical-align: baseline;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] textarea {
2.85 s
[treefmt-check] - overflow:auto
2.85 s
[treefmt-check] + overflow: auto;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] [type="checkbox"],
2.85 s
[treefmt-check] [type="radio"] {
2.85 s
[treefmt-check] - box-sizing:border-box;
2.85 s
[treefmt-check] - padding:0
2.85 s
[treefmt-check] + box-sizing: border-box;
2.85 s
[treefmt-check] + padding: 0;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] [type="number"]::-webkit-inner-spin-button,
2.85 s
[treefmt-check] [type="number"]::-webkit-outer-spin-button {
2.85 s
[treefmt-check] - height:auto
2.85 s
[treefmt-check] + height: auto;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] [type="search"] {
2.85 s
[treefmt-check] - appearance:textfield;
2.85 s
[treefmt-check] - outline-offset:-2px
2.85 s
[treefmt-check] + appearance: textfield;
2.85 s
[treefmt-check] + outline-offset: -2px;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] [type="search"]::-webkit-search-decoration {
2.85 s
[treefmt-check] - appearance:none
2.85 s
[treefmt-check] + appearance: none;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] ::-webkit-file-upload-button {
2.85 s
[treefmt-check] - appearance:auto;
2.85 s
[treefmt-check] - font:inherit
2.85 s
[treefmt-check] + appearance: auto;
2.85 s
[treefmt-check] + font: inherit;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] details {
2.85 s
[treefmt-check] - display:block
2.85 s
[treefmt-check] + display: block;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] summary {
2.85 s
[treefmt-check] - display:list-item
2.85 s
[treefmt-check] + display: list-item;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] template {
2.85 s
[treefmt-check] - display:none
2.85 s
[treefmt-check] + display: none;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] [hidden] {
2.85 s
[treefmt-check] - display:none
2.85 s
[treefmt-check] + display: none;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] :root {
2.85 s
[treefmt-check] - color-scheme:light
2.85 s
[treefmt-check] + color-scheme: light;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] * {
2.85 s
[treefmt-check] - box-sizing:border-box
2.85 s
[treefmt-check] + box-sizing: border-box;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] html {
2.85 s
[treefmt-check] - scroll-behavior:smooth
2.85 s
[treefmt-check] + scroll-behavior: smooth;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] html {
2.85 s
[treefmt-check] - font-size:.875rem !important
2.85 s
[treefmt-check] + font-size: 0.875rem !important;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 31.25rem) {
2.85 s
[treefmt-check] html {
2.85 s
[treefmt-check] - font-size:1rem !important
2.85 s
[treefmt-check] + font-size: 1rem !important;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] body {
2.85 s
[treefmt-check] - font-family:system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,sans-serif,"Segoe UI Emoji";
2.85 s
[treefmt-check] - font-size:inherit;
2.85 s
[treefmt-check] - line-height:1.4;
2.85 s
[treefmt-check] - color:#5c5962;
2.85 s
[treefmt-check] - background-color:#fff;
2.85 s
[treefmt-check] - overflow-wrap:break-word
2.85 s
[treefmt-check] + font-family:
2.85 s
[treefmt-check] + system-ui,
2.85 s
[treefmt-check] + -apple-system,
2.85 s
[treefmt-check] + blinkmacsystemfont,
2.85 s
[treefmt-check] + "Segoe UI",
2.85 s
[treefmt-check] + roboto,
2.85 s
[treefmt-check] + "Helvetica Neue",
2.85 s
[treefmt-check] + arial,
2.85 s
[treefmt-check] + sans-serif,
2.85 s
[treefmt-check] + "Segoe UI Emoji";
2.85 s
[treefmt-check] + font-size: inherit;
2.85 s
[treefmt-check] + line-height: 1.4;
2.85 s
[treefmt-check] + color: #5c5962;
2.85 s
[treefmt-check] + background-color: #fff;
2.85 s
[treefmt-check] + overflow-wrap: break-word;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] ol,
2.85 s
[treefmt-check] ul,
2.85 s
[treefmt-check] @@ -400,7 +410,7 @@ hr,
2.85 s
[treefmt-check] form,
2.85 s
[treefmt-check] fieldset,
2.85 s
[treefmt-check] noscript .table-wrapper {
2.85 s
[treefmt-check] - margin-top:0
2.85 s
[treefmt-check] + margin-top: 0;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] h1,
2.85 s
[treefmt-check] h2,
2.85 s
[treefmt-check] @@ -409,272 +419,281 @@ h4,
2.85 s
[treefmt-check] h5,
2.85 s
[treefmt-check] h6,
2.85 s
[treefmt-check] #toctitle {
2.85 s
[treefmt-check] - margin-top:0;
2.85 s
[treefmt-check] - margin-bottom:1em;
2.85 s
[treefmt-check] - font-weight:500;
2.85 s
[treefmt-check] - line-height:1.25;
2.85 s
[treefmt-check] - color:#27262b
2.85 s
[treefmt-check] + margin-top: 0;
2.85 s
[treefmt-check] + margin-bottom: 1em;
2.85 s
[treefmt-check] + font-weight: 500;
2.85 s
[treefmt-check] + line-height: 1.25;
2.85 s
[treefmt-check] + color: #27262b;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] p {
2.85 s
[treefmt-check] - margin-top:1em;
2.85 s
[treefmt-check] - margin-bottom:1em
2.85 s
[treefmt-check] + margin-top: 1em;
2.85 s
[treefmt-check] + margin-bottom: 1em;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] a {
2.85 s
[treefmt-check] - color:#7253ed;
2.85 s
[treefmt-check] - text-decoration:none
2.85 s
[treefmt-check] + color: #7253ed;
2.85 s
[treefmt-check] + text-decoration: none;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] a:not([class]) {
2.85 s
[treefmt-check] - text-decoration:underline;
2.85 s
[treefmt-check] - text-decoration-color:#eeebee;
2.85 s
[treefmt-check] - text-underline-offset:2px
2.85 s
[treefmt-check] + text-decoration: underline;
2.85 s
[treefmt-check] + text-decoration-color: #eeebee;
2.85 s
[treefmt-check] + text-underline-offset: 2px;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] a:not([class]):hover {
2.85 s
[treefmt-check] - text-decoration-color:rgba(114,83,237,0.45)
2.85 s
[treefmt-check] + text-decoration-color: rgba(114, 83, 237, 0.45);
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] code {
2.85 s
[treefmt-check] - font-family:"SFMono-Regular",menlo,consolas,monospace;
2.85 s
[treefmt-check] - font-size:0.75em;
2.85 s
[treefmt-check] - line-height:1.4
2.85 s
[treefmt-check] + font-family: "SFMono-Regular", menlo, consolas, monospace;
2.85 s
[treefmt-check] + font-size: 0.75em;
2.85 s
[treefmt-check] + line-height: 1.4;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] figure,
2.85 s
[treefmt-check] pre {
2.85 s
[treefmt-check] - margin:0
2.85 s
[treefmt-check] + margin: 0;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] li {
2.85 s
[treefmt-check] - margin:0.25em 0
2.85 s
[treefmt-check] + margin: 0.25em 0;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] img {
2.85 s
[treefmt-check] - max-width:100%;
2.85 s
[treefmt-check] - height:auto
2.85 s
[treefmt-check] + max-width: 100%;
2.85 s
[treefmt-check] + height: auto;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] hr {
2.85 s
[treefmt-check] - height:1px;
2.85 s
[treefmt-check] - padding:0;
2.85 s
[treefmt-check] - margin:2rem 0;
2.85 s
[treefmt-check] - background-color:#eeebee;
2.85 s
[treefmt-check] - border:0
2.85 s
[treefmt-check] + height: 1px;
2.85 s
[treefmt-check] + padding: 0;
2.85 s
[treefmt-check] + margin: 2rem 0;
2.85 s
[treefmt-check] + background-color: #eeebee;
2.85 s
[treefmt-check] + border: 0;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] blockquote {
2.85 s
[treefmt-check] - margin:10px 0;
2.85 s
[treefmt-check] - margin-block-start:0;
2.85 s
[treefmt-check] - margin-inline-start:0;
2.85 s
[treefmt-check] - padding-left:1rem;
2.85 s
[treefmt-check] - border-left:3px solid #eeebee
2.85 s
[treefmt-check] + margin: 10px 0;
2.85 s
[treefmt-check] + margin-block-start: 0;
2.85 s
[treefmt-check] + margin-inline-start: 0;
2.85 s
[treefmt-check] + padding-left: 1rem;
2.85 s
[treefmt-check] + border-left: 3px solid #eeebee;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .side-bar {
2.85 s
[treefmt-check] - z-index:0;
2.85 s
[treefmt-check] - display:flex;
2.85 s
[treefmt-check] - flex-wrap:wrap;
2.85 s
[treefmt-check] - background-color:#f5f6fa
2.85 s
[treefmt-check] + z-index: 0;
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] + flex-wrap: wrap;
2.85 s
[treefmt-check] + background-color: #f5f6fa;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .side-bar {
2.85 s
[treefmt-check] - flex-flow:column nowrap;
2.85 s
[treefmt-check] - position:fixed;
2.85 s
[treefmt-check] - width:15.5rem;
2.85 s
[treefmt-check] - height:100%;
2.85 s
[treefmt-check] - border-right:1px solid #eeebee;
2.85 s
[treefmt-check] - align-items:flex-end
2.85 s
[treefmt-check] + flex-flow: column nowrap;
2.85 s
[treefmt-check] + position: fixed;
2.85 s
[treefmt-check] + width: 15.5rem;
2.85 s
[treefmt-check] + height: 100%;
2.85 s
[treefmt-check] + border-right: 1px solid #eeebee;
2.85 s
[treefmt-check] + align-items: flex-end;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 66.5rem) {
2.85 s
[treefmt-check] .side-bar {
2.85 s
[treefmt-check] - width:calc((100% - 66.5rem) / 2 + 16.5rem);
2.85 s
[treefmt-check] - min-width:16.5rem
2.85 s
[treefmt-check] + width: calc((100% - 66.5rem) / 2 + 16.5rem);
2.85 s
[treefmt-check] + min-width: 16.5rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] - .side-bar+.main {
2.85 s
[treefmt-check] - margin-left:15.5rem
2.85 s
[treefmt-check] + .side-bar + .main {
2.85 s
[treefmt-check] + margin-left: 15.5rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 66.5rem) {
2.85 s
[treefmt-check] - .side-bar+.main {
2.85 s
[treefmt-check] - margin-left:Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem))
2.85 s
[treefmt-check] + .side-bar + .main {
2.85 s
[treefmt-check] + margin-left: Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem));
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] -.side-bar+.main .main-header {
2.85 s
[treefmt-check] - display:none;
2.85 s
[treefmt-check] - background-color:#f5f6fa
2.85 s
[treefmt-check] + .side-bar + .main .main-header {
2.85 s
[treefmt-check] + display: none;
2.85 s
[treefmt-check] + background-color: #f5f6fa;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] - .side-bar+.main .main-header {
2.85 s
[treefmt-check] - display:flex;
2.85 s
[treefmt-check] - background-color:#fff
2.85 s
[treefmt-check] + .side-bar + .main .main-header {
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] + background-color: #fff;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] -.side-bar+.main .main-header.nav-open {
2.85 s
[treefmt-check] - display:block
2.85 s
[treefmt-check] + .side-bar + .main .main-header.nav-open {
2.85 s
[treefmt-check] + display: block;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] - .side-bar+.main .main-header.nav-open {
2.85 s
[treefmt-check] - display:flex
2.85 s
[treefmt-check] + .side-bar + .main .main-header.nav-open {
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main {
2.85 s
[treefmt-check] - margin:auto
2.85 s
[treefmt-check] + margin: auto;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .main {
2.85 s
[treefmt-check] - position:relative;
2.85 s
[treefmt-check] - max-width:50rem
2.85 s
[treefmt-check] + position: relative;
2.85 s
[treefmt-check] + max-width: 50rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content-wrap {
2.85 s
[treefmt-check] - padding-top:1rem;
2.85 s
[treefmt-check] - padding-bottom:1rem;
2.85 s
[treefmt-check] - padding-right:1rem;
2.85 s
[treefmt-check] - padding-left:1rem
2.85 s
[treefmt-check] + padding-top: 1rem;
2.85 s
[treefmt-check] + padding-bottom: 1rem;
2.85 s
[treefmt-check] + padding-right: 1rem;
2.85 s
[treefmt-check] + padding-left: 1rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .main-content-wrap {
2.85 s
[treefmt-check] - padding-right:2rem;
2.85 s
[treefmt-check] - padding-left:2rem
2.85 s
[treefmt-check] + padding-right: 2rem;
2.85 s
[treefmt-check] + padding-left: 2rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .main-content-wrap {
2.85 s
[treefmt-check] - padding-top:2rem;
2.85 s
[treefmt-check] - padding-bottom:2rem
2.85 s
[treefmt-check] + padding-top: 2rem;
2.85 s
[treefmt-check] + padding-bottom: 2rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-header {
2.85 s
[treefmt-check] - z-index:0;
2.85 s
[treefmt-check] - border-bottom:1px solid #eeebee
2.85 s
[treefmt-check] + z-index: 0;
2.85 s
[treefmt-check] + border-bottom: 1px solid #eeebee;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .main-header {
2.85 s
[treefmt-check] - display:flex;
2.85 s
[treefmt-check] - justify-content:space-between;
2.85 s
[treefmt-check] - height:3.75rem
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] + justify-content: space-between;
2.85 s
[treefmt-check] + height: 3.75rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-nav,
2.85 s
[treefmt-check] .site-header,
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - width:100%
2.85 s
[treefmt-check] + width: 100%;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 66.5rem) {
2.85 s
[treefmt-check] .site-nav,
2.85 s
[treefmt-check] .site-header,
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - width:16.5rem
2.85 s
[treefmt-check] + width: 16.5rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-nav {
2.85 s
[treefmt-check] - display:none
2.85 s
[treefmt-check] + display: none;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-nav.nav-open {
2.85 s
[treefmt-check] - display:block
2.85 s
[treefmt-check] + display: block;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-nav {
2.85 s
[treefmt-check] - display:block;
2.85 s
[treefmt-check] - padding-top:3rem;
2.85 s
[treefmt-check] - padding-bottom:1rem;
2.85 s
[treefmt-check] - overflow-y:auto;
2.85 s
[treefmt-check] - flex:1 1 auto
2.85 s
[treefmt-check] + display: block;
2.85 s
[treefmt-check] + padding-top: 3rem;
2.85 s
[treefmt-check] + padding-bottom: 1rem;
2.85 s
[treefmt-check] + overflow-y: auto;
2.85 s
[treefmt-check] + flex: 1 1 auto;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-header {
2.85 s
[treefmt-check] - display:flex;
2.85 s
[treefmt-check] - min-height:3.75rem;
2.85 s
[treefmt-check] - align-items:center
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] + min-height: 3.75rem;
2.85 s
[treefmt-check] + align-items: center;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-header {
2.85 s
[treefmt-check] - height:3.75rem;
2.85 s
[treefmt-check] - max-height:3.75rem;
2.85 s
[treefmt-check] - border-bottom:1px solid #eeebee
2.85 s
[treefmt-check] + height: 3.75rem;
2.85 s
[treefmt-check] + max-height: 3.75rem;
2.85 s
[treefmt-check] + border-bottom: 1px solid #eeebee;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-title {
2.85 s
[treefmt-check] - flex-grow:1;
2.85 s
[treefmt-check] - display:flex;
2.85 s
[treefmt-check] - height:100%;
2.85 s
[treefmt-check] - align-items:center;
2.85 s
[treefmt-check] - padding-top:.75rem;
2.85 s
[treefmt-check] - padding-bottom:.75rem;
2.85 s
[treefmt-check] - color:#27262b;
2.85 s
[treefmt-check] - outline-offset:-1px;
2.85 s
[treefmt-check] - padding-right:1rem;
2.85 s
[treefmt-check] - padding-left:1rem
2.85 s
[treefmt-check] + flex-grow: 1;
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] + height: 100%;
2.85 s
[treefmt-check] + align-items: center;
2.85 s
[treefmt-check] + padding-top: 0.75rem;
2.85 s
[treefmt-check] + padding-bottom: 0.75rem;
2.85 s
[treefmt-check] + color: #27262b;
2.85 s
[treefmt-check] + outline-offset: -1px;
2.85 s
[treefmt-check] + padding-right: 1rem;
2.85 s
[treefmt-check] + padding-left: 1rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-title {
2.85 s
[treefmt-check] - padding-right:2rem;
2.85 s
[treefmt-check] - padding-left:2rem
2.85 s
[treefmt-check] + padding-right: 2rem;
2.85 s
[treefmt-check] + padding-left: 2rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-title {
2.85 s
[treefmt-check] - font-size:1.125rem !important
2.85 s
[treefmt-check] + font-size: 1.125rem !important;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 31.25rem) {
2.85 s
[treefmt-check] .site-title {
2.85 s
[treefmt-check] - font-size:1.5rem !important;
2.85 s
[treefmt-check] - line-height:1.25
2.85 s
[treefmt-check] + font-size: 1.5rem !important;
2.85 s
[treefmt-check] + line-height: 1.25;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-title {
2.85 s
[treefmt-check] - padding-top:.5rem;
2.85 s
[treefmt-check] - padding-bottom:.5rem
2.85 s
[treefmt-check] + padding-top: 0.5rem;
2.85 s
[treefmt-check] + padding-bottom: 0.5rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-button {
2.85 s
[treefmt-check] - display:flex;
2.85 s
[treefmt-check] - height:100%;
2.85 s
[treefmt-check] - padding:1rem;
2.85 s
[treefmt-check] - align-items:center;
2.85 s
[treefmt-check] - outline-offset:-1px
2.85 s
[treefmt-check] + display: flex;
2.85 s
[treefmt-check] + height: 100%;
2.85 s
[treefmt-check] + padding: 1rem;
2.85 s
[treefmt-check] + align-items: center;
2.85 s
[treefmt-check] + outline-offset: -1px;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-header .site-button {
2.85 s
[treefmt-check] - display:none
2.85 s
[treefmt-check] + display: none;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-title:hover {
2.85 s
[treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 80%, rgba(235,237,245,0) 100%)
2.85 s
[treefmt-check] + background-image: linear-gradient(
2.85 s
[treefmt-check] + -90deg,
2.85 s
[treefmt-check] + #ebedf5 0%,
2.85 s
[treefmt-check] + rgba(235, 237, 245, 0.8) 80%,
2.85 s
[treefmt-check] + rgba(235, 237, 245, 0) 100%
2.85 s
[treefmt-check] + );
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-button:hover {
2.85 s
[treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 100%)
2.85 s
[treefmt-check] + background-image: linear-gradient(
2.85 s
[treefmt-check] + -90deg,
2.85 s
[treefmt-check] + #ebedf5 0%,
2.85 s
[treefmt-check] + rgba(235, 237, 245, 0.8) 100%
2.85 s
[treefmt-check] + );
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - position:absolute;
2.85 s
[treefmt-check] - bottom:0;
2.85 s
[treefmt-check] - left:0;
2.85 s
[treefmt-check] - padding-top:1rem;
2.85 s
[treefmt-check] - padding-bottom:1rem;
2.85 s
[treefmt-check] - padding-right:1rem;
2.85 s
[treefmt-check] - padding-left:1rem
2.85 s
[treefmt-check] + position: absolute;
2.85 s
[treefmt-check] + bottom: 0;
2.85 s
[treefmt-check] + left: 0;
2.85 s
[treefmt-check] + padding-top: 1rem;
2.85 s
[treefmt-check] + padding-bottom: 1rem;
2.85 s
[treefmt-check] + padding-right: 1rem;
2.85 s
[treefmt-check] + padding-left: 1rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - padding-right:2rem;
2.85 s
[treefmt-check] - padding-left:2rem
2.85 s
[treefmt-check] + padding-right: 2rem;
2.85 s
[treefmt-check] + padding-left: 2rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - font-size:.6875rem !important
2.85 s
[treefmt-check] + font-size: 0.6875rem !important;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 31.25rem) {
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - font-size:.75rem !important
2.85 s
[treefmt-check] + font-size: 0.75rem !important;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] @media (min-width: 50rem) {
2.85 s
[treefmt-check] .site-footer {
2.85 s
[treefmt-check] - position:static;
2.85 s
[treefmt-check] - justify-self:end
2.85 s
[treefmt-check] + position: static;
2.85 s
[treefmt-check] + justify-self: end;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .icon {
2.85 s
[treefmt-check] - width:1.5rem;
2.85 s
[treefmt-check] - height:1.5rem;
2.85 s
[treefmt-check] - color:#7253ed
2.85 s
[treefmt-check] + width: 1.5rem;
2.85 s
[treefmt-check] + height: 1.5rem;
2.85 s
[treefmt-check] + color: #7253ed;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content {
2.85 s
[treefmt-check] - line-height:1.6
2.85 s
[treefmt-check] + line-height: 1.6;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content ol,
2.85 s
[treefmt-check] .main-content ul,
2.85 s
[treefmt-check] @@ -683,96 +702,96 @@ blockquote {
2.85 s
[treefmt-check] .main-content address,
2.85 s
[treefmt-check] .main-content blockquote,
2.85 s
[treefmt-check] .main-content .table-wrapper {
2.85 s
[treefmt-check] - margin-top:0.5em
2.85 s
[treefmt-check] + margin-top: 0.5em;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content a {
2.85 s
[treefmt-check] - overflow:hidden;
2.85 s
[treefmt-check] - text-overflow:ellipsis
2.85 s
[treefmt-check] + overflow: hidden;
2.85 s
[treefmt-check] + text-overflow: ellipsis;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content ul,
2.85 s
[treefmt-check] .main-content ol {
2.85 s
[treefmt-check] - padding-left:1.5em
2.85 s
[treefmt-check] + padding-left: 1.5em;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content li .highlight {
2.85 s
[treefmt-check] - margin-top:.25rem
2.85 s
[treefmt-check] + margin-top: 0.25rem;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] .main-content ol {
2.85 s
[treefmt-check] - list-style-type:none;
2.85 s
[treefmt-check] - counter-reset:step-counter
2.85 s
[treefmt-check] + list-style-type: none;
2.85 s
[treefmt-check] + counter-reset: step-counter;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] -.main-content ol>li {
2.85 s
[treefmt-check] - position:relative
2.85 s
[treefmt-check] + .main-content ol > li {
2.85 s
[treefmt-check] + position: relative;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] -.main-content ol>li::before {
2.85 s
[treefmt-check] - position:absolute;
2.85 s
[treefmt-check] - top:0.2em;
2.85 s
[treefmt-check] - left:-1.6em;
2.85 s
[treefmt-check] - color:#959396;
2.85 s
[treefmt-check] - content:counter(step-counter);
2.85 s
[treefmt-check] - counter-increment:step-counter
2.85 s
[treefmt-check] + .main-content ol > li::before {
2.85 s
[treefmt-check] + position: absolute;
2.85 s
[treefmt-check] + top: 0.2em;
2.85 s
[treefmt-check] + left: -1.6em;
2.85 s
[treefmt-check] + color: #959396;
2.85 s
[treefmt-check] + content: counter(step-counter);
2.85 s
[treefmt-check] + counter-increment: step-counter;
2.85 s
[treefmt-check] }
2.85 s
[treefmt-check] -.main-content ol>li::before {
2.85 s
[treefmt-check] - font-size:.75rem !important
2.85 s
[treefmt-check] + .main-content ol > li::before {
2.86 s
[treefmt-check] + font-size: 0.75rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 31.25rem) {
2.86 s
[treefmt-check] - .main-content ol>li::before {
2.86 s
[treefmt-check] - font-size:.875rem !important
2.86 s
[treefmt-check] + .main-content ol > li::before {
2.86 s
[treefmt-check] + font-size: 0.875rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 31.25rem) {
2.86 s
[treefmt-check] - .main-content ol>li::before {
2.86 s
[treefmt-check] - top:0.11em
2.86 s
[treefmt-check] + .main-content ol > li::before {
2.86 s
[treefmt-check] + top: 0.11em;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.main-content ol>li ol {
2.86 s
[treefmt-check] - counter-reset:sub-counter
2.86 s
[treefmt-check] + .main-content ol > li ol {
2.86 s
[treefmt-check] + counter-reset: sub-counter;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.main-content ol>li ol>li::before {
2.86 s
[treefmt-check] - content:counter(sub-counter,lower-alpha);
2.86 s
[treefmt-check] - counter-increment:sub-counter
2.86 s
[treefmt-check] + .main-content ol > li ol > li::before {
2.86 s
[treefmt-check] + content: counter(sub-counter, lower-alpha);
2.86 s
[treefmt-check] + counter-increment: sub-counter;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content ul {
2.86 s
[treefmt-check] - list-style:none
2.86 s
[treefmt-check] + list-style: none;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.main-content ul>li::before {
2.86 s
[treefmt-check] - position:absolute;
2.86 s
[treefmt-check] - margin-left:-1.4em;
2.86 s
[treefmt-check] - color:#959396;
2.86 s
[treefmt-check] - content:"•"
2.86 s
[treefmt-check] + .main-content ul > li::before {
2.86 s
[treefmt-check] + position: absolute;
2.86 s
[treefmt-check] + margin-left: -1.4em;
2.86 s
[treefmt-check] + color: #959396;
2.86 s
[treefmt-check] + content: "•";
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content .task-list-item::before {
2.86 s
[treefmt-check] - content:""
2.86 s
[treefmt-check] + content: "";
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content .task-list-item-checkbox {
2.86 s
[treefmt-check] - margin-right:0.6em;
2.86 s
[treefmt-check] - margin-left:-1.4em
2.86 s
[treefmt-check] + margin-right: 0.6em;
2.86 s
[treefmt-check] + margin-left: -1.4em;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.main-content hr+* {
2.86 s
[treefmt-check] - margin-top:0
2.86 s
[treefmt-check] + .main-content hr + * {
2.86 s
[treefmt-check] + margin-top: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content h1:first-of-type {
2.86 s
[treefmt-check] - margin-top:0.5em
2.86 s
[treefmt-check] + margin-top: 0.5em;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dl {
2.86 s
[treefmt-check] - display:grid;
2.86 s
[treefmt-check] - grid-template:auto / 10em 1fr
2.86 s
[treefmt-check] + display: grid;
2.86 s
[treefmt-check] + grid-template: auto / 10em 1fr;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dt,
2.86 s
[treefmt-check] .main-content dd {
2.86 s
[treefmt-check] - margin:0.25em 0
2.86 s
[treefmt-check] + margin: 0.25em 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dt {
2.86 s
[treefmt-check] - grid-column:1;
2.86 s
[treefmt-check] - font-weight:500;
2.86 s
[treefmt-check] - text-align:right
2.86 s
[treefmt-check] + grid-column: 1;
2.86 s
[treefmt-check] + font-weight: 500;
2.86 s
[treefmt-check] + text-align: right;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dt::after {
2.86 s
[treefmt-check] - content:":"
2.86 s
[treefmt-check] + content: ":";
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dd {
2.86 s
[treefmt-check] - grid-column:2;
2.86 s
[treefmt-check] - margin-bottom:0;
2.86 s
[treefmt-check] - margin-left:1em
2.86 s
[treefmt-check] + grid-column: 2;
2.86 s
[treefmt-check] + margin-bottom: 0;
2.86 s
[treefmt-check] + margin-left: 1em;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dd blockquote:first-child,
2.86 s
[treefmt-check] .main-content dd div:first-child,
2.86 s
[treefmt-check] @@ -791,7 +810,7 @@ blockquote {
2.86 s
[treefmt-check] .main-content dd table:first-child,
2.86 s
[treefmt-check] .main-content dd ul:first-child,
2.86 s
[treefmt-check] .main-content dd .table-wrapper:first-child {
2.86 s
[treefmt-check] - margin-top:0
2.86 s
[treefmt-check] + margin-top: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content dd dl:first-child dt:first-child,
2.86 s
[treefmt-check] .main-content dd dl:first-child dd:nth-child(2),
2.86 s
[treefmt-check] @@ -799,42 +818,42 @@ blockquote {
2.86 s
[treefmt-check] .main-content ol dl:first-child dd:nth-child(2),
2.86 s
[treefmt-check] .main-content ul dl:first-child dt:first-child,
2.86 s
[treefmt-check] .main-content ul dl:first-child dd:nth-child(2) {
2.86 s
[treefmt-check] - margin-top:0
2.86 s
[treefmt-check] + margin-top: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content .anchor-heading {
2.86 s
[treefmt-check] - position:absolute;
2.86 s
[treefmt-check] - right:-1rem;
2.86 s
[treefmt-check] - width:1.5rem;
2.86 s
[treefmt-check] - height:100%;
2.86 s
[treefmt-check] - padding-right:.25rem;
2.86 s
[treefmt-check] - padding-left:.25rem;
2.86 s
[treefmt-check] - overflow:visible
2.86 s
[treefmt-check] + position: absolute;
2.86 s
[treefmt-check] + right: -1rem;
2.86 s
[treefmt-check] + width: 1.5rem;
2.86 s
[treefmt-check] + height: 100%;
2.86 s
[treefmt-check] + padding-right: 0.25rem;
2.86 s
[treefmt-check] + padding-left: 0.25rem;
2.86 s
[treefmt-check] + overflow: visible;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .main-content .anchor-heading {
2.86 s
[treefmt-check] - right:auto;
2.86 s
[treefmt-check] - left:-1.5rem
2.86 s
[treefmt-check] + right: auto;
2.86 s
[treefmt-check] + left: -1.5rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content .anchor-heading svg {
2.86 s
[treefmt-check] - display:inline-block;
2.86 s
[treefmt-check] - width:100%;
2.86 s
[treefmt-check] - height:100%;
2.86 s
[treefmt-check] - color:#7253ed;
2.86 s
[treefmt-check] - visibility:hidden
2.86 s
[treefmt-check] + display: inline-block;
2.86 s
[treefmt-check] + width: 100%;
2.86 s
[treefmt-check] + height: 100%;
2.86 s
[treefmt-check] + color: #7253ed;
2.86 s
[treefmt-check] + visibility: hidden;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content .anchor-heading:hover svg,
2.86 s
[treefmt-check] .main-content .anchor-heading:focus svg,
2.86 s
[treefmt-check] -.main-content h1:hover>.anchor-heading svg,
2.86 s
[treefmt-check] -.main-content h2:hover>.anchor-heading svg,
2.86 s
[treefmt-check] -.main-content h3:hover>.anchor-heading svg,
2.86 s
[treefmt-check] -.main-content h4:hover>.anchor-heading svg,
2.86 s
[treefmt-check] -.main-content h5:hover>.anchor-heading svg,
2.86 s
[treefmt-check] -.main-content h6:hover>.anchor-heading svg {
2.86 s
[treefmt-check] - visibility:visible
2.86 s
[treefmt-check] + .main-content h1:hover > .anchor-heading svg,
2.86 s
[treefmt-check] + .main-content h2:hover > .anchor-heading svg,
2.86 s
[treefmt-check] + .main-content h3:hover > .anchor-heading svg,
2.86 s
[treefmt-check] + .main-content h4:hover > .anchor-heading svg,
2.86 s
[treefmt-check] + .main-content h5:hover > .anchor-heading svg,
2.86 s
[treefmt-check] + .main-content h6:hover > .anchor-heading svg {
2.86 s
[treefmt-check] + visibility: visible;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content summary {
2.86 s
[treefmt-check] - cursor:pointer
2.86 s
[treefmt-check] + cursor: pointer;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .main-content h1,
2.86 s
[treefmt-check] .main-content h2,
2.86 s
[treefmt-check] @@ -843,5892 +862,5936 @@ blockquote {
2.86 s
[treefmt-check] .main-content h5,
2.86 s
[treefmt-check] .main-content h6,
2.86 s
[treefmt-check] .main-content #toctitle {
2.86 s
[treefmt-check] - position:relative;
2.86 s
[treefmt-check] - margin-top:1.5em;
2.86 s
[treefmt-check] - margin-bottom:0.25em
2.86 s
[treefmt-check] -}
2.86 s
[treefmt-check] -.main-content h1+table,
2.86 s
[treefmt-check] -.main-content h1+.table-wrapper,
2.86 s
[treefmt-check] -.main-content h1+.code-example,
2.86 s
[treefmt-check] -.main-content h1+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content h1+.sectionbody .listingblock,
2.86 s
[treefmt-check] -.main-content h2+table,
2.86 s
[treefmt-check] -.main-content h2+.table-wrapper,
2.86 s
[treefmt-check] -.main-content h2+.code-example,
2.86 s
[treefmt-check] -.main-content h2+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content h2+.sectionbody .listingblock,
2.86 s
[treefmt-check] -.main-content h3+table,
2.86 s
[treefmt-check] -.main-content h3+.table-wrapper,
2.86 s
[treefmt-check] -.main-content h3+.code-example,
2.86 s
[treefmt-check] -.main-content h3+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content h3+.sectionbody .listingblock,
2.86 s
[treefmt-check] -.main-content h4+table,
2.86 s
[treefmt-check] -.main-content h4+.table-wrapper,
2.86 s
[treefmt-check] -.main-content h4+.code-example,
2.86 s
[treefmt-check] -.main-content h4+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content h4+.sectionbody .listingblock,
2.86 s
[treefmt-check] -.main-content h5+table,
2.86 s
[treefmt-check] -.main-content h5+.table-wrapper,
2.86 s
[treefmt-check] -.main-content h5+.code-example,
2.86 s
[treefmt-check] -.main-content h5+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content h5+.sectionbody .listingblock,
2.86 s
[treefmt-check] -.main-content h6+table,
2.86 s
[treefmt-check] -.main-content h6+.table-wrapper,
2.86 s
[treefmt-check] -.main-content h6+.code-example,
2.86 s
[treefmt-check] -.main-content h6+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content h6+.sectionbody .listingblock,
2.86 s
[treefmt-check] -.main-content #toctitle+table,
2.86 s
[treefmt-check] -.main-content #toctitle+.table-wrapper,
2.86 s
[treefmt-check] -.main-content #toctitle+.code-example,
2.86 s
[treefmt-check] -.main-content #toctitle+.highlighter-rouge,
2.86 s
[treefmt-check] -.main-content #toctitle+.sectionbody .listingblock {
2.86 s
[treefmt-check] - margin-top:1em
2.86 s
[treefmt-check] -}
2.86 s
[treefmt-check] -.main-content h1+p:not(.label),
2.86 s
[treefmt-check] -.main-content h2+p:not(.label),
2.86 s
[treefmt-check] -.main-content h3+p:not(.label),
2.86 s
[treefmt-check] -.main-content h4+p:not(.label),
2.86 s
[treefmt-check] -.main-content h5+p:not(.label),
2.86 s
[treefmt-check] -.main-content h6+p:not(.label),
2.86 s
[treefmt-check] -.main-content #toctitle+p:not(.label) {
2.86 s
[treefmt-check] - margin-top:0
2.86 s
[treefmt-check] -}
2.86 s
[treefmt-check] -.main-content>h1:first-child,
2.86 s
[treefmt-check] -.main-content>h2:first-child,
2.86 s
[treefmt-check] -.main-content>h3:first-child,
2.86 s
[treefmt-check] -.main-content>h4:first-child,
2.86 s
[treefmt-check] -.main-content>h5:first-child,
2.86 s
[treefmt-check] -.main-content>h6:first-child,
2.86 s
[treefmt-check] -.main-content>.sect1:first-child>h2,
2.86 s
[treefmt-check] -.main-content>.sect2:first-child>h3,
2.86 s
[treefmt-check] -.main-content>.sect3:first-child>h4,
2.86 s
[treefmt-check] -.main-content>.sect4:first-child>h5,
2.86 s
[treefmt-check] -.main-content>.sect5:first-child>h6 {
2.86 s
[treefmt-check] - margin-top:.5rem
2.86 s
[treefmt-check] + position: relative;
2.86 s
[treefmt-check] + margin-top: 1.5em;
2.86 s
[treefmt-check] + margin-bottom: 0.25em;
2.86 s
[treefmt-check] + }
2.86 s
[treefmt-check] + .main-content h1 + table,
2.86 s
[treefmt-check] + .main-content h1 + .table-wrapper,
2.86 s
[treefmt-check] + .main-content h1 + .code-example,
2.86 s
[treefmt-check] + .main-content h1 + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content h1 + .sectionbody .listingblock,
2.86 s
[treefmt-check] + .main-content h2 + table,
2.86 s
[treefmt-check] + .main-content h2 + .table-wrapper,
2.86 s
[treefmt-check] + .main-content h2 + .code-example,
2.86 s
[treefmt-check] + .main-content h2 + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content h2 + .sectionbody .listingblock,
2.86 s
[treefmt-check] + .main-content h3 + table,
2.86 s
[treefmt-check] + .main-content h3 + .table-wrapper,
2.86 s
[treefmt-check] + .main-content h3 + .code-example,
2.86 s
[treefmt-check] + .main-content h3 + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content h3 + .sectionbody .listingblock,
2.86 s
[treefmt-check] + .main-content h4 + table,
2.86 s
[treefmt-check] + .main-content h4 + .table-wrapper,
2.86 s
[treefmt-check] + .main-content h4 + .code-example,
2.86 s
[treefmt-check] + .main-content h4 + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content h4 + .sectionbody .listingblock,
2.86 s
[treefmt-check] + .main-content h5 + table,
2.86 s
[treefmt-check] + .main-content h5 + .table-wrapper,
2.86 s
[treefmt-check] + .main-content h5 + .code-example,
2.86 s
[treefmt-check] + .main-content h5 + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content h5 + .sectionbody .listingblock,
2.86 s
[treefmt-check] + .main-content h6 + table,
2.86 s
[treefmt-check] + .main-content h6 + .table-wrapper,
2.86 s
[treefmt-check] + .main-content h6 + .code-example,
2.86 s
[treefmt-check] + .main-content h6 + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content h6 + .sectionbody .listingblock,
2.86 s
[treefmt-check] + .main-content #toctitle + table,
2.86 s
[treefmt-check] + .main-content #toctitle + .table-wrapper,
2.86 s
[treefmt-check] + .main-content #toctitle + .code-example,
2.86 s
[treefmt-check] + .main-content #toctitle + .highlighter-rouge,
2.86 s
[treefmt-check] + .main-content #toctitle + .sectionbody .listingblock {
2.86 s
[treefmt-check] + margin-top: 1em;
2.86 s
[treefmt-check] + }
2.86 s
[treefmt-check] + .main-content h1 + p:not(.label),
2.86 s
[treefmt-check] + .main-content h2 + p:not(.label),
2.86 s
[treefmt-check] + .main-content h3 + p:not(.label),
2.86 s
[treefmt-check] + .main-content h4 + p:not(.label),
2.86 s
[treefmt-check] + .main-content h5 + p:not(.label),
2.86 s
[treefmt-check] + .main-content h6 + p:not(.label),
2.86 s
[treefmt-check] + .main-content #toctitle + p:not(.label) {
2.86 s
[treefmt-check] + margin-top: 0;
2.86 s
[treefmt-check] + }
2.86 s
[treefmt-check] + .main-content > h1:first-child,
2.86 s
[treefmt-check] + .main-content > h2:first-child,
2.86 s
[treefmt-check] + .main-content > h3:first-child,
2.86 s
[treefmt-check] + .main-content > h4:first-child,
2.86 s
[treefmt-check] + .main-content > h5:first-child,
2.86 s
[treefmt-check] + .main-content > h6:first-child,
2.86 s
[treefmt-check] + .main-content > .sect1:first-child > h2,
2.86 s
[treefmt-check] + .main-content > .sect2:first-child > h3,
2.86 s
[treefmt-check] + .main-content > .sect3:first-child > h4,
2.86 s
[treefmt-check] + .main-content > .sect4:first-child > h5,
2.86 s
[treefmt-check] + .main-content > .sect5:first-child > h6 {
2.86 s
[treefmt-check] + margin-top: 0.5rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list {
2.86 s
[treefmt-check] - padding:0;
2.86 s
[treefmt-check] - margin-top:0;
2.86 s
[treefmt-check] - margin-bottom:0;
2.86 s
[treefmt-check] - list-style:none
2.86 s
[treefmt-check] + padding: 0;
2.86 s
[treefmt-check] + margin-top: 0;
2.86 s
[treefmt-check] + margin-bottom: 0;
2.86 s
[treefmt-check] + list-style: none;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item {
2.86 s
[treefmt-check] - position:relative;
2.86 s
[treefmt-check] - margin:0
2.86 s
[treefmt-check] + position: relative;
2.86 s
[treefmt-check] + margin: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item {
2.86 s
[treefmt-check] - font-size:.875rem !important
2.86 s
[treefmt-check] + font-size: 0.875rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 31.25rem) {
2.86 s
[treefmt-check] .nav-list .nav-list-item {
2.86 s
[treefmt-check] - font-size:1rem !important
2.86 s
[treefmt-check] + font-size: 1rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .nav-list .nav-list-item {
2.86 s
[treefmt-check] - font-size:.75rem !important
2.86 s
[treefmt-check] + font-size: 0.75rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) and (min-width: 31.25rem) {
2.86 s
[treefmt-check] .nav-list .nav-list-item {
2.86 s
[treefmt-check] - font-size:.875rem !important
2.86 s
[treefmt-check] + font-size: 0.875rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-link {
2.86 s
[treefmt-check] - display:block;
2.86 s
[treefmt-check] - min-height:3rem;
2.86 s
[treefmt-check] - padding-top:.25rem;
2.86 s
[treefmt-check] - padding-bottom:.25rem;
2.86 s
[treefmt-check] - line-height:2.5rem;
2.86 s
[treefmt-check] - outline-offset:-1px;
2.86 s
[treefmt-check] - padding-right:3rem;
2.86 s
[treefmt-check] - padding-left:1rem
2.86 s
[treefmt-check] + display: block;
2.86 s
[treefmt-check] + min-height: 3rem;
2.86 s
[treefmt-check] + padding-top: 0.25rem;
2.86 s
[treefmt-check] + padding-bottom: 0.25rem;
2.86 s
[treefmt-check] + line-height: 2.5rem;
2.86 s
[treefmt-check] + outline-offset: -1px;
2.86 s
[treefmt-check] + padding-right: 3rem;
2.86 s
[treefmt-check] + padding-left: 1rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-link {
2.86 s
[treefmt-check] - min-height:2rem;
2.86 s
[treefmt-check] - line-height:1.5rem;
2.86 s
[treefmt-check] - padding-right:2rem;
2.86 s
[treefmt-check] - padding-left:2rem
2.86 s
[treefmt-check] + min-height: 2rem;
2.86 s
[treefmt-check] + line-height: 1.5rem;
2.86 s
[treefmt-check] + padding-right: 2rem;
2.86 s
[treefmt-check] + padding-left: 2rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item .nav-list-link.external>svg {
2.86 s
[treefmt-check] - width:1rem;
2.86 s
[treefmt-check] - height:1rem;
2.86 s
[treefmt-check] - vertical-align:text-bottom
2.86 s
[treefmt-check] + .nav-list .nav-list-item .nav-list-link.external > svg {
2.86 s
[treefmt-check] + width: 1rem;
2.86 s
[treefmt-check] + height: 1rem;
2.86 s
[treefmt-check] + vertical-align: text-bottom;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-link.active {
2.86 s
[treefmt-check] - font-weight:600;
2.86 s
[treefmt-check] - text-decoration:none
2.86 s
[treefmt-check] + font-weight: 600;
2.86 s
[treefmt-check] + text-decoration: none;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-link:hover,
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-link.active {
2.86 s
[treefmt-check] - color:#5f3ceb;
2.86 s
[treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 80%, rgba(235,237,245,0) 100%)
2.86 s
[treefmt-check] + color: #5f3ceb;
2.86 s
[treefmt-check] + background-image: linear-gradient(
2.86 s
[treefmt-check] + -90deg,
2.86 s
[treefmt-check] + #ebedf5 0%,
2.86 s
[treefmt-check] + rgba(235, 237, 245, 0.8) 80%,
2.86 s
[treefmt-check] + rgba(235, 237, 245, 0) 100%
2.86 s
[treefmt-check] + );
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-expander {
2.86 s
[treefmt-check] - position:absolute;
2.86 s
[treefmt-check] - right:0;
2.86 s
[treefmt-check] - width:3rem;
2.86 s
[treefmt-check] - height:3rem;
2.86 s
[treefmt-check] - padding:.75rem;
2.86 s
[treefmt-check] - color:#7253ed;
2.86 s
[treefmt-check] - outline-offset:-1px
2.86 s
[treefmt-check] + position: absolute;
2.86 s
[treefmt-check] + right: 0;
2.86 s
[treefmt-check] + width: 3rem;
2.86 s
[treefmt-check] + height: 3rem;
2.86 s
[treefmt-check] + padding: 0.75rem;
2.86 s
[treefmt-check] + color: #7253ed;
2.86 s
[treefmt-check] + outline-offset: -1px;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-expander {
2.86 s
[treefmt-check] - width:2rem;
2.86 s
[treefmt-check] - height:2rem;
2.86 s
[treefmt-check] - padding:.5rem
2.86 s
[treefmt-check] + width: 2rem;
2.86 s
[treefmt-check] + height: 2rem;
2.86 s
[treefmt-check] + padding: 0.5rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-expander:hover {
2.86 s
[treefmt-check] - background-image:linear-gradient(-90deg, #ebedf5 0%, rgba(235,237,245,0.8) 100%)
2.86 s
[treefmt-check] + background-image: linear-gradient(
2.86 s
[treefmt-check] + -90deg,
2.86 s
[treefmt-check] + #ebedf5 0%,
2.86 s
[treefmt-check] + rgba(235, 237, 245, 0.8) 100%
2.86 s
[treefmt-check] + );
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-list .nav-list-item .nav-list-expander svg {
2.86 s
[treefmt-check] - transform:rotate(90deg)
2.86 s
[treefmt-check] + transform: rotate(90deg);
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item>.nav-list {
2.86 s
[treefmt-check] - display:none;
2.86 s
[treefmt-check] - padding-left:.75rem;
2.86 s
[treefmt-check] - list-style:none
2.86 s
[treefmt-check] + .nav-list .nav-list-item > .nav-list {
2.86 s
[treefmt-check] + display: none;
2.86 s
[treefmt-check] + padding-left: 0.75rem;
2.86 s
[treefmt-check] + list-style: none;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item {
2.86 s
[treefmt-check] - position:relative
2.86 s
[treefmt-check] + .nav-list .nav-list-item > .nav-list .nav-list-item {
2.86 s
[treefmt-check] + position: relative;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-link {
2.86 s
[treefmt-check] - color:#5c5962
2.86 s
[treefmt-check] + .nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link {
2.86 s
[treefmt-check] + color: #5c5962;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-expander {
2.86 s
[treefmt-check] - color:#5c5962
2.86 s
[treefmt-check] + .nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander {
2.86 s
[treefmt-check] + color: #5c5962;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item.active>.nav-list-expander svg {
2.86 s
[treefmt-check] - transform:rotate(-90deg)
2.86 s
[treefmt-check] + .nav-list .nav-list-item.active > .nav-list-expander svg {
2.86 s
[treefmt-check] + transform: rotate(-90deg);
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list .nav-list-item.active>.nav-list {
2.86 s
[treefmt-check] - display:block
2.86 s
[treefmt-check] + .nav-list .nav-list-item.active > .nav-list {
2.86 s
[treefmt-check] + display: block;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-category {
2.86 s
[treefmt-check] - padding:.5rem 1rem;
2.86 s
[treefmt-check] - font-weight:600;
2.86 s
[treefmt-check] - text-align:start;
2.86 s
[treefmt-check] - text-transform:uppercase;
2.86 s
[treefmt-check] - border-bottom:1px solid #eeebee
2.86 s
[treefmt-check] + padding: 0.5rem 1rem;
2.86 s
[treefmt-check] + font-weight: 600;
2.86 s
[treefmt-check] + text-align: start;
2.86 s
[treefmt-check] + text-transform: uppercase;
2.86 s
[treefmt-check] + border-bottom: 1px solid #eeebee;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-category {
2.86 s
[treefmt-check] - font-size:.6875rem !important
2.86 s
[treefmt-check] + font-size: 0.6875rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 31.25rem) {
2.86 s
[treefmt-check] .nav-category {
2.86 s
[treefmt-check] - font-size:.75rem !important
2.86 s
[treefmt-check] + font-size: 0.75rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .nav-category {
2.86 s
[treefmt-check] - padding:.5rem 2rem;
2.86 s
[treefmt-check] - margin-top:1rem;
2.86 s
[treefmt-check] - text-align:start
2.86 s
[treefmt-check] + padding: 0.5rem 2rem;
2.86 s
[treefmt-check] + margin-top: 1rem;
2.86 s
[treefmt-check] + text-align: start;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .nav-category:first-child {
2.86 s
[treefmt-check] - margin-top:0
2.86 s
[treefmt-check] + margin-top: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list.nav-category-list>.nav-list-item {
2.86 s
[treefmt-check] - margin:0
2.86 s
[treefmt-check] + .nav-list.nav-category-list > .nav-list-item {
2.86 s
[treefmt-check] + margin: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list {
2.86 s
[treefmt-check] - padding:0
2.86 s
[treefmt-check] + .nav-list.nav-category-list > .nav-list-item > .nav-list {
2.86 s
[treefmt-check] + padding: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-link {
2.86 s
[treefmt-check] - color:#7253ed
2.86 s
[treefmt-check] + .nav-list.nav-category-list
2.86 s
[treefmt-check] + > .nav-list-item
2.86 s
[treefmt-check] + > .nav-list
2.86 s
[treefmt-check] + > .nav-list-item
2.86 s
[treefmt-check] + > .nav-list-link {
2.86 s
[treefmt-check] + color: #7253ed;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] -.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-expander {
2.86 s
[treefmt-check] - color:#7253ed
2.86 s
[treefmt-check] + .nav-list.nav-category-list
2.86 s
[treefmt-check] + > .nav-list-item
2.86 s
[treefmt-check] + > .nav-list
2.86 s
[treefmt-check] + > .nav-list-item
2.86 s
[treefmt-check] + > .nav-list-expander {
2.86 s
[treefmt-check] + color: #7253ed;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .aux-nav {
2.86 s
[treefmt-check] - height:100%;
2.86 s
[treefmt-check] - overflow-x:auto
2.86 s
[treefmt-check] + height: 100%;
2.86 s
[treefmt-check] + overflow-x: auto;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .aux-nav {
2.86 s
[treefmt-check] - font-size:.6875rem !important
2.86 s
[treefmt-check] + font-size: 0.6875rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 31.25rem) {
2.86 s
[treefmt-check] .aux-nav {
2.86 s
[treefmt-check] - font-size:.75rem !important
2.86 s
[treefmt-check] + font-size: 0.75rem !important;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .aux-nav .aux-nav-list {
2.86 s
[treefmt-check] - display:flex;
2.86 s
[treefmt-check] - height:100%;
2.86 s
[treefmt-check] - padding:0;
2.86 s
[treefmt-check] - margin:0;
2.86 s
[treefmt-check] - list-style:none
2.86 s
[treefmt-check] + display: flex;
2.86 s
[treefmt-check] + height: 100%;
2.86 s
[treefmt-check] + padding: 0;
2.86 s
[treefmt-check] + margin: 0;
2.86 s
[treefmt-check] + list-style: none;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .aux-nav .aux-nav-list-item {
2.86 s
[treefmt-check] - display:inline-block;
2.86 s
[treefmt-check] - height:100%;
2.86 s
[treefmt-check] - padding:0;
2.86 s
[treefmt-check] - margin:0
2.86 s
[treefmt-check] + display: inline-block;
2.86 s
[treefmt-check] + height: 100%;
2.86 s
[treefmt-check] + padding: 0;
2.86 s
[treefmt-check] + margin: 0;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .aux-nav {
2.86 s
[treefmt-check] - padding-right:1rem
2.86 s
[treefmt-check] + padding-right: 1rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] @media (min-width: 50rem) {
2.86 s
[treefmt-check] .breadcrumb-nav {
2.86 s
[treefmt-check] - margin-top:-1rem
2.86 s
[treefmt-check] + margin-top: -1rem;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .breadcrumb-nav-list {
2.86 s
[treefmt-check] - padding-left:0;
2.86 s
[treefmt-check] - margin-bottom:.75rem;
2.86 s
[treefmt-check] - list-style:none
2.86 s
[treefmt-check] + padding-left: 0;
2.86 s
[treefmt-check] + margin-bottom: 0.75rem;
2.86 s
[treefmt-check] + list-style: none;
2.86 s
[treefmt-check] }
2.86 s
[treefmt-check] .breadcrumb-nav-list-item {
2.86 s
[treefmt-check] - display:table-cell
2.86 s
[treefmt-check] + display: table-cell;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .breadcrumb-nav-list-item {
2.87 s
[treefmt-check] - font-size:.6875rem !important
2.87 s
[treefmt-check] + font-size: 0.6875rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] .breadcrumb-nav-list-item {
2.87 s
[treefmt-check] - font-size:.75rem !important
2.87 s
[treefmt-check] + font-size: 0.75rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .breadcrumb-nav-list-item::before {
2.87 s
[treefmt-check] - display:none
2.87 s
[treefmt-check] + display: none;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .breadcrumb-nav-list-item::after {
2.87 s
[treefmt-check] - display:inline-block;
2.87 s
[treefmt-check] - margin-right:.5rem;
2.87 s
[treefmt-check] - margin-left:.5rem;
2.87 s
[treefmt-check] - color:#959396;
2.87 s
[treefmt-check] - content:"/"
2.87 s
[treefmt-check] + display: inline-block;
2.87 s
[treefmt-check] + margin-right: 0.5rem;
2.87 s
[treefmt-check] + margin-left: 0.5rem;
2.87 s
[treefmt-check] + color: #959396;
2.87 s
[treefmt-check] + content: "/";
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .breadcrumb-nav-list-item:last-child::after {
2.87 s
[treefmt-check] - content:""
2.87 s
[treefmt-check] + content: "";
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h1,
2.87 s
[treefmt-check] .text-alpha {
2.87 s
[treefmt-check] - font-weight:300
2.87 s
[treefmt-check] + font-weight: 300;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h1,
2.87 s
[treefmt-check] .text-alpha {
2.87 s
[treefmt-check] - font-size:2rem !important;
2.87 s
[treefmt-check] - line-height:1.25
2.87 s
[treefmt-check] + font-size: 2rem !important;
2.87 s
[treefmt-check] + line-height: 1.25;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] h1,
2.87 s
[treefmt-check] .text-alpha {
2.87 s
[treefmt-check] - font-size:2.25rem !important
2.87 s
[treefmt-check] + font-size: 2.25rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h2,
2.87 s
[treefmt-check] .text-beta,
2.87 s
[treefmt-check] #toctitle {
2.87 s
[treefmt-check] - font-size:1.125rem !important
2.87 s
[treefmt-check] + font-size: 1.125rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] h2,
2.87 s
[treefmt-check] .text-beta,
2.87 s
[treefmt-check] #toctitle {
2.87 s
[treefmt-check] - font-size:1.5rem !important;
2.87 s
[treefmt-check] - line-height:1.25
2.87 s
[treefmt-check] + font-size: 1.5rem !important;
2.87 s
[treefmt-check] + line-height: 1.25;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h3,
2.87 s
[treefmt-check] .text-gamma {
2.87 s
[treefmt-check] - font-size:1rem !important
2.87 s
[treefmt-check] + font-size: 1rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] h3,
2.87 s
[treefmt-check] .text-gamma {
2.87 s
[treefmt-check] - font-size:1.125rem !important
2.87 s
[treefmt-check] + font-size: 1.125rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h4,
2.87 s
[treefmt-check] .text-delta {
2.87 s
[treefmt-check] - font-weight:400;
2.87 s
[treefmt-check] - text-transform:uppercase;
2.87 s
[treefmt-check] - letter-spacing:0.1em
2.87 s
[treefmt-check] + font-weight: 400;
2.87 s
[treefmt-check] + text-transform: uppercase;
2.87 s
[treefmt-check] + letter-spacing: 0.1em;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h4,
2.87 s
[treefmt-check] .text-delta {
2.87 s
[treefmt-check] - font-size:.6875rem !important
2.87 s
[treefmt-check] + font-size: 0.6875rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] h4,
2.87 s
[treefmt-check] .text-delta {
2.87 s
[treefmt-check] - font-size:.75rem !important
2.87 s
[treefmt-check] + font-size: 0.75rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h4 code {
2.87 s
[treefmt-check] - text-transform:none
2.87 s
[treefmt-check] + text-transform: none;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h5,
2.87 s
[treefmt-check] .text-epsilon {
2.87 s
[treefmt-check] - font-size:.75rem !important
2.87 s
[treefmt-check] + font-size: 0.75rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] h5,
2.87 s
[treefmt-check] .text-epsilon {
2.87 s
[treefmt-check] - font-size:.875rem !important
2.87 s
[treefmt-check] + font-size: 0.875rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] h6,
2.87 s
[treefmt-check] .text-zeta {
2.87 s
[treefmt-check] - font-size:.6875rem !important
2.87 s
[treefmt-check] + font-size: 0.6875rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] h6,
2.87 s
[treefmt-check] .text-zeta {
2.87 s
[treefmt-check] - font-size:.75rem !important
2.87 s
[treefmt-check] + font-size: 0.75rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .text-small {
2.87 s
[treefmt-check] - font-size:.6875rem !important
2.87 s
[treefmt-check] + font-size: 0.6875rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] .text-small {
2.87 s
[treefmt-check] - font-size:.75rem !important
2.87 s
[treefmt-check] + font-size: 0.75rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .text-mono {
2.87 s
[treefmt-check] - font-family:"SFMono-Regular",menlo,consolas,monospace !important
2.87 s
[treefmt-check] + font-family: "SFMono-Regular", menlo, consolas, monospace !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .text-left {
2.87 s
[treefmt-check] - text-align:left !important
2.87 s
[treefmt-check] + text-align: left !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .text-center {
2.87 s
[treefmt-check] - text-align:center !important
2.87 s
[treefmt-check] + text-align: center !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .text-right {
2.87 s
[treefmt-check] - text-align:right !important
2.87 s
[treefmt-check] + text-align: right !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .label:not(g),
2.87 s
[treefmt-check] .label-blue:not(g) {
2.87 s
[treefmt-check] - display:inline-block;
2.87 s
[treefmt-check] - padding:0.16em 0.56em;
2.87 s
[treefmt-check] - margin-right:.5rem;
2.87 s
[treefmt-check] - margin-left:.5rem;
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - text-transform:uppercase;
2.87 s
[treefmt-check] - vertical-align:middle;
2.87 s
[treefmt-check] - background-color:#2869e6;
2.87 s
[treefmt-check] - border-radius:12px
2.87 s
[treefmt-check] + display: inline-block;
2.87 s
[treefmt-check] + padding: 0.16em 0.56em;
2.87 s
[treefmt-check] + margin-right: 0.5rem;
2.87 s
[treefmt-check] + margin-left: 0.5rem;
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + text-transform: uppercase;
2.87 s
[treefmt-check] + vertical-align: middle;
2.87 s
[treefmt-check] + background-color: #2869e6;
2.87 s
[treefmt-check] + border-radius: 12px;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .label:not(g),
2.87 s
[treefmt-check] .label-blue:not(g) {
2.87 s
[treefmt-check] - font-size:.6875rem !important
2.87 s
[treefmt-check] + font-size: 0.6875rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 31.25rem) {
2.87 s
[treefmt-check] .label:not(g),
2.87 s
[treefmt-check] .label-blue:not(g) {
2.87 s
[treefmt-check] - font-size:.75rem !important
2.87 s
[treefmt-check] + font-size: 0.75rem !important;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .label-green:not(g) {
2.87 s
[treefmt-check] - background-color:#026e57
2.87 s
[treefmt-check] + background-color: #026e57;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .label-purple:not(g) {
2.87 s
[treefmt-check] - background-color:#5e41d0
2.87 s
[treefmt-check] + background-color: #5e41d0;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .label-red:not(g) {
2.87 s
[treefmt-check] - background-color:#dd2e2e
2.87 s
[treefmt-check] + background-color: #dd2e2e;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .label-yellow:not(g) {
2.87 s
[treefmt-check] - color:#44434d;
2.87 s
[treefmt-check] - background-color:#f7d12e
2.87 s
[treefmt-check] + color: #44434d;
2.87 s
[treefmt-check] + background-color: #f7d12e;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn {
2.87 s
[treefmt-check] - display:inline-block;
2.87 s
[treefmt-check] - box-sizing:border-box;
2.87 s
[treefmt-check] - padding:0.3em 1em;
2.87 s
[treefmt-check] - margin:0;
2.87 s
[treefmt-check] - font-family:inherit;
2.87 s
[treefmt-check] - font-size:inherit;
2.87 s
[treefmt-check] - font-weight:500;
2.87 s
[treefmt-check] - line-height:1.5;
2.87 s
[treefmt-check] - color:#7253ed;
2.87 s
[treefmt-check] - text-decoration:none;
2.87 s
[treefmt-check] - vertical-align:baseline;
2.87 s
[treefmt-check] - cursor:pointer;
2.87 s
[treefmt-check] - background-color:#f7f7f7;
2.87 s
[treefmt-check] - border-width:0;
2.87 s
[treefmt-check] - border-radius:4px;
2.87 s
[treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
2.87 s
[treefmt-check] - appearance:none
2.87 s
[treefmt-check] + display: inline-block;
2.87 s
[treefmt-check] + box-sizing: border-box;
2.87 s
[treefmt-check] + padding: 0.3em 1em;
2.87 s
[treefmt-check] + margin: 0;
2.87 s
[treefmt-check] + font-family: inherit;
2.87 s
[treefmt-check] + font-size: inherit;
2.87 s
[treefmt-check] + font-weight: 500;
2.87 s
[treefmt-check] + line-height: 1.5;
2.87 s
[treefmt-check] + color: #7253ed;
2.87 s
[treefmt-check] + text-decoration: none;
2.87 s
[treefmt-check] + vertical-align: baseline;
2.87 s
[treefmt-check] + cursor: pointer;
2.87 s
[treefmt-check] + background-color: #f7f7f7;
2.87 s
[treefmt-check] + border-width: 0;
2.87 s
[treefmt-check] + border-radius: 4px;
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
2.87 s
[treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
2.87 s
[treefmt-check] + appearance: none;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn:focus {
2.87 s
[treefmt-check] - text-decoration:none;
2.87 s
[treefmt-check] - outline:none;
2.87 s
[treefmt-check] - box-shadow:0 0 0 3px rgba(0,0,255,0.25)
2.87 s
[treefmt-check] + text-decoration: none;
2.87 s
[treefmt-check] + outline: none;
2.87 s
[treefmt-check] + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn:focus:hover,
2.87 s
[treefmt-check] .btn.selected:focus {
2.87 s
[treefmt-check] - box-shadow:0 0 0 3px rgba(0,0,255,0.25)
2.87 s
[treefmt-check] + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn:hover,
2.87 s
[treefmt-check] .btn.zeroclipboard-is-hover {
2.87 s
[treefmt-check] - color:#6a4aec
2.87 s
[treefmt-check] + color: #6a4aec;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn:hover,
2.87 s
[treefmt-check] .btn:active,
2.87 s
[treefmt-check] .btn.zeroclipboard-is-hover,
2.87 s
[treefmt-check] .btn.zeroclipboard-is-active {
2.87 s
[treefmt-check] - text-decoration:none;
2.87 s
[treefmt-check] - background-color:#f4f4f4
2.87 s
[treefmt-check] + text-decoration: none;
2.87 s
[treefmt-check] + background-color: #f4f4f4;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn:active,
2.87 s
[treefmt-check] .btn.selected,
2.87 s
[treefmt-check] .btn.zeroclipboard-is-active {
2.87 s
[treefmt-check] - background-color:#efefef;
2.87 s
[treefmt-check] - background-image:none;
2.87 s
[treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
2.87 s
[treefmt-check] + background-color: #efefef;
2.87 s
[treefmt-check] + background-image: none;
2.87 s
[treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn.selected:hover {
2.87 s
[treefmt-check] - background-color:#cfcfcf
2.87 s
[treefmt-check] + background-color: #cfcfcf;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn:disabled,
2.87 s
[treefmt-check] .btn:disabled:hover,
2.87 s
[treefmt-check] .btn.disabled,
2.87 s
[treefmt-check] .btn.disabled:hover {
2.87 s
[treefmt-check] - color:rgba(102,102,102,0.5);
2.87 s
[treefmt-check] - cursor:default;
2.87 s
[treefmt-check] - background-color:rgba(229,229,229,0.5);
2.87 s
[treefmt-check] - background-image:none;
2.87 s
[treefmt-check] - box-shadow:none
2.87 s
[treefmt-check] + color: rgba(102, 102, 102, 0.5);
2.87 s
[treefmt-check] + cursor: default;
2.87 s
[treefmt-check] + background-color: rgba(229, 229, 229, 0.5);
2.87 s
[treefmt-check] + background-image: none;
2.87 s
[treefmt-check] + box-shadow: none;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-outline {
2.87 s
[treefmt-check] - color:#7253ed;
2.87 s
[treefmt-check] - background:transparent;
2.87 s
[treefmt-check] - box-shadow:inset 0 0 0 2px #e6e1e8
2.87 s
[treefmt-check] + color: #7253ed;
2.87 s
[treefmt-check] + background: transparent;
2.87 s
[treefmt-check] + box-shadow: inset 0 0 0 2px #e6e1e8;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-outline:hover,
2.87 s
[treefmt-check] .btn-outline:active,
2.87 s
[treefmt-check] .btn-outline.zeroclipboard-is-hover,
2.87 s
[treefmt-check] .btn-outline.zeroclipboard-is-active {
2.87 s
[treefmt-check] - color:#6341eb;
2.87 s
[treefmt-check] - text-decoration:none;
2.87 s
[treefmt-check] - background-color:transparent;
2.87 s
[treefmt-check] - box-shadow:inset 0 0 0 3px #e6e1e8
2.87 s
[treefmt-check] + color: #6341eb;
2.87 s
[treefmt-check] + text-decoration: none;
2.87 s
[treefmt-check] + background-color: transparent;
2.87 s
[treefmt-check] + box-shadow: inset 0 0 0 3px #e6e1e8;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-outline:focus {
2.87 s
[treefmt-check] - text-decoration:none;
2.87 s
[treefmt-check] - outline:none;
2.87 s
[treefmt-check] - box-shadow:inset 0 0 0 2px #5c5962,0 0 0 3px rgba(0,0,255,0.25)
2.87 s
[treefmt-check] + text-decoration: none;
2.87 s
[treefmt-check] + outline: none;
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + inset 0 0 0 2px #5c5962,
2.87 s
[treefmt-check] + 0 0 0 3px rgba(0, 0, 255, 0.25);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-outline:focus:hover,
2.87 s
[treefmt-check] .btn-outline.selected:focus {
2.87 s
[treefmt-check] - box-shadow:inset 0 0 0 2px #5c5962
2.87 s
[treefmt-check] + box-shadow: inset 0 0 0 2px #5c5962;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-primary {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#5739ce;
2.87 s
[treefmt-check] - background-image:linear-gradient(#6f55d5, #5739ce);
2.87 s
[treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #5739ce;
2.87 s
[treefmt-check] + background-image: linear-gradient(#6f55d5, #5739ce);
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
2.87 s
[treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-primary:hover,
2.87 s
[treefmt-check] .btn-primary.zeroclipboard-is-hover {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#5132cb;
2.87 s
[treefmt-check] - background-image:linear-gradient(#6549d2,#5132cb)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #5132cb;
2.87 s
[treefmt-check] + background-image: linear-gradient(#6549d2, #5132cb);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-primary:active,
2.87 s
[treefmt-check] .btn-primary.selected,
2.87 s
[treefmt-check] .btn-primary.zeroclipboard-is-active {
2.87 s
[treefmt-check] - background-color:#4f31c6;
2.87 s
[treefmt-check] - background-image:none;
2.87 s
[treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
2.87 s
[treefmt-check] + background-color: #4f31c6;
2.87 s
[treefmt-check] + background-image: none;
2.87 s
[treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-primary.selected:hover {
2.87 s
[treefmt-check] - background-color:#472cb2
2.87 s
[treefmt-check] + background-color: #472cb2;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-purple {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#5739ce;
2.87 s
[treefmt-check] - background-image:linear-gradient(#6f55d5, #5739ce);
2.87 s
[treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #5739ce;
2.87 s
[treefmt-check] + background-image: linear-gradient(#6f55d5, #5739ce);
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
2.87 s
[treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-purple:hover,
2.87 s
[treefmt-check] .btn-purple.zeroclipboard-is-hover {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#5132cb;
2.87 s
[treefmt-check] - background-image:linear-gradient(#6549d2,#5132cb)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #5132cb;
2.87 s
[treefmt-check] + background-image: linear-gradient(#6549d2, #5132cb);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-purple:active,
2.87 s
[treefmt-check] .btn-purple.selected,
2.87 s
[treefmt-check] .btn-purple.zeroclipboard-is-active {
2.87 s
[treefmt-check] - background-color:#4f31c6;
2.87 s
[treefmt-check] - background-image:none;
2.87 s
[treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
2.87 s
[treefmt-check] + background-color: #4f31c6;
2.87 s
[treefmt-check] + background-image: none;
2.87 s
[treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-purple.selected:hover {
2.87 s
[treefmt-check] - background-color:#472cb2
2.87 s
[treefmt-check] + background-color: #472cb2;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-blue {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#2448a7;
2.87 s
[treefmt-check] - background-image:linear-gradient(#2b55c4, #2448a7);
2.87 s
[treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #2448a7;
2.87 s
[treefmt-check] + background-image: linear-gradient(#2b55c4, #2448a7);
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
2.87 s
[treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-blue:hover,
2.87 s
[treefmt-check] .btn-blue.zeroclipboard-is-hover {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#22459e;
2.87 s
[treefmt-check] - background-image:linear-gradient(#2850b7,#22459e)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #22459e;
2.87 s
[treefmt-check] + background-image: linear-gradient(#2850b7, #22459e);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-blue:active,
2.87 s
[treefmt-check] .btn-blue.selected,
2.87 s
[treefmt-check] .btn-blue.zeroclipboard-is-active {
2.87 s
[treefmt-check] - background-color:#21439a;
2.87 s
[treefmt-check] - background-image:none;
2.87 s
[treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
2.87 s
[treefmt-check] + background-color: #21439a;
2.87 s
[treefmt-check] + background-image: none;
2.87 s
[treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-blue.selected:hover {
2.87 s
[treefmt-check] - background-color:#1d3a85
2.87 s
[treefmt-check] + background-color: #1d3a85;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-green {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#02644f;
2.87 s
[treefmt-check] - background-image:linear-gradient(#02876b, #02644f);
2.87 s
[treefmt-check] - box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #02644f;
2.87 s
[treefmt-check] + background-image: linear-gradient(#02876b, #02644f);
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + 0 1px 3px rgba(0, 0, 0, 0.25),
2.87 s
[treefmt-check] + 0 4px 10px rgba(0, 0, 0, 0.12);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-green:hover,
2.87 s
[treefmt-check] .btn-green.zeroclipboard-is-hover {
2.87 s
[treefmt-check] - color:#fff;
2.87 s
[treefmt-check] - background-color:#025a47;
2.87 s
[treefmt-check] - background-image:linear-gradient(#02785f,#025a47)
2.87 s
[treefmt-check] + color: #fff;
2.87 s
[treefmt-check] + background-color: #025a47;
2.87 s
[treefmt-check] + background-image: linear-gradient(#02785f, #025a47);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-green:active,
2.87 s
[treefmt-check] .btn-green.selected,
2.87 s
[treefmt-check] .btn-green.zeroclipboard-is-active {
2.87 s
[treefmt-check] - background-color:#025543;
2.87 s
[treefmt-check] - background-image:none;
2.87 s
[treefmt-check] - box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
2.87 s
[treefmt-check] + background-color: #025543;
2.87 s
[treefmt-check] + background-image: none;
2.87 s
[treefmt-check] + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-green.selected:hover {
2.87 s
[treefmt-check] - background-color:#013c2f
2.87 s
[treefmt-check] + background-color: #013c2f;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .btn-reset {
2.87 s
[treefmt-check] - background:none;
2.87 s
[treefmt-check] - border:none;
2.87 s
[treefmt-check] - margin:0;
2.87 s
[treefmt-check] - text-align:inherit;
2.87 s
[treefmt-check] - font:inherit;
2.87 s
[treefmt-check] - border-radius:0;
2.87 s
[treefmt-check] - appearance:none
2.87 s
[treefmt-check] + background: none;
2.87 s
[treefmt-check] + border: none;
2.87 s
[treefmt-check] + margin: 0;
2.87 s
[treefmt-check] + text-align: inherit;
2.87 s
[treefmt-check] + font: inherit;
2.87 s
[treefmt-check] + border-radius: 0;
2.87 s
[treefmt-check] + appearance: none;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search {
2.87 s
[treefmt-check] - position:relative;
2.87 s
[treefmt-check] - z-index:2;
2.87 s
[treefmt-check] - flex-grow:1;
2.87 s
[treefmt-check] - height:4rem;
2.87 s
[treefmt-check] - padding:.5rem;
2.87 s
[treefmt-check] - transition:padding linear 200ms
2.87 s
[treefmt-check] + position: relative;
2.87 s
[treefmt-check] + z-index: 2;
2.87 s
[treefmt-check] + flex-grow: 1;
2.87 s
[treefmt-check] + height: 4rem;
2.87 s
[treefmt-check] + padding: 0.5rem;
2.87 s
[treefmt-check] + transition: padding linear 200ms;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 50rem) {
2.87 s
[treefmt-check] .search {
2.87 s
[treefmt-check] - position:relative !important;
2.87 s
[treefmt-check] - width:auto !important;
2.87 s
[treefmt-check] - height:100% !important;
2.87 s
[treefmt-check] - padding:0;
2.87 s
[treefmt-check] - transition:none
2.87 s
[treefmt-check] + position: relative !important;
2.87 s
[treefmt-check] + width: auto !important;
2.87 s
[treefmt-check] + height: 100% !important;
2.87 s
[treefmt-check] + padding: 0;
2.87 s
[treefmt-check] + transition: none;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search-input-wrap {
2.87 s
[treefmt-check] - position:relative;
2.87 s
[treefmt-check] - z-index:1;
2.87 s
[treefmt-check] - height:3rem;
2.87 s
[treefmt-check] - overflow:hidden;
2.87 s
[treefmt-check] - border-radius:4px;
2.87 s
[treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
2.87 s
[treefmt-check] - transition:height linear 200ms
2.87 s
[treefmt-check] + position: relative;
2.87 s
[treefmt-check] + z-index: 1;
2.87 s
[treefmt-check] + height: 3rem;
2.87 s
[treefmt-check] + overflow: hidden;
2.87 s
[treefmt-check] + border-radius: 4px;
2.87 s
[treefmt-check] + box-shadow:
2.87 s
[treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
2.87 s
[treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
2.87 s
[treefmt-check] + transition: height linear 200ms;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 50rem) {
2.87 s
[treefmt-check] .search-input-wrap {
2.87 s
[treefmt-check] - position:absolute;
2.87 s
[treefmt-check] - width:100%;
2.87 s
[treefmt-check] - max-width:33.5rem;
2.87 s
[treefmt-check] - height:100% !important;
2.87 s
[treefmt-check] - border-radius:0;
2.87 s
[treefmt-check] - box-shadow:none;
2.87 s
[treefmt-check] - transition:width ease 400ms
2.87 s
[treefmt-check] + position: absolute;
2.87 s
[treefmt-check] + width: 100%;
2.87 s
[treefmt-check] + max-width: 33.5rem;
2.87 s
[treefmt-check] + height: 100% !important;
2.87 s
[treefmt-check] + border-radius: 0;
2.87 s
[treefmt-check] + box-shadow: none;
2.87 s
[treefmt-check] + transition: width ease 400ms;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search-input {
2.87 s
[treefmt-check] - position:absolute;
2.87 s
[treefmt-check] - width:100%;
2.87 s
[treefmt-check] - height:100%;
2.87 s
[treefmt-check] - padding:.5rem 1rem .5rem 2.5rem;
2.87 s
[treefmt-check] - font-size:1rem;
2.87 s
[treefmt-check] - color:#5c5962;
2.87 s
[treefmt-check] - background-color:#fff;
2.87 s
[treefmt-check] - border-top:0;
2.87 s
[treefmt-check] - border-right:0;
2.87 s
[treefmt-check] - border-bottom:0;
2.87 s
[treefmt-check] - border-left:0;
2.87 s
[treefmt-check] - border-radius:0
2.87 s
[treefmt-check] + position: absolute;
2.87 s
[treefmt-check] + width: 100%;
2.87 s
[treefmt-check] + height: 100%;
2.87 s
[treefmt-check] + padding: 0.5rem 1rem 0.5rem 2.5rem;
2.87 s
[treefmt-check] + font-size: 1rem;
2.87 s
[treefmt-check] + color: #5c5962;
2.87 s
[treefmt-check] + background-color: #fff;
2.87 s
[treefmt-check] + border-top: 0;
2.87 s
[treefmt-check] + border-right: 0;
2.87 s
[treefmt-check] + border-bottom: 0;
2.87 s
[treefmt-check] + border-left: 0;
2.87 s
[treefmt-check] + border-radius: 0;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 50rem) {
2.87 s
[treefmt-check] .search-input {
2.87 s
[treefmt-check] - padding:.5rem 1rem .5rem 3.5rem;
2.87 s
[treefmt-check] - font-size:0.875rem;
2.87 s
[treefmt-check] - background-color:#fff;
2.87 s
[treefmt-check] - transition:padding-left linear 200ms
2.87 s
[treefmt-check] + padding: 0.5rem 1rem 0.5rem 3.5rem;
2.87 s
[treefmt-check] + font-size: 0.875rem;
2.87 s
[treefmt-check] + background-color: #fff;
2.87 s
[treefmt-check] + transition: padding-left linear 200ms;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search-input:focus {
2.87 s
[treefmt-check] - outline-offset:-1px
2.87 s
[treefmt-check] + outline-offset: -1px;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] -.search-input:focus+.search-label .search-icon {
2.87 s
[treefmt-check] - color:#7253ed
2.87 s
[treefmt-check] + .search-input:focus + .search-label .search-icon {
2.87 s
[treefmt-check] + color: #7253ed;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search-label {
2.87 s
[treefmt-check] - position:absolute;
2.87 s
[treefmt-check] - display:flex;
2.87 s
[treefmt-check] - height:100%;
2.87 s
[treefmt-check] - padding-left:1rem
2.87 s
[treefmt-check] + position: absolute;
2.87 s
[treefmt-check] + display: flex;
2.87 s
[treefmt-check] + height: 100%;
2.87 s
[treefmt-check] + padding-left: 1rem;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] @media (min-width: 50rem) {
2.87 s
[treefmt-check] .search-label {
2.87 s
[treefmt-check] - padding-left:2rem;
2.87 s
[treefmt-check] - transition:padding-left linear 200ms
2.87 s
[treefmt-check] + padding-left: 2rem;
2.87 s
[treefmt-check] + transition: padding-left linear 200ms;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search-label .search-icon {
2.87 s
[treefmt-check] - width:1.2rem;
2.87 s
[treefmt-check] - height:1.2rem;
2.87 s
[treefmt-check] - align-self:center;
2.87 s
[treefmt-check] - color:#959396
2.87 s
[treefmt-check] + width: 1.2rem;
2.87 s
[treefmt-check] + height: 1.2rem;
2.87 s
[treefmt-check] + align-self: center;
2.87 s
[treefmt-check] + color: #959396;
2.87 s
[treefmt-check] }
2.87 s
[treefmt-check] .search-results {
2.87 s
[treefmt-check] - position:absolute;
2.87 s
[treefmt-check] - left:0;
2.87 s
[treefmt-check] - display:none;
2.87 s
[treefmt-check] - width:100%;
2.87 s
[treefmt-check] - max-height:calc(100% - 4rem);
2.87 s
[treefmt-check] - overflow-y:auto;
2.88 s
[treefmt-check] - background-color:#fff;
2.88 s
[treefmt-check] - border-bottom-right-radius:4px;
2.88 s
[treefmt-check] - border-bottom-left-radius:4px;
2.88 s
[treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)
2.88 s
[treefmt-check] + position: absolute;
2.88 s
[treefmt-check] + left: 0;
2.88 s
[treefmt-check] + display: none;
2.88 s
[treefmt-check] + width: 100%;
2.88 s
[treefmt-check] + max-height: calc(100% - 4rem);
2.88 s
[treefmt-check] + overflow-y: auto;
2.88 s
[treefmt-check] + background-color: #fff;
2.88 s
[treefmt-check] + border-bottom-right-radius: 4px;
2.88 s
[treefmt-check] + border-bottom-left-radius: 4px;
2.88 s
[treefmt-check] + box-shadow:
2.88 s
[treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
2.88 s
[treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-results {
2.88 s
[treefmt-check] - top:100%;
2.88 s
[treefmt-check] - width:33.5rem;
2.88 s
[treefmt-check] - max-height:calc(100vh - 200%) !important
2.88 s
[treefmt-check] + top: 100%;
2.88 s
[treefmt-check] + width: 33.5rem;
2.88 s
[treefmt-check] + max-height: calc(100vh - 200%) !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-results-list {
2.88 s
[treefmt-check] - padding-left:0;
2.88 s
[treefmt-check] - margin-bottom:.25rem;
2.88 s
[treefmt-check] - list-style:none
2.88 s
[treefmt-check] + padding-left: 0;
2.88 s
[treefmt-check] + margin-bottom: 0.25rem;
2.88 s
[treefmt-check] + list-style: none;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-results-list {
2.88 s
[treefmt-check] - font-size:.875rem !important
2.88 s
[treefmt-check] + font-size: 0.875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-results-list {
2.88 s
[treefmt-check] - font-size:1rem !important
2.88 s
[treefmt-check] + font-size: 1rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-results-list {
2.88 s
[treefmt-check] - font-size:.75rem !important
2.88 s
[treefmt-check] + font-size: 0.75rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) and (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-results-list {
2.88 s
[treefmt-check] - font-size:.875rem !important
2.88 s
[treefmt-check] + font-size: 0.875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-results-list-item {
2.88 s
[treefmt-check] - padding:0;
2.88 s
[treefmt-check] - margin:0
2.88 s
[treefmt-check] + padding: 0;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result {
2.88 s
[treefmt-check] - display:block;
2.88 s
[treefmt-check] - padding:.25rem .75rem;
2.88 s
[treefmt-check] - outline-offset:-1px
2.88 s
[treefmt-check] + display: block;
2.88 s
[treefmt-check] + padding: 0.25rem 0.75rem;
2.88 s
[treefmt-check] + outline-offset: -1px;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result:hover,
2.88 s
[treefmt-check] .search-result.active {
2.88 s
[treefmt-check] - background-color:#ebedf5
2.88 s
[treefmt-check] + background-color: #ebedf5;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-title {
2.88 s
[treefmt-check] - display:block;
2.88 s
[treefmt-check] - padding-top:.5rem;
2.88 s
[treefmt-check] - padding-bottom:.5rem
2.88 s
[treefmt-check] + display: block;
2.88 s
[treefmt-check] + padding-top: 0.5rem;
2.88 s
[treefmt-check] + padding-bottom: 0.5rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-result-title {
2.88 s
[treefmt-check] - display:inline-block;
2.88 s
[treefmt-check] - width:40%;
2.88 s
[treefmt-check] - padding-right:.5rem;
2.88 s
[treefmt-check] - vertical-align:top
2.88 s
[treefmt-check] + display: inline-block;
2.88 s
[treefmt-check] + width: 40%;
2.88 s
[treefmt-check] + padding-right: 0.5rem;
2.88 s
[treefmt-check] + vertical-align: top;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-doc {
2.88 s
[treefmt-check] - display:flex;
2.88 s
[treefmt-check] - align-items:center;
2.88 s
[treefmt-check] - overflow-wrap:break-word
2.88 s
[treefmt-check] + display: flex;
2.88 s
[treefmt-check] + align-items: center;
2.88 s
[treefmt-check] + overflow-wrap: break-word;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-doc.search-result-doc-parent {
2.88 s
[treefmt-check] - opacity:0.5
2.88 s
[treefmt-check] + opacity: 0.5;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-doc.search-result-doc-parent {
2.88 s
[treefmt-check] - font-size:.75rem !important
2.88 s
[treefmt-check] + font-size: 0.75rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-result-doc.search-result-doc-parent {
2.88 s
[treefmt-check] - font-size:.875rem !important
2.88 s
[treefmt-check] + font-size: 0.875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-result-doc.search-result-doc-parent {
2.88 s
[treefmt-check] - font-size:.6875rem !important
2.88 s
[treefmt-check] + font-size: 0.6875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) and (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-result-doc.search-result-doc-parent {
2.88 s
[treefmt-check] - font-size:.75rem !important
2.88 s
[treefmt-check] + font-size: 0.75rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-doc .search-result-icon {
2.88 s
[treefmt-check] - width:1rem;
2.88 s
[treefmt-check] - height:1rem;
2.88 s
[treefmt-check] - margin-right:.5rem;
2.88 s
[treefmt-check] - color:#7253ed;
2.88 s
[treefmt-check] - flex-shrink:0
2.88 s
[treefmt-check] + width: 1rem;
2.88 s
[treefmt-check] + height: 1rem;
2.88 s
[treefmt-check] + margin-right: 0.5rem;
2.88 s
[treefmt-check] + color: #7253ed;
2.88 s
[treefmt-check] + flex-shrink: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-doc .search-result-doc-title {
2.88 s
[treefmt-check] - overflow:auto
2.88 s
[treefmt-check] + overflow: auto;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-section {
2.88 s
[treefmt-check] - margin-left:1.5rem;
2.88 s
[treefmt-check] - overflow-wrap:break-word
2.88 s
[treefmt-check] + margin-left: 1.5rem;
2.88 s
[treefmt-check] + overflow-wrap: break-word;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-rel-url {
2.88 s
[treefmt-check] - display:block;
2.88 s
[treefmt-check] - margin-left:1.5rem;
2.88 s
[treefmt-check] - overflow:hidden;
2.88 s
[treefmt-check] - color:#5c5962;
2.88 s
[treefmt-check] - text-overflow:ellipsis;
2.88 s
[treefmt-check] - white-space:nowrap
2.88 s
[treefmt-check] + display: block;
2.88 s
[treefmt-check] + margin-left: 1.5rem;
2.88 s
[treefmt-check] + overflow: hidden;
2.88 s
[treefmt-check] + color: #5c5962;
2.88 s
[treefmt-check] + text-overflow: ellipsis;
2.88 s
[treefmt-check] + white-space: nowrap;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-rel-url {
2.88 s
[treefmt-check] - font-size:.5625rem !important
2.88 s
[treefmt-check] + font-size: 0.5625rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-result-rel-url {
2.88 s
[treefmt-check] - font-size:.625rem !important
2.88 s
[treefmt-check] + font-size: 0.625rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-previews {
2.88 s
[treefmt-check] - display:block;
2.88 s
[treefmt-check] - padding-top:.5rem;
2.88 s
[treefmt-check] - padding-bottom:.5rem;
2.88 s
[treefmt-check] - padding-left:1rem;
2.88 s
[treefmt-check] - margin-left:.5rem;
2.88 s
[treefmt-check] - color:#5c5962;
2.88 s
[treefmt-check] - overflow-wrap:break-word;
2.88 s
[treefmt-check] - border-left:1px solid;
2.88 s
[treefmt-check] - border-left-color:#eeebee
2.88 s
[treefmt-check] + display: block;
2.88 s
[treefmt-check] + padding-top: 0.5rem;
2.88 s
[treefmt-check] + padding-bottom: 0.5rem;
2.88 s
[treefmt-check] + padding-left: 1rem;
2.88 s
[treefmt-check] + margin-left: 0.5rem;
2.88 s
[treefmt-check] + color: #5c5962;
2.88 s
[treefmt-check] + overflow-wrap: break-word;
2.88 s
[treefmt-check] + border-left: 1px solid;
2.88 s
[treefmt-check] + border-left-color: #eeebee;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-previews {
2.88 s
[treefmt-check] - font-size:.6875rem !important
2.88 s
[treefmt-check] + font-size: 0.6875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-result-previews {
2.88 s
[treefmt-check] - font-size:.75rem !important
2.88 s
[treefmt-check] + font-size: 0.75rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-result-previews {
2.88 s
[treefmt-check] - display:inline-block;
2.88 s
[treefmt-check] - width:60%;
2.88 s
[treefmt-check] - padding-left:.5rem;
2.88 s
[treefmt-check] - margin-left:0;
2.88 s
[treefmt-check] - vertical-align:top
2.88 s
[treefmt-check] + display: inline-block;
2.88 s
[treefmt-check] + width: 60%;
2.88 s
[treefmt-check] + padding-left: 0.5rem;
2.88 s
[treefmt-check] + margin-left: 0;
2.88 s
[treefmt-check] + vertical-align: top;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] -.search-result-preview+.search-result-preview {
2.88 s
[treefmt-check] - margin-top:.25rem
2.88 s
[treefmt-check] + .search-result-preview + .search-result-preview {
2.88 s
[treefmt-check] + margin-top: 0.25rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-result-highlight {
2.88 s
[treefmt-check] - font-weight:bold
2.88 s
[treefmt-check] + font-weight: bold;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-no-result {
2.88 s
[treefmt-check] - padding:.5rem .75rem
2.88 s
[treefmt-check] + padding: 0.5rem 0.75rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-no-result {
2.88 s
[treefmt-check] - font-size:.75rem !important
2.88 s
[treefmt-check] + font-size: 0.75rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] .search-no-result {
2.88 s
[treefmt-check] - font-size:.875rem !important
2.88 s
[treefmt-check] + font-size: 0.875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-button {
2.88 s
[treefmt-check] - position:fixed;
2.88 s
[treefmt-check] - right:1rem;
2.88 s
[treefmt-check] - bottom:1rem;
2.88 s
[treefmt-check] - display:flex;
2.88 s
[treefmt-check] - width:3.5rem;
2.88 s
[treefmt-check] - height:3.5rem;
2.88 s
[treefmt-check] - background-color:#fff;
2.88 s
[treefmt-check] - border:1px solid rgba(114,83,237,0.3);
2.88 s
[treefmt-check] - border-radius:1.75rem;
2.88 s
[treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
2.88 s
[treefmt-check] - align-items:center;
2.88 s
[treefmt-check] - justify-content:center
2.88 s
[treefmt-check] + position: fixed;
2.88 s
[treefmt-check] + right: 1rem;
2.88 s
[treefmt-check] + bottom: 1rem;
2.88 s
[treefmt-check] + display: flex;
2.88 s
[treefmt-check] + width: 3.5rem;
2.88 s
[treefmt-check] + height: 3.5rem;
2.88 s
[treefmt-check] + background-color: #fff;
2.88 s
[treefmt-check] + border: 1px solid rgba(114, 83, 237, 0.3);
2.88 s
[treefmt-check] + border-radius: 1.75rem;
2.88 s
[treefmt-check] + box-shadow:
2.88 s
[treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
2.88 s
[treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
2.88 s
[treefmt-check] + align-items: center;
2.88 s
[treefmt-check] + justify-content: center;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-overlay {
2.88 s
[treefmt-check] - position:fixed;
2.88 s
[treefmt-check] - top:0;
2.88 s
[treefmt-check] - left:0;
2.88 s
[treefmt-check] - z-index:1;
2.88 s
[treefmt-check] - width:0;
2.88 s
[treefmt-check] - height:0;
2.88 s
[treefmt-check] - background-color:rgba(0,0,0,0.3);
2.88 s
[treefmt-check] - opacity:0;
2.88 s
[treefmt-check] - transition:opacity ease 400ms,width 0s 400ms,height 0s 400ms
2.88 s
[treefmt-check] + position: fixed;
2.88 s
[treefmt-check] + top: 0;
2.88 s
[treefmt-check] + left: 0;
2.88 s
[treefmt-check] + z-index: 1;
2.88 s
[treefmt-check] + width: 0;
2.88 s
[treefmt-check] + height: 0;
2.88 s
[treefmt-check] + background-color: rgba(0, 0, 0, 0.3);
2.88 s
[treefmt-check] + opacity: 0;
2.88 s
[treefmt-check] + transition:
2.88 s
[treefmt-check] + opacity ease 400ms,
2.88 s
[treefmt-check] + width 0s 400ms,
2.88 s
[treefmt-check] + height 0s 400ms;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-active .search {
2.88 s
[treefmt-check] - position:fixed;
2.88 s
[treefmt-check] - top:0;
2.88 s
[treefmt-check] - left:0;
2.88 s
[treefmt-check] - width:100%;
2.88 s
[treefmt-check] - height:100%;
2.88 s
[treefmt-check] - padding:0
2.88 s
[treefmt-check] + position: fixed;
2.88 s
[treefmt-check] + top: 0;
2.88 s
[treefmt-check] + left: 0;
2.88 s
[treefmt-check] + width: 100%;
2.88 s
[treefmt-check] + height: 100%;
2.88 s
[treefmt-check] + padding: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-active .search-input-wrap {
2.88 s
[treefmt-check] - height:4rem;
2.88 s
[treefmt-check] - border-radius:0
2.88 s
[treefmt-check] + height: 4rem;
2.88 s
[treefmt-check] + border-radius: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-active .search-input-wrap {
2.88 s
[treefmt-check] - width:33.5rem;
2.88 s
[treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)
2.88 s
[treefmt-check] + width: 33.5rem;
2.88 s
[treefmt-check] + box-shadow:
2.88 s
[treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
2.88 s
[treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-active .search-input {
2.88 s
[treefmt-check] - background-color:#fff
2.88 s
[treefmt-check] + background-color: #fff;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-active .search-input {
2.88 s
[treefmt-check] - padding-left:2.3rem
2.88 s
[treefmt-check] + padding-left: 2.3rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-active .search-label {
2.88 s
[treefmt-check] - padding-left:0.6rem
2.88 s
[treefmt-check] + padding-left: 0.6rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-active .search-results {
2.88 s
[treefmt-check] - display:block
2.88 s
[treefmt-check] + display: block;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-active .search-overlay {
2.88 s
[treefmt-check] - width:100%;
2.88 s
[treefmt-check] - height:100%;
2.88 s
[treefmt-check] - opacity:1;
2.88 s
[treefmt-check] - transition:opacity ease 400ms,width 0s,height 0s
2.88 s
[treefmt-check] + width: 100%;
2.88 s
[treefmt-check] + height: 100%;
2.88 s
[treefmt-check] + opacity: 1;
2.88 s
[treefmt-check] + transition:
2.88 s
[treefmt-check] + opacity ease 400ms,
2.88 s
[treefmt-check] + width 0s,
2.88 s
[treefmt-check] + height 0s;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-active .main {
2.88 s
[treefmt-check] - position:fixed;
2.88 s
[treefmt-check] - right:0;
2.88 s
[treefmt-check] - left:0
2.88 s
[treefmt-check] + position: fixed;
2.88 s
[treefmt-check] + right: 0;
2.88 s
[treefmt-check] + left: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .search-active .main-header {
2.88 s
[treefmt-check] - padding-top:4rem
2.88 s
[treefmt-check] + padding-top: 4rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 50rem) {
2.88 s
[treefmt-check] .search-active .main-header {
2.88 s
[treefmt-check] - padding-top:0
2.88 s
[treefmt-check] + padding-top: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .table-wrapper {
2.88 s
[treefmt-check] - display:block;
2.88 s
[treefmt-check] - width:100%;
2.88 s
[treefmt-check] - max-width:100%;
2.88 s
[treefmt-check] - margin-bottom:1.5rem;
2.88 s
[treefmt-check] - overflow-x:auto;
2.88 s
[treefmt-check] - border-radius:4px;
2.88 s
[treefmt-check] - box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)
2.88 s
[treefmt-check] + display: block;
2.88 s
[treefmt-check] + width: 100%;
2.88 s
[treefmt-check] + max-width: 100%;
2.88 s
[treefmt-check] + margin-bottom: 1.5rem;
2.88 s
[treefmt-check] + overflow-x: auto;
2.88 s
[treefmt-check] + border-radius: 4px;
2.88 s
[treefmt-check] + box-shadow:
2.88 s
[treefmt-check] + 0 1px 2px rgba(0, 0, 0, 0.12),
2.88 s
[treefmt-check] + 0 3px 10px rgba(0, 0, 0, 0.08);
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] table {
2.88 s
[treefmt-check] - display:table;
2.88 s
[treefmt-check] - min-width:100%;
2.88 s
[treefmt-check] - border-collapse:separate
2.88 s
[treefmt-check] + display: table;
2.88 s
[treefmt-check] + min-width: 100%;
2.88 s
[treefmt-check] + border-collapse: separate;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] th,
2.88 s
[treefmt-check] td {
2.88 s
[treefmt-check] /*! min-width:7.5rem; */
2.88 s
[treefmt-check] - padding:.5rem .75rem;
2.88 s
[treefmt-check] - background-color:#fff;
2.88 s
[treefmt-check] - border-bottom:1px solid rgba(238,235,238,0.5);
2.88 s
[treefmt-check] - border-left:1px solid #eeebee;
2.88 s
[treefmt-check] + padding: 0.5rem 0.75rem;
2.88 s
[treefmt-check] + background-color: #fff;
2.88 s
[treefmt-check] + border-bottom: 1px solid rgba(238, 235, 238, 0.5);
2.88 s
[treefmt-check] + border-left: 1px solid #eeebee;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] th,
2.88 s
[treefmt-check] td {
2.88 s
[treefmt-check] - font-size:.75rem !important
2.88 s
[treefmt-check] + font-size: 0.75rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] @media (min-width: 31.25rem) {
2.88 s
[treefmt-check] th,
2.88 s
[treefmt-check] td {
2.88 s
[treefmt-check] - font-size:.875rem !important
2.88 s
[treefmt-check] + font-size: 0.875rem !important;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] th:first-of-type,
2.88 s
[treefmt-check] td:first-of-type {
2.88 s
[treefmt-check] - border-left:0
2.88 s
[treefmt-check] + border-left: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] tbody tr:last-of-type th,
2.88 s
[treefmt-check] tbody tr:last-of-type td {
2.88 s
[treefmt-check] - border-bottom:0
2.88 s
[treefmt-check] + border-bottom: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] tbody tr:last-of-type td {
2.88 s
[treefmt-check] - padding-bottom:.75rem
2.88 s
[treefmt-check] + padding-bottom: 0.75rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] thead th {
2.88 s
[treefmt-check] - border-bottom:1px solid #eeebee
2.88 s
[treefmt-check] + border-bottom: 1px solid #eeebee;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] -:not(pre,
2.88 s
[treefmt-check] -figure)>code {
2.88 s
[treefmt-check] - padding:0.2em 0.15em;
2.88 s
[treefmt-check] - font-weight:400;
2.88 s
[treefmt-check] - background-color:#fff;
2.88 s
[treefmt-check] - border:1px solid #eeebee;
2.88 s
[treefmt-check] - border-radius:4px
2.88 s
[treefmt-check] + :not(pre, figure) > code {
2.88 s
[treefmt-check] + padding: 0.2em 0.15em;
2.88 s
[treefmt-check] + font-weight: 400;
2.88 s
[treefmt-check] + background-color: #fff;
2.88 s
[treefmt-check] + border: 1px solid #eeebee;
2.88 s
[treefmt-check] + border-radius: 4px;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] a:visited code {
2.88 s
[treefmt-check] - border-color:#eeebee
2.88 s
[treefmt-check] + border-color: #eeebee;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] div.highlighter-rouge,
2.88 s
[treefmt-check] -div.listingblock>div.content,
2.88 s
[treefmt-check] + div.listingblock > div.content,
2.88 s
[treefmt-check] figure.highlight {
2.88 s
[treefmt-check] - margin-top:0;
2.88 s
[treefmt-check] - margin-bottom:.75rem;
2.88 s
[treefmt-check] - background-color:#fff;
2.88 s
[treefmt-check] - border-radius:4px;
2.88 s
[treefmt-check] - box-shadow:none;
2.88 s
[treefmt-check] - -webkit-overflow-scrolling:touch;
2.88 s
[treefmt-check] - position:relative;
2.88 s
[treefmt-check] - padding:0
2.88 s
[treefmt-check] -}
2.88 s
[treefmt-check] -div.highlighter-rouge>button,
2.88 s
[treefmt-check] -div.listingblock>div.content>button,
2.88 s
[treefmt-check] -figure.highlight>button {
2.88 s
[treefmt-check] - width:.75rem;
2.88 s
[treefmt-check] - opacity:0;
2.88 s
[treefmt-check] - position:absolute;
2.88 s
[treefmt-check] - top:0;
2.88 s
[treefmt-check] - right:0;
2.88 s
[treefmt-check] - padding:.75rem;
2.88 s
[treefmt-check] - border:none;
2.88 s
[treefmt-check] - background:none;
2.88 s
[treefmt-check] - color:#5c5962;
2.88 s
[treefmt-check] - box-sizing:content-box
2.88 s
[treefmt-check] -}
2.88 s
[treefmt-check] -div.highlighter-rouge>button svg,
2.88 s
[treefmt-check] -div.listingblock>div.content>button svg,
2.88 s
[treefmt-check] -figure.highlight>button svg {
2.88 s
[treefmt-check] - fill:#5c5962
2.88 s
[treefmt-check] -}
2.88 s
[treefmt-check] -div.highlighter-rouge>button:active,
2.88 s
[treefmt-check] -div.listingblock>div.content>button:active,
2.88 s
[treefmt-check] -figure.highlight>button:active {
2.88 s
[treefmt-check] - text-decoration:none;
2.88 s
[treefmt-check] - outline:none;
2.88 s
[treefmt-check] - opacity:1
2.88 s
[treefmt-check] -}
2.88 s
[treefmt-check] -div.highlighter-rouge>button:focus,
2.88 s
[treefmt-check] -div.listingblock>div.content>button:focus,
2.88 s
[treefmt-check] -figure.highlight>button:focus {
2.88 s
[treefmt-check] - opacity:1;
2.88 s
[treefmt-check] - outline:2px solid #7253ed
2.88 s
[treefmt-check] -}
2.88 s
[treefmt-check] -div.highlighter-rouge:hover>button,
2.88 s
[treefmt-check] -div.listingblock>div.content:hover>button,
2.88 s
[treefmt-check] -figure.highlight:hover>button {
2.88 s
[treefmt-check] - cursor:copy;
2.88 s
[treefmt-check] - opacity:1
2.88 s
[treefmt-check] + margin-top: 0;
2.88 s
[treefmt-check] + margin-bottom: 0.75rem;
2.88 s
[treefmt-check] + background-color: #fff;
2.88 s
[treefmt-check] + border-radius: 4px;
2.88 s
[treefmt-check] + box-shadow: none;
2.88 s
[treefmt-check] + -webkit-overflow-scrolling: touch;
2.88 s
[treefmt-check] + position: relative;
2.88 s
[treefmt-check] + padding: 0;
2.88 s
[treefmt-check] + }
2.88 s
[treefmt-check] + div.highlighter-rouge > button,
2.88 s
[treefmt-check] + div.listingblock > div.content > button,
2.88 s
[treefmt-check] + figure.highlight > button {
2.88 s
[treefmt-check] + width: 0.75rem;
2.88 s
[treefmt-check] + opacity: 0;
2.88 s
[treefmt-check] + position: absolute;
2.88 s
[treefmt-check] + top: 0;
2.88 s
[treefmt-check] + right: 0;
2.88 s
[treefmt-check] + padding: 0.75rem;
2.88 s
[treefmt-check] + border: none;
2.88 s
[treefmt-check] + background: none;
2.88 s
[treefmt-check] + color: #5c5962;
2.88 s
[treefmt-check] + box-sizing: content-box;
2.88 s
[treefmt-check] + }
2.88 s
[treefmt-check] + div.highlighter-rouge > button svg,
2.88 s
[treefmt-check] + div.listingblock > div.content > button svg,
2.88 s
[treefmt-check] + figure.highlight > button svg {
2.88 s
[treefmt-check] + fill: #5c5962;
2.88 s
[treefmt-check] + }
2.88 s
[treefmt-check] + div.highlighter-rouge > button:active,
2.88 s
[treefmt-check] + div.listingblock > div.content > button:active,
2.88 s
[treefmt-check] + figure.highlight > button:active {
2.88 s
[treefmt-check] + text-decoration: none;
2.88 s
[treefmt-check] + outline: none;
2.88 s
[treefmt-check] + opacity: 1;
2.88 s
[treefmt-check] + }
2.88 s
[treefmt-check] + div.highlighter-rouge > button:focus,
2.88 s
[treefmt-check] + div.listingblock > div.content > button:focus,
2.88 s
[treefmt-check] + figure.highlight > button:focus {
2.88 s
[treefmt-check] + opacity: 1;
2.88 s
[treefmt-check] + outline: 2px solid #7253ed;
2.88 s
[treefmt-check] + }
2.88 s
[treefmt-check] + div.highlighter-rouge:hover > button,
2.88 s
[treefmt-check] + div.listingblock > div.content:hover > button,
2.88 s
[treefmt-check] + figure.highlight:hover > button {
2.88 s
[treefmt-check] + cursor: copy;
2.88 s
[treefmt-check] + opacity: 1;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] div.highlighter-rouge div.highlight {
2.88 s
[treefmt-check] - overflow-x:auto;
2.88 s
[treefmt-check] - padding:.75rem;
2.88 s
[treefmt-check] - margin:0;
2.88 s
[treefmt-check] - border:1px solid #5c5962;
2.88 s
[treefmt-check] - border-radius:4px
2.88 s
[treefmt-check] + overflow-x: auto;
2.88 s
[treefmt-check] + padding: 0.75rem;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] + border: 1px solid #5c5962;
2.88 s
[treefmt-check] + border-radius: 4px;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] div.highlighter-rouge pre.highlight,
2.88 s
[treefmt-check] div.highlighter-rouge code {
2.88 s
[treefmt-check] - padding:0;
2.88 s
[treefmt-check] - margin:0;
2.88 s
[treefmt-check] - border:0
2.88 s
[treefmt-check] + padding: 0;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] + border: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] div.listingblock {
2.88 s
[treefmt-check] - margin-top:0;
2.88 s
[treefmt-check] - margin-bottom:.75rem
2.88 s
[treefmt-check] + margin-top: 0;
2.88 s
[treefmt-check] + margin-bottom: 0.75rem;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] div.listingblock div.content {
2.88 s
[treefmt-check] - overflow-x:auto;
2.88 s
[treefmt-check] - padding:.75rem;
2.88 s
[treefmt-check] - margin:0;
2.88 s
[treefmt-check] - border:1px solid #5c5962;
2.88 s
[treefmt-check] - border-radius:4px
2.88 s
[treefmt-check] + overflow-x: auto;
2.88 s
[treefmt-check] + padding: 0.75rem;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] + border: 1px solid #5c5962;
2.88 s
[treefmt-check] + border-radius: 4px;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] -div.listingblock div.content>pre,
2.88 s
[treefmt-check] + div.listingblock div.content > pre,
2.88 s
[treefmt-check] div.listingblock code {
2.88 s
[treefmt-check] - padding:0;
2.88 s
[treefmt-check] - margin:0;
2.88 s
[treefmt-check] - border:0
2.88 s
[treefmt-check] + padding: 0;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] + border: 0;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] figure.highlight pre,
2.88 s
[treefmt-check] -figure.highlight :not(pre)>code {
2.88 s
[treefmt-check] - overflow-x:auto;
2.88 s
[treefmt-check] - padding:.75rem;
2.88 s
[treefmt-check] - margin:0;
2.88 s
[treefmt-check] - border:1px solid #5c5962;
2.88 s
[treefmt-check] - border-radius:4px
2.88 s
[treefmt-check] + figure.highlight :not(pre) > code {
2.88 s
[treefmt-check] + overflow-x: auto;
2.88 s
[treefmt-check] + padding: 0.75rem;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] + border: 1px solid #5c5962;
2.88 s
[treefmt-check] + border-radius: 4px;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .highlight .table-wrapper {
2.88 s
[treefmt-check] - padding:.75rem 0;
2.88 s
[treefmt-check] - margin:0;
2.88 s
[treefmt-check] - border:0;
2.88 s
[treefmt-check] - box-shadow:none
2.88 s
[treefmt-check] + padding: 0.75rem 0;
2.88 s
[treefmt-check] + margin: 0;
2.88 s
[treefmt-check] + border: 0;
2.88 s
[treefmt-check] + box-shadow: none;
2.88 s
[treefmt-check] }
2.88 s
[treefmt-check] .highlight .table-wrapper td,
2.88 s
[treefmt-check] .highlight .table-wrapper pre {
2.88 s
[treefmt-check] - min-width:0;
2.89 s
[treefmt-check] - padding:0;
2.89 s
[treefmt-check] - background-color:#fff;
2.89 s
[treefmt-check] - border:0
2.89 s
[treefmt-check] + min-width: 0;
2.89 s
[treefmt-check] + padding: 0;
2.89 s
[treefmt-check] + background-color: #fff;
2.89 s
[treefmt-check] + border: 0;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .highlight .table-wrapper td,
2.89 s
[treefmt-check] .highlight .table-wrapper pre {
2.89 s
[treefmt-check] - font-size:.6875rem !important
2.89 s
[treefmt-check] + font-size: 0.6875rem !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 31.25rem) {
2.89 s
[treefmt-check] .highlight .table-wrapper td,
2.89 s
[treefmt-check] .highlight .table-wrapper pre {
2.89 s
[treefmt-check] - font-size:.75rem !important
2.89 s
[treefmt-check] + font-size: 0.75rem !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .highlight .table-wrapper td.gl {
2.89 s
[treefmt-check] - width:1em;
2.89 s
[treefmt-check] - padding-right:.75rem;
2.89 s
[treefmt-check] - padding-left:.75rem
2.89 s
[treefmt-check] + width: 1em;
2.89 s
[treefmt-check] + padding-right: 0.75rem;
2.89 s
[treefmt-check] + padding-left: 0.75rem;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .highlight .table-wrapper pre {
2.89 s
[treefmt-check] - margin:0;
2.89 s
[treefmt-check] - line-height:2
2.89 s
[treefmt-check] + margin: 0;
2.89 s
[treefmt-check] + line-height: 2;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .code-example,
2.89 s
[treefmt-check] -.listingblock>.title {
2.89 s
[treefmt-check] - padding:.75rem;
2.89 s
[treefmt-check] - margin-bottom:.75rem;
2.89 s
[treefmt-check] - overflow:auto;
2.89 s
[treefmt-check] - border:1px solid #eeebee;
2.89 s
[treefmt-check] - border-radius:4px
2.89 s
[treefmt-check] -}
2.89 s
[treefmt-check] -.code-example+.highlighter-rouge,
2.89 s
[treefmt-check] -.code-example+.sectionbody .listingblock,
2.89 s
[treefmt-check] -.code-example+.content,
2.89 s
[treefmt-check] -.code-example+figure.highlight,
2.89 s
[treefmt-check] -.listingblock>.title+.highlighter-rouge,
2.89 s
[treefmt-check] -.listingblock>.title+.sectionbody .listingblock,
2.89 s
[treefmt-check] -.listingblock>.title+.content,
2.89 s
[treefmt-check] -.listingblock>.title+figure.highlight {
2.89 s
[treefmt-check] - position:relative;
2.89 s
[treefmt-check] - margin-top:-1rem;
2.89 s
[treefmt-check] - border-right:1px solid #eeebee;
2.89 s
[treefmt-check] - border-bottom:1px solid #eeebee;
2.89 s
[treefmt-check] - border-left:1px solid #eeebee;
2.89 s
[treefmt-check] - border-top-left-radius:0;
2.89 s
[treefmt-check] - border-top-right-radius:0
2.89 s
[treefmt-check] + .listingblock > .title {
2.89 s
[treefmt-check] + padding: 0.75rem;
2.89 s
[treefmt-check] + margin-bottom: 0.75rem;
2.89 s
[treefmt-check] + overflow: auto;
2.89 s
[treefmt-check] + border: 1px solid #eeebee;
2.89 s
[treefmt-check] + border-radius: 4px;
2.89 s
[treefmt-check] + }
2.89 s
[treefmt-check] + .code-example + .highlighter-rouge,
2.89 s
[treefmt-check] + .code-example + .sectionbody .listingblock,
2.89 s
[treefmt-check] + .code-example + .content,
2.89 s
[treefmt-check] + .code-example + figure.highlight,
2.89 s
[treefmt-check] + .listingblock > .title + .highlighter-rouge,
2.89 s
[treefmt-check] + .listingblock > .title + .sectionbody .listingblock,
2.89 s
[treefmt-check] + .listingblock > .title + .content,
2.89 s
[treefmt-check] + .listingblock > .title + figure.highlight {
2.89 s
[treefmt-check] + position: relative;
2.89 s
[treefmt-check] + margin-top: -1rem;
2.89 s
[treefmt-check] + border-right: 1px solid #eeebee;
2.89 s
[treefmt-check] + border-bottom: 1px solid #eeebee;
2.89 s
[treefmt-check] + border-left: 1px solid #eeebee;
2.89 s
[treefmt-check] + border-top-left-radius: 0;
2.89 s
[treefmt-check] + border-top-right-radius: 0;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] code.language-mermaid {
2.89 s
[treefmt-check] - padding:0;
2.89 s
[treefmt-check] - background-color:inherit;
2.89 s
[treefmt-check] - border:0
2.89 s
[treefmt-check] + padding: 0;
2.89 s
[treefmt-check] + background-color: inherit;
2.89 s
[treefmt-check] + border: 0;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .highlight,
2.89 s
[treefmt-check] pre.highlight {
2.89 s
[treefmt-check] - background:#fff;
2.89 s
[treefmt-check] - color:#5c5962
2.89 s
[treefmt-check] + background: #fff;
2.89 s
[treefmt-check] + color: #5c5962;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .highlight pre {
2.89 s
[treefmt-check] - background:#fff
2.89 s
[treefmt-check] + background: #fff;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-dk-000 {
2.89 s
[treefmt-check] - color:#959396 !important
2.89 s
[treefmt-check] + color: #959396 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-dk-100 {
2.89 s
[treefmt-check] - color:#5c5962 !important
2.89 s
[treefmt-check] + color: #5c5962 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-dk-200 {
2.89 s
[treefmt-check] - color:#44434d !important
2.89 s
[treefmt-check] + color: #44434d !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-dk-250 {
2.89 s
[treefmt-check] - color:#302d36 !important
2.89 s
[treefmt-check] + color: #302d36 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-dk-300 {
2.89 s
[treefmt-check] - color:#27262b !important
2.89 s
[treefmt-check] + color: #27262b !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-lt-000 {
2.89 s
[treefmt-check] - color:#f5f6fa !important
2.89 s
[treefmt-check] + color: #f5f6fa !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-lt-100 {
2.89 s
[treefmt-check] - color:#eeebee !important
2.89 s
[treefmt-check] + color: #eeebee !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-lt-200 {
2.89 s
[treefmt-check] - color:#ecebed !important
2.89 s
[treefmt-check] + color: #ecebed !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-grey-lt-300 {
2.89 s
[treefmt-check] - color:#e6e1e8 !important
2.89 s
[treefmt-check] + color: #e6e1e8 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-blue-000 {
2.89 s
[treefmt-check] - color:#2c84fa !important
2.89 s
[treefmt-check] + color: #2c84fa !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-blue-100 {
2.89 s
[treefmt-check] - color:#2869e6 !important
2.89 s
[treefmt-check] + color: #2869e6 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-blue-200 {
2.89 s
[treefmt-check] - color:#264caf !important
2.89 s
[treefmt-check] + color: #264caf !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-blue-300 {
2.89 s
[treefmt-check] - color:#183385 !important
2.89 s
[treefmt-check] + color: #183385 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-green-000 {
2.89 s
[treefmt-check] - color:#41d693 !important
2.89 s
[treefmt-check] + color: #41d693 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-green-100 {
2.89 s
[treefmt-check] - color:#11b584 !important
2.89 s
[treefmt-check] + color: #11b584 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-green-200 {
2.89 s
[treefmt-check] - color:#009c7b !important
2.89 s
[treefmt-check] + color: #009c7b !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-green-300 {
2.89 s
[treefmt-check] - color:#026e57 !important
2.89 s
[treefmt-check] + color: #026e57 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-purple-000 {
2.89 s
[treefmt-check] - color:#7253ed !important
2.89 s
[treefmt-check] + color: #7253ed !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-purple-100 {
2.89 s
[treefmt-check] - color:#5e41d0 !important
2.89 s
[treefmt-check] + color: #5e41d0 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-purple-200 {
2.89 s
[treefmt-check] - color:#4e26af !important
2.89 s
[treefmt-check] + color: #4e26af !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-purple-300 {
2.89 s
[treefmt-check] - color:#381885 !important
2.89 s
[treefmt-check] + color: #381885 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-yellow-000 {
2.89 s
[treefmt-check] - color:#ffeb82 !important
2.89 s
[treefmt-check] + color: #ffeb82 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-yellow-100 {
2.89 s
[treefmt-check] - color:#fadf50 !important
2.89 s
[treefmt-check] + color: #fadf50 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-yellow-200 {
2.89 s
[treefmt-check] - color:#f7d12e !important
2.89 s
[treefmt-check] + color: #f7d12e !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-yellow-300 {
2.89 s
[treefmt-check] - color:#e7af06 !important
2.89 s
[treefmt-check] + color: #e7af06 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-red-000 {
2.89 s
[treefmt-check] - color:#f77e7e !important
2.89 s
[treefmt-check] + color: #f77e7e !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-red-100 {
2.89 s
[treefmt-check] - color:#f96e65 !important
2.89 s
[treefmt-check] + color: #f96e65 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-red-200 {
2.89 s
[treefmt-check] - color:#e94c4c !important
2.89 s
[treefmt-check] + color: #e94c4c !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .text-red-300 {
2.89 s
[treefmt-check] - color:#dd2e2e !important
2.89 s
[treefmt-check] + color: #dd2e2e !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-dk-000 {
2.89 s
[treefmt-check] - background-color:#959396 !important
2.89 s
[treefmt-check] + background-color: #959396 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-dk-100 {
2.89 s
[treefmt-check] - background-color:#5c5962 !important
2.89 s
[treefmt-check] + background-color: #5c5962 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-dk-200 {
2.89 s
[treefmt-check] - background-color:#44434d !important
2.89 s
[treefmt-check] + background-color: #44434d !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-dk-250 {
2.89 s
[treefmt-check] - background-color:#302d36 !important
2.89 s
[treefmt-check] + background-color: #302d36 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-dk-300 {
2.89 s
[treefmt-check] - background-color:#27262b !important
2.89 s
[treefmt-check] + background-color: #27262b !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-lt-000 {
2.89 s
[treefmt-check] - background-color:#f5f6fa !important
2.89 s
[treefmt-check] + background-color: #f5f6fa !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-lt-100 {
2.89 s
[treefmt-check] - background-color:#eeebee !important
2.89 s
[treefmt-check] + background-color: #eeebee !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-lt-200 {
2.89 s
[treefmt-check] - background-color:#ecebed !important
2.89 s
[treefmt-check] + background-color: #ecebed !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-grey-lt-300 {
2.89 s
[treefmt-check] - background-color:#e6e1e8 !important
2.89 s
[treefmt-check] + background-color: #e6e1e8 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-blue-000 {
2.89 s
[treefmt-check] - background-color:#2c84fa !important
2.89 s
[treefmt-check] + background-color: #2c84fa !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-blue-100 {
2.89 s
[treefmt-check] - background-color:#2869e6 !important
2.89 s
[treefmt-check] + background-color: #2869e6 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-blue-200 {
2.89 s
[treefmt-check] - background-color:#264caf !important
2.89 s
[treefmt-check] + background-color: #264caf !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-blue-300 {
2.89 s
[treefmt-check] - background-color:#183385 !important
2.89 s
[treefmt-check] + background-color: #183385 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-green-000 {
2.89 s
[treefmt-check] - background-color:#41d693 !important
2.89 s
[treefmt-check] + background-color: #41d693 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-green-100 {
2.89 s
[treefmt-check] - background-color:#11b584 !important
2.89 s
[treefmt-check] + background-color: #11b584 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-green-200 {
2.89 s
[treefmt-check] - background-color:#009c7b !important
2.89 s
[treefmt-check] + background-color: #009c7b !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-green-300 {
2.89 s
[treefmt-check] - background-color:#026e57 !important
2.89 s
[treefmt-check] + background-color: #026e57 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-purple-000 {
2.89 s
[treefmt-check] - background-color:#7253ed !important
2.89 s
[treefmt-check] + background-color: #7253ed !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-purple-100 {
2.89 s
[treefmt-check] - background-color:#5e41d0 !important
2.89 s
[treefmt-check] + background-color: #5e41d0 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-purple-200 {
2.89 s
[treefmt-check] - background-color:#4e26af !important
2.89 s
[treefmt-check] + background-color: #4e26af !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-purple-300 {
2.89 s
[treefmt-check] - background-color:#381885 !important
2.89 s
[treefmt-check] + background-color: #381885 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-yellow-000 {
2.89 s
[treefmt-check] - background-color:#ffeb82 !important
2.89 s
[treefmt-check] + background-color: #ffeb82 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-yellow-100 {
2.89 s
[treefmt-check] - background-color:#fadf50 !important
2.89 s
[treefmt-check] + background-color: #fadf50 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-yellow-200 {
2.89 s
[treefmt-check] - background-color:#f7d12e !important
2.89 s
[treefmt-check] + background-color: #f7d12e !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-yellow-300 {
2.89 s
[treefmt-check] - background-color:#e7af06 !important
2.89 s
[treefmt-check] + background-color: #e7af06 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-red-000 {
2.89 s
[treefmt-check] - background-color:#f77e7e !important
2.89 s
[treefmt-check] + background-color: #f77e7e !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-red-100 {
2.89 s
[treefmt-check] - background-color:#f96e65 !important
2.89 s
[treefmt-check] + background-color: #f96e65 !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-red-200 {
2.89 s
[treefmt-check] - background-color:#e94c4c !important
2.89 s
[treefmt-check] + background-color: #e94c4c !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .bg-red-300 {
2.89 s
[treefmt-check] - background-color:#dd2e2e !important
2.89 s
[treefmt-check] + background-color: #dd2e2e !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .sr-only {
2.89 s
[treefmt-check] - position:absolute;
2.89 s
[treefmt-check] - width:1px;
2.89 s
[treefmt-check] - height:1px;
2.89 s
[treefmt-check] - padding:0;
2.89 s
[treefmt-check] - margin:-1px;
2.89 s
[treefmt-check] - overflow:hidden;
2.89 s
[treefmt-check] - clip-path:inset(50%);
2.89 s
[treefmt-check] - white-space:nowrap;
2.89 s
[treefmt-check] - border-width:0
2.89 s
[treefmt-check] + position: absolute;
2.89 s
[treefmt-check] + width: 1px;
2.89 s
[treefmt-check] + height: 1px;
2.89 s
[treefmt-check] + padding: 0;
2.89 s
[treefmt-check] + margin: -1px;
2.89 s
[treefmt-check] + overflow: hidden;
2.89 s
[treefmt-check] + clip-path: inset(50%);
2.89 s
[treefmt-check] + white-space: nowrap;
2.89 s
[treefmt-check] + border-width: 0;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 20rem) {
2.89 s
[treefmt-check] .d-xs-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-xs-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 31.25rem) {
2.89 s
[treefmt-check] .d-sm-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 31.25rem) {
2.89 s
[treefmt-check] .d-sm-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-inline-block {
2.89 s
[treefmt-check] - display:inline-block !important
2.89 s
[treefmt-check] + display: inline-block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-none {
2.89 s
[treefmt-check] - display:none !important
2.89 s
[treefmt-check] + display: none !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] @media (min-width: 31.25rem) {
2.89 s
[treefmt-check] .d-sm-block {
2.89 s
[treefmt-check] - display:block !important
2.89 s
[treefmt-check] + display: block !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-flex {
2.89 s
[treefmt-check] - display:flex !important
2.89 s
[treefmt-check] + display: flex !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-inline {
2.89 s
[treefmt-check] - display:inline !important
2.89 s
[treefmt-check] + display: inline !important;
2.89 s
[treefmt-check] }
2.89 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 31.25rem) {
2.90 s
[treefmt-check] .d-sm-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-sm-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 50rem) {
2.90 s
[treefmt-check] .d-md-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-md-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 66.5rem) {
2.90 s
[treefmt-check] .d-lg-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-flex {
2.90 s
[treefmt-check] - display:flex !important
2.90 s
[treefmt-check] + display: flex !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline {
2.90 s
[treefmt-check] - display:inline !important
2.90 s
[treefmt-check] + display: inline !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-inline-block {
2.90 s
[treefmt-check] - display:inline-block !important
2.90 s
[treefmt-check] + display: inline-block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-lg-none {
2.90 s
[treefmt-check] - display:none !important
2.90 s
[treefmt-check] + display: none !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] @media (min-width: 87.5rem) {
2.90 s
[treefmt-check] .d-xl-block {
2.90 s
[treefmt-check] - display:block !important
2.90 s
[treefmt-check] + display: block !important;
2.90 s
[treefmt-check] }
2.90 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 87.5rem) {
2.91 s
[treefmt-check] .d-xl-block {
2.91 s
[treefmt-check] - display:block !important
2.91 s
[treefmt-check] + display: block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-flex {
2.91 s
[treefmt-check] - display:flex !important
2.91 s
[treefmt-check] + display: flex !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline {
2.91 s
[treefmt-check] - display:inline !important
2.91 s
[treefmt-check] + display: inline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-inline-block {
2.91 s
[treefmt-check] - display:inline-block !important
2.91 s
[treefmt-check] + display: inline-block !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .d-xl-none {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .float-left {
2.91 s
[treefmt-check] - float:left !important
2.91 s
[treefmt-check] + float: left !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .float-right {
2.91 s
[treefmt-check] - float:right !important
2.91 s
[treefmt-check] + float: right !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .flex-justify-start {
2.91 s
[treefmt-check] - justify-content:flex-start !important
2.91 s
[treefmt-check] + justify-content: flex-start !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .flex-justify-end {
2.91 s
[treefmt-check] - justify-content:flex-end !important
2.91 s
[treefmt-check] + justify-content: flex-end !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .flex-justify-between {
2.91 s
[treefmt-check] - justify-content:space-between !important
2.91 s
[treefmt-check] + justify-content: space-between !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .flex-justify-around {
2.91 s
[treefmt-check] - justify-content:space-around !important
2.91 s
[treefmt-check] + justify-content: space-around !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .v-align-baseline {
2.91 s
[treefmt-check] - vertical-align:baseline !important
2.91 s
[treefmt-check] + vertical-align: baseline !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .v-align-bottom {
2.91 s
[treefmt-check] - vertical-align:bottom !important
2.91 s
[treefmt-check] + vertical-align: bottom !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .v-align-middle {
2.91 s
[treefmt-check] - vertical-align:middle !important
2.91 s
[treefmt-check] + vertical-align: middle !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .v-align-text-bottom {
2.91 s
[treefmt-check] - vertical-align:text-bottom !important
2.91 s
[treefmt-check] + vertical-align: text-bottom !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .v-align-text-top {
2.91 s
[treefmt-check] - vertical-align:text-top !important
2.91 s
[treefmt-check] + vertical-align: text-top !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .v-align-top {
2.91 s
[treefmt-check] - vertical-align:top !important
2.91 s
[treefmt-check] + vertical-align: top !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-1 {
2.91 s
[treefmt-check] - font-size:.5625rem !important
2.91 s
[treefmt-check] + font-size: 0.5625rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-1 {
2.91 s
[treefmt-check] - font-size:.625rem !important
2.91 s
[treefmt-check] + font-size: 0.625rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-2 {
2.91 s
[treefmt-check] - font-size:.6875rem !important
2.91 s
[treefmt-check] + font-size: 0.6875rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-2 {
2.91 s
[treefmt-check] - font-size:.75rem !important
2.91 s
[treefmt-check] + font-size: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-3 {
2.91 s
[treefmt-check] - font-size:.75rem !important
2.91 s
[treefmt-check] + font-size: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-3 {
2.91 s
[treefmt-check] - font-size:.875rem !important
2.91 s
[treefmt-check] + font-size: 0.875rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-4 {
2.91 s
[treefmt-check] - font-size:.875rem !important
2.91 s
[treefmt-check] + font-size: 0.875rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-4 {
2.91 s
[treefmt-check] - font-size:1rem !important
2.91 s
[treefmt-check] + font-size: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-5 {
2.91 s
[treefmt-check] - font-size:1rem !important
2.91 s
[treefmt-check] + font-size: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-5 {
2.91 s
[treefmt-check] - font-size:1.125rem !important
2.91 s
[treefmt-check] + font-size: 1.125rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-6 {
2.91 s
[treefmt-check] - font-size:1.125rem !important
2.91 s
[treefmt-check] + font-size: 1.125rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-6 {
2.91 s
[treefmt-check] - font-size:1.5rem !important;
2.91 s
[treefmt-check] - line-height:1.25
2.91 s
[treefmt-check] + font-size: 1.5rem !important;
2.91 s
[treefmt-check] + line-height: 1.25;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-7 {
2.91 s
[treefmt-check] - font-size:1.5rem !important;
2.91 s
[treefmt-check] - line-height:1.25
2.91 s
[treefmt-check] + font-size: 1.5rem !important;
2.91 s
[treefmt-check] + line-height: 1.25;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-7 {
2.91 s
[treefmt-check] - font-size:2rem !important
2.91 s
[treefmt-check] + font-size: 2rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-8 {
2.91 s
[treefmt-check] - font-size:2rem !important;
2.91 s
[treefmt-check] - line-height:1.25
2.91 s
[treefmt-check] + font-size: 2rem !important;
2.91 s
[treefmt-check] + line-height: 1.25;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-8 {
2.91 s
[treefmt-check] - font-size:2.25rem !important
2.91 s
[treefmt-check] + font-size: 2.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-9 {
2.91 s
[treefmt-check] - font-size:2.25rem !important;
2.91 s
[treefmt-check] - line-height:1.25
2.91 s
[treefmt-check] + font-size: 2.25rem !important;
2.91 s
[treefmt-check] + line-height: 1.25;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-9 {
2.91 s
[treefmt-check] - font-size:2.625rem !important
2.91 s
[treefmt-check] + font-size: 2.625rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fs-10 {
2.91 s
[treefmt-check] - font-size:2.625rem !important;
2.91 s
[treefmt-check] - line-height:1.25
2.91 s
[treefmt-check] + font-size: 2.625rem !important;
2.91 s
[treefmt-check] + line-height: 1.25;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] @media (min-width: 31.25rem) {
2.91 s
[treefmt-check] .fs-10 {
2.91 s
[treefmt-check] - font-size:3rem !important
2.91 s
[treefmt-check] + font-size: 3rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fw-300 {
2.91 s
[treefmt-check] - font-weight:300 !important
2.91 s
[treefmt-check] + font-weight: 300 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fw-400 {
2.91 s
[treefmt-check] - font-weight:400 !important
2.91 s
[treefmt-check] + font-weight: 400 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fw-500 {
2.91 s
[treefmt-check] - font-weight:500 !important
2.91 s
[treefmt-check] + font-weight: 500 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .fw-700 {
2.91 s
[treefmt-check] - font-weight:700 !important
2.91 s
[treefmt-check] + font-weight: 700 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .lh-0 {
2.91 s
[treefmt-check] - line-height:0 !important
2.91 s
[treefmt-check] + line-height: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .lh-default {
2.91 s
[treefmt-check] - line-height:1.4
2.91 s
[treefmt-check] + line-height: 1.4;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .lh-tight {
2.91 s
[treefmt-check] - line-height:1.25
2.91 s
[treefmt-check] + line-height: 1.25;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ls-5 {
2.91 s
[treefmt-check] - letter-spacing:0.05em !important
2.91 s
[treefmt-check] + letter-spacing: 0.05em !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ls-10 {
2.91 s
[treefmt-check] - letter-spacing:0.1em !important
2.91 s
[treefmt-check] + letter-spacing: 0.1em !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ls-0 {
2.91 s
[treefmt-check] - letter-spacing:0 !important
2.91 s
[treefmt-check] + letter-spacing: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .text-uppercase {
2.91 s
[treefmt-check] - text-transform:uppercase !important
2.91 s
[treefmt-check] + text-transform: uppercase !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .list-style-none {
2.91 s
[treefmt-check] - padding:0 !important;
2.91 s
[treefmt-check] - margin:0 !important;
2.91 s
[treefmt-check] - list-style:none !important
2.91 s
[treefmt-check] + padding: 0 !important;
2.91 s
[treefmt-check] + margin: 0 !important;
2.91 s
[treefmt-check] + list-style: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .list-style-none li::before {
2.91 s
[treefmt-check] - display:none !important
2.91 s
[treefmt-check] + display: none !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-auto {
2.91 s
[treefmt-check] - margin-right:auto !important;
2.91 s
[treefmt-check] - margin-left:auto !important
2.91 s
[treefmt-check] + margin-right: auto !important;
2.91 s
[treefmt-check] + margin-left: auto !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .m-0 {
2.91 s
[treefmt-check] - margin:0 !important
2.91 s
[treefmt-check] + margin: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mt-0 {
2.91 s
[treefmt-check] - margin-top:0 !important
2.91 s
[treefmt-check] + margin-top: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mr-0 {
2.91 s
[treefmt-check] - margin-right:0 !important
2.91 s
[treefmt-check] + margin-right: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mb-0 {
2.91 s
[treefmt-check] - margin-bottom:0 !important
2.91 s
[treefmt-check] + margin-bottom: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ml-0 {
2.91 s
[treefmt-check] - margin-left:0 !important
2.91 s
[treefmt-check] + margin-left: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-0 {
2.91 s
[treefmt-check] - margin-right:0 !important;
2.91 s
[treefmt-check] - margin-left:0 !important
2.91 s
[treefmt-check] + margin-right: 0 !important;
2.91 s
[treefmt-check] + margin-left: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .my-0 {
2.91 s
[treefmt-check] - margin-top:0 !important;
2.91 s
[treefmt-check] - margin-bottom:0 !important
2.91 s
[treefmt-check] + margin-top: 0 !important;
2.91 s
[treefmt-check] + margin-bottom: 0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mxn-0 {
2.91 s
[treefmt-check] - margin-right:-0 !important;
2.91 s
[treefmt-check] - margin-left:-0 !important
2.91 s
[treefmt-check] + margin-right: -0 !important;
2.91 s
[treefmt-check] + margin-left: -0 !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-0-auto {
2.91 s
[treefmt-check] - margin-right:auto !important;
2.91 s
[treefmt-check] - margin-left:auto !important
2.91 s
[treefmt-check] + margin-right: auto !important;
2.91 s
[treefmt-check] + margin-left: auto !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .m-1 {
2.91 s
[treefmt-check] - margin:.25rem !important
2.91 s
[treefmt-check] + margin: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mt-1 {
2.91 s
[treefmt-check] - margin-top:.25rem !important
2.91 s
[treefmt-check] + margin-top: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mr-1 {
2.91 s
[treefmt-check] - margin-right:.25rem !important
2.91 s
[treefmt-check] + margin-right: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mb-1 {
2.91 s
[treefmt-check] - margin-bottom:.25rem !important
2.91 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ml-1 {
2.91 s
[treefmt-check] - margin-left:.25rem !important
2.91 s
[treefmt-check] + margin-left: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-1 {
2.91 s
[treefmt-check] - margin-right:.25rem !important;
2.91 s
[treefmt-check] - margin-left:.25rem !important
2.91 s
[treefmt-check] + margin-right: 0.25rem !important;
2.91 s
[treefmt-check] + margin-left: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .my-1 {
2.91 s
[treefmt-check] - margin-top:.25rem !important;
2.91 s
[treefmt-check] - margin-bottom:.25rem !important
2.91 s
[treefmt-check] + margin-top: 0.25rem !important;
2.91 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mxn-1 {
2.91 s
[treefmt-check] - margin-right:-.25rem !important;
2.91 s
[treefmt-check] - margin-left:-.25rem !important
2.91 s
[treefmt-check] + margin-right: -0.25rem !important;
2.91 s
[treefmt-check] + margin-left: -0.25rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-1-auto {
2.91 s
[treefmt-check] - margin-right:auto !important;
2.91 s
[treefmt-check] - margin-left:auto !important
2.91 s
[treefmt-check] + margin-right: auto !important;
2.91 s
[treefmt-check] + margin-left: auto !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .m-2 {
2.91 s
[treefmt-check] - margin:.5rem !important
2.91 s
[treefmt-check] + margin: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mt-2 {
2.91 s
[treefmt-check] - margin-top:.5rem !important
2.91 s
[treefmt-check] + margin-top: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mr-2 {
2.91 s
[treefmt-check] - margin-right:.5rem !important
2.91 s
[treefmt-check] + margin-right: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mb-2 {
2.91 s
[treefmt-check] - margin-bottom:.5rem !important
2.91 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ml-2 {
2.91 s
[treefmt-check] - margin-left:.5rem !important
2.91 s
[treefmt-check] + margin-left: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-2 {
2.91 s
[treefmt-check] - margin-right:.5rem !important;
2.91 s
[treefmt-check] - margin-left:.5rem !important
2.91 s
[treefmt-check] + margin-right: 0.5rem !important;
2.91 s
[treefmt-check] + margin-left: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .my-2 {
2.91 s
[treefmt-check] - margin-top:.5rem !important;
2.91 s
[treefmt-check] - margin-bottom:.5rem !important
2.91 s
[treefmt-check] + margin-top: 0.5rem !important;
2.91 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mxn-2 {
2.91 s
[treefmt-check] - margin-right:-.5rem !important;
2.91 s
[treefmt-check] - margin-left:-.5rem !important
2.91 s
[treefmt-check] + margin-right: -0.5rem !important;
2.91 s
[treefmt-check] + margin-left: -0.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-2-auto {
2.91 s
[treefmt-check] - margin-right:auto !important;
2.91 s
[treefmt-check] - margin-left:auto !important
2.91 s
[treefmt-check] + margin-right: auto !important;
2.91 s
[treefmt-check] + margin-left: auto !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .m-3 {
2.91 s
[treefmt-check] - margin:.75rem !important
2.91 s
[treefmt-check] + margin: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mt-3 {
2.91 s
[treefmt-check] - margin-top:.75rem !important
2.91 s
[treefmt-check] + margin-top: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mr-3 {
2.91 s
[treefmt-check] - margin-right:.75rem !important
2.91 s
[treefmt-check] + margin-right: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mb-3 {
2.91 s
[treefmt-check] - margin-bottom:.75rem !important
2.91 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ml-3 {
2.91 s
[treefmt-check] - margin-left:.75rem !important
2.91 s
[treefmt-check] + margin-left: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-3 {
2.91 s
[treefmt-check] - margin-right:.75rem !important;
2.91 s
[treefmt-check] - margin-left:.75rem !important
2.91 s
[treefmt-check] + margin-right: 0.75rem !important;
2.91 s
[treefmt-check] + margin-left: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .my-3 {
2.91 s
[treefmt-check] - margin-top:.75rem !important;
2.91 s
[treefmt-check] - margin-bottom:.75rem !important
2.91 s
[treefmt-check] + margin-top: 0.75rem !important;
2.91 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mxn-3 {
2.91 s
[treefmt-check] - margin-right:-.75rem !important;
2.91 s
[treefmt-check] - margin-left:-.75rem !important
2.91 s
[treefmt-check] + margin-right: -0.75rem !important;
2.91 s
[treefmt-check] + margin-left: -0.75rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-3-auto {
2.91 s
[treefmt-check] - margin-right:auto !important;
2.91 s
[treefmt-check] - margin-left:auto !important
2.91 s
[treefmt-check] + margin-right: auto !important;
2.91 s
[treefmt-check] + margin-left: auto !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .m-4 {
2.91 s
[treefmt-check] - margin:1rem !important
2.91 s
[treefmt-check] + margin: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mt-4 {
2.91 s
[treefmt-check] - margin-top:1rem !important
2.91 s
[treefmt-check] + margin-top: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mr-4 {
2.91 s
[treefmt-check] - margin-right:1rem !important
2.91 s
[treefmt-check] + margin-right: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mb-4 {
2.91 s
[treefmt-check] - margin-bottom:1rem !important
2.91 s
[treefmt-check] + margin-bottom: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .ml-4 {
2.91 s
[treefmt-check] - margin-left:1rem !important
2.91 s
[treefmt-check] + margin-left: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-4 {
2.91 s
[treefmt-check] - margin-right:1rem !important;
2.91 s
[treefmt-check] - margin-left:1rem !important
2.91 s
[treefmt-check] + margin-right: 1rem !important;
2.91 s
[treefmt-check] + margin-left: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .my-4 {
2.91 s
[treefmt-check] - margin-top:1rem !important;
2.91 s
[treefmt-check] - margin-bottom:1rem !important
2.91 s
[treefmt-check] + margin-top: 1rem !important;
2.91 s
[treefmt-check] + margin-bottom: 1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mxn-4 {
2.91 s
[treefmt-check] - margin-right:-1rem !important;
2.91 s
[treefmt-check] - margin-left:-1rem !important
2.91 s
[treefmt-check] + margin-right: -1rem !important;
2.91 s
[treefmt-check] + margin-left: -1rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mx-4-auto {
2.91 s
[treefmt-check] - margin-right:auto !important;
2.91 s
[treefmt-check] - margin-left:auto !important
2.91 s
[treefmt-check] + margin-right: auto !important;
2.91 s
[treefmt-check] + margin-left: auto !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .m-5 {
2.91 s
[treefmt-check] - margin:1.5rem !important
2.91 s
[treefmt-check] + margin: 1.5rem !important;
2.91 s
[treefmt-check] }
2.91 s
[treefmt-check] .mt-5 {
2.91 s
[treefmt-check] - margin-top:1.5rem !important
2.91 s
[treefmt-check] + margin-top: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-5 {
2.92 s
[treefmt-check] - margin-right:1.5rem !important
2.92 s
[treefmt-check] + margin-right: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-5 {
2.92 s
[treefmt-check] - margin-bottom:1.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-5 {
2.92 s
[treefmt-check] - margin-left:1.5rem !important
2.92 s
[treefmt-check] + margin-left: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-5 {
2.92 s
[treefmt-check] - margin-right:1.5rem !important;
2.92 s
[treefmt-check] - margin-left:1.5rem !important
2.92 s
[treefmt-check] + margin-right: 1.5rem !important;
2.92 s
[treefmt-check] + margin-left: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-5 {
2.92 s
[treefmt-check] - margin-top:1.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:1.5rem !important
2.92 s
[treefmt-check] + margin-top: 1.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-5 {
2.92 s
[treefmt-check] - margin-right:-1.5rem !important;
2.92 s
[treefmt-check] - margin-left:-1.5rem !important
2.92 s
[treefmt-check] + margin-right: -1.5rem !important;
2.92 s
[treefmt-check] + margin-left: -1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-5-auto {
2.92 s
[treefmt-check] - margin-right:auto !important;
2.92 s
[treefmt-check] - margin-left:auto !important
2.92 s
[treefmt-check] + margin-right: auto !important;
2.92 s
[treefmt-check] + margin-left: auto !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .m-6 {
2.92 s
[treefmt-check] - margin:2rem !important
2.92 s
[treefmt-check] + margin: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-6 {
2.92 s
[treefmt-check] - margin-top:2rem !important
2.92 s
[treefmt-check] + margin-top: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-6 {
2.92 s
[treefmt-check] - margin-right:2rem !important
2.92 s
[treefmt-check] + margin-right: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-6 {
2.92 s
[treefmt-check] - margin-bottom:2rem !important
2.92 s
[treefmt-check] + margin-bottom: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-6 {
2.92 s
[treefmt-check] - margin-left:2rem !important
2.92 s
[treefmt-check] + margin-left: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-6 {
2.92 s
[treefmt-check] - margin-right:2rem !important;
2.92 s
[treefmt-check] - margin-left:2rem !important
2.92 s
[treefmt-check] + margin-right: 2rem !important;
2.92 s
[treefmt-check] + margin-left: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-6 {
2.92 s
[treefmt-check] - margin-top:2rem !important;
2.92 s
[treefmt-check] - margin-bottom:2rem !important
2.92 s
[treefmt-check] + margin-top: 2rem !important;
2.92 s
[treefmt-check] + margin-bottom: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-6 {
2.92 s
[treefmt-check] - margin-right:-2rem !important;
2.92 s
[treefmt-check] - margin-left:-2rem !important
2.92 s
[treefmt-check] + margin-right: -2rem !important;
2.92 s
[treefmt-check] + margin-left: -2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-6-auto {
2.92 s
[treefmt-check] - margin-right:auto !important;
2.92 s
[treefmt-check] - margin-left:auto !important
2.92 s
[treefmt-check] + margin-right: auto !important;
2.92 s
[treefmt-check] + margin-left: auto !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .m-7 {
2.92 s
[treefmt-check] - margin:2.5rem !important
2.92 s
[treefmt-check] + margin: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-7 {
2.92 s
[treefmt-check] - margin-top:2.5rem !important
2.92 s
[treefmt-check] + margin-top: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-7 {
2.92 s
[treefmt-check] - margin-right:2.5rem !important
2.92 s
[treefmt-check] + margin-right: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-7 {
2.92 s
[treefmt-check] - margin-bottom:2.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-7 {
2.92 s
[treefmt-check] - margin-left:2.5rem !important
2.92 s
[treefmt-check] + margin-left: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-7 {
2.92 s
[treefmt-check] - margin-right:2.5rem !important;
2.92 s
[treefmt-check] - margin-left:2.5rem !important
2.92 s
[treefmt-check] + margin-right: 2.5rem !important;
2.92 s
[treefmt-check] + margin-left: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-7 {
2.92 s
[treefmt-check] - margin-top:2.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:2.5rem !important
2.92 s
[treefmt-check] + margin-top: 2.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-7 {
2.92 s
[treefmt-check] - margin-right:-2.5rem !important;
2.92 s
[treefmt-check] - margin-left:-2.5rem !important
2.92 s
[treefmt-check] + margin-right: -2.5rem !important;
2.92 s
[treefmt-check] + margin-left: -2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-7-auto {
2.92 s
[treefmt-check] - margin-right:auto !important;
2.92 s
[treefmt-check] - margin-left:auto !important
2.92 s
[treefmt-check] + margin-right: auto !important;
2.92 s
[treefmt-check] + margin-left: auto !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .m-8 {
2.92 s
[treefmt-check] - margin:3rem !important
2.92 s
[treefmt-check] + margin: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-8 {
2.92 s
[treefmt-check] - margin-top:3rem !important
2.92 s
[treefmt-check] + margin-top: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-8 {
2.92 s
[treefmt-check] - margin-right:3rem !important
2.92 s
[treefmt-check] + margin-right: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-8 {
2.92 s
[treefmt-check] - margin-bottom:3rem !important
2.92 s
[treefmt-check] + margin-bottom: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-8 {
2.92 s
[treefmt-check] - margin-left:3rem !important
2.92 s
[treefmt-check] + margin-left: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-8 {
2.92 s
[treefmt-check] - margin-right:3rem !important;
2.92 s
[treefmt-check] - margin-left:3rem !important
2.92 s
[treefmt-check] + margin-right: 3rem !important;
2.92 s
[treefmt-check] + margin-left: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-8 {
2.92 s
[treefmt-check] - margin-top:3rem !important;
2.92 s
[treefmt-check] - margin-bottom:3rem !important
2.92 s
[treefmt-check] + margin-top: 3rem !important;
2.92 s
[treefmt-check] + margin-bottom: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-8 {
2.92 s
[treefmt-check] - margin-right:-3rem !important;
2.92 s
[treefmt-check] - margin-left:-3rem !important
2.92 s
[treefmt-check] + margin-right: -3rem !important;
2.92 s
[treefmt-check] + margin-left: -3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-8-auto {
2.92 s
[treefmt-check] - margin-right:auto !important;
2.92 s
[treefmt-check] - margin-left:auto !important
2.92 s
[treefmt-check] + margin-right: auto !important;
2.92 s
[treefmt-check] + margin-left: auto !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .m-9 {
2.92 s
[treefmt-check] - margin:3.5rem !important
2.92 s
[treefmt-check] + margin: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-9 {
2.92 s
[treefmt-check] - margin-top:3.5rem !important
2.92 s
[treefmt-check] + margin-top: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-9 {
2.92 s
[treefmt-check] - margin-right:3.5rem !important
2.92 s
[treefmt-check] + margin-right: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-9 {
2.92 s
[treefmt-check] - margin-bottom:3.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-9 {
2.92 s
[treefmt-check] - margin-left:3.5rem !important
2.92 s
[treefmt-check] + margin-left: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-9 {
2.92 s
[treefmt-check] - margin-right:3.5rem !important;
2.92 s
[treefmt-check] - margin-left:3.5rem !important
2.92 s
[treefmt-check] + margin-right: 3.5rem !important;
2.92 s
[treefmt-check] + margin-left: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-9 {
2.92 s
[treefmt-check] - margin-top:3.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:3.5rem !important
2.92 s
[treefmt-check] + margin-top: 3.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-9 {
2.92 s
[treefmt-check] - margin-right:-3.5rem !important;
2.92 s
[treefmt-check] - margin-left:-3.5rem !important
2.92 s
[treefmt-check] + margin-right: -3.5rem !important;
2.92 s
[treefmt-check] + margin-left: -3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-9-auto {
2.92 s
[treefmt-check] - margin-right:auto !important;
2.92 s
[treefmt-check] - margin-left:auto !important
2.92 s
[treefmt-check] + margin-right: auto !important;
2.92 s
[treefmt-check] + margin-left: auto !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .m-10 {
2.92 s
[treefmt-check] - margin:4rem !important
2.92 s
[treefmt-check] + margin: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-10 {
2.92 s
[treefmt-check] - margin-top:4rem !important
2.92 s
[treefmt-check] + margin-top: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-10 {
2.92 s
[treefmt-check] - margin-right:4rem !important
2.92 s
[treefmt-check] + margin-right: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-10 {
2.92 s
[treefmt-check] - margin-bottom:4rem !important
2.92 s
[treefmt-check] + margin-bottom: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-10 {
2.92 s
[treefmt-check] - margin-left:4rem !important
2.92 s
[treefmt-check] + margin-left: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-10 {
2.92 s
[treefmt-check] - margin-right:4rem !important;
2.92 s
[treefmt-check] - margin-left:4rem !important
2.92 s
[treefmt-check] + margin-right: 4rem !important;
2.92 s
[treefmt-check] + margin-left: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-10 {
2.92 s
[treefmt-check] - margin-top:4rem !important;
2.92 s
[treefmt-check] - margin-bottom:4rem !important
2.92 s
[treefmt-check] + margin-top: 4rem !important;
2.92 s
[treefmt-check] + margin-bottom: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-10 {
2.92 s
[treefmt-check] - margin-right:-4rem !important;
2.92 s
[treefmt-check] - margin-left:-4rem !important
2.92 s
[treefmt-check] + margin-right: -4rem !important;
2.92 s
[treefmt-check] + margin-left: -4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-10-auto {
2.92 s
[treefmt-check] - margin-right:auto !important;
2.92 s
[treefmt-check] - margin-left:auto !important
2.92 s
[treefmt-check] + margin-right: auto !important;
2.92 s
[treefmt-check] + margin-left: auto !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-0 {
2.92 s
[treefmt-check] - margin:0 !important
2.92 s
[treefmt-check] + margin: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-0 {
2.92 s
[treefmt-check] - margin-top:0 !important
2.92 s
[treefmt-check] + margin-top: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-0 {
2.92 s
[treefmt-check] - margin-right:0 !important
2.92 s
[treefmt-check] + margin-right: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-0 {
2.92 s
[treefmt-check] - margin-bottom:0 !important
2.92 s
[treefmt-check] + margin-bottom: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-0 {
2.92 s
[treefmt-check] - margin-left:0 !important
2.92 s
[treefmt-check] + margin-left: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-0 {
2.92 s
[treefmt-check] - margin-right:0 !important;
2.92 s
[treefmt-check] - margin-left:0 !important
2.92 s
[treefmt-check] + margin-right: 0 !important;
2.92 s
[treefmt-check] + margin-left: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-0 {
2.92 s
[treefmt-check] - margin-top:0 !important;
2.92 s
[treefmt-check] - margin-bottom:0 !important
2.92 s
[treefmt-check] + margin-top: 0 !important;
2.92 s
[treefmt-check] + margin-bottom: 0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-0 {
2.92 s
[treefmt-check] - margin-right:-0 !important;
2.92 s
[treefmt-check] - margin-left:-0 !important
2.92 s
[treefmt-check] + margin-right: -0 !important;
2.92 s
[treefmt-check] + margin-left: -0 !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-1 {
2.92 s
[treefmt-check] - margin:.25rem !important
2.92 s
[treefmt-check] + margin: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-1 {
2.92 s
[treefmt-check] - margin-top:.25rem !important
2.92 s
[treefmt-check] + margin-top: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-1 {
2.92 s
[treefmt-check] - margin-right:.25rem !important
2.92 s
[treefmt-check] + margin-right: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-1 {
2.92 s
[treefmt-check] - margin-bottom:.25rem !important
2.92 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-1 {
2.92 s
[treefmt-check] - margin-left:.25rem !important
2.92 s
[treefmt-check] + margin-left: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-1 {
2.92 s
[treefmt-check] - margin-right:.25rem !important;
2.92 s
[treefmt-check] - margin-left:.25rem !important
2.92 s
[treefmt-check] + margin-right: 0.25rem !important;
2.92 s
[treefmt-check] + margin-left: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-1 {
2.92 s
[treefmt-check] - margin-top:.25rem !important;
2.92 s
[treefmt-check] - margin-bottom:.25rem !important
2.92 s
[treefmt-check] + margin-top: 0.25rem !important;
2.92 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-1 {
2.92 s
[treefmt-check] - margin-right:-.25rem !important;
2.92 s
[treefmt-check] - margin-left:-.25rem !important
2.92 s
[treefmt-check] + margin-right: -0.25rem !important;
2.92 s
[treefmt-check] + margin-left: -0.25rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-2 {
2.92 s
[treefmt-check] - margin:.5rem !important
2.92 s
[treefmt-check] + margin: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-2 {
2.92 s
[treefmt-check] - margin-top:.5rem !important
2.92 s
[treefmt-check] + margin-top: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-2 {
2.92 s
[treefmt-check] - margin-right:.5rem !important
2.92 s
[treefmt-check] + margin-right: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-2 {
2.92 s
[treefmt-check] - margin-bottom:.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-2 {
2.92 s
[treefmt-check] - margin-left:.5rem !important
2.92 s
[treefmt-check] + margin-left: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-2 {
2.92 s
[treefmt-check] - margin-right:.5rem !important;
2.92 s
[treefmt-check] - margin-left:.5rem !important
2.92 s
[treefmt-check] + margin-right: 0.5rem !important;
2.92 s
[treefmt-check] + margin-left: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-2 {
2.92 s
[treefmt-check] - margin-top:.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:.5rem !important
2.92 s
[treefmt-check] + margin-top: 0.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-2 {
2.92 s
[treefmt-check] - margin-right:-.5rem !important;
2.92 s
[treefmt-check] - margin-left:-.5rem !important
2.92 s
[treefmt-check] + margin-right: -0.5rem !important;
2.92 s
[treefmt-check] + margin-left: -0.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-3 {
2.92 s
[treefmt-check] - margin:.75rem !important
2.92 s
[treefmt-check] + margin: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-3 {
2.92 s
[treefmt-check] - margin-top:.75rem !important
2.92 s
[treefmt-check] + margin-top: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-3 {
2.92 s
[treefmt-check] - margin-right:.75rem !important
2.92 s
[treefmt-check] + margin-right: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-3 {
2.92 s
[treefmt-check] - margin-bottom:.75rem !important
2.92 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-3 {
2.92 s
[treefmt-check] - margin-left:.75rem !important
2.92 s
[treefmt-check] + margin-left: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-3 {
2.92 s
[treefmt-check] - margin-right:.75rem !important;
2.92 s
[treefmt-check] - margin-left:.75rem !important
2.92 s
[treefmt-check] + margin-right: 0.75rem !important;
2.92 s
[treefmt-check] + margin-left: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-3 {
2.92 s
[treefmt-check] - margin-top:.75rem !important;
2.92 s
[treefmt-check] - margin-bottom:.75rem !important
2.92 s
[treefmt-check] + margin-top: 0.75rem !important;
2.92 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-3 {
2.92 s
[treefmt-check] - margin-right:-.75rem !important;
2.92 s
[treefmt-check] - margin-left:-.75rem !important
2.92 s
[treefmt-check] + margin-right: -0.75rem !important;
2.92 s
[treefmt-check] + margin-left: -0.75rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-4 {
2.92 s
[treefmt-check] - margin:1rem !important
2.92 s
[treefmt-check] + margin: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-4 {
2.92 s
[treefmt-check] - margin-top:1rem !important
2.92 s
[treefmt-check] + margin-top: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-4 {
2.92 s
[treefmt-check] - margin-right:1rem !important
2.92 s
[treefmt-check] + margin-right: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-4 {
2.92 s
[treefmt-check] - margin-bottom:1rem !important
2.92 s
[treefmt-check] + margin-bottom: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-4 {
2.92 s
[treefmt-check] - margin-left:1rem !important
2.92 s
[treefmt-check] + margin-left: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-4 {
2.92 s
[treefmt-check] - margin-right:1rem !important;
2.92 s
[treefmt-check] - margin-left:1rem !important
2.92 s
[treefmt-check] + margin-right: 1rem !important;
2.92 s
[treefmt-check] + margin-left: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-4 {
2.92 s
[treefmt-check] - margin-top:1rem !important;
2.92 s
[treefmt-check] - margin-bottom:1rem !important
2.92 s
[treefmt-check] + margin-top: 1rem !important;
2.92 s
[treefmt-check] + margin-bottom: 1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-4 {
2.92 s
[treefmt-check] - margin-right:-1rem !important;
2.92 s
[treefmt-check] - margin-left:-1rem !important
2.92 s
[treefmt-check] + margin-right: -1rem !important;
2.92 s
[treefmt-check] + margin-left: -1rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-5 {
2.92 s
[treefmt-check] - margin:1.5rem !important
2.92 s
[treefmt-check] + margin: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-5 {
2.92 s
[treefmt-check] - margin-top:1.5rem !important
2.92 s
[treefmt-check] + margin-top: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-5 {
2.92 s
[treefmt-check] - margin-right:1.5rem !important
2.92 s
[treefmt-check] + margin-right: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-5 {
2.92 s
[treefmt-check] - margin-bottom:1.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-5 {
2.92 s
[treefmt-check] - margin-left:1.5rem !important
2.92 s
[treefmt-check] + margin-left: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-5 {
2.92 s
[treefmt-check] - margin-right:1.5rem !important;
2.92 s
[treefmt-check] - margin-left:1.5rem !important
2.92 s
[treefmt-check] + margin-right: 1.5rem !important;
2.92 s
[treefmt-check] + margin-left: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-5 {
2.92 s
[treefmt-check] - margin-top:1.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:1.5rem !important
2.92 s
[treefmt-check] + margin-top: 1.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-5 {
2.92 s
[treefmt-check] - margin-right:-1.5rem !important;
2.92 s
[treefmt-check] - margin-left:-1.5rem !important
2.92 s
[treefmt-check] + margin-right: -1.5rem !important;
2.92 s
[treefmt-check] + margin-left: -1.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-6 {
2.92 s
[treefmt-check] - margin:2rem !important
2.92 s
[treefmt-check] + margin: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-6 {
2.92 s
[treefmt-check] - margin-top:2rem !important
2.92 s
[treefmt-check] + margin-top: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-6 {
2.92 s
[treefmt-check] - margin-right:2rem !important
2.92 s
[treefmt-check] + margin-right: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-6 {
2.92 s
[treefmt-check] - margin-bottom:2rem !important
2.92 s
[treefmt-check] + margin-bottom: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-6 {
2.92 s
[treefmt-check] - margin-left:2rem !important
2.92 s
[treefmt-check] + margin-left: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-6 {
2.92 s
[treefmt-check] - margin-right:2rem !important;
2.92 s
[treefmt-check] - margin-left:2rem !important
2.92 s
[treefmt-check] + margin-right: 2rem !important;
2.92 s
[treefmt-check] + margin-left: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-6 {
2.92 s
[treefmt-check] - margin-top:2rem !important;
2.92 s
[treefmt-check] - margin-bottom:2rem !important
2.92 s
[treefmt-check] + margin-top: 2rem !important;
2.92 s
[treefmt-check] + margin-bottom: 2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-6 {
2.92 s
[treefmt-check] - margin-right:-2rem !important;
2.92 s
[treefmt-check] - margin-left:-2rem !important
2.92 s
[treefmt-check] + margin-right: -2rem !important;
2.92 s
[treefmt-check] + margin-left: -2rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-7 {
2.92 s
[treefmt-check] - margin:2.5rem !important
2.92 s
[treefmt-check] + margin: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-7 {
2.92 s
[treefmt-check] - margin-top:2.5rem !important
2.92 s
[treefmt-check] + margin-top: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-7 {
2.92 s
[treefmt-check] - margin-right:2.5rem !important
2.92 s
[treefmt-check] + margin-right: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-7 {
2.92 s
[treefmt-check] - margin-bottom:2.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-7 {
2.92 s
[treefmt-check] - margin-left:2.5rem !important
2.92 s
[treefmt-check] + margin-left: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-7 {
2.92 s
[treefmt-check] - margin-right:2.5rem !important;
2.92 s
[treefmt-check] - margin-left:2.5rem !important
2.92 s
[treefmt-check] + margin-right: 2.5rem !important;
2.92 s
[treefmt-check] + margin-left: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-7 {
2.92 s
[treefmt-check] - margin-top:2.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:2.5rem !important
2.92 s
[treefmt-check] + margin-top: 2.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-7 {
2.92 s
[treefmt-check] - margin-right:-2.5rem !important;
2.92 s
[treefmt-check] - margin-left:-2.5rem !important
2.92 s
[treefmt-check] + margin-right: -2.5rem !important;
2.92 s
[treefmt-check] + margin-left: -2.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-8 {
2.92 s
[treefmt-check] - margin:3rem !important
2.92 s
[treefmt-check] + margin: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-8 {
2.92 s
[treefmt-check] - margin-top:3rem !important
2.92 s
[treefmt-check] + margin-top: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-8 {
2.92 s
[treefmt-check] - margin-right:3rem !important
2.92 s
[treefmt-check] + margin-right: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-8 {
2.92 s
[treefmt-check] - margin-bottom:3rem !important
2.92 s
[treefmt-check] + margin-bottom: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-8 {
2.92 s
[treefmt-check] - margin-left:3rem !important
2.92 s
[treefmt-check] + margin-left: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-8 {
2.92 s
[treefmt-check] - margin-right:3rem !important;
2.92 s
[treefmt-check] - margin-left:3rem !important
2.92 s
[treefmt-check] + margin-right: 3rem !important;
2.92 s
[treefmt-check] + margin-left: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-8 {
2.92 s
[treefmt-check] - margin-top:3rem !important;
2.92 s
[treefmt-check] - margin-bottom:3rem !important
2.92 s
[treefmt-check] + margin-top: 3rem !important;
2.92 s
[treefmt-check] + margin-bottom: 3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-8 {
2.92 s
[treefmt-check] - margin-right:-3rem !important;
2.92 s
[treefmt-check] - margin-left:-3rem !important
2.92 s
[treefmt-check] + margin-right: -3rem !important;
2.92 s
[treefmt-check] + margin-left: -3rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-9 {
2.92 s
[treefmt-check] - margin:3.5rem !important
2.92 s
[treefmt-check] + margin: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-9 {
2.92 s
[treefmt-check] - margin-top:3.5rem !important
2.92 s
[treefmt-check] + margin-top: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mr-xs-9 {
2.92 s
[treefmt-check] - margin-right:3.5rem !important
2.92 s
[treefmt-check] + margin-right: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mb-xs-9 {
2.92 s
[treefmt-check] - margin-bottom:3.5rem !important
2.92 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .ml-xs-9 {
2.92 s
[treefmt-check] - margin-left:3.5rem !important
2.92 s
[treefmt-check] + margin-left: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mx-xs-9 {
2.92 s
[treefmt-check] - margin-right:3.5rem !important;
2.92 s
[treefmt-check] - margin-left:3.5rem !important
2.92 s
[treefmt-check] + margin-right: 3.5rem !important;
2.92 s
[treefmt-check] + margin-left: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .my-xs-9 {
2.92 s
[treefmt-check] - margin-top:3.5rem !important;
2.92 s
[treefmt-check] - margin-bottom:3.5rem !important
2.92 s
[treefmt-check] + margin-top: 3.5rem !important;
2.92 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mxn-xs-9 {
2.92 s
[treefmt-check] - margin-right:-3.5rem !important;
2.92 s
[treefmt-check] - margin-left:-3.5rem !important
2.92 s
[treefmt-check] + margin-right: -3.5rem !important;
2.92 s
[treefmt-check] + margin-left: -3.5rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] @media (min-width: 20rem) {
2.92 s
[treefmt-check] .m-xs-10 {
2.92 s
[treefmt-check] - margin:4rem !important
2.92 s
[treefmt-check] + margin: 4rem !important;
2.92 s
[treefmt-check] }
2.92 s
[treefmt-check] .mt-xs-10 {
2.92 s
[treefmt-check] - margin-top:4rem !important
2.92 s
[treefmt-check] + margin-top: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-xs-10 {
2.93 s
[treefmt-check] - margin-right:4rem !important
2.93 s
[treefmt-check] + margin-right: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-xs-10 {
2.93 s
[treefmt-check] - margin-bottom:4rem !important
2.93 s
[treefmt-check] + margin-bottom: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-xs-10 {
2.93 s
[treefmt-check] - margin-left:4rem !important
2.93 s
[treefmt-check] + margin-left: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-xs-10 {
2.93 s
[treefmt-check] - margin-right:4rem !important;
2.93 s
[treefmt-check] - margin-left:4rem !important
2.93 s
[treefmt-check] + margin-right: 4rem !important;
2.93 s
[treefmt-check] + margin-left: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-xs-10 {
2.93 s
[treefmt-check] - margin-top:4rem !important;
2.93 s
[treefmt-check] - margin-bottom:4rem !important
2.93 s
[treefmt-check] + margin-top: 4rem !important;
2.93 s
[treefmt-check] + margin-bottom: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-xs-10 {
2.93 s
[treefmt-check] - margin-right:-4rem !important;
2.93 s
[treefmt-check] - margin-left:-4rem !important
2.93 s
[treefmt-check] + margin-right: -4rem !important;
2.93 s
[treefmt-check] + margin-left: -4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-0 {
2.93 s
[treefmt-check] - margin:0 !important
2.93 s
[treefmt-check] + margin: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-0 {
2.93 s
[treefmt-check] - margin-top:0 !important
2.93 s
[treefmt-check] + margin-top: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-0 {
2.93 s
[treefmt-check] - margin-right:0 !important
2.93 s
[treefmt-check] + margin-right: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-0 {
2.93 s
[treefmt-check] - margin-bottom:0 !important
2.93 s
[treefmt-check] + margin-bottom: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-0 {
2.93 s
[treefmt-check] - margin-left:0 !important
2.93 s
[treefmt-check] + margin-left: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-0 {
2.93 s
[treefmt-check] - margin-right:0 !important;
2.93 s
[treefmt-check] - margin-left:0 !important
2.93 s
[treefmt-check] + margin-right: 0 !important;
2.93 s
[treefmt-check] + margin-left: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-0 {
2.93 s
[treefmt-check] - margin-top:0 !important;
2.93 s
[treefmt-check] - margin-bottom:0 !important
2.93 s
[treefmt-check] + margin-top: 0 !important;
2.93 s
[treefmt-check] + margin-bottom: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-0 {
2.93 s
[treefmt-check] - margin-right:-0 !important;
2.93 s
[treefmt-check] - margin-left:-0 !important
2.93 s
[treefmt-check] + margin-right: -0 !important;
2.93 s
[treefmt-check] + margin-left: -0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-1 {
2.93 s
[treefmt-check] - margin:.25rem !important
2.93 s
[treefmt-check] + margin: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-1 {
2.93 s
[treefmt-check] - margin-top:.25rem !important
2.93 s
[treefmt-check] + margin-top: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-1 {
2.93 s
[treefmt-check] - margin-right:.25rem !important
2.93 s
[treefmt-check] + margin-right: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-1 {
2.93 s
[treefmt-check] - margin-bottom:.25rem !important
2.93 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-1 {
2.93 s
[treefmt-check] - margin-left:.25rem !important
2.93 s
[treefmt-check] + margin-left: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-1 {
2.93 s
[treefmt-check] - margin-right:.25rem !important;
2.93 s
[treefmt-check] - margin-left:.25rem !important
2.93 s
[treefmt-check] + margin-right: 0.25rem !important;
2.93 s
[treefmt-check] + margin-left: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-1 {
2.93 s
[treefmt-check] - margin-top:.25rem !important;
2.93 s
[treefmt-check] - margin-bottom:.25rem !important
2.93 s
[treefmt-check] + margin-top: 0.25rem !important;
2.93 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-1 {
2.93 s
[treefmt-check] - margin-right:-.25rem !important;
2.93 s
[treefmt-check] - margin-left:-.25rem !important
2.93 s
[treefmt-check] + margin-right: -0.25rem !important;
2.93 s
[treefmt-check] + margin-left: -0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-2 {
2.93 s
[treefmt-check] - margin:.5rem !important
2.93 s
[treefmt-check] + margin: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-2 {
2.93 s
[treefmt-check] - margin-top:.5rem !important
2.93 s
[treefmt-check] + margin-top: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-2 {
2.93 s
[treefmt-check] - margin-right:.5rem !important
2.93 s
[treefmt-check] + margin-right: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-2 {
2.93 s
[treefmt-check] - margin-bottom:.5rem !important
2.93 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-2 {
2.93 s
[treefmt-check] - margin-left:.5rem !important
2.93 s
[treefmt-check] + margin-left: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-2 {
2.93 s
[treefmt-check] - margin-right:.5rem !important;
2.93 s
[treefmt-check] - margin-left:.5rem !important
2.93 s
[treefmt-check] + margin-right: 0.5rem !important;
2.93 s
[treefmt-check] + margin-left: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-2 {
2.93 s
[treefmt-check] - margin-top:.5rem !important;
2.93 s
[treefmt-check] - margin-bottom:.5rem !important
2.93 s
[treefmt-check] + margin-top: 0.5rem !important;
2.93 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-2 {
2.93 s
[treefmt-check] - margin-right:-.5rem !important;
2.93 s
[treefmt-check] - margin-left:-.5rem !important
2.93 s
[treefmt-check] + margin-right: -0.5rem !important;
2.93 s
[treefmt-check] + margin-left: -0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-3 {
2.93 s
[treefmt-check] - margin:.75rem !important
2.93 s
[treefmt-check] + margin: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-3 {
2.93 s
[treefmt-check] - margin-top:.75rem !important
2.93 s
[treefmt-check] + margin-top: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-3 {
2.93 s
[treefmt-check] - margin-right:.75rem !important
2.93 s
[treefmt-check] + margin-right: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-3 {
2.93 s
[treefmt-check] - margin-bottom:.75rem !important
2.93 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-3 {
2.93 s
[treefmt-check] - margin-left:.75rem !important
2.93 s
[treefmt-check] + margin-left: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-3 {
2.93 s
[treefmt-check] - margin-right:.75rem !important;
2.93 s
[treefmt-check] - margin-left:.75rem !important
2.93 s
[treefmt-check] + margin-right: 0.75rem !important;
2.93 s
[treefmt-check] + margin-left: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-3 {
2.93 s
[treefmt-check] - margin-top:.75rem !important;
2.93 s
[treefmt-check] - margin-bottom:.75rem !important
2.93 s
[treefmt-check] + margin-top: 0.75rem !important;
2.93 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-3 {
2.93 s
[treefmt-check] - margin-right:-.75rem !important;
2.93 s
[treefmt-check] - margin-left:-.75rem !important
2.93 s
[treefmt-check] + margin-right: -0.75rem !important;
2.93 s
[treefmt-check] + margin-left: -0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-4 {
2.93 s
[treefmt-check] - margin:1rem !important
2.93 s
[treefmt-check] + margin: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-4 {
2.93 s
[treefmt-check] - margin-top:1rem !important
2.93 s
[treefmt-check] + margin-top: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-4 {
2.93 s
[treefmt-check] - margin-right:1rem !important
2.93 s
[treefmt-check] + margin-right: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-4 {
2.93 s
[treefmt-check] - margin-bottom:1rem !important
2.93 s
[treefmt-check] + margin-bottom: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-4 {
2.93 s
[treefmt-check] - margin-left:1rem !important
2.93 s
[treefmt-check] + margin-left: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-4 {
2.93 s
[treefmt-check] - margin-right:1rem !important;
2.93 s
[treefmt-check] - margin-left:1rem !important
2.93 s
[treefmt-check] + margin-right: 1rem !important;
2.93 s
[treefmt-check] + margin-left: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-4 {
2.93 s
[treefmt-check] - margin-top:1rem !important;
2.93 s
[treefmt-check] - margin-bottom:1rem !important
2.93 s
[treefmt-check] + margin-top: 1rem !important;
2.93 s
[treefmt-check] + margin-bottom: 1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-4 {
2.93 s
[treefmt-check] - margin-right:-1rem !important;
2.93 s
[treefmt-check] - margin-left:-1rem !important
2.93 s
[treefmt-check] + margin-right: -1rem !important;
2.93 s
[treefmt-check] + margin-left: -1rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-5 {
2.93 s
[treefmt-check] - margin:1.5rem !important
2.93 s
[treefmt-check] + margin: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-5 {
2.93 s
[treefmt-check] - margin-top:1.5rem !important
2.93 s
[treefmt-check] + margin-top: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-5 {
2.93 s
[treefmt-check] - margin-right:1.5rem !important
2.93 s
[treefmt-check] + margin-right: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-5 {
2.93 s
[treefmt-check] - margin-bottom:1.5rem !important
2.93 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-5 {
2.93 s
[treefmt-check] - margin-left:1.5rem !important
2.93 s
[treefmt-check] + margin-left: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-5 {
2.93 s
[treefmt-check] - margin-right:1.5rem !important;
2.93 s
[treefmt-check] - margin-left:1.5rem !important
2.93 s
[treefmt-check] + margin-right: 1.5rem !important;
2.93 s
[treefmt-check] + margin-left: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-5 {
2.93 s
[treefmt-check] - margin-top:1.5rem !important;
2.93 s
[treefmt-check] - margin-bottom:1.5rem !important
2.93 s
[treefmt-check] + margin-top: 1.5rem !important;
2.93 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-5 {
2.93 s
[treefmt-check] - margin-right:-1.5rem !important;
2.93 s
[treefmt-check] - margin-left:-1.5rem !important
2.93 s
[treefmt-check] + margin-right: -1.5rem !important;
2.93 s
[treefmt-check] + margin-left: -1.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-6 {
2.93 s
[treefmt-check] - margin:2rem !important
2.93 s
[treefmt-check] + margin: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-6 {
2.93 s
[treefmt-check] - margin-top:2rem !important
2.93 s
[treefmt-check] + margin-top: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-6 {
2.93 s
[treefmt-check] - margin-right:2rem !important
2.93 s
[treefmt-check] + margin-right: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-6 {
2.93 s
[treefmt-check] - margin-bottom:2rem !important
2.93 s
[treefmt-check] + margin-bottom: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-6 {
2.93 s
[treefmt-check] - margin-left:2rem !important
2.93 s
[treefmt-check] + margin-left: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-6 {
2.93 s
[treefmt-check] - margin-right:2rem !important;
2.93 s
[treefmt-check] - margin-left:2rem !important
2.93 s
[treefmt-check] + margin-right: 2rem !important;
2.93 s
[treefmt-check] + margin-left: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-6 {
2.93 s
[treefmt-check] - margin-top:2rem !important;
2.93 s
[treefmt-check] - margin-bottom:2rem !important
2.93 s
[treefmt-check] + margin-top: 2rem !important;
2.93 s
[treefmt-check] + margin-bottom: 2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-6 {
2.93 s
[treefmt-check] - margin-right:-2rem !important;
2.93 s
[treefmt-check] - margin-left:-2rem !important
2.93 s
[treefmt-check] + margin-right: -2rem !important;
2.93 s
[treefmt-check] + margin-left: -2rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-7 {
2.93 s
[treefmt-check] - margin:2.5rem !important
2.93 s
[treefmt-check] + margin: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-7 {
2.93 s
[treefmt-check] - margin-top:2.5rem !important
2.93 s
[treefmt-check] + margin-top: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-7 {
2.93 s
[treefmt-check] - margin-right:2.5rem !important
2.93 s
[treefmt-check] + margin-right: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-7 {
2.93 s
[treefmt-check] - margin-bottom:2.5rem !important
2.93 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-7 {
2.93 s
[treefmt-check] - margin-left:2.5rem !important
2.93 s
[treefmt-check] + margin-left: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-7 {
2.93 s
[treefmt-check] - margin-right:2.5rem !important;
2.93 s
[treefmt-check] - margin-left:2.5rem !important
2.93 s
[treefmt-check] + margin-right: 2.5rem !important;
2.93 s
[treefmt-check] + margin-left: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-7 {
2.93 s
[treefmt-check] - margin-top:2.5rem !important;
2.93 s
[treefmt-check] - margin-bottom:2.5rem !important
2.93 s
[treefmt-check] + margin-top: 2.5rem !important;
2.93 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-7 {
2.93 s
[treefmt-check] - margin-right:-2.5rem !important;
2.93 s
[treefmt-check] - margin-left:-2.5rem !important
2.93 s
[treefmt-check] + margin-right: -2.5rem !important;
2.93 s
[treefmt-check] + margin-left: -2.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-8 {
2.93 s
[treefmt-check] - margin:3rem !important
2.93 s
[treefmt-check] + margin: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-8 {
2.93 s
[treefmt-check] - margin-top:3rem !important
2.93 s
[treefmt-check] + margin-top: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-8 {
2.93 s
[treefmt-check] - margin-right:3rem !important
2.93 s
[treefmt-check] + margin-right: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-8 {
2.93 s
[treefmt-check] - margin-bottom:3rem !important
2.93 s
[treefmt-check] + margin-bottom: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-8 {
2.93 s
[treefmt-check] - margin-left:3rem !important
2.93 s
[treefmt-check] + margin-left: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-8 {
2.93 s
[treefmt-check] - margin-right:3rem !important;
2.93 s
[treefmt-check] - margin-left:3rem !important
2.93 s
[treefmt-check] + margin-right: 3rem !important;
2.93 s
[treefmt-check] + margin-left: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-8 {
2.93 s
[treefmt-check] - margin-top:3rem !important;
2.93 s
[treefmt-check] - margin-bottom:3rem !important
2.93 s
[treefmt-check] + margin-top: 3rem !important;
2.93 s
[treefmt-check] + margin-bottom: 3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-8 {
2.93 s
[treefmt-check] - margin-right:-3rem !important;
2.93 s
[treefmt-check] - margin-left:-3rem !important
2.93 s
[treefmt-check] + margin-right: -3rem !important;
2.93 s
[treefmt-check] + margin-left: -3rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-9 {
2.93 s
[treefmt-check] - margin:3.5rem !important
2.93 s
[treefmt-check] + margin: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-9 {
2.93 s
[treefmt-check] - margin-top:3.5rem !important
2.93 s
[treefmt-check] + margin-top: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-9 {
2.93 s
[treefmt-check] - margin-right:3.5rem !important
2.93 s
[treefmt-check] + margin-right: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-9 {
2.93 s
[treefmt-check] - margin-bottom:3.5rem !important
2.93 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-9 {
2.93 s
[treefmt-check] - margin-left:3.5rem !important
2.93 s
[treefmt-check] + margin-left: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-9 {
2.93 s
[treefmt-check] - margin-right:3.5rem !important;
2.93 s
[treefmt-check] - margin-left:3.5rem !important
2.93 s
[treefmt-check] + margin-right: 3.5rem !important;
2.93 s
[treefmt-check] + margin-left: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-9 {
2.93 s
[treefmt-check] - margin-top:3.5rem !important;
2.93 s
[treefmt-check] - margin-bottom:3.5rem !important
2.93 s
[treefmt-check] + margin-top: 3.5rem !important;
2.93 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-9 {
2.93 s
[treefmt-check] - margin-right:-3.5rem !important;
2.93 s
[treefmt-check] - margin-left:-3.5rem !important
2.93 s
[treefmt-check] + margin-right: -3.5rem !important;
2.93 s
[treefmt-check] + margin-left: -3.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 31.25rem) {
2.93 s
[treefmt-check] .m-sm-10 {
2.93 s
[treefmt-check] - margin:4rem !important
2.93 s
[treefmt-check] + margin: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-sm-10 {
2.93 s
[treefmt-check] - margin-top:4rem !important
2.93 s
[treefmt-check] + margin-top: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-sm-10 {
2.93 s
[treefmt-check] - margin-right:4rem !important
2.93 s
[treefmt-check] + margin-right: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-sm-10 {
2.93 s
[treefmt-check] - margin-bottom:4rem !important
2.93 s
[treefmt-check] + margin-bottom: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-sm-10 {
2.93 s
[treefmt-check] - margin-left:4rem !important
2.93 s
[treefmt-check] + margin-left: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-sm-10 {
2.93 s
[treefmt-check] - margin-right:4rem !important;
2.93 s
[treefmt-check] - margin-left:4rem !important
2.93 s
[treefmt-check] + margin-right: 4rem !important;
2.93 s
[treefmt-check] + margin-left: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-sm-10 {
2.93 s
[treefmt-check] - margin-top:4rem !important;
2.93 s
[treefmt-check] - margin-bottom:4rem !important
2.93 s
[treefmt-check] + margin-top: 4rem !important;
2.93 s
[treefmt-check] + margin-bottom: 4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-sm-10 {
2.93 s
[treefmt-check] - margin-right:-4rem !important;
2.93 s
[treefmt-check] - margin-left:-4rem !important
2.93 s
[treefmt-check] + margin-right: -4rem !important;
2.93 s
[treefmt-check] + margin-left: -4rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 50rem) {
2.93 s
[treefmt-check] .m-md-0 {
2.93 s
[treefmt-check] - margin:0 !important
2.93 s
[treefmt-check] + margin: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-md-0 {
2.93 s
[treefmt-check] - margin-top:0 !important
2.93 s
[treefmt-check] + margin-top: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-md-0 {
2.93 s
[treefmt-check] - margin-right:0 !important
2.93 s
[treefmt-check] + margin-right: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-md-0 {
2.93 s
[treefmt-check] - margin-bottom:0 !important
2.93 s
[treefmt-check] + margin-bottom: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-md-0 {
2.93 s
[treefmt-check] - margin-left:0 !important
2.93 s
[treefmt-check] + margin-left: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-md-0 {
2.93 s
[treefmt-check] - margin-right:0 !important;
2.93 s
[treefmt-check] - margin-left:0 !important
2.93 s
[treefmt-check] + margin-right: 0 !important;
2.93 s
[treefmt-check] + margin-left: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-md-0 {
2.93 s
[treefmt-check] - margin-top:0 !important;
2.93 s
[treefmt-check] - margin-bottom:0 !important
2.93 s
[treefmt-check] + margin-top: 0 !important;
2.93 s
[treefmt-check] + margin-bottom: 0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-md-0 {
2.93 s
[treefmt-check] - margin-right:-0 !important;
2.93 s
[treefmt-check] - margin-left:-0 !important
2.93 s
[treefmt-check] + margin-right: -0 !important;
2.93 s
[treefmt-check] + margin-left: -0 !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 50rem) {
2.93 s
[treefmt-check] .m-md-1 {
2.93 s
[treefmt-check] - margin:.25rem !important
2.93 s
[treefmt-check] + margin: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-md-1 {
2.93 s
[treefmt-check] - margin-top:.25rem !important
2.93 s
[treefmt-check] + margin-top: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-md-1 {
2.93 s
[treefmt-check] - margin-right:.25rem !important
2.93 s
[treefmt-check] + margin-right: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-md-1 {
2.93 s
[treefmt-check] - margin-bottom:.25rem !important
2.93 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-md-1 {
2.93 s
[treefmt-check] - margin-left:.25rem !important
2.93 s
[treefmt-check] + margin-left: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-md-1 {
2.93 s
[treefmt-check] - margin-right:.25rem !important;
2.93 s
[treefmt-check] - margin-left:.25rem !important
2.93 s
[treefmt-check] + margin-right: 0.25rem !important;
2.93 s
[treefmt-check] + margin-left: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-md-1 {
2.93 s
[treefmt-check] - margin-top:.25rem !important;
2.93 s
[treefmt-check] - margin-bottom:.25rem !important
2.93 s
[treefmt-check] + margin-top: 0.25rem !important;
2.93 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-md-1 {
2.93 s
[treefmt-check] - margin-right:-.25rem !important;
2.93 s
[treefmt-check] - margin-left:-.25rem !important
2.93 s
[treefmt-check] + margin-right: -0.25rem !important;
2.93 s
[treefmt-check] + margin-left: -0.25rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 50rem) {
2.93 s
[treefmt-check] .m-md-2 {
2.93 s
[treefmt-check] - margin:.5rem !important
2.93 s
[treefmt-check] + margin: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-md-2 {
2.93 s
[treefmt-check] - margin-top:.5rem !important
2.93 s
[treefmt-check] + margin-top: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-md-2 {
2.93 s
[treefmt-check] - margin-right:.5rem !important
2.93 s
[treefmt-check] + margin-right: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-md-2 {
2.93 s
[treefmt-check] - margin-bottom:.5rem !important
2.93 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-md-2 {
2.93 s
[treefmt-check] - margin-left:.5rem !important
2.93 s
[treefmt-check] + margin-left: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-md-2 {
2.93 s
[treefmt-check] - margin-right:.5rem !important;
2.93 s
[treefmt-check] - margin-left:.5rem !important
2.93 s
[treefmt-check] + margin-right: 0.5rem !important;
2.93 s
[treefmt-check] + margin-left: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .my-md-2 {
2.93 s
[treefmt-check] - margin-top:.5rem !important;
2.93 s
[treefmt-check] - margin-bottom:.5rem !important
2.93 s
[treefmt-check] + margin-top: 0.5rem !important;
2.93 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mxn-md-2 {
2.93 s
[treefmt-check] - margin-right:-.5rem !important;
2.93 s
[treefmt-check] - margin-left:-.5rem !important
2.93 s
[treefmt-check] + margin-right: -0.5rem !important;
2.93 s
[treefmt-check] + margin-left: -0.5rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] @media (min-width: 50rem) {
2.93 s
[treefmt-check] .m-md-3 {
2.93 s
[treefmt-check] - margin:.75rem !important
2.93 s
[treefmt-check] + margin: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mt-md-3 {
2.93 s
[treefmt-check] - margin-top:.75rem !important
2.93 s
[treefmt-check] + margin-top: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mr-md-3 {
2.93 s
[treefmt-check] - margin-right:.75rem !important
2.93 s
[treefmt-check] + margin-right: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mb-md-3 {
2.93 s
[treefmt-check] - margin-bottom:.75rem !important
2.93 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .ml-md-3 {
2.93 s
[treefmt-check] - margin-left:.75rem !important
2.93 s
[treefmt-check] + margin-left: 0.75rem !important;
2.93 s
[treefmt-check] }
2.93 s
[treefmt-check] .mx-md-3 {
2.93 s
[treefmt-check] - margin-right:.75rem !important;
2.94 s
[treefmt-check] - margin-left:.75rem !important
2.94 s
[treefmt-check] + margin-right: 0.75rem !important;
2.94 s
[treefmt-check] + margin-left: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-3 {
2.94 s
[treefmt-check] - margin-top:.75rem !important;
2.94 s
[treefmt-check] - margin-bottom:.75rem !important
2.94 s
[treefmt-check] + margin-top: 0.75rem !important;
2.94 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-3 {
2.94 s
[treefmt-check] - margin-right:-.75rem !important;
2.94 s
[treefmt-check] - margin-left:-.75rem !important
2.94 s
[treefmt-check] + margin-right: -0.75rem !important;
2.94 s
[treefmt-check] + margin-left: -0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-4 {
2.94 s
[treefmt-check] - margin:1rem !important
2.94 s
[treefmt-check] + margin: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-4 {
2.94 s
[treefmt-check] - margin-top:1rem !important
2.94 s
[treefmt-check] + margin-top: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-4 {
2.94 s
[treefmt-check] - margin-right:1rem !important
2.94 s
[treefmt-check] + margin-right: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-4 {
2.94 s
[treefmt-check] - margin-bottom:1rem !important
2.94 s
[treefmt-check] + margin-bottom: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-4 {
2.94 s
[treefmt-check] - margin-left:1rem !important
2.94 s
[treefmt-check] + margin-left: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-4 {
2.94 s
[treefmt-check] - margin-right:1rem !important;
2.94 s
[treefmt-check] - margin-left:1rem !important
2.94 s
[treefmt-check] + margin-right: 1rem !important;
2.94 s
[treefmt-check] + margin-left: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-4 {
2.94 s
[treefmt-check] - margin-top:1rem !important;
2.94 s
[treefmt-check] - margin-bottom:1rem !important
2.94 s
[treefmt-check] + margin-top: 1rem !important;
2.94 s
[treefmt-check] + margin-bottom: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-4 {
2.94 s
[treefmt-check] - margin-right:-1rem !important;
2.94 s
[treefmt-check] - margin-left:-1rem !important
2.94 s
[treefmt-check] + margin-right: -1rem !important;
2.94 s
[treefmt-check] + margin-left: -1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-5 {
2.94 s
[treefmt-check] - margin:1.5rem !important
2.94 s
[treefmt-check] + margin: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-5 {
2.94 s
[treefmt-check] - margin-top:1.5rem !important
2.94 s
[treefmt-check] + margin-top: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-5 {
2.94 s
[treefmt-check] - margin-right:1.5rem !important
2.94 s
[treefmt-check] + margin-right: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-5 {
2.94 s
[treefmt-check] - margin-bottom:1.5rem !important
2.94 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-5 {
2.94 s
[treefmt-check] - margin-left:1.5rem !important
2.94 s
[treefmt-check] + margin-left: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-5 {
2.94 s
[treefmt-check] - margin-right:1.5rem !important;
2.94 s
[treefmt-check] - margin-left:1.5rem !important
2.94 s
[treefmt-check] + margin-right: 1.5rem !important;
2.94 s
[treefmt-check] + margin-left: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-5 {
2.94 s
[treefmt-check] - margin-top:1.5rem !important;
2.94 s
[treefmt-check] - margin-bottom:1.5rem !important
2.94 s
[treefmt-check] + margin-top: 1.5rem !important;
2.94 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-5 {
2.94 s
[treefmt-check] - margin-right:-1.5rem !important;
2.94 s
[treefmt-check] - margin-left:-1.5rem !important
2.94 s
[treefmt-check] + margin-right: -1.5rem !important;
2.94 s
[treefmt-check] + margin-left: -1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-6 {
2.94 s
[treefmt-check] - margin:2rem !important
2.94 s
[treefmt-check] + margin: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-6 {
2.94 s
[treefmt-check] - margin-top:2rem !important
2.94 s
[treefmt-check] + margin-top: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-6 {
2.94 s
[treefmt-check] - margin-right:2rem !important
2.94 s
[treefmt-check] + margin-right: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-6 {
2.94 s
[treefmt-check] - margin-bottom:2rem !important
2.94 s
[treefmt-check] + margin-bottom: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-6 {
2.94 s
[treefmt-check] - margin-left:2rem !important
2.94 s
[treefmt-check] + margin-left: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-6 {
2.94 s
[treefmt-check] - margin-right:2rem !important;
2.94 s
[treefmt-check] - margin-left:2rem !important
2.94 s
[treefmt-check] + margin-right: 2rem !important;
2.94 s
[treefmt-check] + margin-left: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-6 {
2.94 s
[treefmt-check] - margin-top:2rem !important;
2.94 s
[treefmt-check] - margin-bottom:2rem !important
2.94 s
[treefmt-check] + margin-top: 2rem !important;
2.94 s
[treefmt-check] + margin-bottom: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-6 {
2.94 s
[treefmt-check] - margin-right:-2rem !important;
2.94 s
[treefmt-check] - margin-left:-2rem !important
2.94 s
[treefmt-check] + margin-right: -2rem !important;
2.94 s
[treefmt-check] + margin-left: -2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-7 {
2.94 s
[treefmt-check] - margin:2.5rem !important
2.94 s
[treefmt-check] + margin: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-7 {
2.94 s
[treefmt-check] - margin-top:2.5rem !important
2.94 s
[treefmt-check] + margin-top: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-7 {
2.94 s
[treefmt-check] - margin-right:2.5rem !important
2.94 s
[treefmt-check] + margin-right: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-7 {
2.94 s
[treefmt-check] - margin-bottom:2.5rem !important
2.94 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-7 {
2.94 s
[treefmt-check] - margin-left:2.5rem !important
2.94 s
[treefmt-check] + margin-left: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-7 {
2.94 s
[treefmt-check] - margin-right:2.5rem !important;
2.94 s
[treefmt-check] - margin-left:2.5rem !important
2.94 s
[treefmt-check] + margin-right: 2.5rem !important;
2.94 s
[treefmt-check] + margin-left: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-7 {
2.94 s
[treefmt-check] - margin-top:2.5rem !important;
2.94 s
[treefmt-check] - margin-bottom:2.5rem !important
2.94 s
[treefmt-check] + margin-top: 2.5rem !important;
2.94 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-7 {
2.94 s
[treefmt-check] - margin-right:-2.5rem !important;
2.94 s
[treefmt-check] - margin-left:-2.5rem !important
2.94 s
[treefmt-check] + margin-right: -2.5rem !important;
2.94 s
[treefmt-check] + margin-left: -2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-8 {
2.94 s
[treefmt-check] - margin:3rem !important
2.94 s
[treefmt-check] + margin: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-8 {
2.94 s
[treefmt-check] - margin-top:3rem !important
2.94 s
[treefmt-check] + margin-top: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-8 {
2.94 s
[treefmt-check] - margin-right:3rem !important
2.94 s
[treefmt-check] + margin-right: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-8 {
2.94 s
[treefmt-check] - margin-bottom:3rem !important
2.94 s
[treefmt-check] + margin-bottom: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-8 {
2.94 s
[treefmt-check] - margin-left:3rem !important
2.94 s
[treefmt-check] + margin-left: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-8 {
2.94 s
[treefmt-check] - margin-right:3rem !important;
2.94 s
[treefmt-check] - margin-left:3rem !important
2.94 s
[treefmt-check] + margin-right: 3rem !important;
2.94 s
[treefmt-check] + margin-left: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-8 {
2.94 s
[treefmt-check] - margin-top:3rem !important;
2.94 s
[treefmt-check] - margin-bottom:3rem !important
2.94 s
[treefmt-check] + margin-top: 3rem !important;
2.94 s
[treefmt-check] + margin-bottom: 3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-8 {
2.94 s
[treefmt-check] - margin-right:-3rem !important;
2.94 s
[treefmt-check] - margin-left:-3rem !important
2.94 s
[treefmt-check] + margin-right: -3rem !important;
2.94 s
[treefmt-check] + margin-left: -3rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-9 {
2.94 s
[treefmt-check] - margin:3.5rem !important
2.94 s
[treefmt-check] + margin: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-9 {
2.94 s
[treefmt-check] - margin-top:3.5rem !important
2.94 s
[treefmt-check] + margin-top: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-9 {
2.94 s
[treefmt-check] - margin-right:3.5rem !important
2.94 s
[treefmt-check] + margin-right: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-9 {
2.94 s
[treefmt-check] - margin-bottom:3.5rem !important
2.94 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-9 {
2.94 s
[treefmt-check] - margin-left:3.5rem !important
2.94 s
[treefmt-check] + margin-left: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-9 {
2.94 s
[treefmt-check] - margin-right:3.5rem !important;
2.94 s
[treefmt-check] - margin-left:3.5rem !important
2.94 s
[treefmt-check] + margin-right: 3.5rem !important;
2.94 s
[treefmt-check] + margin-left: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-9 {
2.94 s
[treefmt-check] - margin-top:3.5rem !important;
2.94 s
[treefmt-check] - margin-bottom:3.5rem !important
2.94 s
[treefmt-check] + margin-top: 3.5rem !important;
2.94 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-9 {
2.94 s
[treefmt-check] - margin-right:-3.5rem !important;
2.94 s
[treefmt-check] - margin-left:-3.5rem !important
2.94 s
[treefmt-check] + margin-right: -3.5rem !important;
2.94 s
[treefmt-check] + margin-left: -3.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 50rem) {
2.94 s
[treefmt-check] .m-md-10 {
2.94 s
[treefmt-check] - margin:4rem !important
2.94 s
[treefmt-check] + margin: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-md-10 {
2.94 s
[treefmt-check] - margin-top:4rem !important
2.94 s
[treefmt-check] + margin-top: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-md-10 {
2.94 s
[treefmt-check] - margin-right:4rem !important
2.94 s
[treefmt-check] + margin-right: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-md-10 {
2.94 s
[treefmt-check] - margin-bottom:4rem !important
2.94 s
[treefmt-check] + margin-bottom: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-md-10 {
2.94 s
[treefmt-check] - margin-left:4rem !important
2.94 s
[treefmt-check] + margin-left: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-md-10 {
2.94 s
[treefmt-check] - margin-right:4rem !important;
2.94 s
[treefmt-check] - margin-left:4rem !important
2.94 s
[treefmt-check] + margin-right: 4rem !important;
2.94 s
[treefmt-check] + margin-left: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-md-10 {
2.94 s
[treefmt-check] - margin-top:4rem !important;
2.94 s
[treefmt-check] - margin-bottom:4rem !important
2.94 s
[treefmt-check] + margin-top: 4rem !important;
2.94 s
[treefmt-check] + margin-bottom: 4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-md-10 {
2.94 s
[treefmt-check] - margin-right:-4rem !important;
2.94 s
[treefmt-check] - margin-left:-4rem !important
2.94 s
[treefmt-check] + margin-right: -4rem !important;
2.94 s
[treefmt-check] + margin-left: -4rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-0 {
2.94 s
[treefmt-check] - margin:0 !important
2.94 s
[treefmt-check] + margin: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-0 {
2.94 s
[treefmt-check] - margin-top:0 !important
2.94 s
[treefmt-check] + margin-top: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-0 {
2.94 s
[treefmt-check] - margin-right:0 !important
2.94 s
[treefmt-check] + margin-right: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-0 {
2.94 s
[treefmt-check] - margin-bottom:0 !important
2.94 s
[treefmt-check] + margin-bottom: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-0 {
2.94 s
[treefmt-check] - margin-left:0 !important
2.94 s
[treefmt-check] + margin-left: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-0 {
2.94 s
[treefmt-check] - margin-right:0 !important;
2.94 s
[treefmt-check] - margin-left:0 !important
2.94 s
[treefmt-check] + margin-right: 0 !important;
2.94 s
[treefmt-check] + margin-left: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-0 {
2.94 s
[treefmt-check] - margin-top:0 !important;
2.94 s
[treefmt-check] - margin-bottom:0 !important
2.94 s
[treefmt-check] + margin-top: 0 !important;
2.94 s
[treefmt-check] + margin-bottom: 0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-0 {
2.94 s
[treefmt-check] - margin-right:-0 !important;
2.94 s
[treefmt-check] - margin-left:-0 !important
2.94 s
[treefmt-check] + margin-right: -0 !important;
2.94 s
[treefmt-check] + margin-left: -0 !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-1 {
2.94 s
[treefmt-check] - margin:.25rem !important
2.94 s
[treefmt-check] + margin: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-1 {
2.94 s
[treefmt-check] - margin-top:.25rem !important
2.94 s
[treefmt-check] + margin-top: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-1 {
2.94 s
[treefmt-check] - margin-right:.25rem !important
2.94 s
[treefmt-check] + margin-right: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-1 {
2.94 s
[treefmt-check] - margin-bottom:.25rem !important
2.94 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-1 {
2.94 s
[treefmt-check] - margin-left:.25rem !important
2.94 s
[treefmt-check] + margin-left: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-1 {
2.94 s
[treefmt-check] - margin-right:.25rem !important;
2.94 s
[treefmt-check] - margin-left:.25rem !important
2.94 s
[treefmt-check] + margin-right: 0.25rem !important;
2.94 s
[treefmt-check] + margin-left: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-1 {
2.94 s
[treefmt-check] - margin-top:.25rem !important;
2.94 s
[treefmt-check] - margin-bottom:.25rem !important
2.94 s
[treefmt-check] + margin-top: 0.25rem !important;
2.94 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-1 {
2.94 s
[treefmt-check] - margin-right:-.25rem !important;
2.94 s
[treefmt-check] - margin-left:-.25rem !important
2.94 s
[treefmt-check] + margin-right: -0.25rem !important;
2.94 s
[treefmt-check] + margin-left: -0.25rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-2 {
2.94 s
[treefmt-check] - margin:.5rem !important
2.94 s
[treefmt-check] + margin: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-2 {
2.94 s
[treefmt-check] - margin-top:.5rem !important
2.94 s
[treefmt-check] + margin-top: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-2 {
2.94 s
[treefmt-check] - margin-right:.5rem !important
2.94 s
[treefmt-check] + margin-right: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-2 {
2.94 s
[treefmt-check] - margin-bottom:.5rem !important
2.94 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-2 {
2.94 s
[treefmt-check] - margin-left:.5rem !important
2.94 s
[treefmt-check] + margin-left: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-2 {
2.94 s
[treefmt-check] - margin-right:.5rem !important;
2.94 s
[treefmt-check] - margin-left:.5rem !important
2.94 s
[treefmt-check] + margin-right: 0.5rem !important;
2.94 s
[treefmt-check] + margin-left: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-2 {
2.94 s
[treefmt-check] - margin-top:.5rem !important;
2.94 s
[treefmt-check] - margin-bottom:.5rem !important
2.94 s
[treefmt-check] + margin-top: 0.5rem !important;
2.94 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-2 {
2.94 s
[treefmt-check] - margin-right:-.5rem !important;
2.94 s
[treefmt-check] - margin-left:-.5rem !important
2.94 s
[treefmt-check] + margin-right: -0.5rem !important;
2.94 s
[treefmt-check] + margin-left: -0.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-3 {
2.94 s
[treefmt-check] - margin:.75rem !important
2.94 s
[treefmt-check] + margin: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-3 {
2.94 s
[treefmt-check] - margin-top:.75rem !important
2.94 s
[treefmt-check] + margin-top: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-3 {
2.94 s
[treefmt-check] - margin-right:.75rem !important
2.94 s
[treefmt-check] + margin-right: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-3 {
2.94 s
[treefmt-check] - margin-bottom:.75rem !important
2.94 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-3 {
2.94 s
[treefmt-check] - margin-left:.75rem !important
2.94 s
[treefmt-check] + margin-left: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-3 {
2.94 s
[treefmt-check] - margin-right:.75rem !important;
2.94 s
[treefmt-check] - margin-left:.75rem !important
2.94 s
[treefmt-check] + margin-right: 0.75rem !important;
2.94 s
[treefmt-check] + margin-left: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-3 {
2.94 s
[treefmt-check] - margin-top:.75rem !important;
2.94 s
[treefmt-check] - margin-bottom:.75rem !important
2.94 s
[treefmt-check] + margin-top: 0.75rem !important;
2.94 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-3 {
2.94 s
[treefmt-check] - margin-right:-.75rem !important;
2.94 s
[treefmt-check] - margin-left:-.75rem !important
2.94 s
[treefmt-check] + margin-right: -0.75rem !important;
2.94 s
[treefmt-check] + margin-left: -0.75rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-4 {
2.94 s
[treefmt-check] - margin:1rem !important
2.94 s
[treefmt-check] + margin: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-4 {
2.94 s
[treefmt-check] - margin-top:1rem !important
2.94 s
[treefmt-check] + margin-top: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-4 {
2.94 s
[treefmt-check] - margin-right:1rem !important
2.94 s
[treefmt-check] + margin-right: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-4 {
2.94 s
[treefmt-check] - margin-bottom:1rem !important
2.94 s
[treefmt-check] + margin-bottom: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-4 {
2.94 s
[treefmt-check] - margin-left:1rem !important
2.94 s
[treefmt-check] + margin-left: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-4 {
2.94 s
[treefmt-check] - margin-right:1rem !important;
2.94 s
[treefmt-check] - margin-left:1rem !important
2.94 s
[treefmt-check] + margin-right: 1rem !important;
2.94 s
[treefmt-check] + margin-left: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-4 {
2.94 s
[treefmt-check] - margin-top:1rem !important;
2.94 s
[treefmt-check] - margin-bottom:1rem !important
2.94 s
[treefmt-check] + margin-top: 1rem !important;
2.94 s
[treefmt-check] + margin-bottom: 1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-4 {
2.94 s
[treefmt-check] - margin-right:-1rem !important;
2.94 s
[treefmt-check] - margin-left:-1rem !important
2.94 s
[treefmt-check] + margin-right: -1rem !important;
2.94 s
[treefmt-check] + margin-left: -1rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-5 {
2.94 s
[treefmt-check] - margin:1.5rem !important
2.94 s
[treefmt-check] + margin: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-5 {
2.94 s
[treefmt-check] - margin-top:1.5rem !important
2.94 s
[treefmt-check] + margin-top: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-5 {
2.94 s
[treefmt-check] - margin-right:1.5rem !important
2.94 s
[treefmt-check] + margin-right: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-5 {
2.94 s
[treefmt-check] - margin-bottom:1.5rem !important
2.94 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-5 {
2.94 s
[treefmt-check] - margin-left:1.5rem !important
2.94 s
[treefmt-check] + margin-left: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-5 {
2.94 s
[treefmt-check] - margin-right:1.5rem !important;
2.94 s
[treefmt-check] - margin-left:1.5rem !important
2.94 s
[treefmt-check] + margin-right: 1.5rem !important;
2.94 s
[treefmt-check] + margin-left: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-5 {
2.94 s
[treefmt-check] - margin-top:1.5rem !important;
2.94 s
[treefmt-check] - margin-bottom:1.5rem !important
2.94 s
[treefmt-check] + margin-top: 1.5rem !important;
2.94 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-5 {
2.94 s
[treefmt-check] - margin-right:-1.5rem !important;
2.94 s
[treefmt-check] - margin-left:-1.5rem !important
2.94 s
[treefmt-check] + margin-right: -1.5rem !important;
2.94 s
[treefmt-check] + margin-left: -1.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-6 {
2.94 s
[treefmt-check] - margin:2rem !important
2.94 s
[treefmt-check] + margin: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-6 {
2.94 s
[treefmt-check] - margin-top:2rem !important
2.94 s
[treefmt-check] + margin-top: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-6 {
2.94 s
[treefmt-check] - margin-right:2rem !important
2.94 s
[treefmt-check] + margin-right: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mb-lg-6 {
2.94 s
[treefmt-check] - margin-bottom:2rem !important
2.94 s
[treefmt-check] + margin-bottom: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .ml-lg-6 {
2.94 s
[treefmt-check] - margin-left:2rem !important
2.94 s
[treefmt-check] + margin-left: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mx-lg-6 {
2.94 s
[treefmt-check] - margin-right:2rem !important;
2.94 s
[treefmt-check] - margin-left:2rem !important
2.94 s
[treefmt-check] + margin-right: 2rem !important;
2.94 s
[treefmt-check] + margin-left: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .my-lg-6 {
2.94 s
[treefmt-check] - margin-top:2rem !important;
2.94 s
[treefmt-check] - margin-bottom:2rem !important
2.94 s
[treefmt-check] + margin-top: 2rem !important;
2.94 s
[treefmt-check] + margin-bottom: 2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mxn-lg-6 {
2.94 s
[treefmt-check] - margin-right:-2rem !important;
2.94 s
[treefmt-check] - margin-left:-2rem !important
2.94 s
[treefmt-check] + margin-right: -2rem !important;
2.94 s
[treefmt-check] + margin-left: -2rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] @media (min-width: 66.5rem) {
2.94 s
[treefmt-check] .m-lg-7 {
2.94 s
[treefmt-check] - margin:2.5rem !important
2.94 s
[treefmt-check] + margin: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mt-lg-7 {
2.94 s
[treefmt-check] - margin-top:2.5rem !important
2.94 s
[treefmt-check] + margin-top: 2.5rem !important;
2.94 s
[treefmt-check] }
2.94 s
[treefmt-check] .mr-lg-7 {
2.94 s
[treefmt-check] - margin-right:2.5rem !important
2.94 s
[treefmt-check] + margin-right: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-lg-7 {
2.95 s
[treefmt-check] - margin-bottom:2.5rem !important
2.95 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-lg-7 {
2.95 s
[treefmt-check] - margin-left:2.5rem !important
2.95 s
[treefmt-check] + margin-left: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-lg-7 {
2.95 s
[treefmt-check] - margin-right:2.5rem !important;
2.95 s
[treefmt-check] - margin-left:2.5rem !important
2.95 s
[treefmt-check] + margin-right: 2.5rem !important;
2.95 s
[treefmt-check] + margin-left: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-lg-7 {
2.95 s
[treefmt-check] - margin-top:2.5rem !important;
2.95 s
[treefmt-check] - margin-bottom:2.5rem !important
2.95 s
[treefmt-check] + margin-top: 2.5rem !important;
2.95 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-lg-7 {
2.95 s
[treefmt-check] - margin-right:-2.5rem !important;
2.95 s
[treefmt-check] - margin-left:-2.5rem !important
2.95 s
[treefmt-check] + margin-right: -2.5rem !important;
2.95 s
[treefmt-check] + margin-left: -2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 66.5rem) {
2.95 s
[treefmt-check] .m-lg-8 {
2.95 s
[treefmt-check] - margin:3rem !important
2.95 s
[treefmt-check] + margin: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-lg-8 {
2.95 s
[treefmt-check] - margin-top:3rem !important
2.95 s
[treefmt-check] + margin-top: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-lg-8 {
2.95 s
[treefmt-check] - margin-right:3rem !important
2.95 s
[treefmt-check] + margin-right: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-lg-8 {
2.95 s
[treefmt-check] - margin-bottom:3rem !important
2.95 s
[treefmt-check] + margin-bottom: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-lg-8 {
2.95 s
[treefmt-check] - margin-left:3rem !important
2.95 s
[treefmt-check] + margin-left: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-lg-8 {
2.95 s
[treefmt-check] - margin-right:3rem !important;
2.95 s
[treefmt-check] - margin-left:3rem !important
2.95 s
[treefmt-check] + margin-right: 3rem !important;
2.95 s
[treefmt-check] + margin-left: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-lg-8 {
2.95 s
[treefmt-check] - margin-top:3rem !important;
2.95 s
[treefmt-check] - margin-bottom:3rem !important
2.95 s
[treefmt-check] + margin-top: 3rem !important;
2.95 s
[treefmt-check] + margin-bottom: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-lg-8 {
2.95 s
[treefmt-check] - margin-right:-3rem !important;
2.95 s
[treefmt-check] - margin-left:-3rem !important
2.95 s
[treefmt-check] + margin-right: -3rem !important;
2.95 s
[treefmt-check] + margin-left: -3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 66.5rem) {
2.95 s
[treefmt-check] .m-lg-9 {
2.95 s
[treefmt-check] - margin:3.5rem !important
2.95 s
[treefmt-check] + margin: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-lg-9 {
2.95 s
[treefmt-check] - margin-top:3.5rem !important
2.95 s
[treefmt-check] + margin-top: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-lg-9 {
2.95 s
[treefmt-check] - margin-right:3.5rem !important
2.95 s
[treefmt-check] + margin-right: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-lg-9 {
2.95 s
[treefmt-check] - margin-bottom:3.5rem !important
2.95 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-lg-9 {
2.95 s
[treefmt-check] - margin-left:3.5rem !important
2.95 s
[treefmt-check] + margin-left: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-lg-9 {
2.95 s
[treefmt-check] - margin-right:3.5rem !important;
2.95 s
[treefmt-check] - margin-left:3.5rem !important
2.95 s
[treefmt-check] + margin-right: 3.5rem !important;
2.95 s
[treefmt-check] + margin-left: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-lg-9 {
2.95 s
[treefmt-check] - margin-top:3.5rem !important;
2.95 s
[treefmt-check] - margin-bottom:3.5rem !important
2.95 s
[treefmt-check] + margin-top: 3.5rem !important;
2.95 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-lg-9 {
2.95 s
[treefmt-check] - margin-right:-3.5rem !important;
2.95 s
[treefmt-check] - margin-left:-3.5rem !important
2.95 s
[treefmt-check] + margin-right: -3.5rem !important;
2.95 s
[treefmt-check] + margin-left: -3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 66.5rem) {
2.95 s
[treefmt-check] .m-lg-10 {
2.95 s
[treefmt-check] - margin:4rem !important
2.95 s
[treefmt-check] + margin: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-lg-10 {
2.95 s
[treefmt-check] - margin-top:4rem !important
2.95 s
[treefmt-check] + margin-top: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-lg-10 {
2.95 s
[treefmt-check] - margin-right:4rem !important
2.95 s
[treefmt-check] + margin-right: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-lg-10 {
2.95 s
[treefmt-check] - margin-bottom:4rem !important
2.95 s
[treefmt-check] + margin-bottom: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-lg-10 {
2.95 s
[treefmt-check] - margin-left:4rem !important
2.95 s
[treefmt-check] + margin-left: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-lg-10 {
2.95 s
[treefmt-check] - margin-right:4rem !important;
2.95 s
[treefmt-check] - margin-left:4rem !important
2.95 s
[treefmt-check] + margin-right: 4rem !important;
2.95 s
[treefmt-check] + margin-left: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-lg-10 {
2.95 s
[treefmt-check] - margin-top:4rem !important;
2.95 s
[treefmt-check] - margin-bottom:4rem !important
2.95 s
[treefmt-check] + margin-top: 4rem !important;
2.95 s
[treefmt-check] + margin-bottom: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-lg-10 {
2.95 s
[treefmt-check] - margin-right:-4rem !important;
2.95 s
[treefmt-check] - margin-left:-4rem !important
2.95 s
[treefmt-check] + margin-right: -4rem !important;
2.95 s
[treefmt-check] + margin-left: -4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-0 {
2.95 s
[treefmt-check] - margin:0 !important
2.95 s
[treefmt-check] + margin: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-0 {
2.95 s
[treefmt-check] - margin-top:0 !important
2.95 s
[treefmt-check] + margin-top: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-0 {
2.95 s
[treefmt-check] - margin-right:0 !important
2.95 s
[treefmt-check] + margin-right: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-0 {
2.95 s
[treefmt-check] - margin-bottom:0 !important
2.95 s
[treefmt-check] + margin-bottom: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-0 {
2.95 s
[treefmt-check] - margin-left:0 !important
2.95 s
[treefmt-check] + margin-left: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-0 {
2.95 s
[treefmt-check] - margin-right:0 !important;
2.95 s
[treefmt-check] - margin-left:0 !important
2.95 s
[treefmt-check] + margin-right: 0 !important;
2.95 s
[treefmt-check] + margin-left: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-0 {
2.95 s
[treefmt-check] - margin-top:0 !important;
2.95 s
[treefmt-check] - margin-bottom:0 !important
2.95 s
[treefmt-check] + margin-top: 0 !important;
2.95 s
[treefmt-check] + margin-bottom: 0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-0 {
2.95 s
[treefmt-check] - margin-right:-0 !important;
2.95 s
[treefmt-check] - margin-left:-0 !important
2.95 s
[treefmt-check] + margin-right: -0 !important;
2.95 s
[treefmt-check] + margin-left: -0 !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-1 {
2.95 s
[treefmt-check] - margin:.25rem !important
2.95 s
[treefmt-check] + margin: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-1 {
2.95 s
[treefmt-check] - margin-top:.25rem !important
2.95 s
[treefmt-check] + margin-top: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-1 {
2.95 s
[treefmt-check] - margin-right:.25rem !important
2.95 s
[treefmt-check] + margin-right: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-1 {
2.95 s
[treefmt-check] - margin-bottom:.25rem !important
2.95 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-1 {
2.95 s
[treefmt-check] - margin-left:.25rem !important
2.95 s
[treefmt-check] + margin-left: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-1 {
2.95 s
[treefmt-check] - margin-right:.25rem !important;
2.95 s
[treefmt-check] - margin-left:.25rem !important
2.95 s
[treefmt-check] + margin-right: 0.25rem !important;
2.95 s
[treefmt-check] + margin-left: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-1 {
2.95 s
[treefmt-check] - margin-top:.25rem !important;
2.95 s
[treefmt-check] - margin-bottom:.25rem !important
2.95 s
[treefmt-check] + margin-top: 0.25rem !important;
2.95 s
[treefmt-check] + margin-bottom: 0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-1 {
2.95 s
[treefmt-check] - margin-right:-.25rem !important;
2.95 s
[treefmt-check] - margin-left:-.25rem !important
2.95 s
[treefmt-check] + margin-right: -0.25rem !important;
2.95 s
[treefmt-check] + margin-left: -0.25rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-2 {
2.95 s
[treefmt-check] - margin:.5rem !important
2.95 s
[treefmt-check] + margin: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-2 {
2.95 s
[treefmt-check] - margin-top:.5rem !important
2.95 s
[treefmt-check] + margin-top: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-2 {
2.95 s
[treefmt-check] - margin-right:.5rem !important
2.95 s
[treefmt-check] + margin-right: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-2 {
2.95 s
[treefmt-check] - margin-bottom:.5rem !important
2.95 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-2 {
2.95 s
[treefmt-check] - margin-left:.5rem !important
2.95 s
[treefmt-check] + margin-left: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-2 {
2.95 s
[treefmt-check] - margin-right:.5rem !important;
2.95 s
[treefmt-check] - margin-left:.5rem !important
2.95 s
[treefmt-check] + margin-right: 0.5rem !important;
2.95 s
[treefmt-check] + margin-left: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-2 {
2.95 s
[treefmt-check] - margin-top:.5rem !important;
2.95 s
[treefmt-check] - margin-bottom:.5rem !important
2.95 s
[treefmt-check] + margin-top: 0.5rem !important;
2.95 s
[treefmt-check] + margin-bottom: 0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-2 {
2.95 s
[treefmt-check] - margin-right:-.5rem !important;
2.95 s
[treefmt-check] - margin-left:-.5rem !important
2.95 s
[treefmt-check] + margin-right: -0.5rem !important;
2.95 s
[treefmt-check] + margin-left: -0.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-3 {
2.95 s
[treefmt-check] - margin:.75rem !important
2.95 s
[treefmt-check] + margin: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-3 {
2.95 s
[treefmt-check] - margin-top:.75rem !important
2.95 s
[treefmt-check] + margin-top: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-3 {
2.95 s
[treefmt-check] - margin-right:.75rem !important
2.95 s
[treefmt-check] + margin-right: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-3 {
2.95 s
[treefmt-check] - margin-bottom:.75rem !important
2.95 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-3 {
2.95 s
[treefmt-check] - margin-left:.75rem !important
2.95 s
[treefmt-check] + margin-left: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-3 {
2.95 s
[treefmt-check] - margin-right:.75rem !important;
2.95 s
[treefmt-check] - margin-left:.75rem !important
2.95 s
[treefmt-check] + margin-right: 0.75rem !important;
2.95 s
[treefmt-check] + margin-left: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-3 {
2.95 s
[treefmt-check] - margin-top:.75rem !important;
2.95 s
[treefmt-check] - margin-bottom:.75rem !important
2.95 s
[treefmt-check] + margin-top: 0.75rem !important;
2.95 s
[treefmt-check] + margin-bottom: 0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-3 {
2.95 s
[treefmt-check] - margin-right:-.75rem !important;
2.95 s
[treefmt-check] - margin-left:-.75rem !important
2.95 s
[treefmt-check] + margin-right: -0.75rem !important;
2.95 s
[treefmt-check] + margin-left: -0.75rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-4 {
2.95 s
[treefmt-check] - margin:1rem !important
2.95 s
[treefmt-check] + margin: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-4 {
2.95 s
[treefmt-check] - margin-top:1rem !important
2.95 s
[treefmt-check] + margin-top: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-4 {
2.95 s
[treefmt-check] - margin-right:1rem !important
2.95 s
[treefmt-check] + margin-right: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-4 {
2.95 s
[treefmt-check] - margin-bottom:1rem !important
2.95 s
[treefmt-check] + margin-bottom: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-4 {
2.95 s
[treefmt-check] - margin-left:1rem !important
2.95 s
[treefmt-check] + margin-left: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-4 {
2.95 s
[treefmt-check] - margin-right:1rem !important;
2.95 s
[treefmt-check] - margin-left:1rem !important
2.95 s
[treefmt-check] + margin-right: 1rem !important;
2.95 s
[treefmt-check] + margin-left: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-4 {
2.95 s
[treefmt-check] - margin-top:1rem !important;
2.95 s
[treefmt-check] - margin-bottom:1rem !important
2.95 s
[treefmt-check] + margin-top: 1rem !important;
2.95 s
[treefmt-check] + margin-bottom: 1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-4 {
2.95 s
[treefmt-check] - margin-right:-1rem !important;
2.95 s
[treefmt-check] - margin-left:-1rem !important
2.95 s
[treefmt-check] + margin-right: -1rem !important;
2.95 s
[treefmt-check] + margin-left: -1rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-5 {
2.95 s
[treefmt-check] - margin:1.5rem !important
2.95 s
[treefmt-check] + margin: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-5 {
2.95 s
[treefmt-check] - margin-top:1.5rem !important
2.95 s
[treefmt-check] + margin-top: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-5 {
2.95 s
[treefmt-check] - margin-right:1.5rem !important
2.95 s
[treefmt-check] + margin-right: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-5 {
2.95 s
[treefmt-check] - margin-bottom:1.5rem !important
2.95 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-5 {
2.95 s
[treefmt-check] - margin-left:1.5rem !important
2.95 s
[treefmt-check] + margin-left: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-5 {
2.95 s
[treefmt-check] - margin-right:1.5rem !important;
2.95 s
[treefmt-check] - margin-left:1.5rem !important
2.95 s
[treefmt-check] + margin-right: 1.5rem !important;
2.95 s
[treefmt-check] + margin-left: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-5 {
2.95 s
[treefmt-check] - margin-top:1.5rem !important;
2.95 s
[treefmt-check] - margin-bottom:1.5rem !important
2.95 s
[treefmt-check] + margin-top: 1.5rem !important;
2.95 s
[treefmt-check] + margin-bottom: 1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-5 {
2.95 s
[treefmt-check] - margin-right:-1.5rem !important;
2.95 s
[treefmt-check] - margin-left:-1.5rem !important
2.95 s
[treefmt-check] + margin-right: -1.5rem !important;
2.95 s
[treefmt-check] + margin-left: -1.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-6 {
2.95 s
[treefmt-check] - margin:2rem !important
2.95 s
[treefmt-check] + margin: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-6 {
2.95 s
[treefmt-check] - margin-top:2rem !important
2.95 s
[treefmt-check] + margin-top: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-6 {
2.95 s
[treefmt-check] - margin-right:2rem !important
2.95 s
[treefmt-check] + margin-right: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-6 {
2.95 s
[treefmt-check] - margin-bottom:2rem !important
2.95 s
[treefmt-check] + margin-bottom: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-6 {
2.95 s
[treefmt-check] - margin-left:2rem !important
2.95 s
[treefmt-check] + margin-left: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-6 {
2.95 s
[treefmt-check] - margin-right:2rem !important;
2.95 s
[treefmt-check] - margin-left:2rem !important
2.95 s
[treefmt-check] + margin-right: 2rem !important;
2.95 s
[treefmt-check] + margin-left: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-6 {
2.95 s
[treefmt-check] - margin-top:2rem !important;
2.95 s
[treefmt-check] - margin-bottom:2rem !important
2.95 s
[treefmt-check] + margin-top: 2rem !important;
2.95 s
[treefmt-check] + margin-bottom: 2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-6 {
2.95 s
[treefmt-check] - margin-right:-2rem !important;
2.95 s
[treefmt-check] - margin-left:-2rem !important
2.95 s
[treefmt-check] + margin-right: -2rem !important;
2.95 s
[treefmt-check] + margin-left: -2rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-7 {
2.95 s
[treefmt-check] - margin:2.5rem !important
2.95 s
[treefmt-check] + margin: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-7 {
2.95 s
[treefmt-check] - margin-top:2.5rem !important
2.95 s
[treefmt-check] + margin-top: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-7 {
2.95 s
[treefmt-check] - margin-right:2.5rem !important
2.95 s
[treefmt-check] + margin-right: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-7 {
2.95 s
[treefmt-check] - margin-bottom:2.5rem !important
2.95 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-7 {
2.95 s
[treefmt-check] - margin-left:2.5rem !important
2.95 s
[treefmt-check] + margin-left: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-7 {
2.95 s
[treefmt-check] - margin-right:2.5rem !important;
2.95 s
[treefmt-check] - margin-left:2.5rem !important
2.95 s
[treefmt-check] + margin-right: 2.5rem !important;
2.95 s
[treefmt-check] + margin-left: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-7 {
2.95 s
[treefmt-check] - margin-top:2.5rem !important;
2.95 s
[treefmt-check] - margin-bottom:2.5rem !important
2.95 s
[treefmt-check] + margin-top: 2.5rem !important;
2.95 s
[treefmt-check] + margin-bottom: 2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-7 {
2.95 s
[treefmt-check] - margin-right:-2.5rem !important;
2.95 s
[treefmt-check] - margin-left:-2.5rem !important
2.95 s
[treefmt-check] + margin-right: -2.5rem !important;
2.95 s
[treefmt-check] + margin-left: -2.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-8 {
2.95 s
[treefmt-check] - margin:3rem !important
2.95 s
[treefmt-check] + margin: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-8 {
2.95 s
[treefmt-check] - margin-top:3rem !important
2.95 s
[treefmt-check] + margin-top: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-8 {
2.95 s
[treefmt-check] - margin-right:3rem !important
2.95 s
[treefmt-check] + margin-right: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-8 {
2.95 s
[treefmt-check] - margin-bottom:3rem !important
2.95 s
[treefmt-check] + margin-bottom: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-8 {
2.95 s
[treefmt-check] - margin-left:3rem !important
2.95 s
[treefmt-check] + margin-left: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-8 {
2.95 s
[treefmt-check] - margin-right:3rem !important;
2.95 s
[treefmt-check] - margin-left:3rem !important
2.95 s
[treefmt-check] + margin-right: 3rem !important;
2.95 s
[treefmt-check] + margin-left: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-8 {
2.95 s
[treefmt-check] - margin-top:3rem !important;
2.95 s
[treefmt-check] - margin-bottom:3rem !important
2.95 s
[treefmt-check] + margin-top: 3rem !important;
2.95 s
[treefmt-check] + margin-bottom: 3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-8 {
2.95 s
[treefmt-check] - margin-right:-3rem !important;
2.95 s
[treefmt-check] - margin-left:-3rem !important
2.95 s
[treefmt-check] + margin-right: -3rem !important;
2.95 s
[treefmt-check] + margin-left: -3rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-9 {
2.95 s
[treefmt-check] - margin:3.5rem !important
2.95 s
[treefmt-check] + margin: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-9 {
2.95 s
[treefmt-check] - margin-top:3.5rem !important
2.95 s
[treefmt-check] + margin-top: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-9 {
2.95 s
[treefmt-check] - margin-right:3.5rem !important
2.95 s
[treefmt-check] + margin-right: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-9 {
2.95 s
[treefmt-check] - margin-bottom:3.5rem !important
2.95 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-9 {
2.95 s
[treefmt-check] - margin-left:3.5rem !important
2.95 s
[treefmt-check] + margin-left: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-9 {
2.95 s
[treefmt-check] - margin-right:3.5rem !important;
2.95 s
[treefmt-check] - margin-left:3.5rem !important
2.95 s
[treefmt-check] + margin-right: 3.5rem !important;
2.95 s
[treefmt-check] + margin-left: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-9 {
2.95 s
[treefmt-check] - margin-top:3.5rem !important;
2.95 s
[treefmt-check] - margin-bottom:3.5rem !important
2.95 s
[treefmt-check] + margin-top: 3.5rem !important;
2.95 s
[treefmt-check] + margin-bottom: 3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-9 {
2.95 s
[treefmt-check] - margin-right:-3.5rem !important;
2.95 s
[treefmt-check] - margin-left:-3.5rem !important
2.95 s
[treefmt-check] + margin-right: -3.5rem !important;
2.95 s
[treefmt-check] + margin-left: -3.5rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] @media (min-width: 87.5rem) {
2.95 s
[treefmt-check] .m-xl-10 {
2.95 s
[treefmt-check] - margin:4rem !important
2.95 s
[treefmt-check] + margin: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mt-xl-10 {
2.95 s
[treefmt-check] - margin-top:4rem !important
2.95 s
[treefmt-check] + margin-top: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mr-xl-10 {
2.95 s
[treefmt-check] - margin-right:4rem !important
2.95 s
[treefmt-check] + margin-right: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mb-xl-10 {
2.95 s
[treefmt-check] - margin-bottom:4rem !important
2.95 s
[treefmt-check] + margin-bottom: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .ml-xl-10 {
2.95 s
[treefmt-check] - margin-left:4rem !important
2.95 s
[treefmt-check] + margin-left: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mx-xl-10 {
2.95 s
[treefmt-check] - margin-right:4rem !important;
2.95 s
[treefmt-check] - margin-left:4rem !important
2.95 s
[treefmt-check] + margin-right: 4rem !important;
2.95 s
[treefmt-check] + margin-left: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .my-xl-10 {
2.95 s
[treefmt-check] - margin-top:4rem !important;
2.95 s
[treefmt-check] - margin-bottom:4rem !important
2.95 s
[treefmt-check] + margin-top: 4rem !important;
2.95 s
[treefmt-check] + margin-bottom: 4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .mxn-xl-10 {
2.95 s
[treefmt-check] - margin-right:-4rem !important;
2.95 s
[treefmt-check] - margin-left:-4rem !important
2.95 s
[treefmt-check] + margin-right: -4rem !important;
2.95 s
[treefmt-check] + margin-left: -4rem !important;
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] }
2.95 s
[treefmt-check] .p-0 {
2.95 s
[treefmt-check] - padding:0 !important
2.96 s
[treefmt-check] + padding: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-0 {
2.96 s
[treefmt-check] - padding-top:0 !important
2.96 s
[treefmt-check] + padding-top: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-0 {
2.96 s
[treefmt-check] - padding-right:0 !important
2.96 s
[treefmt-check] + padding-right: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-0 {
2.96 s
[treefmt-check] - padding-bottom:0 !important
2.96 s
[treefmt-check] + padding-bottom: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-0 {
2.96 s
[treefmt-check] - padding-left:0 !important
2.96 s
[treefmt-check] + padding-left: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-0 {
2.96 s
[treefmt-check] - padding-right:0 !important;
2.96 s
[treefmt-check] - padding-left:0 !important
2.96 s
[treefmt-check] + padding-right: 0 !important;
2.96 s
[treefmt-check] + padding-left: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-0 {
2.96 s
[treefmt-check] - padding-top:0 !important;
2.96 s
[treefmt-check] - padding-bottom:0 !important
2.96 s
[treefmt-check] + padding-top: 0 !important;
2.96 s
[treefmt-check] + padding-bottom: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-1 {
2.96 s
[treefmt-check] - padding:.25rem !important
2.96 s
[treefmt-check] + padding: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-1 {
2.96 s
[treefmt-check] - padding-top:.25rem !important
2.96 s
[treefmt-check] + padding-top: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-1 {
2.96 s
[treefmt-check] - padding-right:.25rem !important
2.96 s
[treefmt-check] + padding-right: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-1 {
2.96 s
[treefmt-check] - padding-bottom:.25rem !important
2.96 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-1 {
2.96 s
[treefmt-check] - padding-left:.25rem !important
2.96 s
[treefmt-check] + padding-left: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-1 {
2.96 s
[treefmt-check] - padding-right:.25rem !important;
2.96 s
[treefmt-check] - padding-left:.25rem !important
2.96 s
[treefmt-check] + padding-right: 0.25rem !important;
2.96 s
[treefmt-check] + padding-left: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-1 {
2.96 s
[treefmt-check] - padding-top:.25rem !important;
2.96 s
[treefmt-check] - padding-bottom:.25rem !important
2.96 s
[treefmt-check] + padding-top: 0.25rem !important;
2.96 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-2 {
2.96 s
[treefmt-check] - padding:.5rem !important
2.96 s
[treefmt-check] + padding: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-2 {
2.96 s
[treefmt-check] - padding-top:.5rem !important
2.96 s
[treefmt-check] + padding-top: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-2 {
2.96 s
[treefmt-check] - padding-right:.5rem !important
2.96 s
[treefmt-check] + padding-right: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-2 {
2.96 s
[treefmt-check] - padding-bottom:.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-2 {
2.96 s
[treefmt-check] - padding-left:.5rem !important
2.96 s
[treefmt-check] + padding-left: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-2 {
2.96 s
[treefmt-check] - padding-right:.5rem !important;
2.96 s
[treefmt-check] - padding-left:.5rem !important
2.96 s
[treefmt-check] + padding-right: 0.5rem !important;
2.96 s
[treefmt-check] + padding-left: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-2 {
2.96 s
[treefmt-check] - padding-top:.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:.5rem !important
2.96 s
[treefmt-check] + padding-top: 0.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-3 {
2.96 s
[treefmt-check] - padding:.75rem !important
2.96 s
[treefmt-check] + padding: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-3 {
2.96 s
[treefmt-check] - padding-top:.75rem !important
2.96 s
[treefmt-check] + padding-top: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-3 {
2.96 s
[treefmt-check] - padding-right:.75rem !important
2.96 s
[treefmt-check] + padding-right: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-3 {
2.96 s
[treefmt-check] - padding-bottom:.75rem !important
2.96 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-3 {
2.96 s
[treefmt-check] - padding-left:.75rem !important
2.96 s
[treefmt-check] + padding-left: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-3 {
2.96 s
[treefmt-check] - padding-right:.75rem !important;
2.96 s
[treefmt-check] - padding-left:.75rem !important
2.96 s
[treefmt-check] + padding-right: 0.75rem !important;
2.96 s
[treefmt-check] + padding-left: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-3 {
2.96 s
[treefmt-check] - padding-top:.75rem !important;
2.96 s
[treefmt-check] - padding-bottom:.75rem !important
2.96 s
[treefmt-check] + padding-top: 0.75rem !important;
2.96 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-4 {
2.96 s
[treefmt-check] - padding:1rem !important
2.96 s
[treefmt-check] + padding: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-4 {
2.96 s
[treefmt-check] - padding-top:1rem !important
2.96 s
[treefmt-check] + padding-top: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-4 {
2.96 s
[treefmt-check] - padding-right:1rem !important
2.96 s
[treefmt-check] + padding-right: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-4 {
2.96 s
[treefmt-check] - padding-bottom:1rem !important
2.96 s
[treefmt-check] + padding-bottom: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-4 {
2.96 s
[treefmt-check] - padding-left:1rem !important
2.96 s
[treefmt-check] + padding-left: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-4 {
2.96 s
[treefmt-check] - padding-right:1rem !important;
2.96 s
[treefmt-check] - padding-left:1rem !important
2.96 s
[treefmt-check] + padding-right: 1rem !important;
2.96 s
[treefmt-check] + padding-left: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-4 {
2.96 s
[treefmt-check] - padding-top:1rem !important;
2.96 s
[treefmt-check] - padding-bottom:1rem !important
2.96 s
[treefmt-check] + padding-top: 1rem !important;
2.96 s
[treefmt-check] + padding-bottom: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-5 {
2.96 s
[treefmt-check] - padding:1.5rem !important
2.96 s
[treefmt-check] + padding: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-5 {
2.96 s
[treefmt-check] - padding-top:1.5rem !important
2.96 s
[treefmt-check] + padding-top: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-5 {
2.96 s
[treefmt-check] - padding-right:1.5rem !important
2.96 s
[treefmt-check] + padding-right: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-5 {
2.96 s
[treefmt-check] - padding-bottom:1.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-5 {
2.96 s
[treefmt-check] - padding-left:1.5rem !important
2.96 s
[treefmt-check] + padding-left: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-5 {
2.96 s
[treefmt-check] - padding-right:1.5rem !important;
2.96 s
[treefmt-check] - padding-left:1.5rem !important
2.96 s
[treefmt-check] + padding-right: 1.5rem !important;
2.96 s
[treefmt-check] + padding-left: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-5 {
2.96 s
[treefmt-check] - padding-top:1.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:1.5rem !important
2.96 s
[treefmt-check] + padding-top: 1.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-6 {
2.96 s
[treefmt-check] - padding:2rem !important
2.96 s
[treefmt-check] + padding: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-6 {
2.96 s
[treefmt-check] - padding-top:2rem !important
2.96 s
[treefmt-check] + padding-top: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-6 {
2.96 s
[treefmt-check] - padding-right:2rem !important
2.96 s
[treefmt-check] + padding-right: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-6 {
2.96 s
[treefmt-check] - padding-bottom:2rem !important
2.96 s
[treefmt-check] + padding-bottom: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-6 {
2.96 s
[treefmt-check] - padding-left:2rem !important
2.96 s
[treefmt-check] + padding-left: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-6 {
2.96 s
[treefmt-check] - padding-right:2rem !important;
2.96 s
[treefmt-check] - padding-left:2rem !important
2.96 s
[treefmt-check] + padding-right: 2rem !important;
2.96 s
[treefmt-check] + padding-left: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-6 {
2.96 s
[treefmt-check] - padding-top:2rem !important;
2.96 s
[treefmt-check] - padding-bottom:2rem !important
2.96 s
[treefmt-check] + padding-top: 2rem !important;
2.96 s
[treefmt-check] + padding-bottom: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-7 {
2.96 s
[treefmt-check] - padding:2.5rem !important
2.96 s
[treefmt-check] + padding: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-7 {
2.96 s
[treefmt-check] - padding-top:2.5rem !important
2.96 s
[treefmt-check] + padding-top: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-7 {
2.96 s
[treefmt-check] - padding-right:2.5rem !important
2.96 s
[treefmt-check] + padding-right: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-7 {
2.96 s
[treefmt-check] - padding-bottom:2.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-7 {
2.96 s
[treefmt-check] - padding-left:2.5rem !important
2.96 s
[treefmt-check] + padding-left: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-7 {
2.96 s
[treefmt-check] - padding-right:2.5rem !important;
2.96 s
[treefmt-check] - padding-left:2.5rem !important
2.96 s
[treefmt-check] + padding-right: 2.5rem !important;
2.96 s
[treefmt-check] + padding-left: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-7 {
2.96 s
[treefmt-check] - padding-top:2.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:2.5rem !important
2.96 s
[treefmt-check] + padding-top: 2.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-8 {
2.96 s
[treefmt-check] - padding:3rem !important
2.96 s
[treefmt-check] + padding: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-8 {
2.96 s
[treefmt-check] - padding-top:3rem !important
2.96 s
[treefmt-check] + padding-top: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-8 {
2.96 s
[treefmt-check] - padding-right:3rem !important
2.96 s
[treefmt-check] + padding-right: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-8 {
2.96 s
[treefmt-check] - padding-bottom:3rem !important
2.96 s
[treefmt-check] + padding-bottom: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-8 {
2.96 s
[treefmt-check] - padding-left:3rem !important
2.96 s
[treefmt-check] + padding-left: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-8 {
2.96 s
[treefmt-check] - padding-right:3rem !important;
2.96 s
[treefmt-check] - padding-left:3rem !important
2.96 s
[treefmt-check] + padding-right: 3rem !important;
2.96 s
[treefmt-check] + padding-left: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-8 {
2.96 s
[treefmt-check] - padding-top:3rem !important;
2.96 s
[treefmt-check] - padding-bottom:3rem !important
2.96 s
[treefmt-check] + padding-top: 3rem !important;
2.96 s
[treefmt-check] + padding-bottom: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-9 {
2.96 s
[treefmt-check] - padding:3.5rem !important
2.96 s
[treefmt-check] + padding: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-9 {
2.96 s
[treefmt-check] - padding-top:3.5rem !important
2.96 s
[treefmt-check] + padding-top: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-9 {
2.96 s
[treefmt-check] - padding-right:3.5rem !important
2.96 s
[treefmt-check] + padding-right: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-9 {
2.96 s
[treefmt-check] - padding-bottom:3.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-9 {
2.96 s
[treefmt-check] - padding-left:3.5rem !important
2.96 s
[treefmt-check] + padding-left: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-9 {
2.96 s
[treefmt-check] - padding-right:3.5rem !important;
2.96 s
[treefmt-check] - padding-left:3.5rem !important
2.96 s
[treefmt-check] + padding-right: 3.5rem !important;
2.96 s
[treefmt-check] + padding-left: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-9 {
2.96 s
[treefmt-check] - padding-top:3.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:3.5rem !important
2.96 s
[treefmt-check] + padding-top: 3.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-10 {
2.96 s
[treefmt-check] - padding:4rem !important
2.96 s
[treefmt-check] + padding: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-10 {
2.96 s
[treefmt-check] - padding-top:4rem !important
2.96 s
[treefmt-check] + padding-top: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-10 {
2.96 s
[treefmt-check] - padding-right:4rem !important
2.96 s
[treefmt-check] + padding-right: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-10 {
2.96 s
[treefmt-check] - padding-bottom:4rem !important
2.96 s
[treefmt-check] + padding-bottom: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-10 {
2.96 s
[treefmt-check] - padding-left:4rem !important
2.96 s
[treefmt-check] + padding-left: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-10 {
2.96 s
[treefmt-check] - padding-right:4rem !important;
2.96 s
[treefmt-check] - padding-left:4rem !important
2.96 s
[treefmt-check] + padding-right: 4rem !important;
2.96 s
[treefmt-check] + padding-left: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-10 {
2.96 s
[treefmt-check] - padding-top:4rem !important;
2.96 s
[treefmt-check] - padding-bottom:4rem !important
2.96 s
[treefmt-check] + padding-top: 4rem !important;
2.96 s
[treefmt-check] + padding-bottom: 4rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] @media (min-width: 20rem) {
2.96 s
[treefmt-check] .p-xs-0 {
2.96 s
[treefmt-check] - padding:0 !important
2.96 s
[treefmt-check] + padding: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-0 {
2.96 s
[treefmt-check] - padding-top:0 !important
2.96 s
[treefmt-check] + padding-top: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-0 {
2.96 s
[treefmt-check] - padding-right:0 !important
2.96 s
[treefmt-check] + padding-right: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-0 {
2.96 s
[treefmt-check] - padding-bottom:0 !important
2.96 s
[treefmt-check] + padding-bottom: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-0 {
2.96 s
[treefmt-check] - padding-left:0 !important
2.96 s
[treefmt-check] + padding-left: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-0 {
2.96 s
[treefmt-check] - padding-right:0 !important;
2.96 s
[treefmt-check] - padding-left:0 !important
2.96 s
[treefmt-check] + padding-right: 0 !important;
2.96 s
[treefmt-check] + padding-left: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-0 {
2.96 s
[treefmt-check] - padding-top:0 !important;
2.96 s
[treefmt-check] - padding-bottom:0 !important
2.96 s
[treefmt-check] + padding-top: 0 !important;
2.96 s
[treefmt-check] + padding-bottom: 0 !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-1 {
2.96 s
[treefmt-check] - padding:.25rem !important
2.96 s
[treefmt-check] + padding: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-1 {
2.96 s
[treefmt-check] - padding-top:.25rem !important
2.96 s
[treefmt-check] + padding-top: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-1 {
2.96 s
[treefmt-check] - padding-right:.25rem !important
2.96 s
[treefmt-check] + padding-right: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-1 {
2.96 s
[treefmt-check] - padding-bottom:.25rem !important
2.96 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-1 {
2.96 s
[treefmt-check] - padding-left:.25rem !important
2.96 s
[treefmt-check] + padding-left: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-1 {
2.96 s
[treefmt-check] - padding-right:.25rem !important;
2.96 s
[treefmt-check] - padding-left:.25rem !important
2.96 s
[treefmt-check] + padding-right: 0.25rem !important;
2.96 s
[treefmt-check] + padding-left: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-1 {
2.96 s
[treefmt-check] - padding-top:.25rem !important;
2.96 s
[treefmt-check] - padding-bottom:.25rem !important
2.96 s
[treefmt-check] + padding-top: 0.25rem !important;
2.96 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-2 {
2.96 s
[treefmt-check] - padding:.5rem !important
2.96 s
[treefmt-check] + padding: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-2 {
2.96 s
[treefmt-check] - padding-top:.5rem !important
2.96 s
[treefmt-check] + padding-top: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-2 {
2.96 s
[treefmt-check] - padding-right:.5rem !important
2.96 s
[treefmt-check] + padding-right: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-2 {
2.96 s
[treefmt-check] - padding-bottom:.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-2 {
2.96 s
[treefmt-check] - padding-left:.5rem !important
2.96 s
[treefmt-check] + padding-left: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-2 {
2.96 s
[treefmt-check] - padding-right:.5rem !important;
2.96 s
[treefmt-check] - padding-left:.5rem !important
2.96 s
[treefmt-check] + padding-right: 0.5rem !important;
2.96 s
[treefmt-check] + padding-left: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-2 {
2.96 s
[treefmt-check] - padding-top:.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:.5rem !important
2.96 s
[treefmt-check] + padding-top: 0.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-3 {
2.96 s
[treefmt-check] - padding:.75rem !important
2.96 s
[treefmt-check] + padding: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-3 {
2.96 s
[treefmt-check] - padding-top:.75rem !important
2.96 s
[treefmt-check] + padding-top: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-3 {
2.96 s
[treefmt-check] - padding-right:.75rem !important
2.96 s
[treefmt-check] + padding-right: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-3 {
2.96 s
[treefmt-check] - padding-bottom:.75rem !important
2.96 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-3 {
2.96 s
[treefmt-check] - padding-left:.75rem !important
2.96 s
[treefmt-check] + padding-left: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-3 {
2.96 s
[treefmt-check] - padding-right:.75rem !important;
2.96 s
[treefmt-check] - padding-left:.75rem !important
2.96 s
[treefmt-check] + padding-right: 0.75rem !important;
2.96 s
[treefmt-check] + padding-left: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-3 {
2.96 s
[treefmt-check] - padding-top:.75rem !important;
2.96 s
[treefmt-check] - padding-bottom:.75rem !important
2.96 s
[treefmt-check] + padding-top: 0.75rem !important;
2.96 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-4 {
2.96 s
[treefmt-check] - padding:1rem !important
2.96 s
[treefmt-check] + padding: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-4 {
2.96 s
[treefmt-check] - padding-top:1rem !important
2.96 s
[treefmt-check] + padding-top: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-4 {
2.96 s
[treefmt-check] - padding-right:1rem !important
2.96 s
[treefmt-check] + padding-right: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-4 {
2.96 s
[treefmt-check] - padding-bottom:1rem !important
2.96 s
[treefmt-check] + padding-bottom: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-4 {
2.96 s
[treefmt-check] - padding-left:1rem !important
2.96 s
[treefmt-check] + padding-left: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-4 {
2.96 s
[treefmt-check] - padding-right:1rem !important;
2.96 s
[treefmt-check] - padding-left:1rem !important
2.96 s
[treefmt-check] + padding-right: 1rem !important;
2.96 s
[treefmt-check] + padding-left: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-4 {
2.96 s
[treefmt-check] - padding-top:1rem !important;
2.96 s
[treefmt-check] - padding-bottom:1rem !important
2.96 s
[treefmt-check] + padding-top: 1rem !important;
2.96 s
[treefmt-check] + padding-bottom: 1rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-5 {
2.96 s
[treefmt-check] - padding:1.5rem !important
2.96 s
[treefmt-check] + padding: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-5 {
2.96 s
[treefmt-check] - padding-top:1.5rem !important
2.96 s
[treefmt-check] + padding-top: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-5 {
2.96 s
[treefmt-check] - padding-right:1.5rem !important
2.96 s
[treefmt-check] + padding-right: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-5 {
2.96 s
[treefmt-check] - padding-bottom:1.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-5 {
2.96 s
[treefmt-check] - padding-left:1.5rem !important
2.96 s
[treefmt-check] + padding-left: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-5 {
2.96 s
[treefmt-check] - padding-right:1.5rem !important;
2.96 s
[treefmt-check] - padding-left:1.5rem !important
2.96 s
[treefmt-check] + padding-right: 1.5rem !important;
2.96 s
[treefmt-check] + padding-left: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-5 {
2.96 s
[treefmt-check] - padding-top:1.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:1.5rem !important
2.96 s
[treefmt-check] + padding-top: 1.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-6 {
2.96 s
[treefmt-check] - padding:2rem !important
2.96 s
[treefmt-check] + padding: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-6 {
2.96 s
[treefmt-check] - padding-top:2rem !important
2.96 s
[treefmt-check] + padding-top: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-6 {
2.96 s
[treefmt-check] - padding-right:2rem !important
2.96 s
[treefmt-check] + padding-right: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-6 {
2.96 s
[treefmt-check] - padding-bottom:2rem !important
2.96 s
[treefmt-check] + padding-bottom: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-6 {
2.96 s
[treefmt-check] - padding-left:2rem !important
2.96 s
[treefmt-check] + padding-left: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-6 {
2.96 s
[treefmt-check] - padding-right:2rem !important;
2.96 s
[treefmt-check] - padding-left:2rem !important
2.96 s
[treefmt-check] + padding-right: 2rem !important;
2.96 s
[treefmt-check] + padding-left: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-6 {
2.96 s
[treefmt-check] - padding-top:2rem !important;
2.96 s
[treefmt-check] - padding-bottom:2rem !important
2.96 s
[treefmt-check] + padding-top: 2rem !important;
2.96 s
[treefmt-check] + padding-bottom: 2rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-7 {
2.96 s
[treefmt-check] - padding:2.5rem !important
2.96 s
[treefmt-check] + padding: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-7 {
2.96 s
[treefmt-check] - padding-top:2.5rem !important
2.96 s
[treefmt-check] + padding-top: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-7 {
2.96 s
[treefmt-check] - padding-right:2.5rem !important
2.96 s
[treefmt-check] + padding-right: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-7 {
2.96 s
[treefmt-check] - padding-bottom:2.5rem !important
2.96 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-7 {
2.96 s
[treefmt-check] - padding-left:2.5rem !important
2.96 s
[treefmt-check] + padding-left: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .px-xs-7 {
2.96 s
[treefmt-check] - padding-right:2.5rem !important;
2.96 s
[treefmt-check] - padding-left:2.5rem !important
2.96 s
[treefmt-check] + padding-right: 2.5rem !important;
2.96 s
[treefmt-check] + padding-left: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .py-xs-7 {
2.96 s
[treefmt-check] - padding-top:2.5rem !important;
2.96 s
[treefmt-check] - padding-bottom:2.5rem !important
2.96 s
[treefmt-check] + padding-top: 2.5rem !important;
2.96 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .p-xs-8 {
2.96 s
[treefmt-check] - padding:3rem !important
2.96 s
[treefmt-check] + padding: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pt-xs-8 {
2.96 s
[treefmt-check] - padding-top:3rem !important
2.96 s
[treefmt-check] + padding-top: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pr-xs-8 {
2.96 s
[treefmt-check] - padding-right:3rem !important
2.96 s
[treefmt-check] + padding-right: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pb-xs-8 {
2.96 s
[treefmt-check] - padding-bottom:3rem !important
2.96 s
[treefmt-check] + padding-bottom: 3rem !important;
2.96 s
[treefmt-check] }
2.96 s
[treefmt-check] .pl-xs-8 {
2.96 s
[treefmt-check] - padding-left:3rem !important
2.96 s
[treefmt-check] + padding-left: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-xs-8 {
2.97 s
[treefmt-check] - padding-right:3rem !important;
2.97 s
[treefmt-check] - padding-left:3rem !important
2.97 s
[treefmt-check] + padding-right: 3rem !important;
2.97 s
[treefmt-check] + padding-left: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-xs-8 {
2.97 s
[treefmt-check] - padding-top:3rem !important;
2.97 s
[treefmt-check] - padding-bottom:3rem !important
2.97 s
[treefmt-check] + padding-top: 3rem !important;
2.97 s
[treefmt-check] + padding-bottom: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-xs-9 {
2.97 s
[treefmt-check] - padding:3.5rem !important
2.97 s
[treefmt-check] + padding: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-xs-9 {
2.97 s
[treefmt-check] - padding-top:3.5rem !important
2.97 s
[treefmt-check] + padding-top: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-xs-9 {
2.97 s
[treefmt-check] - padding-right:3.5rem !important
2.97 s
[treefmt-check] + padding-right: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-xs-9 {
2.97 s
[treefmt-check] - padding-bottom:3.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-xs-9 {
2.97 s
[treefmt-check] - padding-left:3.5rem !important
2.97 s
[treefmt-check] + padding-left: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-xs-9 {
2.97 s
[treefmt-check] - padding-right:3.5rem !important;
2.97 s
[treefmt-check] - padding-left:3.5rem !important
2.97 s
[treefmt-check] + padding-right: 3.5rem !important;
2.97 s
[treefmt-check] + padding-left: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-xs-9 {
2.97 s
[treefmt-check] - padding-top:3.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:3.5rem !important
2.97 s
[treefmt-check] + padding-top: 3.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-xs-10 {
2.97 s
[treefmt-check] - padding:4rem !important
2.97 s
[treefmt-check] + padding: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-xs-10 {
2.97 s
[treefmt-check] - padding-top:4rem !important
2.97 s
[treefmt-check] + padding-top: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-xs-10 {
2.97 s
[treefmt-check] - padding-right:4rem !important
2.97 s
[treefmt-check] + padding-right: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-xs-10 {
2.97 s
[treefmt-check] - padding-bottom:4rem !important
2.97 s
[treefmt-check] + padding-bottom: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-xs-10 {
2.97 s
[treefmt-check] - padding-left:4rem !important
2.97 s
[treefmt-check] + padding-left: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-xs-10 {
2.97 s
[treefmt-check] - padding-right:4rem !important;
2.97 s
[treefmt-check] - padding-left:4rem !important
2.97 s
[treefmt-check] + padding-right: 4rem !important;
2.97 s
[treefmt-check] + padding-left: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-xs-10 {
2.97 s
[treefmt-check] - padding-top:4rem !important;
2.97 s
[treefmt-check] - padding-bottom:4rem !important
2.97 s
[treefmt-check] + padding-top: 4rem !important;
2.97 s
[treefmt-check] + padding-bottom: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] @media (min-width: 31.25rem) {
2.97 s
[treefmt-check] .p-sm-0 {
2.97 s
[treefmt-check] - padding:0 !important
2.97 s
[treefmt-check] + padding: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-0 {
2.97 s
[treefmt-check] - padding-top:0 !important
2.97 s
[treefmt-check] + padding-top: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-0 {
2.97 s
[treefmt-check] - padding-right:0 !important
2.97 s
[treefmt-check] + padding-right: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-0 {
2.97 s
[treefmt-check] - padding-bottom:0 !important
2.97 s
[treefmt-check] + padding-bottom: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-0 {
2.97 s
[treefmt-check] - padding-left:0 !important
2.97 s
[treefmt-check] + padding-left: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-0 {
2.97 s
[treefmt-check] - padding-right:0 !important;
2.97 s
[treefmt-check] - padding-left:0 !important
2.97 s
[treefmt-check] + padding-right: 0 !important;
2.97 s
[treefmt-check] + padding-left: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-0 {
2.97 s
[treefmt-check] - padding-top:0 !important;
2.97 s
[treefmt-check] - padding-bottom:0 !important
2.97 s
[treefmt-check] + padding-top: 0 !important;
2.97 s
[treefmt-check] + padding-bottom: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-1 {
2.97 s
[treefmt-check] - padding:.25rem !important
2.97 s
[treefmt-check] + padding: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-1 {
2.97 s
[treefmt-check] - padding-top:.25rem !important
2.97 s
[treefmt-check] + padding-top: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-1 {
2.97 s
[treefmt-check] - padding-right:.25rem !important
2.97 s
[treefmt-check] + padding-right: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-1 {
2.97 s
[treefmt-check] - padding-bottom:.25rem !important
2.97 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-1 {
2.97 s
[treefmt-check] - padding-left:.25rem !important
2.97 s
[treefmt-check] + padding-left: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-1 {
2.97 s
[treefmt-check] - padding-right:.25rem !important;
2.97 s
[treefmt-check] - padding-left:.25rem !important
2.97 s
[treefmt-check] + padding-right: 0.25rem !important;
2.97 s
[treefmt-check] + padding-left: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-1 {
2.97 s
[treefmt-check] - padding-top:.25rem !important;
2.97 s
[treefmt-check] - padding-bottom:.25rem !important
2.97 s
[treefmt-check] + padding-top: 0.25rem !important;
2.97 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-2 {
2.97 s
[treefmt-check] - padding:.5rem !important
2.97 s
[treefmt-check] + padding: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-2 {
2.97 s
[treefmt-check] - padding-top:.5rem !important
2.97 s
[treefmt-check] + padding-top: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-2 {
2.97 s
[treefmt-check] - padding-right:.5rem !important
2.97 s
[treefmt-check] + padding-right: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-2 {
2.97 s
[treefmt-check] - padding-bottom:.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-2 {
2.97 s
[treefmt-check] - padding-left:.5rem !important
2.97 s
[treefmt-check] + padding-left: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-2 {
2.97 s
[treefmt-check] - padding-right:.5rem !important;
2.97 s
[treefmt-check] - padding-left:.5rem !important
2.97 s
[treefmt-check] + padding-right: 0.5rem !important;
2.97 s
[treefmt-check] + padding-left: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-2 {
2.97 s
[treefmt-check] - padding-top:.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:.5rem !important
2.97 s
[treefmt-check] + padding-top: 0.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-3 {
2.97 s
[treefmt-check] - padding:.75rem !important
2.97 s
[treefmt-check] + padding: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-3 {
2.97 s
[treefmt-check] - padding-top:.75rem !important
2.97 s
[treefmt-check] + padding-top: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-3 {
2.97 s
[treefmt-check] - padding-right:.75rem !important
2.97 s
[treefmt-check] + padding-right: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-3 {
2.97 s
[treefmt-check] - padding-bottom:.75rem !important
2.97 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-3 {
2.97 s
[treefmt-check] - padding-left:.75rem !important
2.97 s
[treefmt-check] + padding-left: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-3 {
2.97 s
[treefmt-check] - padding-right:.75rem !important;
2.97 s
[treefmt-check] - padding-left:.75rem !important
2.97 s
[treefmt-check] + padding-right: 0.75rem !important;
2.97 s
[treefmt-check] + padding-left: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-3 {
2.97 s
[treefmt-check] - padding-top:.75rem !important;
2.97 s
[treefmt-check] - padding-bottom:.75rem !important
2.97 s
[treefmt-check] + padding-top: 0.75rem !important;
2.97 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-4 {
2.97 s
[treefmt-check] - padding:1rem !important
2.97 s
[treefmt-check] + padding: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-4 {
2.97 s
[treefmt-check] - padding-top:1rem !important
2.97 s
[treefmt-check] + padding-top: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-4 {
2.97 s
[treefmt-check] - padding-right:1rem !important
2.97 s
[treefmt-check] + padding-right: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-4 {
2.97 s
[treefmt-check] - padding-bottom:1rem !important
2.97 s
[treefmt-check] + padding-bottom: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-4 {
2.97 s
[treefmt-check] - padding-left:1rem !important
2.97 s
[treefmt-check] + padding-left: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-4 {
2.97 s
[treefmt-check] - padding-right:1rem !important;
2.97 s
[treefmt-check] - padding-left:1rem !important
2.97 s
[treefmt-check] + padding-right: 1rem !important;
2.97 s
[treefmt-check] + padding-left: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-4 {
2.97 s
[treefmt-check] - padding-top:1rem !important;
2.97 s
[treefmt-check] - padding-bottom:1rem !important
2.97 s
[treefmt-check] + padding-top: 1rem !important;
2.97 s
[treefmt-check] + padding-bottom: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-5 {
2.97 s
[treefmt-check] - padding:1.5rem !important
2.97 s
[treefmt-check] + padding: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-5 {
2.97 s
[treefmt-check] - padding-top:1.5rem !important
2.97 s
[treefmt-check] + padding-top: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-5 {
2.97 s
[treefmt-check] - padding-right:1.5rem !important
2.97 s
[treefmt-check] + padding-right: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-5 {
2.97 s
[treefmt-check] - padding-bottom:1.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-5 {
2.97 s
[treefmt-check] - padding-left:1.5rem !important
2.97 s
[treefmt-check] + padding-left: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-5 {
2.97 s
[treefmt-check] - padding-right:1.5rem !important;
2.97 s
[treefmt-check] - padding-left:1.5rem !important
2.97 s
[treefmt-check] + padding-right: 1.5rem !important;
2.97 s
[treefmt-check] + padding-left: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-5 {
2.97 s
[treefmt-check] - padding-top:1.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:1.5rem !important
2.97 s
[treefmt-check] + padding-top: 1.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-6 {
2.97 s
[treefmt-check] - padding:2rem !important
2.97 s
[treefmt-check] + padding: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-6 {
2.97 s
[treefmt-check] - padding-top:2rem !important
2.97 s
[treefmt-check] + padding-top: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-6 {
2.97 s
[treefmt-check] - padding-right:2rem !important
2.97 s
[treefmt-check] + padding-right: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-6 {
2.97 s
[treefmt-check] - padding-bottom:2rem !important
2.97 s
[treefmt-check] + padding-bottom: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-6 {
2.97 s
[treefmt-check] - padding-left:2rem !important
2.97 s
[treefmt-check] + padding-left: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-6 {
2.97 s
[treefmt-check] - padding-right:2rem !important;
2.97 s
[treefmt-check] - padding-left:2rem !important
2.97 s
[treefmt-check] + padding-right: 2rem !important;
2.97 s
[treefmt-check] + padding-left: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-6 {
2.97 s
[treefmt-check] - padding-top:2rem !important;
2.97 s
[treefmt-check] - padding-bottom:2rem !important
2.97 s
[treefmt-check] + padding-top: 2rem !important;
2.97 s
[treefmt-check] + padding-bottom: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-7 {
2.97 s
[treefmt-check] - padding:2.5rem !important
2.97 s
[treefmt-check] + padding: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-7 {
2.97 s
[treefmt-check] - padding-top:2.5rem !important
2.97 s
[treefmt-check] + padding-top: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-7 {
2.97 s
[treefmt-check] - padding-right:2.5rem !important
2.97 s
[treefmt-check] + padding-right: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-7 {
2.97 s
[treefmt-check] - padding-bottom:2.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-7 {
2.97 s
[treefmt-check] - padding-left:2.5rem !important
2.97 s
[treefmt-check] + padding-left: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-7 {
2.97 s
[treefmt-check] - padding-right:2.5rem !important;
2.97 s
[treefmt-check] - padding-left:2.5rem !important
2.97 s
[treefmt-check] + padding-right: 2.5rem !important;
2.97 s
[treefmt-check] + padding-left: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-7 {
2.97 s
[treefmt-check] - padding-top:2.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:2.5rem !important
2.97 s
[treefmt-check] + padding-top: 2.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-8 {
2.97 s
[treefmt-check] - padding:3rem !important
2.97 s
[treefmt-check] + padding: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-8 {
2.97 s
[treefmt-check] - padding-top:3rem !important
2.97 s
[treefmt-check] + padding-top: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-8 {
2.97 s
[treefmt-check] - padding-right:3rem !important
2.97 s
[treefmt-check] + padding-right: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-8 {
2.97 s
[treefmt-check] - padding-bottom:3rem !important
2.97 s
[treefmt-check] + padding-bottom: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-8 {
2.97 s
[treefmt-check] - padding-left:3rem !important
2.97 s
[treefmt-check] + padding-left: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-8 {
2.97 s
[treefmt-check] - padding-right:3rem !important;
2.97 s
[treefmt-check] - padding-left:3rem !important
2.97 s
[treefmt-check] + padding-right: 3rem !important;
2.97 s
[treefmt-check] + padding-left: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-8 {
2.97 s
[treefmt-check] - padding-top:3rem !important;
2.97 s
[treefmt-check] - padding-bottom:3rem !important
2.97 s
[treefmt-check] + padding-top: 3rem !important;
2.97 s
[treefmt-check] + padding-bottom: 3rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-9 {
2.97 s
[treefmt-check] - padding:3.5rem !important
2.97 s
[treefmt-check] + padding: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-9 {
2.97 s
[treefmt-check] - padding-top:3.5rem !important
2.97 s
[treefmt-check] + padding-top: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-9 {
2.97 s
[treefmt-check] - padding-right:3.5rem !important
2.97 s
[treefmt-check] + padding-right: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-9 {
2.97 s
[treefmt-check] - padding-bottom:3.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-9 {
2.97 s
[treefmt-check] - padding-left:3.5rem !important
2.97 s
[treefmt-check] + padding-left: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-9 {
2.97 s
[treefmt-check] - padding-right:3.5rem !important;
2.97 s
[treefmt-check] - padding-left:3.5rem !important
2.97 s
[treefmt-check] + padding-right: 3.5rem !important;
2.97 s
[treefmt-check] + padding-left: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-9 {
2.97 s
[treefmt-check] - padding-top:3.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:3.5rem !important
2.97 s
[treefmt-check] + padding-top: 3.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-sm-10 {
2.97 s
[treefmt-check] - padding:4rem !important
2.97 s
[treefmt-check] + padding: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-sm-10 {
2.97 s
[treefmt-check] - padding-top:4rem !important
2.97 s
[treefmt-check] + padding-top: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-sm-10 {
2.97 s
[treefmt-check] - padding-right:4rem !important
2.97 s
[treefmt-check] + padding-right: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-sm-10 {
2.97 s
[treefmt-check] - padding-bottom:4rem !important
2.97 s
[treefmt-check] + padding-bottom: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-sm-10 {
2.97 s
[treefmt-check] - padding-left:4rem !important
2.97 s
[treefmt-check] + padding-left: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-sm-10 {
2.97 s
[treefmt-check] - padding-right:4rem !important;
2.97 s
[treefmt-check] - padding-left:4rem !important
2.97 s
[treefmt-check] + padding-right: 4rem !important;
2.97 s
[treefmt-check] + padding-left: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-sm-10 {
2.97 s
[treefmt-check] - padding-top:4rem !important;
2.97 s
[treefmt-check] - padding-bottom:4rem !important
2.97 s
[treefmt-check] + padding-top: 4rem !important;
2.97 s
[treefmt-check] + padding-bottom: 4rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] @media (min-width: 50rem) {
2.97 s
[treefmt-check] .p-md-0 {
2.97 s
[treefmt-check] - padding:0 !important
2.97 s
[treefmt-check] + padding: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-0 {
2.97 s
[treefmt-check] - padding-top:0 !important
2.97 s
[treefmt-check] + padding-top: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-md-0 {
2.97 s
[treefmt-check] - padding-right:0 !important
2.97 s
[treefmt-check] + padding-right: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-md-0 {
2.97 s
[treefmt-check] - padding-bottom:0 !important
2.97 s
[treefmt-check] + padding-bottom: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-md-0 {
2.97 s
[treefmt-check] - padding-left:0 !important
2.97 s
[treefmt-check] + padding-left: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-md-0 {
2.97 s
[treefmt-check] - padding-right:0 !important;
2.97 s
[treefmt-check] - padding-left:0 !important
2.97 s
[treefmt-check] + padding-right: 0 !important;
2.97 s
[treefmt-check] + padding-left: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-md-0 {
2.97 s
[treefmt-check] - padding-top:0 !important;
2.97 s
[treefmt-check] - padding-bottom:0 !important
2.97 s
[treefmt-check] + padding-top: 0 !important;
2.97 s
[treefmt-check] + padding-bottom: 0 !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-md-1 {
2.97 s
[treefmt-check] - padding:.25rem !important
2.97 s
[treefmt-check] + padding: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-1 {
2.97 s
[treefmt-check] - padding-top:.25rem !important
2.97 s
[treefmt-check] + padding-top: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-md-1 {
2.97 s
[treefmt-check] - padding-right:.25rem !important
2.97 s
[treefmt-check] + padding-right: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-md-1 {
2.97 s
[treefmt-check] - padding-bottom:.25rem !important
2.97 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-md-1 {
2.97 s
[treefmt-check] - padding-left:.25rem !important
2.97 s
[treefmt-check] + padding-left: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-md-1 {
2.97 s
[treefmt-check] - padding-right:.25rem !important;
2.97 s
[treefmt-check] - padding-left:.25rem !important
2.97 s
[treefmt-check] + padding-right: 0.25rem !important;
2.97 s
[treefmt-check] + padding-left: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-md-1 {
2.97 s
[treefmt-check] - padding-top:.25rem !important;
2.97 s
[treefmt-check] - padding-bottom:.25rem !important
2.97 s
[treefmt-check] + padding-top: 0.25rem !important;
2.97 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-md-2 {
2.97 s
[treefmt-check] - padding:.5rem !important
2.97 s
[treefmt-check] + padding: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-2 {
2.97 s
[treefmt-check] - padding-top:.5rem !important
2.97 s
[treefmt-check] + padding-top: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-md-2 {
2.97 s
[treefmt-check] - padding-right:.5rem !important
2.97 s
[treefmt-check] + padding-right: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-md-2 {
2.97 s
[treefmt-check] - padding-bottom:.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-md-2 {
2.97 s
[treefmt-check] - padding-left:.5rem !important
2.97 s
[treefmt-check] + padding-left: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-md-2 {
2.97 s
[treefmt-check] - padding-right:.5rem !important;
2.97 s
[treefmt-check] - padding-left:.5rem !important
2.97 s
[treefmt-check] + padding-right: 0.5rem !important;
2.97 s
[treefmt-check] + padding-left: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-md-2 {
2.97 s
[treefmt-check] - padding-top:.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:.5rem !important
2.97 s
[treefmt-check] + padding-top: 0.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-md-3 {
2.97 s
[treefmt-check] - padding:.75rem !important
2.97 s
[treefmt-check] + padding: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-3 {
2.97 s
[treefmt-check] - padding-top:.75rem !important
2.97 s
[treefmt-check] + padding-top: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-md-3 {
2.97 s
[treefmt-check] - padding-right:.75rem !important
2.97 s
[treefmt-check] + padding-right: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-md-3 {
2.97 s
[treefmt-check] - padding-bottom:.75rem !important
2.97 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-md-3 {
2.97 s
[treefmt-check] - padding-left:.75rem !important
2.97 s
[treefmt-check] + padding-left: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-md-3 {
2.97 s
[treefmt-check] - padding-right:.75rem !important;
2.97 s
[treefmt-check] - padding-left:.75rem !important
2.97 s
[treefmt-check] + padding-right: 0.75rem !important;
2.97 s
[treefmt-check] + padding-left: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-md-3 {
2.97 s
[treefmt-check] - padding-top:.75rem !important;
2.97 s
[treefmt-check] - padding-bottom:.75rem !important
2.97 s
[treefmt-check] + padding-top: 0.75rem !important;
2.97 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-md-4 {
2.97 s
[treefmt-check] - padding:1rem !important
2.97 s
[treefmt-check] + padding: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-4 {
2.97 s
[treefmt-check] - padding-top:1rem !important
2.97 s
[treefmt-check] + padding-top: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-md-4 {
2.97 s
[treefmt-check] - padding-right:1rem !important
2.97 s
[treefmt-check] + padding-right: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-md-4 {
2.97 s
[treefmt-check] - padding-bottom:1rem !important
2.97 s
[treefmt-check] + padding-bottom: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-md-4 {
2.97 s
[treefmt-check] - padding-left:1rem !important
2.97 s
[treefmt-check] + padding-left: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-md-4 {
2.97 s
[treefmt-check] - padding-right:1rem !important;
2.97 s
[treefmt-check] - padding-left:1rem !important
2.97 s
[treefmt-check] + padding-right: 1rem !important;
2.97 s
[treefmt-check] + padding-left: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-md-4 {
2.97 s
[treefmt-check] - padding-top:1rem !important;
2.97 s
[treefmt-check] - padding-bottom:1rem !important
2.97 s
[treefmt-check] + padding-top: 1rem !important;
2.97 s
[treefmt-check] + padding-bottom: 1rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-md-5 {
2.97 s
[treefmt-check] - padding:1.5rem !important
2.97 s
[treefmt-check] + padding: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-5 {
2.97 s
[treefmt-check] - padding-top:1.5rem !important
2.97 s
[treefmt-check] + padding-top: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pr-md-5 {
2.97 s
[treefmt-check] - padding-right:1.5rem !important
2.97 s
[treefmt-check] + padding-right: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pb-md-5 {
2.97 s
[treefmt-check] - padding-bottom:1.5rem !important
2.97 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pl-md-5 {
2.97 s
[treefmt-check] - padding-left:1.5rem !important
2.97 s
[treefmt-check] + padding-left: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .px-md-5 {
2.97 s
[treefmt-check] - padding-right:1.5rem !important;
2.97 s
[treefmt-check] - padding-left:1.5rem !important
2.97 s
[treefmt-check] + padding-right: 1.5rem !important;
2.97 s
[treefmt-check] + padding-left: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .py-md-5 {
2.97 s
[treefmt-check] - padding-top:1.5rem !important;
2.97 s
[treefmt-check] - padding-bottom:1.5rem !important
2.97 s
[treefmt-check] + padding-top: 1.5rem !important;
2.97 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .p-md-6 {
2.97 s
[treefmt-check] - padding:2rem !important
2.97 s
[treefmt-check] + padding: 2rem !important;
2.97 s
[treefmt-check] }
2.97 s
[treefmt-check] .pt-md-6 {
2.97 s
[treefmt-check] - padding-top:2rem !important
2.97 s
[treefmt-check] + padding-top: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-md-6 {
2.98 s
[treefmt-check] - padding-right:2rem !important
2.98 s
[treefmt-check] + padding-right: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-md-6 {
2.98 s
[treefmt-check] - padding-bottom:2rem !important
2.98 s
[treefmt-check] + padding-bottom: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-md-6 {
2.98 s
[treefmt-check] - padding-left:2rem !important
2.98 s
[treefmt-check] + padding-left: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-md-6 {
2.98 s
[treefmt-check] - padding-right:2rem !important;
2.98 s
[treefmt-check] - padding-left:2rem !important
2.98 s
[treefmt-check] + padding-right: 2rem !important;
2.98 s
[treefmt-check] + padding-left: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-md-6 {
2.98 s
[treefmt-check] - padding-top:2rem !important;
2.98 s
[treefmt-check] - padding-bottom:2rem !important
2.98 s
[treefmt-check] + padding-top: 2rem !important;
2.98 s
[treefmt-check] + padding-bottom: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-md-7 {
2.98 s
[treefmt-check] - padding:2.5rem !important
2.98 s
[treefmt-check] + padding: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-md-7 {
2.98 s
[treefmt-check] - padding-top:2.5rem !important
2.98 s
[treefmt-check] + padding-top: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-md-7 {
2.98 s
[treefmt-check] - padding-right:2.5rem !important
2.98 s
[treefmt-check] + padding-right: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-md-7 {
2.98 s
[treefmt-check] - padding-bottom:2.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-md-7 {
2.98 s
[treefmt-check] - padding-left:2.5rem !important
2.98 s
[treefmt-check] + padding-left: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-md-7 {
2.98 s
[treefmt-check] - padding-right:2.5rem !important;
2.98 s
[treefmt-check] - padding-left:2.5rem !important
2.98 s
[treefmt-check] + padding-right: 2.5rem !important;
2.98 s
[treefmt-check] + padding-left: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-md-7 {
2.98 s
[treefmt-check] - padding-top:2.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:2.5rem !important
2.98 s
[treefmt-check] + padding-top: 2.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-md-8 {
2.98 s
[treefmt-check] - padding:3rem !important
2.98 s
[treefmt-check] + padding: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-md-8 {
2.98 s
[treefmt-check] - padding-top:3rem !important
2.98 s
[treefmt-check] + padding-top: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-md-8 {
2.98 s
[treefmt-check] - padding-right:3rem !important
2.98 s
[treefmt-check] + padding-right: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-md-8 {
2.98 s
[treefmt-check] - padding-bottom:3rem !important
2.98 s
[treefmt-check] + padding-bottom: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-md-8 {
2.98 s
[treefmt-check] - padding-left:3rem !important
2.98 s
[treefmt-check] + padding-left: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-md-8 {
2.98 s
[treefmt-check] - padding-right:3rem !important;
2.98 s
[treefmt-check] - padding-left:3rem !important
2.98 s
[treefmt-check] + padding-right: 3rem !important;
2.98 s
[treefmt-check] + padding-left: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-md-8 {
2.98 s
[treefmt-check] - padding-top:3rem !important;
2.98 s
[treefmt-check] - padding-bottom:3rem !important
2.98 s
[treefmt-check] + padding-top: 3rem !important;
2.98 s
[treefmt-check] + padding-bottom: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-md-9 {
2.98 s
[treefmt-check] - padding:3.5rem !important
2.98 s
[treefmt-check] + padding: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-md-9 {
2.98 s
[treefmt-check] - padding-top:3.5rem !important
2.98 s
[treefmt-check] + padding-top: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-md-9 {
2.98 s
[treefmt-check] - padding-right:3.5rem !important
2.98 s
[treefmt-check] + padding-right: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-md-9 {
2.98 s
[treefmt-check] - padding-bottom:3.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-md-9 {
2.98 s
[treefmt-check] - padding-left:3.5rem !important
2.98 s
[treefmt-check] + padding-left: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-md-9 {
2.98 s
[treefmt-check] - padding-right:3.5rem !important;
2.98 s
[treefmt-check] - padding-left:3.5rem !important
2.98 s
[treefmt-check] + padding-right: 3.5rem !important;
2.98 s
[treefmt-check] + padding-left: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-md-9 {
2.98 s
[treefmt-check] - padding-top:3.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:3.5rem !important
2.98 s
[treefmt-check] + padding-top: 3.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-md-10 {
2.98 s
[treefmt-check] - padding:4rem !important
2.98 s
[treefmt-check] + padding: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-md-10 {
2.98 s
[treefmt-check] - padding-top:4rem !important
2.98 s
[treefmt-check] + padding-top: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-md-10 {
2.98 s
[treefmt-check] - padding-right:4rem !important
2.98 s
[treefmt-check] + padding-right: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-md-10 {
2.98 s
[treefmt-check] - padding-bottom:4rem !important
2.98 s
[treefmt-check] + padding-bottom: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-md-10 {
2.98 s
[treefmt-check] - padding-left:4rem !important
2.98 s
[treefmt-check] + padding-left: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-md-10 {
2.98 s
[treefmt-check] - padding-right:4rem !important;
2.98 s
[treefmt-check] - padding-left:4rem !important
2.98 s
[treefmt-check] + padding-right: 4rem !important;
2.98 s
[treefmt-check] + padding-left: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-md-10 {
2.98 s
[treefmt-check] - padding-top:4rem !important;
2.98 s
[treefmt-check] - padding-bottom:4rem !important
2.98 s
[treefmt-check] + padding-top: 4rem !important;
2.98 s
[treefmt-check] + padding-bottom: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] @media (min-width: 66.5rem) {
2.98 s
[treefmt-check] .p-lg-0 {
2.98 s
[treefmt-check] - padding:0 !important
2.98 s
[treefmt-check] + padding: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-0 {
2.98 s
[treefmt-check] - padding-top:0 !important
2.98 s
[treefmt-check] + padding-top: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-0 {
2.98 s
[treefmt-check] - padding-right:0 !important
2.98 s
[treefmt-check] + padding-right: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-0 {
2.98 s
[treefmt-check] - padding-bottom:0 !important
2.98 s
[treefmt-check] + padding-bottom: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-0 {
2.98 s
[treefmt-check] - padding-left:0 !important
2.98 s
[treefmt-check] + padding-left: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-0 {
2.98 s
[treefmt-check] - padding-right:0 !important;
2.98 s
[treefmt-check] - padding-left:0 !important
2.98 s
[treefmt-check] + padding-right: 0 !important;
2.98 s
[treefmt-check] + padding-left: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-0 {
2.98 s
[treefmt-check] - padding-top:0 !important;
2.98 s
[treefmt-check] - padding-bottom:0 !important
2.98 s
[treefmt-check] + padding-top: 0 !important;
2.98 s
[treefmt-check] + padding-bottom: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-1 {
2.98 s
[treefmt-check] - padding:.25rem !important
2.98 s
[treefmt-check] + padding: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-1 {
2.98 s
[treefmt-check] - padding-top:.25rem !important
2.98 s
[treefmt-check] + padding-top: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-1 {
2.98 s
[treefmt-check] - padding-right:.25rem !important
2.98 s
[treefmt-check] + padding-right: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-1 {
2.98 s
[treefmt-check] - padding-bottom:.25rem !important
2.98 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-1 {
2.98 s
[treefmt-check] - padding-left:.25rem !important
2.98 s
[treefmt-check] + padding-left: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-1 {
2.98 s
[treefmt-check] - padding-right:.25rem !important;
2.98 s
[treefmt-check] - padding-left:.25rem !important
2.98 s
[treefmt-check] + padding-right: 0.25rem !important;
2.98 s
[treefmt-check] + padding-left: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-1 {
2.98 s
[treefmt-check] - padding-top:.25rem !important;
2.98 s
[treefmt-check] - padding-bottom:.25rem !important
2.98 s
[treefmt-check] + padding-top: 0.25rem !important;
2.98 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-2 {
2.98 s
[treefmt-check] - padding:.5rem !important
2.98 s
[treefmt-check] + padding: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-2 {
2.98 s
[treefmt-check] - padding-top:.5rem !important
2.98 s
[treefmt-check] + padding-top: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-2 {
2.98 s
[treefmt-check] - padding-right:.5rem !important
2.98 s
[treefmt-check] + padding-right: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-2 {
2.98 s
[treefmt-check] - padding-bottom:.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-2 {
2.98 s
[treefmt-check] - padding-left:.5rem !important
2.98 s
[treefmt-check] + padding-left: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-2 {
2.98 s
[treefmt-check] - padding-right:.5rem !important;
2.98 s
[treefmt-check] - padding-left:.5rem !important
2.98 s
[treefmt-check] + padding-right: 0.5rem !important;
2.98 s
[treefmt-check] + padding-left: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-2 {
2.98 s
[treefmt-check] - padding-top:.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:.5rem !important
2.98 s
[treefmt-check] + padding-top: 0.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-3 {
2.98 s
[treefmt-check] - padding:.75rem !important
2.98 s
[treefmt-check] + padding: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-3 {
2.98 s
[treefmt-check] - padding-top:.75rem !important
2.98 s
[treefmt-check] + padding-top: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-3 {
2.98 s
[treefmt-check] - padding-right:.75rem !important
2.98 s
[treefmt-check] + padding-right: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-3 {
2.98 s
[treefmt-check] - padding-bottom:.75rem !important
2.98 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-3 {
2.98 s
[treefmt-check] - padding-left:.75rem !important
2.98 s
[treefmt-check] + padding-left: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-3 {
2.98 s
[treefmt-check] - padding-right:.75rem !important;
2.98 s
[treefmt-check] - padding-left:.75rem !important
2.98 s
[treefmt-check] + padding-right: 0.75rem !important;
2.98 s
[treefmt-check] + padding-left: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-3 {
2.98 s
[treefmt-check] - padding-top:.75rem !important;
2.98 s
[treefmt-check] - padding-bottom:.75rem !important
2.98 s
[treefmt-check] + padding-top: 0.75rem !important;
2.98 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-4 {
2.98 s
[treefmt-check] - padding:1rem !important
2.98 s
[treefmt-check] + padding: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-4 {
2.98 s
[treefmt-check] - padding-top:1rem !important
2.98 s
[treefmt-check] + padding-top: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-4 {
2.98 s
[treefmt-check] - padding-right:1rem !important
2.98 s
[treefmt-check] + padding-right: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-4 {
2.98 s
[treefmt-check] - padding-bottom:1rem !important
2.98 s
[treefmt-check] + padding-bottom: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-4 {
2.98 s
[treefmt-check] - padding-left:1rem !important
2.98 s
[treefmt-check] + padding-left: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-4 {
2.98 s
[treefmt-check] - padding-right:1rem !important;
2.98 s
[treefmt-check] - padding-left:1rem !important
2.98 s
[treefmt-check] + padding-right: 1rem !important;
2.98 s
[treefmt-check] + padding-left: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-4 {
2.98 s
[treefmt-check] - padding-top:1rem !important;
2.98 s
[treefmt-check] - padding-bottom:1rem !important
2.98 s
[treefmt-check] + padding-top: 1rem !important;
2.98 s
[treefmt-check] + padding-bottom: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-5 {
2.98 s
[treefmt-check] - padding:1.5rem !important
2.98 s
[treefmt-check] + padding: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-5 {
2.98 s
[treefmt-check] - padding-top:1.5rem !important
2.98 s
[treefmt-check] + padding-top: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-5 {
2.98 s
[treefmt-check] - padding-right:1.5rem !important
2.98 s
[treefmt-check] + padding-right: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-5 {
2.98 s
[treefmt-check] - padding-bottom:1.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-5 {
2.98 s
[treefmt-check] - padding-left:1.5rem !important
2.98 s
[treefmt-check] + padding-left: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-5 {
2.98 s
[treefmt-check] - padding-right:1.5rem !important;
2.98 s
[treefmt-check] - padding-left:1.5rem !important
2.98 s
[treefmt-check] + padding-right: 1.5rem !important;
2.98 s
[treefmt-check] + padding-left: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-5 {
2.98 s
[treefmt-check] - padding-top:1.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:1.5rem !important
2.98 s
[treefmt-check] + padding-top: 1.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-6 {
2.98 s
[treefmt-check] - padding:2rem !important
2.98 s
[treefmt-check] + padding: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-6 {
2.98 s
[treefmt-check] - padding-top:2rem !important
2.98 s
[treefmt-check] + padding-top: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-6 {
2.98 s
[treefmt-check] - padding-right:2rem !important
2.98 s
[treefmt-check] + padding-right: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-6 {
2.98 s
[treefmt-check] - padding-bottom:2rem !important
2.98 s
[treefmt-check] + padding-bottom: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-6 {
2.98 s
[treefmt-check] - padding-left:2rem !important
2.98 s
[treefmt-check] + padding-left: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-6 {
2.98 s
[treefmt-check] - padding-right:2rem !important;
2.98 s
[treefmt-check] - padding-left:2rem !important
2.98 s
[treefmt-check] + padding-right: 2rem !important;
2.98 s
[treefmt-check] + padding-left: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-6 {
2.98 s
[treefmt-check] - padding-top:2rem !important;
2.98 s
[treefmt-check] - padding-bottom:2rem !important
2.98 s
[treefmt-check] + padding-top: 2rem !important;
2.98 s
[treefmt-check] + padding-bottom: 2rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-7 {
2.98 s
[treefmt-check] - padding:2.5rem !important
2.98 s
[treefmt-check] + padding: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-7 {
2.98 s
[treefmt-check] - padding-top:2.5rem !important
2.98 s
[treefmt-check] + padding-top: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-7 {
2.98 s
[treefmt-check] - padding-right:2.5rem !important
2.98 s
[treefmt-check] + padding-right: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-7 {
2.98 s
[treefmt-check] - padding-bottom:2.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-7 {
2.98 s
[treefmt-check] - padding-left:2.5rem !important
2.98 s
[treefmt-check] + padding-left: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-7 {
2.98 s
[treefmt-check] - padding-right:2.5rem !important;
2.98 s
[treefmt-check] - padding-left:2.5rem !important
2.98 s
[treefmt-check] + padding-right: 2.5rem !important;
2.98 s
[treefmt-check] + padding-left: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-7 {
2.98 s
[treefmt-check] - padding-top:2.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:2.5rem !important
2.98 s
[treefmt-check] + padding-top: 2.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-8 {
2.98 s
[treefmt-check] - padding:3rem !important
2.98 s
[treefmt-check] + padding: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-8 {
2.98 s
[treefmt-check] - padding-top:3rem !important
2.98 s
[treefmt-check] + padding-top: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-8 {
2.98 s
[treefmt-check] - padding-right:3rem !important
2.98 s
[treefmt-check] + padding-right: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-8 {
2.98 s
[treefmt-check] - padding-bottom:3rem !important
2.98 s
[treefmt-check] + padding-bottom: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-8 {
2.98 s
[treefmt-check] - padding-left:3rem !important
2.98 s
[treefmt-check] + padding-left: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-8 {
2.98 s
[treefmt-check] - padding-right:3rem !important;
2.98 s
[treefmt-check] - padding-left:3rem !important
2.98 s
[treefmt-check] + padding-right: 3rem !important;
2.98 s
[treefmt-check] + padding-left: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-8 {
2.98 s
[treefmt-check] - padding-top:3rem !important;
2.98 s
[treefmt-check] - padding-bottom:3rem !important
2.98 s
[treefmt-check] + padding-top: 3rem !important;
2.98 s
[treefmt-check] + padding-bottom: 3rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-9 {
2.98 s
[treefmt-check] - padding:3.5rem !important
2.98 s
[treefmt-check] + padding: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-9 {
2.98 s
[treefmt-check] - padding-top:3.5rem !important
2.98 s
[treefmt-check] + padding-top: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-9 {
2.98 s
[treefmt-check] - padding-right:3.5rem !important
2.98 s
[treefmt-check] + padding-right: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-9 {
2.98 s
[treefmt-check] - padding-bottom:3.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-9 {
2.98 s
[treefmt-check] - padding-left:3.5rem !important
2.98 s
[treefmt-check] + padding-left: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-9 {
2.98 s
[treefmt-check] - padding-right:3.5rem !important;
2.98 s
[treefmt-check] - padding-left:3.5rem !important
2.98 s
[treefmt-check] + padding-right: 3.5rem !important;
2.98 s
[treefmt-check] + padding-left: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-9 {
2.98 s
[treefmt-check] - padding-top:3.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:3.5rem !important
2.98 s
[treefmt-check] + padding-top: 3.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-lg-10 {
2.98 s
[treefmt-check] - padding:4rem !important
2.98 s
[treefmt-check] + padding: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-lg-10 {
2.98 s
[treefmt-check] - padding-top:4rem !important
2.98 s
[treefmt-check] + padding-top: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-lg-10 {
2.98 s
[treefmt-check] - padding-right:4rem !important
2.98 s
[treefmt-check] + padding-right: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-lg-10 {
2.98 s
[treefmt-check] - padding-bottom:4rem !important
2.98 s
[treefmt-check] + padding-bottom: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-lg-10 {
2.98 s
[treefmt-check] - padding-left:4rem !important
2.98 s
[treefmt-check] + padding-left: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-lg-10 {
2.98 s
[treefmt-check] - padding-right:4rem !important;
2.98 s
[treefmt-check] - padding-left:4rem !important
2.98 s
[treefmt-check] + padding-right: 4rem !important;
2.98 s
[treefmt-check] + padding-left: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-lg-10 {
2.98 s
[treefmt-check] - padding-top:4rem !important;
2.98 s
[treefmt-check] - padding-bottom:4rem !important
2.98 s
[treefmt-check] + padding-top: 4rem !important;
2.98 s
[treefmt-check] + padding-bottom: 4rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] @media (min-width: 87.5rem) {
2.98 s
[treefmt-check] .p-xl-0 {
2.98 s
[treefmt-check] - padding:0 !important
2.98 s
[treefmt-check] + padding: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-xl-0 {
2.98 s
[treefmt-check] - padding-top:0 !important
2.98 s
[treefmt-check] + padding-top: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-xl-0 {
2.98 s
[treefmt-check] - padding-right:0 !important
2.98 s
[treefmt-check] + padding-right: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-xl-0 {
2.98 s
[treefmt-check] - padding-bottom:0 !important
2.98 s
[treefmt-check] + padding-bottom: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-xl-0 {
2.98 s
[treefmt-check] - padding-left:0 !important
2.98 s
[treefmt-check] + padding-left: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-xl-0 {
2.98 s
[treefmt-check] - padding-right:0 !important;
2.98 s
[treefmt-check] - padding-left:0 !important
2.98 s
[treefmt-check] + padding-right: 0 !important;
2.98 s
[treefmt-check] + padding-left: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-xl-0 {
2.98 s
[treefmt-check] - padding-top:0 !important;
2.98 s
[treefmt-check] - padding-bottom:0 !important
2.98 s
[treefmt-check] + padding-top: 0 !important;
2.98 s
[treefmt-check] + padding-bottom: 0 !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-xl-1 {
2.98 s
[treefmt-check] - padding:.25rem !important
2.98 s
[treefmt-check] + padding: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-xl-1 {
2.98 s
[treefmt-check] - padding-top:.25rem !important
2.98 s
[treefmt-check] + padding-top: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-xl-1 {
2.98 s
[treefmt-check] - padding-right:.25rem !important
2.98 s
[treefmt-check] + padding-right: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-xl-1 {
2.98 s
[treefmt-check] - padding-bottom:.25rem !important
2.98 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-xl-1 {
2.98 s
[treefmt-check] - padding-left:.25rem !important
2.98 s
[treefmt-check] + padding-left: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-xl-1 {
2.98 s
[treefmt-check] - padding-right:.25rem !important;
2.98 s
[treefmt-check] - padding-left:.25rem !important
2.98 s
[treefmt-check] + padding-right: 0.25rem !important;
2.98 s
[treefmt-check] + padding-left: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-xl-1 {
2.98 s
[treefmt-check] - padding-top:.25rem !important;
2.98 s
[treefmt-check] - padding-bottom:.25rem !important
2.98 s
[treefmt-check] + padding-top: 0.25rem !important;
2.98 s
[treefmt-check] + padding-bottom: 0.25rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-xl-2 {
2.98 s
[treefmt-check] - padding:.5rem !important
2.98 s
[treefmt-check] + padding: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-xl-2 {
2.98 s
[treefmt-check] - padding-top:.5rem !important
2.98 s
[treefmt-check] + padding-top: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-xl-2 {
2.98 s
[treefmt-check] - padding-right:.5rem !important
2.98 s
[treefmt-check] + padding-right: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-xl-2 {
2.98 s
[treefmt-check] - padding-bottom:.5rem !important
2.98 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-xl-2 {
2.98 s
[treefmt-check] - padding-left:.5rem !important
2.98 s
[treefmt-check] + padding-left: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-xl-2 {
2.98 s
[treefmt-check] - padding-right:.5rem !important;
2.98 s
[treefmt-check] - padding-left:.5rem !important
2.98 s
[treefmt-check] + padding-right: 0.5rem !important;
2.98 s
[treefmt-check] + padding-left: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-xl-2 {
2.98 s
[treefmt-check] - padding-top:.5rem !important;
2.98 s
[treefmt-check] - padding-bottom:.5rem !important
2.98 s
[treefmt-check] + padding-top: 0.5rem !important;
2.98 s
[treefmt-check] + padding-bottom: 0.5rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-xl-3 {
2.98 s
[treefmt-check] - padding:.75rem !important
2.98 s
[treefmt-check] + padding: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-xl-3 {
2.98 s
[treefmt-check] - padding-top:.75rem !important
2.98 s
[treefmt-check] + padding-top: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-xl-3 {
2.98 s
[treefmt-check] - padding-right:.75rem !important
2.98 s
[treefmt-check] + padding-right: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-xl-3 {
2.98 s
[treefmt-check] - padding-bottom:.75rem !important
2.98 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pl-xl-3 {
2.98 s
[treefmt-check] - padding-left:.75rem !important
2.98 s
[treefmt-check] + padding-left: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .px-xl-3 {
2.98 s
[treefmt-check] - padding-right:.75rem !important;
2.98 s
[treefmt-check] - padding-left:.75rem !important
2.98 s
[treefmt-check] + padding-right: 0.75rem !important;
2.98 s
[treefmt-check] + padding-left: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .py-xl-3 {
2.98 s
[treefmt-check] - padding-top:.75rem !important;
2.98 s
[treefmt-check] - padding-bottom:.75rem !important
2.98 s
[treefmt-check] + padding-top: 0.75rem !important;
2.98 s
[treefmt-check] + padding-bottom: 0.75rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .p-xl-4 {
2.98 s
[treefmt-check] - padding:1rem !important
2.98 s
[treefmt-check] + padding: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pt-xl-4 {
2.98 s
[treefmt-check] - padding-top:1rem !important
2.98 s
[treefmt-check] + padding-top: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pr-xl-4 {
2.98 s
[treefmt-check] - padding-right:1rem !important
2.98 s
[treefmt-check] + padding-right: 1rem !important;
2.98 s
[treefmt-check] }
2.98 s
[treefmt-check] .pb-xl-4 {
2.98 s
[treefmt-check] - padding-bottom:1rem !important
2.98 s
[treefmt-check] + padding-bottom: 1rem !important;
2.98 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-4 {
2.99 s
[treefmt-check] - padding-left:1rem !important
2.99 s
[treefmt-check] + padding-left: 1rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-4 {
2.99 s
[treefmt-check] - padding-right:1rem !important;
2.99 s
[treefmt-check] - padding-left:1rem !important
2.99 s
[treefmt-check] + padding-right: 1rem !important;
2.99 s
[treefmt-check] + padding-left: 1rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-4 {
2.99 s
[treefmt-check] - padding-top:1rem !important;
2.99 s
[treefmt-check] - padding-bottom:1rem !important
2.99 s
[treefmt-check] + padding-top: 1rem !important;
2.99 s
[treefmt-check] + padding-bottom: 1rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .p-xl-5 {
2.99 s
[treefmt-check] - padding:1.5rem !important
2.99 s
[treefmt-check] + padding: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pt-xl-5 {
2.99 s
[treefmt-check] - padding-top:1.5rem !important
2.99 s
[treefmt-check] + padding-top: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pr-xl-5 {
2.99 s
[treefmt-check] - padding-right:1.5rem !important
2.99 s
[treefmt-check] + padding-right: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pb-xl-5 {
2.99 s
[treefmt-check] - padding-bottom:1.5rem !important
2.99 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-5 {
2.99 s
[treefmt-check] - padding-left:1.5rem !important
2.99 s
[treefmt-check] + padding-left: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-5 {
2.99 s
[treefmt-check] - padding-right:1.5rem !important;
2.99 s
[treefmt-check] - padding-left:1.5rem !important
2.99 s
[treefmt-check] + padding-right: 1.5rem !important;
2.99 s
[treefmt-check] + padding-left: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-5 {
2.99 s
[treefmt-check] - padding-top:1.5rem !important;
2.99 s
[treefmt-check] - padding-bottom:1.5rem !important
2.99 s
[treefmt-check] + padding-top: 1.5rem !important;
2.99 s
[treefmt-check] + padding-bottom: 1.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .p-xl-6 {
2.99 s
[treefmt-check] - padding:2rem !important
2.99 s
[treefmt-check] + padding: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pt-xl-6 {
2.99 s
[treefmt-check] - padding-top:2rem !important
2.99 s
[treefmt-check] + padding-top: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pr-xl-6 {
2.99 s
[treefmt-check] - padding-right:2rem !important
2.99 s
[treefmt-check] + padding-right: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pb-xl-6 {
2.99 s
[treefmt-check] - padding-bottom:2rem !important
2.99 s
[treefmt-check] + padding-bottom: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-6 {
2.99 s
[treefmt-check] - padding-left:2rem !important
2.99 s
[treefmt-check] + padding-left: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-6 {
2.99 s
[treefmt-check] - padding-right:2rem !important;
2.99 s
[treefmt-check] - padding-left:2rem !important
2.99 s
[treefmt-check] + padding-right: 2rem !important;
2.99 s
[treefmt-check] + padding-left: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-6 {
2.99 s
[treefmt-check] - padding-top:2rem !important;
2.99 s
[treefmt-check] - padding-bottom:2rem !important
2.99 s
[treefmt-check] + padding-top: 2rem !important;
2.99 s
[treefmt-check] + padding-bottom: 2rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .p-xl-7 {
2.99 s
[treefmt-check] - padding:2.5rem !important
2.99 s
[treefmt-check] + padding: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pt-xl-7 {
2.99 s
[treefmt-check] - padding-top:2.5rem !important
2.99 s
[treefmt-check] + padding-top: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pr-xl-7 {
2.99 s
[treefmt-check] - padding-right:2.5rem !important
2.99 s
[treefmt-check] + padding-right: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pb-xl-7 {
2.99 s
[treefmt-check] - padding-bottom:2.5rem !important
2.99 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-7 {
2.99 s
[treefmt-check] - padding-left:2.5rem !important
2.99 s
[treefmt-check] + padding-left: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-7 {
2.99 s
[treefmt-check] - padding-right:2.5rem !important;
2.99 s
[treefmt-check] - padding-left:2.5rem !important
2.99 s
[treefmt-check] + padding-right: 2.5rem !important;
2.99 s
[treefmt-check] + padding-left: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-7 {
2.99 s
[treefmt-check] - padding-top:2.5rem !important;
2.99 s
[treefmt-check] - padding-bottom:2.5rem !important
2.99 s
[treefmt-check] + padding-top: 2.5rem !important;
2.99 s
[treefmt-check] + padding-bottom: 2.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .p-xl-8 {
2.99 s
[treefmt-check] - padding:3rem !important
2.99 s
[treefmt-check] + padding: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pt-xl-8 {
2.99 s
[treefmt-check] - padding-top:3rem !important
2.99 s
[treefmt-check] + padding-top: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pr-xl-8 {
2.99 s
[treefmt-check] - padding-right:3rem !important
2.99 s
[treefmt-check] + padding-right: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pb-xl-8 {
2.99 s
[treefmt-check] - padding-bottom:3rem !important
2.99 s
[treefmt-check] + padding-bottom: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-8 {
2.99 s
[treefmt-check] - padding-left:3rem !important
2.99 s
[treefmt-check] + padding-left: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-8 {
2.99 s
[treefmt-check] - padding-right:3rem !important;
2.99 s
[treefmt-check] - padding-left:3rem !important
2.99 s
[treefmt-check] + padding-right: 3rem !important;
2.99 s
[treefmt-check] + padding-left: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-8 {
2.99 s
[treefmt-check] - padding-top:3rem !important;
2.99 s
[treefmt-check] - padding-bottom:3rem !important
2.99 s
[treefmt-check] + padding-top: 3rem !important;
2.99 s
[treefmt-check] + padding-bottom: 3rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .p-xl-9 {
2.99 s
[treefmt-check] - padding:3.5rem !important
2.99 s
[treefmt-check] + padding: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pt-xl-9 {
2.99 s
[treefmt-check] - padding-top:3.5rem !important
2.99 s
[treefmt-check] + padding-top: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pr-xl-9 {
2.99 s
[treefmt-check] - padding-right:3.5rem !important
2.99 s
[treefmt-check] + padding-right: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pb-xl-9 {
2.99 s
[treefmt-check] - padding-bottom:3.5rem !important
2.99 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-9 {
2.99 s
[treefmt-check] - padding-left:3.5rem !important
2.99 s
[treefmt-check] + padding-left: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-9 {
2.99 s
[treefmt-check] - padding-right:3.5rem !important;
2.99 s
[treefmt-check] - padding-left:3.5rem !important
2.99 s
[treefmt-check] + padding-right: 3.5rem !important;
2.99 s
[treefmt-check] + padding-left: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-9 {
2.99 s
[treefmt-check] - padding-top:3.5rem !important;
2.99 s
[treefmt-check] - padding-bottom:3.5rem !important
2.99 s
[treefmt-check] + padding-top: 3.5rem !important;
2.99 s
[treefmt-check] + padding-bottom: 3.5rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .p-xl-10 {
2.99 s
[treefmt-check] - padding:4rem !important
2.99 s
[treefmt-check] + padding: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pt-xl-10 {
2.99 s
[treefmt-check] - padding-top:4rem !important
2.99 s
[treefmt-check] + padding-top: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pr-xl-10 {
2.99 s
[treefmt-check] - padding-right:4rem !important
2.99 s
[treefmt-check] + padding-right: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pb-xl-10 {
2.99 s
[treefmt-check] - padding-bottom:4rem !important
2.99 s
[treefmt-check] + padding-bottom: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .pl-xl-10 {
2.99 s
[treefmt-check] - padding-left:4rem !important
2.99 s
[treefmt-check] + padding-left: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .px-xl-10 {
2.99 s
[treefmt-check] - padding-right:4rem !important;
2.99 s
[treefmt-check] - padding-left:4rem !important
2.99 s
[treefmt-check] + padding-right: 4rem !important;
2.99 s
[treefmt-check] + padding-left: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .py-xl-10 {
2.99 s
[treefmt-check] - padding-top:4rem !important;
2.99 s
[treefmt-check] - padding-bottom:4rem !important
2.99 s
[treefmt-check] + padding-top: 4rem !important;
2.99 s
[treefmt-check] + padding-bottom: 4rem !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] @media print {
2.99 s
[treefmt-check] @@ -6738,63 +6801,63 @@ pre.highlight {
2.99 s
[treefmt-check] #back-to-top,
2.99 s
[treefmt-check] .site-nav,
2.99 s
[treefmt-check] .main-header {
2.99 s
[treefmt-check] - display:none !important
2.99 s
[treefmt-check] + display: none !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] hr {
2.99 s
[treefmt-check] - margin-top:1rem;
2.99 s
[treefmt-check] - margin-bottom:1rem
2.99 s
[treefmt-check] + margin-top: 1rem;
2.99 s
[treefmt-check] + margin-bottom: 1rem;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .side-bar {
2.99 s
[treefmt-check] - width:100%;
2.99 s
[treefmt-check] - height:auto;
2.99 s
[treefmt-check] - border-right:0 !important;
2.99 s
[treefmt-check] - position:static;
2.99 s
[treefmt-check] - display:block
2.99 s
[treefmt-check] + width: 100%;
2.99 s
[treefmt-check] + height: auto;
2.99 s
[treefmt-check] + border-right: 0 !important;
2.99 s
[treefmt-check] + position: static;
2.99 s
[treefmt-check] + display: block;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .site-header {
2.99 s
[treefmt-check] - border-bottom:1px solid #eeebee
2.99 s
[treefmt-check] + border-bottom: 1px solid #eeebee;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .site-title {
2.99 s
[treefmt-check] - font-size:1rem !important;
2.99 s
[treefmt-check] - font-weight:700 !important
2.99 s
[treefmt-check] + font-size: 1rem !important;
2.99 s
[treefmt-check] + font-weight: 700 !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .text-small {
2.99 s
[treefmt-check] - font-size:8pt !important
2.99 s
[treefmt-check] + font-size: 8pt !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] pre.highlight {
2.99 s
[treefmt-check] - border:1px solid #eeebee
2.99 s
[treefmt-check] + border: 1px solid #eeebee;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] .main {
2.99 s
[treefmt-check] - max-width:none;
2.99 s
[treefmt-check] - margin-left:0 !important
2.99 s
[treefmt-check] + max-width: none;
2.99 s
[treefmt-check] + margin-left: 0 !important;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] a.skip-to-main {
2.99 s
[treefmt-check] - left:-999px;
2.99 s
[treefmt-check] - position:absolute;
2.99 s
[treefmt-check] - top:auto;
2.99 s
[treefmt-check] - width:1px;
2.99 s
[treefmt-check] - height:1px;
2.99 s
[treefmt-check] - overflow:hidden;
2.99 s
[treefmt-check] - z-index:-999
2.99 s
[treefmt-check] + left: -999px;
2.99 s
[treefmt-check] + position: absolute;
2.99 s
[treefmt-check] + top: auto;
2.99 s
[treefmt-check] + width: 1px;
2.99 s
[treefmt-check] + height: 1px;
2.99 s
[treefmt-check] + overflow: hidden;
2.99 s
[treefmt-check] + z-index: -999;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] a.skip-to-main:focus,
2.99 s
[treefmt-check] a.skip-to-main:active {
2.99 s
[treefmt-check] - color:#7253ed;
2.99 s
[treefmt-check] - background-color:#fff;
2.99 s
[treefmt-check] - left:auto;
2.99 s
[treefmt-check] - top:auto;
2.99 s
[treefmt-check] - width:30%;
2.99 s
[treefmt-check] - height:auto;
2.99 s
[treefmt-check] - overflow:auto;
2.99 s
[treefmt-check] - margin:10px 35%;
2.99 s
[treefmt-check] - padding:5px;
2.99 s
[treefmt-check] - border-radius:15px;
2.99 s
[treefmt-check] - border:4px solid #5e41d0;
2.99 s
[treefmt-check] - text-align:center;
2.99 s
[treefmt-check] - font-size:1.2em;
2.99 s
[treefmt-check] - z-index:999
2.99 s
[treefmt-check] + color: #7253ed;
2.99 s
[treefmt-check] + background-color: #fff;
2.99 s
[treefmt-check] + left: auto;
2.99 s
[treefmt-check] + top: auto;
2.99 s
[treefmt-check] + width: 30%;
2.99 s
[treefmt-check] + height: auto;
2.99 s
[treefmt-check] + overflow: auto;
2.99 s
[treefmt-check] + margin: 10px 35%;
2.99 s
[treefmt-check] + padding: 5px;
2.99 s
[treefmt-check] + border-radius: 15px;
2.99 s
[treefmt-check] + border: 4px solid #5e41d0;
2.99 s
[treefmt-check] + text-align: center;
2.99 s
[treefmt-check] + font-size: 1.2em;
2.99 s
[treefmt-check] + z-index: 999;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] div.opaque {
2.99 s
[treefmt-check] - background-color:#fff
2.99 s
[treefmt-check] + background-color: #fff;
2.99 s
[treefmt-check] }
2.99 s
[treefmt-check] diff --git a/docs/haskell/release-process.md b/docs/haskell/release-process.md
2.99 s
[treefmt-check] index c761703..e08874f 100644
2.99 s
[treefmt-check] --- a/docs/haskell/release-process.md
2.99 s
[treefmt-check] +++ b/docs/haskell/release-process.md
2.99 s
[treefmt-check] @@ -20,7 +20,7 @@ Don’t lump documentation & testing improvements into a breaking change just be
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] ### format the PR title as a CHANGELOG entry
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] -__TODO__: How does this work when there are multiple packages?
2.99 s
[treefmt-check] + **TODO**: How does this work when there are multiple packages?
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] ## release updates
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] @@ -37,7 +37,6 @@ In as far as the release is automated, the changes should be made in the merge c
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] [^1]: This is delicate, because the CI build matrix doesn’t do a good job of solving for other versions of local packages.
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] -
2.99 s
[treefmt-check] ## Hackage info
2.99 s
[treefmt-check]
2.99 s
[treefmt-check] Hackage allows you to optionally tag a release as “preferred” or ”deprecated”.
3.02 s
Progress: 0 of 1 built (1 failed)
3.05 s
Cannot build ' /nix/store/16iaq46k1r0l47bzgammiw07hc3c5fz8-treefmt-check.drv '.
3.05 s
Reason: builder failed with exit code 1 .
3.05 s
Output paths:
3.05 s
/nix/store/9g0q4nglj56zd71lwhhad149dxs89w1k-treefmt-check
3.05 s
Last 2048 log lines:
3.05 s
> - padding-top:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> }
3.05 s
> .pr-6 {
3.05 s
> - padding-right:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> }
3.05 s
> .pb-6 {
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .pl-6 {
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .px-6 {
3.05 s
> - padding-right:2rem !important;
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .py-6 {
3.05 s
> - padding-top:2rem !important;
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .p-7 {
3.05 s
> - padding:2.5rem !important
3.05 s
> + padding: 2.5rem !important;
3.05 s
> }
3.05 s
> .pt-7 {
3.05 s
> - padding-top:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> }
3.05 s
> .pr-7 {
3.05 s
> - padding-right:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> }
3.05 s
> .pb-7 {
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .pl-7 {
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .px-7 {
3.05 s
> - padding-right:2.5rem !important;
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .py-7 {
3.05 s
> - padding-top:2.5rem !important;
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .p-8 {
3.05 s
> - padding:3rem !important
3.05 s
> + padding: 3rem !important;
3.05 s
> }
3.05 s
> .pt-8 {
3.05 s
> - padding-top:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> }
3.05 s
> .pr-8 {
3.05 s
> - padding-right:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> }
3.05 s
> .pb-8 {
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .pl-8 {
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .px-8 {
3.05 s
> - padding-right:3rem !important;
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .py-8 {
3.05 s
> - padding-top:3rem !important;
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .p-9 {
3.05 s
> - padding:3.5rem !important
3.05 s
> + padding: 3.5rem !important;
3.05 s
> }
3.05 s
> .pt-9 {
3.05 s
> - padding-top:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> }
3.05 s
> .pr-9 {
3.05 s
> - padding-right:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> }
3.05 s
> .pb-9 {
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .pl-9 {
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .px-9 {
3.05 s
> - padding-right:3.5rem !important;
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .py-9 {
3.05 s
> - padding-top:3.5rem !important;
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .p-10 {
3.05 s
> - padding:4rem !important
3.05 s
> + padding: 4rem !important;
3.05 s
> }
3.05 s
> .pt-10 {
3.05 s
> - padding-top:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> }
3.05 s
> .pr-10 {
3.05 s
> - padding-right:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> }
3.05 s
> .pb-10 {
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> .pl-10 {
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .px-10 {
3.05 s
> - padding-right:4rem !important;
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .py-10 {
3.05 s
> - padding-top:4rem !important;
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> @media (min-width: 20rem) {
3.05 s
> .p-xs-0 {
3.05 s
> - padding:0 !important
3.05 s
> + padding: 0 !important;
3.05 s
> }
3.05 s
> .pt-xs-0 {
3.05 s
> - padding-top:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> }
3.05 s
> .pr-xs-0 {
3.05 s
> - padding-right:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> }
3.05 s
> .pb-xs-0 {
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .pl-xs-0 {
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .px-xs-0 {
3.05 s
> - padding-right:0 !important;
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .py-xs-0 {
3.05 s
> - padding-top:0 !important;
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .p-xs-1 {
3.05 s
> - padding:.25rem !important
3.05 s
> + padding: 0.25rem !important;
3.05 s
> }
3.05 s
> .pt-xs-1 {
3.05 s
> - padding-top:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> }
3.05 s
> .pr-xs-1 {
3.05 s
> - padding-right:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> }
3.05 s
> .pb-xs-1 {
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .pl-xs-1 {
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .px-xs-1 {
3.05 s
> - padding-right:.25rem !important;
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .py-xs-1 {
3.05 s
> - padding-top:.25rem !important;
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .p-xs-2 {
3.05 s
> - padding:.5rem !important
3.05 s
> + padding: 0.5rem !important;
3.05 s
> }
3.05 s
> .pt-xs-2 {
3.05 s
> - padding-top:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> }
3.05 s
> .pr-xs-2 {
3.05 s
> - padding-right:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> }
3.05 s
> .pb-xs-2 {
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .pl-xs-2 {
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .px-xs-2 {
3.05 s
> - padding-right:.5rem !important;
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .py-xs-2 {
3.05 s
> - padding-top:.5rem !important;
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .p-xs-3 {
3.05 s
> - padding:.75rem !important
3.05 s
> + padding: 0.75rem !important;
3.05 s
> }
3.05 s
> .pt-xs-3 {
3.05 s
> - padding-top:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> }
3.05 s
> .pr-xs-3 {
3.05 s
> - padding-right:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> }
3.05 s
> .pb-xs-3 {
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .pl-xs-3 {
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .px-xs-3 {
3.05 s
> - padding-right:.75rem !important;
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .py-xs-3 {
3.05 s
> - padding-top:.75rem !important;
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .p-xs-4 {
3.05 s
> - padding:1rem !important
3.05 s
> + padding: 1rem !important;
3.05 s
> }
3.05 s
> .pt-xs-4 {
3.05 s
> - padding-top:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> }
3.05 s
> .pr-xs-4 {
3.05 s
> - padding-right:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> }
3.05 s
> .pb-xs-4 {
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .pl-xs-4 {
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .px-xs-4 {
3.05 s
> - padding-right:1rem !important;
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .py-xs-4 {
3.05 s
> - padding-top:1rem !important;
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .p-xs-5 {
3.05 s
> - padding:1.5rem !important
3.05 s
> + padding: 1.5rem !important;
3.05 s
> }
3.05 s
> .pt-xs-5 {
3.05 s
> - padding-top:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> }
3.05 s
> .pr-xs-5 {
3.05 s
> - padding-right:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> }
3.05 s
> .pb-xs-5 {
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .pl-xs-5 {
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .px-xs-5 {
3.05 s
> - padding-right:1.5rem !important;
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .py-xs-5 {
3.05 s
> - padding-top:1.5rem !important;
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .p-xs-6 {
3.05 s
> - padding:2rem !important
3.05 s
> + padding: 2rem !important;
3.05 s
> }
3.05 s
> .pt-xs-6 {
3.05 s
> - padding-top:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> }
3.05 s
> .pr-xs-6 {
3.05 s
> - padding-right:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> }
3.05 s
> .pb-xs-6 {
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .pl-xs-6 {
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .px-xs-6 {
3.05 s
> - padding-right:2rem !important;
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .py-xs-6 {
3.05 s
> - padding-top:2rem !important;
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .p-xs-7 {
3.05 s
> - padding:2.5rem !important
3.05 s
> + padding: 2.5rem !important;
3.05 s
> }
3.05 s
> .pt-xs-7 {
3.05 s
> - padding-top:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> }
3.05 s
> .pr-xs-7 {
3.05 s
> - padding-right:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> }
3.05 s
> .pb-xs-7 {
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .pl-xs-7 {
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .px-xs-7 {
3.05 s
> - padding-right:2.5rem !important;
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .py-xs-7 {
3.05 s
> - padding-top:2.5rem !important;
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .p-xs-8 {
3.05 s
> - padding:3rem !important
3.05 s
> + padding: 3rem !important;
3.05 s
> }
3.05 s
> .pt-xs-8 {
3.05 s
> - padding-top:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> }
3.05 s
> .pr-xs-8 {
3.05 s
> - padding-right:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> }
3.05 s
> .pb-xs-8 {
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .pl-xs-8 {
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .px-xs-8 {
3.05 s
> - padding-right:3rem !important;
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .py-xs-8 {
3.05 s
> - padding-top:3rem !important;
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .p-xs-9 {
3.05 s
> - padding:3.5rem !important
3.05 s
> + padding: 3.5rem !important;
3.05 s
> }
3.05 s
> .pt-xs-9 {
3.05 s
> - padding-top:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> }
3.05 s
> .pr-xs-9 {
3.05 s
> - padding-right:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> }
3.05 s
> .pb-xs-9 {
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .pl-xs-9 {
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .px-xs-9 {
3.05 s
> - padding-right:3.5rem !important;
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .py-xs-9 {
3.05 s
> - padding-top:3.5rem !important;
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .p-xs-10 {
3.05 s
> - padding:4rem !important
3.05 s
> + padding: 4rem !important;
3.05 s
> }
3.05 s
> .pt-xs-10 {
3.05 s
> - padding-top:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> }
3.05 s
> .pr-xs-10 {
3.05 s
> - padding-right:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> }
3.05 s
> .pb-xs-10 {
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> .pl-xs-10 {
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .px-xs-10 {
3.05 s
> - padding-right:4rem !important;
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .py-xs-10 {
3.05 s
> - padding-top:4rem !important;
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> }
3.05 s
> @media (min-width: 31.25rem) {
3.05 s
> .p-sm-0 {
3.05 s
> - padding:0 !important
3.05 s
> + padding: 0 !important;
3.05 s
> }
3.05 s
> .pt-sm-0 {
3.05 s
> - padding-top:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> }
3.05 s
> .pr-sm-0 {
3.05 s
> - padding-right:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> }
3.05 s
> .pb-sm-0 {
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .pl-sm-0 {
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .px-sm-0 {
3.05 s
> - padding-right:0 !important;
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .py-sm-0 {
3.05 s
> - padding-top:0 !important;
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .p-sm-1 {
3.05 s
> - padding:.25rem !important
3.05 s
> + padding: 0.25rem !important;
3.05 s
> }
3.05 s
> .pt-sm-1 {
3.05 s
> - padding-top:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> }
3.05 s
> .pr-sm-1 {
3.05 s
> - padding-right:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> }
3.05 s
> .pb-sm-1 {
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .pl-sm-1 {
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .px-sm-1 {
3.05 s
> - padding-right:.25rem !important;
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .py-sm-1 {
3.05 s
> - padding-top:.25rem !important;
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .p-sm-2 {
3.05 s
> - padding:.5rem !important
3.05 s
> + padding: 0.5rem !important;
3.05 s
> }
3.05 s
> .pt-sm-2 {
3.05 s
> - padding-top:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> }
3.05 s
> .pr-sm-2 {
3.05 s
> - padding-right:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> }
3.05 s
> .pb-sm-2 {
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .pl-sm-2 {
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .px-sm-2 {
3.05 s
> - padding-right:.5rem !important;
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .py-sm-2 {
3.05 s
> - padding-top:.5rem !important;
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .p-sm-3 {
3.05 s
> - padding:.75rem !important
3.05 s
> + padding: 0.75rem !important;
3.05 s
> }
3.05 s
> .pt-sm-3 {
3.05 s
> - padding-top:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> }
3.05 s
> .pr-sm-3 {
3.05 s
> - padding-right:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> }
3.05 s
> .pb-sm-3 {
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .pl-sm-3 {
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .px-sm-3 {
3.05 s
> - padding-right:.75rem !important;
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .py-sm-3 {
3.05 s
> - padding-top:.75rem !important;
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .p-sm-4 {
3.05 s
> - padding:1rem !important
3.05 s
> + padding: 1rem !important;
3.05 s
> }
3.05 s
> .pt-sm-4 {
3.05 s
> - padding-top:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> }
3.05 s
> .pr-sm-4 {
3.05 s
> - padding-right:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> }
3.05 s
> .pb-sm-4 {
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .pl-sm-4 {
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .px-sm-4 {
3.05 s
> - padding-right:1rem !important;
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .py-sm-4 {
3.05 s
> - padding-top:1rem !important;
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .p-sm-5 {
3.05 s
> - padding:1.5rem !important
3.05 s
> + padding: 1.5rem !important;
3.05 s
> }
3.05 s
> .pt-sm-5 {
3.05 s
> - padding-top:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> }
3.05 s
> .pr-sm-5 {
3.05 s
> - padding-right:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> }
3.05 s
> .pb-sm-5 {
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .pl-sm-5 {
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .px-sm-5 {
3.05 s
> - padding-right:1.5rem !important;
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .py-sm-5 {
3.05 s
> - padding-top:1.5rem !important;
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .p-sm-6 {
3.05 s
> - padding:2rem !important
3.05 s
> + padding: 2rem !important;
3.05 s
> }
3.05 s
> .pt-sm-6 {
3.05 s
> - padding-top:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> }
3.05 s
> .pr-sm-6 {
3.05 s
> - padding-right:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> }
3.05 s
> .pb-sm-6 {
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .pl-sm-6 {
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .px-sm-6 {
3.05 s
> - padding-right:2rem !important;
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .py-sm-6 {
3.05 s
> - padding-top:2rem !important;
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .p-sm-7 {
3.05 s
> - padding:2.5rem !important
3.05 s
> + padding: 2.5rem !important;
3.05 s
> }
3.05 s
> .pt-sm-7 {
3.05 s
> - padding-top:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> }
3.05 s
> .pr-sm-7 {
3.05 s
> - padding-right:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> }
3.05 s
> .pb-sm-7 {
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .pl-sm-7 {
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .px-sm-7 {
3.05 s
> - padding-right:2.5rem !important;
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .py-sm-7 {
3.05 s
> - padding-top:2.5rem !important;
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .p-sm-8 {
3.05 s
> - padding:3rem !important
3.05 s
> + padding: 3rem !important;
3.05 s
> }
3.05 s
> .pt-sm-8 {
3.05 s
> - padding-top:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> }
3.05 s
> .pr-sm-8 {
3.05 s
> - padding-right:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> }
3.05 s
> .pb-sm-8 {
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .pl-sm-8 {
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .px-sm-8 {
3.05 s
> - padding-right:3rem !important;
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .py-sm-8 {
3.05 s
> - padding-top:3rem !important;
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .p-sm-9 {
3.05 s
> - padding:3.5rem !important
3.05 s
> + padding: 3.5rem !important;
3.05 s
> }
3.05 s
> .pt-sm-9 {
3.05 s
> - padding-top:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> }
3.05 s
> .pr-sm-9 {
3.05 s
> - padding-right:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> }
3.05 s
> .pb-sm-9 {
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .pl-sm-9 {
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .px-sm-9 {
3.05 s
> - padding-right:3.5rem !important;
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .py-sm-9 {
3.05 s
> - padding-top:3.5rem !important;
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .p-sm-10 {
3.05 s
> - padding:4rem !important
3.05 s
> + padding: 4rem !important;
3.05 s
> }
3.05 s
> .pt-sm-10 {
3.05 s
> - padding-top:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> }
3.05 s
> .pr-sm-10 {
3.05 s
> - padding-right:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> }
3.05 s
> .pb-sm-10 {
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> .pl-sm-10 {
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .px-sm-10 {
3.05 s
> - padding-right:4rem !important;
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .py-sm-10 {
3.05 s
> - padding-top:4rem !important;
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> }
3.05 s
> @media (min-width: 50rem) {
3.05 s
> .p-md-0 {
3.05 s
> - padding:0 !important
3.05 s
> + padding: 0 !important;
3.05 s
> }
3.05 s
> .pt-md-0 {
3.05 s
> - padding-top:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> }
3.05 s
> .pr-md-0 {
3.05 s
> - padding-right:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> }
3.05 s
> .pb-md-0 {
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .pl-md-0 {
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .px-md-0 {
3.05 s
> - padding-right:0 !important;
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .py-md-0 {
3.05 s
> - padding-top:0 !important;
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .p-md-1 {
3.05 s
> - padding:.25rem !important
3.05 s
> + padding: 0.25rem !important;
3.05 s
> }
3.05 s
> .pt-md-1 {
3.05 s
> - padding-top:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> }
3.05 s
> .pr-md-1 {
3.05 s
> - padding-right:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> }
3.05 s
> .pb-md-1 {
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .pl-md-1 {
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .px-md-1 {
3.05 s
> - padding-right:.25rem !important;
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .py-md-1 {
3.05 s
> - padding-top:.25rem !important;
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .p-md-2 {
3.05 s
> - padding:.5rem !important
3.05 s
> + padding: 0.5rem !important;
3.05 s
> }
3.05 s
> .pt-md-2 {
3.05 s
> - padding-top:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> }
3.05 s
> .pr-md-2 {
3.05 s
> - padding-right:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> }
3.05 s
> .pb-md-2 {
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .pl-md-2 {
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .px-md-2 {
3.05 s
> - padding-right:.5rem !important;
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .py-md-2 {
3.05 s
> - padding-top:.5rem !important;
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .p-md-3 {
3.05 s
> - padding:.75rem !important
3.05 s
> + padding: 0.75rem !important;
3.05 s
> }
3.05 s
> .pt-md-3 {
3.05 s
> - padding-top:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> }
3.05 s
> .pr-md-3 {
3.05 s
> - padding-right:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> }
3.05 s
> .pb-md-3 {
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .pl-md-3 {
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .px-md-3 {
3.05 s
> - padding-right:.75rem !important;
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .py-md-3 {
3.05 s
> - padding-top:.75rem !important;
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .p-md-4 {
3.05 s
> - padding:1rem !important
3.05 s
> + padding: 1rem !important;
3.05 s
> }
3.05 s
> .pt-md-4 {
3.05 s
> - padding-top:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> }
3.05 s
> .pr-md-4 {
3.05 s
> - padding-right:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> }
3.05 s
> .pb-md-4 {
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .pl-md-4 {
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .px-md-4 {
3.05 s
> - padding-right:1rem !important;
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .py-md-4 {
3.05 s
> - padding-top:1rem !important;
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .p-md-5 {
3.05 s
> - padding:1.5rem !important
3.05 s
> + padding: 1.5rem !important;
3.05 s
> }
3.05 s
> .pt-md-5 {
3.05 s
> - padding-top:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> }
3.05 s
> .pr-md-5 {
3.05 s
> - padding-right:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> }
3.05 s
> .pb-md-5 {
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .pl-md-5 {
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .px-md-5 {
3.05 s
> - padding-right:1.5rem !important;
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .py-md-5 {
3.05 s
> - padding-top:1.5rem !important;
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .p-md-6 {
3.05 s
> - padding:2rem !important
3.05 s
> + padding: 2rem !important;
3.05 s
> }
3.05 s
> .pt-md-6 {
3.05 s
> - padding-top:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> }
3.05 s
> .pr-md-6 {
3.05 s
> - padding-right:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> }
3.05 s
> .pb-md-6 {
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .pl-md-6 {
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .px-md-6 {
3.05 s
> - padding-right:2rem !important;
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .py-md-6 {
3.05 s
> - padding-top:2rem !important;
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .p-md-7 {
3.05 s
> - padding:2.5rem !important
3.05 s
> + padding: 2.5rem !important;
3.05 s
> }
3.05 s
> .pt-md-7 {
3.05 s
> - padding-top:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> }
3.05 s
> .pr-md-7 {
3.05 s
> - padding-right:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> }
3.05 s
> .pb-md-7 {
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .pl-md-7 {
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .px-md-7 {
3.05 s
> - padding-right:2.5rem !important;
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .py-md-7 {
3.05 s
> - padding-top:2.5rem !important;
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .p-md-8 {
3.05 s
> - padding:3rem !important
3.05 s
> + padding: 3rem !important;
3.05 s
> }
3.05 s
> .pt-md-8 {
3.05 s
> - padding-top:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> }
3.05 s
> .pr-md-8 {
3.05 s
> - padding-right:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> }
3.05 s
> .pb-md-8 {
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .pl-md-8 {
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .px-md-8 {
3.05 s
> - padding-right:3rem !important;
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .py-md-8 {
3.05 s
> - padding-top:3rem !important;
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .p-md-9 {
3.05 s
> - padding:3.5rem !important
3.05 s
> + padding: 3.5rem !important;
3.05 s
> }
3.05 s
> .pt-md-9 {
3.05 s
> - padding-top:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> }
3.05 s
> .pr-md-9 {
3.05 s
> - padding-right:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> }
3.05 s
> .pb-md-9 {
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .pl-md-9 {
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .px-md-9 {
3.05 s
> - padding-right:3.5rem !important;
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .py-md-9 {
3.05 s
> - padding-top:3.5rem !important;
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .p-md-10 {
3.05 s
> - padding:4rem !important
3.05 s
> + padding: 4rem !important;
3.05 s
> }
3.05 s
> .pt-md-10 {
3.05 s
> - padding-top:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> }
3.05 s
> .pr-md-10 {
3.05 s
> - padding-right:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> }
3.05 s
> .pb-md-10 {
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> .pl-md-10 {
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .px-md-10 {
3.05 s
> - padding-right:4rem !important;
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .py-md-10 {
3.05 s
> - padding-top:4rem !important;
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> }
3.05 s
> @media (min-width: 66.5rem) {
3.05 s
> .p-lg-0 {
3.05 s
> - padding:0 !important
3.05 s
> + padding: 0 !important;
3.05 s
> }
3.05 s
> .pt-lg-0 {
3.05 s
> - padding-top:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> }
3.05 s
> .pr-lg-0 {
3.05 s
> - padding-right:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> }
3.05 s
> .pb-lg-0 {
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .pl-lg-0 {
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .px-lg-0 {
3.05 s
> - padding-right:0 !important;
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .py-lg-0 {
3.05 s
> - padding-top:0 !important;
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .p-lg-1 {
3.05 s
> - padding:.25rem !important
3.05 s
> + padding: 0.25rem !important;
3.05 s
> }
3.05 s
> .pt-lg-1 {
3.05 s
> - padding-top:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> }
3.05 s
> .pr-lg-1 {
3.05 s
> - padding-right:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> }
3.05 s
> .pb-lg-1 {
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .pl-lg-1 {
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .px-lg-1 {
3.05 s
> - padding-right:.25rem !important;
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .py-lg-1 {
3.05 s
> - padding-top:.25rem !important;
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .p-lg-2 {
3.05 s
> - padding:.5rem !important
3.05 s
> + padding: 0.5rem !important;
3.05 s
> }
3.05 s
> .pt-lg-2 {
3.05 s
> - padding-top:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> }
3.05 s
> .pr-lg-2 {
3.05 s
> - padding-right:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> }
3.05 s
> .pb-lg-2 {
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .pl-lg-2 {
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .px-lg-2 {
3.05 s
> - padding-right:.5rem !important;
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .py-lg-2 {
3.05 s
> - padding-top:.5rem !important;
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .p-lg-3 {
3.05 s
> - padding:.75rem !important
3.05 s
> + padding: 0.75rem !important;
3.05 s
> }
3.05 s
> .pt-lg-3 {
3.05 s
> - padding-top:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> }
3.05 s
> .pr-lg-3 {
3.05 s
> - padding-right:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> }
3.05 s
> .pb-lg-3 {
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .pl-lg-3 {
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .px-lg-3 {
3.05 s
> - padding-right:.75rem !important;
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .py-lg-3 {
3.05 s
> - padding-top:.75rem !important;
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .p-lg-4 {
3.05 s
> - padding:1rem !important
3.05 s
> + padding: 1rem !important;
3.05 s
> }
3.05 s
> .pt-lg-4 {
3.05 s
> - padding-top:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> }
3.05 s
> .pr-lg-4 {
3.05 s
> - padding-right:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> }
3.05 s
> .pb-lg-4 {
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .pl-lg-4 {
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .px-lg-4 {
3.05 s
> - padding-right:1rem !important;
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .py-lg-4 {
3.05 s
> - padding-top:1rem !important;
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .p-lg-5 {
3.05 s
> - padding:1.5rem !important
3.05 s
> + padding: 1.5rem !important;
3.05 s
> }
3.05 s
> .pt-lg-5 {
3.05 s
> - padding-top:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> }
3.05 s
> .pr-lg-5 {
3.05 s
> - padding-right:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> }
3.05 s
> .pb-lg-5 {
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .pl-lg-5 {
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .px-lg-5 {
3.05 s
> - padding-right:1.5rem !important;
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .py-lg-5 {
3.05 s
> - padding-top:1.5rem !important;
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .p-lg-6 {
3.05 s
> - padding:2rem !important
3.05 s
> + padding: 2rem !important;
3.05 s
> }
3.05 s
> .pt-lg-6 {
3.05 s
> - padding-top:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> }
3.05 s
> .pr-lg-6 {
3.05 s
> - padding-right:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> }
3.05 s
> .pb-lg-6 {
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .pl-lg-6 {
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .px-lg-6 {
3.05 s
> - padding-right:2rem !important;
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .py-lg-6 {
3.05 s
> - padding-top:2rem !important;
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .p-lg-7 {
3.05 s
> - padding:2.5rem !important
3.05 s
> + padding: 2.5rem !important;
3.05 s
> }
3.05 s
> .pt-lg-7 {
3.05 s
> - padding-top:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> }
3.05 s
> .pr-lg-7 {
3.05 s
> - padding-right:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> }
3.05 s
> .pb-lg-7 {
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .pl-lg-7 {
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .px-lg-7 {
3.05 s
> - padding-right:2.5rem !important;
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .py-lg-7 {
3.05 s
> - padding-top:2.5rem !important;
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .p-lg-8 {
3.05 s
> - padding:3rem !important
3.05 s
> + padding: 3rem !important;
3.05 s
> }
3.05 s
> .pt-lg-8 {
3.05 s
> - padding-top:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> }
3.05 s
> .pr-lg-8 {
3.05 s
> - padding-right:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> }
3.05 s
> .pb-lg-8 {
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .pl-lg-8 {
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .px-lg-8 {
3.05 s
> - padding-right:3rem !important;
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .py-lg-8 {
3.05 s
> - padding-top:3rem !important;
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .p-lg-9 {
3.05 s
> - padding:3.5rem !important
3.05 s
> + padding: 3.5rem !important;
3.05 s
> }
3.05 s
> .pt-lg-9 {
3.05 s
> - padding-top:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> }
3.05 s
> .pr-lg-9 {
3.05 s
> - padding-right:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> }
3.05 s
> .pb-lg-9 {
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .pl-lg-9 {
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .px-lg-9 {
3.05 s
> - padding-right:3.5rem !important;
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .py-lg-9 {
3.05 s
> - padding-top:3.5rem !important;
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .p-lg-10 {
3.05 s
> - padding:4rem !important
3.05 s
> + padding: 4rem !important;
3.05 s
> }
3.05 s
> .pt-lg-10 {
3.05 s
> - padding-top:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> }
3.05 s
> .pr-lg-10 {
3.05 s
> - padding-right:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> }
3.05 s
> .pb-lg-10 {
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> .pl-lg-10 {
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .px-lg-10 {
3.05 s
> - padding-right:4rem !important;
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .py-lg-10 {
3.05 s
> - padding-top:4rem !important;
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> }
3.05 s
> @media (min-width: 87.5rem) {
3.05 s
> .p-xl-0 {
3.05 s
> - padding:0 !important
3.05 s
> + padding: 0 !important;
3.05 s
> }
3.05 s
> .pt-xl-0 {
3.05 s
> - padding-top:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> }
3.05 s
> .pr-xl-0 {
3.05 s
> - padding-right:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> }
3.05 s
> .pb-xl-0 {
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .pl-xl-0 {
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .px-xl-0 {
3.05 s
> - padding-right:0 !important;
3.05 s
> - padding-left:0 !important
3.05 s
> + padding-right: 0 !important;
3.05 s
> + padding-left: 0 !important;
3.05 s
> }
3.05 s
> .py-xl-0 {
3.05 s
> - padding-top:0 !important;
3.05 s
> - padding-bottom:0 !important
3.05 s
> + padding-top: 0 !important;
3.05 s
> + padding-bottom: 0 !important;
3.05 s
> }
3.05 s
> .p-xl-1 {
3.05 s
> - padding:.25rem !important
3.05 s
> + padding: 0.25rem !important;
3.05 s
> }
3.05 s
> .pt-xl-1 {
3.05 s
> - padding-top:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> }
3.05 s
> .pr-xl-1 {
3.05 s
> - padding-right:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> }
3.05 s
> .pb-xl-1 {
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .pl-xl-1 {
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .px-xl-1 {
3.05 s
> - padding-right:.25rem !important;
3.05 s
> - padding-left:.25rem !important
3.05 s
> + padding-right: 0.25rem !important;
3.05 s
> + padding-left: 0.25rem !important;
3.05 s
> }
3.05 s
> .py-xl-1 {
3.05 s
> - padding-top:.25rem !important;
3.05 s
> - padding-bottom:.25rem !important
3.05 s
> + padding-top: 0.25rem !important;
3.05 s
> + padding-bottom: 0.25rem !important;
3.05 s
> }
3.05 s
> .p-xl-2 {
3.05 s
> - padding:.5rem !important
3.05 s
> + padding: 0.5rem !important;
3.05 s
> }
3.05 s
> .pt-xl-2 {
3.05 s
> - padding-top:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> }
3.05 s
> .pr-xl-2 {
3.05 s
> - padding-right:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> }
3.05 s
> .pb-xl-2 {
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .pl-xl-2 {
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .px-xl-2 {
3.05 s
> - padding-right:.5rem !important;
3.05 s
> - padding-left:.5rem !important
3.05 s
> + padding-right: 0.5rem !important;
3.05 s
> + padding-left: 0.5rem !important;
3.05 s
> }
3.05 s
> .py-xl-2 {
3.05 s
> - padding-top:.5rem !important;
3.05 s
> - padding-bottom:.5rem !important
3.05 s
> + padding-top: 0.5rem !important;
3.05 s
> + padding-bottom: 0.5rem !important;
3.05 s
> }
3.05 s
> .p-xl-3 {
3.05 s
> - padding:.75rem !important
3.05 s
> + padding: 0.75rem !important;
3.05 s
> }
3.05 s
> .pt-xl-3 {
3.05 s
> - padding-top:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> }
3.05 s
> .pr-xl-3 {
3.05 s
> - padding-right:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> }
3.05 s
> .pb-xl-3 {
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .pl-xl-3 {
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .px-xl-3 {
3.05 s
> - padding-right:.75rem !important;
3.05 s
> - padding-left:.75rem !important
3.05 s
> + padding-right: 0.75rem !important;
3.05 s
> + padding-left: 0.75rem !important;
3.05 s
> }
3.05 s
> .py-xl-3 {
3.05 s
> - padding-top:.75rem !important;
3.05 s
> - padding-bottom:.75rem !important
3.05 s
> + padding-top: 0.75rem !important;
3.05 s
> + padding-bottom: 0.75rem !important;
3.05 s
> }
3.05 s
> .p-xl-4 {
3.05 s
> - padding:1rem !important
3.05 s
> + padding: 1rem !important;
3.05 s
> }
3.05 s
> .pt-xl-4 {
3.05 s
> - padding-top:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> }
3.05 s
> .pr-xl-4 {
3.05 s
> - padding-right:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> }
3.05 s
> .pb-xl-4 {
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .pl-xl-4 {
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .px-xl-4 {
3.05 s
> - padding-right:1rem !important;
3.05 s
> - padding-left:1rem !important
3.05 s
> + padding-right: 1rem !important;
3.05 s
> + padding-left: 1rem !important;
3.05 s
> }
3.05 s
> .py-xl-4 {
3.05 s
> - padding-top:1rem !important;
3.05 s
> - padding-bottom:1rem !important
3.05 s
> + padding-top: 1rem !important;
3.05 s
> + padding-bottom: 1rem !important;
3.05 s
> }
3.05 s
> .p-xl-5 {
3.05 s
> - padding:1.5rem !important
3.05 s
> + padding: 1.5rem !important;
3.05 s
> }
3.05 s
> .pt-xl-5 {
3.05 s
> - padding-top:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> }
3.05 s
> .pr-xl-5 {
3.05 s
> - padding-right:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> }
3.05 s
> .pb-xl-5 {
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .pl-xl-5 {
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .px-xl-5 {
3.05 s
> - padding-right:1.5rem !important;
3.05 s
> - padding-left:1.5rem !important
3.05 s
> + padding-right: 1.5rem !important;
3.05 s
> + padding-left: 1.5rem !important;
3.05 s
> }
3.05 s
> .py-xl-5 {
3.05 s
> - padding-top:1.5rem !important;
3.05 s
> - padding-bottom:1.5rem !important
3.05 s
> + padding-top: 1.5rem !important;
3.05 s
> + padding-bottom: 1.5rem !important;
3.05 s
> }
3.05 s
> .p-xl-6 {
3.05 s
> - padding:2rem !important
3.05 s
> + padding: 2rem !important;
3.05 s
> }
3.05 s
> .pt-xl-6 {
3.05 s
> - padding-top:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> }
3.05 s
> .pr-xl-6 {
3.05 s
> - padding-right:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> }
3.05 s
> .pb-xl-6 {
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .pl-xl-6 {
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .px-xl-6 {
3.05 s
> - padding-right:2rem !important;
3.05 s
> - padding-left:2rem !important
3.05 s
> + padding-right: 2rem !important;
3.05 s
> + padding-left: 2rem !important;
3.05 s
> }
3.05 s
> .py-xl-6 {
3.05 s
> - padding-top:2rem !important;
3.05 s
> - padding-bottom:2rem !important
3.05 s
> + padding-top: 2rem !important;
3.05 s
> + padding-bottom: 2rem !important;
3.05 s
> }
3.05 s
> .p-xl-7 {
3.05 s
> - padding:2.5rem !important
3.05 s
> + padding: 2.5rem !important;
3.05 s
> }
3.05 s
> .pt-xl-7 {
3.05 s
> - padding-top:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> }
3.05 s
> .pr-xl-7 {
3.05 s
> - padding-right:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> }
3.05 s
> .pb-xl-7 {
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .pl-xl-7 {
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .px-xl-7 {
3.05 s
> - padding-right:2.5rem !important;
3.05 s
> - padding-left:2.5rem !important
3.05 s
> + padding-right: 2.5rem !important;
3.05 s
> + padding-left: 2.5rem !important;
3.05 s
> }
3.05 s
> .py-xl-7 {
3.05 s
> - padding-top:2.5rem !important;
3.05 s
> - padding-bottom:2.5rem !important
3.05 s
> + padding-top: 2.5rem !important;
3.05 s
> + padding-bottom: 2.5rem !important;
3.05 s
> }
3.05 s
> .p-xl-8 {
3.05 s
> - padding:3rem !important
3.05 s
> + padding: 3rem !important;
3.05 s
> }
3.05 s
> .pt-xl-8 {
3.05 s
> - padding-top:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> }
3.05 s
> .pr-xl-8 {
3.05 s
> - padding-right:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> }
3.05 s
> .pb-xl-8 {
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .pl-xl-8 {
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .px-xl-8 {
3.05 s
> - padding-right:3rem !important;
3.05 s
> - padding-left:3rem !important
3.05 s
> + padding-right: 3rem !important;
3.05 s
> + padding-left: 3rem !important;
3.05 s
> }
3.05 s
> .py-xl-8 {
3.05 s
> - padding-top:3rem !important;
3.05 s
> - padding-bottom:3rem !important
3.05 s
> + padding-top: 3rem !important;
3.05 s
> + padding-bottom: 3rem !important;
3.05 s
> }
3.05 s
> .p-xl-9 {
3.05 s
> - padding:3.5rem !important
3.05 s
> + padding: 3.5rem !important;
3.05 s
> }
3.05 s
> .pt-xl-9 {
3.05 s
> - padding-top:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> }
3.05 s
> .pr-xl-9 {
3.05 s
> - padding-right:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> }
3.05 s
> .pb-xl-9 {
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .pl-xl-9 {
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .px-xl-9 {
3.05 s
> - padding-right:3.5rem !important;
3.05 s
> - padding-left:3.5rem !important
3.05 s
> + padding-right: 3.5rem !important;
3.05 s
> + padding-left: 3.5rem !important;
3.05 s
> }
3.05 s
> .py-xl-9 {
3.05 s
> - padding-top:3.5rem !important;
3.05 s
> - padding-bottom:3.5rem !important
3.05 s
> + padding-top: 3.5rem !important;
3.05 s
> + padding-bottom: 3.5rem !important;
3.05 s
> }
3.05 s
> .p-xl-10 {
3.05 s
> - padding:4rem !important
3.05 s
> + padding: 4rem !important;
3.05 s
> }
3.05 s
> .pt-xl-10 {
3.05 s
> - padding-top:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> }
3.05 s
> .pr-xl-10 {
3.05 s
> - padding-right:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> }
3.05 s
> .pb-xl-10 {
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> .pl-xl-10 {
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .px-xl-10 {
3.05 s
> - padding-right:4rem !important;
3.05 s
> - padding-left:4rem !important
3.05 s
> + padding-right: 4rem !important;
3.05 s
> + padding-left: 4rem !important;
3.05 s
> }
3.05 s
> .py-xl-10 {
3.05 s
> - padding-top:4rem !important;
3.05 s
> - padding-bottom:4rem !important
3.05 s
> + padding-top: 4rem !important;
3.05 s
> + padding-bottom: 4rem !important;
3.05 s
> }
3.05 s
> }
3.05 s
> @media print {
3.05 s
> @@ -6738,63 +6801,63 @@ pre.highlight {
3.05 s
> #back-to-top,
3.05 s
> .site-nav,
3.05 s
> .main-header {
3.05 s
> - display:none !important
3.05 s
> + display: none !important;
3.05 s
> }
3.05 s
> hr {
3.05 s
> - margin-top:1rem;
3.05 s
> - margin-bottom:1rem
3.05 s
> + margin-top: 1rem;
3.05 s
> + margin-bottom: 1rem;
3.05 s
> }
3.05 s
> .side-bar {
3.05 s
> - width:100%;
3.05 s
> - height:auto;
3.05 s
> - border-right:0 !important;
3.05 s
> - position:static;
3.05 s
> - display:block
3.05 s
> + width: 100%;
3.05 s
> + height: auto;
3.05 s
> + border-right: 0 !important;
3.05 s
> + position: static;
3.05 s
> + display: block;
3.05 s
> }
3.05 s
> .site-header {
3.05 s
> - border-bottom:1px solid #eeebee
3.05 s
> + border-bottom: 1px solid #eeebee;
3.05 s
> }
3.05 s
> .site-title {
3.05 s
> - font-size:1rem !important;
3.05 s
> - font-weight:700 !important
3.05 s
> + font-size: 1rem !important;
3.05 s
> + font-weight: 700 !important;
3.05 s
> }
3.05 s
> .text-small {
3.05 s
> - font-size:8pt !important
3.05 s
> + font-size: 8pt !important;
3.05 s
> }
3.05 s
> pre.highlight {
3.05 s
> - border:1px solid #eeebee
3.05 s
> + border: 1px solid #eeebee;
3.05 s
> }
3.05 s
> .main {
3.05 s
> - max-width:none;
3.05 s
> - margin-left:0 !important
3.05 s
> + max-width: none;
3.05 s
> + margin-left: 0 !important;
3.05 s
> }
3.05 s
> }
3.05 s
> a.skip-to-main {
3.05 s
> - left:-999px;
3.05 s
> - position:absolute;
3.05 s
> - top:auto;
3.05 s
> - width:1px;
3.05 s
> - height:1px;
3.05 s
> - overflow:hidden;
3.05 s
> - z-index:-999
3.05 s
> + left: -999px;
3.05 s
> + position: absolute;
3.05 s
> + top: auto;
3.05 s
> + width: 1px;
3.05 s
> + height: 1px;
3.05 s
> + overflow: hidden;
3.05 s
> + z-index: -999;
3.05 s
> }
3.05 s
> a.skip-to-main:focus,
3.05 s
> a.skip-to-main:active {
3.05 s
> - color:#7253ed;
3.05 s
> - background-color:#fff;
3.05 s
> - left:auto;
3.05 s
> - top:auto;
3.05 s
> - width:30%;
3.05 s
> - height:auto;
3.05 s
> - overflow:auto;
3.05 s
> - margin:10px 35%;
3.05 s
> - padding:5px;
3.05 s
> - border-radius:15px;
3.05 s
> - border:4px solid #5e41d0;
3.05 s
> - text-align:center;
3.05 s
> - font-size:1.2em;
3.05 s
> - z-index:999
3.05 s
> + color: #7253ed;
3.05 s
> + background-color: #fff;
3.05 s
> + left: auto;
3.05 s
> + top: auto;
3.05 s
> + width: 30%;
3.05 s
> + height: auto;
3.05 s
> + overflow: auto;
3.05 s
> + margin: 10px 35%;
3.05 s
> + padding: 5px;
3.05 s
> + border-radius: 15px;
3.05 s
> + border: 4px solid #5e41d0;
3.05 s
> + text-align: center;
3.05 s
> + font-size: 1.2em;
3.05 s
> + z-index: 999;
3.05 s
> }
3.05 s
> div.opaque {
3.05 s
> - background-color:#fff
3.05 s
> + background-color: #fff;
3.05 s
> }
3.05 s
> diff --git a/docs/haskell/release-process.md b/docs/haskell/release-process.md
3.05 s
> index c761703..e08874f 100644
3.05 s
> --- a/docs/haskell/release-process.md
3.05 s
> +++ b/docs/haskell/release-process.md
3.05 s
> @@ -20,7 +20,7 @@ Don’t lump documentation & testing improvements into a breaking change just be
3.05 s
>
3.05 s
> ### format the PR title as a CHANGELOG entry
3.05 s
>
3.05 s
> -__TODO__: How does this work when there are multiple packages?
3.05 s
> + **TODO**: How does this work when there are multiple packages?
3.05 s
>
3.05 s
> ## release updates
3.05 s
>
3.05 s
> @@ -37,7 +37,6 @@ In as far as the release is automated, the changes should be made in the merge c
3.05 s
>
3.05 s
> [^1]: This is delicate, because the CI build matrix doesn’t do a good job of solving for other versions of local packages.
3.05 s
>
3.05 s
> -
3.05 s
> ## Hackage info
3.05 s
>
3.05 s
> Hackage allows you to optionally tag a release as “preferred” or ”deprecated”.
3.05 s
For full logs, run:
3.05 s
nix log /nix/store/16iaq46k1r0l47bzgammiw07hc3c5fz8-treefmt-check.drv