@codeforamerica/marcomms-design-system 1.18.2 → 1.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +20 -15
  2. package/dist/components/accordion.js +160 -0
  3. package/dist/components/accordion.js.LICENSE.txt +11 -0
  4. package/dist/components/avatar.js +103 -0
  5. package/dist/components/avatar.js.LICENSE.txt +11 -0
  6. package/dist/components/bar.js +122 -0
  7. package/dist/components/bar.js.LICENSE.txt +11 -0
  8. package/dist/components/blob.js +133 -0
  9. package/dist/components/blob.js.LICENSE.txt +11 -0
  10. package/dist/components/box.js +99 -0
  11. package/dist/components/box.js.LICENSE.txt +11 -0
  12. package/dist/components/breadcrumbs.js +112 -0
  13. package/dist/components/breadcrumbs.js.LICENSE.txt +11 -0
  14. package/dist/components/button.js +159 -0
  15. package/dist/components/button.js.LICENSE.txt +11 -0
  16. package/dist/components/callout.js +135 -0
  17. package/dist/components/callout.js.LICENSE.txt +11 -0
  18. package/dist/components/card.js +873 -0
  19. package/dist/components/card.js.LICENSE.txt +11 -0
  20. package/dist/components/carousel.js +291 -0
  21. package/dist/components/carousel.js.LICENSE.txt +11 -0
  22. package/dist/components/icon.js +91 -0
  23. package/dist/components/icon.js.LICENSE.txt +11 -0
  24. package/dist/components/label.js +498 -0
  25. package/dist/components/label.js.LICENSE.txt +11 -0
  26. package/dist/components/logo-card.js +514 -0
  27. package/dist/components/logo-card.js.LICENSE.txt +11 -0
  28. package/dist/components/nav.js +129 -0
  29. package/dist/components/nav.js.LICENSE.txt +11 -0
  30. package/dist/components/page-nav.js +163 -0
  31. package/dist/components/page-nav.js.LICENSE.txt +11 -0
  32. package/dist/components/pager.js +707 -0
  33. package/dist/components/pager.js.LICENSE.txt +11 -0
  34. package/dist/components/pagination.js +303 -0
  35. package/dist/components/pagination.js.LICENSE.txt +11 -0
  36. package/dist/components/person-card.js +864 -0
  37. package/dist/components/person-card.js.LICENSE.txt +11 -0
  38. package/dist/components/pill.js +80 -0
  39. package/dist/components/pill.js.LICENSE.txt +11 -0
  40. package/dist/components/placeholder.js +12 -0
  41. package/dist/components/placeholder.js.LICENSE.txt +11 -0
  42. package/dist/components/promo.js +536 -0
  43. package/dist/components/promo.js.LICENSE.txt +11 -0
  44. package/dist/components/pullquote.js +89 -0
  45. package/dist/components/pullquote.js.LICENSE.txt +11 -0
  46. package/dist/components/quote.js +155 -0
  47. package/dist/components/quote.js.LICENSE.txt +11 -0
  48. package/dist/components/reveal.js +142 -0
  49. package/dist/components/reveal.js.LICENSE.txt +11 -0
  50. package/dist/components/slide.js +157 -0
  51. package/dist/components/slide.js.LICENSE.txt +11 -0
  52. package/dist/components/social-icon.js +240 -0
  53. package/dist/components/social-icon.js.LICENSE.txt +11 -0
  54. package/dist/components/stat.js +507 -0
  55. package/dist/components/stat.js.LICENSE.txt +11 -0
  56. package/dist/components/tab-list.js +688 -0
  57. package/dist/components/tab-list.js.LICENSE.txt +11 -0
  58. package/dist/components/tab.js +494 -0
  59. package/dist/components/tab.js.LICENSE.txt +11 -0
  60. package/dist/components/tile.js +662 -0
  61. package/dist/components/tile.js.LICENSE.txt +11 -0
  62. package/dist/components/transcript.js +483 -0
  63. package/dist/components/transcript.js.LICENSE.txt +11 -0
  64. package/dist/core.css +7 -0
  65. package/dist/core.js +0 -0
  66. package/dist/index.js +2328 -2328
  67. package/package.json +10 -3
  68. package/src/core.js +10 -0
package/dist/core.css ADDED
@@ -0,0 +1,7 @@
1
+ *,*::before,*::after{box-sizing:border-box}*{margin:0}*{text-wrap:pretty}*{overflow-wrap:break-word;text-overflow:ellipsis;word-break:break-word}*{font-synthesis:none !important}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;height:auto;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
2
+ .wrapper{box-sizing:border-box;max-width:1200px;margin:0 auto;padding-inline:30px}.container-fluid{margin-inline:auto;display:flex;flex-direction:column;width:100%}.container-fluid--no-gap{row-gap:0}.container-fluid:has(>.row):not(.container-fluid--no-gap){row-gap:var(--row-gap, 30px)}.wrapper.container-fluid{padding-inline:30px}.container{margin-inline:auto;padding-inline:30px;display:flex;flex-direction:column;width:100%}.row{display:flex;flex-flow:row wrap;box-sizing:border-box;flex-basis:100%;column-gap:var(--column-gap, 30px);row-gap:var(--row-gap, var(--column-gap, 30px))}.row.reverse{flex-direction:row-reverse}.row--no-gap{column-gap:0;row-gap:0}.row--no-gap .col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-xs-3{flex-basis:25%;max-width:25%}.row--no-gap .col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-xs-6{flex-basis:50%;max-width:50%}.row--no-gap .col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-xs-9{flex-basis:75%;max-width:75%}.row--no-gap .col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-xs-12{flex-basis:100%;max-width:100%}@media only screen and (min-width: 480px){.row--no-gap .col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-sm-3{flex-basis:25%;max-width:25%}.row--no-gap .col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-sm-6{flex-basis:50%;max-width:50%}.row--no-gap .col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-sm-9{flex-basis:75%;max-width:75%}.row--no-gap .col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-sm-12{flex-basis:100%;max-width:100%}}@media only screen and (min-width: 768px){.row--no-gap .col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-md-3{flex-basis:25%;max-width:25%}.row--no-gap .col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-md-6{flex-basis:50%;max-width:50%}.row--no-gap .col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-md-9{flex-basis:75%;max-width:75%}.row--no-gap .col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-md-12{flex-basis:100%;max-width:100%}}@media only screen and (min-width: 1024px){.row--no-gap .col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-lg-3{flex-basis:25%;max-width:25%}.row--no-gap .col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-lg-6{flex-basis:50%;max-width:50%}.row--no-gap .col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-lg-9{flex-basis:75%;max-width:75%}.row--no-gap .col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-lg-12{flex-basis:100%;max-width:100%}}.container-fluid>.row{flex:1}.container-fluid--grid-test{position:relative}.container-fluid--grid-test::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;background:linear-gradient(to right, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 30px, transparent 30px),linear-gradient(to left, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 30px, transparent 30px)}.container-fluid--grid-test::after{content:"";position:absolute;top:0;left:30px;right:30px;bottom:0;pointer-events:none;z-index:1;background-image:repeating-linear-gradient(to right, transparent 0, transparent calc((100% - 330px) / 12), rgba(200, 200, 200, 0.4) calc((100% - 330px) / 12), rgba(200, 200, 200, 0.4) calc((100% - 330px) / 12 + 30px), transparent calc((100% - 330px) / 12 + 30px))}.container-fluid--grid-test .row{position:relative;z-index:2}.col-xs{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-xs-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-xs-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-xs-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-xs-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-xs-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-xs-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-xs-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-xs-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-xs-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-xs-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-xs-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-xs-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-xs-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-xs-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-xs-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-xs-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-xs-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-xs-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-xs-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-xs-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-xs-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-xs-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.col.reverse{flex-direction:column-reverse}@media only screen and (min-width: 480px){.container{width:480px}.col-sm{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-sm-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-sm-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-sm-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-sm-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-sm-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-sm-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-sm-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-sm-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-sm-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-sm-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-sm-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-sm-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-sm-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-sm-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-sm-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-sm-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-sm-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-sm-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-sm-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-sm-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-sm-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-sm-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-sm-1{flex:1 !important}.row-sm-2{flex:2 !important}.row-sm-3{flex:3 !important}.row-first-sm{order:-1}.row-last-sm{order:1}}@media only screen and (min-width: 768px){.container{width:768px}.col-md{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-md-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-md-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-md-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-md-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-md-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-md-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-md-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-md-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-md-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-md-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-md-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-md-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-md-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-md-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-md-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-md-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-md-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-md-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-md-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-md-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-md-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-md-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-md-1{flex:1 !important}.row-md-2{flex:2 !important}.row-md-3{flex:3 !important}.row-first-md{order:-1}.row-last-md{order:1}}@media only screen and (min-width: 1024px){.container{width:1200px}.col-lg{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-lg-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-lg-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-lg-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-lg-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-lg-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-lg-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-lg-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-lg-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-lg-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-lg-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-lg-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-lg-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-lg-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-lg-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-lg-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-lg-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-lg-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-lg-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-lg-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-lg-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-lg-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-lg-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-lg-1{flex:1 !important}.row-lg-2{flex:2 !important}.row-lg-3{flex:3 !important}.row-first-lg{order:-1}.row-last-lg{order:1}}.start-xs{justify-content:flex-start}.center-xs{justify-content:center}.end-xs{justify-content:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.stretch-xs{align-items:stretch}.stretch-xs>*{display:flex}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 480px){.start-sm{justify-content:flex-start}.center-sm{justify-content:center}.end-sm{justify-content:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.stretch-sm{align-items:stretch}.stretch-sm>*{display:flex;flex-direction:column}.stretch-sm>*>*{height:100%}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 768px){.start-md{justify-content:flex-start}.center-md{justify-content:center}.end-md{justify-content:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.stretch-md{align-items:stretch}.stretch-md>*{display:flex;flex-direction:column}.stretch-md>*>*{height:100%}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1024px){.start-lg{justify-content:flex-start}.center-lg{justify-content:center}.end-lg{justify-content:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.stretch-lg{align-items:stretch}.stretch-lg>*{display:flex;flex-direction:column}.stretch-lg>*>*{height:100%}.first-lg{order:-1}.last-lg{order:1}}:root{--black: #000;--white: #fff;--black-10: rgba(0,0,0,0.1);--black-20: rgba(0,0,0,0.2);--black-40: rgba(0,0,0,0.4);--black-60: rgba(0,0,0,0.6);--black-80: rgba(0,0,0,0.8);--white-20: rgba(255,255,255,0.2);--white-40: rgba(255,255,255,0.4);--white-60: rgba(255,255,255,0.6);--white-80: rgba(255,255,255,0.8);--gray-20: #ececec;--gray-40: #b4b4b4;--gray-60: #555555;--gray-80: #292929;--purple-10: #f4f4fb;--purple-20: #DBDAF1;--purple-40: #ADA9FF;--purple-60: #4B49B2;--purple-80: #2B1A78;--red-20: #FBDADC;--red-40: #FF999F;--red-60: #AF121D;--red-80: #5C0A0F;--blue-20: #E6EBF9;--blue-40: #B3C7FF;--blue-60: #7595F0;--blue-80: #172C68;--yellow-20: #FFEBCC;--yellow-40: #FFD699;--yellow-60: #F2AA40;--yellow-80: #663D00;--green-20: #D6F5ED;--green-40: #ADF0E0;--green-60: #39AA8E;--green-80: #004239;--sand-20: #F5F0ED;--sand-40: #F8D5BF;--sand-60: #C19F8B;--sand-80: #3D3129;--brand-purple: var(--purple-80);--brand-red: var(--red-60);--accent-color: var(--purple-60);--text-color: var(--black);--base-link-color: var(--purple-80);--base-link-hover-color: var(--red-60);--link-color: var(--base-link-color);--link-hover-color: var(--base-link-hover-color);--spacing-layout-0: 0;--spacing-layout-half: 0.75rem;--spacing-layout-1: 1.5rem;--spacing-layout-2: 3rem;--spacing-layout-3: 4.5rem;--spacing-layout-4: 6rem;--spacing-layout-5: 7.5rem;--spacing-layout-6: 9rem;--spacing-layout-7: 10.5rem;--spacing-layout-8: 12rem;--spacing-layout-9: 13.5rem;--spacing-component-0: 0;--spacing-component-1: calc(0.125 * var(--spacing-layout-1));--spacing-component-2: calc(0.25 * var(--spacing-layout-1));--spacing-component-3: calc(0.5 * var(--spacing-layout-1));--spacing-component-4: calc(1 * var(--spacing-layout-1));--spacing-component-5: calc(2 * var(--spacing-layout-1));--spacing-component-6: calc(4 * var(--spacing-layout-1));--spacing-component-7: calc(8 * var(--spacing-layout-1));--spacing-component-8: calc(16 * var(--spacing-layout-1));--spacing-component-9: calc(32 * var(--spacing-layout-1));--breakpoint-mobile: 480px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-widescreen: 1600px;--gutter-width: var(--spacing-layout-1);--outer-margin: var(--spacing-layout-1);--grid-max-width: 1200px;--grid-max-width-wp: calc(var(--grid-max-width) - var(--outer-margin) * 2);--column-span-1: 67.5px;--column-span-2: 165px;--column-span-3: 262.5px;--column-span-4: 360px;--column-span-5: 457.5px;--column-span-6: 555px;--column-span-7: 652.5px;--column-span-8: 750px;--column-span-9: 847.5px;--column-span-10: 945px;--column-span-11: 1042.5px;--column-span-12: 1140px;--font-family-serif: 'Source Serif 4', serif;--font-family-sans-serif: 'Source Sans 3', sans-serif;--font-family-base: var(--font-family-sans-serif);--font-family-heading: var(--font-family-serif);--font-family-display-1: var(--font-family-heading);--font-family-display-2: var(--font-family-heading);--font-family-h1: var(--font-family-heading);--font-family-h2: var(--font-family-heading);--font-family-h3: var(--font-family-heading);--font-family-h4: var(--font-family-heading);--font-family-eyebrow: var(--base-font-family);--font-size-base: 20px;--font-size-display-1: 3.052rem;--font-size-display-2: 2.441rem;--font-size-h1: 1.953rem;--font-size-h2: 1.563rem;--font-size-h3: 1.25rem;--font-size-h4: 1rem;--font-size-eyebrow: 0.7rem;--font-size-extra-large: var(--font-size-h2);--font-size-large: var(--font-size-h3);--font-size-small: 0.8rem;--font-weight-regular: 400;--font-weight-bold: 700;--font-weight-display-1: var(--font-weight-bold);--font-weight-display-2: var(--font-weight-bold);--font-weight-h1: var(--font-weight-bold);--font-weight-h2: var(--font-weight-bold);--font-weight-h3: var(--font-weight-bold);--font-weight-h4: var(--font-weight-bold);--font-weight-eyebrow: var(--font-weight-bold);--line-height-base: var(--spacing-layout-1);--line-height-display-1: calc(2 * var(--line-height-base));--line-height-display-2: calc(2 * var(--line-height-base));--line-height-h1: calc(1.5 * var(--line-height-base));--line-height-h2: calc(1.5 * var(--line-height-base));--line-height-h3: calc(1 * var(--line-height-base));--line-height-h4: calc(1 * var(--line-height-base));--line-height-eyebrow: calc(1 * var(--line-height-base));--line-height-extra-large: calc(1.5 * var(--line-height-base));--line-height-large: calc(1 * var(--line-height-base));--line-height-small: calc(0.75 * var(--line-height-base));--line-height-sm: var(--line-height-small);--line-height-md: var(--line-height-base);--line-height-lg: var(--line-height-large);--line-height-xl: var(--line-height-extra-large);--line-height-xxl: var(--line-height-display-2);--line-height-xxxl: var(--line-height-display-1);--letter-spacing-base: normal;--letter-spacing-display-1: normal;--letter-spacing-display-2: normal;--letter-spacing-h1: normal;--letter-spacing-h2: normal;--letter-spacing-h3: normal;--letter-spacing-h4: normal;--letter-spacing-eyebrow: 0.1em;--letter-spacing-small: normal;--letter-spacing-sm: var(--letter-spacing-small);--letter-spacing-md: var(--letter-spacing-base);--letter-spacing-lg: var(--letter-spacing-large);--letter-spacing-xl: var(--letter-spacing-extra-large);--letter-spacing-xxl: var(--letter-spacing-display-2);--letter-spacing-xxxl: var(--letter-spacing-display-1);--text-underline-offset: 0.3em;--highlight-color: var(--yellow-40);--highlight-thickness: 0.4em;--hairline: 1px;--thin: 2px;--medium: 4px;--thick: 8px;--focus-color: var(--blue-40);--focus-outline: var(--medium) solid var(--focus-color);--rounded-corners: var(--spacing-component-2);--shadow-color: rgba(0,0,0,0.1);--shadow-small: 0.2px 0.7px 0.8px var(--shadow-color), 0.9px 3px 3.5px -2.5px var(--shadow-color), -2px -2px 2px -2px var(--shadow-color);--shadow-medium: 0.2px 0.7px 0.8px var(--shadow-color), 1.1px 3.8px 4.5px -1.2px var(--shadow-color), 4.3px 14.8px 17.3px -2.5px var(--shadow-color), -2px -2px 2px -2px var(--shadow-color);--shadow-large: 0.2px 0.7px 0.8px var(--shadow-color), 2.9px 10px 11.7px -0.8px var(--shadow-color), 8.6px 30px 35.1px -1.7px var(--shadow-color), 22.4px 77.8px 91.1px -2.5px var(--shadow-color);--bg-blob-1: url("data:image/svg+xml,%3Csvg width='628' height='577' viewBox='0 0 628 577' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M304.482 3.44206C399.413 -5.50752 504.225 1.17063 567.446 72.5295C633.526 147.115 639.549 256.491 613.992 352.793C589.57 444.814 526.084 523.087 438.164 559.679C355.477 594.092 265.039 570.416 184.315 531.621C103.504 492.784 22.0294 438.546 3.59029 350.826C-14.5863 264.355 39.2746 183.666 97.1329 116.868C151.394 54.223 221.956 11.2221 304.482 3.44206Z' fill='currentColor'/%3E%3C/svg%3E");--bg-blob-2: url("data:image/svg+xml,%3Csvg width='580' height='592' viewBox='0 0 580 592' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M238.814 591.215C210.461 592.077 182.849 587.767 155.66 580.979C60.4457 557.059 4.05766 489.933 0.460672 390.376C-2.50155 306.442 8.71258 223.693 37.2769 144.499C73.2468 44.6185 170.894 -12.5948 276.159 2.81295C358.996 14.9883 437.177 39.3389 499.172 100.108C588.039 187.167 604.437 293.512 544.346 402.767C514.618 456.855 477.59 505.988 426.386 541.544C369.892 580.656 304.723 587.767 238.814 591.215Z' fill='currentColor'/%3E%3C/svg%3E");--bg-blob-3: url("data:image/svg+xml,%3Csvg width='620' height='613' viewBox='0 0 620 613' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M619.142 301.769C615.581 212.393 536.92 153.752 466.654 98.7402C397.998 44.9883 323.934 -10.5844 236.421 2.12929C141.656 15.8965 53.9975 76.8338 15.687 164.256C-20.6955 247.277 16.2818 336.243 54.5575 417.127C92.4807 497.265 137.965 580.831 224.139 604.752C314.166 629.742 409.183 593.817 484.092 536.359C559.738 478.336 622.883 395.641 619.142 301.769Z' fill='currentColor'/%3E%3C/svg%3E");--bg-blob-4: url("data:image/svg+xml,%3Csvg width='656' height='566' viewBox='0 0 656 566' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M332.011 564.695C235.808 569.34 135.091 552.4 71.2946 488.381C4.66596 421.518 -10.0767 327.738 8.2158 239.764C27.3773 147.61 73.5054 52.3693 169.88 14.2546C263.181 -22.6447 364.8 21.5179 455.491 62.8734C540.631 101.698 627.337 150.367 649.771 233.088C672.265 316.032 626.78 399.503 564.43 464.569C505.684 525.875 422.382 560.331 332.011 564.695Z' fill='currentColor'/%3E%3C/svg%3E");--bg-blob: var(--bg-blob-1)}
3
+ html{color:var(--text-color);font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);image-rendering:-webkit-optimize-contrast;letter-spacing:var(--letter-spacing-base);line-height:var(--line-height-base);scroll-behavior:smooth;scroll-padding-top:var(--spacing-layout-3);text-underline-offset:var(--text-underline-offset)}body{display:flex;flex-direction:column;min-height:1vh}body>main{flex-grow:1}a{color:var(--link-color);text-decoration:underline;text-decoration-thickness:var(--hairline)}a:hover{color:var(--link-hover-color)}*:focus-visible,*:target{outline:var(--focus-outline);position:relative}[data-color-mode=dark]{--link-color: var(--white);--link-hover-color: var(--white);color:var(--white)}[data-color-mode=light]{--link-color: var(--link-color);--link-hover-color: var(--link-hover-color);color:var(--text-color)}@font-face{font-family:"Source Sans 3";font-style:normal;src:url("../static/fonts/SourceSans3.woff2") format("woff2")}@font-face{font-family:"Source Sans 3";font-style:italic;src:url("../static/fonts/SourceSans3-Italic.woff2") format("woff2")}@font-face{font-family:"Source Serif 4";font-style:normal;src:url("../static/fonts/SourceSerif4.woff2") format("woff2")}@font-face{font-family:"Source Serif 4";font-style:italic;src:url("../static/fonts/SourceSerif4-Italic.woff2") format("woff2")}
4
+ .wrapper{box-sizing:border-box;max-width:1200px;margin:0 auto;padding-inline:30px}.container-fluid{margin-inline:auto;display:flex;flex-direction:column;width:100%}.container-fluid--no-gap{row-gap:0}.container-fluid:has(>.row):not(.container-fluid--no-gap){row-gap:var(--row-gap, 30px)}.wrapper.container-fluid{padding-inline:30px}.container{margin-inline:auto;padding-inline:30px;display:flex;flex-direction:column;width:100%}.row{display:flex;flex-flow:row wrap;box-sizing:border-box;flex-basis:100%;column-gap:var(--column-gap, 30px);row-gap:var(--row-gap, var(--column-gap, 30px))}.row.reverse{flex-direction:row-reverse}.row--no-gap{column-gap:0;row-gap:0}.row--no-gap .col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-xs-3{flex-basis:25%;max-width:25%}.row--no-gap .col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-xs-6{flex-basis:50%;max-width:50%}.row--no-gap .col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-xs-9{flex-basis:75%;max-width:75%}.row--no-gap .col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-xs-12{flex-basis:100%;max-width:100%}@media only screen and (min-width: 480px){.row--no-gap .col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-sm-3{flex-basis:25%;max-width:25%}.row--no-gap .col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-sm-6{flex-basis:50%;max-width:50%}.row--no-gap .col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-sm-9{flex-basis:75%;max-width:75%}.row--no-gap .col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-sm-12{flex-basis:100%;max-width:100%}}@media only screen and (min-width: 768px){.row--no-gap .col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-md-3{flex-basis:25%;max-width:25%}.row--no-gap .col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-md-6{flex-basis:50%;max-width:50%}.row--no-gap .col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-md-9{flex-basis:75%;max-width:75%}.row--no-gap .col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-md-12{flex-basis:100%;max-width:100%}}@media only screen and (min-width: 1024px){.row--no-gap .col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-lg-3{flex-basis:25%;max-width:25%}.row--no-gap .col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-lg-6{flex-basis:50%;max-width:50%}.row--no-gap .col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-lg-9{flex-basis:75%;max-width:75%}.row--no-gap .col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-lg-12{flex-basis:100%;max-width:100%}}.container-fluid>.row{flex:1}.container-fluid--grid-test{position:relative}.container-fluid--grid-test::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;background:linear-gradient(to right, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 30px, transparent 30px),linear-gradient(to left, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 30px, transparent 30px)}.container-fluid--grid-test::after{content:"";position:absolute;top:0;left:30px;right:30px;bottom:0;pointer-events:none;z-index:1;background-image:repeating-linear-gradient(to right, transparent 0, transparent calc((100% - 330px) / 12), rgba(200, 200, 200, 0.4) calc((100% - 330px) / 12), rgba(200, 200, 200, 0.4) calc((100% - 330px) / 12 + 30px), transparent calc((100% - 330px) / 12 + 30px))}.container-fluid--grid-test .row{position:relative;z-index:2}.col-xs{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-xs-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-xs-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-xs-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-xs-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-xs-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-xs-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-xs-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-xs-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-xs-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-xs-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-xs-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-xs-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-xs-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-xs-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-xs-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-xs-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-xs-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-xs-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-xs-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-xs-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-xs-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-xs-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.col.reverse{flex-direction:column-reverse}@media only screen and (min-width: 480px){.container{width:480px}.col-sm{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-sm-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-sm-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-sm-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-sm-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-sm-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-sm-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-sm-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-sm-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-sm-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-sm-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-sm-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-sm-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-sm-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-sm-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-sm-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-sm-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-sm-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-sm-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-sm-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-sm-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-sm-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-sm-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-sm-1{flex:1 !important}.row-sm-2{flex:2 !important}.row-sm-3{flex:3 !important}.row-first-sm{order:-1}.row-last-sm{order:1}}@media only screen and (min-width: 768px){.container{width:768px}.col-md{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-md-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-md-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-md-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-md-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-md-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-md-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-md-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-md-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-md-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-md-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-md-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-md-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-md-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-md-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-md-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-md-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-md-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-md-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-md-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-md-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-md-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-md-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-md-1{flex:1 !important}.row-md-2{flex:2 !important}.row-md-3{flex:3 !important}.row-first-md{order:-1}.row-last-md{order:1}}@media only screen and (min-width: 1024px){.container{width:1200px}.col-lg{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-lg-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-lg-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-lg-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-lg-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-lg-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-lg-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-lg-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-lg-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-lg-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-lg-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-lg-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-lg-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-lg-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-lg-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-lg-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-lg-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-lg-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-lg-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-lg-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-lg-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-lg-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-lg-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-lg-1{flex:1 !important}.row-lg-2{flex:2 !important}.row-lg-3{flex:3 !important}.row-first-lg{order:-1}.row-last-lg{order:1}}.start-xs{justify-content:flex-start}.center-xs{justify-content:center}.end-xs{justify-content:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.stretch-xs{align-items:stretch}.stretch-xs>*{display:flex}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 480px){.start-sm{justify-content:flex-start}.center-sm{justify-content:center}.end-sm{justify-content:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.stretch-sm{align-items:stretch}.stretch-sm>*{display:flex;flex-direction:column}.stretch-sm>*>*{height:100%}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 768px){.start-md{justify-content:flex-start}.center-md{justify-content:center}.end-md{justify-content:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.stretch-md{align-items:stretch}.stretch-md>*{display:flex;flex-direction:column}.stretch-md>*>*{height:100%}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1024px){.start-lg{justify-content:flex-start}.center-lg{justify-content:center}.end-lg{justify-content:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.stretch-lg{align-items:stretch}.stretch-lg>*{display:flex;flex-direction:column}.stretch-lg>*>*{height:100%}.first-lg{order:-1}.last-lg{order:1}}
5
+ .wrapper{box-sizing:border-box;max-width:1200px;margin:0 auto;padding-inline:30px}.container-fluid{margin-inline:auto;display:flex;flex-direction:column;width:100%}.container-fluid--no-gap{row-gap:0}.container-fluid:has(>.row):not(.container-fluid--no-gap){row-gap:var(--row-gap, 30px)}.wrapper.container-fluid{padding-inline:30px}.container{margin-inline:auto;padding-inline:30px;display:flex;flex-direction:column;width:100%}.row{display:flex;flex-flow:row wrap;box-sizing:border-box;flex-basis:100%;column-gap:var(--column-gap, 30px);row-gap:var(--row-gap, var(--column-gap, 30px))}.row.reverse{flex-direction:row-reverse}.row--no-gap{column-gap:0;row-gap:0}.row--no-gap .col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-xs-3{flex-basis:25%;max-width:25%}.row--no-gap .col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-xs-6{flex-basis:50%;max-width:50%}.row--no-gap .col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-xs-9{flex-basis:75%;max-width:75%}.row--no-gap .col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-xs-12{flex-basis:100%;max-width:100%}@media only screen and (min-width: 480px){.row--no-gap .col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-sm-3{flex-basis:25%;max-width:25%}.row--no-gap .col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-sm-6{flex-basis:50%;max-width:50%}.row--no-gap .col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-sm-9{flex-basis:75%;max-width:75%}.row--no-gap .col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-sm-12{flex-basis:100%;max-width:100%}}@media only screen and (min-width: 768px){.row--no-gap .col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-md-3{flex-basis:25%;max-width:25%}.row--no-gap .col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-md-6{flex-basis:50%;max-width:50%}.row--no-gap .col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-md-9{flex-basis:75%;max-width:75%}.row--no-gap .col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-md-12{flex-basis:100%;max-width:100%}}@media only screen and (min-width: 1024px){.row--no-gap .col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.row--no-gap .col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.row--no-gap .col-lg-3{flex-basis:25%;max-width:25%}.row--no-gap .col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.row--no-gap .col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.row--no-gap .col-lg-6{flex-basis:50%;max-width:50%}.row--no-gap .col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.row--no-gap .col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.row--no-gap .col-lg-9{flex-basis:75%;max-width:75%}.row--no-gap .col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.row--no-gap .col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.row--no-gap .col-lg-12{flex-basis:100%;max-width:100%}}.container-fluid>.row{flex:1}.container-fluid--grid-test{position:relative}.container-fluid--grid-test::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;background:linear-gradient(to right, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 30px, transparent 30px),linear-gradient(to left, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 30px, transparent 30px)}.container-fluid--grid-test::after{content:"";position:absolute;top:0;left:30px;right:30px;bottom:0;pointer-events:none;z-index:1;background-image:repeating-linear-gradient(to right, transparent 0, transparent calc((100% - 330px) / 12), rgba(200, 200, 200, 0.4) calc((100% - 330px) / 12), rgba(200, 200, 200, 0.4) calc((100% - 330px) / 12 + 30px), transparent calc((100% - 330px) / 12 + 30px))}.container-fluid--grid-test .row{position:relative;z-index:2}.col-xs{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-xs-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-xs-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-xs-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-xs-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-xs-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-xs-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-xs-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-xs-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-xs-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-xs-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-xs-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-xs-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-xs-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-xs-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-xs-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-xs-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-xs-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-xs-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-xs-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-xs-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-xs-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-xs-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.col.reverse{flex-direction:column-reverse}@media only screen and (min-width: 480px){.container{width:480px}.col-sm{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-sm-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-sm-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-sm-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-sm-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-sm-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-sm-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-sm-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-sm-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-sm-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-sm-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-sm-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-sm-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-sm-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-sm-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-sm-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-sm-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-sm-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-sm-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-sm-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-sm-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-sm-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-sm-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-sm-1{flex:1 !important}.row-sm-2{flex:2 !important}.row-sm-3{flex:3 !important}.row-first-sm{order:-1}.row-last-sm{order:1}}@media only screen and (min-width: 768px){.container{width:768px}.col-md{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-md-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-md-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-md-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-md-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-md-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-md-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-md-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-md-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-md-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-md-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-md-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-md-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-md-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-md-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-md-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-md-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-md-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-md-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-md-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-md-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-md-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-md-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-md-1{flex:1 !important}.row-md-2{flex:2 !important}.row-md-3{flex:3 !important}.row-first-md{order:-1}.row-last-md{order:1}}@media only screen and (min-width: 1024px){.container{width:1200px}.col-lg{box-sizing:border-box;flex:0 0 auto;flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 1) + 0px);max-width:calc(calc(calc(100% - 330px) / 12 * 1) + 0px)}.col-lg-2{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 2) + 30px);max-width:calc(calc(calc(100% - 330px) / 12 * 2) + 30px)}.col-lg-3{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 3) + 60px);max-width:calc(calc(calc(100% - 330px) / 12 * 3) + 60px)}.col-lg-4{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 4) + 90px);max-width:calc(calc(calc(100% - 330px) / 12 * 4) + 90px)}.col-lg-5{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 5) + 120px);max-width:calc(calc(calc(100% - 330px) / 12 * 5) + 120px)}.col-lg-6{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 6) + 150px);max-width:calc(calc(calc(100% - 330px) / 12 * 6) + 150px)}.col-lg-7{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 7) + 180px);max-width:calc(calc(calc(100% - 330px) / 12 * 7) + 180px)}.col-lg-8{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 8) + 210px);max-width:calc(calc(calc(100% - 330px) / 12 * 8) + 210px)}.col-lg-9{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 9) + 240px);max-width:calc(calc(calc(100% - 330px) / 12 * 9) + 240px)}.col-lg-10{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 10) + 270px);max-width:calc(calc(calc(100% - 330px) / 12 * 10) + 270px)}.col-lg-11{box-sizing:border-box;flex:0 0 auto;flex-basis:calc(calc(calc(100% - 330px) / 12 * 11) + 300px);max-width:calc(calc(calc(100% - 330px) / 12 * 11) + 300px)}.col-lg-12{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:calc(calc(100% - 330px)/12*1 + 30px)}.col-lg-offset-2{margin-left:calc(calc(100% - 330px)/12*2 + 60px)}.col-lg-offset-3{margin-left:calc(calc(100% - 330px)/12*3 + 90px)}.col-lg-offset-4{margin-left:calc(calc(100% - 330px)/12*4 + 120px)}.col-lg-offset-5{margin-left:calc(calc(100% - 330px)/12*5 + 150px)}.col-lg-offset-6{margin-left:calc(calc(100% - 330px)/12*6 + 180px)}.col-lg-offset-7{margin-left:calc(calc(100% - 330px)/12*7 + 210px)}.col-lg-offset-8{margin-left:calc(calc(100% - 330px)/12*8 + 240px)}.col-lg-offset-9{margin-left:calc(calc(100% - 330px)/12*9 + 270px)}.col-lg-offset-10{margin-left:calc(calc(100% - 330px)/12*10 + 300px)}.col-lg-offset-11{margin-left:calc(calc(100% - 330px)/12*11 + 330px)}.col-lg-offset-12{margin-left:calc(calc(100% - 330px)/12*12 + 360px)}.row-lg-1{flex:1 !important}.row-lg-2{flex:2 !important}.row-lg-3{flex:3 !important}.row-first-lg{order:-1}.row-last-lg{order:1}}.start-xs{justify-content:flex-start}.center-xs{justify-content:center}.end-xs{justify-content:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.stretch-xs{align-items:stretch}.stretch-xs>*{display:flex}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 480px){.start-sm{justify-content:flex-start}.center-sm{justify-content:center}.end-sm{justify-content:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.stretch-sm{align-items:stretch}.stretch-sm>*{display:flex;flex-direction:column}.stretch-sm>*>*{height:100%}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 768px){.start-md{justify-content:flex-start}.center-md{justify-content:center}.end-md{justify-content:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.stretch-md{align-items:stretch}.stretch-md>*{display:flex;flex-direction:column}.stretch-md>*>*{height:100%}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1024px){.start-lg{justify-content:flex-start}.center-lg{justify-content:center}.end-lg{justify-content:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.stretch-lg{align-items:stretch}.stretch-lg>*{display:flex;flex-direction:column}.stretch-lg>*>*{height:100%}.first-lg{order:-1}.last-lg{order:1}}.section{--bg-color: var(--white);--border: var(--hairline) solid var(--black-10);--padding: var(--spacing-layout-2);--spacing: var(--spacing-layout-1);background-color:var(--bg-color);border-block-start:var(--border);padding-block:var(--padding)}.cluster{overflow:hidden}.cluster>*{display:flex;flex-wrap:wrap;margin:var(--spacing, calc(var(--spacing-layout-1) / 2 * -1))}.cluster>*>*{margin:var(--spacing, calc(var(--spacing-layout-1) / 2))}.stack{--spacing: var(--spacing-layout-1)}.stack>*+*{margin-block-start:var(--spacing)}.container-fluid.stack{gap:var(--spacing)}.container-fluid.stack>*+*{margin-block-start:0}.stack-with-lines>*+*::before{border-block-start:var(--hairline) solid var(--black-20);content:"";display:block;margin-block:var(--spacing, var(--spacing-layout-1));width:100%}:has(>.grid){container-type:inline-size}.grid{--spacing: var(--spacing-layout-1);align-items:stretch;column-gap:var(--spacing);display:flex;flex-flow:row wrap;justify-content:flex-start;row-gap:var(--spacing)}.grid>*{flex:0 0 auto;flex-basis:100%;max-width:100%}@container (width >= 768px){.grid>*{flex-basis:calc((100% - var(--spacing)*2)/3);max-width:calc((100% - var(--spacing)*2)/3)}.grid:has(>:nth-child(1):nth-last-child(1)),.grid:has(>:nth-child(2):nth-last-child(1)){justify-content:center}}
6
+ .cfa-icon{height:var(--spacing-layout-5);margin-left:auto;margin-right:auto;width:var(--spacing-layout-5)}.cfa-icon img{display:block;height:100%;object-fit:contain;object-position:center center;width:100%}p+*,ul+*,ol+*,blockquote+*{margin-block-start:var(--spacing, var(--spacing-layout-1, 1.5rem))}*+p,*+ul,*+ol,*+blockquote{margin-block-start:var(--spacing, var(--spacing-layout-1, 1.5rem))}h1+*,h2+*,h3+*,h4+*,.h1+*,.h2+*,.h3+*,.h4+*,.display-1+*,.display-2+*{margin-block-start:var(--spacing, var(--spacing-layout-1, 1.5rem))}*+h1,*+h2,*+h3,*+h4,*+.h1,*+.h2,*+.h3,*+.h4,*+.display-1,*+.display-2{--spacing: var(--spacing-layout-2);margin-block-start:--spacing}h1+h1,h1+h2,h1+h3,h1+h4,h1+.h1,h1+.h2,h1+.h3,h1+.h4,h1+.display-1,h1+.display-2,h2+h1,h2+h2,h2+h3,h2+h4,h2+.h1,h2+.h2,h2+.h3,h2+.h4,h2+.display-1,h2+.display-2,h3+h1,h3+h2,h3+h3,h3+h4,h3+.h1,h3+.h2,h3+.h3,h3+.h4,h3+.display-1,h3+.display-2,h4+h1,h4+h2,h4+h3,h4+h4,h4+.h1,h4+.h2,h4+.h3,h4+.h4,h4+.display-1,h4+.display-2,.h1+h1,.h1+h2,.h1+h3,.h1+h4,.h1+.h1,.h1+.h2,.h1+.h3,.h1+.h4,.h1+.display-1,.h1+.display-2,.h2+h1,.h2+h2,.h2+h3,.h2+h4,.h2+.h1,.h2+.h2,.h2+.h3,.h2+.h4,.h2+.display-1,.h2+.display-2,.h3+h1,.h3+h2,.h3+h3,.h3+h4,.h3+.h1,.h3+.h2,.h3+.h3,.h3+.h4,.h3+.display-1,.h3+.display-2,.h4+h1,.h4+h2,.h4+h3,.h4+h4,.h4+.h1,.h4+.h2,.h4+.h3,.h4+.h4,.h4+.display-1,.h4+.display-2,.display-1+h1,.display-1+h2,.display-1+h3,.display-1+h4,.display-1+.h1,.display-1+.h2,.display-1+.h3,.display-1+.h4,.display-1+.display-1,.display-1+.display-2,.display-2+h1,.display-2+h2,.display-2+h3,.display-2+h4,.display-2+.h1,.display-2+.h2,.display-2+.h3,.display-2+.h4,.display-2+.display-1,.display-2+.display-2{--spacing: var(--spacing-layout-1)}cfa-breadcrumbs+h1,cfa-breadcrumbs+h2,cfa-breadcrumbs+h3,cfa-breadcrumbs+h4,cfa-breadcrumbs+.h1,cfa-breadcrumbs+.h2,cfa-breadcrumbs+.h3,cfa-breadcrumbs+.h4,cfa-breadcrumbs+.display-1,cfa-breadcrumbs+.display-2{margin-block-start:var(--spacing-layout-half) !important}.eyebrow+h1,.eyebrow+h2,.eyebrow+h3,.eyebrow+h4,.eyebrow+.h1,.eyebrow+.h2,.eyebrow+.h3,.eyebrow+.h4,.eyebrow+.display-1,.eyebrow+.display-2{margin-block-start:0 !important}h1,.h1,.display-1,.display-2{text-wrap:balance}.regular{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base)}.display-1{font-family:var(--font-family-heading);font-size:var(--font-size-display-1);font-weight:bold;line-height:var(--line-height-display-1);letter-spacing:var(--letter-spacing-display-1)}.display-2{font-family:var(--font-family-heading);font-size:var(--font-size-display-2);font-weight:bold;line-height:var(--line-height-display-2);letter-spacing:var(--letter-spacing-display-2)}h1,.h1{font-family:var(--font-family-heading);font-size:var(--font-size-h1);font-weight:bold;line-height:var(--line-height-h1);letter-spacing:var(--letter-spacing-h1)}h2,.h2{font-family:var(--font-family-heading);font-size:var(--font-size-h2);font-weight:bold;line-height:var(--line-height-h2);letter-spacing:var(--letter-spacing-h2)}h3,.h3{font-family:var(--font-family-heading);font-size:var(--font-size-h3);font-weight:bold;line-height:var(--line-height-h3);letter-spacing:var(--letter-spacing-h3)}h4,.h4{font-family:var(--font-family-heading);font-size:var(--font-size-h4);font-weight:bold;line-height:var(--line-height-h4);letter-spacing:var(--letter-spacing-h4)}.extra-large{font-size:var(--font-size-extra-large);line-height:var(--line-height-extra-large);letter-spacing:var(--letter-spacing-extra-large)}.large{font-size:var(--font-size-large);line-height:var(--line-height-large);letter-spacing:var(--letter-spacing-large)}.small{font-size:var(--font-size-small);line-height:var(--line-height-small);letter-spacing:var(--letter-spacing-small)}.eyebrow{font-family:var(--font-family-sans-serif);font-size:var(--font-size-eyebrow);font-weight:var(--font-weight-eyebrow);letter-spacing:var(--letter-spacing-eyebrow);line-height:var(--line-height-eyebrow);text-transform:uppercase}.eyebrow-with-line{align-items:center;color:var(--text-color);display:flex;font-family:var(--font-family-eyebrow);font-size:var(--font-size-eyebrow);font-weight:var(--font-weight-eyebrow);letter-spacing:var(--letter-spacing-eyebrow);line-height:var(--line-height-eyebrow);margin-block-end:var(--spacing-layout-half);position:relative;text-transform:uppercase}.eyebrow-with-line::after{border-block-end:var(--hairline) solid currentColor;content:"";flex-grow:1;margin-left:var(--spacing-component-3)}.subtle{opacity:.6}.serif{font-family:var(--font-family-serif)}.sans-serif{font-family:var(--font-family-sans-serif)}i,em,.italic{font-style:italic}b,strong,.strong{font-weight:bold}.normal{font-weight:normal}.prominent-link,a.prominent-link{--accent-color: var(--purple-60);font-weight:bold;text-decoration:underline;text-decoration-color:var(--accent-color);text-decoration-thickness:var(--medium);text-underline-offset:.4em;transition:color .2s ease-in-out,border-color .2s ease-in-out}.prominent-link:hover,a.prominent-link:hover{--accent-color: var(--red-60)}.prominent-link:not(:has(cfa-icon))::after,a.prominent-link:not(:has(cfa-icon))::after{-webkit-font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:"Material Symbols Rounded";font-size:1.4em;font-style:normal;font-weight:normal;letter-spacing:normal;text-transform:none;vertical-align:middle;margin-top:-0.1em;white-space:nowrap;word-wrap:normal;content:"arrow_right_alt";display:inline-block;padding-inline-start:.1em;text-decoration:none;transition:padding .2s ease-in-out;width:1em}.prominent-link:not(:has(cfa-icon)):hover::after,a.prominent-link:not(:has(cfa-icon)):hover::after{padding-inline-start:.3em}.prominent-link cfa-icon,a.prominent-link cfa-icon{text-decoration:none}.white-text,.text-light{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--white);--link-color: var(--white);--link-hover-color: var(--white)}.highlight{--highlight-offset: 0.2em;box-decoration-break:clone;display:inline;background:linear-gradient(to top, transparent 0%, transparent var(--highlight-offset), var(--highlight-color) var(--highlight-offset), var(--highlight-color) calc(var(--highlight-offset) + var(--highlight-thickness)), transparent calc(var(--highlight-offset) + var(--highlight-thickness)), transparent 100%);padding-inline:.1em;-webkit-box-decoration-break:clone;margin-inline-start:-0.1em;margin-inline-end:-0.1em;word-wrap:break-word}.ul,.content ul{list-style-type:disc;padding-left:var(--spacing-layout-1)}.ul+*,*+.ul,.content ul+*,*+.content ul{margin-block-start:var(--spacing, var(--spacing-layout-1))}.ul>li,.content ul>li{margin-inline-start:0;padding-left:var(--spacing-component-2)}.ul>li+li,.content ul>li+li{margin-block-start:var(--spacing-layout-half)}.ul>li>ul,.content ul>li>ul{margin-block-start:var(--spacing-layout-half)}.ol,.content ol{list-style-type:decimal;padding-left:var(--spacing-layout-1)}.ol+*,*+.ol,.content ol+*,*+.content ol{margin-block-start:var(--spacing, var(--spacing-layout-1))}.ol>li,.content ol>li{margin-inline-start:0;padding-inline-start:var(--spacing-component-2)}.ol>li+li,.content ol>li+li{margin-block-start:var(--spacing-layout-half)}.ol>li>ul,.content ol>li>ul{margin-block-start:var(--spacing-layout-half)}.ul--unstyled{list-style:none;padding:0}.ul--unstyled>li{margin-inline:0;padding:0}.ul--line-separators>li+li::before{border-block-start:1px solid var(--gray-20);width:100%;content:"";display:block;margin-block:var(--spacing-layout-half)}.ul--inline,.ul--inline-with-line-separators,.ul--inline-with-separators{display:inline;list-style:none;padding-inline:0 !important}.ul--inline>li,.ul--inline-with-line-separators>li,.ul--inline-with-separators>li{display:inline-block;margin-inline-end:var(--spacing-component-3);padding:0 !important}.ul--inline li:last-child,.ul--inline-with-line-separators li:last-child,.ul--inline-with-separators li:last-child{margin-inline-end:0}.ul--inline>li+li,.ul--inline-with-line-separators>li+li,.ul--inline-with-separators>li+li{margin-block-start:0}.ul--inline-with-separators li{margin-inline-end:0}.ul--inline-with-separators>li::after{content:"•";margin-inline:var(--spacing-component-2);opacity:.5}.ul--inline-with-separators>li:last-child::after{content:""}.ul--inline-with-line-separators li{margin-inline-end:0}.ul--inline-with-line-separators>li::after{content:"|";margin-inline:var(--spacing-component-2);opacity:.5}.ul--inline-with-line-separators>li:last-child::after{content:""}hr{--color: currentColor;background-color:var(--color);border:0;color:var(--color);display:block;font-size:0;height:var(--hairline);margin-block:var(--spacing-layout-1);opacity:.4}.icon{-webkit-font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:"Material Symbols Rounded";font-feature-settings:"liga";font-size:1.4em;font-style:normal;font-weight:normal;letter-spacing:normal;text-transform:none;vertical-align:middle;white-space:nowrap;word-wrap:normal}
7
+ .text-left{text-align:start !important}.text-center{text-align:center !important}.text-right{text-align:end !important}.color-purple{color:var(--purple-80)}.color-red{color:var(--red-80)}.color-green{color:var(--green-80)}.no-margin{margin:0}.rounded-corners{border-radius:var(--rounded-corners)}.is-hidden{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.is-loading{position:relative;opacity:.4}.is-loading:after{content:"";height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.sr-only,.screen-reader-text{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}a.skip-link{background-color:var(--white);height:1px;left:-999px;overflow:hidden;position:absolute;text-decoration:none;top:auto;width:1px;z-index:-999}a.skip-link:focus,a.skip-link:active{height:initial;left:var(--spacing-component-2);overflow:auto;padding:var(--spacing-component-2);text-align:center;top:var(--spacing-component-2);width:initial;z-index:999}
package/dist/core.js ADDED
File without changes