@baloise/ds-styles 17.4.0-snapshot.1609-d2bcc38d3 → 17.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/css/all.css +1058 -651
  2. package/css/all.css.map +1 -1
  3. package/css/all.min.css +1 -1
  4. package/css/baloise-design-system.css +1058 -651
  5. package/css/baloise-design-system.css.map +1 -1
  6. package/css/baloise-design-system.min.css +1 -1
  7. package/css/basic.css +127 -53
  8. package/css/basic.css.map +1 -1
  9. package/css/basic.min.css +1 -1
  10. package/css/core.css +53 -53
  11. package/css/core.css.map +1 -1
  12. package/css/core.min.css +1 -1
  13. package/css/structure.css.map +1 -1
  14. package/css/utilities/all.css +600 -600
  15. package/css/utilities/all.css.map +1 -1
  16. package/css/utilities/all.min.css +1 -1
  17. package/css/utilities/background.css.map +1 -1
  18. package/css/utilities/border.css.map +1 -1
  19. package/css/utilities/elevation.css.map +1 -1
  20. package/css/utilities/flex.css.map +1 -1
  21. package/css/utilities/grid.css.map +1 -1
  22. package/css/utilities/interaction.css.map +1 -1
  23. package/css/utilities/layout.css.map +1 -1
  24. package/css/utilities/sizing.css.map +1 -1
  25. package/css/utilities/spacing.css +600 -600
  26. package/css/utilities/spacing.css.map +1 -1
  27. package/css/utilities/spacing.min.css +1 -1
  28. package/css/utilities/typography.css.map +1 -1
  29. package/package.json +3 -3
  30. package/sass/all.sass +6 -6
  31. package/sass/baloise-design-system.sass +1 -1
  32. package/sass/basic.sass +5 -5
  33. package/sass/core.sass +4 -3
  34. package/sass/font.sass +1 -1
  35. package/sass/mixins.sass +3 -1
  36. package/sass/structure.sass +1 -1
  37. package/sass/utilities/all.sass +9 -9
  38. package/sass/utilities/background.sass +2 -2
  39. package/sass/utilities/border.sass +2 -2
  40. package/sass/utilities/elevation.sass +2 -2
  41. package/sass/utilities/flex.sass +2 -2
  42. package/sass/utilities/grid.sass +2 -2
  43. package/sass/utilities/interaction.sass +2 -2
  44. package/sass/utilities/layout.sass +2 -2
  45. package/sass/utilities/sizing.sass +2 -2
  46. package/sass/utilities/spacing.sass +2 -2
  47. package/sass/utilities/typography.sass +2 -2
  48. package/src/core/_all.sass +8 -8
  49. package/src/core/container.sass +0 -2
  50. package/src/core/form/_all.sass +6 -6
  51. package/src/core/form/button.sass +0 -2
  52. package/src/core/form/file.sass +0 -3
  53. package/src/core/form/input-textarea.sass +0 -2
  54. package/src/core/form/select.sass +0 -3
  55. package/src/core/form/shared.sass +0 -2
  56. package/src/core/form/tools.sass +0 -2
  57. package/src/core/grid.sass +0 -1
  58. package/src/core/link.sass +0 -2
  59. package/src/core/list.sass +0 -2
  60. package/src/core/table.sass +0 -2
  61. package/src/core/typography.sass +0 -2
  62. package/src/core/vars/_all.sass +7 -7
  63. package/src/generated/background.sass +0 -3
  64. package/src/generated/border.sass +0 -3
  65. package/src/generated/elevation.sass +0 -3
  66. package/src/generated/flex.sass +0 -3
  67. package/src/generated/interaction.sass +0 -3
  68. package/src/generated/layout.sass +0 -3
  69. package/src/generated/sizing.sass +0 -3
  70. package/src/generated/spacing.sass +600 -603
  71. package/src/generated/typography.sass +0 -3
  72. package/src/mixins/_all.sass +6 -6
  73. package/src/mixins/breakpoint.mixin.sass +0 -2
  74. package/src/mixins/extends.sass +0 -2
  75. package/src/mixins/general.mixin.sass +0 -1
@@ -1 +1 @@
1
- .m-none{margin:0!important}.m-auto{margin:auto!important}.m-xx-small{margin:var(--bal-space-xx-small)!important}.m-x-small{margin:var(--bal-space-x-small)!important}.m-small{margin:var(--bal-space-small)!important}.m-normal{margin:var(--bal-space-normal)!important}.m-medium{margin:var(--bal-space-medium)!important}.m-large{margin:var(--bal-space-large)!important}.m-x-large{margin:var(--bal-space-x-large)!important}.m-xx-large{margin:var(--bal-space-xx-large)!important}.m-xxx-large{margin:var(--bal-space-xxx-large)!important}.m-xxxx-large{margin:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile:m-xx-small{margin:var(--bal-space-xx-small-mobile)!important}.mobile:m-x-small{margin:var(--bal-space-x-small-mobile)!important}.mobile:m-small{margin:var(--bal-space-small-mobile)!important}.mobile:m-normal{margin:var(--bal-space-normal-mobile)!important}.mobile:m-medium{margin:var(--bal-space-medium-mobile)!important}.mobile:m-large{margin:var(--bal-space-large-mobile)!important}.mobile:m-x-large{margin:var(--bal-space-x-large-mobile)!important}.mobile:m-xx-large{margin:var(--bal-space-xx-large-mobile)!important}.mobile:m-xxx-large{margin:var(--bal-space-xxx-large-mobile)!important}.mobile:m-xxxx-large{margin:var(--bal-space-xxxx-large-mobile)!important}}@media screen and (min-width:769px),print{.m-none{margin:0!important}.m-auto{margin:auto!important}.m-xx-small{margin:var(--bal-space-xx-small-tablet)!important}.tablet:m-xx-small{margin:var(--bal-space-xx-small-tablet)!important}.m-x-small{margin:var(--bal-space-x-small-tablet)!important}.tablet:m-x-small{margin:var(--bal-space-x-small-tablet)!important}.m-small{margin:var(--bal-space-small-tablet)!important}.tablet:m-small{margin:var(--bal-space-small-tablet)!important}.m-normal{margin:var(--bal-space-normal-tablet)!important}.tablet:m-normal{margin:var(--bal-space-normal-tablet)!important}.m-medium{margin:var(--bal-space-medium-tablet)!important}.tablet:m-medium{margin:var(--bal-space-medium-tablet)!important}.m-large{margin:var(--bal-space-large-tablet)!important}.tablet:m-large{margin:var(--bal-space-large-tablet)!important}.m-x-large{margin:var(--bal-space-x-large-tablet)!important}.tablet:m-x-large{margin:var(--bal-space-x-large-tablet)!important}.m-xx-large{margin:var(--bal-space-xx-large-tablet)!important}.tablet:m-xx-large{margin:var(--bal-space-xx-large-tablet)!important}.m-xxx-large{margin:var(--bal-space-xxx-large-tablet)!important}.tablet:m-xxx-large{margin:var(--bal-space-xxx-large-tablet)!important}.m-xxxx-large{margin:var(--bal-space-xxxx-large-tablet)!important}.tablet:m-xxxx-large{margin:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.m-none{margin:0!important}.m-auto{margin:auto!important}.m-xx-small{margin:var(--bal-space-xx-small-desktop)!important}.desktop:m-xx-small{margin:var(--bal-space-xx-small-desktop)!important}.m-x-small{margin:var(--bal-space-x-small-desktop)!important}.desktop:m-x-small{margin:var(--bal-space-x-small-desktop)!important}.m-small{margin:var(--bal-space-small-desktop)!important}.desktop:m-small{margin:var(--bal-space-small-desktop)!important}.m-normal{margin:var(--bal-space-normal-desktop)!important}.desktop:m-normal{margin:var(--bal-space-normal-desktop)!important}.m-medium{margin:var(--bal-space-medium-desktop)!important}.desktop:m-medium{margin:var(--bal-space-medium-desktop)!important}.m-large{margin:var(--bal-space-large-desktop)!important}.desktop:m-large{margin:var(--bal-space-large-desktop)!important}.m-x-large{margin:var(--bal-space-x-large-desktop)!important}.desktop:m-x-large{margin:var(--bal-space-x-large-desktop)!important}.m-xx-large{margin:var(--bal-space-xx-large-desktop)!important}.desktop:m-xx-large{margin:var(--bal-space-xx-large-desktop)!important}.m-xxx-large{margin:var(--bal-space-xxx-large-desktop)!important}.desktop:m-xxx-large{margin:var(--bal-space-xxx-large-desktop)!important}.m-xxxx-large{margin:var(--bal-space-xxxx-large-desktop)!important}.desktop:m-xxxx-large{margin:var(--bal-space-xxxx-large-desktop)!important}}.mx-none{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-xx-small{margin-left:var(--bal-space-xx-small)!important;margin-right:var(--bal-space-xx-small)!important}.mx-x-small{margin-left:var(--bal-space-x-small)!important;margin-right:var(--bal-space-x-small)!important}.mx-small{margin-left:var(--bal-space-small)!important;margin-right:var(--bal-space-small)!important}.mx-normal{margin-left:var(--bal-space-normal)!important;margin-right:var(--bal-space-normal)!important}.mx-medium{margin-left:var(--bal-space-medium)!important;margin-right:var(--bal-space-medium)!important}.mx-large{margin-left:var(--bal-space-large)!important;margin-right:var(--bal-space-large)!important}.mx-x-large{margin-left:var(--bal-space-x-large)!important;margin-right:var(--bal-space-x-large)!important}.mx-xx-large{margin-left:var(--bal-space-xx-large)!important;margin-right:var(--bal-space-xx-large)!important}.mx-xxx-large{margin-left:var(--bal-space-xxx-large)!important;margin-right:var(--bal-space-xxx-large)!important}.mx-xxxx-large{margin-left:var(--bal-space-xxxx-large)!important;margin-right:var(--bal-space-xxxx-large)!important}.my-none{margin-top:0!important;margin-bottom:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xx-small{margin-top:var(--bal-space-xx-small)!important;margin-bottom:var(--bal-space-xx-small)!important}.my-x-small{margin-top:var(--bal-space-x-small)!important;margin-bottom:var(--bal-space-x-small)!important}.my-small{margin-top:var(--bal-space-small)!important;margin-bottom:var(--bal-space-small)!important}.my-normal{margin-top:var(--bal-space-normal)!important;margin-bottom:var(--bal-space-normal)!important}.my-medium{margin-top:var(--bal-space-medium)!important;margin-bottom:var(--bal-space-medium)!important}.my-large{margin-top:var(--bal-space-large)!important;margin-bottom:var(--bal-space-large)!important}.my-x-large{margin-top:var(--bal-space-x-large)!important;margin-bottom:var(--bal-space-x-large)!important}.my-xx-large{margin-top:var(--bal-space-xx-large)!important;margin-bottom:var(--bal-space-xx-large)!important}.my-xxx-large{margin-top:var(--bal-space-xxx-large)!important;margin-bottom:var(--bal-space-xxx-large)!important}.my-xxxx-large{margin-top:var(--bal-space-xxxx-large)!important;margin-bottom:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile:mx-xx-small{margin-left:var(--bal-space-xx-small-mobile)!important;margin-right:var(--bal-space-xx-small-mobile)!important}.mobile:mx-x-small{margin-left:var(--bal-space-x-small-mobile)!important;margin-right:var(--bal-space-x-small-mobile)!important}.mobile:mx-small{margin-left:var(--bal-space-small-mobile)!important;margin-right:var(--bal-space-small-mobile)!important}.mobile:mx-normal{margin-left:var(--bal-space-normal-mobile)!important;margin-right:var(--bal-space-normal-mobile)!important}.mobile:mx-medium{margin-left:var(--bal-space-medium-mobile)!important;margin-right:var(--bal-space-medium-mobile)!important}.mobile:mx-large{margin-left:var(--bal-space-large-mobile)!important;margin-right:var(--bal-space-large-mobile)!important}.mobile:mx-x-large{margin-left:var(--bal-space-x-large-mobile)!important;margin-right:var(--bal-space-x-large-mobile)!important}.mobile:mx-xx-large{margin-left:var(--bal-space-xx-large-mobile)!important;margin-right:var(--bal-space-xx-large-mobile)!important}.mobile:mx-xxx-large{margin-left:var(--bal-space-xxx-large-mobile)!important;margin-right:var(--bal-space-xxx-large-mobile)!important}.mobile:mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-mobile)!important;margin-right:var(--bal-space-xxxx-large-mobile)!important}.mobile:my-xx-small{margin-top:var(--bal-space-xx-small-mobile)!important;margin-bottom:var(--bal-space-xx-small-mobile)!important}.mobile:my-x-small{margin-top:var(--bal-space-x-small-mobile)!important;margin-bottom:var(--bal-space-x-small-mobile)!important}.mobile:my-small{margin-top:var(--bal-space-small-mobile)!important;margin-bottom:var(--bal-space-small-mobile)!important}.mobile:my-normal{margin-top:var(--bal-space-normal-mobile)!important;margin-bottom:var(--bal-space-normal-mobile)!important}.mobile:my-medium{margin-top:var(--bal-space-medium-mobile)!important;margin-bottom:var(--bal-space-medium-mobile)!important}.mobile:my-large{margin-top:var(--bal-space-large-mobile)!important;margin-bottom:var(--bal-space-large-mobile)!important}.mobile:my-x-large{margin-top:var(--bal-space-x-large-mobile)!important;margin-bottom:var(--bal-space-x-large-mobile)!important}.mobile:my-xx-large{margin-top:var(--bal-space-xx-large-mobile)!important;margin-bottom:var(--bal-space-xx-large-mobile)!important}.mobile:my-xxx-large{margin-top:var(--bal-space-xxx-large-mobile)!important;margin-bottom:var(--bal-space-xxx-large-mobile)!important}.mobile:my-xxxx-large{margin-top:var(--bal-space-xxxx-large-mobile)!important;margin-bottom:var(--bal-space-xxxx-large-mobile)!important}}@media screen and (min-width:769px),print{.mx-none{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-xx-small{margin-left:var(--bal-space-xx-small-tablet)!important;margin-right:var(--bal-space-xx-small-tablet)!important}.tablet:mx-xx-small{margin-left:var(--bal-space-xx-small-tablet)!important;margin-right:var(--bal-space-xx-small-tablet)!important}.mx-x-small{margin-left:var(--bal-space-x-small-tablet)!important;margin-right:var(--bal-space-x-small-tablet)!important}.tablet:mx-x-small{margin-left:var(--bal-space-x-small-tablet)!important;margin-right:var(--bal-space-x-small-tablet)!important}.mx-small{margin-left:var(--bal-space-small-tablet)!important;margin-right:var(--bal-space-small-tablet)!important}.tablet:mx-small{margin-left:var(--bal-space-small-tablet)!important;margin-right:var(--bal-space-small-tablet)!important}.mx-normal{margin-left:var(--bal-space-normal-tablet)!important;margin-right:var(--bal-space-normal-tablet)!important}.tablet:mx-normal{margin-left:var(--bal-space-normal-tablet)!important;margin-right:var(--bal-space-normal-tablet)!important}.mx-medium{margin-left:var(--bal-space-medium-tablet)!important;margin-right:var(--bal-space-medium-tablet)!important}.tablet:mx-medium{margin-left:var(--bal-space-medium-tablet)!important;margin-right:var(--bal-space-medium-tablet)!important}.mx-large{margin-left:var(--bal-space-large-tablet)!important;margin-right:var(--bal-space-large-tablet)!important}.tablet:mx-large{margin-left:var(--bal-space-large-tablet)!important;margin-right:var(--bal-space-large-tablet)!important}.mx-x-large{margin-left:var(--bal-space-x-large-tablet)!important;margin-right:var(--bal-space-x-large-tablet)!important}.tablet:mx-x-large{margin-left:var(--bal-space-x-large-tablet)!important;margin-right:var(--bal-space-x-large-tablet)!important}.mx-xx-large{margin-left:var(--bal-space-xx-large-tablet)!important;margin-right:var(--bal-space-xx-large-tablet)!important}.tablet:mx-xx-large{margin-left:var(--bal-space-xx-large-tablet)!important;margin-right:var(--bal-space-xx-large-tablet)!important}.mx-xxx-large{margin-left:var(--bal-space-xxx-large-tablet)!important;margin-right:var(--bal-space-xxx-large-tablet)!important}.tablet:mx-xxx-large{margin-left:var(--bal-space-xxx-large-tablet)!important;margin-right:var(--bal-space-xxx-large-tablet)!important}.mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-tablet)!important;margin-right:var(--bal-space-xxxx-large-tablet)!important}.tablet:mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-tablet)!important;margin-right:var(--bal-space-xxxx-large-tablet)!important}.my-none{margin-top:0!important;margin-bottom:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xx-small{margin-top:var(--bal-space-xx-small-tablet)!important;margin-bottom:var(--bal-space-xx-small-tablet)!important}.tablet:my-xx-small{margin-top:var(--bal-space-xx-small-tablet)!important;margin-bottom:var(--bal-space-xx-small-tablet)!important}.my-x-small{margin-top:var(--bal-space-x-small-tablet)!important;margin-bottom:var(--bal-space-x-small-tablet)!important}.tablet:my-x-small{margin-top:var(--bal-space-x-small-tablet)!important;margin-bottom:var(--bal-space-x-small-tablet)!important}.my-small{margin-top:var(--bal-space-small-tablet)!important;margin-bottom:var(--bal-space-small-tablet)!important}.tablet:my-small{margin-top:var(--bal-space-small-tablet)!important;margin-bottom:var(--bal-space-small-tablet)!important}.my-normal{margin-top:var(--bal-space-normal-tablet)!important;margin-bottom:var(--bal-space-normal-tablet)!important}.tablet:my-normal{margin-top:var(--bal-space-normal-tablet)!important;margin-bottom:var(--bal-space-normal-tablet)!important}.my-medium{margin-top:var(--bal-space-medium-tablet)!important;margin-bottom:var(--bal-space-medium-tablet)!important}.tablet:my-medium{margin-top:var(--bal-space-medium-tablet)!important;margin-bottom:var(--bal-space-medium-tablet)!important}.my-large{margin-top:var(--bal-space-large-tablet)!important;margin-bottom:var(--bal-space-large-tablet)!important}.tablet:my-large{margin-top:var(--bal-space-large-tablet)!important;margin-bottom:var(--bal-space-large-tablet)!important}.my-x-large{margin-top:var(--bal-space-x-large-tablet)!important;margin-bottom:var(--bal-space-x-large-tablet)!important}.tablet:my-x-large{margin-top:var(--bal-space-x-large-tablet)!important;margin-bottom:var(--bal-space-x-large-tablet)!important}.my-xx-large{margin-top:var(--bal-space-xx-large-tablet)!important;margin-bottom:var(--bal-space-xx-large-tablet)!important}.tablet:my-xx-large{margin-top:var(--bal-space-xx-large-tablet)!important;margin-bottom:var(--bal-space-xx-large-tablet)!important}.my-xxx-large{margin-top:var(--bal-space-xxx-large-tablet)!important;margin-bottom:var(--bal-space-xxx-large-tablet)!important}.tablet:my-xxx-large{margin-top:var(--bal-space-xxx-large-tablet)!important;margin-bottom:var(--bal-space-xxx-large-tablet)!important}.my-xxxx-large{margin-top:var(--bal-space-xxxx-large-tablet)!important;margin-bottom:var(--bal-space-xxxx-large-tablet)!important}.tablet:my-xxxx-large{margin-top:var(--bal-space-xxxx-large-tablet)!important;margin-bottom:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.mx-none{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-xx-small{margin-left:var(--bal-space-xx-small-desktop)!important;margin-right:var(--bal-space-xx-small-desktop)!important}.desktop:mx-xx-small{margin-left:var(--bal-space-xx-small-desktop)!important;margin-right:var(--bal-space-xx-small-desktop)!important}.mx-x-small{margin-left:var(--bal-space-x-small-desktop)!important;margin-right:var(--bal-space-x-small-desktop)!important}.desktop:mx-x-small{margin-left:var(--bal-space-x-small-desktop)!important;margin-right:var(--bal-space-x-small-desktop)!important}.mx-small{margin-left:var(--bal-space-small-desktop)!important;margin-right:var(--bal-space-small-desktop)!important}.desktop:mx-small{margin-left:var(--bal-space-small-desktop)!important;margin-right:var(--bal-space-small-desktop)!important}.mx-normal{margin-left:var(--bal-space-normal-desktop)!important;margin-right:var(--bal-space-normal-desktop)!important}.desktop:mx-normal{margin-left:var(--bal-space-normal-desktop)!important;margin-right:var(--bal-space-normal-desktop)!important}.mx-medium{margin-left:var(--bal-space-medium-desktop)!important;margin-right:var(--bal-space-medium-desktop)!important}.desktop:mx-medium{margin-left:var(--bal-space-medium-desktop)!important;margin-right:var(--bal-space-medium-desktop)!important}.mx-large{margin-left:var(--bal-space-large-desktop)!important;margin-right:var(--bal-space-large-desktop)!important}.desktop:mx-large{margin-left:var(--bal-space-large-desktop)!important;margin-right:var(--bal-space-large-desktop)!important}.mx-x-large{margin-left:var(--bal-space-x-large-desktop)!important;margin-right:var(--bal-space-x-large-desktop)!important}.desktop:mx-x-large{margin-left:var(--bal-space-x-large-desktop)!important;margin-right:var(--bal-space-x-large-desktop)!important}.mx-xx-large{margin-left:var(--bal-space-xx-large-desktop)!important;margin-right:var(--bal-space-xx-large-desktop)!important}.desktop:mx-xx-large{margin-left:var(--bal-space-xx-large-desktop)!important;margin-right:var(--bal-space-xx-large-desktop)!important}.mx-xxx-large{margin-left:var(--bal-space-xxx-large-desktop)!important;margin-right:var(--bal-space-xxx-large-desktop)!important}.desktop:mx-xxx-large{margin-left:var(--bal-space-xxx-large-desktop)!important;margin-right:var(--bal-space-xxx-large-desktop)!important}.mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-desktop)!important;margin-right:var(--bal-space-xxxx-large-desktop)!important}.desktop:mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-desktop)!important;margin-right:var(--bal-space-xxxx-large-desktop)!important}.my-none{margin-top:0!important;margin-bottom:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xx-small{margin-top:var(--bal-space-xx-small-desktop)!important;margin-bottom:var(--bal-space-xx-small-desktop)!important}.desktop:my-xx-small{margin-top:var(--bal-space-xx-small-desktop)!important;margin-bottom:var(--bal-space-xx-small-desktop)!important}.my-x-small{margin-top:var(--bal-space-x-small-desktop)!important;margin-bottom:var(--bal-space-x-small-desktop)!important}.desktop:my-x-small{margin-top:var(--bal-space-x-small-desktop)!important;margin-bottom:var(--bal-space-x-small-desktop)!important}.my-small{margin-top:var(--bal-space-small-desktop)!important;margin-bottom:var(--bal-space-small-desktop)!important}.desktop:my-small{margin-top:var(--bal-space-small-desktop)!important;margin-bottom:var(--bal-space-small-desktop)!important}.my-normal{margin-top:var(--bal-space-normal-desktop)!important;margin-bottom:var(--bal-space-normal-desktop)!important}.desktop:my-normal{margin-top:var(--bal-space-normal-desktop)!important;margin-bottom:var(--bal-space-normal-desktop)!important}.my-medium{margin-top:var(--bal-space-medium-desktop)!important;margin-bottom:var(--bal-space-medium-desktop)!important}.desktop:my-medium{margin-top:var(--bal-space-medium-desktop)!important;margin-bottom:var(--bal-space-medium-desktop)!important}.my-large{margin-top:var(--bal-space-large-desktop)!important;margin-bottom:var(--bal-space-large-desktop)!important}.desktop:my-large{margin-top:var(--bal-space-large-desktop)!important;margin-bottom:var(--bal-space-large-desktop)!important}.my-x-large{margin-top:var(--bal-space-x-large-desktop)!important;margin-bottom:var(--bal-space-x-large-desktop)!important}.desktop:my-x-large{margin-top:var(--bal-space-x-large-desktop)!important;margin-bottom:var(--bal-space-x-large-desktop)!important}.my-xx-large{margin-top:var(--bal-space-xx-large-desktop)!important;margin-bottom:var(--bal-space-xx-large-desktop)!important}.desktop:my-xx-large{margin-top:var(--bal-space-xx-large-desktop)!important;margin-bottom:var(--bal-space-xx-large-desktop)!important}.my-xxx-large{margin-top:var(--bal-space-xxx-large-desktop)!important;margin-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop:my-xxx-large{margin-top:var(--bal-space-xxx-large-desktop)!important;margin-bottom:var(--bal-space-xxx-large-desktop)!important}.my-xxxx-large{margin-top:var(--bal-space-xxxx-large-desktop)!important;margin-bottom:var(--bal-space-xxxx-large-desktop)!important}.desktop:my-xxxx-large{margin-top:var(--bal-space-xxxx-large-desktop)!important;margin-bottom:var(--bal-space-xxxx-large-desktop)!important}}.mt-none{margin-top:0!important}.mt-auto{margin-top:auto!important}.mt-xx-small{margin-top:var(--bal-space-xx-small)!important}.mt-x-small{margin-top:var(--bal-space-x-small)!important}.mt-small{margin-top:var(--bal-space-small)!important}.mt-normal{margin-top:var(--bal-space-normal)!important}.mt-medium{margin-top:var(--bal-space-medium)!important}.mt-large{margin-top:var(--bal-space-large)!important}.mt-x-large{margin-top:var(--bal-space-x-large)!important}.mt-xx-large{margin-top:var(--bal-space-xx-large)!important}.mt-xxx-large{margin-top:var(--bal-space-xxx-large)!important}.mt-xxxx-large{margin-top:var(--bal-space-xxxx-large)!important}.mr-none{margin-right:0!important}.mr-auto{margin-right:auto!important}.mr-xx-small{margin-right:var(--bal-space-xx-small)!important}.mr-x-small{margin-right:var(--bal-space-x-small)!important}.mr-small{margin-right:var(--bal-space-small)!important}.mr-normal{margin-right:var(--bal-space-normal)!important}.mr-medium{margin-right:var(--bal-space-medium)!important}.mr-large{margin-right:var(--bal-space-large)!important}.mr-x-large{margin-right:var(--bal-space-x-large)!important}.mr-xx-large{margin-right:var(--bal-space-xx-large)!important}.mr-xxx-large{margin-right:var(--bal-space-xxx-large)!important}.mr-xxxx-large{margin-right:var(--bal-space-xxxx-large)!important}.mb-none{margin-bottom:0!important}.mb-auto{margin-bottom:auto!important}.mb-xx-small{margin-bottom:var(--bal-space-xx-small)!important}.mb-x-small{margin-bottom:var(--bal-space-x-small)!important}.mb-small{margin-bottom:var(--bal-space-small)!important}.mb-normal{margin-bottom:var(--bal-space-normal)!important}.mb-medium{margin-bottom:var(--bal-space-medium)!important}.mb-large{margin-bottom:var(--bal-space-large)!important}.mb-x-large{margin-bottom:var(--bal-space-x-large)!important}.mb-xx-large{margin-bottom:var(--bal-space-xx-large)!important}.mb-xxx-large{margin-bottom:var(--bal-space-xxx-large)!important}.mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large)!important}.ml-none{margin-left:0!important}.ml-auto{margin-left:auto!important}.ml-xx-small{margin-left:var(--bal-space-xx-small)!important}.ml-x-small{margin-left:var(--bal-space-x-small)!important}.ml-small{margin-left:var(--bal-space-small)!important}.ml-normal{margin-left:var(--bal-space-normal)!important}.ml-medium{margin-left:var(--bal-space-medium)!important}.ml-large{margin-left:var(--bal-space-large)!important}.ml-x-large{margin-left:var(--bal-space-x-large)!important}.ml-xx-large{margin-left:var(--bal-space-xx-large)!important}.ml-xxx-large{margin-left:var(--bal-space-xxx-large)!important}.ml-xxxx-large{margin-left:var(--bal-space-xxxx-large)!important}.p-none{padding:0!important}.p-auto{padding:auto!important}.p-xx-small{padding:var(--bal-space-xx-small)!important}.p-x-small{padding:var(--bal-space-x-small)!important}.p-small{padding:var(--bal-space-small)!important}.p-normal{padding:var(--bal-space-normal)!important}.p-medium{padding:var(--bal-space-medium)!important}.p-large{padding:var(--bal-space-large)!important}.p-x-large{padding:var(--bal-space-x-large)!important}.p-xx-large{padding:var(--bal-space-xx-large)!important}.p-xxx-large{padding:var(--bal-space-xxx-large)!important}.p-xxxx-large{padding:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile:mt-xx-small{margin-top:var(--bal-space-xx-small-mobile)!important}.mobile:mt-x-small{margin-top:var(--bal-space-x-small-mobile)!important}.mobile:mt-small{margin-top:var(--bal-space-small-mobile)!important}.mobile:mt-normal{margin-top:var(--bal-space-normal-mobile)!important}.mobile:mt-medium{margin-top:var(--bal-space-medium-mobile)!important}.mobile:mt-large{margin-top:var(--bal-space-large-mobile)!important}.mobile:mt-x-large{margin-top:var(--bal-space-x-large-mobile)!important}.mobile:mt-xx-large{margin-top:var(--bal-space-xx-large-mobile)!important}.mobile:mt-xxx-large{margin-top:var(--bal-space-xxx-large-mobile)!important}.mobile:mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-mobile)!important}.mobile:mr-xx-small{margin-right:var(--bal-space-xx-small-mobile)!important}.mobile:mr-x-small{margin-right:var(--bal-space-x-small-mobile)!important}.mobile:mr-small{margin-right:var(--bal-space-small-mobile)!important}.mobile:mr-normal{margin-right:var(--bal-space-normal-mobile)!important}.mobile:mr-medium{margin-right:var(--bal-space-medium-mobile)!important}.mobile:mr-large{margin-right:var(--bal-space-large-mobile)!important}.mobile:mr-x-large{margin-right:var(--bal-space-x-large-mobile)!important}.mobile:mr-xx-large{margin-right:var(--bal-space-xx-large-mobile)!important}.mobile:mr-xxx-large{margin-right:var(--bal-space-xxx-large-mobile)!important}.mobile:mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-mobile)!important}.mobile:mb-xx-small{margin-bottom:var(--bal-space-xx-small-mobile)!important}.mobile:mb-x-small{margin-bottom:var(--bal-space-x-small-mobile)!important}.mobile:mb-small{margin-bottom:var(--bal-space-small-mobile)!important}.mobile:mb-normal{margin-bottom:var(--bal-space-normal-mobile)!important}.mobile:mb-medium{margin-bottom:var(--bal-space-medium-mobile)!important}.mobile:mb-large{margin-bottom:var(--bal-space-large-mobile)!important}.mobile:mb-x-large{margin-bottom:var(--bal-space-x-large-mobile)!important}.mobile:mb-xx-large{margin-bottom:var(--bal-space-xx-large-mobile)!important}.mobile:mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-mobile)!important}.mobile:mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-mobile)!important}.mobile:ml-xx-small{margin-left:var(--bal-space-xx-small-mobile)!important}.mobile:ml-x-small{margin-left:var(--bal-space-x-small-mobile)!important}.mobile:ml-small{margin-left:var(--bal-space-small-mobile)!important}.mobile:ml-normal{margin-left:var(--bal-space-normal-mobile)!important}.mobile:ml-medium{margin-left:var(--bal-space-medium-mobile)!important}.mobile:ml-large{margin-left:var(--bal-space-large-mobile)!important}.mobile:ml-x-large{margin-left:var(--bal-space-x-large-mobile)!important}.mobile:ml-xx-large{margin-left:var(--bal-space-xx-large-mobile)!important}.mobile:ml-xxx-large{margin-left:var(--bal-space-xxx-large-mobile)!important}.mobile:ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-mobile)!important}.mobile:p-xx-small{padding:var(--bal-space-xx-small-mobile)!important}.mobile:p-x-small{padding:var(--bal-space-x-small-mobile)!important}.mobile:p-small{padding:var(--bal-space-small-mobile)!important}.mobile:p-normal{padding:var(--bal-space-normal-mobile)!important}.mobile:p-medium{padding:var(--bal-space-medium-mobile)!important}.mobile:p-large{padding:var(--bal-space-large-mobile)!important}.mobile:p-x-large{padding:var(--bal-space-x-large-mobile)!important}.mobile:p-xx-large{padding:var(--bal-space-xx-large-mobile)!important}.mobile:p-xxx-large{padding:var(--bal-space-xxx-large-mobile)!important}.mobile:p-xxxx-large{padding:var(--bal-space-xxxx-large-mobile)!important}}@media screen and (min-width:769px),print{.mt-none{margin-top:0!important}.mt-auto{margin-top:auto!important}.mt-xx-small{margin-top:var(--bal-space-xx-small-tablet)!important}.tablet:mt-xx-small{margin-top:var(--bal-space-xx-small-tablet)!important}.mt-x-small{margin-top:var(--bal-space-x-small-tablet)!important}.tablet:mt-x-small{margin-top:var(--bal-space-x-small-tablet)!important}.mt-small{margin-top:var(--bal-space-small-tablet)!important}.tablet:mt-small{margin-top:var(--bal-space-small-tablet)!important}.mt-normal{margin-top:var(--bal-space-normal-tablet)!important}.tablet:mt-normal{margin-top:var(--bal-space-normal-tablet)!important}.mt-medium{margin-top:var(--bal-space-medium-tablet)!important}.tablet:mt-medium{margin-top:var(--bal-space-medium-tablet)!important}.mt-large{margin-top:var(--bal-space-large-tablet)!important}.tablet:mt-large{margin-top:var(--bal-space-large-tablet)!important}.mt-x-large{margin-top:var(--bal-space-x-large-tablet)!important}.tablet:mt-x-large{margin-top:var(--bal-space-x-large-tablet)!important}.mt-xx-large{margin-top:var(--bal-space-xx-large-tablet)!important}.tablet:mt-xx-large{margin-top:var(--bal-space-xx-large-tablet)!important}.mt-xxx-large{margin-top:var(--bal-space-xxx-large-tablet)!important}.tablet:mt-xxx-large{margin-top:var(--bal-space-xxx-large-tablet)!important}.mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-tablet)!important}.tablet:mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-tablet)!important}.mr-none{margin-right:0!important}.mr-auto{margin-right:auto!important}.mr-xx-small{margin-right:var(--bal-space-xx-small-tablet)!important}.tablet:mr-xx-small{margin-right:var(--bal-space-xx-small-tablet)!important}.mr-x-small{margin-right:var(--bal-space-x-small-tablet)!important}.tablet:mr-x-small{margin-right:var(--bal-space-x-small-tablet)!important}.mr-small{margin-right:var(--bal-space-small-tablet)!important}.tablet:mr-small{margin-right:var(--bal-space-small-tablet)!important}.mr-normal{margin-right:var(--bal-space-normal-tablet)!important}.tablet:mr-normal{margin-right:var(--bal-space-normal-tablet)!important}.mr-medium{margin-right:var(--bal-space-medium-tablet)!important}.tablet:mr-medium{margin-right:var(--bal-space-medium-tablet)!important}.mr-large{margin-right:var(--bal-space-large-tablet)!important}.tablet:mr-large{margin-right:var(--bal-space-large-tablet)!important}.mr-x-large{margin-right:var(--bal-space-x-large-tablet)!important}.tablet:mr-x-large{margin-right:var(--bal-space-x-large-tablet)!important}.mr-xx-large{margin-right:var(--bal-space-xx-large-tablet)!important}.tablet:mr-xx-large{margin-right:var(--bal-space-xx-large-tablet)!important}.mr-xxx-large{margin-right:var(--bal-space-xxx-large-tablet)!important}.tablet:mr-xxx-large{margin-right:var(--bal-space-xxx-large-tablet)!important}.mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-tablet)!important}.tablet:mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-tablet)!important}.mb-none{margin-bottom:0!important}.mb-auto{margin-bottom:auto!important}.mb-xx-small{margin-bottom:var(--bal-space-xx-small-tablet)!important}.tablet:mb-xx-small{margin-bottom:var(--bal-space-xx-small-tablet)!important}.mb-x-small{margin-bottom:var(--bal-space-x-small-tablet)!important}.tablet:mb-x-small{margin-bottom:var(--bal-space-x-small-tablet)!important}.mb-small{margin-bottom:var(--bal-space-small-tablet)!important}.tablet:mb-small{margin-bottom:var(--bal-space-small-tablet)!important}.mb-normal{margin-bottom:var(--bal-space-normal-tablet)!important}.tablet:mb-normal{margin-bottom:var(--bal-space-normal-tablet)!important}.mb-medium{margin-bottom:var(--bal-space-medium-tablet)!important}.tablet:mb-medium{margin-bottom:var(--bal-space-medium-tablet)!important}.mb-large{margin-bottom:var(--bal-space-large-tablet)!important}.tablet:mb-large{margin-bottom:var(--bal-space-large-tablet)!important}.mb-x-large{margin-bottom:var(--bal-space-x-large-tablet)!important}.tablet:mb-x-large{margin-bottom:var(--bal-space-x-large-tablet)!important}.mb-xx-large{margin-bottom:var(--bal-space-xx-large-tablet)!important}.tablet:mb-xx-large{margin-bottom:var(--bal-space-xx-large-tablet)!important}.mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-tablet)!important}.tablet:mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-tablet)!important}.mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-tablet)!important}.tablet:mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-tablet)!important}.ml-none{margin-left:0!important}.ml-auto{margin-left:auto!important}.ml-xx-small{margin-left:var(--bal-space-xx-small-tablet)!important}.tablet:ml-xx-small{margin-left:var(--bal-space-xx-small-tablet)!important}.ml-x-small{margin-left:var(--bal-space-x-small-tablet)!important}.tablet:ml-x-small{margin-left:var(--bal-space-x-small-tablet)!important}.ml-small{margin-left:var(--bal-space-small-tablet)!important}.tablet:ml-small{margin-left:var(--bal-space-small-tablet)!important}.ml-normal{margin-left:var(--bal-space-normal-tablet)!important}.tablet:ml-normal{margin-left:var(--bal-space-normal-tablet)!important}.ml-medium{margin-left:var(--bal-space-medium-tablet)!important}.tablet:ml-medium{margin-left:var(--bal-space-medium-tablet)!important}.ml-large{margin-left:var(--bal-space-large-tablet)!important}.tablet:ml-large{margin-left:var(--bal-space-large-tablet)!important}.ml-x-large{margin-left:var(--bal-space-x-large-tablet)!important}.tablet:ml-x-large{margin-left:var(--bal-space-x-large-tablet)!important}.ml-xx-large{margin-left:var(--bal-space-xx-large-tablet)!important}.tablet:ml-xx-large{margin-left:var(--bal-space-xx-large-tablet)!important}.ml-xxx-large{margin-left:var(--bal-space-xxx-large-tablet)!important}.tablet:ml-xxx-large{margin-left:var(--bal-space-xxx-large-tablet)!important}.ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-tablet)!important}.tablet:ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-tablet)!important}.p-none{padding:0!important}.p-auto{padding:auto!important}.p-xx-small{padding:var(--bal-space-xx-small-tablet)!important}.tablet:p-xx-small{padding:var(--bal-space-xx-small-tablet)!important}.p-x-small{padding:var(--bal-space-x-small-tablet)!important}.tablet:p-x-small{padding:var(--bal-space-x-small-tablet)!important}.p-small{padding:var(--bal-space-small-tablet)!important}.tablet:p-small{padding:var(--bal-space-small-tablet)!important}.p-normal{padding:var(--bal-space-normal-tablet)!important}.tablet:p-normal{padding:var(--bal-space-normal-tablet)!important}.p-medium{padding:var(--bal-space-medium-tablet)!important}.tablet:p-medium{padding:var(--bal-space-medium-tablet)!important}.p-large{padding:var(--bal-space-large-tablet)!important}.tablet:p-large{padding:var(--bal-space-large-tablet)!important}.p-x-large{padding:var(--bal-space-x-large-tablet)!important}.tablet:p-x-large{padding:var(--bal-space-x-large-tablet)!important}.p-xx-large{padding:var(--bal-space-xx-large-tablet)!important}.tablet:p-xx-large{padding:var(--bal-space-xx-large-tablet)!important}.p-xxx-large{padding:var(--bal-space-xxx-large-tablet)!important}.tablet:p-xxx-large{padding:var(--bal-space-xxx-large-tablet)!important}.p-xxxx-large{padding:var(--bal-space-xxxx-large-tablet)!important}.tablet:p-xxxx-large{padding:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.mt-none{margin-top:0!important}.mt-auto{margin-top:auto!important}.mt-xx-small{margin-top:var(--bal-space-xx-small-desktop)!important}.desktop:mt-xx-small{margin-top:var(--bal-space-xx-small-desktop)!important}.mt-x-small{margin-top:var(--bal-space-x-small-desktop)!important}.desktop:mt-x-small{margin-top:var(--bal-space-x-small-desktop)!important}.mt-small{margin-top:var(--bal-space-small-desktop)!important}.desktop:mt-small{margin-top:var(--bal-space-small-desktop)!important}.mt-normal{margin-top:var(--bal-space-normal-desktop)!important}.desktop:mt-normal{margin-top:var(--bal-space-normal-desktop)!important}.mt-medium{margin-top:var(--bal-space-medium-desktop)!important}.desktop:mt-medium{margin-top:var(--bal-space-medium-desktop)!important}.mt-large{margin-top:var(--bal-space-large-desktop)!important}.desktop:mt-large{margin-top:var(--bal-space-large-desktop)!important}.mt-x-large{margin-top:var(--bal-space-x-large-desktop)!important}.desktop:mt-x-large{margin-top:var(--bal-space-x-large-desktop)!important}.mt-xx-large{margin-top:var(--bal-space-xx-large-desktop)!important}.desktop:mt-xx-large{margin-top:var(--bal-space-xx-large-desktop)!important}.mt-xxx-large{margin-top:var(--bal-space-xxx-large-desktop)!important}.desktop:mt-xxx-large{margin-top:var(--bal-space-xxx-large-desktop)!important}.mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-desktop)!important}.desktop:mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-desktop)!important}.mr-none{margin-right:0!important}.mr-auto{margin-right:auto!important}.mr-xx-small{margin-right:var(--bal-space-xx-small-desktop)!important}.desktop:mr-xx-small{margin-right:var(--bal-space-xx-small-desktop)!important}.mr-x-small{margin-right:var(--bal-space-x-small-desktop)!important}.desktop:mr-x-small{margin-right:var(--bal-space-x-small-desktop)!important}.mr-small{margin-right:var(--bal-space-small-desktop)!important}.desktop:mr-small{margin-right:var(--bal-space-small-desktop)!important}.mr-normal{margin-right:var(--bal-space-normal-desktop)!important}.desktop:mr-normal{margin-right:var(--bal-space-normal-desktop)!important}.mr-medium{margin-right:var(--bal-space-medium-desktop)!important}.desktop:mr-medium{margin-right:var(--bal-space-medium-desktop)!important}.mr-large{margin-right:var(--bal-space-large-desktop)!important}.desktop:mr-large{margin-right:var(--bal-space-large-desktop)!important}.mr-x-large{margin-right:var(--bal-space-x-large-desktop)!important}.desktop:mr-x-large{margin-right:var(--bal-space-x-large-desktop)!important}.mr-xx-large{margin-right:var(--bal-space-xx-large-desktop)!important}.desktop:mr-xx-large{margin-right:var(--bal-space-xx-large-desktop)!important}.mr-xxx-large{margin-right:var(--bal-space-xxx-large-desktop)!important}.desktop:mr-xxx-large{margin-right:var(--bal-space-xxx-large-desktop)!important}.mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-desktop)!important}.desktop:mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-desktop)!important}.mb-none{margin-bottom:0!important}.mb-auto{margin-bottom:auto!important}.mb-xx-small{margin-bottom:var(--bal-space-xx-small-desktop)!important}.desktop:mb-xx-small{margin-bottom:var(--bal-space-xx-small-desktop)!important}.mb-x-small{margin-bottom:var(--bal-space-x-small-desktop)!important}.desktop:mb-x-small{margin-bottom:var(--bal-space-x-small-desktop)!important}.mb-small{margin-bottom:var(--bal-space-small-desktop)!important}.desktop:mb-small{margin-bottom:var(--bal-space-small-desktop)!important}.mb-normal{margin-bottom:var(--bal-space-normal-desktop)!important}.desktop:mb-normal{margin-bottom:var(--bal-space-normal-desktop)!important}.mb-medium{margin-bottom:var(--bal-space-medium-desktop)!important}.desktop:mb-medium{margin-bottom:var(--bal-space-medium-desktop)!important}.mb-large{margin-bottom:var(--bal-space-large-desktop)!important}.desktop:mb-large{margin-bottom:var(--bal-space-large-desktop)!important}.mb-x-large{margin-bottom:var(--bal-space-x-large-desktop)!important}.desktop:mb-x-large{margin-bottom:var(--bal-space-x-large-desktop)!important}.mb-xx-large{margin-bottom:var(--bal-space-xx-large-desktop)!important}.desktop:mb-xx-large{margin-bottom:var(--bal-space-xx-large-desktop)!important}.mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop:mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-desktop)!important}.mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-desktop)!important}.desktop:mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-desktop)!important}.ml-none{margin-left:0!important}.ml-auto{margin-left:auto!important}.ml-xx-small{margin-left:var(--bal-space-xx-small-desktop)!important}.desktop:ml-xx-small{margin-left:var(--bal-space-xx-small-desktop)!important}.ml-x-small{margin-left:var(--bal-space-x-small-desktop)!important}.desktop:ml-x-small{margin-left:var(--bal-space-x-small-desktop)!important}.ml-small{margin-left:var(--bal-space-small-desktop)!important}.desktop:ml-small{margin-left:var(--bal-space-small-desktop)!important}.ml-normal{margin-left:var(--bal-space-normal-desktop)!important}.desktop:ml-normal{margin-left:var(--bal-space-normal-desktop)!important}.ml-medium{margin-left:var(--bal-space-medium-desktop)!important}.desktop:ml-medium{margin-left:var(--bal-space-medium-desktop)!important}.ml-large{margin-left:var(--bal-space-large-desktop)!important}.desktop:ml-large{margin-left:var(--bal-space-large-desktop)!important}.ml-x-large{margin-left:var(--bal-space-x-large-desktop)!important}.desktop:ml-x-large{margin-left:var(--bal-space-x-large-desktop)!important}.ml-xx-large{margin-left:var(--bal-space-xx-large-desktop)!important}.desktop:ml-xx-large{margin-left:var(--bal-space-xx-large-desktop)!important}.ml-xxx-large{margin-left:var(--bal-space-xxx-large-desktop)!important}.desktop:ml-xxx-large{margin-left:var(--bal-space-xxx-large-desktop)!important}.ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-desktop)!important}.desktop:ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-desktop)!important}.p-none{padding:0!important}.p-auto{padding:auto!important}.p-xx-small{padding:var(--bal-space-xx-small-desktop)!important}.desktop:p-xx-small{padding:var(--bal-space-xx-small-desktop)!important}.p-x-small{padding:var(--bal-space-x-small-desktop)!important}.desktop:p-x-small{padding:var(--bal-space-x-small-desktop)!important}.p-small{padding:var(--bal-space-small-desktop)!important}.desktop:p-small{padding:var(--bal-space-small-desktop)!important}.p-normal{padding:var(--bal-space-normal-desktop)!important}.desktop:p-normal{padding:var(--bal-space-normal-desktop)!important}.p-medium{padding:var(--bal-space-medium-desktop)!important}.desktop:p-medium{padding:var(--bal-space-medium-desktop)!important}.p-large{padding:var(--bal-space-large-desktop)!important}.desktop:p-large{padding:var(--bal-space-large-desktop)!important}.p-x-large{padding:var(--bal-space-x-large-desktop)!important}.desktop:p-x-large{padding:var(--bal-space-x-large-desktop)!important}.p-xx-large{padding:var(--bal-space-xx-large-desktop)!important}.desktop:p-xx-large{padding:var(--bal-space-xx-large-desktop)!important}.p-xxx-large{padding:var(--bal-space-xxx-large-desktop)!important}.desktop:p-xxx-large{padding:var(--bal-space-xxx-large-desktop)!important}.p-xxxx-large{padding:var(--bal-space-xxxx-large-desktop)!important}.desktop:p-xxxx-large{padding:var(--bal-space-xxxx-large-desktop)!important}}.px-none{padding-left:0!important;padding-right:0!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-xx-small{padding-left:var(--bal-space-xx-small)!important;padding-right:var(--bal-space-xx-small)!important}.px-x-small{padding-left:var(--bal-space-x-small)!important;padding-right:var(--bal-space-x-small)!important}.px-small{padding-left:var(--bal-space-small)!important;padding-right:var(--bal-space-small)!important}.px-normal{padding-left:var(--bal-space-normal)!important;padding-right:var(--bal-space-normal)!important}.px-medium{padding-left:var(--bal-space-medium)!important;padding-right:var(--bal-space-medium)!important}.px-large{padding-left:var(--bal-space-large)!important;padding-right:var(--bal-space-large)!important}.px-x-large{padding-left:var(--bal-space-x-large)!important;padding-right:var(--bal-space-x-large)!important}.px-xx-large{padding-left:var(--bal-space-xx-large)!important;padding-right:var(--bal-space-xx-large)!important}.px-xxx-large{padding-left:var(--bal-space-xxx-large)!important;padding-right:var(--bal-space-xxx-large)!important}.px-xxxx-large{padding-left:var(--bal-space-xxxx-large)!important;padding-right:var(--bal-space-xxxx-large)!important}.py-none{padding-top:0!important;padding-bottom:0!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xx-small{padding-top:var(--bal-space-xx-small)!important;padding-bottom:var(--bal-space-xx-small)!important}.py-x-small{padding-top:var(--bal-space-x-small)!important;padding-bottom:var(--bal-space-x-small)!important}.py-small{padding-top:var(--bal-space-small)!important;padding-bottom:var(--bal-space-small)!important}.py-normal{padding-top:var(--bal-space-normal)!important;padding-bottom:var(--bal-space-normal)!important}.py-medium{padding-top:var(--bal-space-medium)!important;padding-bottom:var(--bal-space-medium)!important}.py-large{padding-top:var(--bal-space-large)!important;padding-bottom:var(--bal-space-large)!important}.py-x-large{padding-top:var(--bal-space-x-large)!important;padding-bottom:var(--bal-space-x-large)!important}.py-xx-large{padding-top:var(--bal-space-xx-large)!important;padding-bottom:var(--bal-space-xx-large)!important}.py-xxx-large{padding-top:var(--bal-space-xxx-large)!important;padding-bottom:var(--bal-space-xxx-large)!important}.py-xxxx-large{padding-top:var(--bal-space-xxxx-large)!important;padding-bottom:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile:px-xx-small{padding-left:var(--bal-space-xx-small-mobile)!important;padding-right:var(--bal-space-xx-small-mobile)!important}.mobile:px-x-small{padding-left:var(--bal-space-x-small-mobile)!important;padding-right:var(--bal-space-x-small-mobile)!important}.mobile:px-small{padding-left:var(--bal-space-small-mobile)!important;padding-right:var(--bal-space-small-mobile)!important}.mobile:px-normal{padding-left:var(--bal-space-normal-mobile)!important;padding-right:var(--bal-space-normal-mobile)!important}.mobile:px-medium{padding-left:var(--bal-space-medium-mobile)!important;padding-right:var(--bal-space-medium-mobile)!important}.mobile:px-large{padding-left:var(--bal-space-large-mobile)!important;padding-right:var(--bal-space-large-mobile)!important}.mobile:px-x-large{padding-left:var(--bal-space-x-large-mobile)!important;padding-right:var(--bal-space-x-large-mobile)!important}.mobile:px-xx-large{padding-left:var(--bal-space-xx-large-mobile)!important;padding-right:var(--bal-space-xx-large-mobile)!important}.mobile:px-xxx-large{padding-left:var(--bal-space-xxx-large-mobile)!important;padding-right:var(--bal-space-xxx-large-mobile)!important}.mobile:px-xxxx-large{padding-left:var(--bal-space-xxxx-large-mobile)!important;padding-right:var(--bal-space-xxxx-large-mobile)!important}.mobile:py-xx-small{padding-top:var(--bal-space-xx-small-mobile)!important;padding-bottom:var(--bal-space-xx-small-mobile)!important}.mobile:py-x-small{padding-top:var(--bal-space-x-small-mobile)!important;padding-bottom:var(--bal-space-x-small-mobile)!important}.mobile:py-small{padding-top:var(--bal-space-small-mobile)!important;padding-bottom:var(--bal-space-small-mobile)!important}.mobile:py-normal{padding-top:var(--bal-space-normal-mobile)!important;padding-bottom:var(--bal-space-normal-mobile)!important}.mobile:py-medium{padding-top:var(--bal-space-medium-mobile)!important;padding-bottom:var(--bal-space-medium-mobile)!important}.mobile:py-large{padding-top:var(--bal-space-large-mobile)!important;padding-bottom:var(--bal-space-large-mobile)!important}.mobile:py-x-large{padding-top:var(--bal-space-x-large-mobile)!important;padding-bottom:var(--bal-space-x-large-mobile)!important}.mobile:py-xx-large{padding-top:var(--bal-space-xx-large-mobile)!important;padding-bottom:var(--bal-space-xx-large-mobile)!important}.mobile:py-xxx-large{padding-top:var(--bal-space-xxx-large-mobile)!important;padding-bottom:var(--bal-space-xxx-large-mobile)!important}.mobile:py-xxxx-large{padding-top:var(--bal-space-xxxx-large-mobile)!important;padding-bottom:var(--bal-space-xxxx-large-mobile)!important}}@media screen and (min-width:769px),print{.px-none{padding-left:0!important;padding-right:0!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-xx-small{padding-left:var(--bal-space-xx-small-tablet)!important;padding-right:var(--bal-space-xx-small-tablet)!important}.tablet:px-xx-small{padding-left:var(--bal-space-xx-small-tablet)!important;padding-right:var(--bal-space-xx-small-tablet)!important}.px-x-small{padding-left:var(--bal-space-x-small-tablet)!important;padding-right:var(--bal-space-x-small-tablet)!important}.tablet:px-x-small{padding-left:var(--bal-space-x-small-tablet)!important;padding-right:var(--bal-space-x-small-tablet)!important}.px-small{padding-left:var(--bal-space-small-tablet)!important;padding-right:var(--bal-space-small-tablet)!important}.tablet:px-small{padding-left:var(--bal-space-small-tablet)!important;padding-right:var(--bal-space-small-tablet)!important}.px-normal{padding-left:var(--bal-space-normal-tablet)!important;padding-right:var(--bal-space-normal-tablet)!important}.tablet:px-normal{padding-left:var(--bal-space-normal-tablet)!important;padding-right:var(--bal-space-normal-tablet)!important}.px-medium{padding-left:var(--bal-space-medium-tablet)!important;padding-right:var(--bal-space-medium-tablet)!important}.tablet:px-medium{padding-left:var(--bal-space-medium-tablet)!important;padding-right:var(--bal-space-medium-tablet)!important}.px-large{padding-left:var(--bal-space-large-tablet)!important;padding-right:var(--bal-space-large-tablet)!important}.tablet:px-large{padding-left:var(--bal-space-large-tablet)!important;padding-right:var(--bal-space-large-tablet)!important}.px-x-large{padding-left:var(--bal-space-x-large-tablet)!important;padding-right:var(--bal-space-x-large-tablet)!important}.tablet:px-x-large{padding-left:var(--bal-space-x-large-tablet)!important;padding-right:var(--bal-space-x-large-tablet)!important}.px-xx-large{padding-left:var(--bal-space-xx-large-tablet)!important;padding-right:var(--bal-space-xx-large-tablet)!important}.tablet:px-xx-large{padding-left:var(--bal-space-xx-large-tablet)!important;padding-right:var(--bal-space-xx-large-tablet)!important}.px-xxx-large{padding-left:var(--bal-space-xxx-large-tablet)!important;padding-right:var(--bal-space-xxx-large-tablet)!important}.tablet:px-xxx-large{padding-left:var(--bal-space-xxx-large-tablet)!important;padding-right:var(--bal-space-xxx-large-tablet)!important}.px-xxxx-large{padding-left:var(--bal-space-xxxx-large-tablet)!important;padding-right:var(--bal-space-xxxx-large-tablet)!important}.tablet:px-xxxx-large{padding-left:var(--bal-space-xxxx-large-tablet)!important;padding-right:var(--bal-space-xxxx-large-tablet)!important}.py-none{padding-top:0!important;padding-bottom:0!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xx-small{padding-top:var(--bal-space-xx-small-tablet)!important;padding-bottom:var(--bal-space-xx-small-tablet)!important}.tablet:py-xx-small{padding-top:var(--bal-space-xx-small-tablet)!important;padding-bottom:var(--bal-space-xx-small-tablet)!important}.py-x-small{padding-top:var(--bal-space-x-small-tablet)!important;padding-bottom:var(--bal-space-x-small-tablet)!important}.tablet:py-x-small{padding-top:var(--bal-space-x-small-tablet)!important;padding-bottom:var(--bal-space-x-small-tablet)!important}.py-small{padding-top:var(--bal-space-small-tablet)!important;padding-bottom:var(--bal-space-small-tablet)!important}.tablet:py-small{padding-top:var(--bal-space-small-tablet)!important;padding-bottom:var(--bal-space-small-tablet)!important}.py-normal{padding-top:var(--bal-space-normal-tablet)!important;padding-bottom:var(--bal-space-normal-tablet)!important}.tablet:py-normal{padding-top:var(--bal-space-normal-tablet)!important;padding-bottom:var(--bal-space-normal-tablet)!important}.py-medium{padding-top:var(--bal-space-medium-tablet)!important;padding-bottom:var(--bal-space-medium-tablet)!important}.tablet:py-medium{padding-top:var(--bal-space-medium-tablet)!important;padding-bottom:var(--bal-space-medium-tablet)!important}.py-large{padding-top:var(--bal-space-large-tablet)!important;padding-bottom:var(--bal-space-large-tablet)!important}.tablet:py-large{padding-top:var(--bal-space-large-tablet)!important;padding-bottom:var(--bal-space-large-tablet)!important}.py-x-large{padding-top:var(--bal-space-x-large-tablet)!important;padding-bottom:var(--bal-space-x-large-tablet)!important}.tablet:py-x-large{padding-top:var(--bal-space-x-large-tablet)!important;padding-bottom:var(--bal-space-x-large-tablet)!important}.py-xx-large{padding-top:var(--bal-space-xx-large-tablet)!important;padding-bottom:var(--bal-space-xx-large-tablet)!important}.tablet:py-xx-large{padding-top:var(--bal-space-xx-large-tablet)!important;padding-bottom:var(--bal-space-xx-large-tablet)!important}.py-xxx-large{padding-top:var(--bal-space-xxx-large-tablet)!important;padding-bottom:var(--bal-space-xxx-large-tablet)!important}.tablet:py-xxx-large{padding-top:var(--bal-space-xxx-large-tablet)!important;padding-bottom:var(--bal-space-xxx-large-tablet)!important}.py-xxxx-large{padding-top:var(--bal-space-xxxx-large-tablet)!important;padding-bottom:var(--bal-space-xxxx-large-tablet)!important}.tablet:py-xxxx-large{padding-top:var(--bal-space-xxxx-large-tablet)!important;padding-bottom:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.px-none{padding-left:0!important;padding-right:0!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-xx-small{padding-left:var(--bal-space-xx-small-desktop)!important;padding-right:var(--bal-space-xx-small-desktop)!important}.desktop:px-xx-small{padding-left:var(--bal-space-xx-small-desktop)!important;padding-right:var(--bal-space-xx-small-desktop)!important}.px-x-small{padding-left:var(--bal-space-x-small-desktop)!important;padding-right:var(--bal-space-x-small-desktop)!important}.desktop:px-x-small{padding-left:var(--bal-space-x-small-desktop)!important;padding-right:var(--bal-space-x-small-desktop)!important}.px-small{padding-left:var(--bal-space-small-desktop)!important;padding-right:var(--bal-space-small-desktop)!important}.desktop:px-small{padding-left:var(--bal-space-small-desktop)!important;padding-right:var(--bal-space-small-desktop)!important}.px-normal{padding-left:var(--bal-space-normal-desktop)!important;padding-right:var(--bal-space-normal-desktop)!important}.desktop:px-normal{padding-left:var(--bal-space-normal-desktop)!important;padding-right:var(--bal-space-normal-desktop)!important}.px-medium{padding-left:var(--bal-space-medium-desktop)!important;padding-right:var(--bal-space-medium-desktop)!important}.desktop:px-medium{padding-left:var(--bal-space-medium-desktop)!important;padding-right:var(--bal-space-medium-desktop)!important}.px-large{padding-left:var(--bal-space-large-desktop)!important;padding-right:var(--bal-space-large-desktop)!important}.desktop:px-large{padding-left:var(--bal-space-large-desktop)!important;padding-right:var(--bal-space-large-desktop)!important}.px-x-large{padding-left:var(--bal-space-x-large-desktop)!important;padding-right:var(--bal-space-x-large-desktop)!important}.desktop:px-x-large{padding-left:var(--bal-space-x-large-desktop)!important;padding-right:var(--bal-space-x-large-desktop)!important}.px-xx-large{padding-left:var(--bal-space-xx-large-desktop)!important;padding-right:var(--bal-space-xx-large-desktop)!important}.desktop:px-xx-large{padding-left:var(--bal-space-xx-large-desktop)!important;padding-right:var(--bal-space-xx-large-desktop)!important}.px-xxx-large{padding-left:var(--bal-space-xxx-large-desktop)!important;padding-right:var(--bal-space-xxx-large-desktop)!important}.desktop:px-xxx-large{padding-left:var(--bal-space-xxx-large-desktop)!important;padding-right:var(--bal-space-xxx-large-desktop)!important}.px-xxxx-large{padding-left:var(--bal-space-xxxx-large-desktop)!important;padding-right:var(--bal-space-xxxx-large-desktop)!important}.desktop:px-xxxx-large{padding-left:var(--bal-space-xxxx-large-desktop)!important;padding-right:var(--bal-space-xxxx-large-desktop)!important}.py-none{padding-top:0!important;padding-bottom:0!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xx-small{padding-top:var(--bal-space-xx-small-desktop)!important;padding-bottom:var(--bal-space-xx-small-desktop)!important}.desktop:py-xx-small{padding-top:var(--bal-space-xx-small-desktop)!important;padding-bottom:var(--bal-space-xx-small-desktop)!important}.py-x-small{padding-top:var(--bal-space-x-small-desktop)!important;padding-bottom:var(--bal-space-x-small-desktop)!important}.desktop:py-x-small{padding-top:var(--bal-space-x-small-desktop)!important;padding-bottom:var(--bal-space-x-small-desktop)!important}.py-small{padding-top:var(--bal-space-small-desktop)!important;padding-bottom:var(--bal-space-small-desktop)!important}.desktop:py-small{padding-top:var(--bal-space-small-desktop)!important;padding-bottom:var(--bal-space-small-desktop)!important}.py-normal{padding-top:var(--bal-space-normal-desktop)!important;padding-bottom:var(--bal-space-normal-desktop)!important}.desktop:py-normal{padding-top:var(--bal-space-normal-desktop)!important;padding-bottom:var(--bal-space-normal-desktop)!important}.py-medium{padding-top:var(--bal-space-medium-desktop)!important;padding-bottom:var(--bal-space-medium-desktop)!important}.desktop:py-medium{padding-top:var(--bal-space-medium-desktop)!important;padding-bottom:var(--bal-space-medium-desktop)!important}.py-large{padding-top:var(--bal-space-large-desktop)!important;padding-bottom:var(--bal-space-large-desktop)!important}.desktop:py-large{padding-top:var(--bal-space-large-desktop)!important;padding-bottom:var(--bal-space-large-desktop)!important}.py-x-large{padding-top:var(--bal-space-x-large-desktop)!important;padding-bottom:var(--bal-space-x-large-desktop)!important}.desktop:py-x-large{padding-top:var(--bal-space-x-large-desktop)!important;padding-bottom:var(--bal-space-x-large-desktop)!important}.py-xx-large{padding-top:var(--bal-space-xx-large-desktop)!important;padding-bottom:var(--bal-space-xx-large-desktop)!important}.desktop:py-xx-large{padding-top:var(--bal-space-xx-large-desktop)!important;padding-bottom:var(--bal-space-xx-large-desktop)!important}.py-xxx-large{padding-top:var(--bal-space-xxx-large-desktop)!important;padding-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop:py-xxx-large{padding-top:var(--bal-space-xxx-large-desktop)!important;padding-bottom:var(--bal-space-xxx-large-desktop)!important}.py-xxxx-large{padding-top:var(--bal-space-xxxx-large-desktop)!important;padding-bottom:var(--bal-space-xxxx-large-desktop)!important}.desktop:py-xxxx-large{padding-top:var(--bal-space-xxxx-large-desktop)!important;padding-bottom:var(--bal-space-xxxx-large-desktop)!important}}.pt-none{padding-top:0!important}.pt-auto{padding-top:auto!important}.pt-xx-small{padding-top:var(--bal-space-xx-small)!important}.pt-x-small{padding-top:var(--bal-space-x-small)!important}.pt-small{padding-top:var(--bal-space-small)!important}.pt-normal{padding-top:var(--bal-space-normal)!important}.pt-medium{padding-top:var(--bal-space-medium)!important}.pt-large{padding-top:var(--bal-space-large)!important}.pt-x-large{padding-top:var(--bal-space-x-large)!important}.pt-xx-large{padding-top:var(--bal-space-xx-large)!important}.pt-xxx-large{padding-top:var(--bal-space-xxx-large)!important}.pt-xxxx-large{padding-top:var(--bal-space-xxxx-large)!important}.pr-none{padding-right:0!important}.pr-auto{padding-right:auto!important}.pr-xx-small{padding-right:var(--bal-space-xx-small)!important}.pr-x-small{padding-right:var(--bal-space-x-small)!important}.pr-small{padding-right:var(--bal-space-small)!important}.pr-normal{padding-right:var(--bal-space-normal)!important}.pr-medium{padding-right:var(--bal-space-medium)!important}.pr-large{padding-right:var(--bal-space-large)!important}.pr-x-large{padding-right:var(--bal-space-x-large)!important}.pr-xx-large{padding-right:var(--bal-space-xx-large)!important}.pr-xxx-large{padding-right:var(--bal-space-xxx-large)!important}.pr-xxxx-large{padding-right:var(--bal-space-xxxx-large)!important}.pb-none{padding-bottom:0!important}.pb-auto{padding-bottom:auto!important}.pb-xx-small{padding-bottom:var(--bal-space-xx-small)!important}.pb-x-small{padding-bottom:var(--bal-space-x-small)!important}.pb-small{padding-bottom:var(--bal-space-small)!important}.pb-normal{padding-bottom:var(--bal-space-normal)!important}.pb-medium{padding-bottom:var(--bal-space-medium)!important}.pb-large{padding-bottom:var(--bal-space-large)!important}.pb-x-large{padding-bottom:var(--bal-space-x-large)!important}.pb-xx-large{padding-bottom:var(--bal-space-xx-large)!important}.pb-xxx-large{padding-bottom:var(--bal-space-xxx-large)!important}.pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large)!important}.pl-none{padding-left:0!important}.pl-auto{padding-left:auto!important}.pl-xx-small{padding-left:var(--bal-space-xx-small)!important}.pl-x-small{padding-left:var(--bal-space-x-small)!important}.pl-small{padding-left:var(--bal-space-small)!important}.pl-normal{padding-left:var(--bal-space-normal)!important}.pl-medium{padding-left:var(--bal-space-medium)!important}.pl-large{padding-left:var(--bal-space-large)!important}.pl-x-large{padding-left:var(--bal-space-x-large)!important}.pl-xx-large{padding-left:var(--bal-space-xx-large)!important}.pl-xxx-large{padding-left:var(--bal-space-xxx-large)!important}.pl-xxxx-large{padding-left:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile:pt-xx-small{padding-top:var(--bal-space-xx-small-mobile)!important}.mobile:pt-x-small{padding-top:var(--bal-space-x-small-mobile)!important}.mobile:pt-small{padding-top:var(--bal-space-small-mobile)!important}.mobile:pt-normal{padding-top:var(--bal-space-normal-mobile)!important}.mobile:pt-medium{padding-top:var(--bal-space-medium-mobile)!important}.mobile:pt-large{padding-top:var(--bal-space-large-mobile)!important}.mobile:pt-x-large{padding-top:var(--bal-space-x-large-mobile)!important}.mobile:pt-xx-large{padding-top:var(--bal-space-xx-large-mobile)!important}.mobile:pt-xxx-large{padding-top:var(--bal-space-xxx-large-mobile)!important}.mobile:pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-mobile)!important}.mobile:pr-xx-small{padding-right:var(--bal-space-xx-small-mobile)!important}.mobile:pr-x-small{padding-right:var(--bal-space-x-small-mobile)!important}.mobile:pr-small{padding-right:var(--bal-space-small-mobile)!important}.mobile:pr-normal{padding-right:var(--bal-space-normal-mobile)!important}.mobile:pr-medium{padding-right:var(--bal-space-medium-mobile)!important}.mobile:pr-large{padding-right:var(--bal-space-large-mobile)!important}.mobile:pr-x-large{padding-right:var(--bal-space-x-large-mobile)!important}.mobile:pr-xx-large{padding-right:var(--bal-space-xx-large-mobile)!important}.mobile:pr-xxx-large{padding-right:var(--bal-space-xxx-large-mobile)!important}.mobile:pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-mobile)!important}.mobile:pb-xx-small{padding-bottom:var(--bal-space-xx-small-mobile)!important}.mobile:pb-x-small{padding-bottom:var(--bal-space-x-small-mobile)!important}.mobile:pb-small{padding-bottom:var(--bal-space-small-mobile)!important}.mobile:pb-normal{padding-bottom:var(--bal-space-normal-mobile)!important}.mobile:pb-medium{padding-bottom:var(--bal-space-medium-mobile)!important}.mobile:pb-large{padding-bottom:var(--bal-space-large-mobile)!important}.mobile:pb-x-large{padding-bottom:var(--bal-space-x-large-mobile)!important}.mobile:pb-xx-large{padding-bottom:var(--bal-space-xx-large-mobile)!important}.mobile:pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-mobile)!important}.mobile:pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-mobile)!important}.mobile:pl-xx-small{padding-left:var(--bal-space-xx-small-mobile)!important}.mobile:pl-x-small{padding-left:var(--bal-space-x-small-mobile)!important}.mobile:pl-small{padding-left:var(--bal-space-small-mobile)!important}.mobile:pl-normal{padding-left:var(--bal-space-normal-mobile)!important}.mobile:pl-medium{padding-left:var(--bal-space-medium-mobile)!important}.mobile:pl-large{padding-left:var(--bal-space-large-mobile)!important}.mobile:pl-x-large{padding-left:var(--bal-space-x-large-mobile)!important}.mobile:pl-xx-large{padding-left:var(--bal-space-xx-large-mobile)!important}.mobile:pl-xxx-large{padding-left:var(--bal-space-xxx-large-mobile)!important}.mobile:pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-mobile)!important}}@media screen and (min-width:769px),print{.pt-none{padding-top:0!important}.pt-auto{padding-top:auto!important}.pt-xx-small{padding-top:var(--bal-space-xx-small-tablet)!important}.tablet:pt-xx-small{padding-top:var(--bal-space-xx-small-tablet)!important}.pt-x-small{padding-top:var(--bal-space-x-small-tablet)!important}.tablet:pt-x-small{padding-top:var(--bal-space-x-small-tablet)!important}.pt-small{padding-top:var(--bal-space-small-tablet)!important}.tablet:pt-small{padding-top:var(--bal-space-small-tablet)!important}.pt-normal{padding-top:var(--bal-space-normal-tablet)!important}.tablet:pt-normal{padding-top:var(--bal-space-normal-tablet)!important}.pt-medium{padding-top:var(--bal-space-medium-tablet)!important}.tablet:pt-medium{padding-top:var(--bal-space-medium-tablet)!important}.pt-large{padding-top:var(--bal-space-large-tablet)!important}.tablet:pt-large{padding-top:var(--bal-space-large-tablet)!important}.pt-x-large{padding-top:var(--bal-space-x-large-tablet)!important}.tablet:pt-x-large{padding-top:var(--bal-space-x-large-tablet)!important}.pt-xx-large{padding-top:var(--bal-space-xx-large-tablet)!important}.tablet:pt-xx-large{padding-top:var(--bal-space-xx-large-tablet)!important}.pt-xxx-large{padding-top:var(--bal-space-xxx-large-tablet)!important}.tablet:pt-xxx-large{padding-top:var(--bal-space-xxx-large-tablet)!important}.pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-tablet)!important}.tablet:pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-tablet)!important}.pr-none{padding-right:0!important}.pr-auto{padding-right:auto!important}.pr-xx-small{padding-right:var(--bal-space-xx-small-tablet)!important}.tablet:pr-xx-small{padding-right:var(--bal-space-xx-small-tablet)!important}.pr-x-small{padding-right:var(--bal-space-x-small-tablet)!important}.tablet:pr-x-small{padding-right:var(--bal-space-x-small-tablet)!important}.pr-small{padding-right:var(--bal-space-small-tablet)!important}.tablet:pr-small{padding-right:var(--bal-space-small-tablet)!important}.pr-normal{padding-right:var(--bal-space-normal-tablet)!important}.tablet:pr-normal{padding-right:var(--bal-space-normal-tablet)!important}.pr-medium{padding-right:var(--bal-space-medium-tablet)!important}.tablet:pr-medium{padding-right:var(--bal-space-medium-tablet)!important}.pr-large{padding-right:var(--bal-space-large-tablet)!important}.tablet:pr-large{padding-right:var(--bal-space-large-tablet)!important}.pr-x-large{padding-right:var(--bal-space-x-large-tablet)!important}.tablet:pr-x-large{padding-right:var(--bal-space-x-large-tablet)!important}.pr-xx-large{padding-right:var(--bal-space-xx-large-tablet)!important}.tablet:pr-xx-large{padding-right:var(--bal-space-xx-large-tablet)!important}.pr-xxx-large{padding-right:var(--bal-space-xxx-large-tablet)!important}.tablet:pr-xxx-large{padding-right:var(--bal-space-xxx-large-tablet)!important}.pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-tablet)!important}.tablet:pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-tablet)!important}.pb-none{padding-bottom:0!important}.pb-auto{padding-bottom:auto!important}.pb-xx-small{padding-bottom:var(--bal-space-xx-small-tablet)!important}.tablet:pb-xx-small{padding-bottom:var(--bal-space-xx-small-tablet)!important}.pb-x-small{padding-bottom:var(--bal-space-x-small-tablet)!important}.tablet:pb-x-small{padding-bottom:var(--bal-space-x-small-tablet)!important}.pb-small{padding-bottom:var(--bal-space-small-tablet)!important}.tablet:pb-small{padding-bottom:var(--bal-space-small-tablet)!important}.pb-normal{padding-bottom:var(--bal-space-normal-tablet)!important}.tablet:pb-normal{padding-bottom:var(--bal-space-normal-tablet)!important}.pb-medium{padding-bottom:var(--bal-space-medium-tablet)!important}.tablet:pb-medium{padding-bottom:var(--bal-space-medium-tablet)!important}.pb-large{padding-bottom:var(--bal-space-large-tablet)!important}.tablet:pb-large{padding-bottom:var(--bal-space-large-tablet)!important}.pb-x-large{padding-bottom:var(--bal-space-x-large-tablet)!important}.tablet:pb-x-large{padding-bottom:var(--bal-space-x-large-tablet)!important}.pb-xx-large{padding-bottom:var(--bal-space-xx-large-tablet)!important}.tablet:pb-xx-large{padding-bottom:var(--bal-space-xx-large-tablet)!important}.pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-tablet)!important}.tablet:pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-tablet)!important}.pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-tablet)!important}.tablet:pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-tablet)!important}.pl-none{padding-left:0!important}.pl-auto{padding-left:auto!important}.pl-xx-small{padding-left:var(--bal-space-xx-small-tablet)!important}.tablet:pl-xx-small{padding-left:var(--bal-space-xx-small-tablet)!important}.pl-x-small{padding-left:var(--bal-space-x-small-tablet)!important}.tablet:pl-x-small{padding-left:var(--bal-space-x-small-tablet)!important}.pl-small{padding-left:var(--bal-space-small-tablet)!important}.tablet:pl-small{padding-left:var(--bal-space-small-tablet)!important}.pl-normal{padding-left:var(--bal-space-normal-tablet)!important}.tablet:pl-normal{padding-left:var(--bal-space-normal-tablet)!important}.pl-medium{padding-left:var(--bal-space-medium-tablet)!important}.tablet:pl-medium{padding-left:var(--bal-space-medium-tablet)!important}.pl-large{padding-left:var(--bal-space-large-tablet)!important}.tablet:pl-large{padding-left:var(--bal-space-large-tablet)!important}.pl-x-large{padding-left:var(--bal-space-x-large-tablet)!important}.tablet:pl-x-large{padding-left:var(--bal-space-x-large-tablet)!important}.pl-xx-large{padding-left:var(--bal-space-xx-large-tablet)!important}.tablet:pl-xx-large{padding-left:var(--bal-space-xx-large-tablet)!important}.pl-xxx-large{padding-left:var(--bal-space-xxx-large-tablet)!important}.tablet:pl-xxx-large{padding-left:var(--bal-space-xxx-large-tablet)!important}.pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-tablet)!important}.tablet:pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.pt-none{padding-top:0!important}.pt-auto{padding-top:auto!important}.pt-xx-small{padding-top:var(--bal-space-xx-small-desktop)!important}.desktop:pt-xx-small{padding-top:var(--bal-space-xx-small-desktop)!important}.pt-x-small{padding-top:var(--bal-space-x-small-desktop)!important}.desktop:pt-x-small{padding-top:var(--bal-space-x-small-desktop)!important}.pt-small{padding-top:var(--bal-space-small-desktop)!important}.desktop:pt-small{padding-top:var(--bal-space-small-desktop)!important}.pt-normal{padding-top:var(--bal-space-normal-desktop)!important}.desktop:pt-normal{padding-top:var(--bal-space-normal-desktop)!important}.pt-medium{padding-top:var(--bal-space-medium-desktop)!important}.desktop:pt-medium{padding-top:var(--bal-space-medium-desktop)!important}.pt-large{padding-top:var(--bal-space-large-desktop)!important}.desktop:pt-large{padding-top:var(--bal-space-large-desktop)!important}.pt-x-large{padding-top:var(--bal-space-x-large-desktop)!important}.desktop:pt-x-large{padding-top:var(--bal-space-x-large-desktop)!important}.pt-xx-large{padding-top:var(--bal-space-xx-large-desktop)!important}.desktop:pt-xx-large{padding-top:var(--bal-space-xx-large-desktop)!important}.pt-xxx-large{padding-top:var(--bal-space-xxx-large-desktop)!important}.desktop:pt-xxx-large{padding-top:var(--bal-space-xxx-large-desktop)!important}.pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-desktop)!important}.desktop:pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-desktop)!important}.pr-none{padding-right:0!important}.pr-auto{padding-right:auto!important}.pr-xx-small{padding-right:var(--bal-space-xx-small-desktop)!important}.desktop:pr-xx-small{padding-right:var(--bal-space-xx-small-desktop)!important}.pr-x-small{padding-right:var(--bal-space-x-small-desktop)!important}.desktop:pr-x-small{padding-right:var(--bal-space-x-small-desktop)!important}.pr-small{padding-right:var(--bal-space-small-desktop)!important}.desktop:pr-small{padding-right:var(--bal-space-small-desktop)!important}.pr-normal{padding-right:var(--bal-space-normal-desktop)!important}.desktop:pr-normal{padding-right:var(--bal-space-normal-desktop)!important}.pr-medium{padding-right:var(--bal-space-medium-desktop)!important}.desktop:pr-medium{padding-right:var(--bal-space-medium-desktop)!important}.pr-large{padding-right:var(--bal-space-large-desktop)!important}.desktop:pr-large{padding-right:var(--bal-space-large-desktop)!important}.pr-x-large{padding-right:var(--bal-space-x-large-desktop)!important}.desktop:pr-x-large{padding-right:var(--bal-space-x-large-desktop)!important}.pr-xx-large{padding-right:var(--bal-space-xx-large-desktop)!important}.desktop:pr-xx-large{padding-right:var(--bal-space-xx-large-desktop)!important}.pr-xxx-large{padding-right:var(--bal-space-xxx-large-desktop)!important}.desktop:pr-xxx-large{padding-right:var(--bal-space-xxx-large-desktop)!important}.pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-desktop)!important}.desktop:pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-desktop)!important}.pb-none{padding-bottom:0!important}.pb-auto{padding-bottom:auto!important}.pb-xx-small{padding-bottom:var(--bal-space-xx-small-desktop)!important}.desktop:pb-xx-small{padding-bottom:var(--bal-space-xx-small-desktop)!important}.pb-x-small{padding-bottom:var(--bal-space-x-small-desktop)!important}.desktop:pb-x-small{padding-bottom:var(--bal-space-x-small-desktop)!important}.pb-small{padding-bottom:var(--bal-space-small-desktop)!important}.desktop:pb-small{padding-bottom:var(--bal-space-small-desktop)!important}.pb-normal{padding-bottom:var(--bal-space-normal-desktop)!important}.desktop:pb-normal{padding-bottom:var(--bal-space-normal-desktop)!important}.pb-medium{padding-bottom:var(--bal-space-medium-desktop)!important}.desktop:pb-medium{padding-bottom:var(--bal-space-medium-desktop)!important}.pb-large{padding-bottom:var(--bal-space-large-desktop)!important}.desktop:pb-large{padding-bottom:var(--bal-space-large-desktop)!important}.pb-x-large{padding-bottom:var(--bal-space-x-large-desktop)!important}.desktop:pb-x-large{padding-bottom:var(--bal-space-x-large-desktop)!important}.pb-xx-large{padding-bottom:var(--bal-space-xx-large-desktop)!important}.desktop:pb-xx-large{padding-bottom:var(--bal-space-xx-large-desktop)!important}.pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop:pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-desktop)!important}.pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-desktop)!important}.desktop:pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-desktop)!important}.pl-none{padding-left:0!important}.pl-auto{padding-left:auto!important}.pl-xx-small{padding-left:var(--bal-space-xx-small-desktop)!important}.desktop:pl-xx-small{padding-left:var(--bal-space-xx-small-desktop)!important}.pl-x-small{padding-left:var(--bal-space-x-small-desktop)!important}.desktop:pl-x-small{padding-left:var(--bal-space-x-small-desktop)!important}.pl-small{padding-left:var(--bal-space-small-desktop)!important}.desktop:pl-small{padding-left:var(--bal-space-small-desktop)!important}.pl-normal{padding-left:var(--bal-space-normal-desktop)!important}.desktop:pl-normal{padding-left:var(--bal-space-normal-desktop)!important}.pl-medium{padding-left:var(--bal-space-medium-desktop)!important}.desktop:pl-medium{padding-left:var(--bal-space-medium-desktop)!important}.pl-large{padding-left:var(--bal-space-large-desktop)!important}.desktop:pl-large{padding-left:var(--bal-space-large-desktop)!important}.pl-x-large{padding-left:var(--bal-space-x-large-desktop)!important}.desktop:pl-x-large{padding-left:var(--bal-space-x-large-desktop)!important}.pl-xx-large{padding-left:var(--bal-space-xx-large-desktop)!important}.desktop:pl-xx-large{padding-left:var(--bal-space-xx-large-desktop)!important}.pl-xxx-large{padding-left:var(--bal-space-xxx-large-desktop)!important}.desktop:pl-xxx-large{padding-left:var(--bal-space-xxx-large-desktop)!important}.pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-desktop)!important}.desktop:pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-desktop)!important}}
1
+ .m-none{margin:0!important}.m-auto{margin:auto!important}.m-xx-small{margin:var(--bal-space-xx-small)!important}.m-x-small{margin:var(--bal-space-x-small)!important}.m-small{margin:var(--bal-space-small)!important}.m-normal{margin:var(--bal-space-normal)!important}.m-medium{margin:var(--bal-space-medium)!important}.m-large{margin:var(--bal-space-large)!important}.m-x-large{margin:var(--bal-space-x-large)!important}.m-xx-large{margin:var(--bal-space-xx-large)!important}.m-xxx-large{margin:var(--bal-space-xxx-large)!important}.m-xxxx-large{margin:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile\:m-xx-small{margin:var(--bal-space-xx-small)!important}.mobile\:m-x-small{margin:var(--bal-space-x-small)!important}.mobile\:m-small{margin:var(--bal-space-small)!important}.mobile\:m-normal{margin:var(--bal-space-normal)!important}.mobile\:m-medium{margin:var(--bal-space-medium)!important}.mobile\:m-large{margin:var(--bal-space-large)!important}.mobile\:m-x-large{margin:var(--bal-space-x-large)!important}.mobile\:m-xx-large{margin:var(--bal-space-xx-large)!important}.mobile\:m-xxx-large{margin:var(--bal-space-xxx-large)!important}.mobile\:m-xxxx-large{margin:var(--bal-space-xxxx-large)!important}}@media screen and (min-width:769px),print{.m-none{margin:0!important}.m-auto{margin:auto!important}.m-xx-small,.tablet\:m-xx-small{margin:var(--bal-space-xx-small-tablet)!important}.m-x-small,.tablet\:m-x-small{margin:var(--bal-space-x-small-tablet)!important}.m-small,.tablet\:m-small{margin:var(--bal-space-small-tablet)!important}.m-normal,.tablet\:m-normal{margin:var(--bal-space-normal-tablet)!important}.m-medium,.tablet\:m-medium{margin:var(--bal-space-medium-tablet)!important}.m-large,.tablet\:m-large{margin:var(--bal-space-large-tablet)!important}.m-x-large,.tablet\:m-x-large{margin:var(--bal-space-x-large-tablet)!important}.m-xx-large,.tablet\:m-xx-large{margin:var(--bal-space-xx-large-tablet)!important}.m-xxx-large,.tablet\:m-xxx-large{margin:var(--bal-space-xxx-large-tablet)!important}.m-xxxx-large,.tablet\:m-xxxx-large{margin:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.m-none{margin:0!important}.m-auto{margin:auto!important}.desktop\:m-xx-small,.m-xx-small{margin:var(--bal-space-xx-small-desktop)!important}.desktop\:m-x-small,.m-x-small{margin:var(--bal-space-x-small-desktop)!important}.desktop\:m-small,.m-small{margin:var(--bal-space-small-desktop)!important}.desktop\:m-normal,.m-normal{margin:var(--bal-space-normal-desktop)!important}.desktop\:m-medium,.m-medium{margin:var(--bal-space-medium-desktop)!important}.desktop\:m-large,.m-large{margin:var(--bal-space-large-desktop)!important}.desktop\:m-x-large,.m-x-large{margin:var(--bal-space-x-large-desktop)!important}.desktop\:m-xx-large,.m-xx-large{margin:var(--bal-space-xx-large-desktop)!important}.desktop\:m-xxx-large,.m-xxx-large{margin:var(--bal-space-xxx-large-desktop)!important}.desktop\:m-xxxx-large,.m-xxxx-large{margin:var(--bal-space-xxxx-large-desktop)!important}}.mx-none{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-xx-small{margin-left:var(--bal-space-xx-small)!important;margin-right:var(--bal-space-xx-small)!important}.mx-x-small{margin-left:var(--bal-space-x-small)!important;margin-right:var(--bal-space-x-small)!important}.mx-small{margin-left:var(--bal-space-small)!important;margin-right:var(--bal-space-small)!important}.mx-normal{margin-left:var(--bal-space-normal)!important;margin-right:var(--bal-space-normal)!important}.mx-medium{margin-left:var(--bal-space-medium)!important;margin-right:var(--bal-space-medium)!important}.mx-large{margin-left:var(--bal-space-large)!important;margin-right:var(--bal-space-large)!important}.mx-x-large{margin-left:var(--bal-space-x-large)!important;margin-right:var(--bal-space-x-large)!important}.mx-xx-large{margin-left:var(--bal-space-xx-large)!important;margin-right:var(--bal-space-xx-large)!important}.mx-xxx-large{margin-left:var(--bal-space-xxx-large)!important;margin-right:var(--bal-space-xxx-large)!important}.mx-xxxx-large{margin-left:var(--bal-space-xxxx-large)!important;margin-right:var(--bal-space-xxxx-large)!important}.my-none{margin-top:0!important;margin-bottom:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xx-small{margin-top:var(--bal-space-xx-small)!important;margin-bottom:var(--bal-space-xx-small)!important}.my-x-small{margin-top:var(--bal-space-x-small)!important;margin-bottom:var(--bal-space-x-small)!important}.my-small{margin-top:var(--bal-space-small)!important;margin-bottom:var(--bal-space-small)!important}.my-normal{margin-top:var(--bal-space-normal)!important;margin-bottom:var(--bal-space-normal)!important}.my-medium{margin-top:var(--bal-space-medium)!important;margin-bottom:var(--bal-space-medium)!important}.my-large{margin-top:var(--bal-space-large)!important;margin-bottom:var(--bal-space-large)!important}.my-x-large{margin-top:var(--bal-space-x-large)!important;margin-bottom:var(--bal-space-x-large)!important}.my-xx-large{margin-top:var(--bal-space-xx-large)!important;margin-bottom:var(--bal-space-xx-large)!important}.my-xxx-large{margin-top:var(--bal-space-xxx-large)!important;margin-bottom:var(--bal-space-xxx-large)!important}.my-xxxx-large{margin-top:var(--bal-space-xxxx-large)!important;margin-bottom:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile\:mx-xx-small{margin-left:var(--bal-space-xx-small)!important;margin-right:var(--bal-space-xx-small)!important}.mobile\:mx-x-small{margin-left:var(--bal-space-x-small)!important;margin-right:var(--bal-space-x-small)!important}.mobile\:mx-small{margin-left:var(--bal-space-small)!important;margin-right:var(--bal-space-small)!important}.mobile\:mx-normal{margin-left:var(--bal-space-normal)!important;margin-right:var(--bal-space-normal)!important}.mobile\:mx-medium{margin-left:var(--bal-space-medium)!important;margin-right:var(--bal-space-medium)!important}.mobile\:mx-large{margin-left:var(--bal-space-large)!important;margin-right:var(--bal-space-large)!important}.mobile\:mx-x-large{margin-left:var(--bal-space-x-large)!important;margin-right:var(--bal-space-x-large)!important}.mobile\:mx-xx-large{margin-left:var(--bal-space-xx-large)!important;margin-right:var(--bal-space-xx-large)!important}.mobile\:mx-xxx-large{margin-left:var(--bal-space-xxx-large)!important;margin-right:var(--bal-space-xxx-large)!important}.mobile\:mx-xxxx-large{margin-left:var(--bal-space-xxxx-large)!important;margin-right:var(--bal-space-xxxx-large)!important}.mobile\:my-xx-small{margin-top:var(--bal-space-xx-small)!important;margin-bottom:var(--bal-space-xx-small)!important}.mobile\:my-x-small{margin-top:var(--bal-space-x-small)!important;margin-bottom:var(--bal-space-x-small)!important}.mobile\:my-small{margin-top:var(--bal-space-small)!important;margin-bottom:var(--bal-space-small)!important}.mobile\:my-normal{margin-top:var(--bal-space-normal)!important;margin-bottom:var(--bal-space-normal)!important}.mobile\:my-medium{margin-top:var(--bal-space-medium)!important;margin-bottom:var(--bal-space-medium)!important}.mobile\:my-large{margin-top:var(--bal-space-large)!important;margin-bottom:var(--bal-space-large)!important}.mobile\:my-x-large{margin-top:var(--bal-space-x-large)!important;margin-bottom:var(--bal-space-x-large)!important}.mobile\:my-xx-large{margin-top:var(--bal-space-xx-large)!important;margin-bottom:var(--bal-space-xx-large)!important}.mobile\:my-xxx-large{margin-top:var(--bal-space-xxx-large)!important;margin-bottom:var(--bal-space-xxx-large)!important}.mobile\:my-xxxx-large{margin-top:var(--bal-space-xxxx-large)!important;margin-bottom:var(--bal-space-xxxx-large)!important}}@media screen and (min-width:769px),print{.mx-none{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-xx-small,.tablet\:mx-xx-small{margin-left:var(--bal-space-xx-small-tablet)!important;margin-right:var(--bal-space-xx-small-tablet)!important}.mx-x-small,.tablet\:mx-x-small{margin-left:var(--bal-space-x-small-tablet)!important;margin-right:var(--bal-space-x-small-tablet)!important}.mx-small,.tablet\:mx-small{margin-left:var(--bal-space-small-tablet)!important;margin-right:var(--bal-space-small-tablet)!important}.mx-normal,.tablet\:mx-normal{margin-left:var(--bal-space-normal-tablet)!important;margin-right:var(--bal-space-normal-tablet)!important}.mx-medium,.tablet\:mx-medium{margin-left:var(--bal-space-medium-tablet)!important;margin-right:var(--bal-space-medium-tablet)!important}.mx-large,.tablet\:mx-large{margin-left:var(--bal-space-large-tablet)!important;margin-right:var(--bal-space-large-tablet)!important}.mx-x-large,.tablet\:mx-x-large{margin-left:var(--bal-space-x-large-tablet)!important;margin-right:var(--bal-space-x-large-tablet)!important}.mx-xx-large,.tablet\:mx-xx-large{margin-left:var(--bal-space-xx-large-tablet)!important;margin-right:var(--bal-space-xx-large-tablet)!important}.mx-xxx-large,.tablet\:mx-xxx-large{margin-left:var(--bal-space-xxx-large-tablet)!important;margin-right:var(--bal-space-xxx-large-tablet)!important}.mx-xxxx-large,.tablet\:mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-tablet)!important;margin-right:var(--bal-space-xxxx-large-tablet)!important}.my-none{margin-top:0!important;margin-bottom:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xx-small,.tablet\:my-xx-small{margin-top:var(--bal-space-xx-small-tablet)!important;margin-bottom:var(--bal-space-xx-small-tablet)!important}.my-x-small,.tablet\:my-x-small{margin-top:var(--bal-space-x-small-tablet)!important;margin-bottom:var(--bal-space-x-small-tablet)!important}.my-small,.tablet\:my-small{margin-top:var(--bal-space-small-tablet)!important;margin-bottom:var(--bal-space-small-tablet)!important}.my-normal,.tablet\:my-normal{margin-top:var(--bal-space-normal-tablet)!important;margin-bottom:var(--bal-space-normal-tablet)!important}.my-medium,.tablet\:my-medium{margin-top:var(--bal-space-medium-tablet)!important;margin-bottom:var(--bal-space-medium-tablet)!important}.my-large,.tablet\:my-large{margin-top:var(--bal-space-large-tablet)!important;margin-bottom:var(--bal-space-large-tablet)!important}.my-x-large,.tablet\:my-x-large{margin-top:var(--bal-space-x-large-tablet)!important;margin-bottom:var(--bal-space-x-large-tablet)!important}.my-xx-large,.tablet\:my-xx-large{margin-top:var(--bal-space-xx-large-tablet)!important;margin-bottom:var(--bal-space-xx-large-tablet)!important}.my-xxx-large,.tablet\:my-xxx-large{margin-top:var(--bal-space-xxx-large-tablet)!important;margin-bottom:var(--bal-space-xxx-large-tablet)!important}.my-xxxx-large,.tablet\:my-xxxx-large{margin-top:var(--bal-space-xxxx-large-tablet)!important;margin-bottom:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.mx-none{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.desktop\:mx-xx-small,.mx-xx-small{margin-left:var(--bal-space-xx-small-desktop)!important;margin-right:var(--bal-space-xx-small-desktop)!important}.desktop\:mx-x-small,.mx-x-small{margin-left:var(--bal-space-x-small-desktop)!important;margin-right:var(--bal-space-x-small-desktop)!important}.desktop\:mx-small,.mx-small{margin-left:var(--bal-space-small-desktop)!important;margin-right:var(--bal-space-small-desktop)!important}.desktop\:mx-normal,.mx-normal{margin-left:var(--bal-space-normal-desktop)!important;margin-right:var(--bal-space-normal-desktop)!important}.desktop\:mx-medium,.mx-medium{margin-left:var(--bal-space-medium-desktop)!important;margin-right:var(--bal-space-medium-desktop)!important}.desktop\:mx-large,.mx-large{margin-left:var(--bal-space-large-desktop)!important;margin-right:var(--bal-space-large-desktop)!important}.desktop\:mx-x-large,.mx-x-large{margin-left:var(--bal-space-x-large-desktop)!important;margin-right:var(--bal-space-x-large-desktop)!important}.desktop\:mx-xx-large,.mx-xx-large{margin-left:var(--bal-space-xx-large-desktop)!important;margin-right:var(--bal-space-xx-large-desktop)!important}.desktop\:mx-xxx-large,.mx-xxx-large{margin-left:var(--bal-space-xxx-large-desktop)!important;margin-right:var(--bal-space-xxx-large-desktop)!important}.desktop\:mx-xxxx-large,.mx-xxxx-large{margin-left:var(--bal-space-xxxx-large-desktop)!important;margin-right:var(--bal-space-xxxx-large-desktop)!important}.my-none{margin-top:0!important;margin-bottom:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.desktop\:my-xx-small,.my-xx-small{margin-top:var(--bal-space-xx-small-desktop)!important;margin-bottom:var(--bal-space-xx-small-desktop)!important}.desktop\:my-x-small,.my-x-small{margin-top:var(--bal-space-x-small-desktop)!important;margin-bottom:var(--bal-space-x-small-desktop)!important}.desktop\:my-small,.my-small{margin-top:var(--bal-space-small-desktop)!important;margin-bottom:var(--bal-space-small-desktop)!important}.desktop\:my-normal,.my-normal{margin-top:var(--bal-space-normal-desktop)!important;margin-bottom:var(--bal-space-normal-desktop)!important}.desktop\:my-medium,.my-medium{margin-top:var(--bal-space-medium-desktop)!important;margin-bottom:var(--bal-space-medium-desktop)!important}.desktop\:my-large,.my-large{margin-top:var(--bal-space-large-desktop)!important;margin-bottom:var(--bal-space-large-desktop)!important}.desktop\:my-x-large,.my-x-large{margin-top:var(--bal-space-x-large-desktop)!important;margin-bottom:var(--bal-space-x-large-desktop)!important}.desktop\:my-xx-large,.my-xx-large{margin-top:var(--bal-space-xx-large-desktop)!important;margin-bottom:var(--bal-space-xx-large-desktop)!important}.desktop\:my-xxx-large,.my-xxx-large{margin-top:var(--bal-space-xxx-large-desktop)!important;margin-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop\:my-xxxx-large,.my-xxxx-large{margin-top:var(--bal-space-xxxx-large-desktop)!important;margin-bottom:var(--bal-space-xxxx-large-desktop)!important}}.mt-none{margin-top:0!important}.mt-auto{margin-top:auto!important}.mt-xx-small{margin-top:var(--bal-space-xx-small)!important}.mt-x-small{margin-top:var(--bal-space-x-small)!important}.mt-small{margin-top:var(--bal-space-small)!important}.mt-normal{margin-top:var(--bal-space-normal)!important}.mt-medium{margin-top:var(--bal-space-medium)!important}.mt-large{margin-top:var(--bal-space-large)!important}.mt-x-large{margin-top:var(--bal-space-x-large)!important}.mt-xx-large{margin-top:var(--bal-space-xx-large)!important}.mt-xxx-large{margin-top:var(--bal-space-xxx-large)!important}.mt-xxxx-large{margin-top:var(--bal-space-xxxx-large)!important}.mr-none{margin-right:0!important}.mr-auto{margin-right:auto!important}.mr-xx-small{margin-right:var(--bal-space-xx-small)!important}.mr-x-small{margin-right:var(--bal-space-x-small)!important}.mr-small{margin-right:var(--bal-space-small)!important}.mr-normal{margin-right:var(--bal-space-normal)!important}.mr-medium{margin-right:var(--bal-space-medium)!important}.mr-large{margin-right:var(--bal-space-large)!important}.mr-x-large{margin-right:var(--bal-space-x-large)!important}.mr-xx-large{margin-right:var(--bal-space-xx-large)!important}.mr-xxx-large{margin-right:var(--bal-space-xxx-large)!important}.mr-xxxx-large{margin-right:var(--bal-space-xxxx-large)!important}.mb-none{margin-bottom:0!important}.mb-auto{margin-bottom:auto!important}.mb-xx-small{margin-bottom:var(--bal-space-xx-small)!important}.mb-x-small{margin-bottom:var(--bal-space-x-small)!important}.mb-small{margin-bottom:var(--bal-space-small)!important}.mb-normal{margin-bottom:var(--bal-space-normal)!important}.mb-medium{margin-bottom:var(--bal-space-medium)!important}.mb-large{margin-bottom:var(--bal-space-large)!important}.mb-x-large{margin-bottom:var(--bal-space-x-large)!important}.mb-xx-large{margin-bottom:var(--bal-space-xx-large)!important}.mb-xxx-large{margin-bottom:var(--bal-space-xxx-large)!important}.mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large)!important}.ml-none{margin-left:0!important}.ml-auto{margin-left:auto!important}.ml-xx-small{margin-left:var(--bal-space-xx-small)!important}.ml-x-small{margin-left:var(--bal-space-x-small)!important}.ml-small{margin-left:var(--bal-space-small)!important}.ml-normal{margin-left:var(--bal-space-normal)!important}.ml-medium{margin-left:var(--bal-space-medium)!important}.ml-large{margin-left:var(--bal-space-large)!important}.ml-x-large{margin-left:var(--bal-space-x-large)!important}.ml-xx-large{margin-left:var(--bal-space-xx-large)!important}.ml-xxx-large{margin-left:var(--bal-space-xxx-large)!important}.ml-xxxx-large{margin-left:var(--bal-space-xxxx-large)!important}.p-none{padding:0!important}.p-auto{padding:auto!important}.p-xx-small{padding:var(--bal-space-xx-small)!important}.p-x-small{padding:var(--bal-space-x-small)!important}.p-small{padding:var(--bal-space-small)!important}.p-normal{padding:var(--bal-space-normal)!important}.p-medium{padding:var(--bal-space-medium)!important}.p-large{padding:var(--bal-space-large)!important}.p-x-large{padding:var(--bal-space-x-large)!important}.p-xx-large{padding:var(--bal-space-xx-large)!important}.p-xxx-large{padding:var(--bal-space-xxx-large)!important}.p-xxxx-large{padding:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile\:mt-xx-small{margin-top:var(--bal-space-xx-small)!important}.mobile\:mt-x-small{margin-top:var(--bal-space-x-small)!important}.mobile\:mt-small{margin-top:var(--bal-space-small)!important}.mobile\:mt-normal{margin-top:var(--bal-space-normal)!important}.mobile\:mt-medium{margin-top:var(--bal-space-medium)!important}.mobile\:mt-large{margin-top:var(--bal-space-large)!important}.mobile\:mt-x-large{margin-top:var(--bal-space-x-large)!important}.mobile\:mt-xx-large{margin-top:var(--bal-space-xx-large)!important}.mobile\:mt-xxx-large{margin-top:var(--bal-space-xxx-large)!important}.mobile\:mt-xxxx-large{margin-top:var(--bal-space-xxxx-large)!important}.mobile\:mr-xx-small{margin-right:var(--bal-space-xx-small)!important}.mobile\:mr-x-small{margin-right:var(--bal-space-x-small)!important}.mobile\:mr-small{margin-right:var(--bal-space-small)!important}.mobile\:mr-normal{margin-right:var(--bal-space-normal)!important}.mobile\:mr-medium{margin-right:var(--bal-space-medium)!important}.mobile\:mr-large{margin-right:var(--bal-space-large)!important}.mobile\:mr-x-large{margin-right:var(--bal-space-x-large)!important}.mobile\:mr-xx-large{margin-right:var(--bal-space-xx-large)!important}.mobile\:mr-xxx-large{margin-right:var(--bal-space-xxx-large)!important}.mobile\:mr-xxxx-large{margin-right:var(--bal-space-xxxx-large)!important}.mobile\:mb-xx-small{margin-bottom:var(--bal-space-xx-small)!important}.mobile\:mb-x-small{margin-bottom:var(--bal-space-x-small)!important}.mobile\:mb-small{margin-bottom:var(--bal-space-small)!important}.mobile\:mb-normal{margin-bottom:var(--bal-space-normal)!important}.mobile\:mb-medium{margin-bottom:var(--bal-space-medium)!important}.mobile\:mb-large{margin-bottom:var(--bal-space-large)!important}.mobile\:mb-x-large{margin-bottom:var(--bal-space-x-large)!important}.mobile\:mb-xx-large{margin-bottom:var(--bal-space-xx-large)!important}.mobile\:mb-xxx-large{margin-bottom:var(--bal-space-xxx-large)!important}.mobile\:mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large)!important}.mobile\:ml-xx-small{margin-left:var(--bal-space-xx-small)!important}.mobile\:ml-x-small{margin-left:var(--bal-space-x-small)!important}.mobile\:ml-small{margin-left:var(--bal-space-small)!important}.mobile\:ml-normal{margin-left:var(--bal-space-normal)!important}.mobile\:ml-medium{margin-left:var(--bal-space-medium)!important}.mobile\:ml-large{margin-left:var(--bal-space-large)!important}.mobile\:ml-x-large{margin-left:var(--bal-space-x-large)!important}.mobile\:ml-xx-large{margin-left:var(--bal-space-xx-large)!important}.mobile\:ml-xxx-large{margin-left:var(--bal-space-xxx-large)!important}.mobile\:ml-xxxx-large{margin-left:var(--bal-space-xxxx-large)!important}.mobile\:p-xx-small{padding:var(--bal-space-xx-small)!important}.mobile\:p-x-small{padding:var(--bal-space-x-small)!important}.mobile\:p-small{padding:var(--bal-space-small)!important}.mobile\:p-normal{padding:var(--bal-space-normal)!important}.mobile\:p-medium{padding:var(--bal-space-medium)!important}.mobile\:p-large{padding:var(--bal-space-large)!important}.mobile\:p-x-large{padding:var(--bal-space-x-large)!important}.mobile\:p-xx-large{padding:var(--bal-space-xx-large)!important}.mobile\:p-xxx-large{padding:var(--bal-space-xxx-large)!important}.mobile\:p-xxxx-large{padding:var(--bal-space-xxxx-large)!important}}@media screen and (min-width:769px),print{.mt-none{margin-top:0!important}.mt-auto{margin-top:auto!important}.mt-xx-small,.tablet\:mt-xx-small{margin-top:var(--bal-space-xx-small-tablet)!important}.mt-x-small,.tablet\:mt-x-small{margin-top:var(--bal-space-x-small-tablet)!important}.mt-small,.tablet\:mt-small{margin-top:var(--bal-space-small-tablet)!important}.mt-normal,.tablet\:mt-normal{margin-top:var(--bal-space-normal-tablet)!important}.mt-medium,.tablet\:mt-medium{margin-top:var(--bal-space-medium-tablet)!important}.mt-large,.tablet\:mt-large{margin-top:var(--bal-space-large-tablet)!important}.mt-x-large,.tablet\:mt-x-large{margin-top:var(--bal-space-x-large-tablet)!important}.mt-xx-large,.tablet\:mt-xx-large{margin-top:var(--bal-space-xx-large-tablet)!important}.mt-xxx-large,.tablet\:mt-xxx-large{margin-top:var(--bal-space-xxx-large-tablet)!important}.mt-xxxx-large,.tablet\:mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-tablet)!important}.mr-none{margin-right:0!important}.mr-auto{margin-right:auto!important}.mr-xx-small,.tablet\:mr-xx-small{margin-right:var(--bal-space-xx-small-tablet)!important}.mr-x-small,.tablet\:mr-x-small{margin-right:var(--bal-space-x-small-tablet)!important}.mr-small,.tablet\:mr-small{margin-right:var(--bal-space-small-tablet)!important}.mr-normal,.tablet\:mr-normal{margin-right:var(--bal-space-normal-tablet)!important}.mr-medium,.tablet\:mr-medium{margin-right:var(--bal-space-medium-tablet)!important}.mr-large,.tablet\:mr-large{margin-right:var(--bal-space-large-tablet)!important}.mr-x-large,.tablet\:mr-x-large{margin-right:var(--bal-space-x-large-tablet)!important}.mr-xx-large,.tablet\:mr-xx-large{margin-right:var(--bal-space-xx-large-tablet)!important}.mr-xxx-large,.tablet\:mr-xxx-large{margin-right:var(--bal-space-xxx-large-tablet)!important}.mr-xxxx-large,.tablet\:mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-tablet)!important}.mb-none{margin-bottom:0!important}.mb-auto{margin-bottom:auto!important}.mb-xx-small,.tablet\:mb-xx-small{margin-bottom:var(--bal-space-xx-small-tablet)!important}.mb-x-small,.tablet\:mb-x-small{margin-bottom:var(--bal-space-x-small-tablet)!important}.mb-small,.tablet\:mb-small{margin-bottom:var(--bal-space-small-tablet)!important}.mb-normal,.tablet\:mb-normal{margin-bottom:var(--bal-space-normal-tablet)!important}.mb-medium,.tablet\:mb-medium{margin-bottom:var(--bal-space-medium-tablet)!important}.mb-large,.tablet\:mb-large{margin-bottom:var(--bal-space-large-tablet)!important}.mb-x-large,.tablet\:mb-x-large{margin-bottom:var(--bal-space-x-large-tablet)!important}.mb-xx-large,.tablet\:mb-xx-large{margin-bottom:var(--bal-space-xx-large-tablet)!important}.mb-xxx-large,.tablet\:mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-tablet)!important}.mb-xxxx-large,.tablet\:mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-tablet)!important}.ml-none{margin-left:0!important}.ml-auto{margin-left:auto!important}.ml-xx-small,.tablet\:ml-xx-small{margin-left:var(--bal-space-xx-small-tablet)!important}.ml-x-small,.tablet\:ml-x-small{margin-left:var(--bal-space-x-small-tablet)!important}.ml-small,.tablet\:ml-small{margin-left:var(--bal-space-small-tablet)!important}.ml-normal,.tablet\:ml-normal{margin-left:var(--bal-space-normal-tablet)!important}.ml-medium,.tablet\:ml-medium{margin-left:var(--bal-space-medium-tablet)!important}.ml-large,.tablet\:ml-large{margin-left:var(--bal-space-large-tablet)!important}.ml-x-large,.tablet\:ml-x-large{margin-left:var(--bal-space-x-large-tablet)!important}.ml-xx-large,.tablet\:ml-xx-large{margin-left:var(--bal-space-xx-large-tablet)!important}.ml-xxx-large,.tablet\:ml-xxx-large{margin-left:var(--bal-space-xxx-large-tablet)!important}.ml-xxxx-large,.tablet\:ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-tablet)!important}.p-none{padding:0!important}.p-auto{padding:auto!important}.p-xx-small,.tablet\:p-xx-small{padding:var(--bal-space-xx-small-tablet)!important}.p-x-small,.tablet\:p-x-small{padding:var(--bal-space-x-small-tablet)!important}.p-small,.tablet\:p-small{padding:var(--bal-space-small-tablet)!important}.p-normal,.tablet\:p-normal{padding:var(--bal-space-normal-tablet)!important}.p-medium,.tablet\:p-medium{padding:var(--bal-space-medium-tablet)!important}.p-large,.tablet\:p-large{padding:var(--bal-space-large-tablet)!important}.p-x-large,.tablet\:p-x-large{padding:var(--bal-space-x-large-tablet)!important}.p-xx-large,.tablet\:p-xx-large{padding:var(--bal-space-xx-large-tablet)!important}.p-xxx-large,.tablet\:p-xxx-large{padding:var(--bal-space-xxx-large-tablet)!important}.p-xxxx-large,.tablet\:p-xxxx-large{padding:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.mt-none{margin-top:0!important}.mt-auto{margin-top:auto!important}.desktop\:mt-xx-small,.mt-xx-small{margin-top:var(--bal-space-xx-small-desktop)!important}.desktop\:mt-x-small,.mt-x-small{margin-top:var(--bal-space-x-small-desktop)!important}.desktop\:mt-small,.mt-small{margin-top:var(--bal-space-small-desktop)!important}.desktop\:mt-normal,.mt-normal{margin-top:var(--bal-space-normal-desktop)!important}.desktop\:mt-medium,.mt-medium{margin-top:var(--bal-space-medium-desktop)!important}.desktop\:mt-large,.mt-large{margin-top:var(--bal-space-large-desktop)!important}.desktop\:mt-x-large,.mt-x-large{margin-top:var(--bal-space-x-large-desktop)!important}.desktop\:mt-xx-large,.mt-xx-large{margin-top:var(--bal-space-xx-large-desktop)!important}.desktop\:mt-xxx-large,.mt-xxx-large{margin-top:var(--bal-space-xxx-large-desktop)!important}.desktop\:mt-xxxx-large,.mt-xxxx-large{margin-top:var(--bal-space-xxxx-large-desktop)!important}.mr-none{margin-right:0!important}.mr-auto{margin-right:auto!important}.desktop\:mr-xx-small,.mr-xx-small{margin-right:var(--bal-space-xx-small-desktop)!important}.desktop\:mr-x-small,.mr-x-small{margin-right:var(--bal-space-x-small-desktop)!important}.desktop\:mr-small,.mr-small{margin-right:var(--bal-space-small-desktop)!important}.desktop\:mr-normal,.mr-normal{margin-right:var(--bal-space-normal-desktop)!important}.desktop\:mr-medium,.mr-medium{margin-right:var(--bal-space-medium-desktop)!important}.desktop\:mr-large,.mr-large{margin-right:var(--bal-space-large-desktop)!important}.desktop\:mr-x-large,.mr-x-large{margin-right:var(--bal-space-x-large-desktop)!important}.desktop\:mr-xx-large,.mr-xx-large{margin-right:var(--bal-space-xx-large-desktop)!important}.desktop\:mr-xxx-large,.mr-xxx-large{margin-right:var(--bal-space-xxx-large-desktop)!important}.desktop\:mr-xxxx-large,.mr-xxxx-large{margin-right:var(--bal-space-xxxx-large-desktop)!important}.mb-none{margin-bottom:0!important}.mb-auto{margin-bottom:auto!important}.desktop\:mb-xx-small,.mb-xx-small{margin-bottom:var(--bal-space-xx-small-desktop)!important}.desktop\:mb-x-small,.mb-x-small{margin-bottom:var(--bal-space-x-small-desktop)!important}.desktop\:mb-small,.mb-small{margin-bottom:var(--bal-space-small-desktop)!important}.desktop\:mb-normal,.mb-normal{margin-bottom:var(--bal-space-normal-desktop)!important}.desktop\:mb-medium,.mb-medium{margin-bottom:var(--bal-space-medium-desktop)!important}.desktop\:mb-large,.mb-large{margin-bottom:var(--bal-space-large-desktop)!important}.desktop\:mb-x-large,.mb-x-large{margin-bottom:var(--bal-space-x-large-desktop)!important}.desktop\:mb-xx-large,.mb-xx-large{margin-bottom:var(--bal-space-xx-large-desktop)!important}.desktop\:mb-xxx-large,.mb-xxx-large{margin-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop\:mb-xxxx-large,.mb-xxxx-large{margin-bottom:var(--bal-space-xxxx-large-desktop)!important}.ml-none{margin-left:0!important}.ml-auto{margin-left:auto!important}.desktop\:ml-xx-small,.ml-xx-small{margin-left:var(--bal-space-xx-small-desktop)!important}.desktop\:ml-x-small,.ml-x-small{margin-left:var(--bal-space-x-small-desktop)!important}.desktop\:ml-small,.ml-small{margin-left:var(--bal-space-small-desktop)!important}.desktop\:ml-normal,.ml-normal{margin-left:var(--bal-space-normal-desktop)!important}.desktop\:ml-medium,.ml-medium{margin-left:var(--bal-space-medium-desktop)!important}.desktop\:ml-large,.ml-large{margin-left:var(--bal-space-large-desktop)!important}.desktop\:ml-x-large,.ml-x-large{margin-left:var(--bal-space-x-large-desktop)!important}.desktop\:ml-xx-large,.ml-xx-large{margin-left:var(--bal-space-xx-large-desktop)!important}.desktop\:ml-xxx-large,.ml-xxx-large{margin-left:var(--bal-space-xxx-large-desktop)!important}.desktop\:ml-xxxx-large,.ml-xxxx-large{margin-left:var(--bal-space-xxxx-large-desktop)!important}.p-none{padding:0!important}.p-auto{padding:auto!important}.desktop\:p-xx-small,.p-xx-small{padding:var(--bal-space-xx-small-desktop)!important}.desktop\:p-x-small,.p-x-small{padding:var(--bal-space-x-small-desktop)!important}.desktop\:p-small,.p-small{padding:var(--bal-space-small-desktop)!important}.desktop\:p-normal,.p-normal{padding:var(--bal-space-normal-desktop)!important}.desktop\:p-medium,.p-medium{padding:var(--bal-space-medium-desktop)!important}.desktop\:p-large,.p-large{padding:var(--bal-space-large-desktop)!important}.desktop\:p-x-large,.p-x-large{padding:var(--bal-space-x-large-desktop)!important}.desktop\:p-xx-large,.p-xx-large{padding:var(--bal-space-xx-large-desktop)!important}.desktop\:p-xxx-large,.p-xxx-large{padding:var(--bal-space-xxx-large-desktop)!important}.desktop\:p-xxxx-large,.p-xxxx-large{padding:var(--bal-space-xxxx-large-desktop)!important}}.px-none{padding-left:0!important;padding-right:0!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-xx-small{padding-left:var(--bal-space-xx-small)!important;padding-right:var(--bal-space-xx-small)!important}.px-x-small{padding-left:var(--bal-space-x-small)!important;padding-right:var(--bal-space-x-small)!important}.px-small{padding-left:var(--bal-space-small)!important;padding-right:var(--bal-space-small)!important}.px-normal{padding-left:var(--bal-space-normal)!important;padding-right:var(--bal-space-normal)!important}.px-medium{padding-left:var(--bal-space-medium)!important;padding-right:var(--bal-space-medium)!important}.px-large{padding-left:var(--bal-space-large)!important;padding-right:var(--bal-space-large)!important}.px-x-large{padding-left:var(--bal-space-x-large)!important;padding-right:var(--bal-space-x-large)!important}.px-xx-large{padding-left:var(--bal-space-xx-large)!important;padding-right:var(--bal-space-xx-large)!important}.px-xxx-large{padding-left:var(--bal-space-xxx-large)!important;padding-right:var(--bal-space-xxx-large)!important}.px-xxxx-large{padding-left:var(--bal-space-xxxx-large)!important;padding-right:var(--bal-space-xxxx-large)!important}.py-none{padding-top:0!important;padding-bottom:0!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xx-small{padding-top:var(--bal-space-xx-small)!important;padding-bottom:var(--bal-space-xx-small)!important}.py-x-small{padding-top:var(--bal-space-x-small)!important;padding-bottom:var(--bal-space-x-small)!important}.py-small{padding-top:var(--bal-space-small)!important;padding-bottom:var(--bal-space-small)!important}.py-normal{padding-top:var(--bal-space-normal)!important;padding-bottom:var(--bal-space-normal)!important}.py-medium{padding-top:var(--bal-space-medium)!important;padding-bottom:var(--bal-space-medium)!important}.py-large{padding-top:var(--bal-space-large)!important;padding-bottom:var(--bal-space-large)!important}.py-x-large{padding-top:var(--bal-space-x-large)!important;padding-bottom:var(--bal-space-x-large)!important}.py-xx-large{padding-top:var(--bal-space-xx-large)!important;padding-bottom:var(--bal-space-xx-large)!important}.py-xxx-large{padding-top:var(--bal-space-xxx-large)!important;padding-bottom:var(--bal-space-xxx-large)!important}.py-xxxx-large{padding-top:var(--bal-space-xxxx-large)!important;padding-bottom:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile\:px-xx-small{padding-left:var(--bal-space-xx-small)!important;padding-right:var(--bal-space-xx-small)!important}.mobile\:px-x-small{padding-left:var(--bal-space-x-small)!important;padding-right:var(--bal-space-x-small)!important}.mobile\:px-small{padding-left:var(--bal-space-small)!important;padding-right:var(--bal-space-small)!important}.mobile\:px-normal{padding-left:var(--bal-space-normal)!important;padding-right:var(--bal-space-normal)!important}.mobile\:px-medium{padding-left:var(--bal-space-medium)!important;padding-right:var(--bal-space-medium)!important}.mobile\:px-large{padding-left:var(--bal-space-large)!important;padding-right:var(--bal-space-large)!important}.mobile\:px-x-large{padding-left:var(--bal-space-x-large)!important;padding-right:var(--bal-space-x-large)!important}.mobile\:px-xx-large{padding-left:var(--bal-space-xx-large)!important;padding-right:var(--bal-space-xx-large)!important}.mobile\:px-xxx-large{padding-left:var(--bal-space-xxx-large)!important;padding-right:var(--bal-space-xxx-large)!important}.mobile\:px-xxxx-large{padding-left:var(--bal-space-xxxx-large)!important;padding-right:var(--bal-space-xxxx-large)!important}.mobile\:py-xx-small{padding-top:var(--bal-space-xx-small)!important;padding-bottom:var(--bal-space-xx-small)!important}.mobile\:py-x-small{padding-top:var(--bal-space-x-small)!important;padding-bottom:var(--bal-space-x-small)!important}.mobile\:py-small{padding-top:var(--bal-space-small)!important;padding-bottom:var(--bal-space-small)!important}.mobile\:py-normal{padding-top:var(--bal-space-normal)!important;padding-bottom:var(--bal-space-normal)!important}.mobile\:py-medium{padding-top:var(--bal-space-medium)!important;padding-bottom:var(--bal-space-medium)!important}.mobile\:py-large{padding-top:var(--bal-space-large)!important;padding-bottom:var(--bal-space-large)!important}.mobile\:py-x-large{padding-top:var(--bal-space-x-large)!important;padding-bottom:var(--bal-space-x-large)!important}.mobile\:py-xx-large{padding-top:var(--bal-space-xx-large)!important;padding-bottom:var(--bal-space-xx-large)!important}.mobile\:py-xxx-large{padding-top:var(--bal-space-xxx-large)!important;padding-bottom:var(--bal-space-xxx-large)!important}.mobile\:py-xxxx-large{padding-top:var(--bal-space-xxxx-large)!important;padding-bottom:var(--bal-space-xxxx-large)!important}}@media screen and (min-width:769px),print{.px-none{padding-left:0!important;padding-right:0!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-xx-small,.tablet\:px-xx-small{padding-left:var(--bal-space-xx-small-tablet)!important;padding-right:var(--bal-space-xx-small-tablet)!important}.px-x-small,.tablet\:px-x-small{padding-left:var(--bal-space-x-small-tablet)!important;padding-right:var(--bal-space-x-small-tablet)!important}.px-small,.tablet\:px-small{padding-left:var(--bal-space-small-tablet)!important;padding-right:var(--bal-space-small-tablet)!important}.px-normal,.tablet\:px-normal{padding-left:var(--bal-space-normal-tablet)!important;padding-right:var(--bal-space-normal-tablet)!important}.px-medium,.tablet\:px-medium{padding-left:var(--bal-space-medium-tablet)!important;padding-right:var(--bal-space-medium-tablet)!important}.px-large,.tablet\:px-large{padding-left:var(--bal-space-large-tablet)!important;padding-right:var(--bal-space-large-tablet)!important}.px-x-large,.tablet\:px-x-large{padding-left:var(--bal-space-x-large-tablet)!important;padding-right:var(--bal-space-x-large-tablet)!important}.px-xx-large,.tablet\:px-xx-large{padding-left:var(--bal-space-xx-large-tablet)!important;padding-right:var(--bal-space-xx-large-tablet)!important}.px-xxx-large,.tablet\:px-xxx-large{padding-left:var(--bal-space-xxx-large-tablet)!important;padding-right:var(--bal-space-xxx-large-tablet)!important}.px-xxxx-large,.tablet\:px-xxxx-large{padding-left:var(--bal-space-xxxx-large-tablet)!important;padding-right:var(--bal-space-xxxx-large-tablet)!important}.py-none{padding-top:0!important;padding-bottom:0!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xx-small,.tablet\:py-xx-small{padding-top:var(--bal-space-xx-small-tablet)!important;padding-bottom:var(--bal-space-xx-small-tablet)!important}.py-x-small,.tablet\:py-x-small{padding-top:var(--bal-space-x-small-tablet)!important;padding-bottom:var(--bal-space-x-small-tablet)!important}.py-small,.tablet\:py-small{padding-top:var(--bal-space-small-tablet)!important;padding-bottom:var(--bal-space-small-tablet)!important}.py-normal,.tablet\:py-normal{padding-top:var(--bal-space-normal-tablet)!important;padding-bottom:var(--bal-space-normal-tablet)!important}.py-medium,.tablet\:py-medium{padding-top:var(--bal-space-medium-tablet)!important;padding-bottom:var(--bal-space-medium-tablet)!important}.py-large,.tablet\:py-large{padding-top:var(--bal-space-large-tablet)!important;padding-bottom:var(--bal-space-large-tablet)!important}.py-x-large,.tablet\:py-x-large{padding-top:var(--bal-space-x-large-tablet)!important;padding-bottom:var(--bal-space-x-large-tablet)!important}.py-xx-large,.tablet\:py-xx-large{padding-top:var(--bal-space-xx-large-tablet)!important;padding-bottom:var(--bal-space-xx-large-tablet)!important}.py-xxx-large,.tablet\:py-xxx-large{padding-top:var(--bal-space-xxx-large-tablet)!important;padding-bottom:var(--bal-space-xxx-large-tablet)!important}.py-xxxx-large,.tablet\:py-xxxx-large{padding-top:var(--bal-space-xxxx-large-tablet)!important;padding-bottom:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.px-none{padding-left:0!important;padding-right:0!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.desktop\:px-xx-small,.px-xx-small{padding-left:var(--bal-space-xx-small-desktop)!important;padding-right:var(--bal-space-xx-small-desktop)!important}.desktop\:px-x-small,.px-x-small{padding-left:var(--bal-space-x-small-desktop)!important;padding-right:var(--bal-space-x-small-desktop)!important}.desktop\:px-small,.px-small{padding-left:var(--bal-space-small-desktop)!important;padding-right:var(--bal-space-small-desktop)!important}.desktop\:px-normal,.px-normal{padding-left:var(--bal-space-normal-desktop)!important;padding-right:var(--bal-space-normal-desktop)!important}.desktop\:px-medium,.px-medium{padding-left:var(--bal-space-medium-desktop)!important;padding-right:var(--bal-space-medium-desktop)!important}.desktop\:px-large,.px-large{padding-left:var(--bal-space-large-desktop)!important;padding-right:var(--bal-space-large-desktop)!important}.desktop\:px-x-large,.px-x-large{padding-left:var(--bal-space-x-large-desktop)!important;padding-right:var(--bal-space-x-large-desktop)!important}.desktop\:px-xx-large,.px-xx-large{padding-left:var(--bal-space-xx-large-desktop)!important;padding-right:var(--bal-space-xx-large-desktop)!important}.desktop\:px-xxx-large,.px-xxx-large{padding-left:var(--bal-space-xxx-large-desktop)!important;padding-right:var(--bal-space-xxx-large-desktop)!important}.desktop\:px-xxxx-large,.px-xxxx-large{padding-left:var(--bal-space-xxxx-large-desktop)!important;padding-right:var(--bal-space-xxxx-large-desktop)!important}.py-none{padding-top:0!important;padding-bottom:0!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.desktop\:py-xx-small,.py-xx-small{padding-top:var(--bal-space-xx-small-desktop)!important;padding-bottom:var(--bal-space-xx-small-desktop)!important}.desktop\:py-x-small,.py-x-small{padding-top:var(--bal-space-x-small-desktop)!important;padding-bottom:var(--bal-space-x-small-desktop)!important}.desktop\:py-small,.py-small{padding-top:var(--bal-space-small-desktop)!important;padding-bottom:var(--bal-space-small-desktop)!important}.desktop\:py-normal,.py-normal{padding-top:var(--bal-space-normal-desktop)!important;padding-bottom:var(--bal-space-normal-desktop)!important}.desktop\:py-medium,.py-medium{padding-top:var(--bal-space-medium-desktop)!important;padding-bottom:var(--bal-space-medium-desktop)!important}.desktop\:py-large,.py-large{padding-top:var(--bal-space-large-desktop)!important;padding-bottom:var(--bal-space-large-desktop)!important}.desktop\:py-x-large,.py-x-large{padding-top:var(--bal-space-x-large-desktop)!important;padding-bottom:var(--bal-space-x-large-desktop)!important}.desktop\:py-xx-large,.py-xx-large{padding-top:var(--bal-space-xx-large-desktop)!important;padding-bottom:var(--bal-space-xx-large-desktop)!important}.desktop\:py-xxx-large,.py-xxx-large{padding-top:var(--bal-space-xxx-large-desktop)!important;padding-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop\:py-xxxx-large,.py-xxxx-large{padding-top:var(--bal-space-xxxx-large-desktop)!important;padding-bottom:var(--bal-space-xxxx-large-desktop)!important}}.pt-none{padding-top:0!important}.pt-auto{padding-top:auto!important}.pt-xx-small{padding-top:var(--bal-space-xx-small)!important}.pt-x-small{padding-top:var(--bal-space-x-small)!important}.pt-small{padding-top:var(--bal-space-small)!important}.pt-normal{padding-top:var(--bal-space-normal)!important}.pt-medium{padding-top:var(--bal-space-medium)!important}.pt-large{padding-top:var(--bal-space-large)!important}.pt-x-large{padding-top:var(--bal-space-x-large)!important}.pt-xx-large{padding-top:var(--bal-space-xx-large)!important}.pt-xxx-large{padding-top:var(--bal-space-xxx-large)!important}.pt-xxxx-large{padding-top:var(--bal-space-xxxx-large)!important}.pr-none{padding-right:0!important}.pr-auto{padding-right:auto!important}.pr-xx-small{padding-right:var(--bal-space-xx-small)!important}.pr-x-small{padding-right:var(--bal-space-x-small)!important}.pr-small{padding-right:var(--bal-space-small)!important}.pr-normal{padding-right:var(--bal-space-normal)!important}.pr-medium{padding-right:var(--bal-space-medium)!important}.pr-large{padding-right:var(--bal-space-large)!important}.pr-x-large{padding-right:var(--bal-space-x-large)!important}.pr-xx-large{padding-right:var(--bal-space-xx-large)!important}.pr-xxx-large{padding-right:var(--bal-space-xxx-large)!important}.pr-xxxx-large{padding-right:var(--bal-space-xxxx-large)!important}.pb-none{padding-bottom:0!important}.pb-auto{padding-bottom:auto!important}.pb-xx-small{padding-bottom:var(--bal-space-xx-small)!important}.pb-x-small{padding-bottom:var(--bal-space-x-small)!important}.pb-small{padding-bottom:var(--bal-space-small)!important}.pb-normal{padding-bottom:var(--bal-space-normal)!important}.pb-medium{padding-bottom:var(--bal-space-medium)!important}.pb-large{padding-bottom:var(--bal-space-large)!important}.pb-x-large{padding-bottom:var(--bal-space-x-large)!important}.pb-xx-large{padding-bottom:var(--bal-space-xx-large)!important}.pb-xxx-large{padding-bottom:var(--bal-space-xxx-large)!important}.pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large)!important}.pl-none{padding-left:0!important}.pl-auto{padding-left:auto!important}.pl-xx-small{padding-left:var(--bal-space-xx-small)!important}.pl-x-small{padding-left:var(--bal-space-x-small)!important}.pl-small{padding-left:var(--bal-space-small)!important}.pl-normal{padding-left:var(--bal-space-normal)!important}.pl-medium{padding-left:var(--bal-space-medium)!important}.pl-large{padding-left:var(--bal-space-large)!important}.pl-x-large{padding-left:var(--bal-space-x-large)!important}.pl-xx-large{padding-left:var(--bal-space-xx-large)!important}.pl-xxx-large{padding-left:var(--bal-space-xxx-large)!important}.pl-xxxx-large{padding-left:var(--bal-space-xxxx-large)!important}@media screen and (max-width:768px){.mobile\:pt-xx-small{padding-top:var(--bal-space-xx-small)!important}.mobile\:pt-x-small{padding-top:var(--bal-space-x-small)!important}.mobile\:pt-small{padding-top:var(--bal-space-small)!important}.mobile\:pt-normal{padding-top:var(--bal-space-normal)!important}.mobile\:pt-medium{padding-top:var(--bal-space-medium)!important}.mobile\:pt-large{padding-top:var(--bal-space-large)!important}.mobile\:pt-x-large{padding-top:var(--bal-space-x-large)!important}.mobile\:pt-xx-large{padding-top:var(--bal-space-xx-large)!important}.mobile\:pt-xxx-large{padding-top:var(--bal-space-xxx-large)!important}.mobile\:pt-xxxx-large{padding-top:var(--bal-space-xxxx-large)!important}.mobile\:pr-xx-small{padding-right:var(--bal-space-xx-small)!important}.mobile\:pr-x-small{padding-right:var(--bal-space-x-small)!important}.mobile\:pr-small{padding-right:var(--bal-space-small)!important}.mobile\:pr-normal{padding-right:var(--bal-space-normal)!important}.mobile\:pr-medium{padding-right:var(--bal-space-medium)!important}.mobile\:pr-large{padding-right:var(--bal-space-large)!important}.mobile\:pr-x-large{padding-right:var(--bal-space-x-large)!important}.mobile\:pr-xx-large{padding-right:var(--bal-space-xx-large)!important}.mobile\:pr-xxx-large{padding-right:var(--bal-space-xxx-large)!important}.mobile\:pr-xxxx-large{padding-right:var(--bal-space-xxxx-large)!important}.mobile\:pb-xx-small{padding-bottom:var(--bal-space-xx-small)!important}.mobile\:pb-x-small{padding-bottom:var(--bal-space-x-small)!important}.mobile\:pb-small{padding-bottom:var(--bal-space-small)!important}.mobile\:pb-normal{padding-bottom:var(--bal-space-normal)!important}.mobile\:pb-medium{padding-bottom:var(--bal-space-medium)!important}.mobile\:pb-large{padding-bottom:var(--bal-space-large)!important}.mobile\:pb-x-large{padding-bottom:var(--bal-space-x-large)!important}.mobile\:pb-xx-large{padding-bottom:var(--bal-space-xx-large)!important}.mobile\:pb-xxx-large{padding-bottom:var(--bal-space-xxx-large)!important}.mobile\:pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large)!important}.mobile\:pl-xx-small{padding-left:var(--bal-space-xx-small)!important}.mobile\:pl-x-small{padding-left:var(--bal-space-x-small)!important}.mobile\:pl-small{padding-left:var(--bal-space-small)!important}.mobile\:pl-normal{padding-left:var(--bal-space-normal)!important}.mobile\:pl-medium{padding-left:var(--bal-space-medium)!important}.mobile\:pl-large{padding-left:var(--bal-space-large)!important}.mobile\:pl-x-large{padding-left:var(--bal-space-x-large)!important}.mobile\:pl-xx-large{padding-left:var(--bal-space-xx-large)!important}.mobile\:pl-xxx-large{padding-left:var(--bal-space-xxx-large)!important}.mobile\:pl-xxxx-large{padding-left:var(--bal-space-xxxx-large)!important}}@media screen and (min-width:769px),print{.pt-none{padding-top:0!important}.pt-auto{padding-top:auto!important}.pt-xx-small,.tablet\:pt-xx-small{padding-top:var(--bal-space-xx-small-tablet)!important}.pt-x-small,.tablet\:pt-x-small{padding-top:var(--bal-space-x-small-tablet)!important}.pt-small,.tablet\:pt-small{padding-top:var(--bal-space-small-tablet)!important}.pt-normal,.tablet\:pt-normal{padding-top:var(--bal-space-normal-tablet)!important}.pt-medium,.tablet\:pt-medium{padding-top:var(--bal-space-medium-tablet)!important}.pt-large,.tablet\:pt-large{padding-top:var(--bal-space-large-tablet)!important}.pt-x-large,.tablet\:pt-x-large{padding-top:var(--bal-space-x-large-tablet)!important}.pt-xx-large,.tablet\:pt-xx-large{padding-top:var(--bal-space-xx-large-tablet)!important}.pt-xxx-large,.tablet\:pt-xxx-large{padding-top:var(--bal-space-xxx-large-tablet)!important}.pt-xxxx-large,.tablet\:pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-tablet)!important}.pr-none{padding-right:0!important}.pr-auto{padding-right:auto!important}.pr-xx-small,.tablet\:pr-xx-small{padding-right:var(--bal-space-xx-small-tablet)!important}.pr-x-small,.tablet\:pr-x-small{padding-right:var(--bal-space-x-small-tablet)!important}.pr-small,.tablet\:pr-small{padding-right:var(--bal-space-small-tablet)!important}.pr-normal,.tablet\:pr-normal{padding-right:var(--bal-space-normal-tablet)!important}.pr-medium,.tablet\:pr-medium{padding-right:var(--bal-space-medium-tablet)!important}.pr-large,.tablet\:pr-large{padding-right:var(--bal-space-large-tablet)!important}.pr-x-large,.tablet\:pr-x-large{padding-right:var(--bal-space-x-large-tablet)!important}.pr-xx-large,.tablet\:pr-xx-large{padding-right:var(--bal-space-xx-large-tablet)!important}.pr-xxx-large,.tablet\:pr-xxx-large{padding-right:var(--bal-space-xxx-large-tablet)!important}.pr-xxxx-large,.tablet\:pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-tablet)!important}.pb-none{padding-bottom:0!important}.pb-auto{padding-bottom:auto!important}.pb-xx-small,.tablet\:pb-xx-small{padding-bottom:var(--bal-space-xx-small-tablet)!important}.pb-x-small,.tablet\:pb-x-small{padding-bottom:var(--bal-space-x-small-tablet)!important}.pb-small,.tablet\:pb-small{padding-bottom:var(--bal-space-small-tablet)!important}.pb-normal,.tablet\:pb-normal{padding-bottom:var(--bal-space-normal-tablet)!important}.pb-medium,.tablet\:pb-medium{padding-bottom:var(--bal-space-medium-tablet)!important}.pb-large,.tablet\:pb-large{padding-bottom:var(--bal-space-large-tablet)!important}.pb-x-large,.tablet\:pb-x-large{padding-bottom:var(--bal-space-x-large-tablet)!important}.pb-xx-large,.tablet\:pb-xx-large{padding-bottom:var(--bal-space-xx-large-tablet)!important}.pb-xxx-large,.tablet\:pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-tablet)!important}.pb-xxxx-large,.tablet\:pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-tablet)!important}.pl-none{padding-left:0!important}.pl-auto{padding-left:auto!important}.pl-xx-small,.tablet\:pl-xx-small{padding-left:var(--bal-space-xx-small-tablet)!important}.pl-x-small,.tablet\:pl-x-small{padding-left:var(--bal-space-x-small-tablet)!important}.pl-small,.tablet\:pl-small{padding-left:var(--bal-space-small-tablet)!important}.pl-normal,.tablet\:pl-normal{padding-left:var(--bal-space-normal-tablet)!important}.pl-medium,.tablet\:pl-medium{padding-left:var(--bal-space-medium-tablet)!important}.pl-large,.tablet\:pl-large{padding-left:var(--bal-space-large-tablet)!important}.pl-x-large,.tablet\:pl-x-large{padding-left:var(--bal-space-x-large-tablet)!important}.pl-xx-large,.tablet\:pl-xx-large{padding-left:var(--bal-space-xx-large-tablet)!important}.pl-xxx-large,.tablet\:pl-xxx-large{padding-left:var(--bal-space-xxx-large-tablet)!important}.pl-xxxx-large,.tablet\:pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-tablet)!important}}@media screen and (min-width:1024px){.pt-none{padding-top:0!important}.pt-auto{padding-top:auto!important}.desktop\:pt-xx-small,.pt-xx-small{padding-top:var(--bal-space-xx-small-desktop)!important}.desktop\:pt-x-small,.pt-x-small{padding-top:var(--bal-space-x-small-desktop)!important}.desktop\:pt-small,.pt-small{padding-top:var(--bal-space-small-desktop)!important}.desktop\:pt-normal,.pt-normal{padding-top:var(--bal-space-normal-desktop)!important}.desktop\:pt-medium,.pt-medium{padding-top:var(--bal-space-medium-desktop)!important}.desktop\:pt-large,.pt-large{padding-top:var(--bal-space-large-desktop)!important}.desktop\:pt-x-large,.pt-x-large{padding-top:var(--bal-space-x-large-desktop)!important}.desktop\:pt-xx-large,.pt-xx-large{padding-top:var(--bal-space-xx-large-desktop)!important}.desktop\:pt-xxx-large,.pt-xxx-large{padding-top:var(--bal-space-xxx-large-desktop)!important}.desktop\:pt-xxxx-large,.pt-xxxx-large{padding-top:var(--bal-space-xxxx-large-desktop)!important}.pr-none{padding-right:0!important}.pr-auto{padding-right:auto!important}.desktop\:pr-xx-small,.pr-xx-small{padding-right:var(--bal-space-xx-small-desktop)!important}.desktop\:pr-x-small,.pr-x-small{padding-right:var(--bal-space-x-small-desktop)!important}.desktop\:pr-small,.pr-small{padding-right:var(--bal-space-small-desktop)!important}.desktop\:pr-normal,.pr-normal{padding-right:var(--bal-space-normal-desktop)!important}.desktop\:pr-medium,.pr-medium{padding-right:var(--bal-space-medium-desktop)!important}.desktop\:pr-large,.pr-large{padding-right:var(--bal-space-large-desktop)!important}.desktop\:pr-x-large,.pr-x-large{padding-right:var(--bal-space-x-large-desktop)!important}.desktop\:pr-xx-large,.pr-xx-large{padding-right:var(--bal-space-xx-large-desktop)!important}.desktop\:pr-xxx-large,.pr-xxx-large{padding-right:var(--bal-space-xxx-large-desktop)!important}.desktop\:pr-xxxx-large,.pr-xxxx-large{padding-right:var(--bal-space-xxxx-large-desktop)!important}.pb-none{padding-bottom:0!important}.pb-auto{padding-bottom:auto!important}.desktop\:pb-xx-small,.pb-xx-small{padding-bottom:var(--bal-space-xx-small-desktop)!important}.desktop\:pb-x-small,.pb-x-small{padding-bottom:var(--bal-space-x-small-desktop)!important}.desktop\:pb-small,.pb-small{padding-bottom:var(--bal-space-small-desktop)!important}.desktop\:pb-normal,.pb-normal{padding-bottom:var(--bal-space-normal-desktop)!important}.desktop\:pb-medium,.pb-medium{padding-bottom:var(--bal-space-medium-desktop)!important}.desktop\:pb-large,.pb-large{padding-bottom:var(--bal-space-large-desktop)!important}.desktop\:pb-x-large,.pb-x-large{padding-bottom:var(--bal-space-x-large-desktop)!important}.desktop\:pb-xx-large,.pb-xx-large{padding-bottom:var(--bal-space-xx-large-desktop)!important}.desktop\:pb-xxx-large,.pb-xxx-large{padding-bottom:var(--bal-space-xxx-large-desktop)!important}.desktop\:pb-xxxx-large,.pb-xxxx-large{padding-bottom:var(--bal-space-xxxx-large-desktop)!important}.pl-none{padding-left:0!important}.pl-auto{padding-left:auto!important}.desktop\:pl-xx-small,.pl-xx-small{padding-left:var(--bal-space-xx-small-desktop)!important}.desktop\:pl-x-small,.pl-x-small{padding-left:var(--bal-space-x-small-desktop)!important}.desktop\:pl-small,.pl-small{padding-left:var(--bal-space-small-desktop)!important}.desktop\:pl-normal,.pl-normal{padding-left:var(--bal-space-normal-desktop)!important}.desktop\:pl-medium,.pl-medium{padding-left:var(--bal-space-medium-desktop)!important}.desktop\:pl-large,.pl-large{padding-left:var(--bal-space-large-desktop)!important}.desktop\:pl-x-large,.pl-x-large{padding-left:var(--bal-space-x-large-desktop)!important}.desktop\:pl-xx-large,.pl-xx-large{padding-left:var(--bal-space-xx-large-desktop)!important}.desktop\:pl-xxx-large,.pl-xxx-large{padding-left:var(--bal-space-xxx-large-desktop)!important}.desktop\:pl-xxxx-large,.pl-xxxx-large{padding-left:var(--bal-space-xxxx-large-desktop)!important}}
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["file:///home/runner/work/design-system/design-system/packages/styles/src/generated/typography.sass","file:///home/runner/work/design-system/design-system/packages/styles/src/mixins/breakpoint.mixin.sass","file:///home/runner/work/design-system/design-system/packages/styles/sass/utilities/typography.sass"],"names":[],"mappings":"AAGA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;ACtPA;EDyPA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;ACzQF;ED4QA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAEJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;ACpUA;EDuUA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AC7UF;EDgVA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AC9UF;EDiVA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;ACnUF;EDsUA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAEJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AC5ZA;ED+ZA;IACE;;EAEF;IACE;;;AC/ZF;EDkaA;IACE;;EAEF;IACE;;;AC1ZF;ED6ZA;IACE;;EAEF;IACE;;;ACzYF;ED4YA;IACE;;EAEF;IACE;;;AEpcJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;ADvBF;EC0BA;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;;ADrDJ;ECwDA;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE","sourcesContent":["@use '../mixins/_all' as *\n\n\n.text-primary\n color: var(--bal-color-text-primary) !important\n\n.text-primary-light\n color: var(--bal-color-text-primary-light) !important\n\n.text-white\n color: var(--bal-color-text-white) !important\n\n.text-grey-light\n color: var(--bal-color-text-grey-light) !important\n\n.text-grey\n color: var(--bal-color-text-grey) !important\n\n.text-grey-dark\n color: var(--bal-color-text-grey-dark) !important\n\n.text-info\n color: var(--bal-color-text-info) !important\n\n.text-warning\n color: var(--bal-color-text-warning) !important\n\n.text-success\n color: var(--bal-color-text-success) !important\n\n.text-danger\n color: var(--bal-color-text-danger) !important\n\n.text-black\n color: var(--bal-color-text-black) !important\n\n.text-primary-hovered\n color: var(--bal-color-text-primary-hovered) !important\n\n.text-primary-pressed\n color: var(--bal-color-text-primary-pressed) !important\n\n.text-danger-hovered\n color: var(--bal-color-text-danger-hovered) !important\n\n.text-danger-pressed\n color: var(--bal-color-text-danger-pressed) !important\n\n.text-inverted\n color: var(--bal-color-text-inverted) !important\n\n.text-inverted-disabled\n color: var(--bal-color-text-inverted-disabled) !important\n\n.text-inverted-hovered\n color: var(--bal-color-text-inverted-hovered) !important\n\n.text-inverted-pressed\n color: var(--bal-color-text-inverted-pressed) !important\n\n.focus\\:text-primary:focus\n color: var(--bal-color-text-primary) !important\n\n.hover\\:text-primary:hover\n color: var(--bal-color-text-primary) !important\n\n.active\\:text-primary:active\n color: var(--bal-color-text-primary) !important\n\n.focus\\:text-primary-light:focus\n color: var(--bal-color-text-primary-light) !important\n\n.hover\\:text-primary-light:hover\n color: var(--bal-color-text-primary-light) !important\n\n.active\\:text-primary-light:active\n color: var(--bal-color-text-primary-light) !important\n\n.focus\\:text-white:focus\n color: var(--bal-color-text-white) !important\n\n.hover\\:text-white:hover\n color: var(--bal-color-text-white) !important\n\n.active\\:text-white:active\n color: var(--bal-color-text-white) !important\n\n.focus\\:text-grey-light:focus\n color: var(--bal-color-text-grey-light) !important\n\n.hover\\:text-grey-light:hover\n color: var(--bal-color-text-grey-light) !important\n\n.active\\:text-grey-light:active\n color: var(--bal-color-text-grey-light) !important\n\n.focus\\:text-grey:focus\n color: var(--bal-color-text-grey) !important\n\n.hover\\:text-grey:hover\n color: var(--bal-color-text-grey) !important\n\n.active\\:text-grey:active\n color: var(--bal-color-text-grey) !important\n\n.focus\\:text-grey-dark:focus\n color: var(--bal-color-text-grey-dark) !important\n\n.hover\\:text-grey-dark:hover\n color: var(--bal-color-text-grey-dark) !important\n\n.active\\:text-grey-dark:active\n color: var(--bal-color-text-grey-dark) !important\n\n.focus\\:text-info:focus\n color: var(--bal-color-text-info) !important\n\n.hover\\:text-info:hover\n color: var(--bal-color-text-info) !important\n\n.active\\:text-info:active\n color: var(--bal-color-text-info) !important\n\n.focus\\:text-warning:focus\n color: var(--bal-color-text-warning) !important\n\n.hover\\:text-warning:hover\n color: var(--bal-color-text-warning) !important\n\n.active\\:text-warning:active\n color: var(--bal-color-text-warning) !important\n\n.focus\\:text-success:focus\n color: var(--bal-color-text-success) !important\n\n.hover\\:text-success:hover\n color: var(--bal-color-text-success) !important\n\n.active\\:text-success:active\n color: var(--bal-color-text-success) !important\n\n.focus\\:text-danger:focus\n color: var(--bal-color-text-danger) !important\n\n.hover\\:text-danger:hover\n color: var(--bal-color-text-danger) !important\n\n.active\\:text-danger:active\n color: var(--bal-color-text-danger) !important\n\n.focus\\:text-black:focus\n color: var(--bal-color-text-black) !important\n\n.hover\\:text-black:hover\n color: var(--bal-color-text-black) !important\n\n.active\\:text-black:active\n color: var(--bal-color-text-black) !important\n\n.focus\\:text-primary-hovered:focus\n color: var(--bal-color-text-primary-hovered) !important\n\n.hover\\:text-primary-hovered:hover\n color: var(--bal-color-text-primary-hovered) !important\n\n.active\\:text-primary-hovered:active\n color: var(--bal-color-text-primary-hovered) !important\n\n.focus\\:text-primary-pressed:focus\n color: var(--bal-color-text-primary-pressed) !important\n\n.hover\\:text-primary-pressed:hover\n color: var(--bal-color-text-primary-pressed) !important\n\n.active\\:text-primary-pressed:active\n color: var(--bal-color-text-primary-pressed) !important\n\n.focus\\:text-danger-hovered:focus\n color: var(--bal-color-text-danger-hovered) !important\n\n.hover\\:text-danger-hovered:hover\n color: var(--bal-color-text-danger-hovered) !important\n\n.active\\:text-danger-hovered:active\n color: var(--bal-color-text-danger-hovered) !important\n\n.focus\\:text-danger-pressed:focus\n color: var(--bal-color-text-danger-pressed) !important\n\n.hover\\:text-danger-pressed:hover\n color: var(--bal-color-text-danger-pressed) !important\n\n.active\\:text-danger-pressed:active\n color: var(--bal-color-text-danger-pressed) !important\n\n.focus\\:text-inverted:focus\n color: var(--bal-color-text-inverted) !important\n\n.hover\\:text-inverted:hover\n color: var(--bal-color-text-inverted) !important\n\n.active\\:text-inverted:active\n color: var(--bal-color-text-inverted) !important\n\n.focus\\:text-inverted-disabled:focus\n color: var(--bal-color-text-inverted-disabled) !important\n\n.hover\\:text-inverted-disabled:hover\n color: var(--bal-color-text-inverted-disabled) !important\n\n.active\\:text-inverted-disabled:active\n color: var(--bal-color-text-inverted-disabled) !important\n\n.focus\\:text-inverted-hovered:focus\n color: var(--bal-color-text-inverted-hovered) !important\n\n.hover\\:text-inverted-hovered:hover\n color: var(--bal-color-text-inverted-hovered) !important\n\n.active\\:text-inverted-hovered:active\n color: var(--bal-color-text-inverted-hovered) !important\n\n.focus\\:text-inverted-pressed:focus\n color: var(--bal-color-text-inverted-pressed) !important\n\n.hover\\:text-inverted-pressed:hover\n color: var(--bal-color-text-inverted-pressed) !important\n\n.active\\:text-inverted-pressed:active\n color: var(--bal-color-text-inverted-pressed) !important\n\n.font-family-title\n font-family: var(--bal-font-family-title) !important\n\n.font-family-text\n font-family: var(--bal-font-family-text) !important\n\n.text-x-small\n font-size: var(--bal-text-size-x-small) !important\n\n.text-small\n font-size: var(--bal-text-size-small) !important\n\n.text-normal\n font-size: var(--bal-text-size-normal) !important\n\n.text-medium\n font-size: var(--bal-text-size-medium) !important\n\n.text-large\n font-size: var(--bal-text-size-large) !important\n\n.text-x-large\n font-size: var(--bal-text-size-x-large) !important\n\n.text-xx-large\n font-size: var(--bal-text-size-xx-large) !important\n\n.text-xxx-large\n font-size: var(--bal-text-size-xxx-large) !important\n\n.text-xxxx-large\n font-size: var(--bal-text-size-xxxx-large) !important\n\n.text-xxxxx-large\n font-size: var(--bal-text-size-xxxxx-large) !important\n\n+tablet\n .text-x-small\n font-size: var(--bal-text-size-x-small-tablet) !important\n\n .text-small\n font-size: var(--bal-text-size-small-tablet) !important\n\n .text-normal\n font-size: var(--bal-text-size-normal-tablet) !important\n\n .text-medium\n font-size: var(--bal-text-size-medium-tablet) !important\n\n .text-large\n font-size: var(--bal-text-size-large-tablet) !important\n\n .text-x-large\n font-size: var(--bal-text-size-x-large-tablet) !important\n\n .text-xx-large\n font-size: var(--bal-text-size-xx-large-tablet) !important\n\n .text-xxx-large\n font-size: var(--bal-text-size-xxx-large-tablet) !important\n\n .text-xxxx-large\n font-size: var(--bal-text-size-xxxx-large-tablet) !important\n\n .text-xxxxx-large\n font-size: var(--bal-text-size-xxxxx-large-tablet) !important\n\n+desktop\n .text-x-small\n font-size: var(--bal-text-size-x-small-desktop) !important\n\n .text-small\n font-size: var(--bal-text-size-small-desktop) !important\n\n .text-normal\n font-size: var(--bal-text-size-normal-desktop) !important\n\n .text-medium\n font-size: var(--bal-text-size-medium-desktop) !important\n\n .text-large\n font-size: var(--bal-text-size-large-desktop) !important\n\n .text-x-large\n font-size: var(--bal-text-size-x-large-desktop) !important\n\n .text-xx-large\n font-size: var(--bal-text-size-xx-large-desktop) !important\n\n .text-xxx-large\n font-size: var(--bal-text-size-xxx-large-desktop) !important\n\n .text-xxxx-large\n font-size: var(--bal-text-size-xxxx-large-desktop) !important\n\n .text-xxxxx-large\n font-size: var(--bal-text-size-xxxxx-large-desktop) !important\n\n.text-align-center\n text-align: center !important\n\n.text-align-left\n text-align: left !important\n\n.text-align-right\n text-align: right !important\n\n.text-align-justify\n text-align: justify !important\n\n+mobile\n .mobile\\:text-align-center\n text-align: center !important\n\n .mobile\\:text-align-left\n text-align: left !important\n\n .mobile\\:text-align-right\n text-align: right !important\n\n .mobile\\:text-align-justify\n text-align: justify !important\n\n+tablet\n .tablet\\:text-align-center\n text-align: center !important\n\n .tablet\\:text-align-left\n text-align: left !important\n\n .tablet\\:text-align-right\n text-align: right !important\n\n .tablet\\:text-align-justify\n text-align: justify !important\n\n+desktop\n .desktop\\:text-align-center\n text-align: center !important\n\n .desktop\\:text-align-left\n text-align: left !important\n\n .desktop\\:text-align-right\n text-align: right !important\n\n .desktop\\:text-align-justify\n text-align: justify !important\n\n+widescreen\n .widescreen\\:text-align-center\n text-align: center !important\n\n .widescreen\\:text-align-left\n text-align: left !important\n\n .widescreen\\:text-align-right\n text-align: right !important\n\n .widescreen\\:text-align-justify\n text-align: justify !important\n\n.lowercase\n text-transform: lowercase !important\n\n.uppercase\n text-transform: uppercase !important\n\n.capitalize\n text-transform: capitalize !important\n\n.font-weight-bold\n font-weight: var(--bal-font-weight-bold) !important\n\n.font-weight-regular\n font-weight: var(--bal-font-weight-regular) !important\n\n.font-weight-light\n font-weight: var(--bal-font-weight-light) !important\n\n.white-space-normal\n white-space: normal !important\n\n.white-space-nowrap\n white-space: nowrap !important\n\n.line-height-title\n line-height: var(--bal-text-line-height-title) !important\n\n.line-height-text\n line-height: var(--bal-text-line-height-text) !important\n\n.text-overflow-clip\n text-overflow: clip !important\n\n.text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+mobile\n .mobile\\:text-overflow-clip\n text-overflow: clip !important\n\n .mobile\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+tablet\n .tablet\\:text-overflow-clip\n text-overflow: clip !important\n\n .tablet\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+desktop\n .desktop\\:text-overflow-clip\n text-overflow: clip !important\n\n .desktop\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+widescreen\n .widescreen\\:text-overflow-clip\n text-overflow: clip !important\n\n .widescreen\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n","@use '@baloise/ds-tokens/dist/tokens.scss' as *\n\n=from($device)\n @media screen and (min-width: $device)\n @content\n\n=until($device)\n @media screen and (max-width: $device - 1px)\n @content\n\n=between($min-device, $max-device)\n @media screen and (min-width: $min-device) and (max-width: $max-device - 1px)\n @content\n\n=mobile\n @media screen and (max-width: $bal-breakpoint-tablet - 1px)\n @content\n\n=tablet\n @media screen and (min-width: $bal-breakpoint-tablet), print\n @content\n\n=tablet-only\n @media screen and (min-width: $bal-breakpoint-tablet) and (max-width: $bal-breakpoint-desktop - 1px)\n @content\n\n=touch\n @media screen and (max-width: $bal-breakpoint-desktop - 1px)\n @content\n\n=desktop\n @media screen and (min-width: $bal-breakpoint-desktop)\n @content\n\n=desktop-only\n @media screen and (min-width: $bal-breakpoint-desktop) and (max-width: $bal-breakpoint-high-definition - 1px)\n @content\n\n=high-definition\n @media screen and (min-width: $bal-breakpoint-high-definition)\n @content\n\n=high-definition-only\n @media screen and (min-width: $bal-breakpoint-high-definition) and (max-width: $bal-breakpoint-widescreen - 1px)\n @content\n\n=until-high-definition\n @media screen and (max-width: $bal-breakpoint-high-definition - 1px)\n @content\n\n=until-widescreen\n @media screen and (max-width: $bal-breakpoint-widescreen - 1px)\n @content\n\n=widescreen\n @media screen and (min-width: $bal-breakpoint-widescreen)\n @content\n\n=widescreen-only\n @media screen and (min-width: $bal-breakpoint-widescreen) and (max-width: $bal-breakpoint-fullhd - 1px)\n @content\n\n=until-fullhd\n @media screen and (max-width: $bal-breakpoint-fullhd - 1px)\n @content\n\n=fullhd\n @media screen and (min-width: $bal-breakpoint-fullhd)\n @content\n","@forward '../../src/generated/typography'\n@use '../../src/mixins/_all' as *\n\n.text-xxxxx-large\n line-height: var(--bal-line-height-xxxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-normal)\n.text-xxxx-large\n line-height: var(--bal-line-height-xxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-xxx-large\n line-height: var(--bal-line-height-xxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-xx-large\n line-height: var(--bal-line-height-xx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-x-large\n line-height: var(--bal-line-height-x-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-large\n line-height: var(--bal-line-height-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-medium\n line-height: var(--bal-line-height-medium)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-normal\n line-height: var(--bal-line-height-normal)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n.text-small\n line-height: var(--bal-line-height-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n.text-x-small\n line-height: var(--bal-line-height-x-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n\n+tablet\n .text-xxxxx-large\n line-height: var(--bal-line-height-tablet-xxxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-normal)\n .text-xxxx-large\n line-height: var(--bal-line-height-tablet-xxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xxx-large\n line-height: var(--bal-line-height-tablet-xxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xx-large\n line-height: var(--bal-line-height-tablet-xx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-x-large\n line-height: var(--bal-line-height-tablet-x-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-large\n line-height: var(--bal-line-height-tablet-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-medium\n line-height: var(--bal-line-height-tablet-medium)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-normal\n line-height: var(--bal-line-height-tablet-normal)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-small\n line-height: var(--bal-line-height-tablet-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-x-small\n line-height: var(--bal-line-height-tablet-x-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n\n+desktop\n .text-xxxxx-large\n line-height: var(--bal-line-height-desktop-xxxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-normal)\n .text-xxxx-large\n line-height: var(--bal-line-height-desktop-xxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xxx-large\n line-height: var(--bal-line-height-desktop-xxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xx-large\n line-height: var(--bal-line-height-desktop-xx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-x-large\n line-height: var(--bal-line-height-desktop-x-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-large\n line-height: var(--bal-line-height-desktop-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-medium\n line-height: var(--bal-line-height-desktop-medium)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-normal\n line-height: var(--bal-line-height-desktop-normal)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-small\n line-height: var(--bal-line-height-desktop-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-x-small\n line-height: var(--bal-line-height-desktop-x-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n"]}
1
+ {"version":3,"sourceRoot":"","sources":["file:///home/runner/work/design-system/design-system/packages/styles/src/generated/typography.sass","file:///home/runner/work/design-system/design-system/packages/styles/src/mixins/breakpoint.mixin.sass","file:///home/runner/work/design-system/design-system/packages/styles/sass/utilities/typography.sass"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;ACrPA;EDwPA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;ACxQF;ED2QA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAEJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;ACnUA;EDsUA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AC5UF;ED+UA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AC7UF;EDgVA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AClUF;EDqUA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAEJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AC3ZA;ED8ZA;IACE;;EAEF;IACE;;;AC9ZF;EDiaA;IACE;;EAEF;IACE;;;ACzZF;ED4ZA;IACE;;EAEF;IACE;;;ACxYF;ED2YA;IACE;;EAEF;IACE;;;AEjcJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;AACJ;EACE;;AACA;EACE;;;ADzBF;EC4BA;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;;ADvDJ;EC0DA;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE;;EACJ;IACE;;EACA;IACE","sourcesContent":[".text-primary\n color: var(--bal-color-text-primary) !important\n\n.text-primary-light\n color: var(--bal-color-text-primary-light) !important\n\n.text-white\n color: var(--bal-color-text-white) !important\n\n.text-grey-light\n color: var(--bal-color-text-grey-light) !important\n\n.text-grey\n color: var(--bal-color-text-grey) !important\n\n.text-grey-dark\n color: var(--bal-color-text-grey-dark) !important\n\n.text-info\n color: var(--bal-color-text-info) !important\n\n.text-warning\n color: var(--bal-color-text-warning) !important\n\n.text-success\n color: var(--bal-color-text-success) !important\n\n.text-danger\n color: var(--bal-color-text-danger) !important\n\n.text-black\n color: var(--bal-color-text-black) !important\n\n.text-primary-hovered\n color: var(--bal-color-text-primary-hovered) !important\n\n.text-primary-pressed\n color: var(--bal-color-text-primary-pressed) !important\n\n.text-danger-hovered\n color: var(--bal-color-text-danger-hovered) !important\n\n.text-danger-pressed\n color: var(--bal-color-text-danger-pressed) !important\n\n.text-inverted\n color: var(--bal-color-text-inverted) !important\n\n.text-inverted-disabled\n color: var(--bal-color-text-inverted-disabled) !important\n\n.text-inverted-hovered\n color: var(--bal-color-text-inverted-hovered) !important\n\n.text-inverted-pressed\n color: var(--bal-color-text-inverted-pressed) !important\n\n.focus\\:text-primary:focus\n color: var(--bal-color-text-primary) !important\n\n.hover\\:text-primary:hover\n color: var(--bal-color-text-primary) !important\n\n.active\\:text-primary:active\n color: var(--bal-color-text-primary) !important\n\n.focus\\:text-primary-light:focus\n color: var(--bal-color-text-primary-light) !important\n\n.hover\\:text-primary-light:hover\n color: var(--bal-color-text-primary-light) !important\n\n.active\\:text-primary-light:active\n color: var(--bal-color-text-primary-light) !important\n\n.focus\\:text-white:focus\n color: var(--bal-color-text-white) !important\n\n.hover\\:text-white:hover\n color: var(--bal-color-text-white) !important\n\n.active\\:text-white:active\n color: var(--bal-color-text-white) !important\n\n.focus\\:text-grey-light:focus\n color: var(--bal-color-text-grey-light) !important\n\n.hover\\:text-grey-light:hover\n color: var(--bal-color-text-grey-light) !important\n\n.active\\:text-grey-light:active\n color: var(--bal-color-text-grey-light) !important\n\n.focus\\:text-grey:focus\n color: var(--bal-color-text-grey) !important\n\n.hover\\:text-grey:hover\n color: var(--bal-color-text-grey) !important\n\n.active\\:text-grey:active\n color: var(--bal-color-text-grey) !important\n\n.focus\\:text-grey-dark:focus\n color: var(--bal-color-text-grey-dark) !important\n\n.hover\\:text-grey-dark:hover\n color: var(--bal-color-text-grey-dark) !important\n\n.active\\:text-grey-dark:active\n color: var(--bal-color-text-grey-dark) !important\n\n.focus\\:text-info:focus\n color: var(--bal-color-text-info) !important\n\n.hover\\:text-info:hover\n color: var(--bal-color-text-info) !important\n\n.active\\:text-info:active\n color: var(--bal-color-text-info) !important\n\n.focus\\:text-warning:focus\n color: var(--bal-color-text-warning) !important\n\n.hover\\:text-warning:hover\n color: var(--bal-color-text-warning) !important\n\n.active\\:text-warning:active\n color: var(--bal-color-text-warning) !important\n\n.focus\\:text-success:focus\n color: var(--bal-color-text-success) !important\n\n.hover\\:text-success:hover\n color: var(--bal-color-text-success) !important\n\n.active\\:text-success:active\n color: var(--bal-color-text-success) !important\n\n.focus\\:text-danger:focus\n color: var(--bal-color-text-danger) !important\n\n.hover\\:text-danger:hover\n color: var(--bal-color-text-danger) !important\n\n.active\\:text-danger:active\n color: var(--bal-color-text-danger) !important\n\n.focus\\:text-black:focus\n color: var(--bal-color-text-black) !important\n\n.hover\\:text-black:hover\n color: var(--bal-color-text-black) !important\n\n.active\\:text-black:active\n color: var(--bal-color-text-black) !important\n\n.focus\\:text-primary-hovered:focus\n color: var(--bal-color-text-primary-hovered) !important\n\n.hover\\:text-primary-hovered:hover\n color: var(--bal-color-text-primary-hovered) !important\n\n.active\\:text-primary-hovered:active\n color: var(--bal-color-text-primary-hovered) !important\n\n.focus\\:text-primary-pressed:focus\n color: var(--bal-color-text-primary-pressed) !important\n\n.hover\\:text-primary-pressed:hover\n color: var(--bal-color-text-primary-pressed) !important\n\n.active\\:text-primary-pressed:active\n color: var(--bal-color-text-primary-pressed) !important\n\n.focus\\:text-danger-hovered:focus\n color: var(--bal-color-text-danger-hovered) !important\n\n.hover\\:text-danger-hovered:hover\n color: var(--bal-color-text-danger-hovered) !important\n\n.active\\:text-danger-hovered:active\n color: var(--bal-color-text-danger-hovered) !important\n\n.focus\\:text-danger-pressed:focus\n color: var(--bal-color-text-danger-pressed) !important\n\n.hover\\:text-danger-pressed:hover\n color: var(--bal-color-text-danger-pressed) !important\n\n.active\\:text-danger-pressed:active\n color: var(--bal-color-text-danger-pressed) !important\n\n.focus\\:text-inverted:focus\n color: var(--bal-color-text-inverted) !important\n\n.hover\\:text-inverted:hover\n color: var(--bal-color-text-inverted) !important\n\n.active\\:text-inverted:active\n color: var(--bal-color-text-inverted) !important\n\n.focus\\:text-inverted-disabled:focus\n color: var(--bal-color-text-inverted-disabled) !important\n\n.hover\\:text-inverted-disabled:hover\n color: var(--bal-color-text-inverted-disabled) !important\n\n.active\\:text-inverted-disabled:active\n color: var(--bal-color-text-inverted-disabled) !important\n\n.focus\\:text-inverted-hovered:focus\n color: var(--bal-color-text-inverted-hovered) !important\n\n.hover\\:text-inverted-hovered:hover\n color: var(--bal-color-text-inverted-hovered) !important\n\n.active\\:text-inverted-hovered:active\n color: var(--bal-color-text-inverted-hovered) !important\n\n.focus\\:text-inverted-pressed:focus\n color: var(--bal-color-text-inverted-pressed) !important\n\n.hover\\:text-inverted-pressed:hover\n color: var(--bal-color-text-inverted-pressed) !important\n\n.active\\:text-inverted-pressed:active\n color: var(--bal-color-text-inverted-pressed) !important\n\n.font-family-title\n font-family: var(--bal-font-family-title) !important\n\n.font-family-text\n font-family: var(--bal-font-family-text) !important\n\n.text-x-small\n font-size: var(--bal-text-size-x-small) !important\n\n.text-small\n font-size: var(--bal-text-size-small) !important\n\n.text-normal\n font-size: var(--bal-text-size-normal) !important\n\n.text-medium\n font-size: var(--bal-text-size-medium) !important\n\n.text-large\n font-size: var(--bal-text-size-large) !important\n\n.text-x-large\n font-size: var(--bal-text-size-x-large) !important\n\n.text-xx-large\n font-size: var(--bal-text-size-xx-large) !important\n\n.text-xxx-large\n font-size: var(--bal-text-size-xxx-large) !important\n\n.text-xxxx-large\n font-size: var(--bal-text-size-xxxx-large) !important\n\n.text-xxxxx-large\n font-size: var(--bal-text-size-xxxxx-large) !important\n\n+tablet\n .text-x-small\n font-size: var(--bal-text-size-x-small-tablet) !important\n\n .text-small\n font-size: var(--bal-text-size-small-tablet) !important\n\n .text-normal\n font-size: var(--bal-text-size-normal-tablet) !important\n\n .text-medium\n font-size: var(--bal-text-size-medium-tablet) !important\n\n .text-large\n font-size: var(--bal-text-size-large-tablet) !important\n\n .text-x-large\n font-size: var(--bal-text-size-x-large-tablet) !important\n\n .text-xx-large\n font-size: var(--bal-text-size-xx-large-tablet) !important\n\n .text-xxx-large\n font-size: var(--bal-text-size-xxx-large-tablet) !important\n\n .text-xxxx-large\n font-size: var(--bal-text-size-xxxx-large-tablet) !important\n\n .text-xxxxx-large\n font-size: var(--bal-text-size-xxxxx-large-tablet) !important\n\n+desktop\n .text-x-small\n font-size: var(--bal-text-size-x-small-desktop) !important\n\n .text-small\n font-size: var(--bal-text-size-small-desktop) !important\n\n .text-normal\n font-size: var(--bal-text-size-normal-desktop) !important\n\n .text-medium\n font-size: var(--bal-text-size-medium-desktop) !important\n\n .text-large\n font-size: var(--bal-text-size-large-desktop) !important\n\n .text-x-large\n font-size: var(--bal-text-size-x-large-desktop) !important\n\n .text-xx-large\n font-size: var(--bal-text-size-xx-large-desktop) !important\n\n .text-xxx-large\n font-size: var(--bal-text-size-xxx-large-desktop) !important\n\n .text-xxxx-large\n font-size: var(--bal-text-size-xxxx-large-desktop) !important\n\n .text-xxxxx-large\n font-size: var(--bal-text-size-xxxxx-large-desktop) !important\n\n.text-align-center\n text-align: center !important\n\n.text-align-left\n text-align: left !important\n\n.text-align-right\n text-align: right !important\n\n.text-align-justify\n text-align: justify !important\n\n+mobile\n .mobile\\:text-align-center\n text-align: center !important\n\n .mobile\\:text-align-left\n text-align: left !important\n\n .mobile\\:text-align-right\n text-align: right !important\n\n .mobile\\:text-align-justify\n text-align: justify !important\n\n+tablet\n .tablet\\:text-align-center\n text-align: center !important\n\n .tablet\\:text-align-left\n text-align: left !important\n\n .tablet\\:text-align-right\n text-align: right !important\n\n .tablet\\:text-align-justify\n text-align: justify !important\n\n+desktop\n .desktop\\:text-align-center\n text-align: center !important\n\n .desktop\\:text-align-left\n text-align: left !important\n\n .desktop\\:text-align-right\n text-align: right !important\n\n .desktop\\:text-align-justify\n text-align: justify !important\n\n+widescreen\n .widescreen\\:text-align-center\n text-align: center !important\n\n .widescreen\\:text-align-left\n text-align: left !important\n\n .widescreen\\:text-align-right\n text-align: right !important\n\n .widescreen\\:text-align-justify\n text-align: justify !important\n\n.lowercase\n text-transform: lowercase !important\n\n.uppercase\n text-transform: uppercase !important\n\n.capitalize\n text-transform: capitalize !important\n\n.font-weight-bold\n font-weight: var(--bal-font-weight-bold) !important\n\n.font-weight-regular\n font-weight: var(--bal-font-weight-regular) !important\n\n.font-weight-light\n font-weight: var(--bal-font-weight-light) !important\n\n.white-space-normal\n white-space: normal !important\n\n.white-space-nowrap\n white-space: nowrap !important\n\n.line-height-title\n line-height: var(--bal-text-line-height-title) !important\n\n.line-height-text\n line-height: var(--bal-text-line-height-text) !important\n\n.text-overflow-clip\n text-overflow: clip !important\n\n.text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+mobile\n .mobile\\:text-overflow-clip\n text-overflow: clip !important\n\n .mobile\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+tablet\n .tablet\\:text-overflow-clip\n text-overflow: clip !important\n\n .tablet\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+desktop\n .desktop\\:text-overflow-clip\n text-overflow: clip !important\n\n .desktop\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n\n+widescreen\n .widescreen\\:text-overflow-clip\n text-overflow: clip !important\n\n .widescreen\\:text-overflow-ellipsis\n text-overflow: ellipsis !important\n","=from($device)\n @media screen and (min-width: $device)\n @content\n\n=until($device)\n @media screen and (max-width: $device - 1px)\n @content\n\n=between($min-device, $max-device)\n @media screen and (min-width: $min-device) and (max-width: $max-device - 1px)\n @content\n\n=mobile\n @media screen and (max-width: $bal-breakpoint-tablet - 1px)\n @content\n\n=tablet\n @media screen and (min-width: $bal-breakpoint-tablet), print\n @content\n\n=tablet-only\n @media screen and (min-width: $bal-breakpoint-tablet) and (max-width: $bal-breakpoint-desktop - 1px)\n @content\n\n=touch\n @media screen and (max-width: $bal-breakpoint-desktop - 1px)\n @content\n\n=desktop\n @media screen and (min-width: $bal-breakpoint-desktop)\n @content\n\n=desktop-only\n @media screen and (min-width: $bal-breakpoint-desktop) and (max-width: $bal-breakpoint-high-definition - 1px)\n @content\n\n=high-definition\n @media screen and (min-width: $bal-breakpoint-high-definition)\n @content\n\n=high-definition-only\n @media screen and (min-width: $bal-breakpoint-high-definition) and (max-width: $bal-breakpoint-widescreen - 1px)\n @content\n\n=until-high-definition\n @media screen and (max-width: $bal-breakpoint-high-definition - 1px)\n @content\n\n=until-widescreen\n @media screen and (max-width: $bal-breakpoint-widescreen - 1px)\n @content\n\n=widescreen\n @media screen and (min-width: $bal-breakpoint-widescreen)\n @content\n\n=widescreen-only\n @media screen and (min-width: $bal-breakpoint-widescreen) and (max-width: $bal-breakpoint-fullhd - 1px)\n @content\n\n=until-fullhd\n @media screen and (max-width: $bal-breakpoint-fullhd - 1px)\n @content\n\n=fullhd\n @media screen and (min-width: $bal-breakpoint-fullhd)\n @content\n","@import '../mixins'\n@import '../../src/generated/typography'\n\n.text-xxxxx-large\n line-height: var(--bal-line-height-xxxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-normal)\n.text-xxxx-large\n line-height: var(--bal-line-height-xxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-xxx-large\n line-height: var(--bal-line-height-xxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-xx-large\n line-height: var(--bal-line-height-xx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-x-large\n line-height: var(--bal-line-height-x-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-large\n line-height: var(--bal-line-height-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-medium\n line-height: var(--bal-line-height-medium)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n.text-normal\n line-height: var(--bal-line-height-normal)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n.text-small\n line-height: var(--bal-line-height-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n.text-x-small\n line-height: var(--bal-line-height-x-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n\n+tablet\n .text-xxxxx-large\n line-height: var(--bal-line-height-tablet-xxxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-normal)\n .text-xxxx-large\n line-height: var(--bal-line-height-tablet-xxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xxx-large\n line-height: var(--bal-line-height-tablet-xxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xx-large\n line-height: var(--bal-line-height-tablet-xx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-x-large\n line-height: var(--bal-line-height-tablet-x-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-large\n line-height: var(--bal-line-height-tablet-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-medium\n line-height: var(--bal-line-height-tablet-medium)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-normal\n line-height: var(--bal-line-height-tablet-normal)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-small\n line-height: var(--bal-line-height-tablet-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-x-small\n line-height: var(--bal-line-height-tablet-x-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n\n+desktop\n .text-xxxxx-large\n line-height: var(--bal-line-height-desktop-xxxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-normal)\n .text-xxxx-large\n line-height: var(--bal-line-height-desktop-xxxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xxx-large\n line-height: var(--bal-line-height-desktop-xxx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-xx-large\n line-height: var(--bal-line-height-desktop-xx-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-x-large\n line-height: var(--bal-line-height-desktop-x-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-large\n line-height: var(--bal-line-height-desktop-large)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-medium\n line-height: var(--bal-line-height-desktop-medium)\n &:not(:last-child)\n margin-bottom: var(--bal-space-x-small)\n .text-normal\n line-height: var(--bal-line-height-desktop-normal)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-small\n line-height: var(--bal-line-height-desktop-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n .text-x-small\n line-height: var(--bal-line-height-desktop-x-small)\n &:not(:last-child)\n margin-bottom: var(--bal-space-xx-small)\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-styles",
3
- "version": "17.4.0-snapshot.1609-d2bcc38d3",
3
+ "version": "17.4.1",
4
4
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,8 +23,8 @@
23
23
  "src/"
24
24
  ],
25
25
  "dependencies": {
26
- "@baloise/ds-fonts": "17.4.0-snapshot.1609-d2bcc38d3",
27
- "@baloise/ds-tokens": "17.4.0-snapshot.1609-d2bcc38d3",
26
+ "@baloise/ds-fonts": "17.4.1",
27
+ "@baloise/ds-tokens": "17.4.1",
28
28
  "@phenomnomnominal/tsquery": "6.1.3",
29
29
  "cheerio": "1.0.0-rc.12",
30
30
  "glob": "10.3.10",
package/sass/all.sass CHANGED
@@ -1,6 +1,6 @@
1
- @forward './mixins'
2
- @forward './normalize'
3
- @forward './structure'
4
- @forward './font'
5
- @forward './core'
6
- @forward './utilities/all'
1
+ @import './mixins'
2
+ @import './normalize'
3
+ @import './structure'
4
+ @import './font'
5
+ @import './core'
6
+ @import './utilities/all'
@@ -1 +1 @@
1
- @forward './all'
1
+ @import './all'
package/sass/basic.sass CHANGED
@@ -1,5 +1,5 @@
1
- @forward './mixins'
2
- @forward './normalize'
3
- @forward './structure'
4
- @forward './font'
5
- @forward './core'
1
+ @import './mixins'
2
+ @import './normalize'
3
+ @import './structure'
4
+ @import './font'
5
+ @import './core'
package/sass/core.sass CHANGED
@@ -1,6 +1,4 @@
1
- @forward '@baloise/ds-tokens/dist/tokens.css.scss'
2
- @forward './mixins'
3
- @forward '../src/core/_all'
1
+ @import '@baloise/ds-tokens/dist/tokens.css.scss'
4
2
 
5
3
  // Deprecated line heights will be change to factors soon
6
4
  :root
@@ -34,3 +32,6 @@
34
32
  --bal-line-height-desktop-xxx-large: 3rem
35
33
  --bal-line-height-desktop-xxxx-large: 3.5rem
36
34
  --bal-line-height-desktop-xxxxx-large: 6rem
35
+
36
+ @import './mixins'
37
+ @import '../src/core/_all'
package/sass/font.sass CHANGED
@@ -1 +1 @@
1
- @forward '@baloise/ds-fonts/scss/fonts.sass'
1
+ @import '@baloise/ds-fonts/scss/fonts.sass'
package/sass/mixins.sass CHANGED
@@ -1 +1,3 @@
1
- @forward '../src/mixins/_all'
1
+ $block-spacing: 0.25rem !default
2
+
3
+ @import '../src/mixins/_all'
@@ -1,4 +1,4 @@
1
- @use '../src/mixins/_all' as *
1
+ @import './mixins'
2
2
 
3
3
  html
4
4
  background-color: var(--bal-body-background)
@@ -1,9 +1,9 @@
1
- @forward './background'
2
- @forward './border'
3
- @forward './elevation'
4
- @forward './flex'
5
- @forward './interaction'
6
- @forward './layout'
7
- @forward './sizing'
8
- @forward './spacing'
9
- @forward './typography'
1
+ @import './background'
2
+ @import './border'
3
+ @import './elevation'
4
+ @import './flex'
5
+ @import './interaction'
6
+ @import './layout'
7
+ @import './sizing'
8
+ @import './spacing'
9
+ @import './typography'
@@ -1,5 +1,5 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/background'
1
+ @import '../mixins'
2
+ @import '../../src/generated/background'
3
3
 
4
4
  .bg-transparent
5
5
  background: transparent !important
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/border'
1
+ @import '../mixins'
2
+ @import '../../src/generated/border'
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/elevation'
1
+ @import '../mixins'
2
+ @import '../../src/generated/elevation'
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/flex'
1
+ @import '../mixins'
2
+ @import '../../src/generated/flex'
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/core/grid'
1
+ @import '../mixins'
2
+ @import '../../src/core/grid'
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/interaction'
1
+ @import '../mixins'
2
+ @import '../../src/generated/interaction'
@@ -1,5 +1,5 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/layout'
1
+ @import '../mixins'
2
+ @import '../../src/generated/layout'
3
3
 
4
4
  .is-sr-only
5
5
  border: none !important
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/sizing'
1
+ @import '../mixins'
2
+ @import '../../src/generated/sizing'
@@ -1,2 +1,2 @@
1
- @forward '../mixins'
2
- @forward '../../src/generated/spacing'
1
+ @import '../mixins'
2
+ @import '../../src/generated/spacing'
@@ -1,5 +1,5 @@
1
- @forward '../../src/generated/typography'
2
- @use '../../src/mixins/_all' as *
1
+ @import '../mixins'
2
+ @import '../../src/generated/typography'
3
3
 
4
4
  .text-xxxxx-large
5
5
  line-height: var(--bal-line-height-xxxxx-large)
@@ -1,11 +1,11 @@
1
- @forward 'vars/_all'
2
- @forward 'form/_all'
3
- @forward 'container'
4
- @forward 'grid'
5
- @forward 'link'
6
- @forward 'list'
7
- @forward 'table'
8
- @forward 'typography'
1
+ @import 'vars/_all'
2
+ @import 'form/_all'
3
+ @import 'container'
4
+ @import 'grid'
5
+ @import 'link'
6
+ @import 'list'
7
+ @import 'table'
8
+ @import 'typography'
9
9
 
10
10
  .has-sticky-footer
11
11
  min-height: 100vh
@@ -1,5 +1,3 @@
1
- @use '../mixins/_all' as *
2
-
3
1
  .container
4
2
  flex-grow: 1
5
3
  margin: 0 auto