@orangesk/orange-design-system 2.0.0-beta.42 → 2.0.0-beta.44

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 (70) hide show
  1. package/build/components/AnchorNavigation/style.css +1 -1
  2. package/build/components/AnchorNavigation/style.css.map +1 -1
  3. package/build/components/BlockAction/style.css +1 -1
  4. package/build/components/BlockAction/style.css.map +1 -1
  5. package/build/components/BodyBanner/style.css +1 -1
  6. package/build/components/BodyBanner/style.css.map +1 -1
  7. package/build/components/Breadcrumbs/style.css +1 -1
  8. package/build/components/Breadcrumbs/style.css.map +1 -1
  9. package/build/components/Carousel/style.css +1 -1
  10. package/build/components/Carousel/style.css.map +1 -1
  11. package/build/components/Expander/style.css +1 -1
  12. package/build/components/Expander/style.css.map +1 -1
  13. package/build/components/Footer/style.css +1 -1
  14. package/build/components/Footer/style.css.map +1 -1
  15. package/build/components/Grid/style.css +1 -1
  16. package/build/components/Grid/style.css.map +1 -1
  17. package/build/components/Megamenu/style.css +1 -1
  18. package/build/components/Megamenu/style.css.map +1 -1
  19. package/build/components/Tag/style.css +1 -1
  20. package/build/components/Tag/style.css.map +1 -1
  21. package/build/components/index.js +1 -1
  22. package/build/components/index.js.map +1 -1
  23. package/build/components/tsconfig.tsbuildinfo +1 -1
  24. package/build/components/types/index.d.ts +4 -2
  25. package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.static.d.ts +27 -0
  26. package/build/components/types/src/components/Carousel/Carousel.static.d.ts +7 -5
  27. package/build/components/types/src/components/Expander/Expander.d.ts +2 -0
  28. package/build/components/types/src/components/Grid/Grid.d.ts +2 -2
  29. package/build/components/types/src/components/Megamenu/Megamenu.static.d.ts +3 -0
  30. package/build/components/types/src/components/Modal/Modal.static.d.ts +1 -0
  31. package/build/lib/base.css +1 -1
  32. package/build/lib/base.css.map +1 -1
  33. package/build/lib/components.css +1 -1
  34. package/build/lib/components.css.map +1 -1
  35. package/build/lib/footer.css +1 -1
  36. package/build/lib/footer.css.map +1 -1
  37. package/build/lib/megamenu.css +1 -1
  38. package/build/lib/megamenu.css.map +1 -1
  39. package/build/lib/megamenu.js +1 -1
  40. package/build/lib/megamenu.js.map +1 -1
  41. package/build/lib/scripts.js +1 -1
  42. package/build/lib/scripts.js.map +1 -1
  43. package/build/lib/style.css +1 -1
  44. package/build/lib/style.css.map +1 -1
  45. package/build/lib/tsconfig.tsbuildinfo +1 -1
  46. package/build/search-index.json +2 -2
  47. package/package.json +13 -13
  48. package/src/components/AnchorNavigation/AnchorNavigation.static.ts +247 -40
  49. package/src/components/AnchorNavigation/styles/mixins.scss +8 -0
  50. package/src/components/AnchorNavigation/tests/AnchorNavigation.unit.test.jsx +72 -0
  51. package/src/components/BlockAction/styles/mixins.scss +1 -1
  52. package/src/components/BodyBanner/styles/mixins.scss +2 -12
  53. package/src/components/Carousel/Carousel.static.ts +110 -79
  54. package/src/components/Carousel/styles/mixins.scss +2 -2
  55. package/src/components/Carousel/tests/Carousel.static.test.jsx +203 -0
  56. package/src/components/Expander/Expander.tsx +4 -0
  57. package/src/components/Expander/styles/style.scss +12 -0
  58. package/src/components/Expander/tests/Expander.conformance.test.jsx +4 -0
  59. package/src/components/Expander/tests/Expander.unit.test.jsx +9 -0
  60. package/src/components/Grid/Grid.tsx +5 -2
  61. package/src/components/Grid/styles/config.scss +3 -2
  62. package/src/components/Grid/tests/Grid.unit.test.jsx +40 -10
  63. package/src/components/Megamenu/Megamenu.static.ts +27 -1
  64. package/src/components/Megamenu/styles/mixins.scss +4 -0
  65. package/src/components/Modal/Modal.static.ts +29 -7
  66. package/src/components/Tag/styles/config.scss +5 -1
  67. package/src/components/Tag/styles/mixins.scss +2 -1
  68. package/src/styles/base/globals.scss +1 -0
  69. package/src/styles/export/base.js +1 -1
  70. package/src/styles/tokens/base.scss +1 -1
@@ -1,2 +1,2 @@
1
- @layer components{.anchor-navigation{background-color:var(--color-background-primary)!important;border-bottom:1px solid var(--color-border-strong);position:sticky;top:0;z-index:10}.anchor-navigation .horizontal-scroll::-webkit-scrollbar{background:transparent!important;display:none!important;height:0!important;width:0!important}.anchor-navigation .horizontal-scroll{-ms-overflow-style:none!important;scrollbar-width:none!important}.anchor-navigation__item{cursor:pointer;display:inline-block;font-size:1rem!important;font-weight:700!important;line-height:1.25rem!important;margin-bottom:0!important;margin-right:1.875rem!important;padding:1.5625rem 0!important;text-decoration:none!important;white-space:nowrap}.anchor-navigation__item:last-child{margin-right:0}@media screen and (max-width:767.98px){.anchor-navigation__item{margin-right:.625rem!important;padding:.9375rem 0!important}}.anchor-navigation__item.is-active,.anchor-navigation__item:focus-visible{box-shadow:0 -4px 0 var(--color-border-accent) inset;color:inherit;outline:none;text-decoration:none!important}@media (hover:hover) and (pointer:fine){.anchor-navigation__item:active,.anchor-navigation__item:hover{box-shadow:0 -4px 0 var(--color-border-accent) inset;color:inherit;outline:none;text-decoration:none!important}}.anchor-navigation__content{align-items:center;display:flex;justify-content:space-between;position:relative}.anchor-navigation__content:after,.anchor-navigation__content:before{content:"";height:100%;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease;width:4.5rem;z-index:1}.anchor-navigation__content:before{background:linear-gradient(to left,transparent 0,var(--color-background-primary) 70%);left:0}.anchor-navigation__content:after{background:linear-gradient(to right,transparent 0,var(--color-background-primary) 70%);right:0}.anchor-navigation__content.has-left-overflow:before,.anchor-navigation__content.has-right-overflow:after{opacity:1}@media screen and (max-width:767.98px){.anchor-navigation__content{flex-direction:column;overflow:hidden}.anchor-navigation__content:after,.anchor-navigation__content:before{height:3.125rem}}@media screen and (min-width:768px){.anchor-navigation__content:has(.anchor-navigation__content-right).has-right-overflow:after{opacity:0}.anchor-navigation__content{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}}@media screen and (min-width:768px) and (min-width:768px){.anchor-navigation__content{max-width:744px}}@media screen and (min-width:768px) and (min-width:992px){.anchor-navigation__content{max-width:960px}}@media screen and (min-width:768px) and (min-width:1240px){.anchor-navigation__content{max-width:1200px}}@media screen and (min-width:768px) and (min-width:1380px){.anchor-navigation__content{max-width:1320px}}@media screen and (min-width:768px){.anchor-navigation__content>:last-child{margin-bottom:0}}.anchor-navigation__content.container{max-width:none;padding-left:0;padding-right:0}.anchor-navigation__content-left{display:flex;flex:1 1 auto;min-width:0;scroll-snap-type:none!important}.anchor-navigation__content-left.is-draggable{cursor:-webkit-grab;cursor:grab;user-select:none}.anchor-navigation__content-left.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none!important}.anchor-navigation__content-left.is-dragging>*{scroll-snap-align:none}@media screen and (max-width:767.98px){.anchor-navigation__content-left{width:100%}.anchor-navigation__content:has(.anchor-navigation__content-right) .anchor-navigation__content-left{border-bottom:1px solid var(--color-border-strong)}.anchor-navigation__content-left li:first-child{padding-left:.625rem!important}}.anchor-navigation__content-right{align-items:center;display:flex;flex-shrink:0;gap:1.25rem;position:relative;z-index:1}.anchor-navigation__content-right:before{background:conic-gradient(from 90deg at 15% -20%,var(--color-background-primary) 2%,var(--color-background-primary) 80%);border-radius:inherit;content:"";filter:blur(10px);inset:-10px 0 0 -40px;position:absolute;transform:translate3d(10px,8px,-1px);width:100px;z-index:-1}@media screen and (max-width:767.98px){.anchor-navigation__content-right{justify-content:space-between;margin-left:auto;margin-right:auto;max-width:none;padding:.625rem;width:100%}}@media screen and (max-width:767.98px) and (min-width:768px){.anchor-navigation__content-right{max-width:744px}}@media screen and (max-width:767.98px) and (min-width:992px){.anchor-navigation__content-right{max-width:960px}}@media screen and (max-width:767.98px) and (min-width:1240px){.anchor-navigation__content-right{max-width:1200px}}@media screen and (max-width:767.98px) and (min-width:1380px){.anchor-navigation__content-right{max-width:1320px}}@media screen and (max-width:767.98px){.anchor-navigation__content-right>:last-child{margin-bottom:0}.anchor-navigation__content-right:before{display:none}}}
1
+ @layer components{.anchor-navigation{background-color:var(--color-background-primary)!important;border-bottom:1px solid var(--color-border-strong);position:sticky;top:0;z-index:10}.anchor-navigation .horizontal-scroll::-webkit-scrollbar{background:transparent!important;display:none!important;height:0!important;width:0!important}.anchor-navigation .horizontal-scroll{-ms-overflow-style:none!important;scrollbar-width:none!important}.anchor-navigation__item{cursor:pointer;display:inline-block;font-size:1rem!important;font-weight:700!important;line-height:1.25rem!important;margin-bottom:0!important;margin-right:1.875rem!important;padding:1.5625rem 0!important;white-space:nowrap}.anchor-navigation__item,.anchor-navigation__item:active,.anchor-navigation__item:link,.anchor-navigation__item:visited{color:inherit;text-decoration:none!important}.anchor-navigation__item:last-child{margin-right:0}@media screen and (max-width:767.98px){.anchor-navigation__item{margin-right:.625rem!important;padding:.9375rem 0!important}}.anchor-navigation__item.is-active,.anchor-navigation__item:focus-visible{box-shadow:0 -4px 0 var(--color-border-accent) inset;color:inherit;outline:none;text-decoration:none!important}@media (hover:hover) and (pointer:fine){.anchor-navigation__item:active,.anchor-navigation__item:hover{box-shadow:0 -4px 0 var(--color-border-accent) inset;color:inherit;outline:none;text-decoration:none!important}}.anchor-navigation__content{align-items:center;display:flex;justify-content:space-between;position:relative}.anchor-navigation__content:after,.anchor-navigation__content:before{content:"";height:100%;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease;width:4.5rem;z-index:1}.anchor-navigation__content:before{background:linear-gradient(to left,transparent 0,var(--color-background-primary) 70%);left:0}.anchor-navigation__content:after{background:linear-gradient(to right,transparent 0,var(--color-background-primary) 70%);right:0}.anchor-navigation__content.has-left-overflow:before,.anchor-navigation__content.has-right-overflow:after{opacity:1}@media screen and (max-width:767.98px){.anchor-navigation__content{flex-direction:column;overflow:hidden}.anchor-navigation__content:after,.anchor-navigation__content:before{height:3.125rem}}@media screen and (min-width:768px){.anchor-navigation__content:has(.anchor-navigation__content-right).has-right-overflow:after{opacity:0}.anchor-navigation__content{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}}@media screen and (min-width:768px) and (min-width:768px){.anchor-navigation__content{max-width:744px}}@media screen and (min-width:768px) and (min-width:992px){.anchor-navigation__content{max-width:960px}}@media screen and (min-width:768px) and (min-width:1240px){.anchor-navigation__content{max-width:1200px}}@media screen and (min-width:768px) and (min-width:1380px){.anchor-navigation__content{max-width:1320px}}@media screen and (min-width:768px){.anchor-navigation__content>:last-child{margin-bottom:0}}.anchor-navigation__content.container{max-width:none;padding-left:0;padding-right:0}.anchor-navigation__content-left{display:flex;flex:1 1 auto;min-width:0;scroll-snap-type:none!important}.anchor-navigation__content-left.is-draggable{cursor:-webkit-grab;cursor:grab;user-select:none}.anchor-navigation__content-left.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none!important}.anchor-navigation__content-left.is-dragging>*{scroll-snap-align:none}@media screen and (max-width:767.98px){.anchor-navigation__content-left{width:100%}.anchor-navigation__content:has(.anchor-navigation__content-right) .anchor-navigation__content-left{border-bottom:1px solid var(--color-border-strong)}.anchor-navigation__content-left li:first-child{padding-left:.625rem!important}}.anchor-navigation__content-right{align-items:center;display:flex;flex-shrink:0;gap:1.25rem;position:relative;z-index:1}.anchor-navigation__content-right:before{background:conic-gradient(from 90deg at 15% -20%,var(--color-background-primary) 2%,var(--color-background-primary) 80%);border-radius:inherit;content:"";filter:blur(10px);inset:-10px 0 0 -40px;position:absolute;transform:translate3d(10px,8px,-1px);width:100px;z-index:-1}@media screen and (max-width:767.98px){.anchor-navigation__content-right{justify-content:space-between;margin-left:auto;margin-right:auto;max-width:none;padding:.625rem;width:100%}}@media screen and (max-width:767.98px) and (min-width:768px){.anchor-navigation__content-right{max-width:744px}}@media screen and (max-width:767.98px) and (min-width:992px){.anchor-navigation__content-right{max-width:960px}}@media screen and (max-width:767.98px) and (min-width:1240px){.anchor-navigation__content-right{max-width:1200px}}@media screen and (max-width:767.98px) and (min-width:1380px){.anchor-navigation__content-right{max-width:1320px}}@media screen and (max-width:767.98px){.anchor-navigation__content-right>:last-child{margin-bottom:0}.anchor-navigation__content-right:before{display:none}}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,mBAIE,0DAA4D,CAC5D,kDAAmD,CAJnD,eAAgB,CAChB,KAAM,CACN,UAGF,CACA,yDAIE,gCAAkC,CAHlC,sBAAwB,CAExB,kBAAoB,CADpB,iBAGF,CACA,sCAEE,iCAAmC,CADnC,8BAEF,CACA,yBAOE,cAAe,CADf,oBAAqB,CAErB,wBAA0B,CAE1B,yBAA2B,CAD3B,6BAA+B,CAP/B,yBAA2B,CAD3B,+BAAiC,CAEjC,6BAA+B,CAE/B,8BAAgC,CADhC,kBAOF,CACA,oCACE,cACF,CACA,uCACE,yBACE,8BAAiC,CACjC,4BACF,CACF,CACA,0EACE,oDAAqD,CACrD,aAAc,CAEd,YAAa,CADb,8BAEF,CACA,wCACE,+DACE,oDAAqD,CACrD,aAAc,CAEd,YAAa,CADb,8BAEF,CACF,CACA,4BAGE,kBAAmB,CAFnB,YAAa,CACb,6BAA8B,CAE9B,iBACF,CACA,qEAGE,UAAW,CAGX,WAAY,CAEZ,SAAU,CADV,mBAAoB,CAHpB,iBAAkB,CAClB,KAAM,CAIN,2BAA6B,CAP7B,YAAa,CADb,SASF,CACA,mCAEE,qFAAyF,CADzF,MAEF,CACA,kCAEE,sFAA0F,CAD1F,OAEF,CAIA,0GACE,SACF,CACA,uCACE,4BAEE,qBAAsB,CADtB,eAEF,CACA,qEACE,eACF,CACF,CACA,oCACE,4FACE,SACF,CACA,4BAGE,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAGf,oBAAsB,CACtB,qBAAuB,CALvB,UAMF,CACF,CACA,0DACE,4BACE,eACF,CACF,CACA,0DACE,4BACE,eACF,CACF,CACA,2DACE,4BACE,gBACF,CACF,CACA,2DACE,4BACE,gBACF,CACF,CACA,oCACE,wCACE,eACF,CACF,CACA,sCACE,cAAe,CACf,cAAe,CACf,eACF,CACA,iCACE,YAAa,CACb,aAAc,CACd,WAAY,CACZ,+BACF,CACA,8CAEE,mBAAoB,CACpB,WAAY,CAFZ,gBAGF,CACA,6CACE,uBAAwB,CACxB,eAAgB,CAEhB,oBAAqB,CADrB,+BAEF,CACA,+CACE,sBACF,CACA,uCACE,iCACE,UACF,CACA,oGACE,kDACF,CACA,gDACE,8BACF,CACF,CACA,kCAEE,kBAAmB,CADnB,YAAa,CAEb,aAAc,CACd,WAAY,CACZ,iBAAkB,CAClB,SACF,CACA,yCAOE,wHAA2H,CAE3H,qBAAsB,CANtB,UAAW,CAKX,iBAAkB,CAHlB,qBAAsB,CADtB,iBAAkB,CAElB,oCAAuC,CAJvC,WAAY,CADZ,UASF,CACA,uCACE,kCAKE,6BAA8B,CAG9B,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAIf,eAAuB,CALvB,UAMF,CACF,CACA,6DACE,kCACE,eACF,CACF,CACA,6DACE,kCACE,eACF,CACF,CACA,8DACE,kCACE,gBACF,CACF,CACA,8DACE,kCACE,gBACF,CACF,CACA,uCACE,8CACE,eACF,CACA,yCACE,YACF,CACF,CACF","file":"style.css","sourcesContent":["@layer components {\n .anchor-navigation {\n position: sticky;\n top: 0;\n z-index: 10;\n background-color: var(--color-background-primary) !important;\n border-bottom: 1px solid var(--color-border-strong);\n }\n .anchor-navigation .horizontal-scroll::-webkit-scrollbar {\n display: none !important;\n width: 0 !important;\n height: 0 !important;\n background: transparent !important;\n }\n .anchor-navigation .horizontal-scroll {\n scrollbar-width: none !important;\n -ms-overflow-style: none !important;\n }\n .anchor-navigation__item {\n margin-right: 1.875rem !important;\n margin-bottom: 0 !important;\n padding: 1.5625rem 0 !important;\n white-space: nowrap;\n text-decoration: none !important;\n display: inline-block;\n cursor: pointer;\n font-size: 1rem !important;\n line-height: 1.25rem !important;\n font-weight: 700 !important;\n }\n .anchor-navigation__item:last-child {\n margin-right: 0;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__item {\n margin-right: 0.625rem !important;\n padding: 0.9375rem 0 !important;\n }\n }\n .anchor-navigation__item:focus-visible, .anchor-navigation__item.is-active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n color: inherit;\n text-decoration: none !important;\n outline: none;\n }\n @media (hover: hover) and (pointer: fine) {\n .anchor-navigation__item:hover, .anchor-navigation__item:active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n color: inherit;\n text-decoration: none !important;\n outline: none;\n }\n }\n .anchor-navigation__content {\n display: flex;\n justify-content: space-between;\n align-items: center;\n position: relative;\n }\n .anchor-navigation__content:before, .anchor-navigation__content:after {\n z-index: 1;\n width: 4.5rem;\n content: \"\";\n position: absolute;\n top: 0;\n height: 100%;\n pointer-events: none;\n opacity: 0;\n transition: opacity 0.2s ease;\n }\n .anchor-navigation__content:before {\n left: 0;\n background: linear-gradient(to left, transparent 0%, var(--color-background-primary) 70%);\n }\n .anchor-navigation__content:after {\n right: 0;\n background: linear-gradient(to right, transparent 0%, var(--color-background-primary) 70%);\n }\n .anchor-navigation__content.has-left-overflow:before {\n opacity: 1;\n }\n .anchor-navigation__content.has-right-overflow:after {\n opacity: 1;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content {\n overflow: hidden;\n flex-direction: column;\n }\n .anchor-navigation__content:before, .anchor-navigation__content:after {\n height: 3.125rem;\n }\n }\n @media screen and (min-width: 768px) {\n .anchor-navigation__content:has(.anchor-navigation__content-right).has-right-overflow:after {\n opacity: 0;\n }\n .anchor-navigation__content {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 768px) {\n .anchor-navigation__content {\n max-width: 744px;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 992px) {\n .anchor-navigation__content {\n max-width: 960px;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 1240px) {\n .anchor-navigation__content {\n max-width: 1200px;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 1380px) {\n .anchor-navigation__content {\n max-width: 1320px;\n }\n }\n @media screen and (min-width: 768px) {\n .anchor-navigation__content > *:last-child {\n margin-bottom: 0;\n }\n }\n .anchor-navigation__content.container {\n max-width: none;\n padding-left: 0;\n padding-right: 0;\n }\n .anchor-navigation__content-left {\n display: flex;\n flex: 1 1 auto;\n min-width: 0;\n scroll-snap-type: none !important;\n }\n .anchor-navigation__content-left.is-draggable {\n user-select: none;\n cursor: -webkit-grab;\n cursor: grab;\n }\n .anchor-navigation__content-left.is-dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n scroll-snap-type: none !important;\n scroll-behavior: auto;\n }\n .anchor-navigation__content-left.is-dragging > * {\n scroll-snap-align: none;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content-left {\n width: 100%;\n }\n .anchor-navigation__content:has(.anchor-navigation__content-right) .anchor-navigation__content-left {\n border-bottom: 1px solid var(--color-border-strong);\n }\n .anchor-navigation__content-left li:first-child {\n padding-left: 0.625rem !important;\n }\n }\n .anchor-navigation__content-right {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n gap: 1.25rem;\n position: relative;\n z-index: 1;\n }\n .anchor-navigation__content-right:before {\n z-index: -1;\n width: 100px;\n content: \"\";\n position: absolute;\n inset: -10px 0 0 -40px;\n transform: translate3d(10px, 8px, -1px);\n background: conic-gradient(from 90deg at 15% -20%, var(--color-background-primary) 2%, var(--color-background-primary) 80%);\n filter: blur(10px);\n border-radius: inherit;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content-right {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n padding-left: 1.5625rem;\n width: 100%;\n justify-content: space-between;\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 768px) {\n .anchor-navigation__content-right {\n max-width: 744px;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 992px) {\n .anchor-navigation__content-right {\n max-width: 960px;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 1240px) {\n .anchor-navigation__content-right {\n max-width: 1200px;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 1380px) {\n .anchor-navigation__content-right {\n max-width: 1320px;\n }\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content-right > *:last-child {\n margin-bottom: 0;\n }\n .anchor-navigation__content-right:before {\n display: none;\n }\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,mBAIE,0DAA4D,CAC5D,kDAAmD,CAJnD,eAAgB,CAChB,KAAM,CACN,UAGF,CACA,yDAIE,gCAAkC,CAHlC,sBAAwB,CAExB,kBAAoB,CADpB,iBAGF,CACA,sCAEE,iCAAmC,CADnC,8BAEF,CACA,yBAQE,cAAe,CADf,oBAAqB,CAErB,wBAA0B,CAE1B,yBAA2B,CAD3B,6BAA+B,CAR/B,yBAA2B,CAD3B,+BAAiC,CAEjC,6BAA+B,CAC/B,kBAQF,CACA,wHARE,aAAc,CACd,8BAUF,CACA,oCACE,cACF,CACA,uCACE,yBACE,8BAAiC,CACjC,4BACF,CACF,CACA,0EACE,oDAAqD,CACrD,aAAc,CAEd,YAAa,CADb,8BAEF,CACA,wCACE,+DACE,oDAAqD,CACrD,aAAc,CAEd,YAAa,CADb,8BAEF,CACF,CACA,4BAGE,kBAAmB,CAFnB,YAAa,CACb,6BAA8B,CAE9B,iBACF,CACA,qEAGE,UAAW,CAGX,WAAY,CAEZ,SAAU,CADV,mBAAoB,CAHpB,iBAAkB,CAClB,KAAM,CAIN,2BAA6B,CAP7B,YAAa,CADb,SASF,CACA,mCAEE,qFAAyF,CADzF,MAEF,CACA,kCAEE,sFAA0F,CAD1F,OAEF,CAIA,0GACE,SACF,CACA,uCACE,4BAEE,qBAAsB,CADtB,eAEF,CACA,qEACE,eACF,CACF,CACA,oCACE,4FACE,SACF,CACA,4BAGE,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAGf,oBAAsB,CACtB,qBAAuB,CALvB,UAMF,CACF,CACA,0DACE,4BACE,eACF,CACF,CACA,0DACE,4BACE,eACF,CACF,CACA,2DACE,4BACE,gBACF,CACF,CACA,2DACE,4BACE,gBACF,CACF,CACA,oCACE,wCACE,eACF,CACF,CACA,sCACE,cAAe,CACf,cAAe,CACf,eACF,CACA,iCACE,YAAa,CACb,aAAc,CACd,WAAY,CACZ,+BACF,CACA,8CAEE,mBAAoB,CACpB,WAAY,CAFZ,gBAGF,CACA,6CACE,uBAAwB,CACxB,eAAgB,CAEhB,oBAAqB,CADrB,+BAEF,CACA,+CACE,sBACF,CACA,uCACE,iCACE,UACF,CACA,oGACE,kDACF,CACA,gDACE,8BACF,CACF,CACA,kCAEE,kBAAmB,CADnB,YAAa,CAEb,aAAc,CACd,WAAY,CACZ,iBAAkB,CAClB,SACF,CACA,yCAOE,wHAA2H,CAE3H,qBAAsB,CANtB,UAAW,CAKX,iBAAkB,CAHlB,qBAAsB,CADtB,iBAAkB,CAElB,oCAAuC,CAJvC,WAAY,CADZ,UASF,CACA,uCACE,kCAKE,6BAA8B,CAG9B,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAIf,eAAuB,CALvB,UAMF,CACF,CACA,6DACE,kCACE,eACF,CACF,CACA,6DACE,kCACE,eACF,CACF,CACA,8DACE,kCACE,gBACF,CACF,CACA,8DACE,kCACE,gBACF,CACF,CACA,uCACE,8CACE,eACF,CACA,yCACE,YACF,CACF,CACF","file":"style.css","sourcesContent":["@layer components {\n .anchor-navigation {\n position: sticky;\n top: 0;\n z-index: 10;\n background-color: var(--color-background-primary) !important;\n border-bottom: 1px solid var(--color-border-strong);\n }\n .anchor-navigation .horizontal-scroll::-webkit-scrollbar {\n display: none !important;\n width: 0 !important;\n height: 0 !important;\n background: transparent !important;\n }\n .anchor-navigation .horizontal-scroll {\n scrollbar-width: none !important;\n -ms-overflow-style: none !important;\n }\n .anchor-navigation__item {\n margin-right: 1.875rem !important;\n margin-bottom: 0 !important;\n padding: 1.5625rem 0 !important;\n white-space: nowrap;\n color: inherit;\n text-decoration: none !important;\n display: inline-block;\n cursor: pointer;\n font-size: 1rem !important;\n line-height: 1.25rem !important;\n font-weight: 700 !important;\n }\n .anchor-navigation__item:link, .anchor-navigation__item:visited, .anchor-navigation__item:active {\n color: inherit;\n text-decoration: none !important;\n }\n .anchor-navigation__item:last-child {\n margin-right: 0;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__item {\n margin-right: 0.625rem !important;\n padding: 0.9375rem 0 !important;\n }\n }\n .anchor-navigation__item:focus-visible, .anchor-navigation__item.is-active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n color: inherit;\n text-decoration: none !important;\n outline: none;\n }\n @media (hover: hover) and (pointer: fine) {\n .anchor-navigation__item:hover, .anchor-navigation__item:active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n color: inherit;\n text-decoration: none !important;\n outline: none;\n }\n }\n .anchor-navigation__content {\n display: flex;\n justify-content: space-between;\n align-items: center;\n position: relative;\n }\n .anchor-navigation__content:before, .anchor-navigation__content:after {\n z-index: 1;\n width: 4.5rem;\n content: \"\";\n position: absolute;\n top: 0;\n height: 100%;\n pointer-events: none;\n opacity: 0;\n transition: opacity 0.2s ease;\n }\n .anchor-navigation__content:before {\n left: 0;\n background: linear-gradient(to left, transparent 0%, var(--color-background-primary) 70%);\n }\n .anchor-navigation__content:after {\n right: 0;\n background: linear-gradient(to right, transparent 0%, var(--color-background-primary) 70%);\n }\n .anchor-navigation__content.has-left-overflow:before {\n opacity: 1;\n }\n .anchor-navigation__content.has-right-overflow:after {\n opacity: 1;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content {\n overflow: hidden;\n flex-direction: column;\n }\n .anchor-navigation__content:before, .anchor-navigation__content:after {\n height: 3.125rem;\n }\n }\n @media screen and (min-width: 768px) {\n .anchor-navigation__content:has(.anchor-navigation__content-right).has-right-overflow:after {\n opacity: 0;\n }\n .anchor-navigation__content {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 768px) {\n .anchor-navigation__content {\n max-width: 744px;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 992px) {\n .anchor-navigation__content {\n max-width: 960px;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 1240px) {\n .anchor-navigation__content {\n max-width: 1200px;\n }\n }\n @media screen and (min-width: 768px) and (min-width: 1380px) {\n .anchor-navigation__content {\n max-width: 1320px;\n }\n }\n @media screen and (min-width: 768px) {\n .anchor-navigation__content > *:last-child {\n margin-bottom: 0;\n }\n }\n .anchor-navigation__content.container {\n max-width: none;\n padding-left: 0;\n padding-right: 0;\n }\n .anchor-navigation__content-left {\n display: flex;\n flex: 1 1 auto;\n min-width: 0;\n scroll-snap-type: none !important;\n }\n .anchor-navigation__content-left.is-draggable {\n user-select: none;\n cursor: -webkit-grab;\n cursor: grab;\n }\n .anchor-navigation__content-left.is-dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n scroll-snap-type: none !important;\n scroll-behavior: auto;\n }\n .anchor-navigation__content-left.is-dragging > * {\n scroll-snap-align: none;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content-left {\n width: 100%;\n }\n .anchor-navigation__content:has(.anchor-navigation__content-right) .anchor-navigation__content-left {\n border-bottom: 1px solid var(--color-border-strong);\n }\n .anchor-navigation__content-left li:first-child {\n padding-left: 0.625rem !important;\n }\n }\n .anchor-navigation__content-right {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n gap: 1.25rem;\n position: relative;\n z-index: 1;\n }\n .anchor-navigation__content-right:before {\n z-index: -1;\n width: 100px;\n content: \"\";\n position: absolute;\n inset: -10px 0 0 -40px;\n transform: translate3d(10px, 8px, -1px);\n background: conic-gradient(from 90deg at 15% -20%, var(--color-background-primary) 2%, var(--color-background-primary) 80%);\n filter: blur(10px);\n border-radius: inherit;\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content-right {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n padding-left: 1.5625rem;\n width: 100%;\n justify-content: space-between;\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 768px) {\n .anchor-navigation__content-right {\n max-width: 744px;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 992px) {\n .anchor-navigation__content-right {\n max-width: 960px;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 1240px) {\n .anchor-navigation__content-right {\n max-width: 1200px;\n }\n }\n @media screen and (max-width: 767.98px) and (min-width: 1380px) {\n .anchor-navigation__content-right {\n max-width: 1320px;\n }\n }\n @media screen and (max-width: 767.98px) {\n .anchor-navigation__content-right > *:last-child {\n margin-bottom: 0;\n }\n .anchor-navigation__content-right:before {\n display: none;\n }\n }\n}"]}
@@ -1,2 +1,2 @@
1
- @layer components{.block-action{position:relative}.block-action__control:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-action__override{position:relative;z-index:1}.bg-black .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset),.bg-white .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset),.block-action__indicator.is-indicating:not(.block-action__indicator--color-reset){color:#f15e00}.bg-orange .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset){color:#fff}.bg-orange-dark .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset){color:#000}.block-action--border-on-hover:has(.block-action__control:focus),.block-action--border-on-hover:has(.block-action__control:hover){outline:2px solid var(--color-border-accent);outline-offset:-1px}}
1
+ @layer components{.block-action{position:relative}.block-action__control:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-action__override{position:relative;z-index:1}.bg-black .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset),.bg-white .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset),.block-action__indicator.is-indicating:not(.block-action__indicator--color-reset){color:#f15e00}.bg-orange .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset){color:#fff}.bg-orange-dark .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset){color:#000}.block-action--border-on-hover:has(.block-action__control:focus),.block-action--border-on-hover:has(.block-action__control:hover){outline:2px solid var(--color-border-accent);outline-offset:-2px}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,cACE,iBACF,CACA,8BACE,UAAW,CAMX,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAElB,KAAM,CAEN,UAAW,CAHX,SAKF,CACA,wBACE,iBAAkB,CAClB,SACF,CAOA,0QACE,aACF,CACA,6FACE,UACF,CACA,kGACE,UACF,CACA,kIACE,4CAA6C,CAC7C,mBACF,CACF","file":"style.css","sourcesContent":["@layer components {\n .block-action {\n position: relative;\n }\n .block-action__control::before {\n content: \"\";\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n .block-action__override {\n position: relative;\n z-index: 1;\n }\n .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #f15e00;\n }\n .bg-white .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #f15e00;\n }\n .bg-black .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #f15e00;\n }\n .bg-orange .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #ffffff;\n }\n .bg-orange-dark .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #000000;\n }\n .block-action--border-on-hover:has(.block-action__control:hover), .block-action--border-on-hover:has(.block-action__control:focus) {\n outline: 2px solid var(--color-border-accent);\n outline-offset: -1px;\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,cACE,iBACF,CACA,8BACE,UAAW,CAMX,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAElB,KAAM,CAEN,UAAW,CAHX,SAKF,CACA,wBACE,iBAAkB,CAClB,SACF,CAOA,0QACE,aACF,CACA,6FACE,UACF,CACA,kGACE,UACF,CACA,kIACE,4CAA6C,CAC7C,mBACF,CACF","file":"style.css","sourcesContent":["@layer components {\n .block-action {\n position: relative;\n }\n .block-action__control::before {\n content: \"\";\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n .block-action__override {\n position: relative;\n z-index: 1;\n }\n .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #f15e00;\n }\n .bg-white .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #f15e00;\n }\n .bg-black .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #f15e00;\n }\n .bg-orange .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #ffffff;\n }\n .bg-orange-dark .block-action__indicator.is-indicating:not(.block-action__indicator--color-reset) {\n color: #000000;\n }\n .block-action--border-on-hover:has(.block-action__control:hover), .block-action--border-on-hover:has(.block-action__control:focus) {\n outline: 2px solid var(--color-border-accent);\n outline-offset: -2px;\n }\n}"]}
@@ -1,2 +1,2 @@
1
- @layer components{.body-banner{background-color:var(--color-background-primary);color:var(--color-text-default);display:flex}.body-banner:not([class*=background-],[class*=surface-],[class*=fill-],[style*="--color-background"],[style*="--color-fill"],[style*="--color-surface"]){border:1px solid var(--color-border-subtle)}.body-banner.grid{margin-left:0!important;margin-right:0!important}.body-banner__content{align-items:center;display:flex;padding:0!important;width:100%}@media screen and (max-width:767.98px){.body-banner__content{align-items:flex-start;flex-direction:column}}.body-banner__content-inner{display:flex;gap:1.875rem;padding:1.875rem;width:100%}.body-banner__content-inner>div:not(.body-banner__button){flex:1;min-width:0}.body-banner__content-inner>div:not(.body-banner__button)>:last-child{margin-bottom:0}@media screen and (max-width:1239.98px){.body-banner__content-inner{display:flex;flex-direction:column}}@media screen and (max-width:767.98px){.body-banner__content-inner{padding:.9375rem}}.body-banner__image{flex-shrink:0;padding:0!important}.body-banner__image img,.body-banner__image svg{margin:1.875rem 0 1.875rem 1.875rem!important;max-height:7.5rem;object-fit:cover}@media screen and (max-width:767.98px){.body-banner__image img,.body-banner__image svg{margin:.9375rem 0 .9375rem .9375rem!important}}.body-banner__button{align-items:center;display:flex;margin:0!important;padding:0 0 0 3.75rem}@media screen and (max-width:1239.98px){.body-banner__button{margin-top:.625rem!important;padding:0}}.body-banner--large .body-banner__content-inner{display:flex;flex-direction:column;padding:3.75rem}@media screen and (max-width:1239.98px){.body-banner--large .body-banner__content-inner{padding:1.875rem}}.body-banner--large .body-banner__image img{display:block;height:100%;margin:0!important;max-height:none;object-fit:cover;object-position:center;width:100%}.body-banner--large .body-banner__button{margin-top:.625rem!important;padding:0}}
1
+ @layer components{.body-banner{background-color:var(--color-background-primary);color:var(--color-text-default);display:flex}.body-banner:not([class*=background-],[class*=surface-],[class*=fill-],[style*="--color-background"],[style*="--color-fill"],[style*="--color-surface"]){border:1px solid var(--color-border-subtle)}.body-banner.grid{margin-left:0!important;margin-right:0!important}.body-banner__content{align-items:center;display:flex;padding:0!important;width:100%}@media screen and (max-width:767.98px){.body-banner__content{align-items:flex-start;flex-direction:column}}.body-banner__content-inner{display:flex;gap:3.75rem;padding:1.875rem;width:100%}.body-banner__content-inner>div:not(.body-banner__button){flex:1;min-width:0}.body-banner__content-inner>div:not(.body-banner__button)>:last-child{margin-bottom:0}@media screen and (max-width:1239.98px){.body-banner__content-inner{display:flex;flex-direction:column;gap:1.875rem}}@media screen and (max-width:767.98px){.body-banner__content-inner{padding:.9375rem}}.body-banner__image{flex-shrink:0;padding:0!important}.body-banner__image img,.body-banner__image svg{margin:1.875rem 0 1.875rem 1.875rem!important;max-height:7.5rem;object-fit:cover}@media screen and (max-width:767.98px){.body-banner__image img,.body-banner__image svg{margin:.9375rem 0 .9375rem .9375rem!important}}.body-banner__button{align-items:center;display:flex;margin:0!important}.body-banner--large .body-banner__content-inner{display:flex;flex-direction:column;padding:3.75rem}@media screen and (max-width:1239.98px){.body-banner--large .body-banner__content-inner{padding:1.875rem}}.body-banner--large .body-banner__image img{display:block;height:100%;margin:0!important;max-height:none;object-fit:cover;object-position:center;width:100%}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,aAGE,gDAAiD,CADjD,+BAAgC,CADhC,YAGF,CACA,yJAME,2CACF,CACA,kBACE,uBAAyB,CACzB,wBACF,CACA,sBAGE,kBAAmB,CADnB,YAAa,CADb,mBAAqB,CAGrB,UACF,CACA,uCACE,sBAEE,sBAAuB,CADvB,qBAEF,CACF,CACA,4BAEE,YAAa,CAEb,YAAa,CADb,gBAAiB,CAFjB,UAIF,CACA,0DACE,MAAO,CACP,WACF,CACA,sEACE,eACF,CACA,wCACE,4BACE,YAAa,CACb,qBACF,CACF,CACA,uCACE,4BACE,gBACF,CACF,CACA,oBAEE,aAAc,CADd,mBAEF,CACA,gDAIE,6CAA+C,CAF/C,iBAAkB,CAClB,gBAEF,CACA,uCACE,gDAEE,6CACF,CACF,CACA,qBAEE,kBAAmB,CADnB,YAAa,CAGb,kBAAoB,CADpB,qBAEF,CACA,wCACE,qBAEE,4BAA+B,CAD/B,SAEF,CACF,CACA,gDACE,YAAa,CACb,qBAAsB,CACtB,eACF,CACA,wCACE,gDACE,gBACF,CACF,CACA,4CAOE,aAAc,CALd,WAAY,CAIZ,kBAAoB,CAHpB,eAAgB,CAChB,gBAAiB,CACjB,sBAAuB,CAJvB,UAOF,CACA,yCAEE,4BAA+B,CAD/B,SAEF,CACF","file":"style.css","sourcesContent":["@layer components {\n .body-banner {\n display: flex;\n color: var(--color-text-default);\n background-color: var(--color-background-primary);\n }\n .body-banner:not([class*=background-],\n [class*=surface-],\n [class*=fill-],\n [style*=\"--color-background\"],\n [style*=\"--color-fill\"],\n [style*=\"--color-surface\"]) {\n border: 1px solid var(--color-border-subtle);\n }\n .body-banner.grid {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n .body-banner__content {\n padding: 0 !important;\n display: flex;\n align-items: center;\n width: 100%;\n }\n @media screen and (max-width: 767.98px) {\n .body-banner__content {\n flex-direction: column;\n align-items: flex-start;\n }\n }\n .body-banner__content-inner {\n width: 100%;\n display: flex;\n padding: 1.875rem;\n gap: 1.875rem;\n }\n .body-banner__content-inner > div:not(.body-banner__button) {\n flex: 1;\n min-width: 0;\n }\n .body-banner__content-inner > div:not(.body-banner__button) > *:last-child {\n margin-bottom: 0;\n }\n @media screen and (max-width: 1239.98px) {\n .body-banner__content-inner {\n display: flex;\n flex-direction: column;\n }\n }\n @media screen and (max-width: 767.98px) {\n .body-banner__content-inner {\n padding: 0.9375rem;\n }\n }\n .body-banner__image {\n padding: 0 !important;\n flex-shrink: 0;\n }\n .body-banner__image img,\n .body-banner__image svg {\n max-height: 7.5rem;\n object-fit: cover;\n margin: 1.875rem 0 1.875rem 1.875rem !important;\n }\n @media screen and (max-width: 767.98px) {\n .body-banner__image img,\n .body-banner__image svg {\n margin: 0.9375rem 0 0.9375rem 0.9375rem !important;\n }\n }\n .body-banner__button {\n display: flex;\n align-items: center;\n padding: 0 0 0 3.75rem;\n margin: 0 !important;\n }\n @media screen and (max-width: 1239.98px) {\n .body-banner__button {\n padding: 0;\n margin-top: 0.625rem !important;\n }\n }\n .body-banner--large .body-banner__content-inner {\n display: flex;\n flex-direction: column;\n padding: 3.75rem;\n }\n @media screen and (max-width: 1239.98px) {\n .body-banner--large .body-banner__content-inner {\n padding: 1.875rem;\n }\n }\n .body-banner--large .body-banner__image img {\n width: 100%;\n height: 100%;\n max-height: none;\n object-fit: cover;\n object-position: center;\n margin: 0 !important;\n display: block;\n }\n .body-banner--large .body-banner__button {\n padding: 0;\n margin-top: 0.625rem !important;\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,aAGE,gDAAiD,CADjD,+BAAgC,CADhC,YAGF,CACA,yJAME,2CACF,CACA,kBACE,uBAAyB,CACzB,wBACF,CACA,sBAGE,kBAAmB,CADnB,YAAa,CADb,mBAAqB,CAGrB,UACF,CACA,uCACE,sBAEE,sBAAuB,CADvB,qBAEF,CACF,CACA,4BAEE,YAAa,CAEb,WAAY,CADZ,gBAAiB,CAFjB,UAIF,CACA,0DACE,MAAO,CACP,WACF,CACA,sEACE,eACF,CACA,wCACE,4BACE,YAAa,CACb,qBAAsB,CACtB,YACF,CACF,CACA,uCACE,4BACE,gBACF,CACF,CACA,oBAEE,aAAc,CADd,mBAEF,CACA,gDAIE,6CAA+C,CAF/C,iBAAkB,CAClB,gBAEF,CACA,uCACE,gDAEE,6CACF,CACF,CACA,qBAEE,kBAAmB,CADnB,YAAa,CAEb,kBACF,CACA,gDACE,YAAa,CACb,qBAAsB,CACtB,eACF,CACA,wCACE,gDACE,gBACF,CACF,CACA,4CAOE,aAAc,CALd,WAAY,CAIZ,kBAAoB,CAHpB,eAAgB,CAChB,gBAAiB,CACjB,sBAAuB,CAJvB,UAOF,CACF","file":"style.css","sourcesContent":["@layer components {\n .body-banner {\n display: flex;\n color: var(--color-text-default);\n background-color: var(--color-background-primary);\n }\n .body-banner:not([class*=background-],\n [class*=surface-],\n [class*=fill-],\n [style*=\"--color-background\"],\n [style*=\"--color-fill\"],\n [style*=\"--color-surface\"]) {\n border: 1px solid var(--color-border-subtle);\n }\n .body-banner.grid {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n .body-banner__content {\n padding: 0 !important;\n display: flex;\n align-items: center;\n width: 100%;\n }\n @media screen and (max-width: 767.98px) {\n .body-banner__content {\n flex-direction: column;\n align-items: flex-start;\n }\n }\n .body-banner__content-inner {\n width: 100%;\n display: flex;\n padding: 1.875rem;\n gap: 3.75rem;\n }\n .body-banner__content-inner > div:not(.body-banner__button) {\n flex: 1;\n min-width: 0;\n }\n .body-banner__content-inner > div:not(.body-banner__button) > *:last-child {\n margin-bottom: 0;\n }\n @media screen and (max-width: 1239.98px) {\n .body-banner__content-inner {\n display: flex;\n flex-direction: column;\n gap: 1.875rem;\n }\n }\n @media screen and (max-width: 767.98px) {\n .body-banner__content-inner {\n padding: 0.9375rem;\n }\n }\n .body-banner__image {\n padding: 0 !important;\n flex-shrink: 0;\n }\n .body-banner__image img,\n .body-banner__image svg {\n max-height: 7.5rem;\n object-fit: cover;\n margin: 1.875rem 0 1.875rem 1.875rem !important;\n }\n @media screen and (max-width: 767.98px) {\n .body-banner__image img,\n .body-banner__image svg {\n margin: 0.9375rem 0 0.9375rem 0.9375rem !important;\n }\n }\n .body-banner__button {\n display: flex;\n align-items: center;\n margin: 0 !important;\n }\n .body-banner--large .body-banner__content-inner {\n display: flex;\n flex-direction: column;\n padding: 3.75rem;\n }\n @media screen and (max-width: 1239.98px) {\n .body-banner--large .body-banner__content-inner {\n padding: 1.875rem;\n }\n }\n .body-banner--large .body-banner__image img {\n width: 100%;\n height: 100%;\n max-height: none;\n object-fit: cover;\n object-position: center;\n margin: 0 !important;\n display: block;\n }\n}"]}
@@ -1,2 +1,2 @@
1
- @layer components{.osk-breadcrumbs{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.osk-breadcrumbs>li{margin-bottom:0}.osk-breadcrumbs>li:before{content:" ";height:0;position:absolute;width:0}.osk-breadcrumbs{background-color:var(--color-surface-primary);font-family:OrangeSK Neue,Arial,Helvetica Neue,sans-serif;font-size:16px!important;font-weight:700;line-height:1.25;padding:.625rem 0}.osk-breadcrumbs ol{font-size:inherit!important;line-height:inherit!important}.osk-breadcrumbs__container{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}@media screen and (min-width:768px){.osk-breadcrumbs__container{max-width:744px}}@media screen and (min-width:992px){.osk-breadcrumbs__container{max-width:960px}}@media screen and (min-width:1240px){.osk-breadcrumbs__container{max-width:1200px}}@media screen and (min-width:1380px){.osk-breadcrumbs__container{max-width:1320px}}.osk-breadcrumbs__container>:last-child{margin-bottom:0}.osk-breadcrumbs__container{margin-bottom:0;margin-top:0}.osk-breadcrumbs__item{color:var(--color-text-secondary);display:inline;margin-bottom:0}.osk-breadcrumbs__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='m0 1 1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.375rem .625rem;content:"";display:inline-block;font-family:inherit;height:.6875rem;width:1.25rem}@media screen and (min-width:480px){.osk-breadcrumbs__item:first-child:before{display:none}}@media screen and (max-width:479.98px){.osk-breadcrumbs__item:nth-last-child(2){display:inline-block;padding-left:1.25rem;position:relative}.osk-breadcrumbs__item:nth-last-child(2):before{background-size:contain;height:1rem;left:0;position:absolute;top:50%;transform:rotate(180deg);transform:translateY(-50%) rotate(180deg);width:.6rem}.osk-breadcrumbs__item:not(:nth-last-child(2)){display:none}}.bg-black .osk-breadcrumbs__item:before,.is-dark .osk-breadcrumbs__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='m0 1 1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd' fill='%23fff'/%3E%3C/svg%3E")}.osk-breadcrumbs__link{color:var(--color-text-default);display:inline;text-decoration:none}.osk-breadcrumbs__link:hover{color:var(--color-text-default);text-decoration:underline}.osk-breadcrumbs__link[aria-current=page]{color:var(--color-text-secondary)}}
1
+ @layer components{.osk-breadcrumbs{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.osk-breadcrumbs>li{margin-bottom:0}.osk-breadcrumbs>li:before{content:" ";height:0;position:absolute;width:0}.osk-breadcrumbs{background-color:var(--color-surface-primary);font-family:OrangeSK Neue,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px!important;font-weight:700;line-height:1.25;padding:.625rem 0}.osk-breadcrumbs ol{font-size:inherit!important;line-height:inherit!important}.osk-breadcrumbs__container{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}@media screen and (min-width:768px){.osk-breadcrumbs__container{max-width:744px}}@media screen and (min-width:992px){.osk-breadcrumbs__container{max-width:960px}}@media screen and (min-width:1240px){.osk-breadcrumbs__container{max-width:1200px}}@media screen and (min-width:1380px){.osk-breadcrumbs__container{max-width:1320px}}.osk-breadcrumbs__container>:last-child{margin-bottom:0}.osk-breadcrumbs__container{margin-bottom:0;margin-top:0}.osk-breadcrumbs__item{color:var(--color-text-secondary);display:inline;margin-bottom:0}.osk-breadcrumbs__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='m0 1 1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.375rem .625rem;content:"";display:inline-block;font-family:inherit;height:.6875rem;width:1.25rem}@media screen and (min-width:480px){.osk-breadcrumbs__item:first-child:before{display:none}}@media screen and (max-width:479.98px){.osk-breadcrumbs__item:nth-last-child(2){display:inline-block;padding-left:1.25rem;position:relative}.osk-breadcrumbs__item:nth-last-child(2):before{background-size:contain;height:1rem;left:0;position:absolute;top:50%;transform:rotate(180deg);transform:translateY(-50%) rotate(180deg);width:.6rem}.osk-breadcrumbs__item:not(:nth-last-child(2)){display:none}}.bg-black .osk-breadcrumbs__item:before,.is-dark .osk-breadcrumbs__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='m0 1 1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd' fill='%23fff'/%3E%3C/svg%3E")}.osk-breadcrumbs__link{color:var(--color-text-default);display:inline;text-decoration:none}.osk-breadcrumbs__link:hover{color:var(--color-text-default);text-decoration:underline}.osk-breadcrumbs__link[aria-current=page]{color:var(--color-text-secondary)}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,iBACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,oBACE,eAEF,CACA,2BACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,iBAEE,6CAA8C,CAE9C,yDAAiE,CACjE,wBAA0B,CAF1B,eAAiB,CAGjB,gBAAiB,CALjB,iBAMF,CACA,oBACE,2BAA6B,CAC7B,6BACF,CACA,4BAGE,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAGf,oBAAsB,CACtB,qBAAuB,CALvB,UAMF,CACA,oCACE,4BACE,eACF,CACF,CACA,oCACE,4BACE,eACF,CACF,CACA,qCACE,4BACE,gBACF,CACF,CACA,qCACE,4BACE,gBACF,CACF,CACA,wCACE,eACF,CACA,4BAEE,eAAgB,CADhB,YAEF,CACA,uBAEE,iCAAkC,CADlC,cAAe,CAEf,eACF,CACA,8BAME,kMAAwL,CACxL,uBAAkC,CAClC,2BAA4B,CAC5B,+BAAkC,CARlC,UAAW,CACX,oBAAqB,CACrB,mBAAoB,CAEpB,eAAiB,CADjB,aAMF,CACA,oCACE,0CACE,YACF,CACF,CACA,uCACE,yCACE,oBAAqB,CAErB,oBAAqB,CADrB,iBAEF,CAGA,gDAQE,uBAAwB,CAFxB,WAAY,CAFZ,MAAO,CAFP,iBAAkB,CAClB,OAAQ,CAFR,wBAAyB,CAMzB,yCAA0C,CAF1C,WAIF,CAGA,+CACE,YACF,CAhBF,CAkBA,+EACE,gNACF,CACA,uBACE,+BAAgC,CAEhC,cAAe,CADf,oBAEF,CACA,6BACE,+BAAgC,CAChC,yBACF,CACA,0CACE,iCACF,CACF","file":"style.css","sourcesContent":["@layer components {\n .osk-breadcrumbs {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n }\n .osk-breadcrumbs > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n }\n .osk-breadcrumbs > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n }\n .osk-breadcrumbs {\n padding: 0.625rem 0;\n background-color: var(--color-surface-primary);\n font-weight: bold;\n font-family: \"OrangeSK Neue\", Arial, \"Helvetica Neue\", sans-serif;\n font-size: 16px !important;\n line-height: 1.25;\n }\n .osk-breadcrumbs ol {\n font-size: inherit !important;\n line-height: inherit !important;\n }\n .osk-breadcrumbs__container {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n }\n @media screen and (min-width: 768px) {\n .osk-breadcrumbs__container {\n max-width: 744px;\n }\n }\n @media screen and (min-width: 992px) {\n .osk-breadcrumbs__container {\n max-width: 960px;\n }\n }\n @media screen and (min-width: 1240px) {\n .osk-breadcrumbs__container {\n max-width: 1200px;\n }\n }\n @media screen and (min-width: 1380px) {\n .osk-breadcrumbs__container {\n max-width: 1320px;\n }\n }\n .osk-breadcrumbs__container > *:last-child {\n margin-bottom: 0;\n }\n .osk-breadcrumbs__container {\n margin-top: 0;\n margin-bottom: 0;\n }\n .osk-breadcrumbs__item {\n display: inline;\n color: var(--color-text-secondary);\n margin-bottom: 0;\n }\n .osk-breadcrumbs__item::before {\n content: \"\";\n display: inline-block;\n font-family: inherit;\n width: 1.25rem;\n height: 0.6875rem;\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M0 1l1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd'/%3E%3C/svg%3E%0A\");\n background-position: center center;\n background-repeat: no-repeat;\n background-size: 0.375rem 0.625rem;\n }\n @media screen and (min-width: 480px) {\n .osk-breadcrumbs__item:first-child::before {\n display: none;\n }\n }\n @media screen and (max-width: 479.98px) {\n .osk-breadcrumbs__item:nth-last-child(2) {\n display: inline-block;\n position: relative;\n padding-left: 1.25rem;\n }\n }\n @media screen and (max-width: 479.98px) {\n .osk-breadcrumbs__item:nth-last-child(2)::before {\n transform: rotate(180deg);\n position: absolute;\n top: 50%;\n left: 0;\n width: 0.6rem;\n height: 1rem;\n transform: translateY(-50%) rotate(180deg);\n background-size: contain;\n }\n }\n @media screen and (max-width: 479.98px) {\n .osk-breadcrumbs__item:not(:nth-last-child(2)) {\n display: none;\n }\n }\n .bg-black .osk-breadcrumbs__item::before, .is-dark .osk-breadcrumbs__item::before {\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' %3E%3Cpath d='M0 1l1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd' fill='%23fff' /%3E%3C/svg%3E%0A\");\n }\n .osk-breadcrumbs__link {\n color: var(--color-text-default);\n text-decoration: none;\n display: inline;\n }\n .osk-breadcrumbs__link:hover {\n color: var(--color-text-default);\n text-decoration: underline;\n }\n .osk-breadcrumbs__link[aria-current=page] {\n color: var(--color-text-secondary);\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,iBACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,oBACE,eAEF,CACA,2BACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,iBAEE,6CAA8C,CAE9C,mEAA4E,CAC5E,wBAA0B,CAF1B,eAAiB,CAGjB,gBAAiB,CALjB,iBAMF,CACA,oBACE,2BAA6B,CAC7B,6BACF,CACA,4BAGE,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAGf,oBAAsB,CACtB,qBAAuB,CALvB,UAMF,CACA,oCACE,4BACE,eACF,CACF,CACA,oCACE,4BACE,eACF,CACF,CACA,qCACE,4BACE,gBACF,CACF,CACA,qCACE,4BACE,gBACF,CACF,CACA,wCACE,eACF,CACA,4BAEE,eAAgB,CADhB,YAEF,CACA,uBAEE,iCAAkC,CADlC,cAAe,CAEf,eACF,CACA,8BAME,kMAAwL,CACxL,uBAAkC,CAClC,2BAA4B,CAC5B,+BAAkC,CARlC,UAAW,CACX,oBAAqB,CACrB,mBAAoB,CAEpB,eAAiB,CADjB,aAMF,CACA,oCACE,0CACE,YACF,CACF,CACA,uCACE,yCACE,oBAAqB,CAErB,oBAAqB,CADrB,iBAEF,CAGA,gDAQE,uBAAwB,CAFxB,WAAY,CAFZ,MAAO,CAFP,iBAAkB,CAClB,OAAQ,CAFR,wBAAyB,CAMzB,yCAA0C,CAF1C,WAIF,CAGA,+CACE,YACF,CAhBF,CAkBA,+EACE,gNACF,CACA,uBACE,+BAAgC,CAEhC,cAAe,CADf,oBAEF,CACA,6BACE,+BAAgC,CAChC,yBACF,CACA,0CACE,iCACF,CACF","file":"style.css","sourcesContent":["@layer components {\n .osk-breadcrumbs {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n }\n .osk-breadcrumbs > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n }\n .osk-breadcrumbs > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n }\n .osk-breadcrumbs {\n padding: 0.625rem 0;\n background-color: var(--color-surface-primary);\n font-weight: bold;\n font-family: \"OrangeSK Neue\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 16px !important;\n line-height: 1.25;\n }\n .osk-breadcrumbs ol {\n font-size: inherit !important;\n line-height: inherit !important;\n }\n .osk-breadcrumbs__container {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n }\n @media screen and (min-width: 768px) {\n .osk-breadcrumbs__container {\n max-width: 744px;\n }\n }\n @media screen and (min-width: 992px) {\n .osk-breadcrumbs__container {\n max-width: 960px;\n }\n }\n @media screen and (min-width: 1240px) {\n .osk-breadcrumbs__container {\n max-width: 1200px;\n }\n }\n @media screen and (min-width: 1380px) {\n .osk-breadcrumbs__container {\n max-width: 1320px;\n }\n }\n .osk-breadcrumbs__container > *:last-child {\n margin-bottom: 0;\n }\n .osk-breadcrumbs__container {\n margin-top: 0;\n margin-bottom: 0;\n }\n .osk-breadcrumbs__item {\n display: inline;\n color: var(--color-text-secondary);\n margin-bottom: 0;\n }\n .osk-breadcrumbs__item::before {\n content: \"\";\n display: inline-block;\n font-family: inherit;\n width: 1.25rem;\n height: 0.6875rem;\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M0 1l1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd'/%3E%3C/svg%3E%0A\");\n background-position: center center;\n background-repeat: no-repeat;\n background-size: 0.375rem 0.625rem;\n }\n @media screen and (min-width: 480px) {\n .osk-breadcrumbs__item:first-child::before {\n display: none;\n }\n }\n @media screen and (max-width: 479.98px) {\n .osk-breadcrumbs__item:nth-last-child(2) {\n display: inline-block;\n position: relative;\n padding-left: 1.25rem;\n }\n }\n @media screen and (max-width: 479.98px) {\n .osk-breadcrumbs__item:nth-last-child(2)::before {\n transform: rotate(180deg);\n position: absolute;\n top: 50%;\n left: 0;\n width: 0.6rem;\n height: 1rem;\n transform: translateY(-50%) rotate(180deg);\n background-size: contain;\n }\n }\n @media screen and (max-width: 479.98px) {\n .osk-breadcrumbs__item:not(:nth-last-child(2)) {\n display: none;\n }\n }\n .bg-black .osk-breadcrumbs__item::before, .is-dark .osk-breadcrumbs__item::before {\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' %3E%3Cpath d='M0 1l1-1 5 5-5 5-1-1 4-4z' fill-rule='evenodd' fill='%23fff' /%3E%3C/svg%3E%0A\");\n }\n .osk-breadcrumbs__link {\n color: var(--color-text-default);\n text-decoration: none;\n display: inline;\n }\n .osk-breadcrumbs__link:hover {\n color: var(--color-text-default);\n text-decoration: underline;\n }\n .osk-breadcrumbs__link[aria-current=page] {\n color: var(--color-text-secondary);\n }\n}"]}
@@ -1,2 +1,2 @@
1
- @layer components{.carousel{display:flex;flex-direction:column;margin:0 auto 1.875rem;position:relative}.carousel--scrollbar{margin-left:0!important;margin-right:0!important}.carousel--bleed-right,.carousel--bleed-right .carousel__viewport-wrapper{overflow:visible}.carousel--bleed-right .carousel__viewport{margin-left:var(--carousel-bleed-margin-left,0)!important;margin-right:0;max-width:var(--carousel-bleed-viewport-width,100%);overflow:hidden!important;width:var(--carousel-bleed-viewport-width,100%)}@media only screen and (min-width:864px) and (max-width:991px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (min-width:1088px) and (max-width:1239px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (min-width:1340px) and (max-width:1379px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (min-width:1460px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}.container>.carousel.carousel--bleed-right{margin-left:0;margin-right:0}.carousel__viewport-wrapper{position:relative}.carousel__viewport{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 auto;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:none;transform:translateZ(0)}@media screen and (min-width:768px){.carousel__viewport{margin-left:3.125rem;margin-right:3.125rem}}.carousel--scrollbar .carousel__viewport{margin-left:0;margin-right:0}@media screen and (max-width:767.98px){.carousel__viewport{padding-bottom:.625rem}}@media screen and (min-width:768px){.carousel__viewport{margin-bottom:1.25rem;overflow-x:hidden}}.carousel__viewport.is-draggable{cursor:-webkit-grab;cursor:grab;user-select:none}.carousel__viewport.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.carousel__track{display:flex;margin:0;padding:0;transform:translateZ(0);width:100%;z-index:1}.carousel__slide{display:flex;flex:0 0 auto;flex-direction:column;max-width:100%;padding:0 1.25rem 0 0;user-select:none}.carousel__slide>*{flex-grow:0;flex-shrink:1}.carousel__slide>:last-child{margin-bottom:0}.carousel__slide img{pointer-events:none;user-select:none}.carousel__next,.carousel__prev{border:2px solid transparent;border-radius:.3125rem;cursor:pointer;font-size:1.125rem;font-weight:700;text-align:center;text-decoration:none;vertical-align:super}.carousel__next:focus-visible,.carousel__prev:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:2px}.carousel__next.is-active,.carousel__next:active,.carousel__prev.is-active,.carousel__prev:active{transition-property:none;z-index:2}.carousel__next[aria-disabled=true],.carousel__next[disabled],.carousel__prev[aria-disabled=true],.carousel__prev[disabled]{cursor:not-allowed}.carousel__next,.carousel__prev{align-items:center;display:inline-flex;flex:0 0 auto;flex-flow:row;height:2.5rem;justify-content:center;line-height:0;padding:0;width:2.5rem}.carousel__next:focus,.carousel__prev:focus{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__next:focus-visible,.carousel__prev:focus-visible{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__next:focus:not(:focus-visible),.carousel__prev:focus:not(:focus-visible){box-shadow:none;outline-color:transparent!important;outline-width:0!important}.carousel__next,.carousel__prev{border-radius:100%;margin:0;position:absolute;top:50%;z-index:10}@media screen and (max-width:767.98px){.carousel__next,.carousel__prev{display:none}}.carousel__prev{left:0;transform:translateY(-50%)}.carousel__next{right:0;transform:translateY(-50%)}.carousel__pagination{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0;user-select:none}.carousel__pagination-item{background:none;border:0;border-radius:100%;cursor:pointer;display:block;height:1.25rem;margin:.625rem;padding:0;user-select:none;width:1.25rem}.carousel__pagination-item:focus{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__pagination-item:focus-visible{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__pagination-item:focus:not(:focus-visible){box-shadow:none;outline-color:transparent!important;outline-width:0!important}.carousel__pagination-item{background-color:var(--color-icon-default)}.carousel__pagination-item.is-active,.carousel__pagination-item:hover{background-color:var(--color-icon-brand)}.carousel__scrollbar{position:relative}.carousel__scrollbar-horizontal{appearance:none;background-color:var(--color-surface-moderate);border-radius:99px;height:.375rem}.carousel__scrollbar-drag{background-color:var(--color-fill-contrast);border-radius:99px;height:.375rem;opacity:1}.carousel__scrollbar-drag:hover{background-color:var(--color-fill-secondary)!important}}
1
+ @layer components{.carousel{display:flex;flex-direction:column;margin:0 auto 1.875rem;position:relative}.carousel--scrollbar{margin-left:0!important;margin-right:0!important}.carousel--bleed-right,.carousel--bleed-right .carousel__viewport-wrapper{overflow:visible}.carousel--bleed-right .carousel__viewport{margin-left:var(--carousel-bleed-margin-left,0)!important;margin-right:0;max-width:var(--carousel-bleed-viewport-width,100%);overflow:visible!important;width:var(--carousel-bleed-viewport-width,100%)}@media only screen and (min-width:864px) and (max-width:991px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (min-width:1088px) and (max-width:1239px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (min-width:1340px) and (max-width:1379px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (min-width:1460px){.container>.carousel{margin-left:-3.75rem;margin-right:-3.75rem}}.container>.carousel.carousel--bleed-right{margin-left:0;margin-right:0}.carousel__viewport-wrapper{position:relative}.carousel__viewport{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 auto;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:none;transform:translateZ(0)}@media screen and (min-width:768px){.carousel__viewport{margin-left:3.125rem;margin-right:3.125rem}}.carousel--scrollbar .carousel__viewport{margin-left:0;margin-right:0}@media screen and (max-width:767.98px){.carousel__viewport{padding-bottom:.625rem}}@media screen and (min-width:768px){.carousel__viewport{margin-bottom:1.25rem;overflow-x:hidden}}.carousel__viewport.is-draggable{cursor:-webkit-grab;cursor:grab;user-select:none}.carousel__viewport.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.carousel__track{display:flex;margin:0;padding:0;transform:translateZ(0);width:100%;z-index:1}.carousel__slide{display:flex;flex:0 0 auto;flex-direction:column;max-width:100%;padding:0;user-select:none}.carousel__slide>*{flex-grow:0;flex-shrink:1}.carousel__slide>:last-child{margin-bottom:0}.carousel__slide img{pointer-events:none;user-select:none}.carousel__next,.carousel__prev{border:2px solid transparent;border-radius:.3125rem;cursor:pointer;font-size:1.125rem;font-weight:700;text-align:center;text-decoration:none;vertical-align:super}.carousel__next:focus-visible,.carousel__prev:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:2px}.carousel__next.is-active,.carousel__next:active,.carousel__prev.is-active,.carousel__prev:active{transition-property:none;z-index:2}.carousel__next[aria-disabled=true],.carousel__next[disabled],.carousel__prev[aria-disabled=true],.carousel__prev[disabled]{cursor:not-allowed}.carousel__next,.carousel__prev{align-items:center;display:inline-flex;flex:0 0 auto;flex-flow:row;height:2.5rem;justify-content:center;line-height:0;padding:0;width:2.5rem}.carousel__next:focus,.carousel__prev:focus{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__next:focus-visible,.carousel__prev:focus-visible{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__next:focus:not(:focus-visible),.carousel__prev:focus:not(:focus-visible){box-shadow:none;outline-color:transparent!important;outline-width:0!important}.carousel__next,.carousel__prev{border-radius:100%;margin:0;position:absolute;top:50%;z-index:10}@media screen and (max-width:767.98px){.carousel__next,.carousel__prev{display:none}}.carousel__prev{left:0;transform:translateY(-50%)}.carousel__next{right:0;transform:translateY(-50%)}.carousel__pagination{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0;user-select:none}.carousel__pagination-item{background:none;border:0;border-radius:100%;cursor:pointer;display:block;height:1.25rem;margin:.625rem;padding:0;user-select:none;width:1.25rem}.carousel__pagination-item:focus{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__pagination-item:focus-visible{box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast);outline-color:transparent!important;outline-width:0!important}.carousel__pagination-item:focus:not(:focus-visible){box-shadow:none;outline-color:transparent!important;outline-width:0!important}.carousel__pagination-item{background-color:var(--color-icon-default)}.carousel__pagination-item.is-active,.carousel__pagination-item:hover{background-color:var(--color-icon-brand)}.carousel__scrollbar{position:relative}.carousel__scrollbar-horizontal{appearance:none;background-color:var(--color-surface-moderate);border-radius:99px;height:.375rem}.carousel__scrollbar-drag{background-color:var(--color-fill-contrast);border-radius:99px;height:.375rem;opacity:1}.carousel__scrollbar-drag:hover{background-color:var(--color-fill-secondary)!important}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AACA,kBACE,UACE,YAAa,CACb,qBAAsB,CAGtB,sBAAuB,CADvB,iBAEF,CACA,qBACE,uBAAyB,CACzB,wBACF,CAIA,0EACE,gBACF,CACA,2CAIE,yDAA4D,CAD5D,cAAe,CADf,mDAAqD,CAGrD,yBAA2B,CAJ3B,+CAKF,CACA,+DACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,iEACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,iEACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,0CACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,2CACE,aAAc,CACd,cACF,CACA,4BACE,iBACF,CACA,oBAKE,gCAAiC,CACjC,uBAAwB,CALxB,aAAc,CAGd,eAAgB,CADhB,iBAAkB,CADlB,iBAAkB,CAMlB,oBAAqB,CADrB,uBAEF,CACA,oCACE,oBACE,oBAAqB,CACrB,qBACF,CACF,CACA,yCACE,aAAc,CACd,cACF,CACA,uCACE,oBACE,sBACF,CACF,CACA,oCACE,oBACE,qBAAsB,CACtB,iBACF,CACF,CACA,iCAEE,mBAAoB,CACpB,WAAY,CAFZ,gBAGF,CACA,gCACE,uBAAwB,CACxB,eACF,CACA,iBAKE,YAAa,CAFb,QAAS,CACT,SAAU,CAHV,uBAAwB,CACxB,UAAW,CAIX,SACF,CACA,iBACE,YAAa,CAGb,aAAc,CAFd,qBAAsB,CACtB,cAAe,CAEf,qBAAsB,CACtB,gBACF,CACA,mBAEE,WAAY,CADZ,aAEF,CACA,6BACE,eACF,CACA,qBAEE,mBAAoB,CADpB,gBAEF,CACA,gCACE,4BAA6B,CAG7B,sBAAwB,CAOxB,cAAe,CATf,kBAAmB,CACnB,eAAiB,CAKjB,iBAAkB,CAClB,oBAAqB,CACrB,oBAEF,CACA,4DACE,8CAA+C,CAC/C,kBACF,CACA,kGACE,wBAAyB,CACzB,SACF,CACA,4HACE,kBACF,CACA,gCAKE,kBAAmB,CAJnB,mBAAoB,CACpB,aAAc,CACd,aAAc,CAMd,aAAc,CALd,sBAAuB,CAGvB,aAAc,CADd,SAAU,CAEV,YAGF,CACA,4CAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,4DAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,oFAGE,eAAgB,CADhB,mCAAqC,CADrC,yBAGF,CACA,gCAKE,kBAAmB,CADnB,QAAS,CAHT,iBAAkB,CAClB,OAAQ,CACR,UAGF,CACA,uCACE,gCACE,YACF,CACF,CACA,gBACE,MAAO,CACP,0BACF,CACA,gBACE,OAAQ,CACR,0BACF,CACA,sBAEE,YAAa,CACb,cAAe,CACf,sBAAuB,CACvB,aAAc,CACd,SAAU,CALV,gBAMF,CACA,2BACE,eAAgB,CAChB,QAAS,CAST,kBAAmB,CALnB,cAAe,CADf,aAAc,CAId,cAAe,CACf,cAAgB,CAPhB,SAAU,CACV,gBAAiB,CAIjB,aAIF,CACA,iCAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,yCAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,qDAGE,eAAgB,CADhB,mCAAqC,CADrC,yBAGF,CACA,2BACE,0CACF,CAIA,sEACE,wCACF,CACA,qBACE,iBACF,CACA,gCAEE,eAAgB,CAChB,8CAA+C,CAC/C,kBAAmB,CAHnB,cAIF,CACA,0BAEE,2CAA4C,CAC5C,kBAAmB,CACnB,cAAgB,CAHhB,SAIF,CACA,gCACE,sDACF,CACF","file":"style.css","sourcesContent":["/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */\n@layer components {\n .carousel {\n display: flex;\n flex-direction: column;\n margin: 0 auto;\n position: relative;\n margin-bottom: 1.875rem;\n }\n .carousel--scrollbar {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n .carousel--bleed-right {\n overflow: visible;\n }\n .carousel--bleed-right .carousel__viewport-wrapper {\n overflow: visible;\n }\n .carousel--bleed-right .carousel__viewport {\n width: var(--carousel-bleed-viewport-width, 100%);\n max-width: var(--carousel-bleed-viewport-width, 100%);\n margin-right: 0;\n margin-left: var(--carousel-bleed-margin-left, 0) !important;\n overflow: hidden !important;\n }\n @media only screen and (min-width: 864px) and (max-width: 991px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n @media only screen and (min-width: 1088px) and (max-width: 1239px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n @media only screen and (min-width: 1340px) and (max-width: 1379px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n @media only screen and (min-width: 1460px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n .container > .carousel.carousel--bleed-right {\n margin-left: 0;\n margin-right: 0;\n }\n .carousel__viewport-wrapper {\n position: relative;\n }\n .carousel__viewport {\n margin: 0 auto;\n position: relative;\n overflow-y: hidden;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: none;\n transform: translateZ(0);\n scrollbar-width: none;\n }\n @media screen and (min-width: 768px) {\n .carousel__viewport {\n margin-left: 3.125rem;\n margin-right: 3.125rem;\n }\n }\n .carousel--scrollbar .carousel__viewport {\n margin-left: 0;\n margin-right: 0;\n }\n @media screen and (max-width: 767.98px) {\n .carousel__viewport {\n padding-bottom: 0.625rem;\n }\n }\n @media screen and (min-width: 768px) {\n .carousel__viewport {\n margin-bottom: 1.25rem;\n overflow-x: hidden;\n }\n }\n .carousel__viewport.is-draggable {\n user-select: none;\n cursor: -webkit-grab;\n cursor: grab;\n }\n .carousel__viewport.is-dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n }\n .carousel__track {\n transform: translateZ(0);\n width: 100%;\n margin: 0;\n padding: 0;\n display: flex;\n z-index: 1;\n }\n .carousel__slide {\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex: 0 0 auto;\n padding: 0 1.25rem 0 0;\n user-select: none;\n }\n .carousel__slide > * {\n flex-shrink: 1;\n flex-grow: 0;\n }\n .carousel__slide > *:last-child {\n margin-bottom: 0;\n }\n .carousel__slide img {\n user-select: none;\n pointer-events: none;\n }\n .carousel__prev, .carousel__next {\n border: 2px solid transparent;\n font-size: 1.125rem;\n font-weight: bold;\n border-radius: 0.3125rem;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n text-decoration: none;\n vertical-align: super;\n cursor: pointer;\n }\n .carousel__prev:focus-visible, .carousel__next:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n }\n .carousel__prev:active, .carousel__prev.is-active, .carousel__next:active, .carousel__next.is-active {\n transition-property: none;\n z-index: 2;\n }\n .carousel__prev[aria-disabled=true], .carousel__prev[disabled], .carousel__next[aria-disabled=true], .carousel__next[disabled] {\n cursor: not-allowed;\n }\n .carousel__prev, .carousel__next {\n display: inline-flex;\n flex: 0 0 auto;\n flex-flow: row;\n justify-content: center;\n align-items: center;\n padding: 0;\n line-height: 0;\n width: 2.5rem;\n height: 2.5rem;\n border-radius: 100%;\n }\n .carousel__prev:focus, .carousel__next:focus {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__prev:focus-visible, .carousel__next:focus-visible {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__prev:focus:not(:focus-visible), .carousel__next:focus:not(:focus-visible) {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: none;\n }\n .carousel__prev, .carousel__next {\n position: absolute;\n top: 50%;\n z-index: 10;\n margin: 0;\n border-radius: 100%;\n }\n @media screen and (max-width: 767.98px) {\n .carousel__prev, .carousel__next {\n display: none;\n }\n }\n .carousel__prev {\n left: 0;\n transform: translateY(-50%);\n }\n .carousel__next {\n right: 0;\n transform: translateY(-50%);\n }\n .carousel__pagination {\n user-select: none;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n margin: 0 auto;\n padding: 0;\n }\n .carousel__pagination-item {\n background: none;\n border: 0;\n padding: 0;\n user-select: none;\n display: block;\n cursor: pointer;\n border-radius: 100%;\n width: 1.25rem;\n height: 1.25rem;\n margin: 0.625rem;\n border-radius: 100%;\n }\n .carousel__pagination-item:focus {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__pagination-item:focus-visible {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__pagination-item:focus:not(:focus-visible) {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: none;\n }\n .carousel__pagination-item {\n background-color: var(--color-icon-default);\n }\n .carousel__pagination-item:hover {\n background-color: var(--color-icon-brand);\n }\n .carousel__pagination-item.is-active {\n background-color: var(--color-icon-brand);\n }\n .carousel__scrollbar {\n position: relative;\n }\n .carousel__scrollbar-horizontal {\n height: 0.375rem;\n appearance: none;\n background-color: var(--color-surface-moderate);\n border-radius: 99px;\n }\n .carousel__scrollbar-drag {\n opacity: 1;\n background-color: var(--color-fill-contrast);\n border-radius: 99px;\n height: 0.375rem;\n }\n .carousel__scrollbar-drag:hover {\n background-color: var(--color-fill-secondary) !important;\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AACA,kBACE,UACE,YAAa,CACb,qBAAsB,CAGtB,sBAAuB,CADvB,iBAEF,CACA,qBACE,uBAAyB,CACzB,wBACF,CAIA,0EACE,gBACF,CACA,2CAIE,yDAA4D,CAD5D,cAAe,CADf,mDAAqD,CAGrD,0BAA4B,CAJ5B,+CAKF,CACA,+DACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,iEACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,iEACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,0CACE,qBACE,oBAAqB,CACrB,qBACF,CACF,CACA,2CACE,aAAc,CACd,cACF,CACA,4BACE,iBACF,CACA,oBAKE,gCAAiC,CACjC,uBAAwB,CALxB,aAAc,CAGd,eAAgB,CADhB,iBAAkB,CADlB,iBAAkB,CAMlB,oBAAqB,CADrB,uBAEF,CACA,oCACE,oBACE,oBAAqB,CACrB,qBACF,CACF,CACA,yCACE,aAAc,CACd,cACF,CACA,uCACE,oBACE,sBACF,CACF,CACA,oCACE,oBACE,qBAAsB,CACtB,iBACF,CACF,CACA,iCAEE,mBAAoB,CACpB,WAAY,CAFZ,gBAGF,CACA,gCACE,uBAAwB,CACxB,eACF,CACA,iBAKE,YAAa,CAFb,QAAS,CACT,SAAU,CAHV,uBAAwB,CACxB,UAAW,CAIX,SACF,CACA,iBACE,YAAa,CAGb,aAAc,CAFd,qBAAsB,CACtB,cAAe,CAEf,SAAU,CACV,gBACF,CACA,mBAEE,WAAY,CADZ,aAEF,CACA,6BACE,eACF,CACA,qBAEE,mBAAoB,CADpB,gBAEF,CACA,gCACE,4BAA6B,CAG7B,sBAAwB,CAOxB,cAAe,CATf,kBAAmB,CACnB,eAAiB,CAKjB,iBAAkB,CAClB,oBAAqB,CACrB,oBAEF,CACA,4DACE,8CAA+C,CAC/C,kBACF,CACA,kGACE,wBAAyB,CACzB,SACF,CACA,4HACE,kBACF,CACA,gCAKE,kBAAmB,CAJnB,mBAAoB,CACpB,aAAc,CACd,aAAc,CAMd,aAAc,CALd,sBAAuB,CAGvB,aAAc,CADd,SAAU,CAEV,YAGF,CACA,4CAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,4DAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,oFAGE,eAAgB,CADhB,mCAAqC,CADrC,yBAGF,CACA,gCAKE,kBAAmB,CADnB,QAAS,CAHT,iBAAkB,CAClB,OAAQ,CACR,UAGF,CACA,uCACE,gCACE,YACF,CACF,CACA,gBACE,MAAO,CACP,0BACF,CACA,gBACE,OAAQ,CACR,0BACF,CACA,sBAEE,YAAa,CACb,cAAe,CACf,sBAAuB,CACvB,aAAc,CACd,SAAU,CALV,gBAMF,CACA,2BACE,eAAgB,CAChB,QAAS,CAST,kBAAmB,CALnB,cAAe,CADf,aAAc,CAId,cAAe,CACf,cAAgB,CAPhB,SAAU,CACV,gBAAiB,CAIjB,aAIF,CACA,iCAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,yCAGE,2FAA6F,CAD7F,mCAAqC,CADrC,yBAGF,CACA,qDAGE,eAAgB,CADhB,mCAAqC,CADrC,yBAGF,CACA,2BACE,0CACF,CAIA,sEACE,wCACF,CACA,qBACE,iBACF,CACA,gCAEE,eAAgB,CAChB,8CAA+C,CAC/C,kBAAmB,CAHnB,cAIF,CACA,0BAEE,2CAA4C,CAC5C,kBAAmB,CACnB,cAAgB,CAHhB,SAIF,CACA,gCACE,sDACF,CACF","file":"style.css","sourcesContent":["/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */\n@layer components {\n .carousel {\n display: flex;\n flex-direction: column;\n margin: 0 auto;\n position: relative;\n margin-bottom: 1.875rem;\n }\n .carousel--scrollbar {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n .carousel--bleed-right {\n overflow: visible;\n }\n .carousel--bleed-right .carousel__viewport-wrapper {\n overflow: visible;\n }\n .carousel--bleed-right .carousel__viewport {\n width: var(--carousel-bleed-viewport-width, 100%);\n max-width: var(--carousel-bleed-viewport-width, 100%);\n margin-right: 0;\n margin-left: var(--carousel-bleed-margin-left, 0) !important;\n overflow: visible !important;\n }\n @media only screen and (min-width: 864px) and (max-width: 991px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n @media only screen and (min-width: 1088px) and (max-width: 1239px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n @media only screen and (min-width: 1340px) and (max-width: 1379px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n @media only screen and (min-width: 1460px) {\n .container > .carousel {\n margin-left: -3.75rem;\n margin-right: -3.75rem;\n }\n }\n .container > .carousel.carousel--bleed-right {\n margin-left: 0;\n margin-right: 0;\n }\n .carousel__viewport-wrapper {\n position: relative;\n }\n .carousel__viewport {\n margin: 0 auto;\n position: relative;\n overflow-y: hidden;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: none;\n transform: translateZ(0);\n scrollbar-width: none;\n }\n @media screen and (min-width: 768px) {\n .carousel__viewport {\n margin-left: 3.125rem;\n margin-right: 3.125rem;\n }\n }\n .carousel--scrollbar .carousel__viewport {\n margin-left: 0;\n margin-right: 0;\n }\n @media screen and (max-width: 767.98px) {\n .carousel__viewport {\n padding-bottom: 0.625rem;\n }\n }\n @media screen and (min-width: 768px) {\n .carousel__viewport {\n margin-bottom: 1.25rem;\n overflow-x: hidden;\n }\n }\n .carousel__viewport.is-draggable {\n user-select: none;\n cursor: -webkit-grab;\n cursor: grab;\n }\n .carousel__viewport.is-dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n }\n .carousel__track {\n transform: translateZ(0);\n width: 100%;\n margin: 0;\n padding: 0;\n display: flex;\n z-index: 1;\n }\n .carousel__slide {\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex: 0 0 auto;\n padding: 0;\n user-select: none;\n }\n .carousel__slide > * {\n flex-shrink: 1;\n flex-grow: 0;\n }\n .carousel__slide > *:last-child {\n margin-bottom: 0;\n }\n .carousel__slide img {\n user-select: none;\n pointer-events: none;\n }\n .carousel__prev, .carousel__next {\n border: 2px solid transparent;\n font-size: 1.125rem;\n font-weight: bold;\n border-radius: 0.3125rem;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n text-decoration: none;\n vertical-align: super;\n cursor: pointer;\n }\n .carousel__prev:focus-visible, .carousel__next:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n }\n .carousel__prev:active, .carousel__prev.is-active, .carousel__next:active, .carousel__next.is-active {\n transition-property: none;\n z-index: 2;\n }\n .carousel__prev[aria-disabled=true], .carousel__prev[disabled], .carousel__next[aria-disabled=true], .carousel__next[disabled] {\n cursor: not-allowed;\n }\n .carousel__prev, .carousel__next {\n display: inline-flex;\n flex: 0 0 auto;\n flex-flow: row;\n justify-content: center;\n align-items: center;\n padding: 0;\n line-height: 0;\n width: 2.5rem;\n height: 2.5rem;\n border-radius: 100%;\n }\n .carousel__prev:focus, .carousel__next:focus {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__prev:focus-visible, .carousel__next:focus-visible {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__prev:focus:not(:focus-visible), .carousel__next:focus:not(:focus-visible) {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: none;\n }\n .carousel__prev, .carousel__next {\n position: absolute;\n top: 50%;\n z-index: 10;\n margin: 0;\n border-radius: 100%;\n }\n @media screen and (max-width: 767.98px) {\n .carousel__prev, .carousel__next {\n display: none;\n }\n }\n .carousel__prev {\n left: 0;\n transform: translateY(-50%);\n }\n .carousel__next {\n right: 0;\n transform: translateY(-50%);\n }\n .carousel__pagination {\n user-select: none;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n margin: 0 auto;\n padding: 0;\n }\n .carousel__pagination-item {\n background: none;\n border: 0;\n padding: 0;\n user-select: none;\n display: block;\n cursor: pointer;\n border-radius: 100%;\n width: 1.25rem;\n height: 1.25rem;\n margin: 0.625rem;\n border-radius: 100%;\n }\n .carousel__pagination-item:focus {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__pagination-item:focus-visible {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n }\n .carousel__pagination-item:focus:not(:focus-visible) {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: none;\n }\n .carousel__pagination-item {\n background-color: var(--color-icon-default);\n }\n .carousel__pagination-item:hover {\n background-color: var(--color-icon-brand);\n }\n .carousel__pagination-item.is-active {\n background-color: var(--color-icon-brand);\n }\n .carousel__scrollbar {\n position: relative;\n }\n .carousel__scrollbar-horizontal {\n height: 0.375rem;\n appearance: none;\n background-color: var(--color-surface-moderate);\n border-radius: 99px;\n }\n .carousel__scrollbar-drag {\n opacity: 1;\n background-color: var(--color-fill-contrast);\n border-radius: 99px;\n height: 0.375rem;\n }\n .carousel__scrollbar-drag:hover {\n background-color: var(--color-fill-secondary) !important;\n }\n}"]}
@@ -1,2 +1,2 @@
1
- @layer components{.expander{font-size:1.125rem;margin-bottom:1.875rem}.expander summary{align-items:center;display:flex;font-weight:700;line-height:normal}.expander summary::marker{content:""}.expander summary::-webkit-details-marker{display:none}.expander summary:hover{color:var(--color-text-accent);cursor:pointer}.expander__summary,.expander__summary--opened{display:block;gap:.3125rem}.expander__summary{align-items:center;display:flex}.expander__summary--opened{display:none}.expander--fullwidth .expander__summary{justify-content:space-between;width:100%}.expander[open] svg[data-summary-icon]{transform:rotate(180deg)!important}.expander[open] summary{margin-bottom:1.875rem}.expander[open] .expander__summary:has(+.expander__summary--opened){display:none}.expander[open] .expander__summary--opened{align-items:center;display:flex}}
1
+ @layer components{.expander{font-size:1.125rem;margin-bottom:1.875rem}.expander summary{align-items:center;display:flex;font-weight:700;line-height:normal}.expander summary::marker{content:""}.expander summary::-webkit-details-marker{display:none}.expander summary:hover{color:var(--color-text-accent);cursor:pointer}.expander__summary,.expander__summary--opened{display:block;gap:.3125rem}.expander__summary{align-items:center;display:flex}.expander__summary--opened{display:none}.expander--fullwidth .expander__summary{justify-content:space-between;width:100%}.expander--placement-top[open]{display:flex;flex-direction:column-reverse}.expander--placement-top[open] summary{margin-bottom:0;margin-top:1.875rem}.expander[open] svg[data-summary-icon]{transform:rotate(180deg)!important}.expander[open] summary{margin-bottom:1.875rem}.expander[open] .expander__summary:has(+.expander__summary--opened){display:none}.expander[open] .expander__summary--opened{align-items:center;display:flex}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,UAEE,kBAAmB,CADnB,sBAEF,CACA,kBAIE,kBAAmB,CADnB,YAAa,CAFb,eAAgB,CAChB,kBAGF,CACA,0BACE,UACF,CACA,0CACE,YACF,CACA,wBAEE,8BAA+B,CAD/B,cAEF,CACA,8CAEE,aAAc,CADd,YAEF,CACA,mBAEE,kBAAmB,CADnB,YAEF,CACA,2BACE,YACF,CACA,wCAEE,6BAA8B,CAD9B,UAEF,CACA,uCACE,kCACF,CACA,wBACE,sBACF,CACA,oEACE,YACF,CACA,2CAEE,kBAAmB,CADnB,YAEF,CACF","file":"style.css","sourcesContent":["@layer components {\n .expander {\n margin-bottom: 1.875rem;\n font-size: 1.125rem;\n }\n .expander summary {\n font-weight: 700;\n line-height: normal;\n display: flex;\n align-items: center;\n }\n .expander summary::marker {\n content: \"\";\n }\n .expander summary::-webkit-details-marker {\n display: none;\n }\n .expander summary:hover {\n cursor: pointer;\n color: var(--color-text-accent);\n }\n .expander__summary, .expander__summary--opened {\n gap: 0.3125rem;\n display: block;\n }\n .expander__summary {\n display: flex;\n align-items: center;\n }\n .expander__summary--opened {\n display: none;\n }\n .expander--fullwidth .expander__summary {\n width: 100%;\n justify-content: space-between;\n }\n .expander[open] svg[data-summary-icon] {\n transform: rotate(180deg) !important;\n }\n .expander[open] summary {\n margin-bottom: 1.875rem;\n }\n .expander[open] .expander__summary:has(+ .expander__summary--opened) {\n display: none;\n }\n .expander[open] .expander__summary--opened {\n display: flex;\n align-items: center;\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,UAEE,kBAAmB,CADnB,sBAEF,CACA,kBAIE,kBAAmB,CADnB,YAAa,CAFb,eAAgB,CAChB,kBAGF,CACA,0BACE,UACF,CACA,0CACE,YACF,CACA,wBAEE,8BAA+B,CAD/B,cAEF,CACA,8CAEE,aAAc,CADd,YAEF,CACA,mBAEE,kBAAmB,CADnB,YAEF,CACA,2BACE,YACF,CACA,wCAEE,6BAA8B,CAD9B,UAEF,CACA,+BACE,YAAa,CACb,6BACF,CACA,uCAEE,eAAgB,CADhB,mBAEF,CACA,uCACE,kCACF,CACA,wBACE,sBACF,CACA,oEACE,YACF,CACA,2CAEE,kBAAmB,CADnB,YAEF,CACF","file":"style.css","sourcesContent":["@layer components {\n .expander {\n margin-bottom: 1.875rem;\n font-size: 1.125rem;\n }\n .expander summary {\n font-weight: 700;\n line-height: normal;\n display: flex;\n align-items: center;\n }\n .expander summary::marker {\n content: \"\";\n }\n .expander summary::-webkit-details-marker {\n display: none;\n }\n .expander summary:hover {\n cursor: pointer;\n color: var(--color-text-accent);\n }\n .expander__summary, .expander__summary--opened {\n gap: 0.3125rem;\n display: block;\n }\n .expander__summary {\n display: flex;\n align-items: center;\n }\n .expander__summary--opened {\n display: none;\n }\n .expander--fullwidth .expander__summary {\n width: 100%;\n justify-content: space-between;\n }\n .expander--placement-top[open] {\n display: flex;\n flex-direction: column-reverse;\n }\n .expander--placement-top[open] summary {\n margin-top: 1.875rem;\n margin-bottom: 0;\n }\n .expander[open] svg[data-summary-icon] {\n transform: rotate(180deg) !important;\n }\n .expander[open] summary {\n margin-bottom: 1.875rem;\n }\n .expander[open] .expander__summary:has(+ .expander__summary--opened) {\n display: none;\n }\n .expander[open] .expander__summary--opened {\n display: flex;\n align-items: center;\n }\n}"]}
@@ -1,2 +1,2 @@
1
- .footer .sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.footer a{color:var(--color-text-default);font-size:inherit;text-decoration:none}.footer a:active,.footer a:focus,.footer a:hover{text-decoration:underline;text-underline-offset:.25rem}.footer a:focus-visible{outline:2px solid var(--color-border-accent);outline-offset:2px}.footer [contentEditable=true]:focus,.footer [tabindex]:not([tabindex="-1"]):focus,.footer [type=button]:focus,.footer a[href]:focus,.footer area[href]:focus,.footer button:focus,.footer iframe:focus,.footer input:focus,.footer select:focus,.footer textarea:focus{outline:2px solid var(--color-border-contrast);outline-offset:2px}.footer [contentEditable=true]:focus-visible,.footer [tabindex]:not([tabindex="-1"]):focus-visible,.footer [type=button]:focus-visible,.footer a[href]:focus-visible,.footer area[href]:focus-visible,.footer button:focus-visible,.footer iframe:focus-visible,.footer input:focus-visible,.footer select:focus-visible,.footer textarea:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:2px}.footer [contentEditable=true]:focus:not(:focus-visible),.footer [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),.footer [type=button]:focus:not(:focus-visible),.footer a[href]:focus:not(:focus-visible),.footer area[href]:focus:not(:focus-visible),.footer button:focus:not(:focus-visible),.footer iframe:focus:not(:focus-visible),.footer input:focus:not(:focus-visible),.footer select:focus:not(:focus-visible),.footer textarea:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.footer *{box-sizing:border-box}.footer ::selection{background-color:rgba(241,94,0,.9);color:var(--color-text-default)}.footer hr{border:0;border-top:1px solid var(--color-border-subtle);margin-bottom:1.875rem;margin-top:1.875rem}@media screen and (max-width:479.98px){.footer hr{margin-bottom:.9375rem;margin-top:.9375rem}}.footer,.footer.is-light{--color-background-primary:#fff;--color-background-secondary:#f4f4f4;--color-background-contrast:#141414;--color-background-accent:#fff6ed;--color-background-accent1-blog:#fff6cc;--color-background-accent2-blog:#eee7f7;--color-surface-primary:#fff;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f15e00;--color-surface-subtle:#eee;--color-surface-moderate:#ddd;--color-surface-contrast:#141414;--color-surface-accent:#fff6ed;--color-fill-primary:#fff;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f15e00;--color-fill-subtle:#eee;--color-fill-moderate:#ddd;--color-fill-disabled:#ccc;--color-fill-contrast:#000;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.078);--color-fill-positive:rgba(34,135,34,.078);--color-fill-warning:rgba(255,204,0,.078);--color-fill-negative:rgba(205,60,20,.078);--color-border-subtle:#ddd;--color-border-strong:#ccc;--color-border-contrast:#000;--color-border-accent:#f15e00;--color-border-information:#4170d8;--color-border-positive:#228722;--color-border-warning:#fc0;--color-border-negative:#cd3c14;--color-icon-default:#000;--color-icon-inverse:#fff;--color-icon-brand:#f15e00;--color-icon-accent:#ffc48f;--color-icon-disabled:#ccc;--color-icon-information:#4170d8;--color-icon-positive:#228722;--color-icon-warning:#fc0;--color-icon-negative:#cd3c14;--color-text-default:#000;--color-text-secondary:#666;--color-text-disabled:#ccc;--color-text-inverse:#fff;--color-text-accent:#f15e00;--tag-orange:#ffc48f;--tag-black:#333;--tag-yellow:#fff6b6;--tag-green:#b8ebd6;--tag-blue:#b5e8f7;--tag-success:#228722;--tag-danger:#cd3c14;--tag-info:#4170d8;--tag-warning:#fc0;--tag-text-dark:#000;--tag-text-light:#fff}.footer.is-dark{--color-background-primary:#141414;--color-background-secondary:#333;--color-background-contrast:#fff;--color-background-accent:#2b1a10;--color-background-accent1-blog:#62342d;--color-background-accent2-blog:#2b1a10;--color-surface-primary:#141414;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f15e00;--color-surface-subtle:#333;--color-surface-moderate:#595959;--color-surface-contrast:#fff;--color-surface-accent:#2b1a10;--color-fill-primary:#000;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f15e00;--color-fill-subtle:#333;--color-fill-moderate:#595959;--color-fill-disabled:#666;--color-fill-contrast:#fff;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.2);--color-fill-positive:rgba(34,135,34,.2);--color-fill-warning:rgba(255,204,0,.2);--color-fill-negative:rgba(205,60,20,.2);--color-border-subtle:#333;--color-border-strong:#666;--color-border-contrast:#fff;--color-border-accent:#ff7900;--color-border-information:#69f;--color-border-positive:#6c6;--color-border-warning:#fc0;--color-border-negative:#ff4d4d;--color-icon-default:#fff;--color-icon-inverse:#000;--color-icon-brand:#ff7900;--color-icon-accent:#da8436;--color-icon-disabled:#666;--color-icon-information:#69f;--color-icon-positive:#6c6;--color-icon-warning:#fc0;--color-icon-negative:#ff4d4d;--color-text-default:#fff;--color-text-secondary:#ccc;--color-text-disabled:#666;--color-text-inverse:#000;--color-text-accent:#ff7900;--tag-orange:#ffc48f;--tag-black:#333;--tag-yellow:#fff6b6;--tag-green:#b8ebd6;--tag-blue:#b5e8f7;--tag-success:#228722;--tag-danger:#cd3c14;--tag-info:#4170d8;--tag-warning:#fc0;--tag-text-dark:#000;--tag-text-light:#fff}.footer{background-color:var(--color-surface-primary);box-sizing:border-box;color:var(--color-text-default);font-family:OrangeSK Neue,Arial,Helvetica Neue,sans-serif;font-size:1rem;letter-spacing:-.00625rem;line-height:1.125rem;padding:3.75rem 0}@media screen and (max-width:991.98px){.footer{padding:1.875rem 0}}.footer :where(p),.footer :where(ul){font-size:.875rem;line-height:1.09375rem}.footer__container{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}@media screen and (min-width:768px){.footer__container{max-width:744px}}@media screen and (min-width:992px){.footer__container{max-width:960px}}@media screen and (min-width:1240px){.footer__container{max-width:1200px}}@media screen and (min-width:1380px){.footer__container{max-width:1320px}}.footer__container>:last-child{margin-bottom:0}.footer__container{margin-bottom:0;margin-top:0}.footer__menu{display:grid;grid-template-columns:repeat(1,1fr);row-gap:1.875rem}@media screen and (max-width:479.98px){.footer__menu{margin-bottom:1.875rem;row-gap:0}}@media screen and (min-width:480px){.footer__menu{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){.footer__menu{gap:1.25rem;grid-template-columns:repeat(3,1fr);row-gap:1.25rem}}@media screen and (min-width:992px){.footer__menu{gap:1.875rem;grid-template-columns:repeat(4,1fr);row-gap:2.5rem}}@media screen and (max-width:479.98px){.footer__menu-section{border-bottom:1px solid var(--color-border-strong);display:flex;flex-direction:column;justify-content:center}.footer__menu-section:first-child{border-top:1px solid var(--color-border-strong)}.footer__menu-section:last-child{border-bottom:0}.footer__menu-section ul{list-style-type:square}.footer__menu-section ul ul{list-style-type:disc}.footer__menu-section ul ul ul{list-style-type:circle}.footer__menu-section:first-child{border-top:0}.footer__menu-section:last-child{border-bottom:1px solid var(--color-border-strong)}.footer__menu-section .footer__list{margin-top:.625rem!important}}.footer__logo{display:inline-flex}.footer__title{font-size:1rem;letter-spacing:-.00625rem;line-height:1.25rem}@media screen and (min-width:768px){.footer__title{font-size:1.125rem;font-weight:700;letter-spacing:-.0125rem;line-height:1.375rem}}.footer__title{color:var(--color-text-default);font-weight:700;margin-bottom:1.875rem;margin-top:0}@media screen and (max-width:991.98px){.footer__title{margin-bottom:1.5625rem}}.footer__accordion-toggle{background:transparent;border:0;margin:0 0 1.875rem;padding:0;text-align:left;width:100%}@media screen and (min-width:480px){.footer__accordion-toggle{display:block;pointer-events:none}}@media screen and (max-width:479.98px){.footer__accordion-toggle{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;text-align:left;width:100%}.footer__accordion-toggle:focus-visible,.footer__accordion-toggle:hover{color:var(--color-text-accent);cursor:pointer}.footer__accordion-toggle:focus{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.footer__accordion-toggle:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.footer__accordion-toggle:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.footer__accordion-toggle{gap:.75rem;margin-bottom:0;padding:.9375rem 0}.footer__accordion-toggle .footer__title{margin:0}}.footer__accordion-icon{display:block;flex:0 0 auto}@media screen and (min-width:480px){.footer__accordion-icon{display:none}}.footer__accordion-icon{transition:none}@media screen and (max-width:479.98px){.footer__divider--hide-xs-down{display:none}}[data-footer-toggle][aria-expanded=false]>.footer__accordion-icon{transform:rotate(0deg)}[data-footer-toggle][aria-expanded=true]>.footer__accordion-icon{transform:rotate(180deg)}.footer__list{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.footer__list>li{margin-bottom:0}.footer__list>li:before{content:" ";height:0;position:absolute;width:0}.footer__list li{margin-bottom:.625rem}.footer__list--inline{display:flex;flex-wrap:wrap;gap:1.25rem;row-gap:.625rem}.footer__list--inline li{margin:0}.footer__list--inline{align-items:center}.footer__list-break--sm-down{display:none;flex-basis:100%;height:0;list-style:none;margin:0!important;padding:0!important;width:100%}@media screen and (max-width:767.98px){.footer__list-break--sm-down{display:block}}.footer__list--space-small{gap:.625rem}@media screen and (max-width:767.98px){.footer__list--stack-sm-down{align-items:flex-start;flex-direction:column;gap:.625rem}}@media screen and (max-width:479.98px){.footer__menu-section>.footer__list{margin-bottom:1.875rem;margin-top:1.25rem}.footer__menu-section>.footer__list p:last-child{margin-bottom:0}}.footer__list-item--lead{margin-right:.625rem!important}@media screen and (max-width:767.98px){.footer__list-item--lead{margin-right:0!important}}.footer__bar{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}@media screen and (max-width:767.98px){.footer__bar{align-items:flex-start;flex-direction:column}}.footer__bottom{align-items:end;display:grid;gap:1.875rem;grid-template-columns:repeat(1,1fr);row-gap:2.5rem}@media screen and (min-width:768px){.footer__bottom{grid-template-columns:3fr 1fr}}.footer__bottom{font-size:.875rem;font-weight:400;line-height:1rem;text-align:right}@media screen and (max-width:991.98px){.footer__bottom{text-align:inherit}}.footer--mb-xlarge{margin-bottom:3.75rem}@media screen and (max-width:991.98px){.footer--mb-xlarge{margin-bottom:1.875rem}}
1
+ .footer .sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.footer a{color:var(--color-text-default);font-size:inherit;text-decoration:none}.footer a:active,.footer a:focus,.footer a:hover{text-decoration:underline;text-underline-offset:.25rem}.footer a:focus-visible{outline:2px solid var(--color-border-accent);outline-offset:2px}.footer [contentEditable=true]:focus,.footer [tabindex]:not([tabindex="-1"]):focus,.footer [type=button]:focus,.footer a[href]:focus,.footer area[href]:focus,.footer button:focus,.footer iframe:focus,.footer input:focus,.footer select:focus,.footer textarea:focus{outline:2px solid var(--color-border-contrast);outline-offset:2px}.footer [contentEditable=true]:focus-visible,.footer [tabindex]:not([tabindex="-1"]):focus-visible,.footer [type=button]:focus-visible,.footer a[href]:focus-visible,.footer area[href]:focus-visible,.footer button:focus-visible,.footer iframe:focus-visible,.footer input:focus-visible,.footer select:focus-visible,.footer textarea:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:2px}.footer [contentEditable=true]:focus:not(:focus-visible),.footer [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),.footer [type=button]:focus:not(:focus-visible),.footer a[href]:focus:not(:focus-visible),.footer area[href]:focus:not(:focus-visible),.footer button:focus:not(:focus-visible),.footer iframe:focus:not(:focus-visible),.footer input:focus:not(:focus-visible),.footer select:focus:not(:focus-visible),.footer textarea:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.footer *{box-sizing:border-box}.footer ::selection{background-color:rgba(241,94,0,.9);color:var(--color-text-default)}.footer hr{border:0;border-top:1px solid var(--color-border-subtle);margin-bottom:1.875rem;margin-top:1.875rem}@media screen and (max-width:479.98px){.footer hr{margin-bottom:.9375rem;margin-top:.9375rem}}.footer,.footer.is-light{--color-background-primary:#fff;--color-background-secondary:#f4f4f4;--color-background-contrast:#141414;--color-background-accent:#fff6ed;--color-background-accent1-blog:#fff6cc;--color-background-accent2-blog:#eee7f7;--color-surface-primary:#fff;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f15e00;--color-surface-subtle:#eee;--color-surface-moderate:#ddd;--color-surface-contrast:#141414;--color-surface-accent:#fff6ed;--color-fill-primary:#fff;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f15e00;--color-fill-subtle:#eee;--color-fill-moderate:#ddd;--color-fill-disabled:#ccc;--color-fill-contrast:#000;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.078);--color-fill-positive:rgba(34,135,34,.078);--color-fill-warning:rgba(255,204,0,.078);--color-fill-negative:rgba(205,60,20,.078);--color-border-subtle:#ddd;--color-border-strong:#ccc;--color-border-contrast:#000;--color-border-accent:#f15e00;--color-border-information:#4170d8;--color-border-positive:#228722;--color-border-warning:#fc0;--color-border-negative:#cd3c14;--color-icon-default:#000;--color-icon-inverse:#fff;--color-icon-brand:#f15e00;--color-icon-accent:#ffc48f;--color-icon-disabled:#ccc;--color-icon-information:#4170d8;--color-icon-positive:#228722;--color-icon-warning:#fc0;--color-icon-negative:#cd3c14;--color-text-default:#000;--color-text-secondary:#666;--color-text-disabled:#ccc;--color-text-inverse:#fff;--color-text-accent:#f15e00;--tag-orange:#ffc48f;--tag-black:#333;--tag-yellow:#fff6b6;--tag-green:#b8ebd6;--tag-blue:#b5e8f7;--tag-success:#228722;--tag-danger:#cd3c14;--tag-info:#4170d8;--tag-warning:#fc0;--tag-text-dark:#000;--tag-text-light:#fff}.footer.is-dark{--color-background-primary:#141414;--color-background-secondary:#333;--color-background-contrast:#fff;--color-background-accent:#2b1a10;--color-background-accent1-blog:#62342d;--color-background-accent2-blog:#2b1a10;--color-surface-primary:#141414;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f15e00;--color-surface-subtle:#333;--color-surface-moderate:#595959;--color-surface-contrast:#fff;--color-surface-accent:#2b1a10;--color-fill-primary:#000;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f15e00;--color-fill-subtle:#333;--color-fill-moderate:#595959;--color-fill-disabled:#666;--color-fill-contrast:#fff;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.2);--color-fill-positive:rgba(34,135,34,.2);--color-fill-warning:rgba(255,204,0,.2);--color-fill-negative:rgba(205,60,20,.2);--color-border-subtle:#333;--color-border-strong:#666;--color-border-contrast:#fff;--color-border-accent:#ff7900;--color-border-information:#69f;--color-border-positive:#6c6;--color-border-warning:#fc0;--color-border-negative:#ff4d4d;--color-icon-default:#fff;--color-icon-inverse:#000;--color-icon-brand:#ff7900;--color-icon-accent:#da8436;--color-icon-disabled:#666;--color-icon-information:#69f;--color-icon-positive:#6c6;--color-icon-warning:#fc0;--color-icon-negative:#ff4d4d;--color-text-default:#fff;--color-text-secondary:#ccc;--color-text-disabled:#666;--color-text-inverse:#000;--color-text-accent:#ff7900;--tag-orange:#ffc48f;--tag-black:#333;--tag-yellow:#fff6b6;--tag-green:#b8ebd6;--tag-blue:#b5e8f7;--tag-success:#228722;--tag-danger:#cd3c14;--tag-info:#4170d8;--tag-warning:#fc0;--tag-text-dark:#000;--tag-text-light:#fff}.footer{background-color:var(--color-surface-primary);box-sizing:border-box;color:var(--color-text-default);font-family:OrangeSK Neue,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;letter-spacing:-.00625rem;line-height:1.125rem;padding:3.75rem 0}@media screen and (max-width:991.98px){.footer{padding:1.875rem 0}}.footer :where(p),.footer :where(ul){font-size:.875rem;line-height:1.09375rem}.footer__container{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}@media screen and (min-width:768px){.footer__container{max-width:744px}}@media screen and (min-width:992px){.footer__container{max-width:960px}}@media screen and (min-width:1240px){.footer__container{max-width:1200px}}@media screen and (min-width:1380px){.footer__container{max-width:1320px}}.footer__container>:last-child{margin-bottom:0}.footer__container{margin-bottom:0;margin-top:0}.footer__menu{display:grid;grid-template-columns:repeat(1,1fr);row-gap:1.875rem}@media screen and (max-width:479.98px){.footer__menu{margin-bottom:1.875rem;row-gap:0}}@media screen and (min-width:480px){.footer__menu{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){.footer__menu{gap:1.25rem;grid-template-columns:repeat(3,1fr);row-gap:1.25rem}}@media screen and (min-width:992px){.footer__menu{gap:1.875rem;grid-template-columns:repeat(4,1fr);row-gap:2.5rem}}@media screen and (max-width:479.98px){.footer__menu-section{border-bottom:1px solid var(--color-border-strong);display:flex;flex-direction:column;justify-content:center}.footer__menu-section:first-child{border-top:1px solid var(--color-border-strong)}.footer__menu-section:last-child{border-bottom:0}.footer__menu-section ul{list-style-type:square}.footer__menu-section ul ul{list-style-type:disc}.footer__menu-section ul ul ul{list-style-type:circle}.footer__menu-section:first-child{border-top:0}.footer__menu-section:last-child{border-bottom:1px solid var(--color-border-strong)}.footer__menu-section .footer__list{margin-top:.625rem!important}}.footer__logo{display:inline-flex}.footer__title{font-size:1rem;letter-spacing:-.00625rem;line-height:1.25rem}@media screen and (min-width:768px){.footer__title{font-size:1.125rem;font-weight:700;letter-spacing:-.0125rem;line-height:1.375rem}}.footer__title{color:var(--color-text-default);font-weight:700;margin-bottom:1.875rem;margin-top:0}@media screen and (max-width:991.98px){.footer__title{margin-bottom:1.5625rem}}.footer__accordion-toggle{background:transparent;border:0;margin:0 0 1.875rem;padding:0;text-align:left;width:100%}@media screen and (min-width:480px){.footer__accordion-toggle{display:block;pointer-events:none}}@media screen and (max-width:479.98px){.footer__accordion-toggle{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;text-align:left;width:100%}.footer__accordion-toggle:focus-visible,.footer__accordion-toggle:hover{color:var(--color-text-accent);cursor:pointer}.footer__accordion-toggle:focus{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.footer__accordion-toggle:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.footer__accordion-toggle:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.footer__accordion-toggle{gap:.75rem;margin-bottom:0;padding:.9375rem 0}.footer__accordion-toggle .footer__title{margin:0}}.footer__accordion-icon{display:block;flex:0 0 auto}@media screen and (min-width:480px){.footer__accordion-icon{display:none}}.footer__accordion-icon{transition:none}@media screen and (max-width:479.98px){.footer__divider--hide-xs-down{display:none}}[data-footer-toggle][aria-expanded=false]>.footer__accordion-icon{transform:rotate(0deg)}[data-footer-toggle][aria-expanded=true]>.footer__accordion-icon{transform:rotate(180deg)}.footer__list{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.footer__list>li{margin-bottom:0}.footer__list>li:before{content:" ";height:0;position:absolute;width:0}.footer__list li{margin-bottom:.625rem}.footer__list--inline{display:flex;flex-wrap:wrap;gap:1.25rem;row-gap:.625rem}.footer__list--inline li{margin:0}.footer__list--inline{align-items:center}.footer__list-break--sm-down{display:none;flex-basis:100%;height:0;list-style:none;margin:0!important;padding:0!important;width:100%}@media screen and (max-width:767.98px){.footer__list-break--sm-down{display:block}}.footer__list--space-small{gap:.625rem}@media screen and (max-width:767.98px){.footer__list--stack-sm-down{align-items:flex-start;flex-direction:column;gap:.625rem}}@media screen and (max-width:479.98px){.footer__menu-section>.footer__list{margin-bottom:1.875rem;margin-top:1.25rem}.footer__menu-section>.footer__list p:last-child{margin-bottom:0}}.footer__list-item--lead{margin-right:.625rem!important}@media screen and (max-width:767.98px){.footer__list-item--lead{margin-right:0!important}}.footer__bar{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}@media screen and (max-width:767.98px){.footer__bar{align-items:flex-start;flex-direction:column}}.footer__bottom{align-items:end;display:grid;gap:1.875rem;grid-template-columns:repeat(1,1fr);row-gap:2.5rem}@media screen and (min-width:768px){.footer__bottom{grid-template-columns:3fr 1fr}}.footer__bottom{font-size:.875rem;font-weight:400;line-height:1rem;text-align:right}@media screen and (max-width:991.98px){.footer__bottom{text-align:inherit}}.footer--mb-xlarge{margin-bottom:3.75rem}@media screen and (max-width:991.98px){.footer--mb-xlarge{margin-bottom:1.875rem}}
2
2
  /*# sourceMappingURL=style.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,iBAQE,0BAA2B,CAC3B,0BAA8B,CAJ9B,QAAS,CAJT,UAAW,CAEX,WAAY,CAIZ,eAAgB,CAHhB,SAAU,CAEV,iBAAkB,CAJlB,SAQF,CACA,UACE,+BAAgC,CAEhC,iBAAkB,CADlB,oBAEF,CACA,iDACE,yBAA0B,CAC1B,4BACF,CACA,wBACE,4CAA6C,CAC7C,kBACF,CACA,wQAUE,8CAA+C,CAC/C,kBACF,CACA,wVAUE,8CAA+C,CAC/C,kBACF,CACA,gdAWE,yBAA0B,CAD1B,eAEF,CACA,UACE,qBACF,CACA,oBACE,kCAAuC,CACvC,+BACF,CACA,WAGE,QAAS,CACT,+CAAgD,CAFhD,sBAAuB,CADvB,mBAIF,CACA,uCACE,WAEE,sBAAwB,CADxB,mBAEF,CACF,CAEA,yBAEE,+BAAmC,CACnC,oCAAqC,CACrC,mCAAoC,CACpC,iCAAkC,CAClC,uCAAwC,CACxC,uCAAwC,CACxC,4BAAgC,CAChC,iCAAkC,CAClC,gCAAiC,CACjC,2BAA+B,CAC/B,6BAAiC,CACjC,gCAAiC,CACjC,8BAA+B,CAC/B,yBAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAC9B,wBAA4B,CAC5B,0BAA8B,CAC9B,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,8CAA0D,CAC1D,0CAAsD,CACtD,yCAAqD,CACrD,0CAAsD,CACtD,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAAgC,CAChC,6BAA8B,CAC9B,kCAAmC,CACnC,+BAAgC,CAChC,2BAA+B,CAC/B,+BAAgC,CAChC,yBAA6B,CAC7B,yBAA6B,CAC7B,0BAA2B,CAC3B,2BAA4B,CAC5B,0BAA8B,CAC9B,gCAAiC,CACjC,6BAA8B,CAC9B,yBAA6B,CAC7B,6BAA8B,CAC9B,yBAA6B,CAC7B,2BAA+B,CAC/B,0BAA8B,CAC9B,yBAA6B,CAC7B,2BAA4B,CAC5B,oBAAqB,CACrB,gBAAoB,CACpB,oBAAqB,CACrB,mBAAoB,CACpB,kBAAmB,CACnB,qBAAsB,CACtB,oBAAqB,CACrB,kBAAmB,CACnB,kBAAsB,CACtB,oBAAwB,CACxB,qBACF,CAEA,gBACE,kCAAmC,CACnC,iCAAqC,CACrC,gCAAoC,CACpC,iCAAkC,CAClC,uCAAwC,CACxC,uCAAwC,CACxC,+BAAgC,CAChC,iCAAkC,CAClC,gCAAiC,CACjC,2BAA+B,CAC/B,gCAAiC,CACjC,6BAAiC,CACjC,8BAA+B,CAC/B,yBAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAC9B,wBAA4B,CAC5B,6BAA8B,CAC9B,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4CAAiD,CACjD,wCAA6C,CAC7C,uCAA4C,CAC5C,wCAA6C,CAC7C,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAAgC,CAChC,6BAA8B,CAC9B,+BAAmC,CACnC,4BAAgC,CAChC,2BAA+B,CAC/B,+BAAgC,CAChC,yBAA6B,CAC7B,yBAA6B,CAC7B,0BAA2B,CAC3B,2BAA4B,CAC5B,0BAA8B,CAC9B,6BAAiC,CACjC,0BAA8B,CAC9B,yBAA6B,CAC7B,6BAA8B,CAC9B,yBAA6B,CAC7B,2BAA+B,CAC/B,0BAA8B,CAC9B,yBAA6B,CAC7B,2BAA4B,CAC5B,oBAAqB,CACrB,gBAAoB,CACpB,oBAAqB,CACrB,mBAAoB,CACpB,kBAAmB,CACnB,qBAAsB,CACtB,oBAAqB,CACrB,kBAAmB,CACnB,kBAAsB,CACtB,oBAAwB,CACxB,qBACF,CAEA,QAKE,6CAA8C,CAC9C,qBAAsB,CAFtB,+BAAgC,CAGhC,yDAA6D,CAN7D,cAAe,CACf,yBAA2B,CAC3B,oBAAqB,CAKrB,iBACF,CACA,uCACE,QACE,kBACF,CACF,CACA,qCAEE,iBAAmB,CACnB,sBACF,CACA,mBAGE,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAGf,oBAAsB,CACtB,qBAAuB,CALvB,UAMF,CACA,oCACE,mBACE,eACF,CACF,CACA,oCACE,mBACE,eACF,CACF,CACA,qCACE,mBACE,gBACF,CACF,CACA,qCACE,mBACE,gBACF,CACF,CACA,+BACE,eACF,CACA,mBAEE,eAAgB,CADhB,YAEF,CACA,cACE,YAAa,CAEb,mCAAqC,CADrC,gBAEF,CACA,uCACE,cAEE,sBAAuB,CADvB,SAEF,CACF,CACA,oCACE,cACE,mCACF,CACF,CACA,oCACE,cAEE,WAAY,CADZ,mCAAqC,CAErC,eACF,CACF,CACA,oCACE,cAEE,YAAa,CADb,mCAAqC,CAErC,cACF,CACF,CACA,uCACE,sBAIE,kDAAmD,CAHnD,YAAa,CACb,qBAAsB,CACtB,sBAEF,CACA,kCACE,+CACF,CACA,iCACE,eACF,CACA,yBACE,sBACF,CACA,4BACE,oBACF,CACA,+BACE,sBACF,CACA,kCACE,YACF,CACA,iCACE,kDACF,CACA,oCACE,4BACF,CACF,CACA,cACE,mBACF,CACA,eACE,cAAe,CAGf,yBAA2B,CAF3B,mBAGF,CACA,oCACE,eACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,eAGE,+BAAgC,CAChC,eAAgB,CAFhB,sBAAuB,CADvB,YAIF,CACA,uCACE,eACE,uBACF,CACF,CACA,0BAOE,sBAAuB,CAHvB,QAAS,CAFT,mBAAuB,CACvB,SAAU,CAGV,eAAgB,CADhB,UAGF,CACA,oCACE,0BACE,aAAc,CACd,mBACF,CACF,CACA,uCACE,0BAGE,kBAAmB,CAFnB,YAAa,CACb,gBAAiB,CAEjB,6BAA8B,CAE9B,eAAgB,CADhB,UAEF,CACA,wEACE,8BAA+B,CAC/B,cACF,CACA,gCACE,8CAA+C,CAC/C,0BACF,CACA,wCACE,8CAA+C,CAC/C,0BACF,CACA,oDAEE,yBAA0B,CAD1B,eAEF,CACA,0BACE,UAAY,CAEZ,eAAgB,CADhB,kBAEF,CACA,yCACE,QACF,CACF,CACA,wBAEE,aAAc,CADd,aAEF,CACA,oCACE,wBACE,YACF,CACF,CACA,wBACE,eACF,CACA,uCACE,+BACE,YACF,CACF,CACA,kEACE,sBACF,CACA,iEACE,wBACF,CACA,cACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,iBACE,eAEF,CACA,wBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,iBACE,qBACF,CACA,sBACE,YAAa,CACb,cAAe,CACf,WAAY,CACZ,eACF,CACA,yBACE,QACF,CACA,sBACE,kBACF,CACA,6BACE,YAAa,CACb,eAAgB,CAEhB,QAAS,CAGT,eAAgB,CAFhB,kBAAoB,CACpB,mBAAqB,CAHrB,UAKF,CACA,uCACE,6BACE,aACF,CACF,CACA,2BACE,WACF,CACA,uCACE,6BAEE,sBAAuB,CADvB,qBAAsB,CAEtB,WACF,CACF,CACA,uCACE,oCAEE,sBAAuB,CADvB,kBAEF,CACA,iDACE,eACF,CACF,CACA,yBACE,8BACF,CACA,uCACE,yBACE,wBACF,CACF,CACA,aAIE,kBAAmB,CAHnB,YAAa,CAIb,cAAe,CAHf,WAAY,CACZ,6BAGF,CACA,uCACE,aAEE,sBAAuB,CADvB,qBAEF,CACF,CACA,gBAKE,eAAgB,CAJhB,YAAa,CACb,YAAa,CAEb,mCAAqC,CADrC,cAGF,CACA,oCACE,gBACE,6BACF,CACF,CACA,gBAEE,iBAAmB,CAEnB,eAAgB,CADhB,gBAAiB,CAFjB,gBAIF,CACA,uCACE,gBACE,kBACF,CACF,CACA,mBACE,qBACF,CACA,uCACE,mBACE,sBACF,CACF","file":"style.css","sourcesContent":[".footer .sr-only {\n height: 1px;\n width: 1px;\n margin: -1px;\n padding: 0;\n border: 0;\n position: absolute;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n}\n.footer a {\n color: var(--color-text-default);\n text-decoration: none;\n font-size: inherit;\n}\n.footer a:hover, .footer a:focus, .footer a:active {\n text-decoration: underline;\n text-underline-offset: 0.25rem;\n}\n.footer a:focus-visible {\n outline: 2px solid var(--color-border-accent);\n outline-offset: 2px;\n}\n.footer a[href]:focus,\n.footer area[href]:focus,\n.footer input:focus,\n.footer select:focus,\n.footer textarea:focus,\n.footer button:focus,\n.footer [type=button]:focus,\n.footer iframe:focus,\n.footer [tabindex]:not([tabindex=\"-1\"]):focus,\n.footer [contentEditable=true]:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.footer a[href]:focus-visible,\n.footer area[href]:focus-visible,\n.footer input:focus-visible,\n.footer select:focus-visible,\n.footer textarea:focus-visible,\n.footer button:focus-visible,\n.footer [type=button]:focus-visible,\n.footer iframe:focus-visible,\n.footer [tabindex]:not([tabindex=\"-1\"]):focus-visible,\n.footer [contentEditable=true]:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.footer a[href]:focus:not(:focus-visible),\n.footer area[href]:focus:not(:focus-visible),\n.footer input:focus:not(:focus-visible),\n.footer select:focus:not(:focus-visible),\n.footer textarea:focus:not(:focus-visible),\n.footer button:focus:not(:focus-visible),\n.footer [type=button]:focus:not(:focus-visible),\n.footer iframe:focus:not(:focus-visible),\n.footer [tabindex]:not([tabindex=\"-1\"]):focus:not(:focus-visible),\n.footer [contentEditable=true]:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n}\n.footer * {\n box-sizing: border-box;\n}\n.footer ::selection {\n background-color: rgba(241, 94, 0, 0.9);\n color: var(--color-text-default);\n}\n.footer hr {\n margin-top: 1.875rem;\n margin-bottom: 1.875rem;\n border: 0;\n border-top: 1px solid var(--color-border-subtle);\n}\n@media screen and (max-width: 479.98px) {\n .footer hr {\n margin-top: 0.9375rem;\n margin-bottom: 0.9375rem;\n }\n}\n\n.footer,\n.footer.is-light {\n --color-background-primary: #ffffff;\n --color-background-secondary: #f4f4f4;\n --color-background-contrast: #141414;\n --color-background-accent: #fff6ed;\n --color-background-accent1-blog: #fff6cc;\n --color-background-accent2-blog: #eee7f7;\n --color-surface-primary: #ffffff;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f15e00;\n --color-surface-subtle: #eeeeee;\n --color-surface-moderate: #dddddd;\n --color-surface-contrast: #141414;\n --color-surface-accent: #fff6ed;\n --color-fill-primary: #ffffff;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f15e00;\n --color-fill-subtle: #eeeeee;\n --color-fill-moderate: #dddddd;\n --color-fill-disabled: #cccccc;\n --color-fill-contrast: #000000;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.0784313725);\n --color-fill-positive: rgba(34, 135, 34, 0.0784313725);\n --color-fill-warning: rgba(255, 204, 0, 0.0784313725);\n --color-fill-negative: rgba(205, 60, 20, 0.0784313725);\n --color-border-subtle: #dddddd;\n --color-border-strong: #cccccc;\n --color-border-contrast: #000000;\n --color-border-accent: #f15e00;\n --color-border-information: #4170d8;\n --color-border-positive: #228722;\n --color-border-warning: #ffcc00;\n --color-border-negative: #cd3c14;\n --color-icon-default: #000000;\n --color-icon-inverse: #ffffff;\n --color-icon-brand: #f15e00;\n --color-icon-accent: #ffc48f;\n --color-icon-disabled: #cccccc;\n --color-icon-information: #4170d8;\n --color-icon-positive: #228722;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #cd3c14;\n --color-text-default: #000000;\n --color-text-secondary: #666666;\n --color-text-disabled: #cccccc;\n --color-text-inverse: #ffffff;\n --color-text-accent: #f15e00;\n --tag-orange: #ffc48f;\n --tag-black: #333333;\n --tag-yellow: #fff6b6;\n --tag-green: #b8ebd6;\n --tag-blue: #b5e8f7;\n --tag-success: #228722;\n --tag-danger: #cd3c14;\n --tag-info: #4170d8;\n --tag-warning: #ffcc00;\n --tag-text-dark: #000000;\n --tag-text-light: #ffffff;\n}\n\n.footer.is-dark {\n --color-background-primary: #141414;\n --color-background-secondary: #333333;\n --color-background-contrast: #ffffff;\n --color-background-accent: #2b1a10;\n --color-background-accent1-blog: #62342d;\n --color-background-accent2-blog: #2b1a10;\n --color-surface-primary: #141414;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f15e00;\n --color-surface-subtle: #333333;\n --color-surface-moderate: #595959;\n --color-surface-contrast: #ffffff;\n --color-surface-accent: #2b1a10;\n --color-fill-primary: #000000;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f15e00;\n --color-fill-subtle: #333333;\n --color-fill-moderate: #595959;\n --color-fill-disabled: #666666;\n --color-fill-contrast: #ffffff;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.2);\n --color-fill-positive: rgba(34, 135, 34, 0.2);\n --color-fill-warning: rgba(255, 204, 0, 0.2);\n --color-fill-negative: rgba(205, 60, 20, 0.2);\n --color-border-subtle: #333333;\n --color-border-strong: #666666;\n --color-border-contrast: #ffffff;\n --color-border-accent: #ff7900;\n --color-border-information: #6699ff;\n --color-border-positive: #66cc66;\n --color-border-warning: #ffcc00;\n --color-border-negative: #ff4d4d;\n --color-icon-default: #ffffff;\n --color-icon-inverse: #000000;\n --color-icon-brand: #ff7900;\n --color-icon-accent: #da8436;\n --color-icon-disabled: #666666;\n --color-icon-information: #6699ff;\n --color-icon-positive: #66cc66;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #ff4d4d;\n --color-text-default: #ffffff;\n --color-text-secondary: #cccccc;\n --color-text-disabled: #666666;\n --color-text-inverse: #000000;\n --color-text-accent: #ff7900;\n --tag-orange: #ffc48f;\n --tag-black: #333333;\n --tag-yellow: #fff6b6;\n --tag-green: #b8ebd6;\n --tag-blue: #b5e8f7;\n --tag-success: #228722;\n --tag-danger: #cd3c14;\n --tag-info: #4170d8;\n --tag-warning: #ffcc00;\n --tag-text-dark: #000000;\n --tag-text-light: #ffffff;\n}\n\n.footer {\n font-size: 1rem;\n letter-spacing: -0.00625rem;\n line-height: 1.125rem;\n color: var(--color-text-default);\n background-color: var(--color-surface-primary);\n box-sizing: border-box;\n font-family: OrangeSK Neue, Arial, Helvetica Neue, sans-serif;\n padding: 3.75rem 0;\n}\n@media screen and (max-width: 991.98px) {\n .footer {\n padding: 1.875rem 0;\n }\n}\n.footer :where(p),\n.footer :where(ul) {\n font-size: 0.875rem;\n line-height: 1.09375rem;\n}\n.footer__container {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n}\n@media screen and (min-width: 768px) {\n .footer__container {\n max-width: 744px;\n }\n}\n@media screen and (min-width: 992px) {\n .footer__container {\n max-width: 960px;\n }\n}\n@media screen and (min-width: 1240px) {\n .footer__container {\n max-width: 1200px;\n }\n}\n@media screen and (min-width: 1380px) {\n .footer__container {\n max-width: 1320px;\n }\n}\n.footer__container > *:last-child {\n margin-bottom: 0;\n}\n.footer__container {\n margin-top: 0;\n margin-bottom: 0;\n}\n.footer__menu {\n display: grid;\n row-gap: 1.875rem;\n grid-template-columns: repeat(1, 1fr);\n}\n@media screen and (max-width: 479.98px) {\n .footer__menu {\n row-gap: 0;\n margin-bottom: 1.875rem;\n }\n}\n@media screen and (min-width: 480px) {\n .footer__menu {\n grid-template-columns: repeat(2, 1fr);\n }\n}\n@media screen and (min-width: 768px) {\n .footer__menu {\n grid-template-columns: repeat(3, 1fr);\n gap: 1.25rem;\n row-gap: 1.25rem;\n }\n}\n@media screen and (min-width: 992px) {\n .footer__menu {\n grid-template-columns: repeat(4, 1fr);\n gap: 1.875rem;\n row-gap: 2.5rem;\n }\n}\n@media screen and (max-width: 479.98px) {\n .footer__menu-section {\n display: flex;\n flex-direction: column;\n justify-content: center;\n border-bottom: 1px solid var(--color-border-strong);\n }\n .footer__menu-section:first-child {\n border-top: 1px solid var(--color-border-strong);\n }\n .footer__menu-section:last-child {\n border-bottom: 0px;\n }\n .footer__menu-section ul {\n list-style-type: square;\n }\n .footer__menu-section ul ul {\n list-style-type: disc;\n }\n .footer__menu-section ul ul ul {\n list-style-type: circle;\n }\n .footer__menu-section:first-child {\n border-top: 0;\n }\n .footer__menu-section:last-child {\n border-bottom: 1px solid var(--color-border-strong);\n }\n .footer__menu-section .footer__list {\n margin-top: 0.625rem !important;\n }\n}\n.footer__logo {\n display: inline-flex;\n}\n.footer__title {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n}\n@media screen and (min-width: 768px) {\n .footer__title {\n font-size: 1.125rem;\n line-height: 1.375rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n}\n.footer__title {\n margin-top: 0;\n margin-bottom: 1.875rem;\n color: var(--color-text-default);\n font-weight: 700;\n}\n@media screen and (max-width: 991.98px) {\n .footer__title {\n margin-bottom: 1.5625rem;\n }\n}\n.footer__accordion-toggle {\n margin: 0;\n margin-bottom: 1.875rem;\n padding: 0;\n border: 0;\n width: 100%;\n text-align: left;\n background: transparent;\n}\n@media screen and (min-width: 480px) {\n .footer__accordion-toggle {\n display: block;\n pointer-events: none;\n }\n}\n@media screen and (max-width: 479.98px) {\n .footer__accordion-toggle {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n text-align: left;\n }\n .footer__accordion-toggle:hover, .footer__accordion-toggle:focus-visible {\n color: var(--color-text-accent);\n cursor: pointer;\n }\n .footer__accordion-toggle:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n }\n .footer__accordion-toggle:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n }\n .footer__accordion-toggle:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n }\n .footer__accordion-toggle {\n gap: 0.75rem;\n padding: 0.9375rem 0;\n margin-bottom: 0;\n }\n .footer__accordion-toggle .footer__title {\n margin: 0;\n }\n}\n.footer__accordion-icon {\n flex: 0 0 auto;\n display: block;\n}\n@media screen and (min-width: 480px) {\n .footer__accordion-icon {\n display: none;\n }\n}\n.footer__accordion-icon {\n transition: none;\n}\n@media screen and (max-width: 479.98px) {\n .footer__divider--hide-xs-down {\n display: none;\n }\n}\n[data-footer-toggle][aria-expanded=false] > .footer__accordion-icon {\n transform: rotate(0deg);\n}\n[data-footer-toggle][aria-expanded=true] > .footer__accordion-icon {\n transform: rotate(180deg);\n}\n.footer__list {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.footer__list > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.footer__list > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.footer__list li {\n margin-bottom: 0.625rem;\n}\n.footer__list--inline {\n display: flex;\n flex-wrap: wrap;\n gap: 1.25rem;\n row-gap: 0.625rem;\n}\n.footer__list--inline li {\n margin: 0;\n}\n.footer__list--inline {\n align-items: center;\n}\n.footer__list-break--sm-down {\n display: none;\n flex-basis: 100%;\n width: 100%;\n height: 0;\n margin: 0 !important;\n padding: 0 !important;\n list-style: none;\n}\n@media screen and (max-width: 767.98px) {\n .footer__list-break--sm-down {\n display: block;\n }\n}\n.footer__list--space-small {\n gap: 0.625rem;\n}\n@media screen and (max-width: 767.98px) {\n .footer__list--stack-sm-down {\n flex-direction: column;\n align-items: flex-start;\n gap: 0.625rem;\n }\n}\n@media screen and (max-width: 479.98px) {\n .footer__menu-section > .footer__list {\n margin-top: 1.25rem;\n margin-bottom: 1.875rem;\n }\n .footer__menu-section > .footer__list p:last-child {\n margin-bottom: 0;\n }\n}\n.footer__list-item--lead {\n margin-right: 0.625rem !important;\n}\n@media screen and (max-width: 767.98px) {\n .footer__list-item--lead {\n margin-right: 0 !important;\n }\n}\n.footer__bar {\n display: flex;\n gap: 1.25rem;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n}\n@media screen and (max-width: 767.98px) {\n .footer__bar {\n flex-direction: column;\n align-items: flex-start;\n }\n}\n.footer__bottom {\n display: grid;\n gap: 1.875rem;\n row-gap: 2.5rem;\n grid-template-columns: repeat(1, 1fr);\n align-items: end;\n}\n@media screen and (min-width: 768px) {\n .footer__bottom {\n grid-template-columns: 3fr 1fr;\n }\n}\n.footer__bottom {\n text-align: right;\n font-size: 0.875rem;\n line-height: 1rem;\n font-weight: 400;\n}\n@media screen and (max-width: 991.98px) {\n .footer__bottom {\n text-align: inherit;\n }\n}\n.footer--mb-xlarge {\n margin-bottom: 3.75rem;\n}\n@media screen and (max-width: 991.98px) {\n .footer--mb-xlarge {\n margin-bottom: 1.875rem;\n }\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,iBAQE,0BAA2B,CAC3B,0BAA8B,CAJ9B,QAAS,CAJT,UAAW,CAEX,WAAY,CAIZ,eAAgB,CAHhB,SAAU,CAEV,iBAAkB,CAJlB,SAQF,CACA,UACE,+BAAgC,CAEhC,iBAAkB,CADlB,oBAEF,CACA,iDACE,yBAA0B,CAC1B,4BACF,CACA,wBACE,4CAA6C,CAC7C,kBACF,CACA,wQAUE,8CAA+C,CAC/C,kBACF,CACA,wVAUE,8CAA+C,CAC/C,kBACF,CACA,gdAWE,yBAA0B,CAD1B,eAEF,CACA,UACE,qBACF,CACA,oBACE,kCAAuC,CACvC,+BACF,CACA,WAGE,QAAS,CACT,+CAAgD,CAFhD,sBAAuB,CADvB,mBAIF,CACA,uCACE,WAEE,sBAAwB,CADxB,mBAEF,CACF,CAEA,yBAEE,+BAAmC,CACnC,oCAAqC,CACrC,mCAAoC,CACpC,iCAAkC,CAClC,uCAAwC,CACxC,uCAAwC,CACxC,4BAAgC,CAChC,iCAAkC,CAClC,gCAAiC,CACjC,2BAA+B,CAC/B,6BAAiC,CACjC,gCAAiC,CACjC,8BAA+B,CAC/B,yBAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAC9B,wBAA4B,CAC5B,0BAA8B,CAC9B,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,8CAA0D,CAC1D,0CAAsD,CACtD,yCAAqD,CACrD,0CAAsD,CACtD,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAAgC,CAChC,6BAA8B,CAC9B,kCAAmC,CACnC,+BAAgC,CAChC,2BAA+B,CAC/B,+BAAgC,CAChC,yBAA6B,CAC7B,yBAA6B,CAC7B,0BAA2B,CAC3B,2BAA4B,CAC5B,0BAA8B,CAC9B,gCAAiC,CACjC,6BAA8B,CAC9B,yBAA6B,CAC7B,6BAA8B,CAC9B,yBAA6B,CAC7B,2BAA+B,CAC/B,0BAA8B,CAC9B,yBAA6B,CAC7B,2BAA4B,CAC5B,oBAAqB,CACrB,gBAAoB,CACpB,oBAAqB,CACrB,mBAAoB,CACpB,kBAAmB,CACnB,qBAAsB,CACtB,oBAAqB,CACrB,kBAAmB,CACnB,kBAAsB,CACtB,oBAAwB,CACxB,qBACF,CAEA,gBACE,kCAAmC,CACnC,iCAAqC,CACrC,gCAAoC,CACpC,iCAAkC,CAClC,uCAAwC,CACxC,uCAAwC,CACxC,+BAAgC,CAChC,iCAAkC,CAClC,gCAAiC,CACjC,2BAA+B,CAC/B,gCAAiC,CACjC,6BAAiC,CACjC,8BAA+B,CAC/B,yBAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAC9B,wBAA4B,CAC5B,6BAA8B,CAC9B,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4CAAiD,CACjD,wCAA6C,CAC7C,uCAA4C,CAC5C,wCAA6C,CAC7C,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAAgC,CAChC,6BAA8B,CAC9B,+BAAmC,CACnC,4BAAgC,CAChC,2BAA+B,CAC/B,+BAAgC,CAChC,yBAA6B,CAC7B,yBAA6B,CAC7B,0BAA2B,CAC3B,2BAA4B,CAC5B,0BAA8B,CAC9B,6BAAiC,CACjC,0BAA8B,CAC9B,yBAA6B,CAC7B,6BAA8B,CAC9B,yBAA6B,CAC7B,2BAA+B,CAC/B,0BAA8B,CAC9B,yBAA6B,CAC7B,2BAA4B,CAC5B,oBAAqB,CACrB,gBAAoB,CACpB,oBAAqB,CACrB,mBAAoB,CACpB,kBAAmB,CACnB,qBAAsB,CACtB,oBAAqB,CACrB,kBAAmB,CACnB,kBAAsB,CACtB,oBAAwB,CACxB,qBACF,CAEA,QAKE,6CAA8C,CAC9C,qBAAsB,CAFtB,+BAAgC,CAGhC,mEAAwE,CANxE,cAAe,CACf,yBAA2B,CAC3B,oBAAqB,CAKrB,iBACF,CACA,uCACE,QACE,kBACF,CACF,CACA,qCAEE,iBAAmB,CACnB,sBACF,CACA,mBAGE,gBAAiB,CACjB,iBAAkB,CAFlB,cAAe,CAGf,oBAAsB,CACtB,qBAAuB,CALvB,UAMF,CACA,oCACE,mBACE,eACF,CACF,CACA,oCACE,mBACE,eACF,CACF,CACA,qCACE,mBACE,gBACF,CACF,CACA,qCACE,mBACE,gBACF,CACF,CACA,+BACE,eACF,CACA,mBAEE,eAAgB,CADhB,YAEF,CACA,cACE,YAAa,CAEb,mCAAqC,CADrC,gBAEF,CACA,uCACE,cAEE,sBAAuB,CADvB,SAEF,CACF,CACA,oCACE,cACE,mCACF,CACF,CACA,oCACE,cAEE,WAAY,CADZ,mCAAqC,CAErC,eACF,CACF,CACA,oCACE,cAEE,YAAa,CADb,mCAAqC,CAErC,cACF,CACF,CACA,uCACE,sBAIE,kDAAmD,CAHnD,YAAa,CACb,qBAAsB,CACtB,sBAEF,CACA,kCACE,+CACF,CACA,iCACE,eACF,CACA,yBACE,sBACF,CACA,4BACE,oBACF,CACA,+BACE,sBACF,CACA,kCACE,YACF,CACA,iCACE,kDACF,CACA,oCACE,4BACF,CACF,CACA,cACE,mBACF,CACA,eACE,cAAe,CAGf,yBAA2B,CAF3B,mBAGF,CACA,oCACE,eACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,eAGE,+BAAgC,CAChC,eAAgB,CAFhB,sBAAuB,CADvB,YAIF,CACA,uCACE,eACE,uBACF,CACF,CACA,0BAOE,sBAAuB,CAHvB,QAAS,CAFT,mBAAuB,CACvB,SAAU,CAGV,eAAgB,CADhB,UAGF,CACA,oCACE,0BACE,aAAc,CACd,mBACF,CACF,CACA,uCACE,0BAGE,kBAAmB,CAFnB,YAAa,CACb,gBAAiB,CAEjB,6BAA8B,CAE9B,eAAgB,CADhB,UAEF,CACA,wEACE,8BAA+B,CAC/B,cACF,CACA,gCACE,8CAA+C,CAC/C,0BACF,CACA,wCACE,8CAA+C,CAC/C,0BACF,CACA,oDAEE,yBAA0B,CAD1B,eAEF,CACA,0BACE,UAAY,CAEZ,eAAgB,CADhB,kBAEF,CACA,yCACE,QACF,CACF,CACA,wBAEE,aAAc,CADd,aAEF,CACA,oCACE,wBACE,YACF,CACF,CACA,wBACE,eACF,CACA,uCACE,+BACE,YACF,CACF,CACA,kEACE,sBACF,CACA,iEACE,wBACF,CACA,cACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,iBACE,eAEF,CACA,wBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,iBACE,qBACF,CACA,sBACE,YAAa,CACb,cAAe,CACf,WAAY,CACZ,eACF,CACA,yBACE,QACF,CACA,sBACE,kBACF,CACA,6BACE,YAAa,CACb,eAAgB,CAEhB,QAAS,CAGT,eAAgB,CAFhB,kBAAoB,CACpB,mBAAqB,CAHrB,UAKF,CACA,uCACE,6BACE,aACF,CACF,CACA,2BACE,WACF,CACA,uCACE,6BAEE,sBAAuB,CADvB,qBAAsB,CAEtB,WACF,CACF,CACA,uCACE,oCAEE,sBAAuB,CADvB,kBAEF,CACA,iDACE,eACF,CACF,CACA,yBACE,8BACF,CACA,uCACE,yBACE,wBACF,CACF,CACA,aAIE,kBAAmB,CAHnB,YAAa,CAIb,cAAe,CAHf,WAAY,CACZ,6BAGF,CACA,uCACE,aAEE,sBAAuB,CADvB,qBAEF,CACF,CACA,gBAKE,eAAgB,CAJhB,YAAa,CACb,YAAa,CAEb,mCAAqC,CADrC,cAGF,CACA,oCACE,gBACE,6BACF,CACF,CACA,gBAEE,iBAAmB,CAEnB,eAAgB,CADhB,gBAAiB,CAFjB,gBAIF,CACA,uCACE,gBACE,kBACF,CACF,CACA,mBACE,qBACF,CACA,uCACE,mBACE,sBACF,CACF","file":"style.css","sourcesContent":[".footer .sr-only {\n height: 1px;\n width: 1px;\n margin: -1px;\n padding: 0;\n border: 0;\n position: absolute;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n}\n.footer a {\n color: var(--color-text-default);\n text-decoration: none;\n font-size: inherit;\n}\n.footer a:hover, .footer a:focus, .footer a:active {\n text-decoration: underline;\n text-underline-offset: 0.25rem;\n}\n.footer a:focus-visible {\n outline: 2px solid var(--color-border-accent);\n outline-offset: 2px;\n}\n.footer a[href]:focus,\n.footer area[href]:focus,\n.footer input:focus,\n.footer select:focus,\n.footer textarea:focus,\n.footer button:focus,\n.footer [type=button]:focus,\n.footer iframe:focus,\n.footer [tabindex]:not([tabindex=\"-1\"]):focus,\n.footer [contentEditable=true]:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.footer a[href]:focus-visible,\n.footer area[href]:focus-visible,\n.footer input:focus-visible,\n.footer select:focus-visible,\n.footer textarea:focus-visible,\n.footer button:focus-visible,\n.footer [type=button]:focus-visible,\n.footer iframe:focus-visible,\n.footer [tabindex]:not([tabindex=\"-1\"]):focus-visible,\n.footer [contentEditable=true]:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.footer a[href]:focus:not(:focus-visible),\n.footer area[href]:focus:not(:focus-visible),\n.footer input:focus:not(:focus-visible),\n.footer select:focus:not(:focus-visible),\n.footer textarea:focus:not(:focus-visible),\n.footer button:focus:not(:focus-visible),\n.footer [type=button]:focus:not(:focus-visible),\n.footer iframe:focus:not(:focus-visible),\n.footer [tabindex]:not([tabindex=\"-1\"]):focus:not(:focus-visible),\n.footer [contentEditable=true]:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n}\n.footer * {\n box-sizing: border-box;\n}\n.footer ::selection {\n background-color: rgba(241, 94, 0, 0.9);\n color: var(--color-text-default);\n}\n.footer hr {\n margin-top: 1.875rem;\n margin-bottom: 1.875rem;\n border: 0;\n border-top: 1px solid var(--color-border-subtle);\n}\n@media screen and (max-width: 479.98px) {\n .footer hr {\n margin-top: 0.9375rem;\n margin-bottom: 0.9375rem;\n }\n}\n\n.footer,\n.footer.is-light {\n --color-background-primary: #ffffff;\n --color-background-secondary: #f4f4f4;\n --color-background-contrast: #141414;\n --color-background-accent: #fff6ed;\n --color-background-accent1-blog: #fff6cc;\n --color-background-accent2-blog: #eee7f7;\n --color-surface-primary: #ffffff;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f15e00;\n --color-surface-subtle: #eeeeee;\n --color-surface-moderate: #dddddd;\n --color-surface-contrast: #141414;\n --color-surface-accent: #fff6ed;\n --color-fill-primary: #ffffff;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f15e00;\n --color-fill-subtle: #eeeeee;\n --color-fill-moderate: #dddddd;\n --color-fill-disabled: #cccccc;\n --color-fill-contrast: #000000;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.0784313725);\n --color-fill-positive: rgba(34, 135, 34, 0.0784313725);\n --color-fill-warning: rgba(255, 204, 0, 0.0784313725);\n --color-fill-negative: rgba(205, 60, 20, 0.0784313725);\n --color-border-subtle: #dddddd;\n --color-border-strong: #cccccc;\n --color-border-contrast: #000000;\n --color-border-accent: #f15e00;\n --color-border-information: #4170d8;\n --color-border-positive: #228722;\n --color-border-warning: #ffcc00;\n --color-border-negative: #cd3c14;\n --color-icon-default: #000000;\n --color-icon-inverse: #ffffff;\n --color-icon-brand: #f15e00;\n --color-icon-accent: #ffc48f;\n --color-icon-disabled: #cccccc;\n --color-icon-information: #4170d8;\n --color-icon-positive: #228722;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #cd3c14;\n --color-text-default: #000000;\n --color-text-secondary: #666666;\n --color-text-disabled: #cccccc;\n --color-text-inverse: #ffffff;\n --color-text-accent: #f15e00;\n --tag-orange: #ffc48f;\n --tag-black: #333333;\n --tag-yellow: #fff6b6;\n --tag-green: #b8ebd6;\n --tag-blue: #b5e8f7;\n --tag-success: #228722;\n --tag-danger: #cd3c14;\n --tag-info: #4170d8;\n --tag-warning: #ffcc00;\n --tag-text-dark: #000000;\n --tag-text-light: #ffffff;\n}\n\n.footer.is-dark {\n --color-background-primary: #141414;\n --color-background-secondary: #333333;\n --color-background-contrast: #ffffff;\n --color-background-accent: #2b1a10;\n --color-background-accent1-blog: #62342d;\n --color-background-accent2-blog: #2b1a10;\n --color-surface-primary: #141414;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f15e00;\n --color-surface-subtle: #333333;\n --color-surface-moderate: #595959;\n --color-surface-contrast: #ffffff;\n --color-surface-accent: #2b1a10;\n --color-fill-primary: #000000;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f15e00;\n --color-fill-subtle: #333333;\n --color-fill-moderate: #595959;\n --color-fill-disabled: #666666;\n --color-fill-contrast: #ffffff;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.2);\n --color-fill-positive: rgba(34, 135, 34, 0.2);\n --color-fill-warning: rgba(255, 204, 0, 0.2);\n --color-fill-negative: rgba(205, 60, 20, 0.2);\n --color-border-subtle: #333333;\n --color-border-strong: #666666;\n --color-border-contrast: #ffffff;\n --color-border-accent: #ff7900;\n --color-border-information: #6699ff;\n --color-border-positive: #66cc66;\n --color-border-warning: #ffcc00;\n --color-border-negative: #ff4d4d;\n --color-icon-default: #ffffff;\n --color-icon-inverse: #000000;\n --color-icon-brand: #ff7900;\n --color-icon-accent: #da8436;\n --color-icon-disabled: #666666;\n --color-icon-information: #6699ff;\n --color-icon-positive: #66cc66;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #ff4d4d;\n --color-text-default: #ffffff;\n --color-text-secondary: #cccccc;\n --color-text-disabled: #666666;\n --color-text-inverse: #000000;\n --color-text-accent: #ff7900;\n --tag-orange: #ffc48f;\n --tag-black: #333333;\n --tag-yellow: #fff6b6;\n --tag-green: #b8ebd6;\n --tag-blue: #b5e8f7;\n --tag-success: #228722;\n --tag-danger: #cd3c14;\n --tag-info: #4170d8;\n --tag-warning: #ffcc00;\n --tag-text-dark: #000000;\n --tag-text-light: #ffffff;\n}\n\n.footer {\n font-size: 1rem;\n letter-spacing: -0.00625rem;\n line-height: 1.125rem;\n color: var(--color-text-default);\n background-color: var(--color-surface-primary);\n box-sizing: border-box;\n font-family: OrangeSK Neue, Helvetica Neue, Helvetica, Arial, sans-serif;\n padding: 3.75rem 0;\n}\n@media screen and (max-width: 991.98px) {\n .footer {\n padding: 1.875rem 0;\n }\n}\n.footer :where(p),\n.footer :where(ul) {\n font-size: 0.875rem;\n line-height: 1.09375rem;\n}\n.footer__container {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n}\n@media screen and (min-width: 768px) {\n .footer__container {\n max-width: 744px;\n }\n}\n@media screen and (min-width: 992px) {\n .footer__container {\n max-width: 960px;\n }\n}\n@media screen and (min-width: 1240px) {\n .footer__container {\n max-width: 1200px;\n }\n}\n@media screen and (min-width: 1380px) {\n .footer__container {\n max-width: 1320px;\n }\n}\n.footer__container > *:last-child {\n margin-bottom: 0;\n}\n.footer__container {\n margin-top: 0;\n margin-bottom: 0;\n}\n.footer__menu {\n display: grid;\n row-gap: 1.875rem;\n grid-template-columns: repeat(1, 1fr);\n}\n@media screen and (max-width: 479.98px) {\n .footer__menu {\n row-gap: 0;\n margin-bottom: 1.875rem;\n }\n}\n@media screen and (min-width: 480px) {\n .footer__menu {\n grid-template-columns: repeat(2, 1fr);\n }\n}\n@media screen and (min-width: 768px) {\n .footer__menu {\n grid-template-columns: repeat(3, 1fr);\n gap: 1.25rem;\n row-gap: 1.25rem;\n }\n}\n@media screen and (min-width: 992px) {\n .footer__menu {\n grid-template-columns: repeat(4, 1fr);\n gap: 1.875rem;\n row-gap: 2.5rem;\n }\n}\n@media screen and (max-width: 479.98px) {\n .footer__menu-section {\n display: flex;\n flex-direction: column;\n justify-content: center;\n border-bottom: 1px solid var(--color-border-strong);\n }\n .footer__menu-section:first-child {\n border-top: 1px solid var(--color-border-strong);\n }\n .footer__menu-section:last-child {\n border-bottom: 0px;\n }\n .footer__menu-section ul {\n list-style-type: square;\n }\n .footer__menu-section ul ul {\n list-style-type: disc;\n }\n .footer__menu-section ul ul ul {\n list-style-type: circle;\n }\n .footer__menu-section:first-child {\n border-top: 0;\n }\n .footer__menu-section:last-child {\n border-bottom: 1px solid var(--color-border-strong);\n }\n .footer__menu-section .footer__list {\n margin-top: 0.625rem !important;\n }\n}\n.footer__logo {\n display: inline-flex;\n}\n.footer__title {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n}\n@media screen and (min-width: 768px) {\n .footer__title {\n font-size: 1.125rem;\n line-height: 1.375rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n}\n.footer__title {\n margin-top: 0;\n margin-bottom: 1.875rem;\n color: var(--color-text-default);\n font-weight: 700;\n}\n@media screen and (max-width: 991.98px) {\n .footer__title {\n margin-bottom: 1.5625rem;\n }\n}\n.footer__accordion-toggle {\n margin: 0;\n margin-bottom: 1.875rem;\n padding: 0;\n border: 0;\n width: 100%;\n text-align: left;\n background: transparent;\n}\n@media screen and (min-width: 480px) {\n .footer__accordion-toggle {\n display: block;\n pointer-events: none;\n }\n}\n@media screen and (max-width: 479.98px) {\n .footer__accordion-toggle {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n text-align: left;\n }\n .footer__accordion-toggle:hover, .footer__accordion-toggle:focus-visible {\n color: var(--color-text-accent);\n cursor: pointer;\n }\n .footer__accordion-toggle:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n }\n .footer__accordion-toggle:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n }\n .footer__accordion-toggle:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n }\n .footer__accordion-toggle {\n gap: 0.75rem;\n padding: 0.9375rem 0;\n margin-bottom: 0;\n }\n .footer__accordion-toggle .footer__title {\n margin: 0;\n }\n}\n.footer__accordion-icon {\n flex: 0 0 auto;\n display: block;\n}\n@media screen and (min-width: 480px) {\n .footer__accordion-icon {\n display: none;\n }\n}\n.footer__accordion-icon {\n transition: none;\n}\n@media screen and (max-width: 479.98px) {\n .footer__divider--hide-xs-down {\n display: none;\n }\n}\n[data-footer-toggle][aria-expanded=false] > .footer__accordion-icon {\n transform: rotate(0deg);\n}\n[data-footer-toggle][aria-expanded=true] > .footer__accordion-icon {\n transform: rotate(180deg);\n}\n.footer__list {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.footer__list > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.footer__list > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.footer__list li {\n margin-bottom: 0.625rem;\n}\n.footer__list--inline {\n display: flex;\n flex-wrap: wrap;\n gap: 1.25rem;\n row-gap: 0.625rem;\n}\n.footer__list--inline li {\n margin: 0;\n}\n.footer__list--inline {\n align-items: center;\n}\n.footer__list-break--sm-down {\n display: none;\n flex-basis: 100%;\n width: 100%;\n height: 0;\n margin: 0 !important;\n padding: 0 !important;\n list-style: none;\n}\n@media screen and (max-width: 767.98px) {\n .footer__list-break--sm-down {\n display: block;\n }\n}\n.footer__list--space-small {\n gap: 0.625rem;\n}\n@media screen and (max-width: 767.98px) {\n .footer__list--stack-sm-down {\n flex-direction: column;\n align-items: flex-start;\n gap: 0.625rem;\n }\n}\n@media screen and (max-width: 479.98px) {\n .footer__menu-section > .footer__list {\n margin-top: 1.25rem;\n margin-bottom: 1.875rem;\n }\n .footer__menu-section > .footer__list p:last-child {\n margin-bottom: 0;\n }\n}\n.footer__list-item--lead {\n margin-right: 0.625rem !important;\n}\n@media screen and (max-width: 767.98px) {\n .footer__list-item--lead {\n margin-right: 0 !important;\n }\n}\n.footer__bar {\n display: flex;\n gap: 1.25rem;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n}\n@media screen and (max-width: 767.98px) {\n .footer__bar {\n flex-direction: column;\n align-items: flex-start;\n }\n}\n.footer__bottom {\n display: grid;\n gap: 1.875rem;\n row-gap: 2.5rem;\n grid-template-columns: repeat(1, 1fr);\n align-items: end;\n}\n@media screen and (min-width: 768px) {\n .footer__bottom {\n grid-template-columns: 3fr 1fr;\n }\n}\n.footer__bottom {\n text-align: right;\n font-size: 0.875rem;\n line-height: 1rem;\n font-weight: 400;\n}\n@media screen and (max-width: 991.98px) {\n .footer__bottom {\n text-align: inherit;\n }\n}\n.footer--mb-xlarge {\n margin-bottom: 3.75rem;\n}\n@media screen and (max-width: 991.98px) {\n .footer--mb-xlarge {\n margin-bottom: 1.875rem;\n }\n}"]}
@@ -1,2 +1,2 @@
1
- @layer components{.grid{display:flex;flex-wrap:wrap;list-style-type:none;max-width:none;padding-left:0}.grid>li:before{content:" ";height:0;position:absolute;width:0}.grid{margin-left:-.625rem;margin-right:-.625rem}.grid>[class*=grid__col]{padding-left:.625rem;padding-right:.625rem}.grid--justify-height>[class*=grid__col]{display:flex;flex-direction:column}.grid--justify-height>[class*=grid__col]>*{flex-grow:1;flex-shrink:1}.grid--justify-height>[class*=grid__col]>[data-same-height-child]{flex-grow:0!important}.grid--justify-height>[class*=grid__col]>:not([data-same-height-child]){flex-grow:1!important}.grid-row-gap--small{margin-top:-.625rem}.grid-row-gap--small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--small>[class*=grid__col]{margin-top:.625rem}@media screen and (min-width:480px){.grid-row-gap--sm-small{margin-top:-.625rem}.grid-row-gap--sm-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:768px){.grid-row-gap--md-small{margin-top:-.625rem}.grid-row-gap--md-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:992px){.grid-row-gap--lg-small{margin-top:-.625rem}.grid-row-gap--lg-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-small{margin-top:-.625rem}.grid-row-gap--xl-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-small{margin-top:-.625rem}.grid-row-gap--xxl-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-small>[class*=grid__col]{margin-top:.625rem}}.grid-row-gap--medium{margin-top:-1.25rem}.grid-row-gap--medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--medium>[class*=grid__col]{margin-top:1.25rem}@media screen and (min-width:480px){.grid-row-gap--sm-medium{margin-top:-1.25rem}.grid-row-gap--sm-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:768px){.grid-row-gap--md-medium{margin-top:-1.25rem}.grid-row-gap--md-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:992px){.grid-row-gap--lg-medium{margin-top:-1.25rem}.grid-row-gap--lg-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-medium{margin-top:-1.25rem}.grid-row-gap--xl-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-medium{margin-top:-1.25rem}.grid-row-gap--xxl-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-medium>[class*=grid__col]{margin-top:1.25rem}}.grid-row-gap--large{margin-top:-1.875rem}.grid-row-gap--large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--large>[class*=grid__col]{margin-top:1.875rem}@media screen and (min-width:480px){.grid-row-gap--sm-large{margin-top:-1.875rem}.grid-row-gap--sm-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:768px){.grid-row-gap--md-large{margin-top:-1.875rem}.grid-row-gap--md-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:992px){.grid-row-gap--lg-large{margin-top:-1.875rem}.grid-row-gap--lg-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-large{margin-top:-1.875rem}.grid-row-gap--xl-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-large{margin-top:-1.875rem}.grid-row-gap--xxl-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-large>[class*=grid__col]{margin-top:1.875rem}}.grid-row-gap--xlarge{margin-top:-3.75rem}.grid-row-gap--xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xlarge>[class*=grid__col]{margin-top:3.75rem}@media screen and (min-width:480px){.grid-row-gap--sm-xlarge{margin-top:-3.75rem}.grid-row-gap--sm-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:768px){.grid-row-gap--md-xlarge{margin-top:-3.75rem}.grid-row-gap--md-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:992px){.grid-row-gap--lg-xlarge{margin-top:-3.75rem}.grid-row-gap--lg-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-xlarge{margin-top:-3.75rem}.grid-row-gap--xl-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-xlarge{margin-top:-3.75rem}.grid-row-gap--xxl-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:768px){.grid-column-gap--none{margin-left:0!important;margin-right:0!important}.grid-column-gap--none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--sm-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--md-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--lg-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--xl-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--xxl-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}.grid-column-gap--small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}@media screen and (min-width:480px){.grid-column-gap--sm-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--sm-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:768px){.grid-column-gap--md-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--md-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:992px){.grid-column-gap--lg-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--lg-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:1240px){.grid-column-gap--xl-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--xl-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:1380px){.grid-column-gap--xxl-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--xxl-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}.grid-column-gap--default{margin-left:-.625rem!important;margin-right:-.625rem!important}@media screen and (min-width:768px){.grid-column-gap--default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:480px){.grid-column-gap--sm-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:768px){.grid-column-gap--md-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:992px){.grid-column-gap--lg-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:1240px){.grid-column-gap--xl-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:1380px){.grid-column-gap--xxl-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:768px){.grid-column-gap--large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--sm-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--md-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--lg-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--xl-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--xxl-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}.grid[class*=grid--row-gap]>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}[class*=grid__col]{flex:1 0 100%;max-width:100%}.grid__col--shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--fill{flex:1 0 auto;max-width:100%}.grid__col--auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--3{flex-basis:25%;max-width:25%}.grid__col--4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--6{flex-basis:50%;max-width:50%}.grid__col--7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--9{flex-basis:75%;max-width:75%}.grid__col--10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--12{flex-basis:100%;max-width:100%}@media screen and (min-width:480px){.grid__col--sm-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--sm-fill{flex:1 0 auto;max-width:100%}.grid__col--sm-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--sm-3{flex-basis:25%;max-width:25%}.grid__col--sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--sm-6{flex-basis:50%;max-width:50%}.grid__col--sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--sm-9{flex-basis:75%;max-width:75%}.grid__col--sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--sm-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:768px){.grid__col--md-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--md-fill{flex:1 0 auto;max-width:100%}.grid__col--md-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--md-3{flex-basis:25%;max-width:25%}.grid__col--md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--md-6{flex-basis:50%;max-width:50%}.grid__col--md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--md-9{flex-basis:75%;max-width:75%}.grid__col--md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--md-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:992px){.grid__col--lg-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--lg-fill{flex:1 0 auto;max-width:100%}.grid__col--lg-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--lg-3{flex-basis:25%;max-width:25%}.grid__col--lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--lg-6{flex-basis:50%;max-width:50%}.grid__col--lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--lg-9{flex-basis:75%;max-width:75%}.grid__col--lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--lg-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1240px){.grid__col--xl-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--xl-fill{flex:1 0 auto;max-width:100%}.grid__col--xl-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--xl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--xl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--xl-3{flex-basis:25%;max-width:25%}.grid__col--xl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--xl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--xl-6{flex-basis:50%;max-width:50%}.grid__col--xl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--xl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--xl-9{flex-basis:75%;max-width:75%}.grid__col--xl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--xl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--xl-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1380px){.grid__col--xxl-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--xxl-fill{flex:1 0 auto;max-width:100%}.grid__col--xxl-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--xxl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--xxl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--xxl-3{flex-basis:25%;max-width:25%}.grid__col--xxl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--xxl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--xxl-6{flex-basis:50%;max-width:50%}.grid__col--xxl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--xxl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--xxl-9{flex-basis:75%;max-width:75%}.grid__col--xxl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--xxl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--xxl-12{flex-basis:100%;max-width:100%}}}
1
+ @layer components{.grid{display:flex;flex-wrap:wrap;list-style-type:none;max-width:none;padding-left:0}.grid>li:before{content:" ";height:0;position:absolute;width:0}.grid{margin-left:-.625rem;margin-right:-.625rem}.grid>[class*=grid__col]{padding-left:.625rem;padding-right:.625rem}.grid--justify-height>[class*=grid__col]{display:flex;flex-direction:column}.grid--justify-height>[class*=grid__col]>*{flex-grow:1;flex-shrink:1}.grid--justify-height>[class*=grid__col]>[data-same-height-child]{flex-grow:0!important}.grid--justify-height>[class*=grid__col]>:not([data-same-height-child]){flex-grow:1!important}.grid-row-gap--none{margin-top:calc(0rem / 1px)}.grid-row-gap--none>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--none>[class*=grid__col]{margin-top:calc(0rem / 1px)}@media screen and (min-width:480px){.grid-row-gap--sm-none{margin-top:calc(0rem / 1px)}.grid-row-gap--sm-none>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-none>[class*=grid__col]{margin-top:calc(0rem / 1px)}}@media screen and (min-width:768px){.grid-row-gap--md-none{margin-top:calc(0rem / 1px)}.grid-row-gap--md-none>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-none>[class*=grid__col]{margin-top:calc(0rem / 1px)}}@media screen and (min-width:992px){.grid-row-gap--lg-none{margin-top:calc(0rem / 1px)}.grid-row-gap--lg-none>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-none>[class*=grid__col]{margin-top:calc(0rem / 1px)}}@media screen and (min-width:1240px){.grid-row-gap--xl-none{margin-top:calc(0rem / 1px)}.grid-row-gap--xl-none>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-none>[class*=grid__col]{margin-top:calc(0rem / 1px)}}@media screen and (min-width:1380px){.grid-row-gap--xxl-none{margin-top:calc(0rem / 1px)}.grid-row-gap--xxl-none>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-none>[class*=grid__col]{margin-top:calc(0rem / 1px)}}.grid-row-gap--xsmall{margin-top:-.3125rem}.grid-row-gap--xsmall>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xsmall>[class*=grid__col]{margin-top:.3125rem}@media screen and (min-width:480px){.grid-row-gap--sm-xsmall{margin-top:-.3125rem}.grid-row-gap--sm-xsmall>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-xsmall>[class*=grid__col]{margin-top:.3125rem}}@media screen and (min-width:768px){.grid-row-gap--md-xsmall{margin-top:-.3125rem}.grid-row-gap--md-xsmall>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-xsmall>[class*=grid__col]{margin-top:.3125rem}}@media screen and (min-width:992px){.grid-row-gap--lg-xsmall{margin-top:-.3125rem}.grid-row-gap--lg-xsmall>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-xsmall>[class*=grid__col]{margin-top:.3125rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-xsmall{margin-top:-.3125rem}.grid-row-gap--xl-xsmall>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-xsmall>[class*=grid__col]{margin-top:.3125rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-xsmall{margin-top:-.3125rem}.grid-row-gap--xxl-xsmall>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-xsmall>[class*=grid__col]{margin-top:.3125rem}}.grid-row-gap--small{margin-top:-.625rem}.grid-row-gap--small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--small>[class*=grid__col]{margin-top:.625rem}@media screen and (min-width:480px){.grid-row-gap--sm-small{margin-top:-.625rem}.grid-row-gap--sm-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:768px){.grid-row-gap--md-small{margin-top:-.625rem}.grid-row-gap--md-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:992px){.grid-row-gap--lg-small{margin-top:-.625rem}.grid-row-gap--lg-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-small{margin-top:-.625rem}.grid-row-gap--xl-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-small>[class*=grid__col]{margin-top:.625rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-small{margin-top:-.625rem}.grid-row-gap--xxl-small>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-small>[class*=grid__col]{margin-top:.625rem}}.grid-row-gap--medium{margin-top:-1.25rem}.grid-row-gap--medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--medium>[class*=grid__col]{margin-top:1.25rem}@media screen and (min-width:480px){.grid-row-gap--sm-medium{margin-top:-1.25rem}.grid-row-gap--sm-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:768px){.grid-row-gap--md-medium{margin-top:-1.25rem}.grid-row-gap--md-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:992px){.grid-row-gap--lg-medium{margin-top:-1.25rem}.grid-row-gap--lg-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-medium{margin-top:-1.25rem}.grid-row-gap--xl-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-medium>[class*=grid__col]{margin-top:1.25rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-medium{margin-top:-1.25rem}.grid-row-gap--xxl-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-medium>[class*=grid__col]{margin-top:1.25rem}}.grid-row-gap--large{margin-top:-1.875rem}.grid-row-gap--large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--large>[class*=grid__col]{margin-top:1.875rem}@media screen and (min-width:480px){.grid-row-gap--sm-large{margin-top:-1.875rem}.grid-row-gap--sm-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:768px){.grid-row-gap--md-large{margin-top:-1.875rem}.grid-row-gap--md-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:992px){.grid-row-gap--lg-large{margin-top:-1.875rem}.grid-row-gap--lg-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-large{margin-top:-1.875rem}.grid-row-gap--xl-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-large>[class*=grid__col]{margin-top:1.875rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-large{margin-top:-1.875rem}.grid-row-gap--xxl-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-large>[class*=grid__col]{margin-top:1.875rem}}.grid-row-gap--xlarge{margin-top:-3.75rem}.grid-row-gap--xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xlarge>[class*=grid__col]{margin-top:3.75rem}@media screen and (min-width:480px){.grid-row-gap--sm-xlarge{margin-top:-3.75rem}.grid-row-gap--sm-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--sm-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:768px){.grid-row-gap--md-xlarge{margin-top:-3.75rem}.grid-row-gap--md-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--md-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:992px){.grid-row-gap--lg-xlarge{margin-top:-3.75rem}.grid-row-gap--lg-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--lg-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:1240px){.grid-row-gap--xl-xlarge{margin-top:-3.75rem}.grid-row-gap--xl-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xl-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:1380px){.grid-row-gap--xxl-xlarge{margin-top:-3.75rem}.grid-row-gap--xxl-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}.grid-row-gap--xxl-xlarge>[class*=grid__col]{margin-top:3.75rem}}@media screen and (min-width:768px){.grid-column-gap--none{margin-left:0!important;margin-right:0!important}.grid-column-gap--none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--sm-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--md-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--lg-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--xl-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-none{margin-left:0!important;margin-right:0!important}.grid-column-gap--xxl-none>[class*=grid__col]{padding-left:0!important;padding-right:0!important}}.grid-column-gap--small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}@media screen and (min-width:480px){.grid-column-gap--sm-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--sm-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:768px){.grid-column-gap--md-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--md-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:992px){.grid-column-gap--lg-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--lg-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:1240px){.grid-column-gap--xl-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--xl-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}@media screen and (min-width:1380px){.grid-column-gap--xxl-small{margin-left:-.3125rem!important;margin-right:-.3125rem!important}.grid-column-gap--xxl-small>[class*=grid__col]{padding-left:.3125rem!important;padding-right:.3125rem!important}}.grid-column-gap--default{margin-left:-.625rem!important;margin-right:-.625rem!important}@media screen and (min-width:768px){.grid-column-gap--default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:480px){.grid-column-gap--sm-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:768px){.grid-column-gap--md-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:992px){.grid-column-gap--lg-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:1240px){.grid-column-gap--xl-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:1380px){.grid-column-gap--xxl-default{margin-left:-.625rem!important;margin-right:-.625rem!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-default>[class*=grid__col]{padding-left:.625rem!important;padding-right:.625rem!important}}@media screen and (min-width:768px){.grid-column-gap--large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--sm-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--md-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--lg-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--xl-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-large{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.grid-column-gap--xxl-large>[class*=grid__col]{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media screen and (min-width:768px){.grid-column-gap--xlarge{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.grid-column-gap--xlarge>[class*=grid__col]{padding-left:1.875rem!important;padding-right:1.875rem!important}}@media screen and (min-width:480px) and (min-width:768px){.grid-column-gap--sm-xlarge{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.grid-column-gap--sm-xlarge>[class*=grid__col]{padding-left:1.875rem!important;padding-right:1.875rem!important}}@media screen and (min-width:768px) and (min-width:768px){.grid-column-gap--md-xlarge{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.grid-column-gap--md-xlarge>[class*=grid__col]{padding-left:1.875rem!important;padding-right:1.875rem!important}}@media screen and (min-width:992px) and (min-width:768px){.grid-column-gap--lg-xlarge{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.grid-column-gap--lg-xlarge>[class*=grid__col]{padding-left:1.875rem!important;padding-right:1.875rem!important}}@media screen and (min-width:1240px) and (min-width:768px){.grid-column-gap--xl-xlarge{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.grid-column-gap--xl-xlarge>[class*=grid__col]{padding-left:1.875rem!important;padding-right:1.875rem!important}}@media screen and (min-width:1380px) and (min-width:768px){.grid-column-gap--xxl-xlarge{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.grid-column-gap--xxl-xlarge>[class*=grid__col]{padding-left:1.875rem!important;padding-right:1.875rem!important}}.grid[class*=grid--row-gap]>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}[class*=grid__col]{flex:1 0 100%;max-width:100%}.grid__col--shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--fill{flex:1 0 auto;max-width:100%}.grid__col--auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--3{flex-basis:25%;max-width:25%}.grid__col--4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--6{flex-basis:50%;max-width:50%}.grid__col--7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--9{flex-basis:75%;max-width:75%}.grid__col--10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--12{flex-basis:100%;max-width:100%}@media screen and (min-width:480px){.grid__col--sm-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--sm-fill{flex:1 0 auto;max-width:100%}.grid__col--sm-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--sm-3{flex-basis:25%;max-width:25%}.grid__col--sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--sm-6{flex-basis:50%;max-width:50%}.grid__col--sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--sm-9{flex-basis:75%;max-width:75%}.grid__col--sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--sm-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:768px){.grid__col--md-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--md-fill{flex:1 0 auto;max-width:100%}.grid__col--md-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--md-3{flex-basis:25%;max-width:25%}.grid__col--md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--md-6{flex-basis:50%;max-width:50%}.grid__col--md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--md-9{flex-basis:75%;max-width:75%}.grid__col--md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--md-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:992px){.grid__col--lg-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--lg-fill{flex:1 0 auto;max-width:100%}.grid__col--lg-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--lg-3{flex-basis:25%;max-width:25%}.grid__col--lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--lg-6{flex-basis:50%;max-width:50%}.grid__col--lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--lg-9{flex-basis:75%;max-width:75%}.grid__col--lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--lg-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1240px){.grid__col--xl-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--xl-fill{flex:1 0 auto;max-width:100%}.grid__col--xl-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--xl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--xl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--xl-3{flex-basis:25%;max-width:25%}.grid__col--xl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--xl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--xl-6{flex-basis:50%;max-width:50%}.grid__col--xl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--xl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--xl-9{flex-basis:75%;max-width:75%}.grid__col--xl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--xl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--xl-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1380px){.grid__col--xxl-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--xxl-fill{flex:1 0 auto;max-width:100%}.grid__col--xxl-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--xxl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--xxl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--xxl-3{flex-basis:25%;max-width:25%}.grid__col--xxl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--xxl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--xxl-6{flex-basis:50%;max-width:50%}.grid__col--xxl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--xxl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--xxl-9{flex-basis:75%;max-width:75%}.grid__col--xxl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--xxl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--xxl-12{flex-basis:100%;max-width:100%}}}
2
2
  /*# sourceMappingURL=style.css.map */