@swisspost/design-system-styles 9.0.0-next.0 → 9.0.0-next.2

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 (143) hide show
  1. package/basics.css +1 -29
  2. package/basics.scss +2 -4
  3. package/components/_index.scss +3 -4
  4. package/components/accordion.css +1 -1
  5. package/components/accordion.scss +2 -4
  6. package/components/alert.css +1 -29
  7. package/components/alert.scss +0 -1
  8. package/components/breadcrumb.css +1 -29
  9. package/components/breadcrumb.scss +0 -1
  10. package/components/button-group.css +1 -29
  11. package/components/button-group.scss +0 -1
  12. package/components/button.css +1 -1
  13. package/components/button.scss +2 -2
  14. package/components/card.css +1 -29
  15. package/components/card.scss +1 -1
  16. package/components/carousel.css +1 -29
  17. package/components/carousel.scss +0 -1
  18. package/components/chip.css +1 -29
  19. package/components/chip.scss +3 -3
  20. package/components/dialog.css +1 -0
  21. package/components/dialog.scss +249 -0
  22. package/components/dropdown.css +1 -29
  23. package/components/dropdown.scss +0 -1
  24. package/components/floating-label.css +1 -29
  25. package/components/floating-label.scss +0 -1
  26. package/components/fonts.css +1 -1
  27. package/components/fonts.scss +23 -23
  28. package/components/form-check.css +1 -1
  29. package/components/form-check.scss +9 -10
  30. package/components/form-range.css +1 -29
  31. package/components/form-range.scss +0 -1
  32. package/components/form-select.css +1 -29
  33. package/components/form-select.scss +0 -1
  34. package/components/form-validation.css +1 -29
  35. package/components/form-validation.scss +0 -1
  36. package/components/forms.css +1 -29
  37. package/components/forms.scss +0 -3
  38. package/components/grid.css +1 -29
  39. package/components/grid.scss +0 -1
  40. package/components/lead.css +1 -0
  41. package/components/lead.scss +10 -0
  42. package/components/list-group.css +1 -29
  43. package/components/list-group.scss +1 -2
  44. package/components/modal.css +1 -29
  45. package/components/modal.scss +0 -1
  46. package/components/offcanvas.css +1 -29
  47. package/components/offcanvas.scss +0 -1
  48. package/components/pagination.css +1 -29
  49. package/components/pagination.scss +0 -1
  50. package/components/popover.css +1 -29
  51. package/components/popover.scss +0 -1
  52. package/components/product-card.css +1 -29
  53. package/components/product-card.scss +0 -1
  54. package/components/progress.css +1 -29
  55. package/components/progress.scss +0 -1
  56. package/components/sizing.css +1 -1
  57. package/components/sizing.scss +2 -33
  58. package/components/spinner.css +1 -29
  59. package/components/spinner.scss +0 -1
  60. package/components/subnavigation.css +1 -29
  61. package/components/subnavigation.scss +9 -10
  62. package/components/tables.css +1 -29
  63. package/components/tables.scss +1 -1
  64. package/components/tabs/index.css +1 -0
  65. package/components/text-highlight.css +1 -0
  66. package/components/text-highlight.scss +14 -0
  67. package/components/toast.css +1 -29
  68. package/components/toast.scss +0 -1
  69. package/components/tooltip.css +1 -29
  70. package/components/tooltip.scss +0 -1
  71. package/components/transitions.css +1 -29
  72. package/components/transitions.scss +0 -1
  73. package/elements/_index.scss +4 -0
  74. package/elements/body.css +1 -0
  75. package/elements/body.scss +17 -0
  76. package/elements/fieldset-legend.css +1 -0
  77. package/elements/fieldset-legend.scss +18 -0
  78. package/elements/heading.css +1 -0
  79. package/elements/heading.scss +62 -0
  80. package/elements/reset.css +1 -0
  81. package/elements/reset.scss +154 -0
  82. package/fonts.css +1 -1
  83. package/functions/_string.scss +18 -0
  84. package/functions/_tokens.scss +27 -47
  85. package/index.css +3 -31
  86. package/index.scss +2 -2
  87. package/intranet.css +3 -31
  88. package/intranet.scss +2 -2
  89. package/layouts/portal/{index.scss → _index.scss} +0 -3
  90. package/mixins/_chip.scss +0 -1
  91. package/mixins/_media.scss +5 -1
  92. package/mixins/_utilities.scss +16 -12
  93. package/package.json +10 -7
  94. package/placeholders/_close.scss +3 -3
  95. package/placeholders/_text.scss +0 -142
  96. package/post-external.css +3 -31
  97. package/post-external.scss +2 -0
  98. package/post-internal.css +3 -31
  99. package/post-internal.scss +2 -0
  100. package/post-tokens-external.css +1 -1
  101. package/post-tokens-external.scss +8 -4
  102. package/post-tokens-internal.css +1 -1
  103. package/post-tokens-internal.scss +8 -4
  104. package/themes/bootstrap/_forms.scss +0 -1
  105. package/themes/bootstrap/_utilities.scss +33 -0
  106. package/tokens/temp/{channel.scss → _channel.scss} +1 -1
  107. package/tokens/temp/{components.scss → _components.scss} +325 -177
  108. package/tokens/temp/{core.scss → _core.scss} +8 -42
  109. package/tokens/temp/{device.scss → _device.scss} +103 -16
  110. package/tokens/temp/{elements.scss → _elements.scss} +28 -2
  111. package/tokens/temp/{index.scss → _index.scss} +1 -1
  112. package/tokens/temp/{mode.scss → _mode.scss} +17 -13
  113. package/tokens/temp/_theme.scss +15 -0
  114. package/tokens/temp/_utilities.scss +131 -0
  115. package/utilities/_functions.scss +35 -0
  116. package/utilities/_index.scss +22 -0
  117. package/utilities/_mixins.scss +96 -0
  118. package/utilities/_variables.scss +236 -0
  119. package/{components/utilities.scss → utilities/temp/_legacy.scss} +8 -10
  120. package/variables/_animation.scss +19 -0
  121. package/variables/_index.scss +0 -1
  122. package/variables/_type.scss +1 -7
  123. package/variables/components/_card.scss +1 -0
  124. package/variables/components/_stepper.scss +0 -1
  125. package/components/base.css +0 -29
  126. package/components/base.scss +0 -6
  127. package/components/reboot.css +0 -29
  128. package/components/reboot.scss +0 -13
  129. package/components/root.css +0 -1
  130. package/components/root.scss +0 -11
  131. package/components/type.css +0 -29
  132. package/components/type.scss +0 -122
  133. package/components/utilities.css +0 -29
  134. package/layouts/portal/_type.scss +0 -89
  135. package/lic/_bootstrap-license.scss +0 -29
  136. package/themes/bootstrap/_reboot.scss +0 -2
  137. package/themes/bootstrap/_root.scss +0 -2
  138. package/themes/bootstrap/_type.scss +0 -6
  139. package/themes/bootstrap/forms/_labels.scss +0 -2
  140. package/tokens/temp/theme.scss +0 -7
  141. package/tokens/temp/utilities.scss +0 -89
  142. package/variables/_heading.scss +0 -51
  143. /package/components/intranet-header/{index.scss → _index.scss} +0 -0
package/basics.css CHANGED
@@ -1,29 +1 @@
1
- /*!
2
- * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors
4
- * Copyright 2011-2021 Twitter, Inc.
5
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
-
7
- * The MIT License (MIT)
8
-
9
- * Copyright (c) 2011-2020 Twitter, Inc.
10
- * Copyright (c) 2011-2020 The Bootstrap Authors
11
-
12
- * Permission is hereby granted, free of charge, to any person obtaining a copy
13
- * of this software and associated documentation files (the "Software"), to deal
14
- * in the Software without restriction, including without limitation the rights
15
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- * copies of the Software, and to permit persons to whom the Software is
17
- * furnished to do so, subject to the following conditions:
18
-
19
- * The above copyright notice and this permission notice shall be included in
20
- * all copies or substantial portions of the Software.
21
-
22
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
- * THE SOFTWARE.
29
- */.bg-yellow,.bg-white,.bg-light,.bg-gray,.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-warning,.bg-error,.bg-info,.bg-success-background,.bg-warning-background,.bg-error-background,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-petrol-bright,.bg-coral,.bg-coral-bright,.bg-olive,.bg-olive-bright,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,body{--post-bg-opacity: 1;background-color:rgba(var(--post-bg-rgb), var(--post-bg-opacity)) !important;color:var(--post-contrast-color) !important}.bg-yellow,.bg-white,.bg-light,.bg-gray,.bg-warning,.bg-info,.bg-success-background,.bg-warning-background,.bg-error-background,.bg-petrol-bright,.bg-coral-bright,.bg-olive-bright,body,:root{--post-contrast-color: #000;--post-focus-color: #1976c8;--post-contrast-color-inverted: #fff;--post-gray-10: hsl(0, 0%, 90%);--post-gray-20: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-60: hsl(0, 0%, 40%);--post-gray-80: hsl(0, 0%, 20%);--post-yellow: #fc0;--post-white: #fff;--post-light: #faf9f8;--post-gray: #f4f3f1;--post-dark: hsl(0, 0%, 20%);--post-black: #000;--post-primary: hsl(0, 0%, 20%);--post-secondary: hsl(0, 0%, 40%);--post-success: #2c871d;--post-warning: #f49e00;--post-error: #a51728;--post-info: #cce4ee;--post-success-background: #c0debb;--post-warning-background: #fce2b2;--post-error-background: #ffdade;--post-nightblue: #004976;--post-nightblue-bright: #0076a8;--post-petrol: #006d68;--post-petrol-bright: #00968f;--post-coral: #9e2a2f;--post-coral-bright: #e03c31;--post-olive: #716135;--post-olive-bright: #aa9d2e;--post-purple: #80276c;--post-purple-bright: #c5299b;--post-aubergine: #523178;--post-aubergine-bright: #7566a0;--post-contrast-color-rgb: 0, 0, 0;--post-contrast-color-inverted-rgb: 255, 255, 255;--post-gray-10-rgb: 230, 230, 230;--post-gray-20-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-60-rgb: 102, 102, 102;--post-gray-80-rgb: 51, 51, 51;--post-black-alpha-10-rgba: rgba(0, 0, 0, 0.1);--post-black-alpha-20-rgba: rgba(0, 0, 0, 0.2);--post-black-alpha-40-rgba: rgba(0, 0, 0, 0.4);--post-black-alpha-60-rgba: rgba(0, 0, 0, 0.6);--post-black-alpha-80-rgba: rgba(0, 0, 0, 0.8);--post-white-alpha-10-rgba: rgba(255, 255, 255, 0.1);--post-white-alpha-20-rgba: rgba(255, 255, 255, 0.2);--post-white-alpha-40-rgba: rgba(255, 255, 255, 0.4);--post-white-alpha-60-rgba: rgba(255, 255, 255, 0.6);--post-white-alpha-80-rgba: rgba(255, 255, 255, 0.8);--post-yellow-rgb: 255, 204, 0;--post-white-rgb: 255, 255, 255;--post-light-rgb: 250, 249, 248;--post-gray-rgb: 244, 243, 241;--post-dark-rgb: 51, 51, 51;--post-black-rgb: 0, 0, 0;--post-primary-rgb: 51, 51, 51;--post-secondary-rgb: 102, 102, 102;--post-success-rgb: 44, 135, 29;--post-warning-rgb: 244, 158, 0;--post-error-rgb: 165, 23, 40;--post-info-rgb: 204, 228, 238;--post-success-background-rgb: 192, 222, 187;--post-warning-background-rgb: 252, 226, 178;--post-error-background-rgb: 255, 218, 222;--post-nightblue-rgb: 0, 73, 118;--post-nightblue-bright-rgb: 0, 118, 168;--post-petrol-rgb: 0, 109, 104;--post-petrol-bright-rgb: 0, 150, 143;--post-coral-rgb: 158, 42, 47;--post-coral-bright-rgb: 224, 60, 49;--post-olive-rgb: 113, 97, 53;--post-olive-bright-rgb: 170, 157, 46;--post-purple-rgb: 128, 39, 108;--post-purple-bright-rgb: 197, 41, 155;--post-aubergine-rgb: 82, 49, 120;--post-aubergine-bright-rgb: 117, 102, 160}.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright{--post-contrast-color: #fff;--post-focus-color: #fff;--post-contrast-color-inverted: #000;--post-dark: #faf9f8;--post-light: hsl(0, 0%, 20%);--post-gray-80: hsl(0, 0%, 90%);--post-gray-60: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-20: hsl(0, 0%, 40%);--post-gray-10: hsl(0, 0%, 20%);--post-contrast-color-rgb: 255, 255, 255;--post-contrast-color-inverted-rgb: 0, 0, 0;--post-dark-rgb: 250, 249, 248;--post-light-rgb: 51, 51, 51;--post-gray-80-rgb: 230, 230, 230;--post-gray-60-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-20-rgb: 102, 102, 102;--post-gray-10-rgb: 51, 51, 51}:root,[data-bs-theme=light]{--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: hsl(0, 0%, 20%);--bs-secondary: hsl(0, 0%, 40%);--bs-light: #faf9f8;--bs-dark: hsl(0, 0%, 20%);--bs-success: #2c871d;--bs-warning: #f49e00;--bs-error: #a51728;--bs-info: #cce4ee;--bs-primary-rgb: 51, 51, 51;--bs-secondary-rgb: 102, 102, 102;--bs-light-rgb: 250, 249, 248;--bs-dark-rgb: 51, 51, 51;--bs-success-rgb: 44, 135, 29;--bs-warning-rgb: 244, 158, 0;--bs-error-rgb: 165, 23, 40;--bs-info-rgb: 204, 228, 238;--bs-primary-text-emphasis: #141414;--bs-secondary-text-emphasis: #292929;--bs-success-text-emphasis: #12360c;--bs-info-text-emphasis: #525b5f;--bs-warning-text-emphasis: #623f00;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #d6d6d6;--bs-secondary-bg-subtle: #e0e0e0;--bs-success-bg-subtle: #d5e7d2;--bs-info-bg-subtle: #f5fafc;--bs-warning-bg-subtle: #fdeccc;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #adadad;--bs-secondary-border-subtle: #c2c2c2;--bs-success-border-subtle: #abcfa5;--bs-info-border-subtle: #ebf4f8;--bs-warning-border-subtle: #fbd899;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: "Frutiger Neue For Post", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: "Frutiger Neue For Post", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #000;--bs-body-color-rgb: 0, 0, 0;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(0, 0, 0, 0.75);--bs-secondary-color-rgb: 0, 0, 0;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(0, 0, 0, 0.5);--bs-tertiary-color-rgb: 0, 0, 0;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: hsl(0, 0%, 20%);--bs-link-color-rgb: 51, 51, 51;--bs-link-decoration: underline;--bs-link-hover-color: #292929;--bs-link-hover-color-rgb: 41, 41, 41;--bs-code-color: #d63384;--bs-highlight-color: #000;--bs-highlight-bg: #fcf8e3;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: hsl(0, 0%, 80%);--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 4px;--bs-border-radius-sm: 4px;--bs-border-radius-lg: 4px;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);--bs-box-shadow-sm: 0 0 4px 0 rgba(0, 0, 0, 0.4);--bs-box-shadow-lg: 0 0 8px 0 rgba(0, 0, 0, 0.4);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(51, 51, 51, 0.25);--bs-form-valid-color: hsl(0, 0%, 40%);--bs-form-valid-border-color: hsl(0, 0%, 40%);--bs-form-invalid-color: #a51728;--bs-form-invalid-border-color: #a51728}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #858585;--bs-secondary-text-emphasis: #a3a3a3;--bs-success-text-emphasis: #80b777;--bs-info-text-emphasis: #e0eff5;--bs-warning-text-emphasis: #f8c566;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #0a0a0a;--bs-secondary-bg-subtle: #141414;--bs-success-bg-subtle: #091b06;--bs-info-bg-subtle: #292e30;--bs-warning-bg-subtle: #312000;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #1f1f1f;--bs-secondary-border-subtle: #3d3d3d;--bs-success-border-subtle: #1a5111;--bs-info-border-subtle: #7a898f;--bs-warning-border-subtle: #925f00;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #858585;--bs-link-hover-color: #9d9d9d;--bs-link-color-rgb: 133, 133, 133;--bs-link-hover-color-rgb: 157, 157, 157;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #665200;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:700;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:700;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:400;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:400;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:300;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:300;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-LtIt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-LtIt.woff") format("woff")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--post-bg-rgb: 255, 255, 255}.elevation-1{box-shadow:.25px 1px 1px rgba(0,0,0,.1),1px 2px 2.5px 1px rgba(0,0,0,.1)}.elevation-2{box-shadow:.25px 1.5px 2px rgba(0,0,0,.1),2px 2px 5px 2px rgba(0,0,0,.11)}.elevation-3{box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12)}.elevation-4{box-shadow:.75px 4.5px 6px rgba(0,0,0,.1),2px 6px 15px 6px rgba(0,0,0,.13)}.elevation-5{box-shadow:1px 6px 8px rgba(0,0,0,.1),2px 8px 20px 8px rgba(0,0,0,.14)}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid rgba(0,0,0,.1);opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-family:inherit;font-weight:700;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:.8em}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:80%}mark,.mark{padding:.2em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:80%}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:80%;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:80%;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:4px}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:var(--post-gray-60);text-align:left}th{font-weight:700;text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1em;font-weight:700}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:80%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.8em;color:#6c757d}.blockquote-footer::before{content:"— "}.blockquote-footer cite{font-size:.9375rem}@media(min-width: 600px){.blockquote-footer cite{font-size:1rem}}@media(min-width: 1024px){.blockquote-footer cite{font-size:1.0625rem}}.blockquote p,.text-body h5,.text-body .h5,.text-body p{font-size:1.0625rem}@media(min-width: 1024px){.blockquote p,.text-body h5,.text-body .h5,.text-body p{font-size:1.25rem}}.text-body h3,.text-body .h3,.text-body h4,.text-body .h4{font-size:1.25rem}@media(min-width: 1024px){.text-body h3,.text-body .h3,.text-body h4,.text-body .h4{font-size:1.5rem}}@media(min-width: 1440px){.text-body h3,.text-body .h3,.text-body h4,.text-body .h4{font-size:1.75rem}}.text-body h2,.text-body .h2{font-size:1.5rem}@media(min-width: 600px){.text-body h2,.text-body .h2{font-size:1.75rem}}@media(min-width: 1024px){.text-body h2,.text-body .h2{font-size:2rem}}@media(min-width: 1440px){.text-body h2,.text-body .h2{font-size:2.5rem}}.text-body h1,.text-body .h1{font-size:1.75rem}@media(min-width: 600px){.text-body h1,.text-body .h1{font-size:2rem}}@media(min-width: 1024px){.text-body h1,.text-body .h1{font-size:2.5rem}}@media(min-width: 1440px){.text-body h1,.text-body .h1{font-size:3rem}}.text-body h3,.text-body .h3,.text-body h4,.text-body .h4,.text-body p{margin-bottom:.8em}.font-curve-tiny{font-size:.8125rem}@media(min-width: 600px){.font-curve-tiny{font-size:.9375rem}}@media(min-width: 1024px){.font-curve-tiny{font-size:1rem}}@media(min-width: 1440px){.font-curve-tiny{font-size:1.0625rem}}.font-curve-small{font-size:.9375rem}@media(min-width: 600px){.font-curve-small{font-size:1rem}}@media(min-width: 1024px){.font-curve-small{font-size:1.0625rem}}.font-curve-regular{font-size:1.0625rem}@media(min-width: 1024px){.font-curve-regular{font-size:1.25rem}}.font-curve-bigger-regular{font-size:1.0625rem}@media(min-width: 600px){.font-curve-bigger-regular{font-size:1.25rem}}@media(min-width: 1024px){.font-curve-bigger-regular{font-size:1.5rem}}.font-curve-medium{font-size:1.25rem}@media(min-width: 1024px){.font-curve-medium{font-size:1.5rem}}@media(min-width: 1440px){.font-curve-medium{font-size:1.75rem}}.font-curve-large{font-size:1.5rem}@media(min-width: 600px){.font-curve-large{font-size:1.75rem}}@media(min-width: 1024px){.font-curve-large{font-size:2rem}}@media(min-width: 1440px){.font-curve-large{font-size:2.5rem}}.font-curve-big{font-size:1.75rem}@media(min-width: 600px){.font-curve-big{font-size:2rem}}@media(min-width: 1024px){.font-curve-big{font-size:2.5rem}}@media(min-width: 1440px){.font-curve-big{font-size:3rem}}h1,.h1{font-size:1.75rem}@media(min-width: 400px){h1,.h1{font-size:2rem}}@media(min-width: 780px){h1,.h1{font-size:2.5rem}}@media(min-width: 1440px){h1,.h1{font-size:3rem}}h2,.h2{font-size:1.5rem}@media(min-width: 400px){h2,.h2{font-size:1.75rem}}@media(min-width: 780px){h2,.h2{font-size:2rem}}@media(min-width: 1440px){h2,.h2{font-size:2.5rem}}h3,.h3{font-size:1.125rem}@media(min-width: 400px){h3,.h3{font-size:1.25rem}}@media(min-width: 780px){h3,.h3{font-size:1.5rem}}@media(min-width: 1440px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:1rem}@media(min-width: 400px){h4,.h4{font-size:1.125rem}}@media(min-width: 780px){h4,.h4{font-size:1.25rem}}@media(min-width: 1440px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1rem}@media(min-width: 780px){h5,.h5{font-size:1.125rem}}@media(min-width: 1440px){h5,.h5{font-size:1.25rem}}h6,.h6{font-size:.875rem}@media(min-width: 780px){h6,.h6{font-size:1rem}}@media(min-width: 1440px){h6,.h6{font-size:1.125rem}}.font-size-12{font-size:.75rem}.font-size-14{font-size:.875rem}.font-size-16{font-size:1rem}.font-size-18{font-size:1.125rem}.font-size-20{font-size:1.25rem}.font-size-24{font-size:1.5rem;line-height:1.2}.font-size-28{font-size:1.75rem;line-height:1.2}.font-size-32{font-size:2rem;line-height:1.2}.font-size-40{font-size:2.5rem;line-height:1.2}.font-size-48{font-size:3rem;line-height:1.2}.font-size-56{font-size:3.5rem;line-height:1.2}fieldset legend{font-size:1.125rem;font-weight:700}.blockquote{margin-top:1.5rem}.blockquote p::before{content:"«"}.blockquote p::after{content:"»"}.blockquote p:lang(en)::before{content:'"'}.blockquote p:lang(en)::after{content:'"'}.blockquote,.blockquote-footer{padding-left:.75rem;border-left:2px solid #000;font-weight:700}@media(min-width: 780px){.blockquote,.blockquote-footer{border-left-width:.25rem}}@media(min-width: 1440px){.blockquote,.blockquote-footer{padding-left:2rem}}.blockquote-footer{color:var(--post-contrast-color)}.blockquote-footer cite{font-weight:400}q{quotes:"«" "»" "‹" "›"}q:lang(en){quotes:'"' '"' "'" "'"}.text-body h1,.text-body .h1,.text-body h2,.text-body .h2{margin-bottom:1.25rem}@media(min-width: 780px){.text-body h1,.text-body .h1,.text-body h2,.text-body .h2{margin-bottom:1.5rem}}.text-body h3,.text-body .h3,.text-body h4,.text-body .h4,.text-body h5,.text-body .h5{margin-top:2.5rem}.modal-dialog .text-body h3,.modal-dialog .text-body .h3,.modal-dialog .text-body h4,.modal-dialog .text-body .h4,.modal-dialog .text-body h5,.modal-dialog .text-body .h5{margin-top:0}.text-body p{margin-top:0}.text-body h5,.text-body .h5{margin-bottom:0}.text-body h3,.text-body .h3,.text-body h5,.text-body .h5{font-weight:700}.text-body .lead{font-size:1.0625rem;margin-bottom:.8em}@media(min-width: 600px){.text-body .lead{font-size:1.25rem}}@media(min-width: 1024px){.text-body .lead{font-size:1.5rem}}code{color:inherit;font-size:inherit}hr{border-block-start-color:rgba(var(--post-contrast-color-rgb), 0.1)}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-error{color:#fff !important;background-color:RGBA(var(--bs-error-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(251, 250, 249, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(251, 250, 249, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(35, 108, 23, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(35, 108, 23, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(246, 177, 51, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(246, 177, 51, var(--bs-link-underline-opacity, 1)) !important}.link-error{color:RGBA(var(--bs-error-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-error-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-error:hover,.link-error:focus{color:RGBA(132, 18, 32, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(132, 18, 32, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(214, 233, 241, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(214, 233, 241, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 400px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 600px){.sticky-rg-top{position:sticky;top:0;z-index:1020}.sticky-rg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 780px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1024px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1280px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1440px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-error{--bs-focus-ring-color: rgba(var(--bs-error-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-error{--bs-border-opacity: 1;border-color:rgba(var(--bs-error-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-tiny{font-size:0.8125rem !important}.fs-small{font-size:0.9375rem !important}.fs-regular{font-size:1rem !important}.fs-bigger-regular{font-size:1.0625rem !important}.fs-medium{font-size:1.25rem !important}.fs-large{font-size:calc(1.275rem + 0.3vw) !important}.fs-small-big{font-size:calc(1.3rem + 0.6vw) !important}.fs-big{font-size:calc(1.325rem + 0.9vw) !important}.fs-bigger-big{font-size:calc(1.375rem + 1.5vw) !important}.fs-small-huge{font-size:calc(1.425rem + 2.1vw) !important}.fs-huge{font-size:calc(1.475rem + 2.7vw) !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.2 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:1.5 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-error{--bs-text-opacity: 1;color:rgba(var(--bs-error-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-error{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-error-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 400px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 600px){.float-rg-start{float:left !important}.float-rg-end{float:right !important}.float-rg-none{float:none !important}.object-fit-rg-contain{object-fit:contain !important}.object-fit-rg-cover{object-fit:cover !important}.object-fit-rg-fill{object-fit:fill !important}.object-fit-rg-scale{object-fit:scale-down !important}.object-fit-rg-none{object-fit:none !important}.d-rg-inline{display:inline !important}.d-rg-inline-block{display:inline-block !important}.d-rg-block{display:block !important}.d-rg-grid{display:grid !important}.d-rg-inline-grid{display:inline-grid !important}.d-rg-table{display:table !important}.d-rg-table-row{display:table-row !important}.d-rg-table-cell{display:table-cell !important}.d-rg-flex{display:flex !important}.d-rg-inline-flex{display:inline-flex !important}.d-rg-none{display:none !important}.flex-rg-fill{flex:1 1 auto !important}.flex-rg-row{flex-direction:row !important}.flex-rg-column{flex-direction:column !important}.flex-rg-row-reverse{flex-direction:row-reverse !important}.flex-rg-column-reverse{flex-direction:column-reverse !important}.flex-rg-grow-0{flex-grow:0 !important}.flex-rg-grow-1{flex-grow:1 !important}.flex-rg-shrink-0{flex-shrink:0 !important}.flex-rg-shrink-1{flex-shrink:1 !important}.flex-rg-wrap{flex-wrap:wrap !important}.flex-rg-nowrap{flex-wrap:nowrap !important}.flex-rg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-rg-start{justify-content:flex-start !important}.justify-content-rg-end{justify-content:flex-end !important}.justify-content-rg-center{justify-content:center !important}.justify-content-rg-between{justify-content:space-between !important}.justify-content-rg-around{justify-content:space-around !important}.justify-content-rg-evenly{justify-content:space-evenly !important}.align-items-rg-start{align-items:flex-start !important}.align-items-rg-end{align-items:flex-end !important}.align-items-rg-center{align-items:center !important}.align-items-rg-baseline{align-items:baseline !important}.align-items-rg-stretch{align-items:stretch !important}.align-content-rg-start{align-content:flex-start !important}.align-content-rg-end{align-content:flex-end !important}.align-content-rg-center{align-content:center !important}.align-content-rg-between{align-content:space-between !important}.align-content-rg-around{align-content:space-around !important}.align-content-rg-stretch{align-content:stretch !important}.align-self-rg-auto{align-self:auto !important}.align-self-rg-start{align-self:flex-start !important}.align-self-rg-end{align-self:flex-end !important}.align-self-rg-center{align-self:center !important}.align-self-rg-baseline{align-self:baseline !important}.align-self-rg-stretch{align-self:stretch !important}.order-rg-first{order:-1 !important}.order-rg-0{order:0 !important}.order-rg-1{order:1 !important}.order-rg-2{order:2 !important}.order-rg-3{order:3 !important}.order-rg-4{order:4 !important}.order-rg-5{order:5 !important}.order-rg-last{order:6 !important}.m-rg-0{margin:0 !important}.m-rg-1{margin:.25rem !important}.m-rg-2{margin:.5rem !important}.m-rg-3{margin:1rem !important}.m-rg-4{margin:1.5rem !important}.m-rg-5{margin:3rem !important}.m-rg-auto{margin:auto !important}.mx-rg-0{margin-right:0 !important;margin-left:0 !important}.mx-rg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-rg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-rg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-rg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-rg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-rg-auto{margin-right:auto !important;margin-left:auto !important}.my-rg-0{margin-top:0 !important;margin-bottom:0 !important}.my-rg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-rg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-rg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-rg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-rg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-rg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-rg-0{margin-top:0 !important}.mt-rg-1{margin-top:.25rem !important}.mt-rg-2{margin-top:.5rem !important}.mt-rg-3{margin-top:1rem !important}.mt-rg-4{margin-top:1.5rem !important}.mt-rg-5{margin-top:3rem !important}.mt-rg-auto{margin-top:auto !important}.me-rg-0{margin-right:0 !important}.me-rg-1{margin-right:.25rem !important}.me-rg-2{margin-right:.5rem !important}.me-rg-3{margin-right:1rem !important}.me-rg-4{margin-right:1.5rem !important}.me-rg-5{margin-right:3rem !important}.me-rg-auto{margin-right:auto !important}.mb-rg-0{margin-bottom:0 !important}.mb-rg-1{margin-bottom:.25rem !important}.mb-rg-2{margin-bottom:.5rem !important}.mb-rg-3{margin-bottom:1rem !important}.mb-rg-4{margin-bottom:1.5rem !important}.mb-rg-5{margin-bottom:3rem !important}.mb-rg-auto{margin-bottom:auto !important}.ms-rg-0{margin-left:0 !important}.ms-rg-1{margin-left:.25rem !important}.ms-rg-2{margin-left:.5rem !important}.ms-rg-3{margin-left:1rem !important}.ms-rg-4{margin-left:1.5rem !important}.ms-rg-5{margin-left:3rem !important}.ms-rg-auto{margin-left:auto !important}.p-rg-0{padding:0 !important}.p-rg-1{padding:.25rem !important}.p-rg-2{padding:.5rem !important}.p-rg-3{padding:1rem !important}.p-rg-4{padding:1.5rem !important}.p-rg-5{padding:3rem !important}.px-rg-0{padding-right:0 !important;padding-left:0 !important}.px-rg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-rg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-rg-3{padding-right:1rem !important;padding-left:1rem !important}.px-rg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-rg-5{padding-right:3rem !important;padding-left:3rem !important}.py-rg-0{padding-top:0 !important;padding-bottom:0 !important}.py-rg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-rg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-rg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-rg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-rg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-rg-0{padding-top:0 !important}.pt-rg-1{padding-top:.25rem !important}.pt-rg-2{padding-top:.5rem !important}.pt-rg-3{padding-top:1rem !important}.pt-rg-4{padding-top:1.5rem !important}.pt-rg-5{padding-top:3rem !important}.pe-rg-0{padding-right:0 !important}.pe-rg-1{padding-right:.25rem !important}.pe-rg-2{padding-right:.5rem !important}.pe-rg-3{padding-right:1rem !important}.pe-rg-4{padding-right:1.5rem !important}.pe-rg-5{padding-right:3rem !important}.pb-rg-0{padding-bottom:0 !important}.pb-rg-1{padding-bottom:.25rem !important}.pb-rg-2{padding-bottom:.5rem !important}.pb-rg-3{padding-bottom:1rem !important}.pb-rg-4{padding-bottom:1.5rem !important}.pb-rg-5{padding-bottom:3rem !important}.ps-rg-0{padding-left:0 !important}.ps-rg-1{padding-left:.25rem !important}.ps-rg-2{padding-left:.5rem !important}.ps-rg-3{padding-left:1rem !important}.ps-rg-4{padding-left:1.5rem !important}.ps-rg-5{padding-left:3rem !important}.gap-rg-0{gap:0 !important}.gap-rg-1{gap:.25rem !important}.gap-rg-2{gap:.5rem !important}.gap-rg-3{gap:1rem !important}.gap-rg-4{gap:1.5rem !important}.gap-rg-5{gap:3rem !important}.row-gap-rg-0{row-gap:0 !important}.row-gap-rg-1{row-gap:.25rem !important}.row-gap-rg-2{row-gap:.5rem !important}.row-gap-rg-3{row-gap:1rem !important}.row-gap-rg-4{row-gap:1.5rem !important}.row-gap-rg-5{row-gap:3rem !important}.column-gap-rg-0{column-gap:0 !important}.column-gap-rg-1{column-gap:.25rem !important}.column-gap-rg-2{column-gap:.5rem !important}.column-gap-rg-3{column-gap:1rem !important}.column-gap-rg-4{column-gap:1.5rem !important}.column-gap-rg-5{column-gap:3rem !important}.text-rg-start{text-align:left !important}.text-rg-end{text-align:right !important}.text-rg-center{text-align:center !important}}@media(min-width: 780px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 1024px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1280px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1440px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-large{font-size:1.5rem !important}.fs-small-big{font-size:1.75rem !important}.fs-big{font-size:2rem !important}.fs-bigger-big{font-size:2.5rem !important}.fs-small-huge{font-size:3rem !important}.fs-huge{font-size:3.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.bold{font-weight:700}.light{font-weight:300}.regular{font-weight:400}.h-visuallyhidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}@media(min-width: 780px){.h-visuallyhidden-up-md{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}@media(max-width: 599.98px){.h-visuallyhidden-down-rg{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}@media(max-width: 1023.98px){.h-visuallyhidden-down-lg{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}.h-clearfix::after{display:block;clear:both;content:""}span.spacer{display:block;width:1rem;height:1rem}.no-toggle-arrow::after{display:none !important}.bg-yellow{--post-bg-rgb: 255, 204, 0}.bg-white{--post-bg-rgb: 255, 255, 255}.bg-light{--post-bg-rgb: 250, 249, 248}.bg-gray{--post-bg-rgb: 244, 243, 241}.bg-dark{--post-bg-rgb: 51, 51, 51}.bg-black{--post-bg-rgb: 0, 0, 0}.bg-primary{--post-bg-rgb: 51, 51, 51}.bg-secondary{--post-bg-rgb: 102, 102, 102}.bg-success{--post-bg-rgb: 44, 135, 29}.bg-warning{--post-bg-rgb: 244, 158, 0}.bg-error{--post-bg-rgb: 165, 23, 40}.bg-info{--post-bg-rgb: 204, 228, 238}.bg-success-background{--post-bg-rgb: 192, 222, 187}.bg-warning-background{--post-bg-rgb: 252, 226, 178}.bg-error-background{--post-bg-rgb: 255, 218, 222}.bg-nightblue{--post-bg-rgb: 0, 73, 118}.bg-nightblue-bright{--post-bg-rgb: 0, 118, 168}.bg-petrol{--post-bg-rgb: 0, 109, 104}.bg-petrol-bright{--post-bg-rgb: 0, 150, 143}.bg-coral{--post-bg-rgb: 158, 42, 47}.bg-coral-bright{--post-bg-rgb: 224, 60, 49}.bg-olive{--post-bg-rgb: 113, 97, 53}.bg-olive-bright{--post-bg-rgb: 170, 157, 46}.bg-purple{--post-bg-rgb: 128, 39, 108}.bg-purple-bright{--post-bg-rgb: 197, 41, 155}.bg-aubergine{--post-bg-rgb: 82, 49, 120}.bg-aubergine-bright{--post-bg-rgb: 117, 102, 160}.text-auto a{color:inherit}.text-auto a:hover{opacity:.8}a{color:var(--post-contrast-color)}a:hover{color:rgba(var(--post-contrast-color-rgb), 0.8)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a,a:visited,a:focus,a:hover{color:LinkText !important}}.mt-hair,.my-hair{margin-top:1px !important}.me-hair,.mx-hair{margin-right:1px !important}.mb-hair,.my-hair{margin-bottom:1px !important}.ms-hair,.mx-hair{margin-left:1px !important}.m-hair{margin:1px !important}.mt-line,.my-line{margin-top:2px !important}.me-line,.mx-line{margin-right:2px !important}.mb-line,.my-line{margin-bottom:2px !important}.ms-line,.mx-line{margin-left:2px !important}.m-line{margin:2px !important}.mt-micro,.my-micro{margin-top:.25rem !important}.me-micro,.mx-micro{margin-right:.25rem !important}.mb-micro,.my-micro{margin-bottom:.25rem !important}.ms-micro,.mx-micro{margin-left:.25rem !important}.m-micro{margin:.25rem !important}.mt-mini,.my-mini{margin-top:.5rem !important}.me-mini,.mx-mini{margin-right:.5rem !important}.mb-mini,.my-mini{margin-bottom:.5rem !important}.ms-mini,.mx-mini{margin-left:.5rem !important}.m-mini{margin:.5rem !important}.mt-small-regular,.my-small-regular{margin-top:.75rem !important}.me-small-regular,.mx-small-regular{margin-right:.75rem !important}.mb-small-regular,.my-small-regular{margin-bottom:.75rem !important}.ms-small-regular,.mx-small-regular{margin-left:.75rem !important}.m-small-regular{margin:.75rem !important}.mt-regular,.my-regular{margin-top:1rem !important}.me-regular,.mx-regular{margin-right:1rem !important}.mb-regular,.my-regular{margin-bottom:1rem !important}.ms-regular,.mx-regular{margin-left:1rem !important}.m-regular{margin:1rem !important}.mt-small-large,.my-small-large{margin-top:1.25rem !important}.me-small-large,.mx-small-large{margin-right:1.25rem !important}.mb-small-large,.my-small-large{margin-bottom:1.25rem !important}.ms-small-large,.mx-small-large{margin-left:1.25rem !important}.m-small-large{margin:1.25rem !important}.mt-large,.my-large{margin-top:1.5rem !important}.me-large,.mx-large{margin-right:1.5rem !important}.mb-large,.my-large{margin-bottom:1.5rem !important}.ms-large,.mx-large{margin-left:1.5rem !important}.m-large{margin:1.5rem !important}.mt-big,.my-big{margin-top:2rem !important}.me-big,.mx-big{margin-right:2rem !important}.mb-big,.my-big{margin-bottom:2rem !important}.ms-big,.mx-big{margin-left:2rem !important}.m-big{margin:2rem !important}.mt-bigger-big,.my-bigger-big{margin-top:2.5rem !important}.me-bigger-big,.mx-bigger-big{margin-right:2.5rem !important}.mb-bigger-big,.my-bigger-big{margin-bottom:2.5rem !important}.ms-bigger-big,.mx-bigger-big{margin-left:2.5rem !important}.m-bigger-big{margin:2.5rem !important}.mt-small-huge,.my-small-huge{margin-top:3rem !important}.me-small-huge,.mx-small-huge{margin-right:3rem !important}.mb-small-huge,.my-small-huge{margin-bottom:3rem !important}.ms-small-huge,.mx-small-huge{margin-left:3rem !important}.m-small-huge{margin:3rem !important}.mt-huge,.my-huge{margin-top:3.5rem !important}.me-huge,.mx-huge{margin-right:3.5rem !important}.mb-huge,.my-huge{margin-bottom:3.5rem !important}.ms-huge,.mx-huge{margin-left:3.5rem !important}.m-huge{margin:3.5rem !important}.mt-small-giant,.my-small-giant{margin-top:4.5rem !important}.me-small-giant,.mx-small-giant{margin-right:4.5rem !important}.mb-small-giant,.my-small-giant{margin-bottom:4.5rem !important}.ms-small-giant,.mx-small-giant{margin-left:4.5rem !important}.m-small-giant{margin:4.5rem !important}.mt-giant,.my-giant{margin-top:5rem !important}.me-giant,.mx-giant{margin-right:5rem !important}.mb-giant,.my-giant{margin-bottom:5rem !important}.ms-giant,.mx-giant{margin-left:5rem !important}.m-giant{margin:5rem !important}.mt-bigger-giant,.my-bigger-giant{margin-top:7rem !important}.me-bigger-giant,.mx-bigger-giant{margin-right:7rem !important}.mb-bigger-giant,.my-bigger-giant{margin-bottom:7rem !important}.ms-bigger-giant,.mx-bigger-giant{margin-left:7rem !important}.m-bigger-giant{margin:7rem !important}.pt-hair,.py-hair{padding-top:1px !important}.pe-hair,.px-hair{padding-right:1px !important}.pb-hair,.py-hair{padding-bottom:1px !important}.ps-hair,.px-hair{padding-left:1px !important}.p-hair{padding:1px !important}.pt-line,.py-line{padding-top:2px !important}.pe-line,.px-line{padding-right:2px !important}.pb-line,.py-line{padding-bottom:2px !important}.ps-line,.px-line{padding-left:2px !important}.p-line{padding:2px !important}.pt-micro,.py-micro{padding-top:.25rem !important}.pe-micro,.px-micro{padding-right:.25rem !important}.pb-micro,.py-micro{padding-bottom:.25rem !important}.ps-micro,.px-micro{padding-left:.25rem !important}.p-micro{padding:.25rem !important}.pt-mini,.py-mini{padding-top:.5rem !important}.pe-mini,.px-mini{padding-right:.5rem !important}.pb-mini,.py-mini{padding-bottom:.5rem !important}.ps-mini,.px-mini{padding-left:.5rem !important}.p-mini{padding:.5rem !important}.pt-small-regular,.py-small-regular{padding-top:.75rem !important}.pe-small-regular,.px-small-regular{padding-right:.75rem !important}.pb-small-regular,.py-small-regular{padding-bottom:.75rem !important}.ps-small-regular,.px-small-regular{padding-left:.75rem !important}.p-small-regular{padding:.75rem !important}.pt-regular,.py-regular{padding-top:1rem !important}.pe-regular,.px-regular{padding-right:1rem !important}.pb-regular,.py-regular{padding-bottom:1rem !important}.ps-regular,.px-regular{padding-left:1rem !important}.p-regular{padding:1rem !important}.pt-small-large,.py-small-large{padding-top:1.25rem !important}.pe-small-large,.px-small-large{padding-right:1.25rem !important}.pb-small-large,.py-small-large{padding-bottom:1.25rem !important}.ps-small-large,.px-small-large{padding-left:1.25rem !important}.p-small-large{padding:1.25rem !important}.pt-large,.py-large{padding-top:1.5rem !important}.pe-large,.px-large{padding-right:1.5rem !important}.pb-large,.py-large{padding-bottom:1.5rem !important}.ps-large,.px-large{padding-left:1.5rem !important}.p-large{padding:1.5rem !important}.pt-big,.py-big{padding-top:2rem !important}.pe-big,.px-big{padding-right:2rem !important}.pb-big,.py-big{padding-bottom:2rem !important}.ps-big,.px-big{padding-left:2rem !important}.p-big{padding:2rem !important}.pt-bigger-big,.py-bigger-big{padding-top:2.5rem !important}.pe-bigger-big,.px-bigger-big{padding-right:2.5rem !important}.pb-bigger-big,.py-bigger-big{padding-bottom:2.5rem !important}.ps-bigger-big,.px-bigger-big{padding-left:2.5rem !important}.p-bigger-big{padding:2.5rem !important}.pt-small-huge,.py-small-huge{padding-top:3rem !important}.pe-small-huge,.px-small-huge{padding-right:3rem !important}.pb-small-huge,.py-small-huge{padding-bottom:3rem !important}.ps-small-huge,.px-small-huge{padding-left:3rem !important}.p-small-huge{padding:3rem !important}.pt-huge,.py-huge{padding-top:3.5rem !important}.pe-huge,.px-huge{padding-right:3.5rem !important}.pb-huge,.py-huge{padding-bottom:3.5rem !important}.ps-huge,.px-huge{padding-left:3.5rem !important}.p-huge{padding:3.5rem !important}.pt-small-giant,.py-small-giant{padding-top:4.5rem !important}.pe-small-giant,.px-small-giant{padding-right:4.5rem !important}.pb-small-giant,.py-small-giant{padding-bottom:4.5rem !important}.ps-small-giant,.px-small-giant{padding-left:4.5rem !important}.p-small-giant{padding:4.5rem !important}.pt-giant,.py-giant{padding-top:5rem !important}.pe-giant,.px-giant{padding-right:5rem !important}.pb-giant,.py-giant{padding-bottom:5rem !important}.ps-giant,.px-giant{padding-left:5rem !important}.p-giant{padding:5rem !important}.pt-bigger-giant,.py-bigger-giant{padding-top:7rem !important}.pe-bigger-giant,.px-bigger-giant{padding-right:7rem !important}.pb-bigger-giant,.py-bigger-giant{padding-bottom:7rem !important}.ps-bigger-giant,.px-bigger-giant{padding-left:7rem !important}.p-bigger-giant{padding:7rem !important}.lh-hair{line-height:1px !important}.lh-line{line-height:2px !important}.lh-micro{line-height:.25rem !important}.lh-mini{line-height:.5rem !important}.lh-small-regular{line-height:.75rem !important}.lh-regular{line-height:1rem !important}.lh-small-large{line-height:1.25rem !important}.lh-large{line-height:1.5rem !important}.lh-big{line-height:2rem !important}.lh-bigger-big{line-height:2.5rem !important}.lh-small-huge{line-height:3rem !important}.lh-huge{line-height:3.5rem !important}.lh-small-giant{line-height:4.5rem !important}.lh-giant{line-height:5rem !important}.lh-bigger-giant{line-height:7rem !important}.h-hair{height:1px !important}.h-line{height:2px !important}.h-micro{height:.25rem !important}.h-mini{height:.5rem !important}.h-small-regular{height:.75rem !important}.h-regular{height:1rem !important}.h-small-large{height:1.25rem !important}.h-large{height:1.5rem !important}.h-big{height:2rem !important}.h-bigger-big{height:2.5rem !important}.h-small-huge{height:3rem !important}.h-huge{height:3.5rem !important}.h-small-giant{height:4.5rem !important}.h-giant{height:5rem !important}.h-bigger-giant{height:7rem !important}.mh-hair{max-height:1px !important}.mh-line{max-height:2px !important}.mh-micro{max-height:.25rem !important}.mh-mini{max-height:.5rem !important}.mh-small-regular{max-height:.75rem !important}.mh-regular{max-height:1rem !important}.mh-small-large{max-height:1.25rem !important}.mh-large{max-height:1.5rem !important}.mh-big{max-height:2rem !important}.mh-bigger-big{max-height:2.5rem !important}.mh-small-huge{max-height:3rem !important}.mh-huge{max-height:3.5rem !important}.mh-small-giant{max-height:4.5rem !important}.mh-giant{max-height:5rem !important}.mh-bigger-giant{max-height:7rem !important}.w-hair{width:1px !important}.w-line{width:2px !important}.w-micro{width:.25rem !important}.w-mini{width:.5rem !important}.w-small-regular{width:.75rem !important}.w-regular{width:1rem !important}.w-small-large{width:1.25rem !important}.w-large{width:1.5rem !important}.w-big{width:2rem !important}.w-bigger-big{width:2.5rem !important}.w-small-huge{width:3rem !important}.w-huge{width:3.5rem !important}.w-small-giant{width:4.5rem !important}.w-giant{width:5rem !important}.w-bigger-giant{width:7rem !important}.mw-hair{max-width:1px !important}.mw-line{max-width:2px !important}.mw-micro{max-width:.25rem !important}.mw-mini{max-width:.5rem !important}.mw-small-regular{max-width:.75rem !important}.mw-regular{max-width:1rem !important}.mw-small-large{max-width:1.25rem !important}.mw-large{max-width:1.5rem !important}.mw-big{max-width:2rem !important}.mw-bigger-big{max-width:2.5rem !important}.mw-small-huge{max-width:3rem !important}.mw-huge{max-width:3.5rem !important}.mw-small-giant{max-width:4.5rem !important}.mw-giant{max-width:5rem !important}.mw-bigger-giant{max-width:7rem !important}.gap-hair{gap:1px !important}.gap-line{gap:2px !important}.gap-micro{gap:.25rem !important}.gap-mini{gap:.5rem !important}.gap-small-regular{gap:.75rem !important}.gap-regular{gap:1rem !important}.gap-small-large{gap:1.25rem !important}.gap-large{gap:1.5rem !important}.gap-big{gap:2rem !important}.gap-bigger-big{gap:2.5rem !important}.gap-small-huge{gap:3rem !important}.gap-huge{gap:3.5rem !important}.gap-small-giant{gap:4.5rem !important}.gap-giant{gap:5rem !important}.gap-bigger-giant{gap:7rem !important}@media(min-width: 400px){.mt-sm-hair,.my-sm-hair{margin-top:1px !important}.me-sm-hair,.mx-sm-hair{margin-right:1px !important}.mb-sm-hair,.my-sm-hair{margin-bottom:1px !important}.ms-sm-hair,.mx-sm-hair{margin-left:1px !important}.m-sm-hair{margin:1px !important}.mt-sm-line,.my-sm-line{margin-top:2px !important}.me-sm-line,.mx-sm-line{margin-right:2px !important}.mb-sm-line,.my-sm-line{margin-bottom:2px !important}.ms-sm-line,.mx-sm-line{margin-left:2px !important}.m-sm-line{margin:2px !important}.mt-sm-micro,.my-sm-micro{margin-top:.25rem !important}.me-sm-micro,.mx-sm-micro{margin-right:.25rem !important}.mb-sm-micro,.my-sm-micro{margin-bottom:.25rem !important}.ms-sm-micro,.mx-sm-micro{margin-left:.25rem !important}.m-sm-micro{margin:.25rem !important}.mt-sm-mini,.my-sm-mini{margin-top:.5rem !important}.me-sm-mini,.mx-sm-mini{margin-right:.5rem !important}.mb-sm-mini,.my-sm-mini{margin-bottom:.5rem !important}.ms-sm-mini,.mx-sm-mini{margin-left:.5rem !important}.m-sm-mini{margin:.5rem !important}.mt-sm-small-regular,.my-sm-small-regular{margin-top:.75rem !important}.me-sm-small-regular,.mx-sm-small-regular{margin-right:.75rem !important}.mb-sm-small-regular,.my-sm-small-regular{margin-bottom:.75rem !important}.ms-sm-small-regular,.mx-sm-small-regular{margin-left:.75rem !important}.m-sm-small-regular{margin:.75rem !important}.mt-sm-regular,.my-sm-regular{margin-top:1rem !important}.me-sm-regular,.mx-sm-regular{margin-right:1rem !important}.mb-sm-regular,.my-sm-regular{margin-bottom:1rem !important}.ms-sm-regular,.mx-sm-regular{margin-left:1rem !important}.m-sm-regular{margin:1rem !important}.mt-sm-small-large,.my-sm-small-large{margin-top:1.25rem !important}.me-sm-small-large,.mx-sm-small-large{margin-right:1.25rem !important}.mb-sm-small-large,.my-sm-small-large{margin-bottom:1.25rem !important}.ms-sm-small-large,.mx-sm-small-large{margin-left:1.25rem !important}.m-sm-small-large{margin:1.25rem !important}.mt-sm-large,.my-sm-large{margin-top:1.5rem !important}.me-sm-large,.mx-sm-large{margin-right:1.5rem !important}.mb-sm-large,.my-sm-large{margin-bottom:1.5rem !important}.ms-sm-large,.mx-sm-large{margin-left:1.5rem !important}.m-sm-large{margin:1.5rem !important}.mt-sm-big,.my-sm-big{margin-top:2rem !important}.me-sm-big,.mx-sm-big{margin-right:2rem !important}.mb-sm-big,.my-sm-big{margin-bottom:2rem !important}.ms-sm-big,.mx-sm-big{margin-left:2rem !important}.m-sm-big{margin:2rem !important}.mt-sm-bigger-big,.my-sm-bigger-big{margin-top:2.5rem !important}.me-sm-bigger-big,.mx-sm-bigger-big{margin-right:2.5rem !important}.mb-sm-bigger-big,.my-sm-bigger-big{margin-bottom:2.5rem !important}.ms-sm-bigger-big,.mx-sm-bigger-big{margin-left:2.5rem !important}.m-sm-bigger-big{margin:2.5rem !important}.mt-sm-small-huge,.my-sm-small-huge{margin-top:3rem !important}.me-sm-small-huge,.mx-sm-small-huge{margin-right:3rem !important}.mb-sm-small-huge,.my-sm-small-huge{margin-bottom:3rem !important}.ms-sm-small-huge,.mx-sm-small-huge{margin-left:3rem !important}.m-sm-small-huge{margin:3rem !important}.mt-sm-huge,.my-sm-huge{margin-top:3.5rem !important}.me-sm-huge,.mx-sm-huge{margin-right:3.5rem !important}.mb-sm-huge,.my-sm-huge{margin-bottom:3.5rem !important}.ms-sm-huge,.mx-sm-huge{margin-left:3.5rem !important}.m-sm-huge{margin:3.5rem !important}.mt-sm-small-giant,.my-sm-small-giant{margin-top:4.5rem !important}.me-sm-small-giant,.mx-sm-small-giant{margin-right:4.5rem !important}.mb-sm-small-giant,.my-sm-small-giant{margin-bottom:4.5rem !important}.ms-sm-small-giant,.mx-sm-small-giant{margin-left:4.5rem !important}.m-sm-small-giant{margin:4.5rem !important}.mt-sm-giant,.my-sm-giant{margin-top:5rem !important}.me-sm-giant,.mx-sm-giant{margin-right:5rem !important}.mb-sm-giant,.my-sm-giant{margin-bottom:5rem !important}.ms-sm-giant,.mx-sm-giant{margin-left:5rem !important}.m-sm-giant{margin:5rem !important}.mt-sm-bigger-giant,.my-sm-bigger-giant{margin-top:7rem !important}.me-sm-bigger-giant,.mx-sm-bigger-giant{margin-right:7rem !important}.mb-sm-bigger-giant,.my-sm-bigger-giant{margin-bottom:7rem !important}.ms-sm-bigger-giant,.mx-sm-bigger-giant{margin-left:7rem !important}.m-sm-bigger-giant{margin:7rem !important}.pt-sm-hair,.py-sm-hair{padding-top:1px !important}.pe-sm-hair,.px-sm-hair{padding-right:1px !important}.pb-sm-hair,.py-sm-hair{padding-bottom:1px !important}.ps-sm-hair,.px-sm-hair{padding-left:1px !important}.p-sm-hair{padding:1px !important}.pt-sm-line,.py-sm-line{padding-top:2px !important}.pe-sm-line,.px-sm-line{padding-right:2px !important}.pb-sm-line,.py-sm-line{padding-bottom:2px !important}.ps-sm-line,.px-sm-line{padding-left:2px !important}.p-sm-line{padding:2px !important}.pt-sm-micro,.py-sm-micro{padding-top:.25rem !important}.pe-sm-micro,.px-sm-micro{padding-right:.25rem !important}.pb-sm-micro,.py-sm-micro{padding-bottom:.25rem !important}.ps-sm-micro,.px-sm-micro{padding-left:.25rem !important}.p-sm-micro{padding:.25rem !important}.pt-sm-mini,.py-sm-mini{padding-top:.5rem !important}.pe-sm-mini,.px-sm-mini{padding-right:.5rem !important}.pb-sm-mini,.py-sm-mini{padding-bottom:.5rem !important}.ps-sm-mini,.px-sm-mini{padding-left:.5rem !important}.p-sm-mini{padding:.5rem !important}.pt-sm-small-regular,.py-sm-small-regular{padding-top:.75rem !important}.pe-sm-small-regular,.px-sm-small-regular{padding-right:.75rem !important}.pb-sm-small-regular,.py-sm-small-regular{padding-bottom:.75rem !important}.ps-sm-small-regular,.px-sm-small-regular{padding-left:.75rem !important}.p-sm-small-regular{padding:.75rem !important}.pt-sm-regular,.py-sm-regular{padding-top:1rem !important}.pe-sm-regular,.px-sm-regular{padding-right:1rem !important}.pb-sm-regular,.py-sm-regular{padding-bottom:1rem !important}.ps-sm-regular,.px-sm-regular{padding-left:1rem !important}.p-sm-regular{padding:1rem !important}.pt-sm-small-large,.py-sm-small-large{padding-top:1.25rem !important}.pe-sm-small-large,.px-sm-small-large{padding-right:1.25rem !important}.pb-sm-small-large,.py-sm-small-large{padding-bottom:1.25rem !important}.ps-sm-small-large,.px-sm-small-large{padding-left:1.25rem !important}.p-sm-small-large{padding:1.25rem !important}.pt-sm-large,.py-sm-large{padding-top:1.5rem !important}.pe-sm-large,.px-sm-large{padding-right:1.5rem !important}.pb-sm-large,.py-sm-large{padding-bottom:1.5rem !important}.ps-sm-large,.px-sm-large{padding-left:1.5rem !important}.p-sm-large{padding:1.5rem !important}.pt-sm-big,.py-sm-big{padding-top:2rem !important}.pe-sm-big,.px-sm-big{padding-right:2rem !important}.pb-sm-big,.py-sm-big{padding-bottom:2rem !important}.ps-sm-big,.px-sm-big{padding-left:2rem !important}.p-sm-big{padding:2rem !important}.pt-sm-bigger-big,.py-sm-bigger-big{padding-top:2.5rem !important}.pe-sm-bigger-big,.px-sm-bigger-big{padding-right:2.5rem !important}.pb-sm-bigger-big,.py-sm-bigger-big{padding-bottom:2.5rem !important}.ps-sm-bigger-big,.px-sm-bigger-big{padding-left:2.5rem !important}.p-sm-bigger-big{padding:2.5rem !important}.pt-sm-small-huge,.py-sm-small-huge{padding-top:3rem !important}.pe-sm-small-huge,.px-sm-small-huge{padding-right:3rem !important}.pb-sm-small-huge,.py-sm-small-huge{padding-bottom:3rem !important}.ps-sm-small-huge,.px-sm-small-huge{padding-left:3rem !important}.p-sm-small-huge{padding:3rem !important}.pt-sm-huge,.py-sm-huge{padding-top:3.5rem !important}.pe-sm-huge,.px-sm-huge{padding-right:3.5rem !important}.pb-sm-huge,.py-sm-huge{padding-bottom:3.5rem !important}.ps-sm-huge,.px-sm-huge{padding-left:3.5rem !important}.p-sm-huge{padding:3.5rem !important}.pt-sm-small-giant,.py-sm-small-giant{padding-top:4.5rem !important}.pe-sm-small-giant,.px-sm-small-giant{padding-right:4.5rem !important}.pb-sm-small-giant,.py-sm-small-giant{padding-bottom:4.5rem !important}.ps-sm-small-giant,.px-sm-small-giant{padding-left:4.5rem !important}.p-sm-small-giant{padding:4.5rem !important}.pt-sm-giant,.py-sm-giant{padding-top:5rem !important}.pe-sm-giant,.px-sm-giant{padding-right:5rem !important}.pb-sm-giant,.py-sm-giant{padding-bottom:5rem !important}.ps-sm-giant,.px-sm-giant{padding-left:5rem !important}.p-sm-giant{padding:5rem !important}.pt-sm-bigger-giant,.py-sm-bigger-giant{padding-top:7rem !important}.pe-sm-bigger-giant,.px-sm-bigger-giant{padding-right:7rem !important}.pb-sm-bigger-giant,.py-sm-bigger-giant{padding-bottom:7rem !important}.ps-sm-bigger-giant,.px-sm-bigger-giant{padding-left:7rem !important}.p-sm-bigger-giant{padding:7rem !important}.lh-sm-hair{line-height:1px !important}.lh-sm-line{line-height:2px !important}.lh-sm-micro{line-height:.25rem !important}.lh-sm-mini{line-height:.5rem !important}.lh-sm-small-regular{line-height:.75rem !important}.lh-sm-regular{line-height:1rem !important}.lh-sm-small-large{line-height:1.25rem !important}.lh-sm-large{line-height:1.5rem !important}.lh-sm-big{line-height:2rem !important}.lh-sm-bigger-big{line-height:2.5rem !important}.lh-sm-small-huge{line-height:3rem !important}.lh-sm-huge{line-height:3.5rem !important}.lh-sm-small-giant{line-height:4.5rem !important}.lh-sm-giant{line-height:5rem !important}.lh-sm-bigger-giant{line-height:7rem !important}.h-sm-hair{height:1px !important}.h-sm-line{height:2px !important}.h-sm-micro{height:.25rem !important}.h-sm-mini{height:.5rem !important}.h-sm-small-regular{height:.75rem !important}.h-sm-regular{height:1rem !important}.h-sm-small-large{height:1.25rem !important}.h-sm-large{height:1.5rem !important}.h-sm-big{height:2rem !important}.h-sm-bigger-big{height:2.5rem !important}.h-sm-small-huge{height:3rem !important}.h-sm-huge{height:3.5rem !important}.h-sm-small-giant{height:4.5rem !important}.h-sm-giant{height:5rem !important}.h-sm-bigger-giant{height:7rem !important}.mh-sm-hair{max-height:1px !important}.mh-sm-line{max-height:2px !important}.mh-sm-micro{max-height:.25rem !important}.mh-sm-mini{max-height:.5rem !important}.mh-sm-small-regular{max-height:.75rem !important}.mh-sm-regular{max-height:1rem !important}.mh-sm-small-large{max-height:1.25rem !important}.mh-sm-large{max-height:1.5rem !important}.mh-sm-big{max-height:2rem !important}.mh-sm-bigger-big{max-height:2.5rem !important}.mh-sm-small-huge{max-height:3rem !important}.mh-sm-huge{max-height:3.5rem !important}.mh-sm-small-giant{max-height:4.5rem !important}.mh-sm-giant{max-height:5rem !important}.mh-sm-bigger-giant{max-height:7rem !important}.w-sm-hair{width:1px !important}.w-sm-line{width:2px !important}.w-sm-micro{width:.25rem !important}.w-sm-mini{width:.5rem !important}.w-sm-small-regular{width:.75rem !important}.w-sm-regular{width:1rem !important}.w-sm-small-large{width:1.25rem !important}.w-sm-large{width:1.5rem !important}.w-sm-big{width:2rem !important}.w-sm-bigger-big{width:2.5rem !important}.w-sm-small-huge{width:3rem !important}.w-sm-huge{width:3.5rem !important}.w-sm-small-giant{width:4.5rem !important}.w-sm-giant{width:5rem !important}.w-sm-bigger-giant{width:7rem !important}.mw-sm-hair{max-width:1px !important}.mw-sm-line{max-width:2px !important}.mw-sm-micro{max-width:.25rem !important}.mw-sm-mini{max-width:.5rem !important}.mw-sm-small-regular{max-width:.75rem !important}.mw-sm-regular{max-width:1rem !important}.mw-sm-small-large{max-width:1.25rem !important}.mw-sm-large{max-width:1.5rem !important}.mw-sm-big{max-width:2rem !important}.mw-sm-bigger-big{max-width:2.5rem !important}.mw-sm-small-huge{max-width:3rem !important}.mw-sm-huge{max-width:3.5rem !important}.mw-sm-small-giant{max-width:4.5rem !important}.mw-sm-giant{max-width:5rem !important}.mw-sm-bigger-giant{max-width:7rem !important}.gap-sm-hair{gap:1px !important}.gap-sm-line{gap:2px !important}.gap-sm-micro{gap:.25rem !important}.gap-sm-mini{gap:.5rem !important}.gap-sm-small-regular{gap:.75rem !important}.gap-sm-regular{gap:1rem !important}.gap-sm-small-large{gap:1.25rem !important}.gap-sm-large{gap:1.5rem !important}.gap-sm-big{gap:2rem !important}.gap-sm-bigger-big{gap:2.5rem !important}.gap-sm-small-huge{gap:3rem !important}.gap-sm-huge{gap:3.5rem !important}.gap-sm-small-giant{gap:4.5rem !important}.gap-sm-giant{gap:5rem !important}.gap-sm-bigger-giant{gap:7rem !important}}@media(min-width: 600px){.mt-rg-hair,.my-rg-hair{margin-top:1px !important}.me-rg-hair,.mx-rg-hair{margin-right:1px !important}.mb-rg-hair,.my-rg-hair{margin-bottom:1px !important}.ms-rg-hair,.mx-rg-hair{margin-left:1px !important}.m-rg-hair{margin:1px !important}.mt-rg-line,.my-rg-line{margin-top:2px !important}.me-rg-line,.mx-rg-line{margin-right:2px !important}.mb-rg-line,.my-rg-line{margin-bottom:2px !important}.ms-rg-line,.mx-rg-line{margin-left:2px !important}.m-rg-line{margin:2px !important}.mt-rg-micro,.my-rg-micro{margin-top:.25rem !important}.me-rg-micro,.mx-rg-micro{margin-right:.25rem !important}.mb-rg-micro,.my-rg-micro{margin-bottom:.25rem !important}.ms-rg-micro,.mx-rg-micro{margin-left:.25rem !important}.m-rg-micro{margin:.25rem !important}.mt-rg-mini,.my-rg-mini{margin-top:.5rem !important}.me-rg-mini,.mx-rg-mini{margin-right:.5rem !important}.mb-rg-mini,.my-rg-mini{margin-bottom:.5rem !important}.ms-rg-mini,.mx-rg-mini{margin-left:.5rem !important}.m-rg-mini{margin:.5rem !important}.mt-rg-small-regular,.my-rg-small-regular{margin-top:.75rem !important}.me-rg-small-regular,.mx-rg-small-regular{margin-right:.75rem !important}.mb-rg-small-regular,.my-rg-small-regular{margin-bottom:.75rem !important}.ms-rg-small-regular,.mx-rg-small-regular{margin-left:.75rem !important}.m-rg-small-regular{margin:.75rem !important}.mt-rg-regular,.my-rg-regular{margin-top:1rem !important}.me-rg-regular,.mx-rg-regular{margin-right:1rem !important}.mb-rg-regular,.my-rg-regular{margin-bottom:1rem !important}.ms-rg-regular,.mx-rg-regular{margin-left:1rem !important}.m-rg-regular{margin:1rem !important}.mt-rg-small-large,.my-rg-small-large{margin-top:1.25rem !important}.me-rg-small-large,.mx-rg-small-large{margin-right:1.25rem !important}.mb-rg-small-large,.my-rg-small-large{margin-bottom:1.25rem !important}.ms-rg-small-large,.mx-rg-small-large{margin-left:1.25rem !important}.m-rg-small-large{margin:1.25rem !important}.mt-rg-large,.my-rg-large{margin-top:1.5rem !important}.me-rg-large,.mx-rg-large{margin-right:1.5rem !important}.mb-rg-large,.my-rg-large{margin-bottom:1.5rem !important}.ms-rg-large,.mx-rg-large{margin-left:1.5rem !important}.m-rg-large{margin:1.5rem !important}.mt-rg-big,.my-rg-big{margin-top:2rem !important}.me-rg-big,.mx-rg-big{margin-right:2rem !important}.mb-rg-big,.my-rg-big{margin-bottom:2rem !important}.ms-rg-big,.mx-rg-big{margin-left:2rem !important}.m-rg-big{margin:2rem !important}.mt-rg-bigger-big,.my-rg-bigger-big{margin-top:2.5rem !important}.me-rg-bigger-big,.mx-rg-bigger-big{margin-right:2.5rem !important}.mb-rg-bigger-big,.my-rg-bigger-big{margin-bottom:2.5rem !important}.ms-rg-bigger-big,.mx-rg-bigger-big{margin-left:2.5rem !important}.m-rg-bigger-big{margin:2.5rem !important}.mt-rg-small-huge,.my-rg-small-huge{margin-top:3rem !important}.me-rg-small-huge,.mx-rg-small-huge{margin-right:3rem !important}.mb-rg-small-huge,.my-rg-small-huge{margin-bottom:3rem !important}.ms-rg-small-huge,.mx-rg-small-huge{margin-left:3rem !important}.m-rg-small-huge{margin:3rem !important}.mt-rg-huge,.my-rg-huge{margin-top:3.5rem !important}.me-rg-huge,.mx-rg-huge{margin-right:3.5rem !important}.mb-rg-huge,.my-rg-huge{margin-bottom:3.5rem !important}.ms-rg-huge,.mx-rg-huge{margin-left:3.5rem !important}.m-rg-huge{margin:3.5rem !important}.mt-rg-small-giant,.my-rg-small-giant{margin-top:4.5rem !important}.me-rg-small-giant,.mx-rg-small-giant{margin-right:4.5rem !important}.mb-rg-small-giant,.my-rg-small-giant{margin-bottom:4.5rem !important}.ms-rg-small-giant,.mx-rg-small-giant{margin-left:4.5rem !important}.m-rg-small-giant{margin:4.5rem !important}.mt-rg-giant,.my-rg-giant{margin-top:5rem !important}.me-rg-giant,.mx-rg-giant{margin-right:5rem !important}.mb-rg-giant,.my-rg-giant{margin-bottom:5rem !important}.ms-rg-giant,.mx-rg-giant{margin-left:5rem !important}.m-rg-giant{margin:5rem !important}.mt-rg-bigger-giant,.my-rg-bigger-giant{margin-top:7rem !important}.me-rg-bigger-giant,.mx-rg-bigger-giant{margin-right:7rem !important}.mb-rg-bigger-giant,.my-rg-bigger-giant{margin-bottom:7rem !important}.ms-rg-bigger-giant,.mx-rg-bigger-giant{margin-left:7rem !important}.m-rg-bigger-giant{margin:7rem !important}.pt-rg-hair,.py-rg-hair{padding-top:1px !important}.pe-rg-hair,.px-rg-hair{padding-right:1px !important}.pb-rg-hair,.py-rg-hair{padding-bottom:1px !important}.ps-rg-hair,.px-rg-hair{padding-left:1px !important}.p-rg-hair{padding:1px !important}.pt-rg-line,.py-rg-line{padding-top:2px !important}.pe-rg-line,.px-rg-line{padding-right:2px !important}.pb-rg-line,.py-rg-line{padding-bottom:2px !important}.ps-rg-line,.px-rg-line{padding-left:2px !important}.p-rg-line{padding:2px !important}.pt-rg-micro,.py-rg-micro{padding-top:.25rem !important}.pe-rg-micro,.px-rg-micro{padding-right:.25rem !important}.pb-rg-micro,.py-rg-micro{padding-bottom:.25rem !important}.ps-rg-micro,.px-rg-micro{padding-left:.25rem !important}.p-rg-micro{padding:.25rem !important}.pt-rg-mini,.py-rg-mini{padding-top:.5rem !important}.pe-rg-mini,.px-rg-mini{padding-right:.5rem !important}.pb-rg-mini,.py-rg-mini{padding-bottom:.5rem !important}.ps-rg-mini,.px-rg-mini{padding-left:.5rem !important}.p-rg-mini{padding:.5rem !important}.pt-rg-small-regular,.py-rg-small-regular{padding-top:.75rem !important}.pe-rg-small-regular,.px-rg-small-regular{padding-right:.75rem !important}.pb-rg-small-regular,.py-rg-small-regular{padding-bottom:.75rem !important}.ps-rg-small-regular,.px-rg-small-regular{padding-left:.75rem !important}.p-rg-small-regular{padding:.75rem !important}.pt-rg-regular,.py-rg-regular{padding-top:1rem !important}.pe-rg-regular,.px-rg-regular{padding-right:1rem !important}.pb-rg-regular,.py-rg-regular{padding-bottom:1rem !important}.ps-rg-regular,.px-rg-regular{padding-left:1rem !important}.p-rg-regular{padding:1rem !important}.pt-rg-small-large,.py-rg-small-large{padding-top:1.25rem !important}.pe-rg-small-large,.px-rg-small-large{padding-right:1.25rem !important}.pb-rg-small-large,.py-rg-small-large{padding-bottom:1.25rem !important}.ps-rg-small-large,.px-rg-small-large{padding-left:1.25rem !important}.p-rg-small-large{padding:1.25rem !important}.pt-rg-large,.py-rg-large{padding-top:1.5rem !important}.pe-rg-large,.px-rg-large{padding-right:1.5rem !important}.pb-rg-large,.py-rg-large{padding-bottom:1.5rem !important}.ps-rg-large,.px-rg-large{padding-left:1.5rem !important}.p-rg-large{padding:1.5rem !important}.pt-rg-big,.py-rg-big{padding-top:2rem !important}.pe-rg-big,.px-rg-big{padding-right:2rem !important}.pb-rg-big,.py-rg-big{padding-bottom:2rem !important}.ps-rg-big,.px-rg-big{padding-left:2rem !important}.p-rg-big{padding:2rem !important}.pt-rg-bigger-big,.py-rg-bigger-big{padding-top:2.5rem !important}.pe-rg-bigger-big,.px-rg-bigger-big{padding-right:2.5rem !important}.pb-rg-bigger-big,.py-rg-bigger-big{padding-bottom:2.5rem !important}.ps-rg-bigger-big,.px-rg-bigger-big{padding-left:2.5rem !important}.p-rg-bigger-big{padding:2.5rem !important}.pt-rg-small-huge,.py-rg-small-huge{padding-top:3rem !important}.pe-rg-small-huge,.px-rg-small-huge{padding-right:3rem !important}.pb-rg-small-huge,.py-rg-small-huge{padding-bottom:3rem !important}.ps-rg-small-huge,.px-rg-small-huge{padding-left:3rem !important}.p-rg-small-huge{padding:3rem !important}.pt-rg-huge,.py-rg-huge{padding-top:3.5rem !important}.pe-rg-huge,.px-rg-huge{padding-right:3.5rem !important}.pb-rg-huge,.py-rg-huge{padding-bottom:3.5rem !important}.ps-rg-huge,.px-rg-huge{padding-left:3.5rem !important}.p-rg-huge{padding:3.5rem !important}.pt-rg-small-giant,.py-rg-small-giant{padding-top:4.5rem !important}.pe-rg-small-giant,.px-rg-small-giant{padding-right:4.5rem !important}.pb-rg-small-giant,.py-rg-small-giant{padding-bottom:4.5rem !important}.ps-rg-small-giant,.px-rg-small-giant{padding-left:4.5rem !important}.p-rg-small-giant{padding:4.5rem !important}.pt-rg-giant,.py-rg-giant{padding-top:5rem !important}.pe-rg-giant,.px-rg-giant{padding-right:5rem !important}.pb-rg-giant,.py-rg-giant{padding-bottom:5rem !important}.ps-rg-giant,.px-rg-giant{padding-left:5rem !important}.p-rg-giant{padding:5rem !important}.pt-rg-bigger-giant,.py-rg-bigger-giant{padding-top:7rem !important}.pe-rg-bigger-giant,.px-rg-bigger-giant{padding-right:7rem !important}.pb-rg-bigger-giant,.py-rg-bigger-giant{padding-bottom:7rem !important}.ps-rg-bigger-giant,.px-rg-bigger-giant{padding-left:7rem !important}.p-rg-bigger-giant{padding:7rem !important}.lh-rg-hair{line-height:1px !important}.lh-rg-line{line-height:2px !important}.lh-rg-micro{line-height:.25rem !important}.lh-rg-mini{line-height:.5rem !important}.lh-rg-small-regular{line-height:.75rem !important}.lh-rg-regular{line-height:1rem !important}.lh-rg-small-large{line-height:1.25rem !important}.lh-rg-large{line-height:1.5rem !important}.lh-rg-big{line-height:2rem !important}.lh-rg-bigger-big{line-height:2.5rem !important}.lh-rg-small-huge{line-height:3rem !important}.lh-rg-huge{line-height:3.5rem !important}.lh-rg-small-giant{line-height:4.5rem !important}.lh-rg-giant{line-height:5rem !important}.lh-rg-bigger-giant{line-height:7rem !important}.h-rg-hair{height:1px !important}.h-rg-line{height:2px !important}.h-rg-micro{height:.25rem !important}.h-rg-mini{height:.5rem !important}.h-rg-small-regular{height:.75rem !important}.h-rg-regular{height:1rem !important}.h-rg-small-large{height:1.25rem !important}.h-rg-large{height:1.5rem !important}.h-rg-big{height:2rem !important}.h-rg-bigger-big{height:2.5rem !important}.h-rg-small-huge{height:3rem !important}.h-rg-huge{height:3.5rem !important}.h-rg-small-giant{height:4.5rem !important}.h-rg-giant{height:5rem !important}.h-rg-bigger-giant{height:7rem !important}.mh-rg-hair{max-height:1px !important}.mh-rg-line{max-height:2px !important}.mh-rg-micro{max-height:.25rem !important}.mh-rg-mini{max-height:.5rem !important}.mh-rg-small-regular{max-height:.75rem !important}.mh-rg-regular{max-height:1rem !important}.mh-rg-small-large{max-height:1.25rem !important}.mh-rg-large{max-height:1.5rem !important}.mh-rg-big{max-height:2rem !important}.mh-rg-bigger-big{max-height:2.5rem !important}.mh-rg-small-huge{max-height:3rem !important}.mh-rg-huge{max-height:3.5rem !important}.mh-rg-small-giant{max-height:4.5rem !important}.mh-rg-giant{max-height:5rem !important}.mh-rg-bigger-giant{max-height:7rem !important}.w-rg-hair{width:1px !important}.w-rg-line{width:2px !important}.w-rg-micro{width:.25rem !important}.w-rg-mini{width:.5rem !important}.w-rg-small-regular{width:.75rem !important}.w-rg-regular{width:1rem !important}.w-rg-small-large{width:1.25rem !important}.w-rg-large{width:1.5rem !important}.w-rg-big{width:2rem !important}.w-rg-bigger-big{width:2.5rem !important}.w-rg-small-huge{width:3rem !important}.w-rg-huge{width:3.5rem !important}.w-rg-small-giant{width:4.5rem !important}.w-rg-giant{width:5rem !important}.w-rg-bigger-giant{width:7rem !important}.mw-rg-hair{max-width:1px !important}.mw-rg-line{max-width:2px !important}.mw-rg-micro{max-width:.25rem !important}.mw-rg-mini{max-width:.5rem !important}.mw-rg-small-regular{max-width:.75rem !important}.mw-rg-regular{max-width:1rem !important}.mw-rg-small-large{max-width:1.25rem !important}.mw-rg-large{max-width:1.5rem !important}.mw-rg-big{max-width:2rem !important}.mw-rg-bigger-big{max-width:2.5rem !important}.mw-rg-small-huge{max-width:3rem !important}.mw-rg-huge{max-width:3.5rem !important}.mw-rg-small-giant{max-width:4.5rem !important}.mw-rg-giant{max-width:5rem !important}.mw-rg-bigger-giant{max-width:7rem !important}.gap-rg-hair{gap:1px !important}.gap-rg-line{gap:2px !important}.gap-rg-micro{gap:.25rem !important}.gap-rg-mini{gap:.5rem !important}.gap-rg-small-regular{gap:.75rem !important}.gap-rg-regular{gap:1rem !important}.gap-rg-small-large{gap:1.25rem !important}.gap-rg-large{gap:1.5rem !important}.gap-rg-big{gap:2rem !important}.gap-rg-bigger-big{gap:2.5rem !important}.gap-rg-small-huge{gap:3rem !important}.gap-rg-huge{gap:3.5rem !important}.gap-rg-small-giant{gap:4.5rem !important}.gap-rg-giant{gap:5rem !important}.gap-rg-bigger-giant{gap:7rem !important}}@media(min-width: 780px){.mt-md-hair,.my-md-hair{margin-top:1px !important}.me-md-hair,.mx-md-hair{margin-right:1px !important}.mb-md-hair,.my-md-hair{margin-bottom:1px !important}.ms-md-hair,.mx-md-hair{margin-left:1px !important}.m-md-hair{margin:1px !important}.mt-md-line,.my-md-line{margin-top:2px !important}.me-md-line,.mx-md-line{margin-right:2px !important}.mb-md-line,.my-md-line{margin-bottom:2px !important}.ms-md-line,.mx-md-line{margin-left:2px !important}.m-md-line{margin:2px !important}.mt-md-micro,.my-md-micro{margin-top:.25rem !important}.me-md-micro,.mx-md-micro{margin-right:.25rem !important}.mb-md-micro,.my-md-micro{margin-bottom:.25rem !important}.ms-md-micro,.mx-md-micro{margin-left:.25rem !important}.m-md-micro{margin:.25rem !important}.mt-md-mini,.my-md-mini{margin-top:.5rem !important}.me-md-mini,.mx-md-mini{margin-right:.5rem !important}.mb-md-mini,.my-md-mini{margin-bottom:.5rem !important}.ms-md-mini,.mx-md-mini{margin-left:.5rem !important}.m-md-mini{margin:.5rem !important}.mt-md-small-regular,.my-md-small-regular{margin-top:.75rem !important}.me-md-small-regular,.mx-md-small-regular{margin-right:.75rem !important}.mb-md-small-regular,.my-md-small-regular{margin-bottom:.75rem !important}.ms-md-small-regular,.mx-md-small-regular{margin-left:.75rem !important}.m-md-small-regular{margin:.75rem !important}.mt-md-regular,.my-md-regular{margin-top:1rem !important}.me-md-regular,.mx-md-regular{margin-right:1rem !important}.mb-md-regular,.my-md-regular{margin-bottom:1rem !important}.ms-md-regular,.mx-md-regular{margin-left:1rem !important}.m-md-regular{margin:1rem !important}.mt-md-small-large,.my-md-small-large{margin-top:1.25rem !important}.me-md-small-large,.mx-md-small-large{margin-right:1.25rem !important}.mb-md-small-large,.my-md-small-large{margin-bottom:1.25rem !important}.ms-md-small-large,.mx-md-small-large{margin-left:1.25rem !important}.m-md-small-large{margin:1.25rem !important}.mt-md-large,.my-md-large{margin-top:1.5rem !important}.me-md-large,.mx-md-large{margin-right:1.5rem !important}.mb-md-large,.my-md-large{margin-bottom:1.5rem !important}.ms-md-large,.mx-md-large{margin-left:1.5rem !important}.m-md-large{margin:1.5rem !important}.mt-md-big,.my-md-big{margin-top:2rem !important}.me-md-big,.mx-md-big{margin-right:2rem !important}.mb-md-big,.my-md-big{margin-bottom:2rem !important}.ms-md-big,.mx-md-big{margin-left:2rem !important}.m-md-big{margin:2rem !important}.mt-md-bigger-big,.my-md-bigger-big{margin-top:2.5rem !important}.me-md-bigger-big,.mx-md-bigger-big{margin-right:2.5rem !important}.mb-md-bigger-big,.my-md-bigger-big{margin-bottom:2.5rem !important}.ms-md-bigger-big,.mx-md-bigger-big{margin-left:2.5rem !important}.m-md-bigger-big{margin:2.5rem !important}.mt-md-small-huge,.my-md-small-huge{margin-top:3rem !important}.me-md-small-huge,.mx-md-small-huge{margin-right:3rem !important}.mb-md-small-huge,.my-md-small-huge{margin-bottom:3rem !important}.ms-md-small-huge,.mx-md-small-huge{margin-left:3rem !important}.m-md-small-huge{margin:3rem !important}.mt-md-huge,.my-md-huge{margin-top:3.5rem !important}.me-md-huge,.mx-md-huge{margin-right:3.5rem !important}.mb-md-huge,.my-md-huge{margin-bottom:3.5rem !important}.ms-md-huge,.mx-md-huge{margin-left:3.5rem !important}.m-md-huge{margin:3.5rem !important}.mt-md-small-giant,.my-md-small-giant{margin-top:4.5rem !important}.me-md-small-giant,.mx-md-small-giant{margin-right:4.5rem !important}.mb-md-small-giant,.my-md-small-giant{margin-bottom:4.5rem !important}.ms-md-small-giant,.mx-md-small-giant{margin-left:4.5rem !important}.m-md-small-giant{margin:4.5rem !important}.mt-md-giant,.my-md-giant{margin-top:5rem !important}.me-md-giant,.mx-md-giant{margin-right:5rem !important}.mb-md-giant,.my-md-giant{margin-bottom:5rem !important}.ms-md-giant,.mx-md-giant{margin-left:5rem !important}.m-md-giant{margin:5rem !important}.mt-md-bigger-giant,.my-md-bigger-giant{margin-top:7rem !important}.me-md-bigger-giant,.mx-md-bigger-giant{margin-right:7rem !important}.mb-md-bigger-giant,.my-md-bigger-giant{margin-bottom:7rem !important}.ms-md-bigger-giant,.mx-md-bigger-giant{margin-left:7rem !important}.m-md-bigger-giant{margin:7rem !important}.pt-md-hair,.py-md-hair{padding-top:1px !important}.pe-md-hair,.px-md-hair{padding-right:1px !important}.pb-md-hair,.py-md-hair{padding-bottom:1px !important}.ps-md-hair,.px-md-hair{padding-left:1px !important}.p-md-hair{padding:1px !important}.pt-md-line,.py-md-line{padding-top:2px !important}.pe-md-line,.px-md-line{padding-right:2px !important}.pb-md-line,.py-md-line{padding-bottom:2px !important}.ps-md-line,.px-md-line{padding-left:2px !important}.p-md-line{padding:2px !important}.pt-md-micro,.py-md-micro{padding-top:.25rem !important}.pe-md-micro,.px-md-micro{padding-right:.25rem !important}.pb-md-micro,.py-md-micro{padding-bottom:.25rem !important}.ps-md-micro,.px-md-micro{padding-left:.25rem !important}.p-md-micro{padding:.25rem !important}.pt-md-mini,.py-md-mini{padding-top:.5rem !important}.pe-md-mini,.px-md-mini{padding-right:.5rem !important}.pb-md-mini,.py-md-mini{padding-bottom:.5rem !important}.ps-md-mini,.px-md-mini{padding-left:.5rem !important}.p-md-mini{padding:.5rem !important}.pt-md-small-regular,.py-md-small-regular{padding-top:.75rem !important}.pe-md-small-regular,.px-md-small-regular{padding-right:.75rem !important}.pb-md-small-regular,.py-md-small-regular{padding-bottom:.75rem !important}.ps-md-small-regular,.px-md-small-regular{padding-left:.75rem !important}.p-md-small-regular{padding:.75rem !important}.pt-md-regular,.py-md-regular{padding-top:1rem !important}.pe-md-regular,.px-md-regular{padding-right:1rem !important}.pb-md-regular,.py-md-regular{padding-bottom:1rem !important}.ps-md-regular,.px-md-regular{padding-left:1rem !important}.p-md-regular{padding:1rem !important}.pt-md-small-large,.py-md-small-large{padding-top:1.25rem !important}.pe-md-small-large,.px-md-small-large{padding-right:1.25rem !important}.pb-md-small-large,.py-md-small-large{padding-bottom:1.25rem !important}.ps-md-small-large,.px-md-small-large{padding-left:1.25rem !important}.p-md-small-large{padding:1.25rem !important}.pt-md-large,.py-md-large{padding-top:1.5rem !important}.pe-md-large,.px-md-large{padding-right:1.5rem !important}.pb-md-large,.py-md-large{padding-bottom:1.5rem !important}.ps-md-large,.px-md-large{padding-left:1.5rem !important}.p-md-large{padding:1.5rem !important}.pt-md-big,.py-md-big{padding-top:2rem !important}.pe-md-big,.px-md-big{padding-right:2rem !important}.pb-md-big,.py-md-big{padding-bottom:2rem !important}.ps-md-big,.px-md-big{padding-left:2rem !important}.p-md-big{padding:2rem !important}.pt-md-bigger-big,.py-md-bigger-big{padding-top:2.5rem !important}.pe-md-bigger-big,.px-md-bigger-big{padding-right:2.5rem !important}.pb-md-bigger-big,.py-md-bigger-big{padding-bottom:2.5rem !important}.ps-md-bigger-big,.px-md-bigger-big{padding-left:2.5rem !important}.p-md-bigger-big{padding:2.5rem !important}.pt-md-small-huge,.py-md-small-huge{padding-top:3rem !important}.pe-md-small-huge,.px-md-small-huge{padding-right:3rem !important}.pb-md-small-huge,.py-md-small-huge{padding-bottom:3rem !important}.ps-md-small-huge,.px-md-small-huge{padding-left:3rem !important}.p-md-small-huge{padding:3rem !important}.pt-md-huge,.py-md-huge{padding-top:3.5rem !important}.pe-md-huge,.px-md-huge{padding-right:3.5rem !important}.pb-md-huge,.py-md-huge{padding-bottom:3.5rem !important}.ps-md-huge,.px-md-huge{padding-left:3.5rem !important}.p-md-huge{padding:3.5rem !important}.pt-md-small-giant,.py-md-small-giant{padding-top:4.5rem !important}.pe-md-small-giant,.px-md-small-giant{padding-right:4.5rem !important}.pb-md-small-giant,.py-md-small-giant{padding-bottom:4.5rem !important}.ps-md-small-giant,.px-md-small-giant{padding-left:4.5rem !important}.p-md-small-giant{padding:4.5rem !important}.pt-md-giant,.py-md-giant{padding-top:5rem !important}.pe-md-giant,.px-md-giant{padding-right:5rem !important}.pb-md-giant,.py-md-giant{padding-bottom:5rem !important}.ps-md-giant,.px-md-giant{padding-left:5rem !important}.p-md-giant{padding:5rem !important}.pt-md-bigger-giant,.py-md-bigger-giant{padding-top:7rem !important}.pe-md-bigger-giant,.px-md-bigger-giant{padding-right:7rem !important}.pb-md-bigger-giant,.py-md-bigger-giant{padding-bottom:7rem !important}.ps-md-bigger-giant,.px-md-bigger-giant{padding-left:7rem !important}.p-md-bigger-giant{padding:7rem !important}.lh-md-hair{line-height:1px !important}.lh-md-line{line-height:2px !important}.lh-md-micro{line-height:.25rem !important}.lh-md-mini{line-height:.5rem !important}.lh-md-small-regular{line-height:.75rem !important}.lh-md-regular{line-height:1rem !important}.lh-md-small-large{line-height:1.25rem !important}.lh-md-large{line-height:1.5rem !important}.lh-md-big{line-height:2rem !important}.lh-md-bigger-big{line-height:2.5rem !important}.lh-md-small-huge{line-height:3rem !important}.lh-md-huge{line-height:3.5rem !important}.lh-md-small-giant{line-height:4.5rem !important}.lh-md-giant{line-height:5rem !important}.lh-md-bigger-giant{line-height:7rem !important}.h-md-hair{height:1px !important}.h-md-line{height:2px !important}.h-md-micro{height:.25rem !important}.h-md-mini{height:.5rem !important}.h-md-small-regular{height:.75rem !important}.h-md-regular{height:1rem !important}.h-md-small-large{height:1.25rem !important}.h-md-large{height:1.5rem !important}.h-md-big{height:2rem !important}.h-md-bigger-big{height:2.5rem !important}.h-md-small-huge{height:3rem !important}.h-md-huge{height:3.5rem !important}.h-md-small-giant{height:4.5rem !important}.h-md-giant{height:5rem !important}.h-md-bigger-giant{height:7rem !important}.mh-md-hair{max-height:1px !important}.mh-md-line{max-height:2px !important}.mh-md-micro{max-height:.25rem !important}.mh-md-mini{max-height:.5rem !important}.mh-md-small-regular{max-height:.75rem !important}.mh-md-regular{max-height:1rem !important}.mh-md-small-large{max-height:1.25rem !important}.mh-md-large{max-height:1.5rem !important}.mh-md-big{max-height:2rem !important}.mh-md-bigger-big{max-height:2.5rem !important}.mh-md-small-huge{max-height:3rem !important}.mh-md-huge{max-height:3.5rem !important}.mh-md-small-giant{max-height:4.5rem !important}.mh-md-giant{max-height:5rem !important}.mh-md-bigger-giant{max-height:7rem !important}.w-md-hair{width:1px !important}.w-md-line{width:2px !important}.w-md-micro{width:.25rem !important}.w-md-mini{width:.5rem !important}.w-md-small-regular{width:.75rem !important}.w-md-regular{width:1rem !important}.w-md-small-large{width:1.25rem !important}.w-md-large{width:1.5rem !important}.w-md-big{width:2rem !important}.w-md-bigger-big{width:2.5rem !important}.w-md-small-huge{width:3rem !important}.w-md-huge{width:3.5rem !important}.w-md-small-giant{width:4.5rem !important}.w-md-giant{width:5rem !important}.w-md-bigger-giant{width:7rem !important}.mw-md-hair{max-width:1px !important}.mw-md-line{max-width:2px !important}.mw-md-micro{max-width:.25rem !important}.mw-md-mini{max-width:.5rem !important}.mw-md-small-regular{max-width:.75rem !important}.mw-md-regular{max-width:1rem !important}.mw-md-small-large{max-width:1.25rem !important}.mw-md-large{max-width:1.5rem !important}.mw-md-big{max-width:2rem !important}.mw-md-bigger-big{max-width:2.5rem !important}.mw-md-small-huge{max-width:3rem !important}.mw-md-huge{max-width:3.5rem !important}.mw-md-small-giant{max-width:4.5rem !important}.mw-md-giant{max-width:5rem !important}.mw-md-bigger-giant{max-width:7rem !important}.gap-md-hair{gap:1px !important}.gap-md-line{gap:2px !important}.gap-md-micro{gap:.25rem !important}.gap-md-mini{gap:.5rem !important}.gap-md-small-regular{gap:.75rem !important}.gap-md-regular{gap:1rem !important}.gap-md-small-large{gap:1.25rem !important}.gap-md-large{gap:1.5rem !important}.gap-md-big{gap:2rem !important}.gap-md-bigger-big{gap:2.5rem !important}.gap-md-small-huge{gap:3rem !important}.gap-md-huge{gap:3.5rem !important}.gap-md-small-giant{gap:4.5rem !important}.gap-md-giant{gap:5rem !important}.gap-md-bigger-giant{gap:7rem !important}}@media(min-width: 1024px){.mt-lg-hair,.my-lg-hair{margin-top:1px !important}.me-lg-hair,.mx-lg-hair{margin-right:1px !important}.mb-lg-hair,.my-lg-hair{margin-bottom:1px !important}.ms-lg-hair,.mx-lg-hair{margin-left:1px !important}.m-lg-hair{margin:1px !important}.mt-lg-line,.my-lg-line{margin-top:2px !important}.me-lg-line,.mx-lg-line{margin-right:2px !important}.mb-lg-line,.my-lg-line{margin-bottom:2px !important}.ms-lg-line,.mx-lg-line{margin-left:2px !important}.m-lg-line{margin:2px !important}.mt-lg-micro,.my-lg-micro{margin-top:.25rem !important}.me-lg-micro,.mx-lg-micro{margin-right:.25rem !important}.mb-lg-micro,.my-lg-micro{margin-bottom:.25rem !important}.ms-lg-micro,.mx-lg-micro{margin-left:.25rem !important}.m-lg-micro{margin:.25rem !important}.mt-lg-mini,.my-lg-mini{margin-top:.5rem !important}.me-lg-mini,.mx-lg-mini{margin-right:.5rem !important}.mb-lg-mini,.my-lg-mini{margin-bottom:.5rem !important}.ms-lg-mini,.mx-lg-mini{margin-left:.5rem !important}.m-lg-mini{margin:.5rem !important}.mt-lg-small-regular,.my-lg-small-regular{margin-top:.75rem !important}.me-lg-small-regular,.mx-lg-small-regular{margin-right:.75rem !important}.mb-lg-small-regular,.my-lg-small-regular{margin-bottom:.75rem !important}.ms-lg-small-regular,.mx-lg-small-regular{margin-left:.75rem !important}.m-lg-small-regular{margin:.75rem !important}.mt-lg-regular,.my-lg-regular{margin-top:1rem !important}.me-lg-regular,.mx-lg-regular{margin-right:1rem !important}.mb-lg-regular,.my-lg-regular{margin-bottom:1rem !important}.ms-lg-regular,.mx-lg-regular{margin-left:1rem !important}.m-lg-regular{margin:1rem !important}.mt-lg-small-large,.my-lg-small-large{margin-top:1.25rem !important}.me-lg-small-large,.mx-lg-small-large{margin-right:1.25rem !important}.mb-lg-small-large,.my-lg-small-large{margin-bottom:1.25rem !important}.ms-lg-small-large,.mx-lg-small-large{margin-left:1.25rem !important}.m-lg-small-large{margin:1.25rem !important}.mt-lg-large,.my-lg-large{margin-top:1.5rem !important}.me-lg-large,.mx-lg-large{margin-right:1.5rem !important}.mb-lg-large,.my-lg-large{margin-bottom:1.5rem !important}.ms-lg-large,.mx-lg-large{margin-left:1.5rem !important}.m-lg-large{margin:1.5rem !important}.mt-lg-big,.my-lg-big{margin-top:2rem !important}.me-lg-big,.mx-lg-big{margin-right:2rem !important}.mb-lg-big,.my-lg-big{margin-bottom:2rem !important}.ms-lg-big,.mx-lg-big{margin-left:2rem !important}.m-lg-big{margin:2rem !important}.mt-lg-bigger-big,.my-lg-bigger-big{margin-top:2.5rem !important}.me-lg-bigger-big,.mx-lg-bigger-big{margin-right:2.5rem !important}.mb-lg-bigger-big,.my-lg-bigger-big{margin-bottom:2.5rem !important}.ms-lg-bigger-big,.mx-lg-bigger-big{margin-left:2.5rem !important}.m-lg-bigger-big{margin:2.5rem !important}.mt-lg-small-huge,.my-lg-small-huge{margin-top:3rem !important}.me-lg-small-huge,.mx-lg-small-huge{margin-right:3rem !important}.mb-lg-small-huge,.my-lg-small-huge{margin-bottom:3rem !important}.ms-lg-small-huge,.mx-lg-small-huge{margin-left:3rem !important}.m-lg-small-huge{margin:3rem !important}.mt-lg-huge,.my-lg-huge{margin-top:3.5rem !important}.me-lg-huge,.mx-lg-huge{margin-right:3.5rem !important}.mb-lg-huge,.my-lg-huge{margin-bottom:3.5rem !important}.ms-lg-huge,.mx-lg-huge{margin-left:3.5rem !important}.m-lg-huge{margin:3.5rem !important}.mt-lg-small-giant,.my-lg-small-giant{margin-top:4.5rem !important}.me-lg-small-giant,.mx-lg-small-giant{margin-right:4.5rem !important}.mb-lg-small-giant,.my-lg-small-giant{margin-bottom:4.5rem !important}.ms-lg-small-giant,.mx-lg-small-giant{margin-left:4.5rem !important}.m-lg-small-giant{margin:4.5rem !important}.mt-lg-giant,.my-lg-giant{margin-top:5rem !important}.me-lg-giant,.mx-lg-giant{margin-right:5rem !important}.mb-lg-giant,.my-lg-giant{margin-bottom:5rem !important}.ms-lg-giant,.mx-lg-giant{margin-left:5rem !important}.m-lg-giant{margin:5rem !important}.mt-lg-bigger-giant,.my-lg-bigger-giant{margin-top:7rem !important}.me-lg-bigger-giant,.mx-lg-bigger-giant{margin-right:7rem !important}.mb-lg-bigger-giant,.my-lg-bigger-giant{margin-bottom:7rem !important}.ms-lg-bigger-giant,.mx-lg-bigger-giant{margin-left:7rem !important}.m-lg-bigger-giant{margin:7rem !important}.pt-lg-hair,.py-lg-hair{padding-top:1px !important}.pe-lg-hair,.px-lg-hair{padding-right:1px !important}.pb-lg-hair,.py-lg-hair{padding-bottom:1px !important}.ps-lg-hair,.px-lg-hair{padding-left:1px !important}.p-lg-hair{padding:1px !important}.pt-lg-line,.py-lg-line{padding-top:2px !important}.pe-lg-line,.px-lg-line{padding-right:2px !important}.pb-lg-line,.py-lg-line{padding-bottom:2px !important}.ps-lg-line,.px-lg-line{padding-left:2px !important}.p-lg-line{padding:2px !important}.pt-lg-micro,.py-lg-micro{padding-top:.25rem !important}.pe-lg-micro,.px-lg-micro{padding-right:.25rem !important}.pb-lg-micro,.py-lg-micro{padding-bottom:.25rem !important}.ps-lg-micro,.px-lg-micro{padding-left:.25rem !important}.p-lg-micro{padding:.25rem !important}.pt-lg-mini,.py-lg-mini{padding-top:.5rem !important}.pe-lg-mini,.px-lg-mini{padding-right:.5rem !important}.pb-lg-mini,.py-lg-mini{padding-bottom:.5rem !important}.ps-lg-mini,.px-lg-mini{padding-left:.5rem !important}.p-lg-mini{padding:.5rem !important}.pt-lg-small-regular,.py-lg-small-regular{padding-top:.75rem !important}.pe-lg-small-regular,.px-lg-small-regular{padding-right:.75rem !important}.pb-lg-small-regular,.py-lg-small-regular{padding-bottom:.75rem !important}.ps-lg-small-regular,.px-lg-small-regular{padding-left:.75rem !important}.p-lg-small-regular{padding:.75rem !important}.pt-lg-regular,.py-lg-regular{padding-top:1rem !important}.pe-lg-regular,.px-lg-regular{padding-right:1rem !important}.pb-lg-regular,.py-lg-regular{padding-bottom:1rem !important}.ps-lg-regular,.px-lg-regular{padding-left:1rem !important}.p-lg-regular{padding:1rem !important}.pt-lg-small-large,.py-lg-small-large{padding-top:1.25rem !important}.pe-lg-small-large,.px-lg-small-large{padding-right:1.25rem !important}.pb-lg-small-large,.py-lg-small-large{padding-bottom:1.25rem !important}.ps-lg-small-large,.px-lg-small-large{padding-left:1.25rem !important}.p-lg-small-large{padding:1.25rem !important}.pt-lg-large,.py-lg-large{padding-top:1.5rem !important}.pe-lg-large,.px-lg-large{padding-right:1.5rem !important}.pb-lg-large,.py-lg-large{padding-bottom:1.5rem !important}.ps-lg-large,.px-lg-large{padding-left:1.5rem !important}.p-lg-large{padding:1.5rem !important}.pt-lg-big,.py-lg-big{padding-top:2rem !important}.pe-lg-big,.px-lg-big{padding-right:2rem !important}.pb-lg-big,.py-lg-big{padding-bottom:2rem !important}.ps-lg-big,.px-lg-big{padding-left:2rem !important}.p-lg-big{padding:2rem !important}.pt-lg-bigger-big,.py-lg-bigger-big{padding-top:2.5rem !important}.pe-lg-bigger-big,.px-lg-bigger-big{padding-right:2.5rem !important}.pb-lg-bigger-big,.py-lg-bigger-big{padding-bottom:2.5rem !important}.ps-lg-bigger-big,.px-lg-bigger-big{padding-left:2.5rem !important}.p-lg-bigger-big{padding:2.5rem !important}.pt-lg-small-huge,.py-lg-small-huge{padding-top:3rem !important}.pe-lg-small-huge,.px-lg-small-huge{padding-right:3rem !important}.pb-lg-small-huge,.py-lg-small-huge{padding-bottom:3rem !important}.ps-lg-small-huge,.px-lg-small-huge{padding-left:3rem !important}.p-lg-small-huge{padding:3rem !important}.pt-lg-huge,.py-lg-huge{padding-top:3.5rem !important}.pe-lg-huge,.px-lg-huge{padding-right:3.5rem !important}.pb-lg-huge,.py-lg-huge{padding-bottom:3.5rem !important}.ps-lg-huge,.px-lg-huge{padding-left:3.5rem !important}.p-lg-huge{padding:3.5rem !important}.pt-lg-small-giant,.py-lg-small-giant{padding-top:4.5rem !important}.pe-lg-small-giant,.px-lg-small-giant{padding-right:4.5rem !important}.pb-lg-small-giant,.py-lg-small-giant{padding-bottom:4.5rem !important}.ps-lg-small-giant,.px-lg-small-giant{padding-left:4.5rem !important}.p-lg-small-giant{padding:4.5rem !important}.pt-lg-giant,.py-lg-giant{padding-top:5rem !important}.pe-lg-giant,.px-lg-giant{padding-right:5rem !important}.pb-lg-giant,.py-lg-giant{padding-bottom:5rem !important}.ps-lg-giant,.px-lg-giant{padding-left:5rem !important}.p-lg-giant{padding:5rem !important}.pt-lg-bigger-giant,.py-lg-bigger-giant{padding-top:7rem !important}.pe-lg-bigger-giant,.px-lg-bigger-giant{padding-right:7rem !important}.pb-lg-bigger-giant,.py-lg-bigger-giant{padding-bottom:7rem !important}.ps-lg-bigger-giant,.px-lg-bigger-giant{padding-left:7rem !important}.p-lg-bigger-giant{padding:7rem !important}.lh-lg-hair{line-height:1px !important}.lh-lg-line{line-height:2px !important}.lh-lg-micro{line-height:.25rem !important}.lh-lg-mini{line-height:.5rem !important}.lh-lg-small-regular{line-height:.75rem !important}.lh-lg-regular{line-height:1rem !important}.lh-lg-small-large{line-height:1.25rem !important}.lh-lg-large{line-height:1.5rem !important}.lh-lg-big{line-height:2rem !important}.lh-lg-bigger-big{line-height:2.5rem !important}.lh-lg-small-huge{line-height:3rem !important}.lh-lg-huge{line-height:3.5rem !important}.lh-lg-small-giant{line-height:4.5rem !important}.lh-lg-giant{line-height:5rem !important}.lh-lg-bigger-giant{line-height:7rem !important}.h-lg-hair{height:1px !important}.h-lg-line{height:2px !important}.h-lg-micro{height:.25rem !important}.h-lg-mini{height:.5rem !important}.h-lg-small-regular{height:.75rem !important}.h-lg-regular{height:1rem !important}.h-lg-small-large{height:1.25rem !important}.h-lg-large{height:1.5rem !important}.h-lg-big{height:2rem !important}.h-lg-bigger-big{height:2.5rem !important}.h-lg-small-huge{height:3rem !important}.h-lg-huge{height:3.5rem !important}.h-lg-small-giant{height:4.5rem !important}.h-lg-giant{height:5rem !important}.h-lg-bigger-giant{height:7rem !important}.mh-lg-hair{max-height:1px !important}.mh-lg-line{max-height:2px !important}.mh-lg-micro{max-height:.25rem !important}.mh-lg-mini{max-height:.5rem !important}.mh-lg-small-regular{max-height:.75rem !important}.mh-lg-regular{max-height:1rem !important}.mh-lg-small-large{max-height:1.25rem !important}.mh-lg-large{max-height:1.5rem !important}.mh-lg-big{max-height:2rem !important}.mh-lg-bigger-big{max-height:2.5rem !important}.mh-lg-small-huge{max-height:3rem !important}.mh-lg-huge{max-height:3.5rem !important}.mh-lg-small-giant{max-height:4.5rem !important}.mh-lg-giant{max-height:5rem !important}.mh-lg-bigger-giant{max-height:7rem !important}.w-lg-hair{width:1px !important}.w-lg-line{width:2px !important}.w-lg-micro{width:.25rem !important}.w-lg-mini{width:.5rem !important}.w-lg-small-regular{width:.75rem !important}.w-lg-regular{width:1rem !important}.w-lg-small-large{width:1.25rem !important}.w-lg-large{width:1.5rem !important}.w-lg-big{width:2rem !important}.w-lg-bigger-big{width:2.5rem !important}.w-lg-small-huge{width:3rem !important}.w-lg-huge{width:3.5rem !important}.w-lg-small-giant{width:4.5rem !important}.w-lg-giant{width:5rem !important}.w-lg-bigger-giant{width:7rem !important}.mw-lg-hair{max-width:1px !important}.mw-lg-line{max-width:2px !important}.mw-lg-micro{max-width:.25rem !important}.mw-lg-mini{max-width:.5rem !important}.mw-lg-small-regular{max-width:.75rem !important}.mw-lg-regular{max-width:1rem !important}.mw-lg-small-large{max-width:1.25rem !important}.mw-lg-large{max-width:1.5rem !important}.mw-lg-big{max-width:2rem !important}.mw-lg-bigger-big{max-width:2.5rem !important}.mw-lg-small-huge{max-width:3rem !important}.mw-lg-huge{max-width:3.5rem !important}.mw-lg-small-giant{max-width:4.5rem !important}.mw-lg-giant{max-width:5rem !important}.mw-lg-bigger-giant{max-width:7rem !important}.gap-lg-hair{gap:1px !important}.gap-lg-line{gap:2px !important}.gap-lg-micro{gap:.25rem !important}.gap-lg-mini{gap:.5rem !important}.gap-lg-small-regular{gap:.75rem !important}.gap-lg-regular{gap:1rem !important}.gap-lg-small-large{gap:1.25rem !important}.gap-lg-large{gap:1.5rem !important}.gap-lg-big{gap:2rem !important}.gap-lg-bigger-big{gap:2.5rem !important}.gap-lg-small-huge{gap:3rem !important}.gap-lg-huge{gap:3.5rem !important}.gap-lg-small-giant{gap:4.5rem !important}.gap-lg-giant{gap:5rem !important}.gap-lg-bigger-giant{gap:7rem !important}}@media(min-width: 1280px){.mt-xl-hair,.my-xl-hair{margin-top:1px !important}.me-xl-hair,.mx-xl-hair{margin-right:1px !important}.mb-xl-hair,.my-xl-hair{margin-bottom:1px !important}.ms-xl-hair,.mx-xl-hair{margin-left:1px !important}.m-xl-hair{margin:1px !important}.mt-xl-line,.my-xl-line{margin-top:2px !important}.me-xl-line,.mx-xl-line{margin-right:2px !important}.mb-xl-line,.my-xl-line{margin-bottom:2px !important}.ms-xl-line,.mx-xl-line{margin-left:2px !important}.m-xl-line{margin:2px !important}.mt-xl-micro,.my-xl-micro{margin-top:.25rem !important}.me-xl-micro,.mx-xl-micro{margin-right:.25rem !important}.mb-xl-micro,.my-xl-micro{margin-bottom:.25rem !important}.ms-xl-micro,.mx-xl-micro{margin-left:.25rem !important}.m-xl-micro{margin:.25rem !important}.mt-xl-mini,.my-xl-mini{margin-top:.5rem !important}.me-xl-mini,.mx-xl-mini{margin-right:.5rem !important}.mb-xl-mini,.my-xl-mini{margin-bottom:.5rem !important}.ms-xl-mini,.mx-xl-mini{margin-left:.5rem !important}.m-xl-mini{margin:.5rem !important}.mt-xl-small-regular,.my-xl-small-regular{margin-top:.75rem !important}.me-xl-small-regular,.mx-xl-small-regular{margin-right:.75rem !important}.mb-xl-small-regular,.my-xl-small-regular{margin-bottom:.75rem !important}.ms-xl-small-regular,.mx-xl-small-regular{margin-left:.75rem !important}.m-xl-small-regular{margin:.75rem !important}.mt-xl-regular,.my-xl-regular{margin-top:1rem !important}.me-xl-regular,.mx-xl-regular{margin-right:1rem !important}.mb-xl-regular,.my-xl-regular{margin-bottom:1rem !important}.ms-xl-regular,.mx-xl-regular{margin-left:1rem !important}.m-xl-regular{margin:1rem !important}.mt-xl-small-large,.my-xl-small-large{margin-top:1.25rem !important}.me-xl-small-large,.mx-xl-small-large{margin-right:1.25rem !important}.mb-xl-small-large,.my-xl-small-large{margin-bottom:1.25rem !important}.ms-xl-small-large,.mx-xl-small-large{margin-left:1.25rem !important}.m-xl-small-large{margin:1.25rem !important}.mt-xl-large,.my-xl-large{margin-top:1.5rem !important}.me-xl-large,.mx-xl-large{margin-right:1.5rem !important}.mb-xl-large,.my-xl-large{margin-bottom:1.5rem !important}.ms-xl-large,.mx-xl-large{margin-left:1.5rem !important}.m-xl-large{margin:1.5rem !important}.mt-xl-big,.my-xl-big{margin-top:2rem !important}.me-xl-big,.mx-xl-big{margin-right:2rem !important}.mb-xl-big,.my-xl-big{margin-bottom:2rem !important}.ms-xl-big,.mx-xl-big{margin-left:2rem !important}.m-xl-big{margin:2rem !important}.mt-xl-bigger-big,.my-xl-bigger-big{margin-top:2.5rem !important}.me-xl-bigger-big,.mx-xl-bigger-big{margin-right:2.5rem !important}.mb-xl-bigger-big,.my-xl-bigger-big{margin-bottom:2.5rem !important}.ms-xl-bigger-big,.mx-xl-bigger-big{margin-left:2.5rem !important}.m-xl-bigger-big{margin:2.5rem !important}.mt-xl-small-huge,.my-xl-small-huge{margin-top:3rem !important}.me-xl-small-huge,.mx-xl-small-huge{margin-right:3rem !important}.mb-xl-small-huge,.my-xl-small-huge{margin-bottom:3rem !important}.ms-xl-small-huge,.mx-xl-small-huge{margin-left:3rem !important}.m-xl-small-huge{margin:3rem !important}.mt-xl-huge,.my-xl-huge{margin-top:3.5rem !important}.me-xl-huge,.mx-xl-huge{margin-right:3.5rem !important}.mb-xl-huge,.my-xl-huge{margin-bottom:3.5rem !important}.ms-xl-huge,.mx-xl-huge{margin-left:3.5rem !important}.m-xl-huge{margin:3.5rem !important}.mt-xl-small-giant,.my-xl-small-giant{margin-top:4.5rem !important}.me-xl-small-giant,.mx-xl-small-giant{margin-right:4.5rem !important}.mb-xl-small-giant,.my-xl-small-giant{margin-bottom:4.5rem !important}.ms-xl-small-giant,.mx-xl-small-giant{margin-left:4.5rem !important}.m-xl-small-giant{margin:4.5rem !important}.mt-xl-giant,.my-xl-giant{margin-top:5rem !important}.me-xl-giant,.mx-xl-giant{margin-right:5rem !important}.mb-xl-giant,.my-xl-giant{margin-bottom:5rem !important}.ms-xl-giant,.mx-xl-giant{margin-left:5rem !important}.m-xl-giant{margin:5rem !important}.mt-xl-bigger-giant,.my-xl-bigger-giant{margin-top:7rem !important}.me-xl-bigger-giant,.mx-xl-bigger-giant{margin-right:7rem !important}.mb-xl-bigger-giant,.my-xl-bigger-giant{margin-bottom:7rem !important}.ms-xl-bigger-giant,.mx-xl-bigger-giant{margin-left:7rem !important}.m-xl-bigger-giant{margin:7rem !important}.pt-xl-hair,.py-xl-hair{padding-top:1px !important}.pe-xl-hair,.px-xl-hair{padding-right:1px !important}.pb-xl-hair,.py-xl-hair{padding-bottom:1px !important}.ps-xl-hair,.px-xl-hair{padding-left:1px !important}.p-xl-hair{padding:1px !important}.pt-xl-line,.py-xl-line{padding-top:2px !important}.pe-xl-line,.px-xl-line{padding-right:2px !important}.pb-xl-line,.py-xl-line{padding-bottom:2px !important}.ps-xl-line,.px-xl-line{padding-left:2px !important}.p-xl-line{padding:2px !important}.pt-xl-micro,.py-xl-micro{padding-top:.25rem !important}.pe-xl-micro,.px-xl-micro{padding-right:.25rem !important}.pb-xl-micro,.py-xl-micro{padding-bottom:.25rem !important}.ps-xl-micro,.px-xl-micro{padding-left:.25rem !important}.p-xl-micro{padding:.25rem !important}.pt-xl-mini,.py-xl-mini{padding-top:.5rem !important}.pe-xl-mini,.px-xl-mini{padding-right:.5rem !important}.pb-xl-mini,.py-xl-mini{padding-bottom:.5rem !important}.ps-xl-mini,.px-xl-mini{padding-left:.5rem !important}.p-xl-mini{padding:.5rem !important}.pt-xl-small-regular,.py-xl-small-regular{padding-top:.75rem !important}.pe-xl-small-regular,.px-xl-small-regular{padding-right:.75rem !important}.pb-xl-small-regular,.py-xl-small-regular{padding-bottom:.75rem !important}.ps-xl-small-regular,.px-xl-small-regular{padding-left:.75rem !important}.p-xl-small-regular{padding:.75rem !important}.pt-xl-regular,.py-xl-regular{padding-top:1rem !important}.pe-xl-regular,.px-xl-regular{padding-right:1rem !important}.pb-xl-regular,.py-xl-regular{padding-bottom:1rem !important}.ps-xl-regular,.px-xl-regular{padding-left:1rem !important}.p-xl-regular{padding:1rem !important}.pt-xl-small-large,.py-xl-small-large{padding-top:1.25rem !important}.pe-xl-small-large,.px-xl-small-large{padding-right:1.25rem !important}.pb-xl-small-large,.py-xl-small-large{padding-bottom:1.25rem !important}.ps-xl-small-large,.px-xl-small-large{padding-left:1.25rem !important}.p-xl-small-large{padding:1.25rem !important}.pt-xl-large,.py-xl-large{padding-top:1.5rem !important}.pe-xl-large,.px-xl-large{padding-right:1.5rem !important}.pb-xl-large,.py-xl-large{padding-bottom:1.5rem !important}.ps-xl-large,.px-xl-large{padding-left:1.5rem !important}.p-xl-large{padding:1.5rem !important}.pt-xl-big,.py-xl-big{padding-top:2rem !important}.pe-xl-big,.px-xl-big{padding-right:2rem !important}.pb-xl-big,.py-xl-big{padding-bottom:2rem !important}.ps-xl-big,.px-xl-big{padding-left:2rem !important}.p-xl-big{padding:2rem !important}.pt-xl-bigger-big,.py-xl-bigger-big{padding-top:2.5rem !important}.pe-xl-bigger-big,.px-xl-bigger-big{padding-right:2.5rem !important}.pb-xl-bigger-big,.py-xl-bigger-big{padding-bottom:2.5rem !important}.ps-xl-bigger-big,.px-xl-bigger-big{padding-left:2.5rem !important}.p-xl-bigger-big{padding:2.5rem !important}.pt-xl-small-huge,.py-xl-small-huge{padding-top:3rem !important}.pe-xl-small-huge,.px-xl-small-huge{padding-right:3rem !important}.pb-xl-small-huge,.py-xl-small-huge{padding-bottom:3rem !important}.ps-xl-small-huge,.px-xl-small-huge{padding-left:3rem !important}.p-xl-small-huge{padding:3rem !important}.pt-xl-huge,.py-xl-huge{padding-top:3.5rem !important}.pe-xl-huge,.px-xl-huge{padding-right:3.5rem !important}.pb-xl-huge,.py-xl-huge{padding-bottom:3.5rem !important}.ps-xl-huge,.px-xl-huge{padding-left:3.5rem !important}.p-xl-huge{padding:3.5rem !important}.pt-xl-small-giant,.py-xl-small-giant{padding-top:4.5rem !important}.pe-xl-small-giant,.px-xl-small-giant{padding-right:4.5rem !important}.pb-xl-small-giant,.py-xl-small-giant{padding-bottom:4.5rem !important}.ps-xl-small-giant,.px-xl-small-giant{padding-left:4.5rem !important}.p-xl-small-giant{padding:4.5rem !important}.pt-xl-giant,.py-xl-giant{padding-top:5rem !important}.pe-xl-giant,.px-xl-giant{padding-right:5rem !important}.pb-xl-giant,.py-xl-giant{padding-bottom:5rem !important}.ps-xl-giant,.px-xl-giant{padding-left:5rem !important}.p-xl-giant{padding:5rem !important}.pt-xl-bigger-giant,.py-xl-bigger-giant{padding-top:7rem !important}.pe-xl-bigger-giant,.px-xl-bigger-giant{padding-right:7rem !important}.pb-xl-bigger-giant,.py-xl-bigger-giant{padding-bottom:7rem !important}.ps-xl-bigger-giant,.px-xl-bigger-giant{padding-left:7rem !important}.p-xl-bigger-giant{padding:7rem !important}.lh-xl-hair{line-height:1px !important}.lh-xl-line{line-height:2px !important}.lh-xl-micro{line-height:.25rem !important}.lh-xl-mini{line-height:.5rem !important}.lh-xl-small-regular{line-height:.75rem !important}.lh-xl-regular{line-height:1rem !important}.lh-xl-small-large{line-height:1.25rem !important}.lh-xl-large{line-height:1.5rem !important}.lh-xl-big{line-height:2rem !important}.lh-xl-bigger-big{line-height:2.5rem !important}.lh-xl-small-huge{line-height:3rem !important}.lh-xl-huge{line-height:3.5rem !important}.lh-xl-small-giant{line-height:4.5rem !important}.lh-xl-giant{line-height:5rem !important}.lh-xl-bigger-giant{line-height:7rem !important}.h-xl-hair{height:1px !important}.h-xl-line{height:2px !important}.h-xl-micro{height:.25rem !important}.h-xl-mini{height:.5rem !important}.h-xl-small-regular{height:.75rem !important}.h-xl-regular{height:1rem !important}.h-xl-small-large{height:1.25rem !important}.h-xl-large{height:1.5rem !important}.h-xl-big{height:2rem !important}.h-xl-bigger-big{height:2.5rem !important}.h-xl-small-huge{height:3rem !important}.h-xl-huge{height:3.5rem !important}.h-xl-small-giant{height:4.5rem !important}.h-xl-giant{height:5rem !important}.h-xl-bigger-giant{height:7rem !important}.mh-xl-hair{max-height:1px !important}.mh-xl-line{max-height:2px !important}.mh-xl-micro{max-height:.25rem !important}.mh-xl-mini{max-height:.5rem !important}.mh-xl-small-regular{max-height:.75rem !important}.mh-xl-regular{max-height:1rem !important}.mh-xl-small-large{max-height:1.25rem !important}.mh-xl-large{max-height:1.5rem !important}.mh-xl-big{max-height:2rem !important}.mh-xl-bigger-big{max-height:2.5rem !important}.mh-xl-small-huge{max-height:3rem !important}.mh-xl-huge{max-height:3.5rem !important}.mh-xl-small-giant{max-height:4.5rem !important}.mh-xl-giant{max-height:5rem !important}.mh-xl-bigger-giant{max-height:7rem !important}.w-xl-hair{width:1px !important}.w-xl-line{width:2px !important}.w-xl-micro{width:.25rem !important}.w-xl-mini{width:.5rem !important}.w-xl-small-regular{width:.75rem !important}.w-xl-regular{width:1rem !important}.w-xl-small-large{width:1.25rem !important}.w-xl-large{width:1.5rem !important}.w-xl-big{width:2rem !important}.w-xl-bigger-big{width:2.5rem !important}.w-xl-small-huge{width:3rem !important}.w-xl-huge{width:3.5rem !important}.w-xl-small-giant{width:4.5rem !important}.w-xl-giant{width:5rem !important}.w-xl-bigger-giant{width:7rem !important}.mw-xl-hair{max-width:1px !important}.mw-xl-line{max-width:2px !important}.mw-xl-micro{max-width:.25rem !important}.mw-xl-mini{max-width:.5rem !important}.mw-xl-small-regular{max-width:.75rem !important}.mw-xl-regular{max-width:1rem !important}.mw-xl-small-large{max-width:1.25rem !important}.mw-xl-large{max-width:1.5rem !important}.mw-xl-big{max-width:2rem !important}.mw-xl-bigger-big{max-width:2.5rem !important}.mw-xl-small-huge{max-width:3rem !important}.mw-xl-huge{max-width:3.5rem !important}.mw-xl-small-giant{max-width:4.5rem !important}.mw-xl-giant{max-width:5rem !important}.mw-xl-bigger-giant{max-width:7rem !important}.gap-xl-hair{gap:1px !important}.gap-xl-line{gap:2px !important}.gap-xl-micro{gap:.25rem !important}.gap-xl-mini{gap:.5rem !important}.gap-xl-small-regular{gap:.75rem !important}.gap-xl-regular{gap:1rem !important}.gap-xl-small-large{gap:1.25rem !important}.gap-xl-large{gap:1.5rem !important}.gap-xl-big{gap:2rem !important}.gap-xl-bigger-big{gap:2.5rem !important}.gap-xl-small-huge{gap:3rem !important}.gap-xl-huge{gap:3.5rem !important}.gap-xl-small-giant{gap:4.5rem !important}.gap-xl-giant{gap:5rem !important}.gap-xl-bigger-giant{gap:7rem !important}}@media(min-width: 1440px){.mt-xxl-hair,.my-xxl-hair{margin-top:1px !important}.me-xxl-hair,.mx-xxl-hair{margin-right:1px !important}.mb-xxl-hair,.my-xxl-hair{margin-bottom:1px !important}.ms-xxl-hair,.mx-xxl-hair{margin-left:1px !important}.m-xxl-hair{margin:1px !important}.mt-xxl-line,.my-xxl-line{margin-top:2px !important}.me-xxl-line,.mx-xxl-line{margin-right:2px !important}.mb-xxl-line,.my-xxl-line{margin-bottom:2px !important}.ms-xxl-line,.mx-xxl-line{margin-left:2px !important}.m-xxl-line{margin:2px !important}.mt-xxl-micro,.my-xxl-micro{margin-top:.25rem !important}.me-xxl-micro,.mx-xxl-micro{margin-right:.25rem !important}.mb-xxl-micro,.my-xxl-micro{margin-bottom:.25rem !important}.ms-xxl-micro,.mx-xxl-micro{margin-left:.25rem !important}.m-xxl-micro{margin:.25rem !important}.mt-xxl-mini,.my-xxl-mini{margin-top:.5rem !important}.me-xxl-mini,.mx-xxl-mini{margin-right:.5rem !important}.mb-xxl-mini,.my-xxl-mini{margin-bottom:.5rem !important}.ms-xxl-mini,.mx-xxl-mini{margin-left:.5rem !important}.m-xxl-mini{margin:.5rem !important}.mt-xxl-small-regular,.my-xxl-small-regular{margin-top:.75rem !important}.me-xxl-small-regular,.mx-xxl-small-regular{margin-right:.75rem !important}.mb-xxl-small-regular,.my-xxl-small-regular{margin-bottom:.75rem !important}.ms-xxl-small-regular,.mx-xxl-small-regular{margin-left:.75rem !important}.m-xxl-small-regular{margin:.75rem !important}.mt-xxl-regular,.my-xxl-regular{margin-top:1rem !important}.me-xxl-regular,.mx-xxl-regular{margin-right:1rem !important}.mb-xxl-regular,.my-xxl-regular{margin-bottom:1rem !important}.ms-xxl-regular,.mx-xxl-regular{margin-left:1rem !important}.m-xxl-regular{margin:1rem !important}.mt-xxl-small-large,.my-xxl-small-large{margin-top:1.25rem !important}.me-xxl-small-large,.mx-xxl-small-large{margin-right:1.25rem !important}.mb-xxl-small-large,.my-xxl-small-large{margin-bottom:1.25rem !important}.ms-xxl-small-large,.mx-xxl-small-large{margin-left:1.25rem !important}.m-xxl-small-large{margin:1.25rem !important}.mt-xxl-large,.my-xxl-large{margin-top:1.5rem !important}.me-xxl-large,.mx-xxl-large{margin-right:1.5rem !important}.mb-xxl-large,.my-xxl-large{margin-bottom:1.5rem !important}.ms-xxl-large,.mx-xxl-large{margin-left:1.5rem !important}.m-xxl-large{margin:1.5rem !important}.mt-xxl-big,.my-xxl-big{margin-top:2rem !important}.me-xxl-big,.mx-xxl-big{margin-right:2rem !important}.mb-xxl-big,.my-xxl-big{margin-bottom:2rem !important}.ms-xxl-big,.mx-xxl-big{margin-left:2rem !important}.m-xxl-big{margin:2rem !important}.mt-xxl-bigger-big,.my-xxl-bigger-big{margin-top:2.5rem !important}.me-xxl-bigger-big,.mx-xxl-bigger-big{margin-right:2.5rem !important}.mb-xxl-bigger-big,.my-xxl-bigger-big{margin-bottom:2.5rem !important}.ms-xxl-bigger-big,.mx-xxl-bigger-big{margin-left:2.5rem !important}.m-xxl-bigger-big{margin:2.5rem !important}.mt-xxl-small-huge,.my-xxl-small-huge{margin-top:3rem !important}.me-xxl-small-huge,.mx-xxl-small-huge{margin-right:3rem !important}.mb-xxl-small-huge,.my-xxl-small-huge{margin-bottom:3rem !important}.ms-xxl-small-huge,.mx-xxl-small-huge{margin-left:3rem !important}.m-xxl-small-huge{margin:3rem !important}.mt-xxl-huge,.my-xxl-huge{margin-top:3.5rem !important}.me-xxl-huge,.mx-xxl-huge{margin-right:3.5rem !important}.mb-xxl-huge,.my-xxl-huge{margin-bottom:3.5rem !important}.ms-xxl-huge,.mx-xxl-huge{margin-left:3.5rem !important}.m-xxl-huge{margin:3.5rem !important}.mt-xxl-small-giant,.my-xxl-small-giant{margin-top:4.5rem !important}.me-xxl-small-giant,.mx-xxl-small-giant{margin-right:4.5rem !important}.mb-xxl-small-giant,.my-xxl-small-giant{margin-bottom:4.5rem !important}.ms-xxl-small-giant,.mx-xxl-small-giant{margin-left:4.5rem !important}.m-xxl-small-giant{margin:4.5rem !important}.mt-xxl-giant,.my-xxl-giant{margin-top:5rem !important}.me-xxl-giant,.mx-xxl-giant{margin-right:5rem !important}.mb-xxl-giant,.my-xxl-giant{margin-bottom:5rem !important}.ms-xxl-giant,.mx-xxl-giant{margin-left:5rem !important}.m-xxl-giant{margin:5rem !important}.mt-xxl-bigger-giant,.my-xxl-bigger-giant{margin-top:7rem !important}.me-xxl-bigger-giant,.mx-xxl-bigger-giant{margin-right:7rem !important}.mb-xxl-bigger-giant,.my-xxl-bigger-giant{margin-bottom:7rem !important}.ms-xxl-bigger-giant,.mx-xxl-bigger-giant{margin-left:7rem !important}.m-xxl-bigger-giant{margin:7rem !important}.pt-xxl-hair,.py-xxl-hair{padding-top:1px !important}.pe-xxl-hair,.px-xxl-hair{padding-right:1px !important}.pb-xxl-hair,.py-xxl-hair{padding-bottom:1px !important}.ps-xxl-hair,.px-xxl-hair{padding-left:1px !important}.p-xxl-hair{padding:1px !important}.pt-xxl-line,.py-xxl-line{padding-top:2px !important}.pe-xxl-line,.px-xxl-line{padding-right:2px !important}.pb-xxl-line,.py-xxl-line{padding-bottom:2px !important}.ps-xxl-line,.px-xxl-line{padding-left:2px !important}.p-xxl-line{padding:2px !important}.pt-xxl-micro,.py-xxl-micro{padding-top:.25rem !important}.pe-xxl-micro,.px-xxl-micro{padding-right:.25rem !important}.pb-xxl-micro,.py-xxl-micro{padding-bottom:.25rem !important}.ps-xxl-micro,.px-xxl-micro{padding-left:.25rem !important}.p-xxl-micro{padding:.25rem !important}.pt-xxl-mini,.py-xxl-mini{padding-top:.5rem !important}.pe-xxl-mini,.px-xxl-mini{padding-right:.5rem !important}.pb-xxl-mini,.py-xxl-mini{padding-bottom:.5rem !important}.ps-xxl-mini,.px-xxl-mini{padding-left:.5rem !important}.p-xxl-mini{padding:.5rem !important}.pt-xxl-small-regular,.py-xxl-small-regular{padding-top:.75rem !important}.pe-xxl-small-regular,.px-xxl-small-regular{padding-right:.75rem !important}.pb-xxl-small-regular,.py-xxl-small-regular{padding-bottom:.75rem !important}.ps-xxl-small-regular,.px-xxl-small-regular{padding-left:.75rem !important}.p-xxl-small-regular{padding:.75rem !important}.pt-xxl-regular,.py-xxl-regular{padding-top:1rem !important}.pe-xxl-regular,.px-xxl-regular{padding-right:1rem !important}.pb-xxl-regular,.py-xxl-regular{padding-bottom:1rem !important}.ps-xxl-regular,.px-xxl-regular{padding-left:1rem !important}.p-xxl-regular{padding:1rem !important}.pt-xxl-small-large,.py-xxl-small-large{padding-top:1.25rem !important}.pe-xxl-small-large,.px-xxl-small-large{padding-right:1.25rem !important}.pb-xxl-small-large,.py-xxl-small-large{padding-bottom:1.25rem !important}.ps-xxl-small-large,.px-xxl-small-large{padding-left:1.25rem !important}.p-xxl-small-large{padding:1.25rem !important}.pt-xxl-large,.py-xxl-large{padding-top:1.5rem !important}.pe-xxl-large,.px-xxl-large{padding-right:1.5rem !important}.pb-xxl-large,.py-xxl-large{padding-bottom:1.5rem !important}.ps-xxl-large,.px-xxl-large{padding-left:1.5rem !important}.p-xxl-large{padding:1.5rem !important}.pt-xxl-big,.py-xxl-big{padding-top:2rem !important}.pe-xxl-big,.px-xxl-big{padding-right:2rem !important}.pb-xxl-big,.py-xxl-big{padding-bottom:2rem !important}.ps-xxl-big,.px-xxl-big{padding-left:2rem !important}.p-xxl-big{padding:2rem !important}.pt-xxl-bigger-big,.py-xxl-bigger-big{padding-top:2.5rem !important}.pe-xxl-bigger-big,.px-xxl-bigger-big{padding-right:2.5rem !important}.pb-xxl-bigger-big,.py-xxl-bigger-big{padding-bottom:2.5rem !important}.ps-xxl-bigger-big,.px-xxl-bigger-big{padding-left:2.5rem !important}.p-xxl-bigger-big{padding:2.5rem !important}.pt-xxl-small-huge,.py-xxl-small-huge{padding-top:3rem !important}.pe-xxl-small-huge,.px-xxl-small-huge{padding-right:3rem !important}.pb-xxl-small-huge,.py-xxl-small-huge{padding-bottom:3rem !important}.ps-xxl-small-huge,.px-xxl-small-huge{padding-left:3rem !important}.p-xxl-small-huge{padding:3rem !important}.pt-xxl-huge,.py-xxl-huge{padding-top:3.5rem !important}.pe-xxl-huge,.px-xxl-huge{padding-right:3.5rem !important}.pb-xxl-huge,.py-xxl-huge{padding-bottom:3.5rem !important}.ps-xxl-huge,.px-xxl-huge{padding-left:3.5rem !important}.p-xxl-huge{padding:3.5rem !important}.pt-xxl-small-giant,.py-xxl-small-giant{padding-top:4.5rem !important}.pe-xxl-small-giant,.px-xxl-small-giant{padding-right:4.5rem !important}.pb-xxl-small-giant,.py-xxl-small-giant{padding-bottom:4.5rem !important}.ps-xxl-small-giant,.px-xxl-small-giant{padding-left:4.5rem !important}.p-xxl-small-giant{padding:4.5rem !important}.pt-xxl-giant,.py-xxl-giant{padding-top:5rem !important}.pe-xxl-giant,.px-xxl-giant{padding-right:5rem !important}.pb-xxl-giant,.py-xxl-giant{padding-bottom:5rem !important}.ps-xxl-giant,.px-xxl-giant{padding-left:5rem !important}.p-xxl-giant{padding:5rem !important}.pt-xxl-bigger-giant,.py-xxl-bigger-giant{padding-top:7rem !important}.pe-xxl-bigger-giant,.px-xxl-bigger-giant{padding-right:7rem !important}.pb-xxl-bigger-giant,.py-xxl-bigger-giant{padding-bottom:7rem !important}.ps-xxl-bigger-giant,.px-xxl-bigger-giant{padding-left:7rem !important}.p-xxl-bigger-giant{padding:7rem !important}.lh-xxl-hair{line-height:1px !important}.lh-xxl-line{line-height:2px !important}.lh-xxl-micro{line-height:.25rem !important}.lh-xxl-mini{line-height:.5rem !important}.lh-xxl-small-regular{line-height:.75rem !important}.lh-xxl-regular{line-height:1rem !important}.lh-xxl-small-large{line-height:1.25rem !important}.lh-xxl-large{line-height:1.5rem !important}.lh-xxl-big{line-height:2rem !important}.lh-xxl-bigger-big{line-height:2.5rem !important}.lh-xxl-small-huge{line-height:3rem !important}.lh-xxl-huge{line-height:3.5rem !important}.lh-xxl-small-giant{line-height:4.5rem !important}.lh-xxl-giant{line-height:5rem !important}.lh-xxl-bigger-giant{line-height:7rem !important}.h-xxl-hair{height:1px !important}.h-xxl-line{height:2px !important}.h-xxl-micro{height:.25rem !important}.h-xxl-mini{height:.5rem !important}.h-xxl-small-regular{height:.75rem !important}.h-xxl-regular{height:1rem !important}.h-xxl-small-large{height:1.25rem !important}.h-xxl-large{height:1.5rem !important}.h-xxl-big{height:2rem !important}.h-xxl-bigger-big{height:2.5rem !important}.h-xxl-small-huge{height:3rem !important}.h-xxl-huge{height:3.5rem !important}.h-xxl-small-giant{height:4.5rem !important}.h-xxl-giant{height:5rem !important}.h-xxl-bigger-giant{height:7rem !important}.mh-xxl-hair{max-height:1px !important}.mh-xxl-line{max-height:2px !important}.mh-xxl-micro{max-height:.25rem !important}.mh-xxl-mini{max-height:.5rem !important}.mh-xxl-small-regular{max-height:.75rem !important}.mh-xxl-regular{max-height:1rem !important}.mh-xxl-small-large{max-height:1.25rem !important}.mh-xxl-large{max-height:1.5rem !important}.mh-xxl-big{max-height:2rem !important}.mh-xxl-bigger-big{max-height:2.5rem !important}.mh-xxl-small-huge{max-height:3rem !important}.mh-xxl-huge{max-height:3.5rem !important}.mh-xxl-small-giant{max-height:4.5rem !important}.mh-xxl-giant{max-height:5rem !important}.mh-xxl-bigger-giant{max-height:7rem !important}.w-xxl-hair{width:1px !important}.w-xxl-line{width:2px !important}.w-xxl-micro{width:.25rem !important}.w-xxl-mini{width:.5rem !important}.w-xxl-small-regular{width:.75rem !important}.w-xxl-regular{width:1rem !important}.w-xxl-small-large{width:1.25rem !important}.w-xxl-large{width:1.5rem !important}.w-xxl-big{width:2rem !important}.w-xxl-bigger-big{width:2.5rem !important}.w-xxl-small-huge{width:3rem !important}.w-xxl-huge{width:3.5rem !important}.w-xxl-small-giant{width:4.5rem !important}.w-xxl-giant{width:5rem !important}.w-xxl-bigger-giant{width:7rem !important}.mw-xxl-hair{max-width:1px !important}.mw-xxl-line{max-width:2px !important}.mw-xxl-micro{max-width:.25rem !important}.mw-xxl-mini{max-width:.5rem !important}.mw-xxl-small-regular{max-width:.75rem !important}.mw-xxl-regular{max-width:1rem !important}.mw-xxl-small-large{max-width:1.25rem !important}.mw-xxl-large{max-width:1.5rem !important}.mw-xxl-big{max-width:2rem !important}.mw-xxl-bigger-big{max-width:2.5rem !important}.mw-xxl-small-huge{max-width:3rem !important}.mw-xxl-huge{max-width:3.5rem !important}.mw-xxl-small-giant{max-width:4.5rem !important}.mw-xxl-giant{max-width:5rem !important}.mw-xxl-bigger-giant{max-width:7rem !important}.gap-xxl-hair{gap:1px !important}.gap-xxl-line{gap:2px !important}.gap-xxl-micro{gap:.25rem !important}.gap-xxl-mini{gap:.5rem !important}.gap-xxl-small-regular{gap:.75rem !important}.gap-xxl-regular{gap:1rem !important}.gap-xxl-small-large{gap:1.25rem !important}.gap-xxl-large{gap:1.5rem !important}.gap-xxl-big{gap:2rem !important}.gap-xxl-bigger-big{gap:2.5rem !important}.gap-xxl-small-huge{gap:3rem !important}.gap-xxl-huge{gap:3.5rem !important}.gap-xxl-small-giant{gap:4.5rem !important}.gap-xxl-giant{gap:5rem !important}.gap-xxl-bigger-giant{gap:7rem !important}}@media(min-width: 400px){.w-sm-25{width:25% !important}.w-sm-50{width:50% !important}.w-sm-75{width:75% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}}@media(min-width: 600px){.w-rg-25{width:25% !important}.w-rg-50{width:50% !important}.w-rg-75{width:75% !important}.w-rg-100{width:100% !important}.w-rg-auto{width:auto !important}}@media(min-width: 780px){.w-md-25{width:25% !important}.w-md-50{width:50% !important}.w-md-75{width:75% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}}@media(min-width: 1024px){.w-lg-25{width:25% !important}.w-lg-50{width:50% !important}.w-lg-75{width:75% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}}@media(min-width: 1280px){.w-xl-25{width:25% !important}.w-xl-50{width:50% !important}.w-xl-75{width:75% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}}@media(min-width: 1440px){.w-xxl-25{width:25% !important}.w-xxl-50{width:50% !important}.w-xxl-75{width:75% !important}.w-xxl-100{width:100% !important}.w-xxl-auto{width:auto !important}}.m-giant-r{margin:3.5rem !important}.mt-giant-r{margin-top:3.5rem !important}.mr-giant-r{margin-right:3.5rem !important}.mb-giant-r{margin-bottom:3.5rem !important}.ml-giant-r{margin-left:3.5rem !important}.p-giant-r{padding:3.5rem !important}.pt-giant-r{padding-top:3.5rem !important}.pr-giant-r{padding-right:3.5rem !important}.pb-giant-r{padding-bottom:3.5rem !important}.pl-giant-r{padding-left:3.5rem !important}.gap-giant-r{gap:3.5rem !important}.m-huge-r{margin:2rem !important}.mt-huge-r{margin-top:2rem !important}.mr-huge-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:2rem !important}.p-huge-r{padding:2rem !important}.pt-huge-r{padding-top:2rem !important}.pr-huge-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:2rem !important}.gap-huge-r{gap:2rem !important}.m-bigger-big-r{margin:1.5rem !important}.mt-bigger-big-r{margin-top:1.5rem !important}.mr-bigger-big-r{margin-right:1.5rem !important}.mb-bigger-big-r{margin-bottom:1.5rem !important}.ml-bigger-big-r{margin-left:1.5rem !important}.p-bigger-big-r{padding:1.5rem !important}.pt-bigger-big-r{padding-top:1.5rem !important}.pr-bigger-big-r{padding-right:1.5rem !important}.pb-bigger-big-r{padding-bottom:1.5rem !important}.pl-bigger-big-r{padding-left:1.5rem !important}.gap-bigger-big-r{gap:1.5rem !important}.m-big-r{margin:1.25rem !important}.mt-big-r{margin-top:1.25rem !important}.mr-big-r{margin-right:1.25rem !important}.mb-big-r{margin-bottom:1.25rem !important}.ml-big-r{margin-left:1.25rem !important}.p-big-r{padding:1.25rem !important}.pt-big-r{padding-top:1.25rem !important}.pr-big-r{padding-right:1.25rem !important}.pb-big-r{padding-bottom:1.25rem !important}.pl-big-r{padding-left:1.25rem !important}.gap-big-r{gap:1.25rem !important}.m-large-r{margin:1rem !important}.mt-large-r{margin-top:1rem !important}.mr-large-r{margin-right:1rem !important}.mb-large-r{margin-bottom:1rem !important}.ml-large-r{margin-left:1rem !important}.p-large-r{padding:1rem !important}.pt-large-r{padding-top:1rem !important}.pr-large-r{padding-right:1rem !important}.pb-large-r{padding-bottom:1rem !important}.pl-large-r{padding-left:1rem !important}.gap-large-r{gap:1rem !important}.m-regular-r{margin:1rem !important}.mt-regular-r{margin-top:1rem !important}.mr-regular-r{margin-right:1rem !important}.mb-regular-r{margin-bottom:1rem !important}.ml-regular-r{margin-left:1rem !important}.p-regular-r{padding:1rem !important}.pt-regular-r{padding-top:1rem !important}.pr-regular-r{padding-right:1rem !important}.pb-regular-r{padding-bottom:1rem !important}.pl-regular-r{padding-left:1rem !important}.gap-regular-r{gap:1rem !important}.m-small-r{margin:.75rem !important}.mt-small-r{margin-top:.75rem !important}.mr-small-r{margin-right:.75rem !important}.mb-small-r{margin-bottom:.75rem !important}.ml-small-r{margin-left:.75rem !important}.p-small-r{padding:.75rem !important}.pt-small-r{padding-top:.75rem !important}.pr-small-r{padding-right:.75rem !important}.pb-small-r{padding-bottom:.75rem !important}.pl-small-r{padding-left:.75rem !important}.gap-small-r{gap:.75rem !important}.m-tiny-r{margin:.75rem !important}.mt-tiny-r{margin-top:.75rem !important}.mr-tiny-r{margin-right:.75rem !important}.mb-tiny-r{margin-bottom:.75rem !important}.ml-tiny-r{margin-left:.75rem !important}.p-tiny-r{padding:.75rem !important}.pt-tiny-r{padding-top:.75rem !important}.pr-tiny-r{padding-right:.75rem !important}.pb-tiny-r{padding-bottom:.75rem !important}.pl-tiny-r{padding-left:.75rem !important}.gap-tiny-r{gap:.75rem !important}@media(min-width: 400px){.m-small-r{margin:1rem !important}.mt-small-r{margin-top:1rem !important}.mr-small-r{margin-right:1rem !important}.mb-small-r{margin-bottom:1rem !important}.ml-small-r{margin-left:1rem !important}.p-small-r{padding:1rem !important}.pt-small-r{padding-top:1rem !important}.pr-small-r{padding-right:1rem !important}.pb-small-r{padding-bottom:1rem !important}.pl-small-r{padding-left:1rem !important}.gap-small-r{gap:1rem !important}}@media(min-width: 780px){.m-giant-r{margin:5rem !important}.m-huge-r{margin:2.5rem !important}.m-bigger-big-r{margin:3rem !important}.m-big-r{margin:2rem !important}.m-large-r{margin:1.25rem !important}.m-regular-r{margin:1.5rem !important}.m-tiny-r{margin:1rem !important}.mt-giant-r{margin-top:5rem !important}.mt-huge-r{margin-top:2.5rem !important}.mt-bigger-big-r{margin-top:3rem !important}.mt-big-r{margin-top:2rem !important}.mt-large-r{margin-top:1.25rem !important}.mt-regular-r{margin-top:1.5rem !important}.mt-tiny-r{margin-top:1rem !important}.mr-giant-r{margin-right:5rem !important}.mr-huge-r{margin-right:2.5rem !important}.mr-bigger-big-r{margin-right:3rem !important}.mr-big-r{margin-right:2rem !important}.mr-large-r{margin-right:1.25rem !important}.mr-regular-r{margin-right:1.5rem !important}.mr-tiny-r{margin-right:1rem !important}.mb-giant-r{margin-bottom:5rem !important}.mb-huge-r{margin-bottom:2.5rem !important}.mb-bigger-big-r{margin-bottom:3rem !important}.mb-big-r{margin-bottom:2rem !important}.mb-large-r{margin-bottom:1.25rem !important}.mb-regular-r{margin-bottom:1.5rem !important}.mb-tiny-r{margin-bottom:1rem !important}.ml-giant-r{margin-left:5rem !important}.ml-huge-r{margin-left:2.5rem !important}.ml-bigger-big-r{margin-left:3rem !important}.ml-big-r{margin-left:2rem !important}.ml-large-r{margin-left:1.25rem !important}.ml-regular-r{margin-left:1.5rem !important}.ml-tiny-r{margin-left:1rem !important}.p-giant-r{padding:5rem !important}.p-huge-r{padding:2.5rem !important}.p-bigger-big-r{padding:3rem !important}.p-big-r{padding:2rem !important}.p-large-r{padding:1.25rem !important}.p-regular-r{padding:1.5rem !important}.p-tiny-r{padding:1rem !important}.pt-giant-r{padding-top:5rem !important}.pt-huge-r{padding-top:2.5rem !important}.pt-bigger-big-r{padding-top:3rem !important}.pt-big-r{padding-top:2rem !important}.pt-large-r{padding-top:1.25rem !important}.pt-regular-r{padding-top:1.5rem !important}.pt-tiny-r{padding-top:1rem !important}.pr-giant-r{padding-right:5rem !important}.pr-huge-r{padding-right:2.5rem !important}.pr-bigger-big-r{padding-right:3rem !important}.pr-big-r{padding-right:2rem !important}.pr-large-r{padding-right:1.25rem !important}.pr-regular-r{padding-right:1.5rem !important}.pr-tiny-r{padding-right:1rem !important}.pb-giant-r{padding-bottom:5rem !important}.pb-huge-r{padding-bottom:2.5rem !important}.pb-bigger-big-r{padding-bottom:3rem !important}.pb-big-r{padding-bottom:2rem !important}.pb-large-r{padding-bottom:1.25rem !important}.pb-regular-r{padding-bottom:1.5rem !important}.pb-tiny-r{padding-bottom:1rem !important}.pl-giant-r{padding-left:5rem !important}.pl-huge-r{padding-left:2.5rem !important}.pl-bigger-big-r{padding-left:3rem !important}.pl-big-r{padding-left:2rem !important}.pl-large-r{padding-left:1.25rem !important}.pl-regular-r{padding-left:1.5rem !important}.pl-tiny-r{padding-left:1rem !important}.gap-giant-r{gap:5rem !important}.gap-huge-r{gap:2.5rem !important}.gap-bigger-big-r{gap:3rem !important}.gap-big-r{gap:2rem !important}.gap-large-r{gap:1.25rem !important}.gap-regular-r{gap:1.5rem !important}.gap-tiny-r{gap:1rem !important}}@media(min-width: 1280px){.m-huge-r{margin:3.5rem !important}.m-big-r{margin:2.5rem !important}.m-large-r{margin:2rem !important}.mt-huge-r{margin-top:3.5rem !important}.mt-big-r{margin-top:2.5rem !important}.mt-large-r{margin-top:2rem !important}.mr-huge-r{margin-right:3.5rem !important}.mr-big-r{margin-right:2.5rem !important}.mr-large-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:3.5rem !important}.mb-big-r{margin-bottom:2.5rem !important}.mb-large-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:3.5rem !important}.ml-big-r{margin-left:2.5rem !important}.ml-large-r{margin-left:2rem !important}.p-huge-r{padding:3.5rem !important}.p-big-r{padding:2.5rem !important}.p-large-r{padding:2rem !important}.pt-huge-r{padding-top:3.5rem !important}.pt-big-r{padding-top:2.5rem !important}.pt-large-r{padding-top:2rem !important}.pr-huge-r{padding-right:3.5rem !important}.pr-big-r{padding-right:2.5rem !important}.pr-large-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:3.5rem !important}.pb-big-r{padding-bottom:2.5rem !important}.pb-large-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:3.5rem !important}.pl-big-r{padding-left:2.5rem !important}.pl-large-r{padding-left:2rem !important}.gap-huge-r{gap:3.5rem !important}.gap-big-r{gap:2.5rem !important}.gap-large-r{gap:2rem !important}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 400px;--bs-breakpoint-rg: 600px;--bs-breakpoint-md: 780px;--bs-breakpoint-lg: 1024px;--bs-breakpoint-xl: 1280px;--bs-breakpoint-xxl: 1440px}.row{--bs-gutter-x: 30px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 400px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 600px){.col-rg{flex:1 0 0%}.row-cols-rg-auto>*{flex:0 0 auto;width:auto}.row-cols-rg-1>*{flex:0 0 auto;width:100%}.row-cols-rg-2>*{flex:0 0 auto;width:50%}.row-cols-rg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-rg-4>*{flex:0 0 auto;width:25%}.row-cols-rg-5>*{flex:0 0 auto;width:20%}.row-cols-rg-6>*{flex:0 0 auto;width:16.66666667%}.col-rg-auto{flex:0 0 auto;width:auto}.col-rg-1{flex:0 0 auto;width:8.33333333%}.col-rg-2{flex:0 0 auto;width:16.66666667%}.col-rg-3{flex:0 0 auto;width:25%}.col-rg-4{flex:0 0 auto;width:33.33333333%}.col-rg-5{flex:0 0 auto;width:41.66666667%}.col-rg-6{flex:0 0 auto;width:50%}.col-rg-7{flex:0 0 auto;width:58.33333333%}.col-rg-8{flex:0 0 auto;width:66.66666667%}.col-rg-9{flex:0 0 auto;width:75%}.col-rg-10{flex:0 0 auto;width:83.33333333%}.col-rg-11{flex:0 0 auto;width:91.66666667%}.col-rg-12{flex:0 0 auto;width:100%}.offset-rg-0{margin-left:0}.offset-rg-1{margin-left:8.33333333%}.offset-rg-2{margin-left:16.66666667%}.offset-rg-3{margin-left:25%}.offset-rg-4{margin-left:33.33333333%}.offset-rg-5{margin-left:41.66666667%}.offset-rg-6{margin-left:50%}.offset-rg-7{margin-left:58.33333333%}.offset-rg-8{margin-left:66.66666667%}.offset-rg-9{margin-left:75%}.offset-rg-10{margin-left:83.33333333%}.offset-rg-11{margin-left:91.66666667%}.g-rg-0,.gx-rg-0{--bs-gutter-x: 0}.g-rg-0,.gy-rg-0{--bs-gutter-y: 0}.g-rg-1,.gx-rg-1{--bs-gutter-x: 0.25rem}.g-rg-1,.gy-rg-1{--bs-gutter-y: 0.25rem}.g-rg-2,.gx-rg-2{--bs-gutter-x: 0.5rem}.g-rg-2,.gy-rg-2{--bs-gutter-y: 0.5rem}.g-rg-3,.gx-rg-3{--bs-gutter-x: 1rem}.g-rg-3,.gy-rg-3{--bs-gutter-y: 1rem}.g-rg-4,.gx-rg-4{--bs-gutter-x: 1.5rem}.g-rg-4,.gy-rg-4{--bs-gutter-y: 1.5rem}.g-rg-5,.gx-rg-5{--bs-gutter-x: 3rem}.g-rg-5,.gy-rg-5{--bs-gutter-y: 3rem}}@media(min-width: 780px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 1024px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1280px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1440px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.container,.container-fluid,.container-xxl,.container-xl{--bs-gutter-x: 30px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 1280px){.container-xl,.container-lg,.container-md,.container-rg,.container-sm,.container{max-width:1280px}}@media(min-width: 1440px){.container-xxl,.container-xl,.container-lg,.container-md,.container-rg,.container-sm,.container{max-width:1440px}}.container{padding-inline:var(--post-container-padding-x)}.container-fluid{padding-inline:var(--post-container-fluid-padding-x)}.container{--post-container-padding-x: 12px}.container-fluid{--post-container-fluid-padding-x: 12px}.row{--bs-gutter-x: 12px}@media(min-width: 400px){.container{--post-container-padding-x: 16px}}@media(min-width: 400px){.container-fluid{--post-container-fluid-padding-x: 16px}}@media(min-width: 400px){.row{--bs-gutter-x: 16px}}@media(min-width: 780px){.container{--post-container-padding-x: 32px}}@media(min-width: 780px){.container-fluid{--post-container-fluid-padding-x: 32px}}@media(min-width: 1280px){.container{--post-container-padding-x: 40px}}@media(min-width: 1440px){.container{--post-container-padding-x: 120px}}.g-0,.gx-0{--bs-gutter-x: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}@media(min-width: 400px){.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}}@media(min-width: 400px){.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}}@media(min-width: 400px){.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}}@media(min-width: 400px){.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}}@media(min-width: 400px){.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}}@media(min-width: 400px){.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}}@media(min-width: 600px){.g-rg-0,.gx-rg-0{--bs-gutter-x: 0}}@media(min-width: 600px){.g-rg-1,.gx-rg-1{--bs-gutter-x: 0.25rem}}@media(min-width: 600px){.g-rg-2,.gx-rg-2{--bs-gutter-x: 0.5rem}}@media(min-width: 600px){.g-rg-3,.gx-rg-3{--bs-gutter-x: 1rem}}@media(min-width: 600px){.g-rg-4,.gx-rg-4{--bs-gutter-x: 1.5rem}}@media(min-width: 600px){.g-rg-5,.gx-rg-5{--bs-gutter-x: 3rem}}@media(min-width: 780px){.g-md-0,.gx-md-0{--bs-gutter-x: 0}}@media(min-width: 780px){.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}}@media(min-width: 780px){.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}}@media(min-width: 780px){.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}}@media(min-width: 780px){.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}}@media(min-width: 780px){.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}}@media(min-width: 1024px){.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}}@media(min-width: 1024px){.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1024px){.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1024px){.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}}@media(min-width: 1024px){.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1024px){.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}}@media(min-width: 1280px){.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}}@media(min-width: 1280px){.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1280px){.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1280px){.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}}@media(min-width: 1280px){.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1280px){.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}}@media(min-width: 1440px){.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}}@media(min-width: 1440px){.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1440px){.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1440px){.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}}@media(min-width: 1440px){.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1440px){.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}}.vertical-gutters{margin-bottom:-30px}.vertical-gutters>.col,.vertical-gutters>[class*=col-]{padding-bottom:30px}.row.border-gutters{margin-right:-1px;margin-bottom:-1px;margin-left:0}.row.border-gutters>.col,.row.border-gutters>[class*=col-]{padding-right:1px;padding-bottom:1px;padding-left:0}.container-reset{margin-right:-12px;margin-left:-12px}.container-reset-left{margin-left:-12px}.container-reset-right{margin-right:-12px}@media(max-width: 399.98px){.container-fluid-xs{padding-right:1rem;padding-left:1rem}}@media(min-width: 400px){.container-reset{margin-right:-16px;margin-left:-16px}}@media(min-width: 400px){.container-reset-left{margin-left:-16px}}@media(min-width: 400px){.container-reset-right{margin-right:-16px}}@media(min-width: 400px)and (max-width: 599.98px){.container-fluid-sm{padding-right:1rem;padding-left:1rem}}@media(min-width: 600px)and (max-width: 779.98px){.container-fluid-rg{padding-right:1rem;padding-left:1rem}}@media(min-width: 780px){.container-reset{margin-right:-32px;margin-left:-32px}}@media(min-width: 780px){.container-reset-left{margin-left:-32px}}@media(min-width: 780px){.container-reset-right{margin-right:-32px}}@media(min-width: 780px)and (max-width: 1023.98px){.container-fluid-md{padding-right:1rem;padding-left:1rem}}@media(min-width: 1024px)and (max-width: 1279.98px){.container-fluid-lg{padding-right:1rem;padding-left:1rem}}@media(min-width: 1280px){.container-reset{margin-right:-40px;margin-left:-40px}}@media(min-width: 1280px){.container-reset-left{margin-left:-40px}}@media(min-width: 1280px){.container-reset-right{margin-right:-40px}}@media(min-width: 1280px)and (max-width: 1439.98px){.container-fluid-xl{padding-right:1rem;padding-left:1rem}}@media(min-width: 1440px){.container-reset{margin-right:-120px;margin-left:-120px}}@media(min-width: 1440px){.container-reset-left{margin-left:-120px}}@media(min-width: 1440px){.container-reset-right{margin-right:-120px}}@media(min-width: 1440px){.container-fluid-xxl{padding-right:1rem;padding-left:1rem}}
1
+ *,*::before,*::after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;hyphens:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{caption-side:bottom;border-collapse:collapse}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}fieldset,legend{padding:0}fieldset{border:0}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:900;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlk.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlk.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:900;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlkIt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-XBlkIt.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:700;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:700;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-BdIt.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:400;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans v005";font-weight:400;font-style:italic;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-It.woff") format("woff")}body{font-family:var(--post-device-font-family-default);font-size:var(--post-device-font-size-6);font-weight:var(--post-device-font-weight-regular);line-height:var(--post-device-line-height-content);letter-spacing:var(--post-core-letter-spacing-default);color:var(--post-mode-color-surface-default-fg)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-black)}h1,.h1{font-size:var(--post-device-font-size-1);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-2)}h2,.h2{font-size:var(--post-device-font-size-2);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-2)}h3,.h3{font-size:var(--post-device-font-size-3);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h4,.h4{font-size:var(--post-device-font-size-4);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h5,.h5{font-size:var(--post-device-font-size-5);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}h6,.h6{font-size:var(--post-device-font-size-6);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-3)}legend{font-weight:var(--post-device-font-weight-bold);line-height:var(--post-device-line-height-legend);width:100%}legend.large{font-size:var(--post-device-font-size-3);margin-block-start:var(--post-device-spacing-margin-1);margin-block-end:var(--post-device-spacing-margin-4);padding-block-end:var(--post-device-spacing-padding-17);border-bottom:var(--post-core-color-sandgrey-100) var(--post-device-border-width-default) var(--post-core-border-style-solid)}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-error{color:#fff !important;background-color:RGBA(var(--bs-error-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(251, 250, 249, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(251, 250, 249, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(35, 108, 23, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(35, 108, 23, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(246, 177, 51, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(246, 177, 51, var(--bs-link-underline-opacity, 1)) !important}.link-error{color:RGBA(var(--bs-error-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-error-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-error:hover,.link-error:focus{color:RGBA(132, 18, 32, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(132, 18, 32, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(214, 233, 241, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(214, 233, 241, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 400px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 600px){.sticky-rg-top{position:sticky;top:0;z-index:1020}.sticky-rg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 780px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1024px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1280px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1440px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-error{--bs-focus-ring-color: rgba(var(--bs-error-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-error{--bs-border-opacity: 1;border-color:rgba(var(--bs-error-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-tiny{font-size:0.8125rem !important}.fs-small{font-size:0.9375rem !important}.fs-regular{font-size:1rem !important}.fs-bigger-regular{font-size:1.0625rem !important}.fs-medium{font-size:1.25rem !important}.fs-large{font-size:calc(1.275rem + 0.3vw) !important}.fs-small-big{font-size:calc(1.3rem + 0.6vw) !important}.fs-big{font-size:calc(1.325rem + 0.9vw) !important}.fs-bigger-big{font-size:calc(1.375rem + 1.5vw) !important}.fs-small-huge{font-size:calc(1.425rem + 2.1vw) !important}.fs-huge{font-size:calc(1.475rem + 2.7vw) !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.2 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:1.5 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-error{--bs-text-opacity: 1;color:rgba(var(--bs-error-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-error{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-error-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 400px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 600px){.float-rg-start{float:left !important}.float-rg-end{float:right !important}.float-rg-none{float:none !important}.object-fit-rg-contain{object-fit:contain !important}.object-fit-rg-cover{object-fit:cover !important}.object-fit-rg-fill{object-fit:fill !important}.object-fit-rg-scale{object-fit:scale-down !important}.object-fit-rg-none{object-fit:none !important}.text-rg-start{text-align:left !important}.text-rg-end{text-align:right !important}.text-rg-center{text-align:center !important}}@media(min-width: 780px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 1024px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1280px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1440px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-large{font-size:1.5rem !important}.fs-small-big{font-size:1.75rem !important}.fs-big{font-size:2rem !important}.fs-bigger-big{font-size:2.5rem !important}.fs-small-huge{font-size:3rem !important}.fs-huge{font-size:3.5rem !important}}.bg-yellow,.bg-white,.bg-light,.bg-gray,.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-warning,.bg-error,.bg-info,.bg-success-background,.bg-warning-background,.bg-error-background,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-petrol-bright,.bg-coral,.bg-coral-bright,.bg-olive,.bg-olive-bright,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright{--post-bg-opacity: 1;background-color:rgba(var(--post-bg-rgb), var(--post-bg-opacity)) !important;color:var(--post-contrast-color) !important}.bg-yellow,.bg-white,.bg-light,.bg-gray,.bg-warning,.bg-info,.bg-success-background,.bg-warning-background,.bg-error-background,.bg-petrol-bright,.bg-coral-bright,.bg-olive-bright{--post-contrast-color: #000;--post-focus-color: #1976c8;--post-contrast-color-inverted: #fff;--post-gray-10: hsl(0, 0%, 90%);--post-gray-20: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-60: hsl(0, 0%, 40%);--post-gray-80: hsl(0, 0%, 20%);--post-yellow: #fc0;--post-white: #fff;--post-light: #faf9f8;--post-gray: #f4f3f1;--post-dark: hsl(0, 0%, 20%);--post-black: #000;--post-primary: hsl(0, 0%, 20%);--post-secondary: hsl(0, 0%, 40%);--post-success: #2c871d;--post-warning: #f49e00;--post-error: #a51728;--post-info: #cce4ee;--post-success-background: #c0debb;--post-warning-background: #fce2b2;--post-error-background: #ffdade;--post-nightblue: #004976;--post-nightblue-bright: #0076a8;--post-petrol: #006d68;--post-petrol-bright: #00968f;--post-coral: #9e2a2f;--post-coral-bright: #e03c31;--post-olive: #716135;--post-olive-bright: #aa9d2e;--post-purple: #80276c;--post-purple-bright: #c5299b;--post-aubergine: #523178;--post-aubergine-bright: #7566a0;--post-contrast-color-rgb: 0, 0, 0;--post-contrast-color-inverted-rgb: 255, 255, 255;--post-gray-10-rgb: 230, 230, 230;--post-gray-20-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-60-rgb: 102, 102, 102;--post-gray-80-rgb: 51, 51, 51;--post-black-alpha-10-rgba: rgba(0, 0, 0, 0.1);--post-black-alpha-20-rgba: rgba(0, 0, 0, 0.2);--post-black-alpha-40-rgba: rgba(0, 0, 0, 0.4);--post-black-alpha-60-rgba: rgba(0, 0, 0, 0.6);--post-black-alpha-80-rgba: rgba(0, 0, 0, 0.8);--post-white-alpha-10-rgba: rgba(255, 255, 255, 0.1);--post-white-alpha-20-rgba: rgba(255, 255, 255, 0.2);--post-white-alpha-40-rgba: rgba(255, 255, 255, 0.4);--post-white-alpha-60-rgba: rgba(255, 255, 255, 0.6);--post-white-alpha-80-rgba: rgba(255, 255, 255, 0.8);--post-yellow-rgb: 255, 204, 0;--post-white-rgb: 255, 255, 255;--post-light-rgb: 250, 249, 248;--post-gray-rgb: 244, 243, 241;--post-dark-rgb: 51, 51, 51;--post-black-rgb: 0, 0, 0;--post-primary-rgb: 51, 51, 51;--post-secondary-rgb: 102, 102, 102;--post-success-rgb: 44, 135, 29;--post-warning-rgb: 244, 158, 0;--post-error-rgb: 165, 23, 40;--post-info-rgb: 204, 228, 238;--post-success-background-rgb: 192, 222, 187;--post-warning-background-rgb: 252, 226, 178;--post-error-background-rgb: 255, 218, 222;--post-nightblue-rgb: 0, 73, 118;--post-nightblue-bright-rgb: 0, 118, 168;--post-petrol-rgb: 0, 109, 104;--post-petrol-bright-rgb: 0, 150, 143;--post-coral-rgb: 158, 42, 47;--post-coral-bright-rgb: 224, 60, 49;--post-olive-rgb: 113, 97, 53;--post-olive-bright-rgb: 170, 157, 46;--post-purple-rgb: 128, 39, 108;--post-purple-bright-rgb: 197, 41, 155;--post-aubergine-rgb: 82, 49, 120;--post-aubergine-bright-rgb: 117, 102, 160}.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright{--post-contrast-color: #fff;--post-focus-color: #fff;--post-contrast-color-inverted: #000;--post-dark: #faf9f8;--post-light: hsl(0, 0%, 20%);--post-gray-80: hsl(0, 0%, 90%);--post-gray-60: hsl(0, 0%, 80%);--post-gray-40: hsl(0, 0%, 60%);--post-gray-20: hsl(0, 0%, 40%);--post-gray-10: hsl(0, 0%, 20%);--post-contrast-color-rgb: 255, 255, 255;--post-contrast-color-inverted-rgb: 0, 0, 0;--post-dark-rgb: 250, 249, 248;--post-light-rgb: 51, 51, 51;--post-gray-80-rgb: 230, 230, 230;--post-gray-60-rgb: 204, 204, 204;--post-gray-40-rgb: 153, 153, 153;--post-gray-20-rgb: 102, 102, 102;--post-gray-10-rgb: 51, 51, 51}.bold{font-weight:700}.light{font-weight:300}.regular{font-weight:400}.h-visuallyhidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}@media(min-width: 780px){.h-visuallyhidden-up-md{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}@media(max-width: 599.98px){.h-visuallyhidden-down-rg{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}@media(max-width: 1023.98px){.h-visuallyhidden-down-lg{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}}.h-clearfix::after{display:block;clear:both;content:""}span.spacer{display:block;width:1rem;height:1rem}.no-toggle-arrow::after{display:none !important}.bg-yellow{--post-bg-rgb: 255, 204, 0}.bg-white{--post-bg-rgb: 255, 255, 255}.bg-light{--post-bg-rgb: 250, 249, 248}.bg-gray{--post-bg-rgb: 244, 243, 241}.bg-dark{--post-bg-rgb: 51, 51, 51}.bg-black{--post-bg-rgb: 0, 0, 0}.bg-primary{--post-bg-rgb: 51, 51, 51}.bg-secondary{--post-bg-rgb: 102, 102, 102}.bg-success{--post-bg-rgb: 44, 135, 29}.bg-warning{--post-bg-rgb: 244, 158, 0}.bg-error{--post-bg-rgb: 165, 23, 40}.bg-info{--post-bg-rgb: 204, 228, 238}.bg-success-background{--post-bg-rgb: 192, 222, 187}.bg-warning-background{--post-bg-rgb: 252, 226, 178}.bg-error-background{--post-bg-rgb: 255, 218, 222}.bg-nightblue{--post-bg-rgb: 0, 73, 118}.bg-nightblue-bright{--post-bg-rgb: 0, 118, 168}.bg-petrol{--post-bg-rgb: 0, 109, 104}.bg-petrol-bright{--post-bg-rgb: 0, 150, 143}.bg-coral{--post-bg-rgb: 158, 42, 47}.bg-coral-bright{--post-bg-rgb: 224, 60, 49}.bg-olive{--post-bg-rgb: 113, 97, 53}.bg-olive-bright{--post-bg-rgb: 170, 157, 46}.bg-purple{--post-bg-rgb: 128, 39, 108}.bg-purple-bright{--post-bg-rgb: 197, 41, 155}.bg-aubergine{--post-bg-rgb: 82, 49, 120}.bg-aubergine-bright{--post-bg-rgb: 117, 102, 160}.text-auto a{color:inherit}.text-auto a:hover{opacity:.8}a{color:var(--post-contrast-color)}a:hover{color:rgba(var(--post-contrast-color-rgb), 0.8)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){a,a:visited,a:focus,a:hover{color:LinkText !important}}.m-0{margin:var(--post-core-dimension-0) !important}.m-1{margin:var(--post-core-dimension-1) !important}.m-2{margin:var(--post-core-dimension-2) !important}.m-3{margin:var(--post-core-dimension-3) !important}.m-4{margin:var(--post-core-dimension-4) !important}.m-5{margin:var(--post-core-dimension-5) !important}.m-6{margin:var(--post-core-dimension-6) !important}.m-8{margin:var(--post-core-dimension-8) !important}.m-10{margin:var(--post-core-dimension-10) !important}.m-11{margin:var(--post-core-dimension-11) !important}.m-12{margin:var(--post-core-dimension-12) !important}.m-14{margin:var(--post-core-dimension-14) !important}.m-15{margin:var(--post-core-dimension-15) !important}.m-16{margin:var(--post-core-dimension-16) !important}.m-18{margin:var(--post-core-dimension-18) !important}.m-19{margin:var(--post-core-dimension-19) !important}.m-20{margin:var(--post-core-dimension-20) !important}.m-22{margin:var(--post-core-dimension-22) !important}.m-24{margin:var(--post-core-dimension-24) !important}.m-26{margin:var(--post-core-dimension-26) !important}.m-28{margin:var(--post-core-dimension-28) !important}.m-30{margin:var(--post-core-dimension-30) !important}.m-32{margin:var(--post-core-dimension-32) !important}.m-34{margin:var(--post-core-dimension-34) !important}.m-36{margin:var(--post-core-dimension-36) !important}.m-40{margin:var(--post-core-dimension-40) !important}.m-48{margin:var(--post-core-dimension-48) !important}.m-56{margin:var(--post-core-dimension-56) !important}.m-64{margin:var(--post-core-dimension-64) !important}.m-78{margin:var(--post-core-dimension-78) !important}.m-80{margin:var(--post-core-dimension-80) !important}.m-96{margin:var(--post-core-dimension-96) !important}.m-100{margin:var(--post-core-dimension-100) !important}.m-112{margin:var(--post-core-dimension-112) !important}.m-auto{margin:"auto" !important}.mx-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-0{margin-top:var(--post-core-dimension-0) !important}.mt-1{margin-top:var(--post-core-dimension-1) !important}.mt-2{margin-top:var(--post-core-dimension-2) !important}.mt-3{margin-top:var(--post-core-dimension-3) !important}.mt-4{margin-top:var(--post-core-dimension-4) !important}.mt-5{margin-top:var(--post-core-dimension-5) !important}.mt-6{margin-top:var(--post-core-dimension-6) !important}.mt-8{margin-top:var(--post-core-dimension-8) !important}.mt-10{margin-top:var(--post-core-dimension-10) !important}.mt-11{margin-top:var(--post-core-dimension-11) !important}.mt-12{margin-top:var(--post-core-dimension-12) !important}.mt-14{margin-top:var(--post-core-dimension-14) !important}.mt-15{margin-top:var(--post-core-dimension-15) !important}.mt-16{margin-top:var(--post-core-dimension-16) !important}.mt-18{margin-top:var(--post-core-dimension-18) !important}.mt-19{margin-top:var(--post-core-dimension-19) !important}.mt-20{margin-top:var(--post-core-dimension-20) !important}.mt-22{margin-top:var(--post-core-dimension-22) !important}.mt-24{margin-top:var(--post-core-dimension-24) !important}.mt-26{margin-top:var(--post-core-dimension-26) !important}.mt-28{margin-top:var(--post-core-dimension-28) !important}.mt-30{margin-top:var(--post-core-dimension-30) !important}.mt-32{margin-top:var(--post-core-dimension-32) !important}.mt-34{margin-top:var(--post-core-dimension-34) !important}.mt-36{margin-top:var(--post-core-dimension-36) !important}.mt-40{margin-top:var(--post-core-dimension-40) !important}.mt-48{margin-top:var(--post-core-dimension-48) !important}.mt-56{margin-top:var(--post-core-dimension-56) !important}.mt-64{margin-top:var(--post-core-dimension-64) !important}.mt-78{margin-top:var(--post-core-dimension-78) !important}.mt-80{margin-top:var(--post-core-dimension-80) !important}.mt-96{margin-top:var(--post-core-dimension-96) !important}.mt-100{margin-top:var(--post-core-dimension-100) !important}.mt-112{margin-top:var(--post-core-dimension-112) !important}.mt-auto{margin-top:"auto" !important}.me-0{margin-right:var(--post-core-dimension-0) !important}.me-1{margin-right:var(--post-core-dimension-1) !important}.me-2{margin-right:var(--post-core-dimension-2) !important}.me-3{margin-right:var(--post-core-dimension-3) !important}.me-4{margin-right:var(--post-core-dimension-4) !important}.me-5{margin-right:var(--post-core-dimension-5) !important}.me-6{margin-right:var(--post-core-dimension-6) !important}.me-8{margin-right:var(--post-core-dimension-8) !important}.me-10{margin-right:var(--post-core-dimension-10) !important}.me-11{margin-right:var(--post-core-dimension-11) !important}.me-12{margin-right:var(--post-core-dimension-12) !important}.me-14{margin-right:var(--post-core-dimension-14) !important}.me-15{margin-right:var(--post-core-dimension-15) !important}.me-16{margin-right:var(--post-core-dimension-16) !important}.me-18{margin-right:var(--post-core-dimension-18) !important}.me-19{margin-right:var(--post-core-dimension-19) !important}.me-20{margin-right:var(--post-core-dimension-20) !important}.me-22{margin-right:var(--post-core-dimension-22) !important}.me-24{margin-right:var(--post-core-dimension-24) !important}.me-26{margin-right:var(--post-core-dimension-26) !important}.me-28{margin-right:var(--post-core-dimension-28) !important}.me-30{margin-right:var(--post-core-dimension-30) !important}.me-32{margin-right:var(--post-core-dimension-32) !important}.me-34{margin-right:var(--post-core-dimension-34) !important}.me-36{margin-right:var(--post-core-dimension-36) !important}.me-40{margin-right:var(--post-core-dimension-40) !important}.me-48{margin-right:var(--post-core-dimension-48) !important}.me-56{margin-right:var(--post-core-dimension-56) !important}.me-64{margin-right:var(--post-core-dimension-64) !important}.me-78{margin-right:var(--post-core-dimension-78) !important}.me-80{margin-right:var(--post-core-dimension-80) !important}.me-96{margin-right:var(--post-core-dimension-96) !important}.me-100{margin-right:var(--post-core-dimension-100) !important}.me-112{margin-right:var(--post-core-dimension-112) !important}.me-auto{margin-right:"auto" !important}.mb-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-auto{margin-bottom:"auto" !important}.ms-0{margin-left:var(--post-core-dimension-0) !important}.ms-1{margin-left:var(--post-core-dimension-1) !important}.ms-2{margin-left:var(--post-core-dimension-2) !important}.ms-3{margin-left:var(--post-core-dimension-3) !important}.ms-4{margin-left:var(--post-core-dimension-4) !important}.ms-5{margin-left:var(--post-core-dimension-5) !important}.ms-6{margin-left:var(--post-core-dimension-6) !important}.ms-8{margin-left:var(--post-core-dimension-8) !important}.ms-10{margin-left:var(--post-core-dimension-10) !important}.ms-11{margin-left:var(--post-core-dimension-11) !important}.ms-12{margin-left:var(--post-core-dimension-12) !important}.ms-14{margin-left:var(--post-core-dimension-14) !important}.ms-15{margin-left:var(--post-core-dimension-15) !important}.ms-16{margin-left:var(--post-core-dimension-16) !important}.ms-18{margin-left:var(--post-core-dimension-18) !important}.ms-19{margin-left:var(--post-core-dimension-19) !important}.ms-20{margin-left:var(--post-core-dimension-20) !important}.ms-22{margin-left:var(--post-core-dimension-22) !important}.ms-24{margin-left:var(--post-core-dimension-24) !important}.ms-26{margin-left:var(--post-core-dimension-26) !important}.ms-28{margin-left:var(--post-core-dimension-28) !important}.ms-30{margin-left:var(--post-core-dimension-30) !important}.ms-32{margin-left:var(--post-core-dimension-32) !important}.ms-34{margin-left:var(--post-core-dimension-34) !important}.ms-36{margin-left:var(--post-core-dimension-36) !important}.ms-40{margin-left:var(--post-core-dimension-40) !important}.ms-48{margin-left:var(--post-core-dimension-48) !important}.ms-56{margin-left:var(--post-core-dimension-56) !important}.ms-64{margin-left:var(--post-core-dimension-64) !important}.ms-78{margin-left:var(--post-core-dimension-78) !important}.ms-80{margin-left:var(--post-core-dimension-80) !important}.ms-96{margin-left:var(--post-core-dimension-96) !important}.ms-100{margin-left:var(--post-core-dimension-100) !important}.ms-112{margin-left:var(--post-core-dimension-112) !important}.ms-auto{margin-left:"auto" !important}.p-0{padding:var(--post-core-dimension-0) !important}.p-1{padding:var(--post-core-dimension-1) !important}.p-2{padding:var(--post-core-dimension-2) !important}.p-3{padding:var(--post-core-dimension-3) !important}.p-4{padding:var(--post-core-dimension-4) !important}.p-5{padding:var(--post-core-dimension-5) !important}.p-6{padding:var(--post-core-dimension-6) !important}.p-8{padding:var(--post-core-dimension-8) !important}.p-10{padding:var(--post-core-dimension-10) !important}.p-11{padding:var(--post-core-dimension-11) !important}.p-12{padding:var(--post-core-dimension-12) !important}.p-14{padding:var(--post-core-dimension-14) !important}.p-15{padding:var(--post-core-dimension-15) !important}.p-16{padding:var(--post-core-dimension-16) !important}.p-18{padding:var(--post-core-dimension-18) !important}.p-19{padding:var(--post-core-dimension-19) !important}.p-20{padding:var(--post-core-dimension-20) !important}.p-22{padding:var(--post-core-dimension-22) !important}.p-24{padding:var(--post-core-dimension-24) !important}.p-26{padding:var(--post-core-dimension-26) !important}.p-28{padding:var(--post-core-dimension-28) !important}.p-30{padding:var(--post-core-dimension-30) !important}.p-32{padding:var(--post-core-dimension-32) !important}.p-34{padding:var(--post-core-dimension-34) !important}.p-36{padding:var(--post-core-dimension-36) !important}.p-40{padding:var(--post-core-dimension-40) !important}.p-48{padding:var(--post-core-dimension-48) !important}.p-56{padding:var(--post-core-dimension-56) !important}.p-64{padding:var(--post-core-dimension-64) !important}.p-78{padding:var(--post-core-dimension-78) !important}.p-80{padding:var(--post-core-dimension-80) !important}.p-96{padding:var(--post-core-dimension-96) !important}.p-100{padding:var(--post-core-dimension-100) !important}.p-112{padding:var(--post-core-dimension-112) !important}.px-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-0{padding-top:var(--post-core-dimension-0) !important}.pt-1{padding-top:var(--post-core-dimension-1) !important}.pt-2{padding-top:var(--post-core-dimension-2) !important}.pt-3{padding-top:var(--post-core-dimension-3) !important}.pt-4{padding-top:var(--post-core-dimension-4) !important}.pt-5{padding-top:var(--post-core-dimension-5) !important}.pt-6{padding-top:var(--post-core-dimension-6) !important}.pt-8{padding-top:var(--post-core-dimension-8) !important}.pt-10{padding-top:var(--post-core-dimension-10) !important}.pt-11{padding-top:var(--post-core-dimension-11) !important}.pt-12{padding-top:var(--post-core-dimension-12) !important}.pt-14{padding-top:var(--post-core-dimension-14) !important}.pt-15{padding-top:var(--post-core-dimension-15) !important}.pt-16{padding-top:var(--post-core-dimension-16) !important}.pt-18{padding-top:var(--post-core-dimension-18) !important}.pt-19{padding-top:var(--post-core-dimension-19) !important}.pt-20{padding-top:var(--post-core-dimension-20) !important}.pt-22{padding-top:var(--post-core-dimension-22) !important}.pt-24{padding-top:var(--post-core-dimension-24) !important}.pt-26{padding-top:var(--post-core-dimension-26) !important}.pt-28{padding-top:var(--post-core-dimension-28) !important}.pt-30{padding-top:var(--post-core-dimension-30) !important}.pt-32{padding-top:var(--post-core-dimension-32) !important}.pt-34{padding-top:var(--post-core-dimension-34) !important}.pt-36{padding-top:var(--post-core-dimension-36) !important}.pt-40{padding-top:var(--post-core-dimension-40) !important}.pt-48{padding-top:var(--post-core-dimension-48) !important}.pt-56{padding-top:var(--post-core-dimension-56) !important}.pt-64{padding-top:var(--post-core-dimension-64) !important}.pt-78{padding-top:var(--post-core-dimension-78) !important}.pt-80{padding-top:var(--post-core-dimension-80) !important}.pt-96{padding-top:var(--post-core-dimension-96) !important}.pt-100{padding-top:var(--post-core-dimension-100) !important}.pt-112{padding-top:var(--post-core-dimension-112) !important}.pe-0{padding-right:var(--post-core-dimension-0) !important}.pe-1{padding-right:var(--post-core-dimension-1) !important}.pe-2{padding-right:var(--post-core-dimension-2) !important}.pe-3{padding-right:var(--post-core-dimension-3) !important}.pe-4{padding-right:var(--post-core-dimension-4) !important}.pe-5{padding-right:var(--post-core-dimension-5) !important}.pe-6{padding-right:var(--post-core-dimension-6) !important}.pe-8{padding-right:var(--post-core-dimension-8) !important}.pe-10{padding-right:var(--post-core-dimension-10) !important}.pe-11{padding-right:var(--post-core-dimension-11) !important}.pe-12{padding-right:var(--post-core-dimension-12) !important}.pe-14{padding-right:var(--post-core-dimension-14) !important}.pe-15{padding-right:var(--post-core-dimension-15) !important}.pe-16{padding-right:var(--post-core-dimension-16) !important}.pe-18{padding-right:var(--post-core-dimension-18) !important}.pe-19{padding-right:var(--post-core-dimension-19) !important}.pe-20{padding-right:var(--post-core-dimension-20) !important}.pe-22{padding-right:var(--post-core-dimension-22) !important}.pe-24{padding-right:var(--post-core-dimension-24) !important}.pe-26{padding-right:var(--post-core-dimension-26) !important}.pe-28{padding-right:var(--post-core-dimension-28) !important}.pe-30{padding-right:var(--post-core-dimension-30) !important}.pe-32{padding-right:var(--post-core-dimension-32) !important}.pe-34{padding-right:var(--post-core-dimension-34) !important}.pe-36{padding-right:var(--post-core-dimension-36) !important}.pe-40{padding-right:var(--post-core-dimension-40) !important}.pe-48{padding-right:var(--post-core-dimension-48) !important}.pe-56{padding-right:var(--post-core-dimension-56) !important}.pe-64{padding-right:var(--post-core-dimension-64) !important}.pe-78{padding-right:var(--post-core-dimension-78) !important}.pe-80{padding-right:var(--post-core-dimension-80) !important}.pe-96{padding-right:var(--post-core-dimension-96) !important}.pe-100{padding-right:var(--post-core-dimension-100) !important}.pe-112{padding-right:var(--post-core-dimension-112) !important}.pb-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-0{padding-left:var(--post-core-dimension-0) !important}.ps-1{padding-left:var(--post-core-dimension-1) !important}.ps-2{padding-left:var(--post-core-dimension-2) !important}.ps-3{padding-left:var(--post-core-dimension-3) !important}.ps-4{padding-left:var(--post-core-dimension-4) !important}.ps-5{padding-left:var(--post-core-dimension-5) !important}.ps-6{padding-left:var(--post-core-dimension-6) !important}.ps-8{padding-left:var(--post-core-dimension-8) !important}.ps-10{padding-left:var(--post-core-dimension-10) !important}.ps-11{padding-left:var(--post-core-dimension-11) !important}.ps-12{padding-left:var(--post-core-dimension-12) !important}.ps-14{padding-left:var(--post-core-dimension-14) !important}.ps-15{padding-left:var(--post-core-dimension-15) !important}.ps-16{padding-left:var(--post-core-dimension-16) !important}.ps-18{padding-left:var(--post-core-dimension-18) !important}.ps-19{padding-left:var(--post-core-dimension-19) !important}.ps-20{padding-left:var(--post-core-dimension-20) !important}.ps-22{padding-left:var(--post-core-dimension-22) !important}.ps-24{padding-left:var(--post-core-dimension-24) !important}.ps-26{padding-left:var(--post-core-dimension-26) !important}.ps-28{padding-left:var(--post-core-dimension-28) !important}.ps-30{padding-left:var(--post-core-dimension-30) !important}.ps-32{padding-left:var(--post-core-dimension-32) !important}.ps-34{padding-left:var(--post-core-dimension-34) !important}.ps-36{padding-left:var(--post-core-dimension-36) !important}.ps-40{padding-left:var(--post-core-dimension-40) !important}.ps-48{padding-left:var(--post-core-dimension-48) !important}.ps-56{padding-left:var(--post-core-dimension-56) !important}.ps-64{padding-left:var(--post-core-dimension-64) !important}.ps-78{padding-left:var(--post-core-dimension-78) !important}.ps-80{padding-left:var(--post-core-dimension-80) !important}.ps-96{padding-left:var(--post-core-dimension-96) !important}.ps-100{padding-left:var(--post-core-dimension-100) !important}.ps-112{padding-left:var(--post-core-dimension-112) !important}.gap-0{gap:var(--post-core-dimension-0) !important}.gap-1{gap:var(--post-core-dimension-1) !important}.gap-2{gap:var(--post-core-dimension-2) !important}.gap-3{gap:var(--post-core-dimension-3) !important}.gap-4{gap:var(--post-core-dimension-4) !important}.gap-5{gap:var(--post-core-dimension-5) !important}.gap-6{gap:var(--post-core-dimension-6) !important}.gap-8{gap:var(--post-core-dimension-8) !important}.gap-10{gap:var(--post-core-dimension-10) !important}.gap-11{gap:var(--post-core-dimension-11) !important}.gap-12{gap:var(--post-core-dimension-12) !important}.gap-14{gap:var(--post-core-dimension-14) !important}.gap-15{gap:var(--post-core-dimension-15) !important}.gap-16{gap:var(--post-core-dimension-16) !important}.gap-18{gap:var(--post-core-dimension-18) !important}.gap-19{gap:var(--post-core-dimension-19) !important}.gap-20{gap:var(--post-core-dimension-20) !important}.gap-22{gap:var(--post-core-dimension-22) !important}.gap-24{gap:var(--post-core-dimension-24) !important}.gap-26{gap:var(--post-core-dimension-26) !important}.gap-28{gap:var(--post-core-dimension-28) !important}.gap-30{gap:var(--post-core-dimension-30) !important}.gap-32{gap:var(--post-core-dimension-32) !important}.gap-34{gap:var(--post-core-dimension-34) !important}.gap-36{gap:var(--post-core-dimension-36) !important}.gap-40{gap:var(--post-core-dimension-40) !important}.gap-48{gap:var(--post-core-dimension-48) !important}.gap-56{gap:var(--post-core-dimension-56) !important}.gap-64{gap:var(--post-core-dimension-64) !important}.gap-78{gap:var(--post-core-dimension-78) !important}.gap-80{gap:var(--post-core-dimension-80) !important}.gap-96{gap:var(--post-core-dimension-96) !important}.gap-100{gap:var(--post-core-dimension-100) !important}.gap-112{gap:var(--post-core-dimension-112) !important}.row-gap-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-112{column-gap:var(--post-core-dimension-112) !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}@media screen and (min-width: 400px){.m-sm-0{margin:var(--post-core-dimension-0) !important}.m-sm-1{margin:var(--post-core-dimension-1) !important}.m-sm-2{margin:var(--post-core-dimension-2) !important}.m-sm-3{margin:var(--post-core-dimension-3) !important}.m-sm-4{margin:var(--post-core-dimension-4) !important}.m-sm-5{margin:var(--post-core-dimension-5) !important}.m-sm-6{margin:var(--post-core-dimension-6) !important}.m-sm-8{margin:var(--post-core-dimension-8) !important}.m-sm-10{margin:var(--post-core-dimension-10) !important}.m-sm-11{margin:var(--post-core-dimension-11) !important}.m-sm-12{margin:var(--post-core-dimension-12) !important}.m-sm-14{margin:var(--post-core-dimension-14) !important}.m-sm-15{margin:var(--post-core-dimension-15) !important}.m-sm-16{margin:var(--post-core-dimension-16) !important}.m-sm-18{margin:var(--post-core-dimension-18) !important}.m-sm-19{margin:var(--post-core-dimension-19) !important}.m-sm-20{margin:var(--post-core-dimension-20) !important}.m-sm-22{margin:var(--post-core-dimension-22) !important}.m-sm-24{margin:var(--post-core-dimension-24) !important}.m-sm-26{margin:var(--post-core-dimension-26) !important}.m-sm-28{margin:var(--post-core-dimension-28) !important}.m-sm-30{margin:var(--post-core-dimension-30) !important}.m-sm-32{margin:var(--post-core-dimension-32) !important}.m-sm-34{margin:var(--post-core-dimension-34) !important}.m-sm-36{margin:var(--post-core-dimension-36) !important}.m-sm-40{margin:var(--post-core-dimension-40) !important}.m-sm-48{margin:var(--post-core-dimension-48) !important}.m-sm-56{margin:var(--post-core-dimension-56) !important}.m-sm-64{margin:var(--post-core-dimension-64) !important}.m-sm-78{margin:var(--post-core-dimension-78) !important}.m-sm-80{margin:var(--post-core-dimension-80) !important}.m-sm-96{margin:var(--post-core-dimension-96) !important}.m-sm-100{margin:var(--post-core-dimension-100) !important}.m-sm-112{margin:var(--post-core-dimension-112) !important}.m-sm-auto{margin:"auto" !important}.mx-sm-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-sm-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-sm-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-sm-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-sm-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-sm-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-sm-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-sm-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-sm-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-sm-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-sm-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-sm-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-sm-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-sm-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-sm-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-sm-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-sm-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-sm-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-sm-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-sm-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-sm-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-sm-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-sm-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-sm-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-sm-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-sm-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-sm-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-sm-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-sm-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-sm-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-sm-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-sm-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-sm-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-sm-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-sm-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-sm-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-sm-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-sm-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-sm-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-sm-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-sm-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-sm-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-sm-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-sm-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-sm-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-sm-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-sm-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-sm-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-sm-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-sm-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-sm-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-sm-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-sm-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-sm-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-sm-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-sm-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-sm-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-sm-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-sm-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-sm-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-sm-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-sm-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-sm-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-sm-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-sm-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-sm-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-sm-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-sm-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-sm-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-sm-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-sm-0{margin-top:var(--post-core-dimension-0) !important}.mt-sm-1{margin-top:var(--post-core-dimension-1) !important}.mt-sm-2{margin-top:var(--post-core-dimension-2) !important}.mt-sm-3{margin-top:var(--post-core-dimension-3) !important}.mt-sm-4{margin-top:var(--post-core-dimension-4) !important}.mt-sm-5{margin-top:var(--post-core-dimension-5) !important}.mt-sm-6{margin-top:var(--post-core-dimension-6) !important}.mt-sm-8{margin-top:var(--post-core-dimension-8) !important}.mt-sm-10{margin-top:var(--post-core-dimension-10) !important}.mt-sm-11{margin-top:var(--post-core-dimension-11) !important}.mt-sm-12{margin-top:var(--post-core-dimension-12) !important}.mt-sm-14{margin-top:var(--post-core-dimension-14) !important}.mt-sm-15{margin-top:var(--post-core-dimension-15) !important}.mt-sm-16{margin-top:var(--post-core-dimension-16) !important}.mt-sm-18{margin-top:var(--post-core-dimension-18) !important}.mt-sm-19{margin-top:var(--post-core-dimension-19) !important}.mt-sm-20{margin-top:var(--post-core-dimension-20) !important}.mt-sm-22{margin-top:var(--post-core-dimension-22) !important}.mt-sm-24{margin-top:var(--post-core-dimension-24) !important}.mt-sm-26{margin-top:var(--post-core-dimension-26) !important}.mt-sm-28{margin-top:var(--post-core-dimension-28) !important}.mt-sm-30{margin-top:var(--post-core-dimension-30) !important}.mt-sm-32{margin-top:var(--post-core-dimension-32) !important}.mt-sm-34{margin-top:var(--post-core-dimension-34) !important}.mt-sm-36{margin-top:var(--post-core-dimension-36) !important}.mt-sm-40{margin-top:var(--post-core-dimension-40) !important}.mt-sm-48{margin-top:var(--post-core-dimension-48) !important}.mt-sm-56{margin-top:var(--post-core-dimension-56) !important}.mt-sm-64{margin-top:var(--post-core-dimension-64) !important}.mt-sm-78{margin-top:var(--post-core-dimension-78) !important}.mt-sm-80{margin-top:var(--post-core-dimension-80) !important}.mt-sm-96{margin-top:var(--post-core-dimension-96) !important}.mt-sm-100{margin-top:var(--post-core-dimension-100) !important}.mt-sm-112{margin-top:var(--post-core-dimension-112) !important}.mt-sm-auto{margin-top:"auto" !important}.me-sm-0{margin-right:var(--post-core-dimension-0) !important}.me-sm-1{margin-right:var(--post-core-dimension-1) !important}.me-sm-2{margin-right:var(--post-core-dimension-2) !important}.me-sm-3{margin-right:var(--post-core-dimension-3) !important}.me-sm-4{margin-right:var(--post-core-dimension-4) !important}.me-sm-5{margin-right:var(--post-core-dimension-5) !important}.me-sm-6{margin-right:var(--post-core-dimension-6) !important}.me-sm-8{margin-right:var(--post-core-dimension-8) !important}.me-sm-10{margin-right:var(--post-core-dimension-10) !important}.me-sm-11{margin-right:var(--post-core-dimension-11) !important}.me-sm-12{margin-right:var(--post-core-dimension-12) !important}.me-sm-14{margin-right:var(--post-core-dimension-14) !important}.me-sm-15{margin-right:var(--post-core-dimension-15) !important}.me-sm-16{margin-right:var(--post-core-dimension-16) !important}.me-sm-18{margin-right:var(--post-core-dimension-18) !important}.me-sm-19{margin-right:var(--post-core-dimension-19) !important}.me-sm-20{margin-right:var(--post-core-dimension-20) !important}.me-sm-22{margin-right:var(--post-core-dimension-22) !important}.me-sm-24{margin-right:var(--post-core-dimension-24) !important}.me-sm-26{margin-right:var(--post-core-dimension-26) !important}.me-sm-28{margin-right:var(--post-core-dimension-28) !important}.me-sm-30{margin-right:var(--post-core-dimension-30) !important}.me-sm-32{margin-right:var(--post-core-dimension-32) !important}.me-sm-34{margin-right:var(--post-core-dimension-34) !important}.me-sm-36{margin-right:var(--post-core-dimension-36) !important}.me-sm-40{margin-right:var(--post-core-dimension-40) !important}.me-sm-48{margin-right:var(--post-core-dimension-48) !important}.me-sm-56{margin-right:var(--post-core-dimension-56) !important}.me-sm-64{margin-right:var(--post-core-dimension-64) !important}.me-sm-78{margin-right:var(--post-core-dimension-78) !important}.me-sm-80{margin-right:var(--post-core-dimension-80) !important}.me-sm-96{margin-right:var(--post-core-dimension-96) !important}.me-sm-100{margin-right:var(--post-core-dimension-100) !important}.me-sm-112{margin-right:var(--post-core-dimension-112) !important}.me-sm-auto{margin-right:"auto" !important}.mb-sm-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-sm-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-sm-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-sm-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-sm-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-sm-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-sm-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-sm-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-sm-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-sm-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-sm-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-sm-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-sm-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-sm-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-sm-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-sm-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-sm-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-sm-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-sm-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-sm-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-sm-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-sm-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-sm-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-sm-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-sm-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-sm-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-sm-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-sm-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-sm-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-sm-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-sm-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-sm-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-sm-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-sm-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-sm-auto{margin-bottom:"auto" !important}.ms-sm-0{margin-left:var(--post-core-dimension-0) !important}.ms-sm-1{margin-left:var(--post-core-dimension-1) !important}.ms-sm-2{margin-left:var(--post-core-dimension-2) !important}.ms-sm-3{margin-left:var(--post-core-dimension-3) !important}.ms-sm-4{margin-left:var(--post-core-dimension-4) !important}.ms-sm-5{margin-left:var(--post-core-dimension-5) !important}.ms-sm-6{margin-left:var(--post-core-dimension-6) !important}.ms-sm-8{margin-left:var(--post-core-dimension-8) !important}.ms-sm-10{margin-left:var(--post-core-dimension-10) !important}.ms-sm-11{margin-left:var(--post-core-dimension-11) !important}.ms-sm-12{margin-left:var(--post-core-dimension-12) !important}.ms-sm-14{margin-left:var(--post-core-dimension-14) !important}.ms-sm-15{margin-left:var(--post-core-dimension-15) !important}.ms-sm-16{margin-left:var(--post-core-dimension-16) !important}.ms-sm-18{margin-left:var(--post-core-dimension-18) !important}.ms-sm-19{margin-left:var(--post-core-dimension-19) !important}.ms-sm-20{margin-left:var(--post-core-dimension-20) !important}.ms-sm-22{margin-left:var(--post-core-dimension-22) !important}.ms-sm-24{margin-left:var(--post-core-dimension-24) !important}.ms-sm-26{margin-left:var(--post-core-dimension-26) !important}.ms-sm-28{margin-left:var(--post-core-dimension-28) !important}.ms-sm-30{margin-left:var(--post-core-dimension-30) !important}.ms-sm-32{margin-left:var(--post-core-dimension-32) !important}.ms-sm-34{margin-left:var(--post-core-dimension-34) !important}.ms-sm-36{margin-left:var(--post-core-dimension-36) !important}.ms-sm-40{margin-left:var(--post-core-dimension-40) !important}.ms-sm-48{margin-left:var(--post-core-dimension-48) !important}.ms-sm-56{margin-left:var(--post-core-dimension-56) !important}.ms-sm-64{margin-left:var(--post-core-dimension-64) !important}.ms-sm-78{margin-left:var(--post-core-dimension-78) !important}.ms-sm-80{margin-left:var(--post-core-dimension-80) !important}.ms-sm-96{margin-left:var(--post-core-dimension-96) !important}.ms-sm-100{margin-left:var(--post-core-dimension-100) !important}.ms-sm-112{margin-left:var(--post-core-dimension-112) !important}.ms-sm-auto{margin-left:"auto" !important}.p-sm-0{padding:var(--post-core-dimension-0) !important}.p-sm-1{padding:var(--post-core-dimension-1) !important}.p-sm-2{padding:var(--post-core-dimension-2) !important}.p-sm-3{padding:var(--post-core-dimension-3) !important}.p-sm-4{padding:var(--post-core-dimension-4) !important}.p-sm-5{padding:var(--post-core-dimension-5) !important}.p-sm-6{padding:var(--post-core-dimension-6) !important}.p-sm-8{padding:var(--post-core-dimension-8) !important}.p-sm-10{padding:var(--post-core-dimension-10) !important}.p-sm-11{padding:var(--post-core-dimension-11) !important}.p-sm-12{padding:var(--post-core-dimension-12) !important}.p-sm-14{padding:var(--post-core-dimension-14) !important}.p-sm-15{padding:var(--post-core-dimension-15) !important}.p-sm-16{padding:var(--post-core-dimension-16) !important}.p-sm-18{padding:var(--post-core-dimension-18) !important}.p-sm-19{padding:var(--post-core-dimension-19) !important}.p-sm-20{padding:var(--post-core-dimension-20) !important}.p-sm-22{padding:var(--post-core-dimension-22) !important}.p-sm-24{padding:var(--post-core-dimension-24) !important}.p-sm-26{padding:var(--post-core-dimension-26) !important}.p-sm-28{padding:var(--post-core-dimension-28) !important}.p-sm-30{padding:var(--post-core-dimension-30) !important}.p-sm-32{padding:var(--post-core-dimension-32) !important}.p-sm-34{padding:var(--post-core-dimension-34) !important}.p-sm-36{padding:var(--post-core-dimension-36) !important}.p-sm-40{padding:var(--post-core-dimension-40) !important}.p-sm-48{padding:var(--post-core-dimension-48) !important}.p-sm-56{padding:var(--post-core-dimension-56) !important}.p-sm-64{padding:var(--post-core-dimension-64) !important}.p-sm-78{padding:var(--post-core-dimension-78) !important}.p-sm-80{padding:var(--post-core-dimension-80) !important}.p-sm-96{padding:var(--post-core-dimension-96) !important}.p-sm-100{padding:var(--post-core-dimension-100) !important}.p-sm-112{padding:var(--post-core-dimension-112) !important}.px-sm-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-sm-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-sm-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-sm-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-sm-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-sm-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-sm-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-sm-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-sm-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-sm-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-sm-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-sm-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-sm-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-sm-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-sm-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-sm-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-sm-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-sm-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-sm-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-sm-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-sm-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-sm-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-sm-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-sm-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-sm-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-sm-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-sm-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-sm-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-sm-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-sm-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-sm-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-sm-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-sm-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-sm-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-sm-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-sm-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-sm-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-sm-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-sm-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-sm-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-sm-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-sm-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-sm-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-sm-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-sm-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-sm-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-sm-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-sm-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-sm-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-sm-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-sm-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-sm-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-sm-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-sm-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-sm-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-sm-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-sm-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-sm-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-sm-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-sm-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-sm-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-sm-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-sm-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-sm-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-sm-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-sm-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-sm-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-sm-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-sm-0{padding-top:var(--post-core-dimension-0) !important}.pt-sm-1{padding-top:var(--post-core-dimension-1) !important}.pt-sm-2{padding-top:var(--post-core-dimension-2) !important}.pt-sm-3{padding-top:var(--post-core-dimension-3) !important}.pt-sm-4{padding-top:var(--post-core-dimension-4) !important}.pt-sm-5{padding-top:var(--post-core-dimension-5) !important}.pt-sm-6{padding-top:var(--post-core-dimension-6) !important}.pt-sm-8{padding-top:var(--post-core-dimension-8) !important}.pt-sm-10{padding-top:var(--post-core-dimension-10) !important}.pt-sm-11{padding-top:var(--post-core-dimension-11) !important}.pt-sm-12{padding-top:var(--post-core-dimension-12) !important}.pt-sm-14{padding-top:var(--post-core-dimension-14) !important}.pt-sm-15{padding-top:var(--post-core-dimension-15) !important}.pt-sm-16{padding-top:var(--post-core-dimension-16) !important}.pt-sm-18{padding-top:var(--post-core-dimension-18) !important}.pt-sm-19{padding-top:var(--post-core-dimension-19) !important}.pt-sm-20{padding-top:var(--post-core-dimension-20) !important}.pt-sm-22{padding-top:var(--post-core-dimension-22) !important}.pt-sm-24{padding-top:var(--post-core-dimension-24) !important}.pt-sm-26{padding-top:var(--post-core-dimension-26) !important}.pt-sm-28{padding-top:var(--post-core-dimension-28) !important}.pt-sm-30{padding-top:var(--post-core-dimension-30) !important}.pt-sm-32{padding-top:var(--post-core-dimension-32) !important}.pt-sm-34{padding-top:var(--post-core-dimension-34) !important}.pt-sm-36{padding-top:var(--post-core-dimension-36) !important}.pt-sm-40{padding-top:var(--post-core-dimension-40) !important}.pt-sm-48{padding-top:var(--post-core-dimension-48) !important}.pt-sm-56{padding-top:var(--post-core-dimension-56) !important}.pt-sm-64{padding-top:var(--post-core-dimension-64) !important}.pt-sm-78{padding-top:var(--post-core-dimension-78) !important}.pt-sm-80{padding-top:var(--post-core-dimension-80) !important}.pt-sm-96{padding-top:var(--post-core-dimension-96) !important}.pt-sm-100{padding-top:var(--post-core-dimension-100) !important}.pt-sm-112{padding-top:var(--post-core-dimension-112) !important}.pe-sm-0{padding-right:var(--post-core-dimension-0) !important}.pe-sm-1{padding-right:var(--post-core-dimension-1) !important}.pe-sm-2{padding-right:var(--post-core-dimension-2) !important}.pe-sm-3{padding-right:var(--post-core-dimension-3) !important}.pe-sm-4{padding-right:var(--post-core-dimension-4) !important}.pe-sm-5{padding-right:var(--post-core-dimension-5) !important}.pe-sm-6{padding-right:var(--post-core-dimension-6) !important}.pe-sm-8{padding-right:var(--post-core-dimension-8) !important}.pe-sm-10{padding-right:var(--post-core-dimension-10) !important}.pe-sm-11{padding-right:var(--post-core-dimension-11) !important}.pe-sm-12{padding-right:var(--post-core-dimension-12) !important}.pe-sm-14{padding-right:var(--post-core-dimension-14) !important}.pe-sm-15{padding-right:var(--post-core-dimension-15) !important}.pe-sm-16{padding-right:var(--post-core-dimension-16) !important}.pe-sm-18{padding-right:var(--post-core-dimension-18) !important}.pe-sm-19{padding-right:var(--post-core-dimension-19) !important}.pe-sm-20{padding-right:var(--post-core-dimension-20) !important}.pe-sm-22{padding-right:var(--post-core-dimension-22) !important}.pe-sm-24{padding-right:var(--post-core-dimension-24) !important}.pe-sm-26{padding-right:var(--post-core-dimension-26) !important}.pe-sm-28{padding-right:var(--post-core-dimension-28) !important}.pe-sm-30{padding-right:var(--post-core-dimension-30) !important}.pe-sm-32{padding-right:var(--post-core-dimension-32) !important}.pe-sm-34{padding-right:var(--post-core-dimension-34) !important}.pe-sm-36{padding-right:var(--post-core-dimension-36) !important}.pe-sm-40{padding-right:var(--post-core-dimension-40) !important}.pe-sm-48{padding-right:var(--post-core-dimension-48) !important}.pe-sm-56{padding-right:var(--post-core-dimension-56) !important}.pe-sm-64{padding-right:var(--post-core-dimension-64) !important}.pe-sm-78{padding-right:var(--post-core-dimension-78) !important}.pe-sm-80{padding-right:var(--post-core-dimension-80) !important}.pe-sm-96{padding-right:var(--post-core-dimension-96) !important}.pe-sm-100{padding-right:var(--post-core-dimension-100) !important}.pe-sm-112{padding-right:var(--post-core-dimension-112) !important}.pb-sm-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-sm-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-sm-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-sm-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-sm-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-sm-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-sm-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-sm-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-sm-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-sm-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-sm-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-sm-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-sm-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-sm-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-sm-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-sm-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-sm-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-sm-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-sm-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-sm-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-sm-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-sm-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-sm-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-sm-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-sm-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-sm-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-sm-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-sm-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-sm-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-sm-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-sm-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-sm-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-sm-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-sm-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-sm-0{padding-left:var(--post-core-dimension-0) !important}.ps-sm-1{padding-left:var(--post-core-dimension-1) !important}.ps-sm-2{padding-left:var(--post-core-dimension-2) !important}.ps-sm-3{padding-left:var(--post-core-dimension-3) !important}.ps-sm-4{padding-left:var(--post-core-dimension-4) !important}.ps-sm-5{padding-left:var(--post-core-dimension-5) !important}.ps-sm-6{padding-left:var(--post-core-dimension-6) !important}.ps-sm-8{padding-left:var(--post-core-dimension-8) !important}.ps-sm-10{padding-left:var(--post-core-dimension-10) !important}.ps-sm-11{padding-left:var(--post-core-dimension-11) !important}.ps-sm-12{padding-left:var(--post-core-dimension-12) !important}.ps-sm-14{padding-left:var(--post-core-dimension-14) !important}.ps-sm-15{padding-left:var(--post-core-dimension-15) !important}.ps-sm-16{padding-left:var(--post-core-dimension-16) !important}.ps-sm-18{padding-left:var(--post-core-dimension-18) !important}.ps-sm-19{padding-left:var(--post-core-dimension-19) !important}.ps-sm-20{padding-left:var(--post-core-dimension-20) !important}.ps-sm-22{padding-left:var(--post-core-dimension-22) !important}.ps-sm-24{padding-left:var(--post-core-dimension-24) !important}.ps-sm-26{padding-left:var(--post-core-dimension-26) !important}.ps-sm-28{padding-left:var(--post-core-dimension-28) !important}.ps-sm-30{padding-left:var(--post-core-dimension-30) !important}.ps-sm-32{padding-left:var(--post-core-dimension-32) !important}.ps-sm-34{padding-left:var(--post-core-dimension-34) !important}.ps-sm-36{padding-left:var(--post-core-dimension-36) !important}.ps-sm-40{padding-left:var(--post-core-dimension-40) !important}.ps-sm-48{padding-left:var(--post-core-dimension-48) !important}.ps-sm-56{padding-left:var(--post-core-dimension-56) !important}.ps-sm-64{padding-left:var(--post-core-dimension-64) !important}.ps-sm-78{padding-left:var(--post-core-dimension-78) !important}.ps-sm-80{padding-left:var(--post-core-dimension-80) !important}.ps-sm-96{padding-left:var(--post-core-dimension-96) !important}.ps-sm-100{padding-left:var(--post-core-dimension-100) !important}.ps-sm-112{padding-left:var(--post-core-dimension-112) !important}.gap-sm-0{gap:var(--post-core-dimension-0) !important}.gap-sm-1{gap:var(--post-core-dimension-1) !important}.gap-sm-2{gap:var(--post-core-dimension-2) !important}.gap-sm-3{gap:var(--post-core-dimension-3) !important}.gap-sm-4{gap:var(--post-core-dimension-4) !important}.gap-sm-5{gap:var(--post-core-dimension-5) !important}.gap-sm-6{gap:var(--post-core-dimension-6) !important}.gap-sm-8{gap:var(--post-core-dimension-8) !important}.gap-sm-10{gap:var(--post-core-dimension-10) !important}.gap-sm-11{gap:var(--post-core-dimension-11) !important}.gap-sm-12{gap:var(--post-core-dimension-12) !important}.gap-sm-14{gap:var(--post-core-dimension-14) !important}.gap-sm-15{gap:var(--post-core-dimension-15) !important}.gap-sm-16{gap:var(--post-core-dimension-16) !important}.gap-sm-18{gap:var(--post-core-dimension-18) !important}.gap-sm-19{gap:var(--post-core-dimension-19) !important}.gap-sm-20{gap:var(--post-core-dimension-20) !important}.gap-sm-22{gap:var(--post-core-dimension-22) !important}.gap-sm-24{gap:var(--post-core-dimension-24) !important}.gap-sm-26{gap:var(--post-core-dimension-26) !important}.gap-sm-28{gap:var(--post-core-dimension-28) !important}.gap-sm-30{gap:var(--post-core-dimension-30) !important}.gap-sm-32{gap:var(--post-core-dimension-32) !important}.gap-sm-34{gap:var(--post-core-dimension-34) !important}.gap-sm-36{gap:var(--post-core-dimension-36) !important}.gap-sm-40{gap:var(--post-core-dimension-40) !important}.gap-sm-48{gap:var(--post-core-dimension-48) !important}.gap-sm-56{gap:var(--post-core-dimension-56) !important}.gap-sm-64{gap:var(--post-core-dimension-64) !important}.gap-sm-78{gap:var(--post-core-dimension-78) !important}.gap-sm-80{gap:var(--post-core-dimension-80) !important}.gap-sm-96{gap:var(--post-core-dimension-96) !important}.gap-sm-100{gap:var(--post-core-dimension-100) !important}.gap-sm-112{gap:var(--post-core-dimension-112) !important}.row-gap-sm-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-sm-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-sm-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-sm-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-sm-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-sm-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-sm-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-sm-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-sm-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-sm-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-sm-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-sm-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-sm-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-sm-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-sm-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-sm-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-sm-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-sm-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-sm-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-sm-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-sm-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-sm-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-sm-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-sm-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-sm-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-sm-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-sm-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-sm-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-sm-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-sm-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-sm-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-sm-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-sm-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-sm-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-sm-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-sm-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-sm-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-sm-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-sm-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-sm-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-sm-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-sm-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-sm-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-sm-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-sm-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-sm-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-sm-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-sm-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-sm-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-sm-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-sm-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-sm-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-sm-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-sm-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-sm-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-sm-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-sm-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-sm-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-sm-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-sm-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-sm-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-sm-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-sm-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-sm-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-sm-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-sm-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-sm-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-sm-112{column-gap:var(--post-core-dimension-112) !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}}@media screen and (min-width: 600px){.m-rg-0{margin:var(--post-core-dimension-0) !important}.m-rg-1{margin:var(--post-core-dimension-1) !important}.m-rg-2{margin:var(--post-core-dimension-2) !important}.m-rg-3{margin:var(--post-core-dimension-3) !important}.m-rg-4{margin:var(--post-core-dimension-4) !important}.m-rg-5{margin:var(--post-core-dimension-5) !important}.m-rg-6{margin:var(--post-core-dimension-6) !important}.m-rg-8{margin:var(--post-core-dimension-8) !important}.m-rg-10{margin:var(--post-core-dimension-10) !important}.m-rg-11{margin:var(--post-core-dimension-11) !important}.m-rg-12{margin:var(--post-core-dimension-12) !important}.m-rg-14{margin:var(--post-core-dimension-14) !important}.m-rg-15{margin:var(--post-core-dimension-15) !important}.m-rg-16{margin:var(--post-core-dimension-16) !important}.m-rg-18{margin:var(--post-core-dimension-18) !important}.m-rg-19{margin:var(--post-core-dimension-19) !important}.m-rg-20{margin:var(--post-core-dimension-20) !important}.m-rg-22{margin:var(--post-core-dimension-22) !important}.m-rg-24{margin:var(--post-core-dimension-24) !important}.m-rg-26{margin:var(--post-core-dimension-26) !important}.m-rg-28{margin:var(--post-core-dimension-28) !important}.m-rg-30{margin:var(--post-core-dimension-30) !important}.m-rg-32{margin:var(--post-core-dimension-32) !important}.m-rg-34{margin:var(--post-core-dimension-34) !important}.m-rg-36{margin:var(--post-core-dimension-36) !important}.m-rg-40{margin:var(--post-core-dimension-40) !important}.m-rg-48{margin:var(--post-core-dimension-48) !important}.m-rg-56{margin:var(--post-core-dimension-56) !important}.m-rg-64{margin:var(--post-core-dimension-64) !important}.m-rg-78{margin:var(--post-core-dimension-78) !important}.m-rg-80{margin:var(--post-core-dimension-80) !important}.m-rg-96{margin:var(--post-core-dimension-96) !important}.m-rg-100{margin:var(--post-core-dimension-100) !important}.m-rg-112{margin:var(--post-core-dimension-112) !important}.m-rg-auto{margin:"auto" !important}.mx-rg-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-rg-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-rg-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-rg-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-rg-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-rg-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-rg-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-rg-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-rg-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-rg-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-rg-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-rg-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-rg-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-rg-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-rg-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-rg-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-rg-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-rg-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-rg-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-rg-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-rg-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-rg-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-rg-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-rg-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-rg-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-rg-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-rg-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-rg-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-rg-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-rg-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-rg-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-rg-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-rg-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-rg-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-rg-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-rg-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-rg-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-rg-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-rg-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-rg-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-rg-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-rg-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-rg-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-rg-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-rg-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-rg-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-rg-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-rg-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-rg-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-rg-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-rg-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-rg-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-rg-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-rg-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-rg-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-rg-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-rg-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-rg-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-rg-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-rg-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-rg-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-rg-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-rg-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-rg-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-rg-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-rg-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-rg-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-rg-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-rg-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-rg-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-rg-0{margin-top:var(--post-core-dimension-0) !important}.mt-rg-1{margin-top:var(--post-core-dimension-1) !important}.mt-rg-2{margin-top:var(--post-core-dimension-2) !important}.mt-rg-3{margin-top:var(--post-core-dimension-3) !important}.mt-rg-4{margin-top:var(--post-core-dimension-4) !important}.mt-rg-5{margin-top:var(--post-core-dimension-5) !important}.mt-rg-6{margin-top:var(--post-core-dimension-6) !important}.mt-rg-8{margin-top:var(--post-core-dimension-8) !important}.mt-rg-10{margin-top:var(--post-core-dimension-10) !important}.mt-rg-11{margin-top:var(--post-core-dimension-11) !important}.mt-rg-12{margin-top:var(--post-core-dimension-12) !important}.mt-rg-14{margin-top:var(--post-core-dimension-14) !important}.mt-rg-15{margin-top:var(--post-core-dimension-15) !important}.mt-rg-16{margin-top:var(--post-core-dimension-16) !important}.mt-rg-18{margin-top:var(--post-core-dimension-18) !important}.mt-rg-19{margin-top:var(--post-core-dimension-19) !important}.mt-rg-20{margin-top:var(--post-core-dimension-20) !important}.mt-rg-22{margin-top:var(--post-core-dimension-22) !important}.mt-rg-24{margin-top:var(--post-core-dimension-24) !important}.mt-rg-26{margin-top:var(--post-core-dimension-26) !important}.mt-rg-28{margin-top:var(--post-core-dimension-28) !important}.mt-rg-30{margin-top:var(--post-core-dimension-30) !important}.mt-rg-32{margin-top:var(--post-core-dimension-32) !important}.mt-rg-34{margin-top:var(--post-core-dimension-34) !important}.mt-rg-36{margin-top:var(--post-core-dimension-36) !important}.mt-rg-40{margin-top:var(--post-core-dimension-40) !important}.mt-rg-48{margin-top:var(--post-core-dimension-48) !important}.mt-rg-56{margin-top:var(--post-core-dimension-56) !important}.mt-rg-64{margin-top:var(--post-core-dimension-64) !important}.mt-rg-78{margin-top:var(--post-core-dimension-78) !important}.mt-rg-80{margin-top:var(--post-core-dimension-80) !important}.mt-rg-96{margin-top:var(--post-core-dimension-96) !important}.mt-rg-100{margin-top:var(--post-core-dimension-100) !important}.mt-rg-112{margin-top:var(--post-core-dimension-112) !important}.mt-rg-auto{margin-top:"auto" !important}.me-rg-0{margin-right:var(--post-core-dimension-0) !important}.me-rg-1{margin-right:var(--post-core-dimension-1) !important}.me-rg-2{margin-right:var(--post-core-dimension-2) !important}.me-rg-3{margin-right:var(--post-core-dimension-3) !important}.me-rg-4{margin-right:var(--post-core-dimension-4) !important}.me-rg-5{margin-right:var(--post-core-dimension-5) !important}.me-rg-6{margin-right:var(--post-core-dimension-6) !important}.me-rg-8{margin-right:var(--post-core-dimension-8) !important}.me-rg-10{margin-right:var(--post-core-dimension-10) !important}.me-rg-11{margin-right:var(--post-core-dimension-11) !important}.me-rg-12{margin-right:var(--post-core-dimension-12) !important}.me-rg-14{margin-right:var(--post-core-dimension-14) !important}.me-rg-15{margin-right:var(--post-core-dimension-15) !important}.me-rg-16{margin-right:var(--post-core-dimension-16) !important}.me-rg-18{margin-right:var(--post-core-dimension-18) !important}.me-rg-19{margin-right:var(--post-core-dimension-19) !important}.me-rg-20{margin-right:var(--post-core-dimension-20) !important}.me-rg-22{margin-right:var(--post-core-dimension-22) !important}.me-rg-24{margin-right:var(--post-core-dimension-24) !important}.me-rg-26{margin-right:var(--post-core-dimension-26) !important}.me-rg-28{margin-right:var(--post-core-dimension-28) !important}.me-rg-30{margin-right:var(--post-core-dimension-30) !important}.me-rg-32{margin-right:var(--post-core-dimension-32) !important}.me-rg-34{margin-right:var(--post-core-dimension-34) !important}.me-rg-36{margin-right:var(--post-core-dimension-36) !important}.me-rg-40{margin-right:var(--post-core-dimension-40) !important}.me-rg-48{margin-right:var(--post-core-dimension-48) !important}.me-rg-56{margin-right:var(--post-core-dimension-56) !important}.me-rg-64{margin-right:var(--post-core-dimension-64) !important}.me-rg-78{margin-right:var(--post-core-dimension-78) !important}.me-rg-80{margin-right:var(--post-core-dimension-80) !important}.me-rg-96{margin-right:var(--post-core-dimension-96) !important}.me-rg-100{margin-right:var(--post-core-dimension-100) !important}.me-rg-112{margin-right:var(--post-core-dimension-112) !important}.me-rg-auto{margin-right:"auto" !important}.mb-rg-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-rg-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-rg-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-rg-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-rg-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-rg-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-rg-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-rg-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-rg-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-rg-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-rg-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-rg-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-rg-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-rg-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-rg-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-rg-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-rg-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-rg-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-rg-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-rg-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-rg-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-rg-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-rg-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-rg-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-rg-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-rg-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-rg-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-rg-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-rg-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-rg-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-rg-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-rg-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-rg-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-rg-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-rg-auto{margin-bottom:"auto" !important}.ms-rg-0{margin-left:var(--post-core-dimension-0) !important}.ms-rg-1{margin-left:var(--post-core-dimension-1) !important}.ms-rg-2{margin-left:var(--post-core-dimension-2) !important}.ms-rg-3{margin-left:var(--post-core-dimension-3) !important}.ms-rg-4{margin-left:var(--post-core-dimension-4) !important}.ms-rg-5{margin-left:var(--post-core-dimension-5) !important}.ms-rg-6{margin-left:var(--post-core-dimension-6) !important}.ms-rg-8{margin-left:var(--post-core-dimension-8) !important}.ms-rg-10{margin-left:var(--post-core-dimension-10) !important}.ms-rg-11{margin-left:var(--post-core-dimension-11) !important}.ms-rg-12{margin-left:var(--post-core-dimension-12) !important}.ms-rg-14{margin-left:var(--post-core-dimension-14) !important}.ms-rg-15{margin-left:var(--post-core-dimension-15) !important}.ms-rg-16{margin-left:var(--post-core-dimension-16) !important}.ms-rg-18{margin-left:var(--post-core-dimension-18) !important}.ms-rg-19{margin-left:var(--post-core-dimension-19) !important}.ms-rg-20{margin-left:var(--post-core-dimension-20) !important}.ms-rg-22{margin-left:var(--post-core-dimension-22) !important}.ms-rg-24{margin-left:var(--post-core-dimension-24) !important}.ms-rg-26{margin-left:var(--post-core-dimension-26) !important}.ms-rg-28{margin-left:var(--post-core-dimension-28) !important}.ms-rg-30{margin-left:var(--post-core-dimension-30) !important}.ms-rg-32{margin-left:var(--post-core-dimension-32) !important}.ms-rg-34{margin-left:var(--post-core-dimension-34) !important}.ms-rg-36{margin-left:var(--post-core-dimension-36) !important}.ms-rg-40{margin-left:var(--post-core-dimension-40) !important}.ms-rg-48{margin-left:var(--post-core-dimension-48) !important}.ms-rg-56{margin-left:var(--post-core-dimension-56) !important}.ms-rg-64{margin-left:var(--post-core-dimension-64) !important}.ms-rg-78{margin-left:var(--post-core-dimension-78) !important}.ms-rg-80{margin-left:var(--post-core-dimension-80) !important}.ms-rg-96{margin-left:var(--post-core-dimension-96) !important}.ms-rg-100{margin-left:var(--post-core-dimension-100) !important}.ms-rg-112{margin-left:var(--post-core-dimension-112) !important}.ms-rg-auto{margin-left:"auto" !important}.p-rg-0{padding:var(--post-core-dimension-0) !important}.p-rg-1{padding:var(--post-core-dimension-1) !important}.p-rg-2{padding:var(--post-core-dimension-2) !important}.p-rg-3{padding:var(--post-core-dimension-3) !important}.p-rg-4{padding:var(--post-core-dimension-4) !important}.p-rg-5{padding:var(--post-core-dimension-5) !important}.p-rg-6{padding:var(--post-core-dimension-6) !important}.p-rg-8{padding:var(--post-core-dimension-8) !important}.p-rg-10{padding:var(--post-core-dimension-10) !important}.p-rg-11{padding:var(--post-core-dimension-11) !important}.p-rg-12{padding:var(--post-core-dimension-12) !important}.p-rg-14{padding:var(--post-core-dimension-14) !important}.p-rg-15{padding:var(--post-core-dimension-15) !important}.p-rg-16{padding:var(--post-core-dimension-16) !important}.p-rg-18{padding:var(--post-core-dimension-18) !important}.p-rg-19{padding:var(--post-core-dimension-19) !important}.p-rg-20{padding:var(--post-core-dimension-20) !important}.p-rg-22{padding:var(--post-core-dimension-22) !important}.p-rg-24{padding:var(--post-core-dimension-24) !important}.p-rg-26{padding:var(--post-core-dimension-26) !important}.p-rg-28{padding:var(--post-core-dimension-28) !important}.p-rg-30{padding:var(--post-core-dimension-30) !important}.p-rg-32{padding:var(--post-core-dimension-32) !important}.p-rg-34{padding:var(--post-core-dimension-34) !important}.p-rg-36{padding:var(--post-core-dimension-36) !important}.p-rg-40{padding:var(--post-core-dimension-40) !important}.p-rg-48{padding:var(--post-core-dimension-48) !important}.p-rg-56{padding:var(--post-core-dimension-56) !important}.p-rg-64{padding:var(--post-core-dimension-64) !important}.p-rg-78{padding:var(--post-core-dimension-78) !important}.p-rg-80{padding:var(--post-core-dimension-80) !important}.p-rg-96{padding:var(--post-core-dimension-96) !important}.p-rg-100{padding:var(--post-core-dimension-100) !important}.p-rg-112{padding:var(--post-core-dimension-112) !important}.px-rg-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-rg-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-rg-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-rg-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-rg-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-rg-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-rg-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-rg-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-rg-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-rg-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-rg-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-rg-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-rg-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-rg-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-rg-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-rg-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-rg-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-rg-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-rg-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-rg-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-rg-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-rg-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-rg-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-rg-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-rg-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-rg-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-rg-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-rg-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-rg-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-rg-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-rg-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-rg-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-rg-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-rg-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-rg-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-rg-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-rg-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-rg-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-rg-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-rg-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-rg-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-rg-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-rg-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-rg-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-rg-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-rg-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-rg-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-rg-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-rg-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-rg-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-rg-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-rg-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-rg-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-rg-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-rg-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-rg-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-rg-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-rg-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-rg-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-rg-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-rg-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-rg-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-rg-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-rg-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-rg-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-rg-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-rg-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-rg-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-rg-0{padding-top:var(--post-core-dimension-0) !important}.pt-rg-1{padding-top:var(--post-core-dimension-1) !important}.pt-rg-2{padding-top:var(--post-core-dimension-2) !important}.pt-rg-3{padding-top:var(--post-core-dimension-3) !important}.pt-rg-4{padding-top:var(--post-core-dimension-4) !important}.pt-rg-5{padding-top:var(--post-core-dimension-5) !important}.pt-rg-6{padding-top:var(--post-core-dimension-6) !important}.pt-rg-8{padding-top:var(--post-core-dimension-8) !important}.pt-rg-10{padding-top:var(--post-core-dimension-10) !important}.pt-rg-11{padding-top:var(--post-core-dimension-11) !important}.pt-rg-12{padding-top:var(--post-core-dimension-12) !important}.pt-rg-14{padding-top:var(--post-core-dimension-14) !important}.pt-rg-15{padding-top:var(--post-core-dimension-15) !important}.pt-rg-16{padding-top:var(--post-core-dimension-16) !important}.pt-rg-18{padding-top:var(--post-core-dimension-18) !important}.pt-rg-19{padding-top:var(--post-core-dimension-19) !important}.pt-rg-20{padding-top:var(--post-core-dimension-20) !important}.pt-rg-22{padding-top:var(--post-core-dimension-22) !important}.pt-rg-24{padding-top:var(--post-core-dimension-24) !important}.pt-rg-26{padding-top:var(--post-core-dimension-26) !important}.pt-rg-28{padding-top:var(--post-core-dimension-28) !important}.pt-rg-30{padding-top:var(--post-core-dimension-30) !important}.pt-rg-32{padding-top:var(--post-core-dimension-32) !important}.pt-rg-34{padding-top:var(--post-core-dimension-34) !important}.pt-rg-36{padding-top:var(--post-core-dimension-36) !important}.pt-rg-40{padding-top:var(--post-core-dimension-40) !important}.pt-rg-48{padding-top:var(--post-core-dimension-48) !important}.pt-rg-56{padding-top:var(--post-core-dimension-56) !important}.pt-rg-64{padding-top:var(--post-core-dimension-64) !important}.pt-rg-78{padding-top:var(--post-core-dimension-78) !important}.pt-rg-80{padding-top:var(--post-core-dimension-80) !important}.pt-rg-96{padding-top:var(--post-core-dimension-96) !important}.pt-rg-100{padding-top:var(--post-core-dimension-100) !important}.pt-rg-112{padding-top:var(--post-core-dimension-112) !important}.pe-rg-0{padding-right:var(--post-core-dimension-0) !important}.pe-rg-1{padding-right:var(--post-core-dimension-1) !important}.pe-rg-2{padding-right:var(--post-core-dimension-2) !important}.pe-rg-3{padding-right:var(--post-core-dimension-3) !important}.pe-rg-4{padding-right:var(--post-core-dimension-4) !important}.pe-rg-5{padding-right:var(--post-core-dimension-5) !important}.pe-rg-6{padding-right:var(--post-core-dimension-6) !important}.pe-rg-8{padding-right:var(--post-core-dimension-8) !important}.pe-rg-10{padding-right:var(--post-core-dimension-10) !important}.pe-rg-11{padding-right:var(--post-core-dimension-11) !important}.pe-rg-12{padding-right:var(--post-core-dimension-12) !important}.pe-rg-14{padding-right:var(--post-core-dimension-14) !important}.pe-rg-15{padding-right:var(--post-core-dimension-15) !important}.pe-rg-16{padding-right:var(--post-core-dimension-16) !important}.pe-rg-18{padding-right:var(--post-core-dimension-18) !important}.pe-rg-19{padding-right:var(--post-core-dimension-19) !important}.pe-rg-20{padding-right:var(--post-core-dimension-20) !important}.pe-rg-22{padding-right:var(--post-core-dimension-22) !important}.pe-rg-24{padding-right:var(--post-core-dimension-24) !important}.pe-rg-26{padding-right:var(--post-core-dimension-26) !important}.pe-rg-28{padding-right:var(--post-core-dimension-28) !important}.pe-rg-30{padding-right:var(--post-core-dimension-30) !important}.pe-rg-32{padding-right:var(--post-core-dimension-32) !important}.pe-rg-34{padding-right:var(--post-core-dimension-34) !important}.pe-rg-36{padding-right:var(--post-core-dimension-36) !important}.pe-rg-40{padding-right:var(--post-core-dimension-40) !important}.pe-rg-48{padding-right:var(--post-core-dimension-48) !important}.pe-rg-56{padding-right:var(--post-core-dimension-56) !important}.pe-rg-64{padding-right:var(--post-core-dimension-64) !important}.pe-rg-78{padding-right:var(--post-core-dimension-78) !important}.pe-rg-80{padding-right:var(--post-core-dimension-80) !important}.pe-rg-96{padding-right:var(--post-core-dimension-96) !important}.pe-rg-100{padding-right:var(--post-core-dimension-100) !important}.pe-rg-112{padding-right:var(--post-core-dimension-112) !important}.pb-rg-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-rg-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-rg-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-rg-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-rg-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-rg-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-rg-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-rg-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-rg-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-rg-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-rg-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-rg-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-rg-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-rg-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-rg-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-rg-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-rg-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-rg-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-rg-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-rg-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-rg-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-rg-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-rg-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-rg-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-rg-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-rg-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-rg-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-rg-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-rg-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-rg-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-rg-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-rg-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-rg-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-rg-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-rg-0{padding-left:var(--post-core-dimension-0) !important}.ps-rg-1{padding-left:var(--post-core-dimension-1) !important}.ps-rg-2{padding-left:var(--post-core-dimension-2) !important}.ps-rg-3{padding-left:var(--post-core-dimension-3) !important}.ps-rg-4{padding-left:var(--post-core-dimension-4) !important}.ps-rg-5{padding-left:var(--post-core-dimension-5) !important}.ps-rg-6{padding-left:var(--post-core-dimension-6) !important}.ps-rg-8{padding-left:var(--post-core-dimension-8) !important}.ps-rg-10{padding-left:var(--post-core-dimension-10) !important}.ps-rg-11{padding-left:var(--post-core-dimension-11) !important}.ps-rg-12{padding-left:var(--post-core-dimension-12) !important}.ps-rg-14{padding-left:var(--post-core-dimension-14) !important}.ps-rg-15{padding-left:var(--post-core-dimension-15) !important}.ps-rg-16{padding-left:var(--post-core-dimension-16) !important}.ps-rg-18{padding-left:var(--post-core-dimension-18) !important}.ps-rg-19{padding-left:var(--post-core-dimension-19) !important}.ps-rg-20{padding-left:var(--post-core-dimension-20) !important}.ps-rg-22{padding-left:var(--post-core-dimension-22) !important}.ps-rg-24{padding-left:var(--post-core-dimension-24) !important}.ps-rg-26{padding-left:var(--post-core-dimension-26) !important}.ps-rg-28{padding-left:var(--post-core-dimension-28) !important}.ps-rg-30{padding-left:var(--post-core-dimension-30) !important}.ps-rg-32{padding-left:var(--post-core-dimension-32) !important}.ps-rg-34{padding-left:var(--post-core-dimension-34) !important}.ps-rg-36{padding-left:var(--post-core-dimension-36) !important}.ps-rg-40{padding-left:var(--post-core-dimension-40) !important}.ps-rg-48{padding-left:var(--post-core-dimension-48) !important}.ps-rg-56{padding-left:var(--post-core-dimension-56) !important}.ps-rg-64{padding-left:var(--post-core-dimension-64) !important}.ps-rg-78{padding-left:var(--post-core-dimension-78) !important}.ps-rg-80{padding-left:var(--post-core-dimension-80) !important}.ps-rg-96{padding-left:var(--post-core-dimension-96) !important}.ps-rg-100{padding-left:var(--post-core-dimension-100) !important}.ps-rg-112{padding-left:var(--post-core-dimension-112) !important}.gap-rg-0{gap:var(--post-core-dimension-0) !important}.gap-rg-1{gap:var(--post-core-dimension-1) !important}.gap-rg-2{gap:var(--post-core-dimension-2) !important}.gap-rg-3{gap:var(--post-core-dimension-3) !important}.gap-rg-4{gap:var(--post-core-dimension-4) !important}.gap-rg-5{gap:var(--post-core-dimension-5) !important}.gap-rg-6{gap:var(--post-core-dimension-6) !important}.gap-rg-8{gap:var(--post-core-dimension-8) !important}.gap-rg-10{gap:var(--post-core-dimension-10) !important}.gap-rg-11{gap:var(--post-core-dimension-11) !important}.gap-rg-12{gap:var(--post-core-dimension-12) !important}.gap-rg-14{gap:var(--post-core-dimension-14) !important}.gap-rg-15{gap:var(--post-core-dimension-15) !important}.gap-rg-16{gap:var(--post-core-dimension-16) !important}.gap-rg-18{gap:var(--post-core-dimension-18) !important}.gap-rg-19{gap:var(--post-core-dimension-19) !important}.gap-rg-20{gap:var(--post-core-dimension-20) !important}.gap-rg-22{gap:var(--post-core-dimension-22) !important}.gap-rg-24{gap:var(--post-core-dimension-24) !important}.gap-rg-26{gap:var(--post-core-dimension-26) !important}.gap-rg-28{gap:var(--post-core-dimension-28) !important}.gap-rg-30{gap:var(--post-core-dimension-30) !important}.gap-rg-32{gap:var(--post-core-dimension-32) !important}.gap-rg-34{gap:var(--post-core-dimension-34) !important}.gap-rg-36{gap:var(--post-core-dimension-36) !important}.gap-rg-40{gap:var(--post-core-dimension-40) !important}.gap-rg-48{gap:var(--post-core-dimension-48) !important}.gap-rg-56{gap:var(--post-core-dimension-56) !important}.gap-rg-64{gap:var(--post-core-dimension-64) !important}.gap-rg-78{gap:var(--post-core-dimension-78) !important}.gap-rg-80{gap:var(--post-core-dimension-80) !important}.gap-rg-96{gap:var(--post-core-dimension-96) !important}.gap-rg-100{gap:var(--post-core-dimension-100) !important}.gap-rg-112{gap:var(--post-core-dimension-112) !important}.row-gap-rg-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-rg-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-rg-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-rg-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-rg-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-rg-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-rg-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-rg-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-rg-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-rg-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-rg-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-rg-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-rg-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-rg-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-rg-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-rg-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-rg-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-rg-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-rg-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-rg-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-rg-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-rg-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-rg-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-rg-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-rg-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-rg-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-rg-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-rg-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-rg-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-rg-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-rg-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-rg-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-rg-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-rg-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-rg-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-rg-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-rg-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-rg-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-rg-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-rg-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-rg-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-rg-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-rg-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-rg-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-rg-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-rg-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-rg-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-rg-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-rg-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-rg-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-rg-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-rg-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-rg-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-rg-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-rg-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-rg-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-rg-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-rg-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-rg-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-rg-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-rg-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-rg-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-rg-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-rg-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-rg-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-rg-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-rg-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-rg-112{column-gap:var(--post-core-dimension-112) !important}.flex-rg-fill{flex:1 1 auto !important}.flex-rg-row{flex-direction:row !important}.flex-rg-column{flex-direction:column !important}.flex-rg-row-reverse{flex-direction:row-reverse !important}.flex-rg-column-reverse{flex-direction:column-reverse !important}.flex-rg-grow-0{flex-grow:0 !important}.flex-rg-grow-1{flex-grow:1 !important}.flex-rg-shrink-0{flex-shrink:0 !important}.flex-rg-shrink-1{flex-shrink:1 !important}.flex-rg-wrap{flex-wrap:wrap !important}.flex-rg-nowrap{flex-wrap:nowrap !important}.flex-rg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-rg-start{justify-content:flex-start !important}.justify-content-rg-end{justify-content:flex-end !important}.justify-content-rg-center{justify-content:center !important}.justify-content-rg-between{justify-content:space-between !important}.justify-content-rg-around{justify-content:space-around !important}.justify-content-rg-evenly{justify-content:space-evenly !important}.align-items-rg-start{align-items:flex-start !important}.align-items-rg-end{align-items:flex-end !important}.align-items-rg-center{align-items:center !important}.align-items-rg-baseline{align-items:baseline !important}.align-items-rg-stretch{align-items:stretch !important}.align-content-rg-start{align-content:flex-start !important}.align-content-rg-end{align-content:flex-end !important}.align-content-rg-center{align-content:center !important}.align-content-rg-between{align-content:space-between !important}.align-content-rg-around{align-content:space-around !important}.align-content-rg-stretch{align-content:stretch !important}.align-self-rg-auto{align-self:auto !important}.align-self-rg-start{align-self:flex-start !important}.align-self-rg-end{align-self:flex-end !important}.align-self-rg-center{align-self:center !important}.align-self-rg-baseline{align-self:baseline !important}.align-self-rg-stretch{align-self:stretch !important}.order-rg-first{order:-1 !important}.order-rg-0{order:0 !important}.order-rg-1{order:1 !important}.order-rg-2{order:2 !important}.order-rg-3{order:3 !important}.order-rg-4{order:4 !important}.order-rg-5{order:5 !important}.order-rg-last{order:6 !important}.d-rg-inline{display:inline !important}.d-rg-inline-block{display:inline-block !important}.d-rg-block{display:block !important}.d-rg-grid{display:grid !important}.d-rg-inline-grid{display:inline-grid !important}.d-rg-table{display:table !important}.d-rg-table-row{display:table-row !important}.d-rg-table-cell{display:table-cell !important}.d-rg-flex{display:flex !important}.d-rg-inline-flex{display:inline-flex !important}.d-rg-none{display:none !important}}@media screen and (min-width: 780px){.m-md-0{margin:var(--post-core-dimension-0) !important}.m-md-1{margin:var(--post-core-dimension-1) !important}.m-md-2{margin:var(--post-core-dimension-2) !important}.m-md-3{margin:var(--post-core-dimension-3) !important}.m-md-4{margin:var(--post-core-dimension-4) !important}.m-md-5{margin:var(--post-core-dimension-5) !important}.m-md-6{margin:var(--post-core-dimension-6) !important}.m-md-8{margin:var(--post-core-dimension-8) !important}.m-md-10{margin:var(--post-core-dimension-10) !important}.m-md-11{margin:var(--post-core-dimension-11) !important}.m-md-12{margin:var(--post-core-dimension-12) !important}.m-md-14{margin:var(--post-core-dimension-14) !important}.m-md-15{margin:var(--post-core-dimension-15) !important}.m-md-16{margin:var(--post-core-dimension-16) !important}.m-md-18{margin:var(--post-core-dimension-18) !important}.m-md-19{margin:var(--post-core-dimension-19) !important}.m-md-20{margin:var(--post-core-dimension-20) !important}.m-md-22{margin:var(--post-core-dimension-22) !important}.m-md-24{margin:var(--post-core-dimension-24) !important}.m-md-26{margin:var(--post-core-dimension-26) !important}.m-md-28{margin:var(--post-core-dimension-28) !important}.m-md-30{margin:var(--post-core-dimension-30) !important}.m-md-32{margin:var(--post-core-dimension-32) !important}.m-md-34{margin:var(--post-core-dimension-34) !important}.m-md-36{margin:var(--post-core-dimension-36) !important}.m-md-40{margin:var(--post-core-dimension-40) !important}.m-md-48{margin:var(--post-core-dimension-48) !important}.m-md-56{margin:var(--post-core-dimension-56) !important}.m-md-64{margin:var(--post-core-dimension-64) !important}.m-md-78{margin:var(--post-core-dimension-78) !important}.m-md-80{margin:var(--post-core-dimension-80) !important}.m-md-96{margin:var(--post-core-dimension-96) !important}.m-md-100{margin:var(--post-core-dimension-100) !important}.m-md-112{margin:var(--post-core-dimension-112) !important}.m-md-auto{margin:"auto" !important}.mx-md-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-md-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-md-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-md-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-md-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-md-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-md-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-md-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-md-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-md-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-md-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-md-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-md-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-md-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-md-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-md-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-md-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-md-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-md-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-md-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-md-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-md-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-md-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-md-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-md-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-md-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-md-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-md-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-md-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-md-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-md-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-md-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-md-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-md-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-md-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-md-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-md-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-md-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-md-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-md-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-md-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-md-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-md-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-md-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-md-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-md-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-md-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-md-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-md-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-md-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-md-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-md-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-md-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-md-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-md-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-md-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-md-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-md-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-md-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-md-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-md-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-md-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-md-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-md-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-md-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-md-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-md-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-md-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-md-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-md-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-md-0{margin-top:var(--post-core-dimension-0) !important}.mt-md-1{margin-top:var(--post-core-dimension-1) !important}.mt-md-2{margin-top:var(--post-core-dimension-2) !important}.mt-md-3{margin-top:var(--post-core-dimension-3) !important}.mt-md-4{margin-top:var(--post-core-dimension-4) !important}.mt-md-5{margin-top:var(--post-core-dimension-5) !important}.mt-md-6{margin-top:var(--post-core-dimension-6) !important}.mt-md-8{margin-top:var(--post-core-dimension-8) !important}.mt-md-10{margin-top:var(--post-core-dimension-10) !important}.mt-md-11{margin-top:var(--post-core-dimension-11) !important}.mt-md-12{margin-top:var(--post-core-dimension-12) !important}.mt-md-14{margin-top:var(--post-core-dimension-14) !important}.mt-md-15{margin-top:var(--post-core-dimension-15) !important}.mt-md-16{margin-top:var(--post-core-dimension-16) !important}.mt-md-18{margin-top:var(--post-core-dimension-18) !important}.mt-md-19{margin-top:var(--post-core-dimension-19) !important}.mt-md-20{margin-top:var(--post-core-dimension-20) !important}.mt-md-22{margin-top:var(--post-core-dimension-22) !important}.mt-md-24{margin-top:var(--post-core-dimension-24) !important}.mt-md-26{margin-top:var(--post-core-dimension-26) !important}.mt-md-28{margin-top:var(--post-core-dimension-28) !important}.mt-md-30{margin-top:var(--post-core-dimension-30) !important}.mt-md-32{margin-top:var(--post-core-dimension-32) !important}.mt-md-34{margin-top:var(--post-core-dimension-34) !important}.mt-md-36{margin-top:var(--post-core-dimension-36) !important}.mt-md-40{margin-top:var(--post-core-dimension-40) !important}.mt-md-48{margin-top:var(--post-core-dimension-48) !important}.mt-md-56{margin-top:var(--post-core-dimension-56) !important}.mt-md-64{margin-top:var(--post-core-dimension-64) !important}.mt-md-78{margin-top:var(--post-core-dimension-78) !important}.mt-md-80{margin-top:var(--post-core-dimension-80) !important}.mt-md-96{margin-top:var(--post-core-dimension-96) !important}.mt-md-100{margin-top:var(--post-core-dimension-100) !important}.mt-md-112{margin-top:var(--post-core-dimension-112) !important}.mt-md-auto{margin-top:"auto" !important}.me-md-0{margin-right:var(--post-core-dimension-0) !important}.me-md-1{margin-right:var(--post-core-dimension-1) !important}.me-md-2{margin-right:var(--post-core-dimension-2) !important}.me-md-3{margin-right:var(--post-core-dimension-3) !important}.me-md-4{margin-right:var(--post-core-dimension-4) !important}.me-md-5{margin-right:var(--post-core-dimension-5) !important}.me-md-6{margin-right:var(--post-core-dimension-6) !important}.me-md-8{margin-right:var(--post-core-dimension-8) !important}.me-md-10{margin-right:var(--post-core-dimension-10) !important}.me-md-11{margin-right:var(--post-core-dimension-11) !important}.me-md-12{margin-right:var(--post-core-dimension-12) !important}.me-md-14{margin-right:var(--post-core-dimension-14) !important}.me-md-15{margin-right:var(--post-core-dimension-15) !important}.me-md-16{margin-right:var(--post-core-dimension-16) !important}.me-md-18{margin-right:var(--post-core-dimension-18) !important}.me-md-19{margin-right:var(--post-core-dimension-19) !important}.me-md-20{margin-right:var(--post-core-dimension-20) !important}.me-md-22{margin-right:var(--post-core-dimension-22) !important}.me-md-24{margin-right:var(--post-core-dimension-24) !important}.me-md-26{margin-right:var(--post-core-dimension-26) !important}.me-md-28{margin-right:var(--post-core-dimension-28) !important}.me-md-30{margin-right:var(--post-core-dimension-30) !important}.me-md-32{margin-right:var(--post-core-dimension-32) !important}.me-md-34{margin-right:var(--post-core-dimension-34) !important}.me-md-36{margin-right:var(--post-core-dimension-36) !important}.me-md-40{margin-right:var(--post-core-dimension-40) !important}.me-md-48{margin-right:var(--post-core-dimension-48) !important}.me-md-56{margin-right:var(--post-core-dimension-56) !important}.me-md-64{margin-right:var(--post-core-dimension-64) !important}.me-md-78{margin-right:var(--post-core-dimension-78) !important}.me-md-80{margin-right:var(--post-core-dimension-80) !important}.me-md-96{margin-right:var(--post-core-dimension-96) !important}.me-md-100{margin-right:var(--post-core-dimension-100) !important}.me-md-112{margin-right:var(--post-core-dimension-112) !important}.me-md-auto{margin-right:"auto" !important}.mb-md-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-md-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-md-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-md-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-md-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-md-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-md-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-md-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-md-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-md-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-md-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-md-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-md-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-md-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-md-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-md-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-md-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-md-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-md-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-md-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-md-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-md-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-md-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-md-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-md-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-md-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-md-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-md-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-md-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-md-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-md-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-md-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-md-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-md-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-md-auto{margin-bottom:"auto" !important}.ms-md-0{margin-left:var(--post-core-dimension-0) !important}.ms-md-1{margin-left:var(--post-core-dimension-1) !important}.ms-md-2{margin-left:var(--post-core-dimension-2) !important}.ms-md-3{margin-left:var(--post-core-dimension-3) !important}.ms-md-4{margin-left:var(--post-core-dimension-4) !important}.ms-md-5{margin-left:var(--post-core-dimension-5) !important}.ms-md-6{margin-left:var(--post-core-dimension-6) !important}.ms-md-8{margin-left:var(--post-core-dimension-8) !important}.ms-md-10{margin-left:var(--post-core-dimension-10) !important}.ms-md-11{margin-left:var(--post-core-dimension-11) !important}.ms-md-12{margin-left:var(--post-core-dimension-12) !important}.ms-md-14{margin-left:var(--post-core-dimension-14) !important}.ms-md-15{margin-left:var(--post-core-dimension-15) !important}.ms-md-16{margin-left:var(--post-core-dimension-16) !important}.ms-md-18{margin-left:var(--post-core-dimension-18) !important}.ms-md-19{margin-left:var(--post-core-dimension-19) !important}.ms-md-20{margin-left:var(--post-core-dimension-20) !important}.ms-md-22{margin-left:var(--post-core-dimension-22) !important}.ms-md-24{margin-left:var(--post-core-dimension-24) !important}.ms-md-26{margin-left:var(--post-core-dimension-26) !important}.ms-md-28{margin-left:var(--post-core-dimension-28) !important}.ms-md-30{margin-left:var(--post-core-dimension-30) !important}.ms-md-32{margin-left:var(--post-core-dimension-32) !important}.ms-md-34{margin-left:var(--post-core-dimension-34) !important}.ms-md-36{margin-left:var(--post-core-dimension-36) !important}.ms-md-40{margin-left:var(--post-core-dimension-40) !important}.ms-md-48{margin-left:var(--post-core-dimension-48) !important}.ms-md-56{margin-left:var(--post-core-dimension-56) !important}.ms-md-64{margin-left:var(--post-core-dimension-64) !important}.ms-md-78{margin-left:var(--post-core-dimension-78) !important}.ms-md-80{margin-left:var(--post-core-dimension-80) !important}.ms-md-96{margin-left:var(--post-core-dimension-96) !important}.ms-md-100{margin-left:var(--post-core-dimension-100) !important}.ms-md-112{margin-left:var(--post-core-dimension-112) !important}.ms-md-auto{margin-left:"auto" !important}.p-md-0{padding:var(--post-core-dimension-0) !important}.p-md-1{padding:var(--post-core-dimension-1) !important}.p-md-2{padding:var(--post-core-dimension-2) !important}.p-md-3{padding:var(--post-core-dimension-3) !important}.p-md-4{padding:var(--post-core-dimension-4) !important}.p-md-5{padding:var(--post-core-dimension-5) !important}.p-md-6{padding:var(--post-core-dimension-6) !important}.p-md-8{padding:var(--post-core-dimension-8) !important}.p-md-10{padding:var(--post-core-dimension-10) !important}.p-md-11{padding:var(--post-core-dimension-11) !important}.p-md-12{padding:var(--post-core-dimension-12) !important}.p-md-14{padding:var(--post-core-dimension-14) !important}.p-md-15{padding:var(--post-core-dimension-15) !important}.p-md-16{padding:var(--post-core-dimension-16) !important}.p-md-18{padding:var(--post-core-dimension-18) !important}.p-md-19{padding:var(--post-core-dimension-19) !important}.p-md-20{padding:var(--post-core-dimension-20) !important}.p-md-22{padding:var(--post-core-dimension-22) !important}.p-md-24{padding:var(--post-core-dimension-24) !important}.p-md-26{padding:var(--post-core-dimension-26) !important}.p-md-28{padding:var(--post-core-dimension-28) !important}.p-md-30{padding:var(--post-core-dimension-30) !important}.p-md-32{padding:var(--post-core-dimension-32) !important}.p-md-34{padding:var(--post-core-dimension-34) !important}.p-md-36{padding:var(--post-core-dimension-36) !important}.p-md-40{padding:var(--post-core-dimension-40) !important}.p-md-48{padding:var(--post-core-dimension-48) !important}.p-md-56{padding:var(--post-core-dimension-56) !important}.p-md-64{padding:var(--post-core-dimension-64) !important}.p-md-78{padding:var(--post-core-dimension-78) !important}.p-md-80{padding:var(--post-core-dimension-80) !important}.p-md-96{padding:var(--post-core-dimension-96) !important}.p-md-100{padding:var(--post-core-dimension-100) !important}.p-md-112{padding:var(--post-core-dimension-112) !important}.px-md-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-md-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-md-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-md-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-md-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-md-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-md-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-md-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-md-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-md-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-md-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-md-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-md-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-md-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-md-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-md-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-md-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-md-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-md-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-md-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-md-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-md-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-md-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-md-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-md-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-md-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-md-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-md-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-md-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-md-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-md-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-md-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-md-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-md-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-md-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-md-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-md-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-md-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-md-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-md-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-md-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-md-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-md-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-md-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-md-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-md-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-md-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-md-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-md-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-md-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-md-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-md-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-md-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-md-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-md-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-md-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-md-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-md-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-md-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-md-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-md-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-md-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-md-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-md-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-md-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-md-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-md-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-md-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-md-0{padding-top:var(--post-core-dimension-0) !important}.pt-md-1{padding-top:var(--post-core-dimension-1) !important}.pt-md-2{padding-top:var(--post-core-dimension-2) !important}.pt-md-3{padding-top:var(--post-core-dimension-3) !important}.pt-md-4{padding-top:var(--post-core-dimension-4) !important}.pt-md-5{padding-top:var(--post-core-dimension-5) !important}.pt-md-6{padding-top:var(--post-core-dimension-6) !important}.pt-md-8{padding-top:var(--post-core-dimension-8) !important}.pt-md-10{padding-top:var(--post-core-dimension-10) !important}.pt-md-11{padding-top:var(--post-core-dimension-11) !important}.pt-md-12{padding-top:var(--post-core-dimension-12) !important}.pt-md-14{padding-top:var(--post-core-dimension-14) !important}.pt-md-15{padding-top:var(--post-core-dimension-15) !important}.pt-md-16{padding-top:var(--post-core-dimension-16) !important}.pt-md-18{padding-top:var(--post-core-dimension-18) !important}.pt-md-19{padding-top:var(--post-core-dimension-19) !important}.pt-md-20{padding-top:var(--post-core-dimension-20) !important}.pt-md-22{padding-top:var(--post-core-dimension-22) !important}.pt-md-24{padding-top:var(--post-core-dimension-24) !important}.pt-md-26{padding-top:var(--post-core-dimension-26) !important}.pt-md-28{padding-top:var(--post-core-dimension-28) !important}.pt-md-30{padding-top:var(--post-core-dimension-30) !important}.pt-md-32{padding-top:var(--post-core-dimension-32) !important}.pt-md-34{padding-top:var(--post-core-dimension-34) !important}.pt-md-36{padding-top:var(--post-core-dimension-36) !important}.pt-md-40{padding-top:var(--post-core-dimension-40) !important}.pt-md-48{padding-top:var(--post-core-dimension-48) !important}.pt-md-56{padding-top:var(--post-core-dimension-56) !important}.pt-md-64{padding-top:var(--post-core-dimension-64) !important}.pt-md-78{padding-top:var(--post-core-dimension-78) !important}.pt-md-80{padding-top:var(--post-core-dimension-80) !important}.pt-md-96{padding-top:var(--post-core-dimension-96) !important}.pt-md-100{padding-top:var(--post-core-dimension-100) !important}.pt-md-112{padding-top:var(--post-core-dimension-112) !important}.pe-md-0{padding-right:var(--post-core-dimension-0) !important}.pe-md-1{padding-right:var(--post-core-dimension-1) !important}.pe-md-2{padding-right:var(--post-core-dimension-2) !important}.pe-md-3{padding-right:var(--post-core-dimension-3) !important}.pe-md-4{padding-right:var(--post-core-dimension-4) !important}.pe-md-5{padding-right:var(--post-core-dimension-5) !important}.pe-md-6{padding-right:var(--post-core-dimension-6) !important}.pe-md-8{padding-right:var(--post-core-dimension-8) !important}.pe-md-10{padding-right:var(--post-core-dimension-10) !important}.pe-md-11{padding-right:var(--post-core-dimension-11) !important}.pe-md-12{padding-right:var(--post-core-dimension-12) !important}.pe-md-14{padding-right:var(--post-core-dimension-14) !important}.pe-md-15{padding-right:var(--post-core-dimension-15) !important}.pe-md-16{padding-right:var(--post-core-dimension-16) !important}.pe-md-18{padding-right:var(--post-core-dimension-18) !important}.pe-md-19{padding-right:var(--post-core-dimension-19) !important}.pe-md-20{padding-right:var(--post-core-dimension-20) !important}.pe-md-22{padding-right:var(--post-core-dimension-22) !important}.pe-md-24{padding-right:var(--post-core-dimension-24) !important}.pe-md-26{padding-right:var(--post-core-dimension-26) !important}.pe-md-28{padding-right:var(--post-core-dimension-28) !important}.pe-md-30{padding-right:var(--post-core-dimension-30) !important}.pe-md-32{padding-right:var(--post-core-dimension-32) !important}.pe-md-34{padding-right:var(--post-core-dimension-34) !important}.pe-md-36{padding-right:var(--post-core-dimension-36) !important}.pe-md-40{padding-right:var(--post-core-dimension-40) !important}.pe-md-48{padding-right:var(--post-core-dimension-48) !important}.pe-md-56{padding-right:var(--post-core-dimension-56) !important}.pe-md-64{padding-right:var(--post-core-dimension-64) !important}.pe-md-78{padding-right:var(--post-core-dimension-78) !important}.pe-md-80{padding-right:var(--post-core-dimension-80) !important}.pe-md-96{padding-right:var(--post-core-dimension-96) !important}.pe-md-100{padding-right:var(--post-core-dimension-100) !important}.pe-md-112{padding-right:var(--post-core-dimension-112) !important}.pb-md-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-md-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-md-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-md-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-md-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-md-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-md-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-md-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-md-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-md-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-md-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-md-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-md-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-md-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-md-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-md-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-md-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-md-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-md-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-md-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-md-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-md-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-md-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-md-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-md-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-md-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-md-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-md-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-md-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-md-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-md-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-md-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-md-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-md-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-md-0{padding-left:var(--post-core-dimension-0) !important}.ps-md-1{padding-left:var(--post-core-dimension-1) !important}.ps-md-2{padding-left:var(--post-core-dimension-2) !important}.ps-md-3{padding-left:var(--post-core-dimension-3) !important}.ps-md-4{padding-left:var(--post-core-dimension-4) !important}.ps-md-5{padding-left:var(--post-core-dimension-5) !important}.ps-md-6{padding-left:var(--post-core-dimension-6) !important}.ps-md-8{padding-left:var(--post-core-dimension-8) !important}.ps-md-10{padding-left:var(--post-core-dimension-10) !important}.ps-md-11{padding-left:var(--post-core-dimension-11) !important}.ps-md-12{padding-left:var(--post-core-dimension-12) !important}.ps-md-14{padding-left:var(--post-core-dimension-14) !important}.ps-md-15{padding-left:var(--post-core-dimension-15) !important}.ps-md-16{padding-left:var(--post-core-dimension-16) !important}.ps-md-18{padding-left:var(--post-core-dimension-18) !important}.ps-md-19{padding-left:var(--post-core-dimension-19) !important}.ps-md-20{padding-left:var(--post-core-dimension-20) !important}.ps-md-22{padding-left:var(--post-core-dimension-22) !important}.ps-md-24{padding-left:var(--post-core-dimension-24) !important}.ps-md-26{padding-left:var(--post-core-dimension-26) !important}.ps-md-28{padding-left:var(--post-core-dimension-28) !important}.ps-md-30{padding-left:var(--post-core-dimension-30) !important}.ps-md-32{padding-left:var(--post-core-dimension-32) !important}.ps-md-34{padding-left:var(--post-core-dimension-34) !important}.ps-md-36{padding-left:var(--post-core-dimension-36) !important}.ps-md-40{padding-left:var(--post-core-dimension-40) !important}.ps-md-48{padding-left:var(--post-core-dimension-48) !important}.ps-md-56{padding-left:var(--post-core-dimension-56) !important}.ps-md-64{padding-left:var(--post-core-dimension-64) !important}.ps-md-78{padding-left:var(--post-core-dimension-78) !important}.ps-md-80{padding-left:var(--post-core-dimension-80) !important}.ps-md-96{padding-left:var(--post-core-dimension-96) !important}.ps-md-100{padding-left:var(--post-core-dimension-100) !important}.ps-md-112{padding-left:var(--post-core-dimension-112) !important}.gap-md-0{gap:var(--post-core-dimension-0) !important}.gap-md-1{gap:var(--post-core-dimension-1) !important}.gap-md-2{gap:var(--post-core-dimension-2) !important}.gap-md-3{gap:var(--post-core-dimension-3) !important}.gap-md-4{gap:var(--post-core-dimension-4) !important}.gap-md-5{gap:var(--post-core-dimension-5) !important}.gap-md-6{gap:var(--post-core-dimension-6) !important}.gap-md-8{gap:var(--post-core-dimension-8) !important}.gap-md-10{gap:var(--post-core-dimension-10) !important}.gap-md-11{gap:var(--post-core-dimension-11) !important}.gap-md-12{gap:var(--post-core-dimension-12) !important}.gap-md-14{gap:var(--post-core-dimension-14) !important}.gap-md-15{gap:var(--post-core-dimension-15) !important}.gap-md-16{gap:var(--post-core-dimension-16) !important}.gap-md-18{gap:var(--post-core-dimension-18) !important}.gap-md-19{gap:var(--post-core-dimension-19) !important}.gap-md-20{gap:var(--post-core-dimension-20) !important}.gap-md-22{gap:var(--post-core-dimension-22) !important}.gap-md-24{gap:var(--post-core-dimension-24) !important}.gap-md-26{gap:var(--post-core-dimension-26) !important}.gap-md-28{gap:var(--post-core-dimension-28) !important}.gap-md-30{gap:var(--post-core-dimension-30) !important}.gap-md-32{gap:var(--post-core-dimension-32) !important}.gap-md-34{gap:var(--post-core-dimension-34) !important}.gap-md-36{gap:var(--post-core-dimension-36) !important}.gap-md-40{gap:var(--post-core-dimension-40) !important}.gap-md-48{gap:var(--post-core-dimension-48) !important}.gap-md-56{gap:var(--post-core-dimension-56) !important}.gap-md-64{gap:var(--post-core-dimension-64) !important}.gap-md-78{gap:var(--post-core-dimension-78) !important}.gap-md-80{gap:var(--post-core-dimension-80) !important}.gap-md-96{gap:var(--post-core-dimension-96) !important}.gap-md-100{gap:var(--post-core-dimension-100) !important}.gap-md-112{gap:var(--post-core-dimension-112) !important}.row-gap-md-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-md-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-md-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-md-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-md-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-md-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-md-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-md-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-md-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-md-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-md-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-md-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-md-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-md-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-md-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-md-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-md-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-md-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-md-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-md-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-md-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-md-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-md-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-md-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-md-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-md-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-md-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-md-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-md-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-md-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-md-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-md-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-md-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-md-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-md-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-md-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-md-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-md-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-md-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-md-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-md-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-md-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-md-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-md-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-md-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-md-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-md-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-md-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-md-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-md-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-md-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-md-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-md-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-md-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-md-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-md-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-md-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-md-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-md-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-md-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-md-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-md-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-md-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-md-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-md-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-md-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-md-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-md-112{column-gap:var(--post-core-dimension-112) !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}}@media screen and (min-width: 1024px){.m-lg-0{margin:var(--post-core-dimension-0) !important}.m-lg-1{margin:var(--post-core-dimension-1) !important}.m-lg-2{margin:var(--post-core-dimension-2) !important}.m-lg-3{margin:var(--post-core-dimension-3) !important}.m-lg-4{margin:var(--post-core-dimension-4) !important}.m-lg-5{margin:var(--post-core-dimension-5) !important}.m-lg-6{margin:var(--post-core-dimension-6) !important}.m-lg-8{margin:var(--post-core-dimension-8) !important}.m-lg-10{margin:var(--post-core-dimension-10) !important}.m-lg-11{margin:var(--post-core-dimension-11) !important}.m-lg-12{margin:var(--post-core-dimension-12) !important}.m-lg-14{margin:var(--post-core-dimension-14) !important}.m-lg-15{margin:var(--post-core-dimension-15) !important}.m-lg-16{margin:var(--post-core-dimension-16) !important}.m-lg-18{margin:var(--post-core-dimension-18) !important}.m-lg-19{margin:var(--post-core-dimension-19) !important}.m-lg-20{margin:var(--post-core-dimension-20) !important}.m-lg-22{margin:var(--post-core-dimension-22) !important}.m-lg-24{margin:var(--post-core-dimension-24) !important}.m-lg-26{margin:var(--post-core-dimension-26) !important}.m-lg-28{margin:var(--post-core-dimension-28) !important}.m-lg-30{margin:var(--post-core-dimension-30) !important}.m-lg-32{margin:var(--post-core-dimension-32) !important}.m-lg-34{margin:var(--post-core-dimension-34) !important}.m-lg-36{margin:var(--post-core-dimension-36) !important}.m-lg-40{margin:var(--post-core-dimension-40) !important}.m-lg-48{margin:var(--post-core-dimension-48) !important}.m-lg-56{margin:var(--post-core-dimension-56) !important}.m-lg-64{margin:var(--post-core-dimension-64) !important}.m-lg-78{margin:var(--post-core-dimension-78) !important}.m-lg-80{margin:var(--post-core-dimension-80) !important}.m-lg-96{margin:var(--post-core-dimension-96) !important}.m-lg-100{margin:var(--post-core-dimension-100) !important}.m-lg-112{margin:var(--post-core-dimension-112) !important}.m-lg-auto{margin:"auto" !important}.mx-lg-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-lg-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-lg-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-lg-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-lg-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-lg-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-lg-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-lg-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-lg-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-lg-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-lg-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-lg-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-lg-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-lg-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-lg-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-lg-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-lg-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-lg-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-lg-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-lg-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-lg-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-lg-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-lg-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-lg-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-lg-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-lg-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-lg-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-lg-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-lg-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-lg-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-lg-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-lg-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-lg-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-lg-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-lg-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-lg-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-lg-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-lg-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-lg-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-lg-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-lg-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-lg-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-lg-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-lg-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-lg-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-lg-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-lg-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-lg-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-lg-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-lg-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-lg-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-lg-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-lg-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-lg-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-lg-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-lg-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-lg-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-lg-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-lg-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-lg-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-lg-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-lg-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-lg-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-lg-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-lg-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-lg-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-lg-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-lg-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-lg-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-lg-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-lg-0{margin-top:var(--post-core-dimension-0) !important}.mt-lg-1{margin-top:var(--post-core-dimension-1) !important}.mt-lg-2{margin-top:var(--post-core-dimension-2) !important}.mt-lg-3{margin-top:var(--post-core-dimension-3) !important}.mt-lg-4{margin-top:var(--post-core-dimension-4) !important}.mt-lg-5{margin-top:var(--post-core-dimension-5) !important}.mt-lg-6{margin-top:var(--post-core-dimension-6) !important}.mt-lg-8{margin-top:var(--post-core-dimension-8) !important}.mt-lg-10{margin-top:var(--post-core-dimension-10) !important}.mt-lg-11{margin-top:var(--post-core-dimension-11) !important}.mt-lg-12{margin-top:var(--post-core-dimension-12) !important}.mt-lg-14{margin-top:var(--post-core-dimension-14) !important}.mt-lg-15{margin-top:var(--post-core-dimension-15) !important}.mt-lg-16{margin-top:var(--post-core-dimension-16) !important}.mt-lg-18{margin-top:var(--post-core-dimension-18) !important}.mt-lg-19{margin-top:var(--post-core-dimension-19) !important}.mt-lg-20{margin-top:var(--post-core-dimension-20) !important}.mt-lg-22{margin-top:var(--post-core-dimension-22) !important}.mt-lg-24{margin-top:var(--post-core-dimension-24) !important}.mt-lg-26{margin-top:var(--post-core-dimension-26) !important}.mt-lg-28{margin-top:var(--post-core-dimension-28) !important}.mt-lg-30{margin-top:var(--post-core-dimension-30) !important}.mt-lg-32{margin-top:var(--post-core-dimension-32) !important}.mt-lg-34{margin-top:var(--post-core-dimension-34) !important}.mt-lg-36{margin-top:var(--post-core-dimension-36) !important}.mt-lg-40{margin-top:var(--post-core-dimension-40) !important}.mt-lg-48{margin-top:var(--post-core-dimension-48) !important}.mt-lg-56{margin-top:var(--post-core-dimension-56) !important}.mt-lg-64{margin-top:var(--post-core-dimension-64) !important}.mt-lg-78{margin-top:var(--post-core-dimension-78) !important}.mt-lg-80{margin-top:var(--post-core-dimension-80) !important}.mt-lg-96{margin-top:var(--post-core-dimension-96) !important}.mt-lg-100{margin-top:var(--post-core-dimension-100) !important}.mt-lg-112{margin-top:var(--post-core-dimension-112) !important}.mt-lg-auto{margin-top:"auto" !important}.me-lg-0{margin-right:var(--post-core-dimension-0) !important}.me-lg-1{margin-right:var(--post-core-dimension-1) !important}.me-lg-2{margin-right:var(--post-core-dimension-2) !important}.me-lg-3{margin-right:var(--post-core-dimension-3) !important}.me-lg-4{margin-right:var(--post-core-dimension-4) !important}.me-lg-5{margin-right:var(--post-core-dimension-5) !important}.me-lg-6{margin-right:var(--post-core-dimension-6) !important}.me-lg-8{margin-right:var(--post-core-dimension-8) !important}.me-lg-10{margin-right:var(--post-core-dimension-10) !important}.me-lg-11{margin-right:var(--post-core-dimension-11) !important}.me-lg-12{margin-right:var(--post-core-dimension-12) !important}.me-lg-14{margin-right:var(--post-core-dimension-14) !important}.me-lg-15{margin-right:var(--post-core-dimension-15) !important}.me-lg-16{margin-right:var(--post-core-dimension-16) !important}.me-lg-18{margin-right:var(--post-core-dimension-18) !important}.me-lg-19{margin-right:var(--post-core-dimension-19) !important}.me-lg-20{margin-right:var(--post-core-dimension-20) !important}.me-lg-22{margin-right:var(--post-core-dimension-22) !important}.me-lg-24{margin-right:var(--post-core-dimension-24) !important}.me-lg-26{margin-right:var(--post-core-dimension-26) !important}.me-lg-28{margin-right:var(--post-core-dimension-28) !important}.me-lg-30{margin-right:var(--post-core-dimension-30) !important}.me-lg-32{margin-right:var(--post-core-dimension-32) !important}.me-lg-34{margin-right:var(--post-core-dimension-34) !important}.me-lg-36{margin-right:var(--post-core-dimension-36) !important}.me-lg-40{margin-right:var(--post-core-dimension-40) !important}.me-lg-48{margin-right:var(--post-core-dimension-48) !important}.me-lg-56{margin-right:var(--post-core-dimension-56) !important}.me-lg-64{margin-right:var(--post-core-dimension-64) !important}.me-lg-78{margin-right:var(--post-core-dimension-78) !important}.me-lg-80{margin-right:var(--post-core-dimension-80) !important}.me-lg-96{margin-right:var(--post-core-dimension-96) !important}.me-lg-100{margin-right:var(--post-core-dimension-100) !important}.me-lg-112{margin-right:var(--post-core-dimension-112) !important}.me-lg-auto{margin-right:"auto" !important}.mb-lg-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-lg-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-lg-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-lg-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-lg-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-lg-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-lg-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-lg-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-lg-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-lg-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-lg-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-lg-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-lg-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-lg-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-lg-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-lg-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-lg-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-lg-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-lg-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-lg-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-lg-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-lg-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-lg-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-lg-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-lg-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-lg-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-lg-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-lg-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-lg-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-lg-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-lg-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-lg-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-lg-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-lg-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-lg-auto{margin-bottom:"auto" !important}.ms-lg-0{margin-left:var(--post-core-dimension-0) !important}.ms-lg-1{margin-left:var(--post-core-dimension-1) !important}.ms-lg-2{margin-left:var(--post-core-dimension-2) !important}.ms-lg-3{margin-left:var(--post-core-dimension-3) !important}.ms-lg-4{margin-left:var(--post-core-dimension-4) !important}.ms-lg-5{margin-left:var(--post-core-dimension-5) !important}.ms-lg-6{margin-left:var(--post-core-dimension-6) !important}.ms-lg-8{margin-left:var(--post-core-dimension-8) !important}.ms-lg-10{margin-left:var(--post-core-dimension-10) !important}.ms-lg-11{margin-left:var(--post-core-dimension-11) !important}.ms-lg-12{margin-left:var(--post-core-dimension-12) !important}.ms-lg-14{margin-left:var(--post-core-dimension-14) !important}.ms-lg-15{margin-left:var(--post-core-dimension-15) !important}.ms-lg-16{margin-left:var(--post-core-dimension-16) !important}.ms-lg-18{margin-left:var(--post-core-dimension-18) !important}.ms-lg-19{margin-left:var(--post-core-dimension-19) !important}.ms-lg-20{margin-left:var(--post-core-dimension-20) !important}.ms-lg-22{margin-left:var(--post-core-dimension-22) !important}.ms-lg-24{margin-left:var(--post-core-dimension-24) !important}.ms-lg-26{margin-left:var(--post-core-dimension-26) !important}.ms-lg-28{margin-left:var(--post-core-dimension-28) !important}.ms-lg-30{margin-left:var(--post-core-dimension-30) !important}.ms-lg-32{margin-left:var(--post-core-dimension-32) !important}.ms-lg-34{margin-left:var(--post-core-dimension-34) !important}.ms-lg-36{margin-left:var(--post-core-dimension-36) !important}.ms-lg-40{margin-left:var(--post-core-dimension-40) !important}.ms-lg-48{margin-left:var(--post-core-dimension-48) !important}.ms-lg-56{margin-left:var(--post-core-dimension-56) !important}.ms-lg-64{margin-left:var(--post-core-dimension-64) !important}.ms-lg-78{margin-left:var(--post-core-dimension-78) !important}.ms-lg-80{margin-left:var(--post-core-dimension-80) !important}.ms-lg-96{margin-left:var(--post-core-dimension-96) !important}.ms-lg-100{margin-left:var(--post-core-dimension-100) !important}.ms-lg-112{margin-left:var(--post-core-dimension-112) !important}.ms-lg-auto{margin-left:"auto" !important}.p-lg-0{padding:var(--post-core-dimension-0) !important}.p-lg-1{padding:var(--post-core-dimension-1) !important}.p-lg-2{padding:var(--post-core-dimension-2) !important}.p-lg-3{padding:var(--post-core-dimension-3) !important}.p-lg-4{padding:var(--post-core-dimension-4) !important}.p-lg-5{padding:var(--post-core-dimension-5) !important}.p-lg-6{padding:var(--post-core-dimension-6) !important}.p-lg-8{padding:var(--post-core-dimension-8) !important}.p-lg-10{padding:var(--post-core-dimension-10) !important}.p-lg-11{padding:var(--post-core-dimension-11) !important}.p-lg-12{padding:var(--post-core-dimension-12) !important}.p-lg-14{padding:var(--post-core-dimension-14) !important}.p-lg-15{padding:var(--post-core-dimension-15) !important}.p-lg-16{padding:var(--post-core-dimension-16) !important}.p-lg-18{padding:var(--post-core-dimension-18) !important}.p-lg-19{padding:var(--post-core-dimension-19) !important}.p-lg-20{padding:var(--post-core-dimension-20) !important}.p-lg-22{padding:var(--post-core-dimension-22) !important}.p-lg-24{padding:var(--post-core-dimension-24) !important}.p-lg-26{padding:var(--post-core-dimension-26) !important}.p-lg-28{padding:var(--post-core-dimension-28) !important}.p-lg-30{padding:var(--post-core-dimension-30) !important}.p-lg-32{padding:var(--post-core-dimension-32) !important}.p-lg-34{padding:var(--post-core-dimension-34) !important}.p-lg-36{padding:var(--post-core-dimension-36) !important}.p-lg-40{padding:var(--post-core-dimension-40) !important}.p-lg-48{padding:var(--post-core-dimension-48) !important}.p-lg-56{padding:var(--post-core-dimension-56) !important}.p-lg-64{padding:var(--post-core-dimension-64) !important}.p-lg-78{padding:var(--post-core-dimension-78) !important}.p-lg-80{padding:var(--post-core-dimension-80) !important}.p-lg-96{padding:var(--post-core-dimension-96) !important}.p-lg-100{padding:var(--post-core-dimension-100) !important}.p-lg-112{padding:var(--post-core-dimension-112) !important}.px-lg-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-lg-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-lg-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-lg-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-lg-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-lg-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-lg-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-lg-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-lg-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-lg-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-lg-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-lg-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-lg-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-lg-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-lg-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-lg-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-lg-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-lg-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-lg-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-lg-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-lg-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-lg-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-lg-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-lg-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-lg-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-lg-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-lg-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-lg-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-lg-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-lg-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-lg-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-lg-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-lg-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-lg-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-lg-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-lg-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-lg-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-lg-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-lg-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-lg-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-lg-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-lg-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-lg-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-lg-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-lg-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-lg-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-lg-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-lg-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-lg-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-lg-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-lg-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-lg-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-lg-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-lg-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-lg-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-lg-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-lg-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-lg-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-lg-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-lg-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-lg-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-lg-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-lg-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-lg-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-lg-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-lg-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-lg-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-lg-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-lg-0{padding-top:var(--post-core-dimension-0) !important}.pt-lg-1{padding-top:var(--post-core-dimension-1) !important}.pt-lg-2{padding-top:var(--post-core-dimension-2) !important}.pt-lg-3{padding-top:var(--post-core-dimension-3) !important}.pt-lg-4{padding-top:var(--post-core-dimension-4) !important}.pt-lg-5{padding-top:var(--post-core-dimension-5) !important}.pt-lg-6{padding-top:var(--post-core-dimension-6) !important}.pt-lg-8{padding-top:var(--post-core-dimension-8) !important}.pt-lg-10{padding-top:var(--post-core-dimension-10) !important}.pt-lg-11{padding-top:var(--post-core-dimension-11) !important}.pt-lg-12{padding-top:var(--post-core-dimension-12) !important}.pt-lg-14{padding-top:var(--post-core-dimension-14) !important}.pt-lg-15{padding-top:var(--post-core-dimension-15) !important}.pt-lg-16{padding-top:var(--post-core-dimension-16) !important}.pt-lg-18{padding-top:var(--post-core-dimension-18) !important}.pt-lg-19{padding-top:var(--post-core-dimension-19) !important}.pt-lg-20{padding-top:var(--post-core-dimension-20) !important}.pt-lg-22{padding-top:var(--post-core-dimension-22) !important}.pt-lg-24{padding-top:var(--post-core-dimension-24) !important}.pt-lg-26{padding-top:var(--post-core-dimension-26) !important}.pt-lg-28{padding-top:var(--post-core-dimension-28) !important}.pt-lg-30{padding-top:var(--post-core-dimension-30) !important}.pt-lg-32{padding-top:var(--post-core-dimension-32) !important}.pt-lg-34{padding-top:var(--post-core-dimension-34) !important}.pt-lg-36{padding-top:var(--post-core-dimension-36) !important}.pt-lg-40{padding-top:var(--post-core-dimension-40) !important}.pt-lg-48{padding-top:var(--post-core-dimension-48) !important}.pt-lg-56{padding-top:var(--post-core-dimension-56) !important}.pt-lg-64{padding-top:var(--post-core-dimension-64) !important}.pt-lg-78{padding-top:var(--post-core-dimension-78) !important}.pt-lg-80{padding-top:var(--post-core-dimension-80) !important}.pt-lg-96{padding-top:var(--post-core-dimension-96) !important}.pt-lg-100{padding-top:var(--post-core-dimension-100) !important}.pt-lg-112{padding-top:var(--post-core-dimension-112) !important}.pe-lg-0{padding-right:var(--post-core-dimension-0) !important}.pe-lg-1{padding-right:var(--post-core-dimension-1) !important}.pe-lg-2{padding-right:var(--post-core-dimension-2) !important}.pe-lg-3{padding-right:var(--post-core-dimension-3) !important}.pe-lg-4{padding-right:var(--post-core-dimension-4) !important}.pe-lg-5{padding-right:var(--post-core-dimension-5) !important}.pe-lg-6{padding-right:var(--post-core-dimension-6) !important}.pe-lg-8{padding-right:var(--post-core-dimension-8) !important}.pe-lg-10{padding-right:var(--post-core-dimension-10) !important}.pe-lg-11{padding-right:var(--post-core-dimension-11) !important}.pe-lg-12{padding-right:var(--post-core-dimension-12) !important}.pe-lg-14{padding-right:var(--post-core-dimension-14) !important}.pe-lg-15{padding-right:var(--post-core-dimension-15) !important}.pe-lg-16{padding-right:var(--post-core-dimension-16) !important}.pe-lg-18{padding-right:var(--post-core-dimension-18) !important}.pe-lg-19{padding-right:var(--post-core-dimension-19) !important}.pe-lg-20{padding-right:var(--post-core-dimension-20) !important}.pe-lg-22{padding-right:var(--post-core-dimension-22) !important}.pe-lg-24{padding-right:var(--post-core-dimension-24) !important}.pe-lg-26{padding-right:var(--post-core-dimension-26) !important}.pe-lg-28{padding-right:var(--post-core-dimension-28) !important}.pe-lg-30{padding-right:var(--post-core-dimension-30) !important}.pe-lg-32{padding-right:var(--post-core-dimension-32) !important}.pe-lg-34{padding-right:var(--post-core-dimension-34) !important}.pe-lg-36{padding-right:var(--post-core-dimension-36) !important}.pe-lg-40{padding-right:var(--post-core-dimension-40) !important}.pe-lg-48{padding-right:var(--post-core-dimension-48) !important}.pe-lg-56{padding-right:var(--post-core-dimension-56) !important}.pe-lg-64{padding-right:var(--post-core-dimension-64) !important}.pe-lg-78{padding-right:var(--post-core-dimension-78) !important}.pe-lg-80{padding-right:var(--post-core-dimension-80) !important}.pe-lg-96{padding-right:var(--post-core-dimension-96) !important}.pe-lg-100{padding-right:var(--post-core-dimension-100) !important}.pe-lg-112{padding-right:var(--post-core-dimension-112) !important}.pb-lg-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-lg-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-lg-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-lg-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-lg-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-lg-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-lg-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-lg-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-lg-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-lg-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-lg-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-lg-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-lg-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-lg-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-lg-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-lg-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-lg-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-lg-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-lg-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-lg-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-lg-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-lg-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-lg-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-lg-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-lg-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-lg-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-lg-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-lg-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-lg-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-lg-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-lg-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-lg-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-lg-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-lg-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-lg-0{padding-left:var(--post-core-dimension-0) !important}.ps-lg-1{padding-left:var(--post-core-dimension-1) !important}.ps-lg-2{padding-left:var(--post-core-dimension-2) !important}.ps-lg-3{padding-left:var(--post-core-dimension-3) !important}.ps-lg-4{padding-left:var(--post-core-dimension-4) !important}.ps-lg-5{padding-left:var(--post-core-dimension-5) !important}.ps-lg-6{padding-left:var(--post-core-dimension-6) !important}.ps-lg-8{padding-left:var(--post-core-dimension-8) !important}.ps-lg-10{padding-left:var(--post-core-dimension-10) !important}.ps-lg-11{padding-left:var(--post-core-dimension-11) !important}.ps-lg-12{padding-left:var(--post-core-dimension-12) !important}.ps-lg-14{padding-left:var(--post-core-dimension-14) !important}.ps-lg-15{padding-left:var(--post-core-dimension-15) !important}.ps-lg-16{padding-left:var(--post-core-dimension-16) !important}.ps-lg-18{padding-left:var(--post-core-dimension-18) !important}.ps-lg-19{padding-left:var(--post-core-dimension-19) !important}.ps-lg-20{padding-left:var(--post-core-dimension-20) !important}.ps-lg-22{padding-left:var(--post-core-dimension-22) !important}.ps-lg-24{padding-left:var(--post-core-dimension-24) !important}.ps-lg-26{padding-left:var(--post-core-dimension-26) !important}.ps-lg-28{padding-left:var(--post-core-dimension-28) !important}.ps-lg-30{padding-left:var(--post-core-dimension-30) !important}.ps-lg-32{padding-left:var(--post-core-dimension-32) !important}.ps-lg-34{padding-left:var(--post-core-dimension-34) !important}.ps-lg-36{padding-left:var(--post-core-dimension-36) !important}.ps-lg-40{padding-left:var(--post-core-dimension-40) !important}.ps-lg-48{padding-left:var(--post-core-dimension-48) !important}.ps-lg-56{padding-left:var(--post-core-dimension-56) !important}.ps-lg-64{padding-left:var(--post-core-dimension-64) !important}.ps-lg-78{padding-left:var(--post-core-dimension-78) !important}.ps-lg-80{padding-left:var(--post-core-dimension-80) !important}.ps-lg-96{padding-left:var(--post-core-dimension-96) !important}.ps-lg-100{padding-left:var(--post-core-dimension-100) !important}.ps-lg-112{padding-left:var(--post-core-dimension-112) !important}.gap-lg-0{gap:var(--post-core-dimension-0) !important}.gap-lg-1{gap:var(--post-core-dimension-1) !important}.gap-lg-2{gap:var(--post-core-dimension-2) !important}.gap-lg-3{gap:var(--post-core-dimension-3) !important}.gap-lg-4{gap:var(--post-core-dimension-4) !important}.gap-lg-5{gap:var(--post-core-dimension-5) !important}.gap-lg-6{gap:var(--post-core-dimension-6) !important}.gap-lg-8{gap:var(--post-core-dimension-8) !important}.gap-lg-10{gap:var(--post-core-dimension-10) !important}.gap-lg-11{gap:var(--post-core-dimension-11) !important}.gap-lg-12{gap:var(--post-core-dimension-12) !important}.gap-lg-14{gap:var(--post-core-dimension-14) !important}.gap-lg-15{gap:var(--post-core-dimension-15) !important}.gap-lg-16{gap:var(--post-core-dimension-16) !important}.gap-lg-18{gap:var(--post-core-dimension-18) !important}.gap-lg-19{gap:var(--post-core-dimension-19) !important}.gap-lg-20{gap:var(--post-core-dimension-20) !important}.gap-lg-22{gap:var(--post-core-dimension-22) !important}.gap-lg-24{gap:var(--post-core-dimension-24) !important}.gap-lg-26{gap:var(--post-core-dimension-26) !important}.gap-lg-28{gap:var(--post-core-dimension-28) !important}.gap-lg-30{gap:var(--post-core-dimension-30) !important}.gap-lg-32{gap:var(--post-core-dimension-32) !important}.gap-lg-34{gap:var(--post-core-dimension-34) !important}.gap-lg-36{gap:var(--post-core-dimension-36) !important}.gap-lg-40{gap:var(--post-core-dimension-40) !important}.gap-lg-48{gap:var(--post-core-dimension-48) !important}.gap-lg-56{gap:var(--post-core-dimension-56) !important}.gap-lg-64{gap:var(--post-core-dimension-64) !important}.gap-lg-78{gap:var(--post-core-dimension-78) !important}.gap-lg-80{gap:var(--post-core-dimension-80) !important}.gap-lg-96{gap:var(--post-core-dimension-96) !important}.gap-lg-100{gap:var(--post-core-dimension-100) !important}.gap-lg-112{gap:var(--post-core-dimension-112) !important}.row-gap-lg-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-lg-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-lg-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-lg-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-lg-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-lg-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-lg-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-lg-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-lg-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-lg-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-lg-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-lg-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-lg-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-lg-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-lg-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-lg-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-lg-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-lg-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-lg-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-lg-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-lg-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-lg-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-lg-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-lg-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-lg-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-lg-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-lg-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-lg-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-lg-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-lg-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-lg-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-lg-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-lg-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-lg-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-lg-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-lg-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-lg-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-lg-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-lg-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-lg-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-lg-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-lg-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-lg-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-lg-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-lg-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-lg-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-lg-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-lg-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-lg-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-lg-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-lg-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-lg-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-lg-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-lg-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-lg-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-lg-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-lg-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-lg-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-lg-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-lg-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-lg-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-lg-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-lg-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-lg-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-lg-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-lg-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-lg-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-lg-112{column-gap:var(--post-core-dimension-112) !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}}@media screen and (min-width: 1280px){.m-xl-0{margin:var(--post-core-dimension-0) !important}.m-xl-1{margin:var(--post-core-dimension-1) !important}.m-xl-2{margin:var(--post-core-dimension-2) !important}.m-xl-3{margin:var(--post-core-dimension-3) !important}.m-xl-4{margin:var(--post-core-dimension-4) !important}.m-xl-5{margin:var(--post-core-dimension-5) !important}.m-xl-6{margin:var(--post-core-dimension-6) !important}.m-xl-8{margin:var(--post-core-dimension-8) !important}.m-xl-10{margin:var(--post-core-dimension-10) !important}.m-xl-11{margin:var(--post-core-dimension-11) !important}.m-xl-12{margin:var(--post-core-dimension-12) !important}.m-xl-14{margin:var(--post-core-dimension-14) !important}.m-xl-15{margin:var(--post-core-dimension-15) !important}.m-xl-16{margin:var(--post-core-dimension-16) !important}.m-xl-18{margin:var(--post-core-dimension-18) !important}.m-xl-19{margin:var(--post-core-dimension-19) !important}.m-xl-20{margin:var(--post-core-dimension-20) !important}.m-xl-22{margin:var(--post-core-dimension-22) !important}.m-xl-24{margin:var(--post-core-dimension-24) !important}.m-xl-26{margin:var(--post-core-dimension-26) !important}.m-xl-28{margin:var(--post-core-dimension-28) !important}.m-xl-30{margin:var(--post-core-dimension-30) !important}.m-xl-32{margin:var(--post-core-dimension-32) !important}.m-xl-34{margin:var(--post-core-dimension-34) !important}.m-xl-36{margin:var(--post-core-dimension-36) !important}.m-xl-40{margin:var(--post-core-dimension-40) !important}.m-xl-48{margin:var(--post-core-dimension-48) !important}.m-xl-56{margin:var(--post-core-dimension-56) !important}.m-xl-64{margin:var(--post-core-dimension-64) !important}.m-xl-78{margin:var(--post-core-dimension-78) !important}.m-xl-80{margin:var(--post-core-dimension-80) !important}.m-xl-96{margin:var(--post-core-dimension-96) !important}.m-xl-100{margin:var(--post-core-dimension-100) !important}.m-xl-112{margin:var(--post-core-dimension-112) !important}.m-xl-auto{margin:"auto" !important}.mx-xl-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-xl-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-xl-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-xl-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-xl-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-xl-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-xl-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-xl-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-xl-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-xl-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-xl-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-xl-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-xl-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-xl-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-xl-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-xl-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-xl-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-xl-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-xl-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-xl-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-xl-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-xl-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-xl-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-xl-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-xl-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-xl-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-xl-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-xl-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-xl-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-xl-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-xl-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-xl-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-xl-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-xl-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-xl-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-xl-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-xl-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-xl-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-xl-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-xl-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-xl-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-xl-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-xl-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-xl-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-xl-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-xl-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-xl-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-xl-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-xl-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-xl-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-xl-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-xl-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-xl-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-xl-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-xl-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-xl-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-xl-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-xl-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-xl-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-xl-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-xl-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-xl-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-xl-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-xl-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-xl-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-xl-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-xl-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-xl-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-xl-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-xl-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-xl-0{margin-top:var(--post-core-dimension-0) !important}.mt-xl-1{margin-top:var(--post-core-dimension-1) !important}.mt-xl-2{margin-top:var(--post-core-dimension-2) !important}.mt-xl-3{margin-top:var(--post-core-dimension-3) !important}.mt-xl-4{margin-top:var(--post-core-dimension-4) !important}.mt-xl-5{margin-top:var(--post-core-dimension-5) !important}.mt-xl-6{margin-top:var(--post-core-dimension-6) !important}.mt-xl-8{margin-top:var(--post-core-dimension-8) !important}.mt-xl-10{margin-top:var(--post-core-dimension-10) !important}.mt-xl-11{margin-top:var(--post-core-dimension-11) !important}.mt-xl-12{margin-top:var(--post-core-dimension-12) !important}.mt-xl-14{margin-top:var(--post-core-dimension-14) !important}.mt-xl-15{margin-top:var(--post-core-dimension-15) !important}.mt-xl-16{margin-top:var(--post-core-dimension-16) !important}.mt-xl-18{margin-top:var(--post-core-dimension-18) !important}.mt-xl-19{margin-top:var(--post-core-dimension-19) !important}.mt-xl-20{margin-top:var(--post-core-dimension-20) !important}.mt-xl-22{margin-top:var(--post-core-dimension-22) !important}.mt-xl-24{margin-top:var(--post-core-dimension-24) !important}.mt-xl-26{margin-top:var(--post-core-dimension-26) !important}.mt-xl-28{margin-top:var(--post-core-dimension-28) !important}.mt-xl-30{margin-top:var(--post-core-dimension-30) !important}.mt-xl-32{margin-top:var(--post-core-dimension-32) !important}.mt-xl-34{margin-top:var(--post-core-dimension-34) !important}.mt-xl-36{margin-top:var(--post-core-dimension-36) !important}.mt-xl-40{margin-top:var(--post-core-dimension-40) !important}.mt-xl-48{margin-top:var(--post-core-dimension-48) !important}.mt-xl-56{margin-top:var(--post-core-dimension-56) !important}.mt-xl-64{margin-top:var(--post-core-dimension-64) !important}.mt-xl-78{margin-top:var(--post-core-dimension-78) !important}.mt-xl-80{margin-top:var(--post-core-dimension-80) !important}.mt-xl-96{margin-top:var(--post-core-dimension-96) !important}.mt-xl-100{margin-top:var(--post-core-dimension-100) !important}.mt-xl-112{margin-top:var(--post-core-dimension-112) !important}.mt-xl-auto{margin-top:"auto" !important}.me-xl-0{margin-right:var(--post-core-dimension-0) !important}.me-xl-1{margin-right:var(--post-core-dimension-1) !important}.me-xl-2{margin-right:var(--post-core-dimension-2) !important}.me-xl-3{margin-right:var(--post-core-dimension-3) !important}.me-xl-4{margin-right:var(--post-core-dimension-4) !important}.me-xl-5{margin-right:var(--post-core-dimension-5) !important}.me-xl-6{margin-right:var(--post-core-dimension-6) !important}.me-xl-8{margin-right:var(--post-core-dimension-8) !important}.me-xl-10{margin-right:var(--post-core-dimension-10) !important}.me-xl-11{margin-right:var(--post-core-dimension-11) !important}.me-xl-12{margin-right:var(--post-core-dimension-12) !important}.me-xl-14{margin-right:var(--post-core-dimension-14) !important}.me-xl-15{margin-right:var(--post-core-dimension-15) !important}.me-xl-16{margin-right:var(--post-core-dimension-16) !important}.me-xl-18{margin-right:var(--post-core-dimension-18) !important}.me-xl-19{margin-right:var(--post-core-dimension-19) !important}.me-xl-20{margin-right:var(--post-core-dimension-20) !important}.me-xl-22{margin-right:var(--post-core-dimension-22) !important}.me-xl-24{margin-right:var(--post-core-dimension-24) !important}.me-xl-26{margin-right:var(--post-core-dimension-26) !important}.me-xl-28{margin-right:var(--post-core-dimension-28) !important}.me-xl-30{margin-right:var(--post-core-dimension-30) !important}.me-xl-32{margin-right:var(--post-core-dimension-32) !important}.me-xl-34{margin-right:var(--post-core-dimension-34) !important}.me-xl-36{margin-right:var(--post-core-dimension-36) !important}.me-xl-40{margin-right:var(--post-core-dimension-40) !important}.me-xl-48{margin-right:var(--post-core-dimension-48) !important}.me-xl-56{margin-right:var(--post-core-dimension-56) !important}.me-xl-64{margin-right:var(--post-core-dimension-64) !important}.me-xl-78{margin-right:var(--post-core-dimension-78) !important}.me-xl-80{margin-right:var(--post-core-dimension-80) !important}.me-xl-96{margin-right:var(--post-core-dimension-96) !important}.me-xl-100{margin-right:var(--post-core-dimension-100) !important}.me-xl-112{margin-right:var(--post-core-dimension-112) !important}.me-xl-auto{margin-right:"auto" !important}.mb-xl-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-xl-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-xl-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-xl-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-xl-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-xl-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-xl-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-xl-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-xl-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-xl-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-xl-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-xl-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-xl-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-xl-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-xl-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-xl-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-xl-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-xl-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-xl-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-xl-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-xl-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-xl-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-xl-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-xl-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-xl-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-xl-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-xl-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-xl-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-xl-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-xl-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-xl-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-xl-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-xl-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-xl-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-xl-auto{margin-bottom:"auto" !important}.ms-xl-0{margin-left:var(--post-core-dimension-0) !important}.ms-xl-1{margin-left:var(--post-core-dimension-1) !important}.ms-xl-2{margin-left:var(--post-core-dimension-2) !important}.ms-xl-3{margin-left:var(--post-core-dimension-3) !important}.ms-xl-4{margin-left:var(--post-core-dimension-4) !important}.ms-xl-5{margin-left:var(--post-core-dimension-5) !important}.ms-xl-6{margin-left:var(--post-core-dimension-6) !important}.ms-xl-8{margin-left:var(--post-core-dimension-8) !important}.ms-xl-10{margin-left:var(--post-core-dimension-10) !important}.ms-xl-11{margin-left:var(--post-core-dimension-11) !important}.ms-xl-12{margin-left:var(--post-core-dimension-12) !important}.ms-xl-14{margin-left:var(--post-core-dimension-14) !important}.ms-xl-15{margin-left:var(--post-core-dimension-15) !important}.ms-xl-16{margin-left:var(--post-core-dimension-16) !important}.ms-xl-18{margin-left:var(--post-core-dimension-18) !important}.ms-xl-19{margin-left:var(--post-core-dimension-19) !important}.ms-xl-20{margin-left:var(--post-core-dimension-20) !important}.ms-xl-22{margin-left:var(--post-core-dimension-22) !important}.ms-xl-24{margin-left:var(--post-core-dimension-24) !important}.ms-xl-26{margin-left:var(--post-core-dimension-26) !important}.ms-xl-28{margin-left:var(--post-core-dimension-28) !important}.ms-xl-30{margin-left:var(--post-core-dimension-30) !important}.ms-xl-32{margin-left:var(--post-core-dimension-32) !important}.ms-xl-34{margin-left:var(--post-core-dimension-34) !important}.ms-xl-36{margin-left:var(--post-core-dimension-36) !important}.ms-xl-40{margin-left:var(--post-core-dimension-40) !important}.ms-xl-48{margin-left:var(--post-core-dimension-48) !important}.ms-xl-56{margin-left:var(--post-core-dimension-56) !important}.ms-xl-64{margin-left:var(--post-core-dimension-64) !important}.ms-xl-78{margin-left:var(--post-core-dimension-78) !important}.ms-xl-80{margin-left:var(--post-core-dimension-80) !important}.ms-xl-96{margin-left:var(--post-core-dimension-96) !important}.ms-xl-100{margin-left:var(--post-core-dimension-100) !important}.ms-xl-112{margin-left:var(--post-core-dimension-112) !important}.ms-xl-auto{margin-left:"auto" !important}.p-xl-0{padding:var(--post-core-dimension-0) !important}.p-xl-1{padding:var(--post-core-dimension-1) !important}.p-xl-2{padding:var(--post-core-dimension-2) !important}.p-xl-3{padding:var(--post-core-dimension-3) !important}.p-xl-4{padding:var(--post-core-dimension-4) !important}.p-xl-5{padding:var(--post-core-dimension-5) !important}.p-xl-6{padding:var(--post-core-dimension-6) !important}.p-xl-8{padding:var(--post-core-dimension-8) !important}.p-xl-10{padding:var(--post-core-dimension-10) !important}.p-xl-11{padding:var(--post-core-dimension-11) !important}.p-xl-12{padding:var(--post-core-dimension-12) !important}.p-xl-14{padding:var(--post-core-dimension-14) !important}.p-xl-15{padding:var(--post-core-dimension-15) !important}.p-xl-16{padding:var(--post-core-dimension-16) !important}.p-xl-18{padding:var(--post-core-dimension-18) !important}.p-xl-19{padding:var(--post-core-dimension-19) !important}.p-xl-20{padding:var(--post-core-dimension-20) !important}.p-xl-22{padding:var(--post-core-dimension-22) !important}.p-xl-24{padding:var(--post-core-dimension-24) !important}.p-xl-26{padding:var(--post-core-dimension-26) !important}.p-xl-28{padding:var(--post-core-dimension-28) !important}.p-xl-30{padding:var(--post-core-dimension-30) !important}.p-xl-32{padding:var(--post-core-dimension-32) !important}.p-xl-34{padding:var(--post-core-dimension-34) !important}.p-xl-36{padding:var(--post-core-dimension-36) !important}.p-xl-40{padding:var(--post-core-dimension-40) !important}.p-xl-48{padding:var(--post-core-dimension-48) !important}.p-xl-56{padding:var(--post-core-dimension-56) !important}.p-xl-64{padding:var(--post-core-dimension-64) !important}.p-xl-78{padding:var(--post-core-dimension-78) !important}.p-xl-80{padding:var(--post-core-dimension-80) !important}.p-xl-96{padding:var(--post-core-dimension-96) !important}.p-xl-100{padding:var(--post-core-dimension-100) !important}.p-xl-112{padding:var(--post-core-dimension-112) !important}.px-xl-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-xl-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-xl-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-xl-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-xl-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-xl-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-xl-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-xl-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-xl-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-xl-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-xl-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-xl-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-xl-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-xl-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-xl-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-xl-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-xl-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-xl-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-xl-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-xl-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-xl-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-xl-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-xl-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-xl-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-xl-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-xl-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-xl-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-xl-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-xl-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-xl-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-xl-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-xl-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-xl-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-xl-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-xl-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-xl-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-xl-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-xl-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-xl-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-xl-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-xl-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-xl-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-xl-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-xl-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-xl-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-xl-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-xl-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-xl-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-xl-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-xl-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-xl-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-xl-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-xl-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-xl-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-xl-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-xl-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-xl-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-xl-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-xl-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-xl-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-xl-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-xl-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-xl-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-xl-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-xl-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-xl-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-xl-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-xl-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-xl-0{padding-top:var(--post-core-dimension-0) !important}.pt-xl-1{padding-top:var(--post-core-dimension-1) !important}.pt-xl-2{padding-top:var(--post-core-dimension-2) !important}.pt-xl-3{padding-top:var(--post-core-dimension-3) !important}.pt-xl-4{padding-top:var(--post-core-dimension-4) !important}.pt-xl-5{padding-top:var(--post-core-dimension-5) !important}.pt-xl-6{padding-top:var(--post-core-dimension-6) !important}.pt-xl-8{padding-top:var(--post-core-dimension-8) !important}.pt-xl-10{padding-top:var(--post-core-dimension-10) !important}.pt-xl-11{padding-top:var(--post-core-dimension-11) !important}.pt-xl-12{padding-top:var(--post-core-dimension-12) !important}.pt-xl-14{padding-top:var(--post-core-dimension-14) !important}.pt-xl-15{padding-top:var(--post-core-dimension-15) !important}.pt-xl-16{padding-top:var(--post-core-dimension-16) !important}.pt-xl-18{padding-top:var(--post-core-dimension-18) !important}.pt-xl-19{padding-top:var(--post-core-dimension-19) !important}.pt-xl-20{padding-top:var(--post-core-dimension-20) !important}.pt-xl-22{padding-top:var(--post-core-dimension-22) !important}.pt-xl-24{padding-top:var(--post-core-dimension-24) !important}.pt-xl-26{padding-top:var(--post-core-dimension-26) !important}.pt-xl-28{padding-top:var(--post-core-dimension-28) !important}.pt-xl-30{padding-top:var(--post-core-dimension-30) !important}.pt-xl-32{padding-top:var(--post-core-dimension-32) !important}.pt-xl-34{padding-top:var(--post-core-dimension-34) !important}.pt-xl-36{padding-top:var(--post-core-dimension-36) !important}.pt-xl-40{padding-top:var(--post-core-dimension-40) !important}.pt-xl-48{padding-top:var(--post-core-dimension-48) !important}.pt-xl-56{padding-top:var(--post-core-dimension-56) !important}.pt-xl-64{padding-top:var(--post-core-dimension-64) !important}.pt-xl-78{padding-top:var(--post-core-dimension-78) !important}.pt-xl-80{padding-top:var(--post-core-dimension-80) !important}.pt-xl-96{padding-top:var(--post-core-dimension-96) !important}.pt-xl-100{padding-top:var(--post-core-dimension-100) !important}.pt-xl-112{padding-top:var(--post-core-dimension-112) !important}.pe-xl-0{padding-right:var(--post-core-dimension-0) !important}.pe-xl-1{padding-right:var(--post-core-dimension-1) !important}.pe-xl-2{padding-right:var(--post-core-dimension-2) !important}.pe-xl-3{padding-right:var(--post-core-dimension-3) !important}.pe-xl-4{padding-right:var(--post-core-dimension-4) !important}.pe-xl-5{padding-right:var(--post-core-dimension-5) !important}.pe-xl-6{padding-right:var(--post-core-dimension-6) !important}.pe-xl-8{padding-right:var(--post-core-dimension-8) !important}.pe-xl-10{padding-right:var(--post-core-dimension-10) !important}.pe-xl-11{padding-right:var(--post-core-dimension-11) !important}.pe-xl-12{padding-right:var(--post-core-dimension-12) !important}.pe-xl-14{padding-right:var(--post-core-dimension-14) !important}.pe-xl-15{padding-right:var(--post-core-dimension-15) !important}.pe-xl-16{padding-right:var(--post-core-dimension-16) !important}.pe-xl-18{padding-right:var(--post-core-dimension-18) !important}.pe-xl-19{padding-right:var(--post-core-dimension-19) !important}.pe-xl-20{padding-right:var(--post-core-dimension-20) !important}.pe-xl-22{padding-right:var(--post-core-dimension-22) !important}.pe-xl-24{padding-right:var(--post-core-dimension-24) !important}.pe-xl-26{padding-right:var(--post-core-dimension-26) !important}.pe-xl-28{padding-right:var(--post-core-dimension-28) !important}.pe-xl-30{padding-right:var(--post-core-dimension-30) !important}.pe-xl-32{padding-right:var(--post-core-dimension-32) !important}.pe-xl-34{padding-right:var(--post-core-dimension-34) !important}.pe-xl-36{padding-right:var(--post-core-dimension-36) !important}.pe-xl-40{padding-right:var(--post-core-dimension-40) !important}.pe-xl-48{padding-right:var(--post-core-dimension-48) !important}.pe-xl-56{padding-right:var(--post-core-dimension-56) !important}.pe-xl-64{padding-right:var(--post-core-dimension-64) !important}.pe-xl-78{padding-right:var(--post-core-dimension-78) !important}.pe-xl-80{padding-right:var(--post-core-dimension-80) !important}.pe-xl-96{padding-right:var(--post-core-dimension-96) !important}.pe-xl-100{padding-right:var(--post-core-dimension-100) !important}.pe-xl-112{padding-right:var(--post-core-dimension-112) !important}.pb-xl-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-xl-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-xl-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-xl-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-xl-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-xl-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-xl-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-xl-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-xl-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-xl-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-xl-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-xl-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-xl-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-xl-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-xl-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-xl-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-xl-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-xl-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-xl-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-xl-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-xl-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-xl-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-xl-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-xl-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-xl-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-xl-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-xl-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-xl-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-xl-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-xl-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-xl-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-xl-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-xl-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-xl-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-xl-0{padding-left:var(--post-core-dimension-0) !important}.ps-xl-1{padding-left:var(--post-core-dimension-1) !important}.ps-xl-2{padding-left:var(--post-core-dimension-2) !important}.ps-xl-3{padding-left:var(--post-core-dimension-3) !important}.ps-xl-4{padding-left:var(--post-core-dimension-4) !important}.ps-xl-5{padding-left:var(--post-core-dimension-5) !important}.ps-xl-6{padding-left:var(--post-core-dimension-6) !important}.ps-xl-8{padding-left:var(--post-core-dimension-8) !important}.ps-xl-10{padding-left:var(--post-core-dimension-10) !important}.ps-xl-11{padding-left:var(--post-core-dimension-11) !important}.ps-xl-12{padding-left:var(--post-core-dimension-12) !important}.ps-xl-14{padding-left:var(--post-core-dimension-14) !important}.ps-xl-15{padding-left:var(--post-core-dimension-15) !important}.ps-xl-16{padding-left:var(--post-core-dimension-16) !important}.ps-xl-18{padding-left:var(--post-core-dimension-18) !important}.ps-xl-19{padding-left:var(--post-core-dimension-19) !important}.ps-xl-20{padding-left:var(--post-core-dimension-20) !important}.ps-xl-22{padding-left:var(--post-core-dimension-22) !important}.ps-xl-24{padding-left:var(--post-core-dimension-24) !important}.ps-xl-26{padding-left:var(--post-core-dimension-26) !important}.ps-xl-28{padding-left:var(--post-core-dimension-28) !important}.ps-xl-30{padding-left:var(--post-core-dimension-30) !important}.ps-xl-32{padding-left:var(--post-core-dimension-32) !important}.ps-xl-34{padding-left:var(--post-core-dimension-34) !important}.ps-xl-36{padding-left:var(--post-core-dimension-36) !important}.ps-xl-40{padding-left:var(--post-core-dimension-40) !important}.ps-xl-48{padding-left:var(--post-core-dimension-48) !important}.ps-xl-56{padding-left:var(--post-core-dimension-56) !important}.ps-xl-64{padding-left:var(--post-core-dimension-64) !important}.ps-xl-78{padding-left:var(--post-core-dimension-78) !important}.ps-xl-80{padding-left:var(--post-core-dimension-80) !important}.ps-xl-96{padding-left:var(--post-core-dimension-96) !important}.ps-xl-100{padding-left:var(--post-core-dimension-100) !important}.ps-xl-112{padding-left:var(--post-core-dimension-112) !important}.gap-xl-0{gap:var(--post-core-dimension-0) !important}.gap-xl-1{gap:var(--post-core-dimension-1) !important}.gap-xl-2{gap:var(--post-core-dimension-2) !important}.gap-xl-3{gap:var(--post-core-dimension-3) !important}.gap-xl-4{gap:var(--post-core-dimension-4) !important}.gap-xl-5{gap:var(--post-core-dimension-5) !important}.gap-xl-6{gap:var(--post-core-dimension-6) !important}.gap-xl-8{gap:var(--post-core-dimension-8) !important}.gap-xl-10{gap:var(--post-core-dimension-10) !important}.gap-xl-11{gap:var(--post-core-dimension-11) !important}.gap-xl-12{gap:var(--post-core-dimension-12) !important}.gap-xl-14{gap:var(--post-core-dimension-14) !important}.gap-xl-15{gap:var(--post-core-dimension-15) !important}.gap-xl-16{gap:var(--post-core-dimension-16) !important}.gap-xl-18{gap:var(--post-core-dimension-18) !important}.gap-xl-19{gap:var(--post-core-dimension-19) !important}.gap-xl-20{gap:var(--post-core-dimension-20) !important}.gap-xl-22{gap:var(--post-core-dimension-22) !important}.gap-xl-24{gap:var(--post-core-dimension-24) !important}.gap-xl-26{gap:var(--post-core-dimension-26) !important}.gap-xl-28{gap:var(--post-core-dimension-28) !important}.gap-xl-30{gap:var(--post-core-dimension-30) !important}.gap-xl-32{gap:var(--post-core-dimension-32) !important}.gap-xl-34{gap:var(--post-core-dimension-34) !important}.gap-xl-36{gap:var(--post-core-dimension-36) !important}.gap-xl-40{gap:var(--post-core-dimension-40) !important}.gap-xl-48{gap:var(--post-core-dimension-48) !important}.gap-xl-56{gap:var(--post-core-dimension-56) !important}.gap-xl-64{gap:var(--post-core-dimension-64) !important}.gap-xl-78{gap:var(--post-core-dimension-78) !important}.gap-xl-80{gap:var(--post-core-dimension-80) !important}.gap-xl-96{gap:var(--post-core-dimension-96) !important}.gap-xl-100{gap:var(--post-core-dimension-100) !important}.gap-xl-112{gap:var(--post-core-dimension-112) !important}.row-gap-xl-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-xl-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-xl-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-xl-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-xl-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-xl-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-xl-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-xl-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-xl-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-xl-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-xl-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-xl-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-xl-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-xl-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-xl-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-xl-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-xl-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-xl-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-xl-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-xl-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-xl-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-xl-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-xl-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-xl-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-xl-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-xl-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-xl-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-xl-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-xl-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-xl-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-xl-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-xl-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-xl-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-xl-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-xl-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-xl-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-xl-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-xl-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-xl-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-xl-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-xl-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-xl-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-xl-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-xl-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-xl-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-xl-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-xl-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-xl-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-xl-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-xl-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-xl-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-xl-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-xl-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-xl-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-xl-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-xl-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-xl-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-xl-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-xl-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-xl-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-xl-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-xl-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-xl-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-xl-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-xl-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-xl-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-xl-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-xl-112{column-gap:var(--post-core-dimension-112) !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}}@media screen and (min-width: 1440px){.m-xxl-0{margin:var(--post-core-dimension-0) !important}.m-xxl-1{margin:var(--post-core-dimension-1) !important}.m-xxl-2{margin:var(--post-core-dimension-2) !important}.m-xxl-3{margin:var(--post-core-dimension-3) !important}.m-xxl-4{margin:var(--post-core-dimension-4) !important}.m-xxl-5{margin:var(--post-core-dimension-5) !important}.m-xxl-6{margin:var(--post-core-dimension-6) !important}.m-xxl-8{margin:var(--post-core-dimension-8) !important}.m-xxl-10{margin:var(--post-core-dimension-10) !important}.m-xxl-11{margin:var(--post-core-dimension-11) !important}.m-xxl-12{margin:var(--post-core-dimension-12) !important}.m-xxl-14{margin:var(--post-core-dimension-14) !important}.m-xxl-15{margin:var(--post-core-dimension-15) !important}.m-xxl-16{margin:var(--post-core-dimension-16) !important}.m-xxl-18{margin:var(--post-core-dimension-18) !important}.m-xxl-19{margin:var(--post-core-dimension-19) !important}.m-xxl-20{margin:var(--post-core-dimension-20) !important}.m-xxl-22{margin:var(--post-core-dimension-22) !important}.m-xxl-24{margin:var(--post-core-dimension-24) !important}.m-xxl-26{margin:var(--post-core-dimension-26) !important}.m-xxl-28{margin:var(--post-core-dimension-28) !important}.m-xxl-30{margin:var(--post-core-dimension-30) !important}.m-xxl-32{margin:var(--post-core-dimension-32) !important}.m-xxl-34{margin:var(--post-core-dimension-34) !important}.m-xxl-36{margin:var(--post-core-dimension-36) !important}.m-xxl-40{margin:var(--post-core-dimension-40) !important}.m-xxl-48{margin:var(--post-core-dimension-48) !important}.m-xxl-56{margin:var(--post-core-dimension-56) !important}.m-xxl-64{margin:var(--post-core-dimension-64) !important}.m-xxl-78{margin:var(--post-core-dimension-78) !important}.m-xxl-80{margin:var(--post-core-dimension-80) !important}.m-xxl-96{margin:var(--post-core-dimension-96) !important}.m-xxl-100{margin:var(--post-core-dimension-100) !important}.m-xxl-112{margin:var(--post-core-dimension-112) !important}.m-xxl-auto{margin:"auto" !important}.mx-xxl-0{margin-right:var(--post-core-dimension-0) !important;margin-left:var(--post-core-dimension-0) !important}.mx-xxl-1{margin-right:var(--post-core-dimension-1) !important;margin-left:var(--post-core-dimension-1) !important}.mx-xxl-2{margin-right:var(--post-core-dimension-2) !important;margin-left:var(--post-core-dimension-2) !important}.mx-xxl-3{margin-right:var(--post-core-dimension-3) !important;margin-left:var(--post-core-dimension-3) !important}.mx-xxl-4{margin-right:var(--post-core-dimension-4) !important;margin-left:var(--post-core-dimension-4) !important}.mx-xxl-5{margin-right:var(--post-core-dimension-5) !important;margin-left:var(--post-core-dimension-5) !important}.mx-xxl-6{margin-right:var(--post-core-dimension-6) !important;margin-left:var(--post-core-dimension-6) !important}.mx-xxl-8{margin-right:var(--post-core-dimension-8) !important;margin-left:var(--post-core-dimension-8) !important}.mx-xxl-10{margin-right:var(--post-core-dimension-10) !important;margin-left:var(--post-core-dimension-10) !important}.mx-xxl-11{margin-right:var(--post-core-dimension-11) !important;margin-left:var(--post-core-dimension-11) !important}.mx-xxl-12{margin-right:var(--post-core-dimension-12) !important;margin-left:var(--post-core-dimension-12) !important}.mx-xxl-14{margin-right:var(--post-core-dimension-14) !important;margin-left:var(--post-core-dimension-14) !important}.mx-xxl-15{margin-right:var(--post-core-dimension-15) !important;margin-left:var(--post-core-dimension-15) !important}.mx-xxl-16{margin-right:var(--post-core-dimension-16) !important;margin-left:var(--post-core-dimension-16) !important}.mx-xxl-18{margin-right:var(--post-core-dimension-18) !important;margin-left:var(--post-core-dimension-18) !important}.mx-xxl-19{margin-right:var(--post-core-dimension-19) !important;margin-left:var(--post-core-dimension-19) !important}.mx-xxl-20{margin-right:var(--post-core-dimension-20) !important;margin-left:var(--post-core-dimension-20) !important}.mx-xxl-22{margin-right:var(--post-core-dimension-22) !important;margin-left:var(--post-core-dimension-22) !important}.mx-xxl-24{margin-right:var(--post-core-dimension-24) !important;margin-left:var(--post-core-dimension-24) !important}.mx-xxl-26{margin-right:var(--post-core-dimension-26) !important;margin-left:var(--post-core-dimension-26) !important}.mx-xxl-28{margin-right:var(--post-core-dimension-28) !important;margin-left:var(--post-core-dimension-28) !important}.mx-xxl-30{margin-right:var(--post-core-dimension-30) !important;margin-left:var(--post-core-dimension-30) !important}.mx-xxl-32{margin-right:var(--post-core-dimension-32) !important;margin-left:var(--post-core-dimension-32) !important}.mx-xxl-34{margin-right:var(--post-core-dimension-34) !important;margin-left:var(--post-core-dimension-34) !important}.mx-xxl-36{margin-right:var(--post-core-dimension-36) !important;margin-left:var(--post-core-dimension-36) !important}.mx-xxl-40{margin-right:var(--post-core-dimension-40) !important;margin-left:var(--post-core-dimension-40) !important}.mx-xxl-48{margin-right:var(--post-core-dimension-48) !important;margin-left:var(--post-core-dimension-48) !important}.mx-xxl-56{margin-right:var(--post-core-dimension-56) !important;margin-left:var(--post-core-dimension-56) !important}.mx-xxl-64{margin-right:var(--post-core-dimension-64) !important;margin-left:var(--post-core-dimension-64) !important}.mx-xxl-78{margin-right:var(--post-core-dimension-78) !important;margin-left:var(--post-core-dimension-78) !important}.mx-xxl-80{margin-right:var(--post-core-dimension-80) !important;margin-left:var(--post-core-dimension-80) !important}.mx-xxl-96{margin-right:var(--post-core-dimension-96) !important;margin-left:var(--post-core-dimension-96) !important}.mx-xxl-100{margin-right:var(--post-core-dimension-100) !important;margin-left:var(--post-core-dimension-100) !important}.mx-xxl-112{margin-right:var(--post-core-dimension-112) !important;margin-left:var(--post-core-dimension-112) !important}.mx-xxl-auto{margin-right:"auto" !important;margin-left:"auto" !important}.my-xxl-0{margin-top:var(--post-core-dimension-0) !important;margin-bottom:var(--post-core-dimension-0) !important}.my-xxl-1{margin-top:var(--post-core-dimension-1) !important;margin-bottom:var(--post-core-dimension-1) !important}.my-xxl-2{margin-top:var(--post-core-dimension-2) !important;margin-bottom:var(--post-core-dimension-2) !important}.my-xxl-3{margin-top:var(--post-core-dimension-3) !important;margin-bottom:var(--post-core-dimension-3) !important}.my-xxl-4{margin-top:var(--post-core-dimension-4) !important;margin-bottom:var(--post-core-dimension-4) !important}.my-xxl-5{margin-top:var(--post-core-dimension-5) !important;margin-bottom:var(--post-core-dimension-5) !important}.my-xxl-6{margin-top:var(--post-core-dimension-6) !important;margin-bottom:var(--post-core-dimension-6) !important}.my-xxl-8{margin-top:var(--post-core-dimension-8) !important;margin-bottom:var(--post-core-dimension-8) !important}.my-xxl-10{margin-top:var(--post-core-dimension-10) !important;margin-bottom:var(--post-core-dimension-10) !important}.my-xxl-11{margin-top:var(--post-core-dimension-11) !important;margin-bottom:var(--post-core-dimension-11) !important}.my-xxl-12{margin-top:var(--post-core-dimension-12) !important;margin-bottom:var(--post-core-dimension-12) !important}.my-xxl-14{margin-top:var(--post-core-dimension-14) !important;margin-bottom:var(--post-core-dimension-14) !important}.my-xxl-15{margin-top:var(--post-core-dimension-15) !important;margin-bottom:var(--post-core-dimension-15) !important}.my-xxl-16{margin-top:var(--post-core-dimension-16) !important;margin-bottom:var(--post-core-dimension-16) !important}.my-xxl-18{margin-top:var(--post-core-dimension-18) !important;margin-bottom:var(--post-core-dimension-18) !important}.my-xxl-19{margin-top:var(--post-core-dimension-19) !important;margin-bottom:var(--post-core-dimension-19) !important}.my-xxl-20{margin-top:var(--post-core-dimension-20) !important;margin-bottom:var(--post-core-dimension-20) !important}.my-xxl-22{margin-top:var(--post-core-dimension-22) !important;margin-bottom:var(--post-core-dimension-22) !important}.my-xxl-24{margin-top:var(--post-core-dimension-24) !important;margin-bottom:var(--post-core-dimension-24) !important}.my-xxl-26{margin-top:var(--post-core-dimension-26) !important;margin-bottom:var(--post-core-dimension-26) !important}.my-xxl-28{margin-top:var(--post-core-dimension-28) !important;margin-bottom:var(--post-core-dimension-28) !important}.my-xxl-30{margin-top:var(--post-core-dimension-30) !important;margin-bottom:var(--post-core-dimension-30) !important}.my-xxl-32{margin-top:var(--post-core-dimension-32) !important;margin-bottom:var(--post-core-dimension-32) !important}.my-xxl-34{margin-top:var(--post-core-dimension-34) !important;margin-bottom:var(--post-core-dimension-34) !important}.my-xxl-36{margin-top:var(--post-core-dimension-36) !important;margin-bottom:var(--post-core-dimension-36) !important}.my-xxl-40{margin-top:var(--post-core-dimension-40) !important;margin-bottom:var(--post-core-dimension-40) !important}.my-xxl-48{margin-top:var(--post-core-dimension-48) !important;margin-bottom:var(--post-core-dimension-48) !important}.my-xxl-56{margin-top:var(--post-core-dimension-56) !important;margin-bottom:var(--post-core-dimension-56) !important}.my-xxl-64{margin-top:var(--post-core-dimension-64) !important;margin-bottom:var(--post-core-dimension-64) !important}.my-xxl-78{margin-top:var(--post-core-dimension-78) !important;margin-bottom:var(--post-core-dimension-78) !important}.my-xxl-80{margin-top:var(--post-core-dimension-80) !important;margin-bottom:var(--post-core-dimension-80) !important}.my-xxl-96{margin-top:var(--post-core-dimension-96) !important;margin-bottom:var(--post-core-dimension-96) !important}.my-xxl-100{margin-top:var(--post-core-dimension-100) !important;margin-bottom:var(--post-core-dimension-100) !important}.my-xxl-112{margin-top:var(--post-core-dimension-112) !important;margin-bottom:var(--post-core-dimension-112) !important}.my-xxl-auto{margin-top:"auto" !important;margin-bottom:"auto" !important}.mt-xxl-0{margin-top:var(--post-core-dimension-0) !important}.mt-xxl-1{margin-top:var(--post-core-dimension-1) !important}.mt-xxl-2{margin-top:var(--post-core-dimension-2) !important}.mt-xxl-3{margin-top:var(--post-core-dimension-3) !important}.mt-xxl-4{margin-top:var(--post-core-dimension-4) !important}.mt-xxl-5{margin-top:var(--post-core-dimension-5) !important}.mt-xxl-6{margin-top:var(--post-core-dimension-6) !important}.mt-xxl-8{margin-top:var(--post-core-dimension-8) !important}.mt-xxl-10{margin-top:var(--post-core-dimension-10) !important}.mt-xxl-11{margin-top:var(--post-core-dimension-11) !important}.mt-xxl-12{margin-top:var(--post-core-dimension-12) !important}.mt-xxl-14{margin-top:var(--post-core-dimension-14) !important}.mt-xxl-15{margin-top:var(--post-core-dimension-15) !important}.mt-xxl-16{margin-top:var(--post-core-dimension-16) !important}.mt-xxl-18{margin-top:var(--post-core-dimension-18) !important}.mt-xxl-19{margin-top:var(--post-core-dimension-19) !important}.mt-xxl-20{margin-top:var(--post-core-dimension-20) !important}.mt-xxl-22{margin-top:var(--post-core-dimension-22) !important}.mt-xxl-24{margin-top:var(--post-core-dimension-24) !important}.mt-xxl-26{margin-top:var(--post-core-dimension-26) !important}.mt-xxl-28{margin-top:var(--post-core-dimension-28) !important}.mt-xxl-30{margin-top:var(--post-core-dimension-30) !important}.mt-xxl-32{margin-top:var(--post-core-dimension-32) !important}.mt-xxl-34{margin-top:var(--post-core-dimension-34) !important}.mt-xxl-36{margin-top:var(--post-core-dimension-36) !important}.mt-xxl-40{margin-top:var(--post-core-dimension-40) !important}.mt-xxl-48{margin-top:var(--post-core-dimension-48) !important}.mt-xxl-56{margin-top:var(--post-core-dimension-56) !important}.mt-xxl-64{margin-top:var(--post-core-dimension-64) !important}.mt-xxl-78{margin-top:var(--post-core-dimension-78) !important}.mt-xxl-80{margin-top:var(--post-core-dimension-80) !important}.mt-xxl-96{margin-top:var(--post-core-dimension-96) !important}.mt-xxl-100{margin-top:var(--post-core-dimension-100) !important}.mt-xxl-112{margin-top:var(--post-core-dimension-112) !important}.mt-xxl-auto{margin-top:"auto" !important}.me-xxl-0{margin-right:var(--post-core-dimension-0) !important}.me-xxl-1{margin-right:var(--post-core-dimension-1) !important}.me-xxl-2{margin-right:var(--post-core-dimension-2) !important}.me-xxl-3{margin-right:var(--post-core-dimension-3) !important}.me-xxl-4{margin-right:var(--post-core-dimension-4) !important}.me-xxl-5{margin-right:var(--post-core-dimension-5) !important}.me-xxl-6{margin-right:var(--post-core-dimension-6) !important}.me-xxl-8{margin-right:var(--post-core-dimension-8) !important}.me-xxl-10{margin-right:var(--post-core-dimension-10) !important}.me-xxl-11{margin-right:var(--post-core-dimension-11) !important}.me-xxl-12{margin-right:var(--post-core-dimension-12) !important}.me-xxl-14{margin-right:var(--post-core-dimension-14) !important}.me-xxl-15{margin-right:var(--post-core-dimension-15) !important}.me-xxl-16{margin-right:var(--post-core-dimension-16) !important}.me-xxl-18{margin-right:var(--post-core-dimension-18) !important}.me-xxl-19{margin-right:var(--post-core-dimension-19) !important}.me-xxl-20{margin-right:var(--post-core-dimension-20) !important}.me-xxl-22{margin-right:var(--post-core-dimension-22) !important}.me-xxl-24{margin-right:var(--post-core-dimension-24) !important}.me-xxl-26{margin-right:var(--post-core-dimension-26) !important}.me-xxl-28{margin-right:var(--post-core-dimension-28) !important}.me-xxl-30{margin-right:var(--post-core-dimension-30) !important}.me-xxl-32{margin-right:var(--post-core-dimension-32) !important}.me-xxl-34{margin-right:var(--post-core-dimension-34) !important}.me-xxl-36{margin-right:var(--post-core-dimension-36) !important}.me-xxl-40{margin-right:var(--post-core-dimension-40) !important}.me-xxl-48{margin-right:var(--post-core-dimension-48) !important}.me-xxl-56{margin-right:var(--post-core-dimension-56) !important}.me-xxl-64{margin-right:var(--post-core-dimension-64) !important}.me-xxl-78{margin-right:var(--post-core-dimension-78) !important}.me-xxl-80{margin-right:var(--post-core-dimension-80) !important}.me-xxl-96{margin-right:var(--post-core-dimension-96) !important}.me-xxl-100{margin-right:var(--post-core-dimension-100) !important}.me-xxl-112{margin-right:var(--post-core-dimension-112) !important}.me-xxl-auto{margin-right:"auto" !important}.mb-xxl-0{margin-bottom:var(--post-core-dimension-0) !important}.mb-xxl-1{margin-bottom:var(--post-core-dimension-1) !important}.mb-xxl-2{margin-bottom:var(--post-core-dimension-2) !important}.mb-xxl-3{margin-bottom:var(--post-core-dimension-3) !important}.mb-xxl-4{margin-bottom:var(--post-core-dimension-4) !important}.mb-xxl-5{margin-bottom:var(--post-core-dimension-5) !important}.mb-xxl-6{margin-bottom:var(--post-core-dimension-6) !important}.mb-xxl-8{margin-bottom:var(--post-core-dimension-8) !important}.mb-xxl-10{margin-bottom:var(--post-core-dimension-10) !important}.mb-xxl-11{margin-bottom:var(--post-core-dimension-11) !important}.mb-xxl-12{margin-bottom:var(--post-core-dimension-12) !important}.mb-xxl-14{margin-bottom:var(--post-core-dimension-14) !important}.mb-xxl-15{margin-bottom:var(--post-core-dimension-15) !important}.mb-xxl-16{margin-bottom:var(--post-core-dimension-16) !important}.mb-xxl-18{margin-bottom:var(--post-core-dimension-18) !important}.mb-xxl-19{margin-bottom:var(--post-core-dimension-19) !important}.mb-xxl-20{margin-bottom:var(--post-core-dimension-20) !important}.mb-xxl-22{margin-bottom:var(--post-core-dimension-22) !important}.mb-xxl-24{margin-bottom:var(--post-core-dimension-24) !important}.mb-xxl-26{margin-bottom:var(--post-core-dimension-26) !important}.mb-xxl-28{margin-bottom:var(--post-core-dimension-28) !important}.mb-xxl-30{margin-bottom:var(--post-core-dimension-30) !important}.mb-xxl-32{margin-bottom:var(--post-core-dimension-32) !important}.mb-xxl-34{margin-bottom:var(--post-core-dimension-34) !important}.mb-xxl-36{margin-bottom:var(--post-core-dimension-36) !important}.mb-xxl-40{margin-bottom:var(--post-core-dimension-40) !important}.mb-xxl-48{margin-bottom:var(--post-core-dimension-48) !important}.mb-xxl-56{margin-bottom:var(--post-core-dimension-56) !important}.mb-xxl-64{margin-bottom:var(--post-core-dimension-64) !important}.mb-xxl-78{margin-bottom:var(--post-core-dimension-78) !important}.mb-xxl-80{margin-bottom:var(--post-core-dimension-80) !important}.mb-xxl-96{margin-bottom:var(--post-core-dimension-96) !important}.mb-xxl-100{margin-bottom:var(--post-core-dimension-100) !important}.mb-xxl-112{margin-bottom:var(--post-core-dimension-112) !important}.mb-xxl-auto{margin-bottom:"auto" !important}.ms-xxl-0{margin-left:var(--post-core-dimension-0) !important}.ms-xxl-1{margin-left:var(--post-core-dimension-1) !important}.ms-xxl-2{margin-left:var(--post-core-dimension-2) !important}.ms-xxl-3{margin-left:var(--post-core-dimension-3) !important}.ms-xxl-4{margin-left:var(--post-core-dimension-4) !important}.ms-xxl-5{margin-left:var(--post-core-dimension-5) !important}.ms-xxl-6{margin-left:var(--post-core-dimension-6) !important}.ms-xxl-8{margin-left:var(--post-core-dimension-8) !important}.ms-xxl-10{margin-left:var(--post-core-dimension-10) !important}.ms-xxl-11{margin-left:var(--post-core-dimension-11) !important}.ms-xxl-12{margin-left:var(--post-core-dimension-12) !important}.ms-xxl-14{margin-left:var(--post-core-dimension-14) !important}.ms-xxl-15{margin-left:var(--post-core-dimension-15) !important}.ms-xxl-16{margin-left:var(--post-core-dimension-16) !important}.ms-xxl-18{margin-left:var(--post-core-dimension-18) !important}.ms-xxl-19{margin-left:var(--post-core-dimension-19) !important}.ms-xxl-20{margin-left:var(--post-core-dimension-20) !important}.ms-xxl-22{margin-left:var(--post-core-dimension-22) !important}.ms-xxl-24{margin-left:var(--post-core-dimension-24) !important}.ms-xxl-26{margin-left:var(--post-core-dimension-26) !important}.ms-xxl-28{margin-left:var(--post-core-dimension-28) !important}.ms-xxl-30{margin-left:var(--post-core-dimension-30) !important}.ms-xxl-32{margin-left:var(--post-core-dimension-32) !important}.ms-xxl-34{margin-left:var(--post-core-dimension-34) !important}.ms-xxl-36{margin-left:var(--post-core-dimension-36) !important}.ms-xxl-40{margin-left:var(--post-core-dimension-40) !important}.ms-xxl-48{margin-left:var(--post-core-dimension-48) !important}.ms-xxl-56{margin-left:var(--post-core-dimension-56) !important}.ms-xxl-64{margin-left:var(--post-core-dimension-64) !important}.ms-xxl-78{margin-left:var(--post-core-dimension-78) !important}.ms-xxl-80{margin-left:var(--post-core-dimension-80) !important}.ms-xxl-96{margin-left:var(--post-core-dimension-96) !important}.ms-xxl-100{margin-left:var(--post-core-dimension-100) !important}.ms-xxl-112{margin-left:var(--post-core-dimension-112) !important}.ms-xxl-auto{margin-left:"auto" !important}.p-xxl-0{padding:var(--post-core-dimension-0) !important}.p-xxl-1{padding:var(--post-core-dimension-1) !important}.p-xxl-2{padding:var(--post-core-dimension-2) !important}.p-xxl-3{padding:var(--post-core-dimension-3) !important}.p-xxl-4{padding:var(--post-core-dimension-4) !important}.p-xxl-5{padding:var(--post-core-dimension-5) !important}.p-xxl-6{padding:var(--post-core-dimension-6) !important}.p-xxl-8{padding:var(--post-core-dimension-8) !important}.p-xxl-10{padding:var(--post-core-dimension-10) !important}.p-xxl-11{padding:var(--post-core-dimension-11) !important}.p-xxl-12{padding:var(--post-core-dimension-12) !important}.p-xxl-14{padding:var(--post-core-dimension-14) !important}.p-xxl-15{padding:var(--post-core-dimension-15) !important}.p-xxl-16{padding:var(--post-core-dimension-16) !important}.p-xxl-18{padding:var(--post-core-dimension-18) !important}.p-xxl-19{padding:var(--post-core-dimension-19) !important}.p-xxl-20{padding:var(--post-core-dimension-20) !important}.p-xxl-22{padding:var(--post-core-dimension-22) !important}.p-xxl-24{padding:var(--post-core-dimension-24) !important}.p-xxl-26{padding:var(--post-core-dimension-26) !important}.p-xxl-28{padding:var(--post-core-dimension-28) !important}.p-xxl-30{padding:var(--post-core-dimension-30) !important}.p-xxl-32{padding:var(--post-core-dimension-32) !important}.p-xxl-34{padding:var(--post-core-dimension-34) !important}.p-xxl-36{padding:var(--post-core-dimension-36) !important}.p-xxl-40{padding:var(--post-core-dimension-40) !important}.p-xxl-48{padding:var(--post-core-dimension-48) !important}.p-xxl-56{padding:var(--post-core-dimension-56) !important}.p-xxl-64{padding:var(--post-core-dimension-64) !important}.p-xxl-78{padding:var(--post-core-dimension-78) !important}.p-xxl-80{padding:var(--post-core-dimension-80) !important}.p-xxl-96{padding:var(--post-core-dimension-96) !important}.p-xxl-100{padding:var(--post-core-dimension-100) !important}.p-xxl-112{padding:var(--post-core-dimension-112) !important}.px-xxl-0{padding-right:var(--post-core-dimension-0) !important;padding-left:var(--post-core-dimension-0) !important}.px-xxl-1{padding-right:var(--post-core-dimension-1) !important;padding-left:var(--post-core-dimension-1) !important}.px-xxl-2{padding-right:var(--post-core-dimension-2) !important;padding-left:var(--post-core-dimension-2) !important}.px-xxl-3{padding-right:var(--post-core-dimension-3) !important;padding-left:var(--post-core-dimension-3) !important}.px-xxl-4{padding-right:var(--post-core-dimension-4) !important;padding-left:var(--post-core-dimension-4) !important}.px-xxl-5{padding-right:var(--post-core-dimension-5) !important;padding-left:var(--post-core-dimension-5) !important}.px-xxl-6{padding-right:var(--post-core-dimension-6) !important;padding-left:var(--post-core-dimension-6) !important}.px-xxl-8{padding-right:var(--post-core-dimension-8) !important;padding-left:var(--post-core-dimension-8) !important}.px-xxl-10{padding-right:var(--post-core-dimension-10) !important;padding-left:var(--post-core-dimension-10) !important}.px-xxl-11{padding-right:var(--post-core-dimension-11) !important;padding-left:var(--post-core-dimension-11) !important}.px-xxl-12{padding-right:var(--post-core-dimension-12) !important;padding-left:var(--post-core-dimension-12) !important}.px-xxl-14{padding-right:var(--post-core-dimension-14) !important;padding-left:var(--post-core-dimension-14) !important}.px-xxl-15{padding-right:var(--post-core-dimension-15) !important;padding-left:var(--post-core-dimension-15) !important}.px-xxl-16{padding-right:var(--post-core-dimension-16) !important;padding-left:var(--post-core-dimension-16) !important}.px-xxl-18{padding-right:var(--post-core-dimension-18) !important;padding-left:var(--post-core-dimension-18) !important}.px-xxl-19{padding-right:var(--post-core-dimension-19) !important;padding-left:var(--post-core-dimension-19) !important}.px-xxl-20{padding-right:var(--post-core-dimension-20) !important;padding-left:var(--post-core-dimension-20) !important}.px-xxl-22{padding-right:var(--post-core-dimension-22) !important;padding-left:var(--post-core-dimension-22) !important}.px-xxl-24{padding-right:var(--post-core-dimension-24) !important;padding-left:var(--post-core-dimension-24) !important}.px-xxl-26{padding-right:var(--post-core-dimension-26) !important;padding-left:var(--post-core-dimension-26) !important}.px-xxl-28{padding-right:var(--post-core-dimension-28) !important;padding-left:var(--post-core-dimension-28) !important}.px-xxl-30{padding-right:var(--post-core-dimension-30) !important;padding-left:var(--post-core-dimension-30) !important}.px-xxl-32{padding-right:var(--post-core-dimension-32) !important;padding-left:var(--post-core-dimension-32) !important}.px-xxl-34{padding-right:var(--post-core-dimension-34) !important;padding-left:var(--post-core-dimension-34) !important}.px-xxl-36{padding-right:var(--post-core-dimension-36) !important;padding-left:var(--post-core-dimension-36) !important}.px-xxl-40{padding-right:var(--post-core-dimension-40) !important;padding-left:var(--post-core-dimension-40) !important}.px-xxl-48{padding-right:var(--post-core-dimension-48) !important;padding-left:var(--post-core-dimension-48) !important}.px-xxl-56{padding-right:var(--post-core-dimension-56) !important;padding-left:var(--post-core-dimension-56) !important}.px-xxl-64{padding-right:var(--post-core-dimension-64) !important;padding-left:var(--post-core-dimension-64) !important}.px-xxl-78{padding-right:var(--post-core-dimension-78) !important;padding-left:var(--post-core-dimension-78) !important}.px-xxl-80{padding-right:var(--post-core-dimension-80) !important;padding-left:var(--post-core-dimension-80) !important}.px-xxl-96{padding-right:var(--post-core-dimension-96) !important;padding-left:var(--post-core-dimension-96) !important}.px-xxl-100{padding-right:var(--post-core-dimension-100) !important;padding-left:var(--post-core-dimension-100) !important}.px-xxl-112{padding-right:var(--post-core-dimension-112) !important;padding-left:var(--post-core-dimension-112) !important}.py-xxl-0{padding-top:var(--post-core-dimension-0) !important;padding-bottom:var(--post-core-dimension-0) !important}.py-xxl-1{padding-top:var(--post-core-dimension-1) !important;padding-bottom:var(--post-core-dimension-1) !important}.py-xxl-2{padding-top:var(--post-core-dimension-2) !important;padding-bottom:var(--post-core-dimension-2) !important}.py-xxl-3{padding-top:var(--post-core-dimension-3) !important;padding-bottom:var(--post-core-dimension-3) !important}.py-xxl-4{padding-top:var(--post-core-dimension-4) !important;padding-bottom:var(--post-core-dimension-4) !important}.py-xxl-5{padding-top:var(--post-core-dimension-5) !important;padding-bottom:var(--post-core-dimension-5) !important}.py-xxl-6{padding-top:var(--post-core-dimension-6) !important;padding-bottom:var(--post-core-dimension-6) !important}.py-xxl-8{padding-top:var(--post-core-dimension-8) !important;padding-bottom:var(--post-core-dimension-8) !important}.py-xxl-10{padding-top:var(--post-core-dimension-10) !important;padding-bottom:var(--post-core-dimension-10) !important}.py-xxl-11{padding-top:var(--post-core-dimension-11) !important;padding-bottom:var(--post-core-dimension-11) !important}.py-xxl-12{padding-top:var(--post-core-dimension-12) !important;padding-bottom:var(--post-core-dimension-12) !important}.py-xxl-14{padding-top:var(--post-core-dimension-14) !important;padding-bottom:var(--post-core-dimension-14) !important}.py-xxl-15{padding-top:var(--post-core-dimension-15) !important;padding-bottom:var(--post-core-dimension-15) !important}.py-xxl-16{padding-top:var(--post-core-dimension-16) !important;padding-bottom:var(--post-core-dimension-16) !important}.py-xxl-18{padding-top:var(--post-core-dimension-18) !important;padding-bottom:var(--post-core-dimension-18) !important}.py-xxl-19{padding-top:var(--post-core-dimension-19) !important;padding-bottom:var(--post-core-dimension-19) !important}.py-xxl-20{padding-top:var(--post-core-dimension-20) !important;padding-bottom:var(--post-core-dimension-20) !important}.py-xxl-22{padding-top:var(--post-core-dimension-22) !important;padding-bottom:var(--post-core-dimension-22) !important}.py-xxl-24{padding-top:var(--post-core-dimension-24) !important;padding-bottom:var(--post-core-dimension-24) !important}.py-xxl-26{padding-top:var(--post-core-dimension-26) !important;padding-bottom:var(--post-core-dimension-26) !important}.py-xxl-28{padding-top:var(--post-core-dimension-28) !important;padding-bottom:var(--post-core-dimension-28) !important}.py-xxl-30{padding-top:var(--post-core-dimension-30) !important;padding-bottom:var(--post-core-dimension-30) !important}.py-xxl-32{padding-top:var(--post-core-dimension-32) !important;padding-bottom:var(--post-core-dimension-32) !important}.py-xxl-34{padding-top:var(--post-core-dimension-34) !important;padding-bottom:var(--post-core-dimension-34) !important}.py-xxl-36{padding-top:var(--post-core-dimension-36) !important;padding-bottom:var(--post-core-dimension-36) !important}.py-xxl-40{padding-top:var(--post-core-dimension-40) !important;padding-bottom:var(--post-core-dimension-40) !important}.py-xxl-48{padding-top:var(--post-core-dimension-48) !important;padding-bottom:var(--post-core-dimension-48) !important}.py-xxl-56{padding-top:var(--post-core-dimension-56) !important;padding-bottom:var(--post-core-dimension-56) !important}.py-xxl-64{padding-top:var(--post-core-dimension-64) !important;padding-bottom:var(--post-core-dimension-64) !important}.py-xxl-78{padding-top:var(--post-core-dimension-78) !important;padding-bottom:var(--post-core-dimension-78) !important}.py-xxl-80{padding-top:var(--post-core-dimension-80) !important;padding-bottom:var(--post-core-dimension-80) !important}.py-xxl-96{padding-top:var(--post-core-dimension-96) !important;padding-bottom:var(--post-core-dimension-96) !important}.py-xxl-100{padding-top:var(--post-core-dimension-100) !important;padding-bottom:var(--post-core-dimension-100) !important}.py-xxl-112{padding-top:var(--post-core-dimension-112) !important;padding-bottom:var(--post-core-dimension-112) !important}.pt-xxl-0{padding-top:var(--post-core-dimension-0) !important}.pt-xxl-1{padding-top:var(--post-core-dimension-1) !important}.pt-xxl-2{padding-top:var(--post-core-dimension-2) !important}.pt-xxl-3{padding-top:var(--post-core-dimension-3) !important}.pt-xxl-4{padding-top:var(--post-core-dimension-4) !important}.pt-xxl-5{padding-top:var(--post-core-dimension-5) !important}.pt-xxl-6{padding-top:var(--post-core-dimension-6) !important}.pt-xxl-8{padding-top:var(--post-core-dimension-8) !important}.pt-xxl-10{padding-top:var(--post-core-dimension-10) !important}.pt-xxl-11{padding-top:var(--post-core-dimension-11) !important}.pt-xxl-12{padding-top:var(--post-core-dimension-12) !important}.pt-xxl-14{padding-top:var(--post-core-dimension-14) !important}.pt-xxl-15{padding-top:var(--post-core-dimension-15) !important}.pt-xxl-16{padding-top:var(--post-core-dimension-16) !important}.pt-xxl-18{padding-top:var(--post-core-dimension-18) !important}.pt-xxl-19{padding-top:var(--post-core-dimension-19) !important}.pt-xxl-20{padding-top:var(--post-core-dimension-20) !important}.pt-xxl-22{padding-top:var(--post-core-dimension-22) !important}.pt-xxl-24{padding-top:var(--post-core-dimension-24) !important}.pt-xxl-26{padding-top:var(--post-core-dimension-26) !important}.pt-xxl-28{padding-top:var(--post-core-dimension-28) !important}.pt-xxl-30{padding-top:var(--post-core-dimension-30) !important}.pt-xxl-32{padding-top:var(--post-core-dimension-32) !important}.pt-xxl-34{padding-top:var(--post-core-dimension-34) !important}.pt-xxl-36{padding-top:var(--post-core-dimension-36) !important}.pt-xxl-40{padding-top:var(--post-core-dimension-40) !important}.pt-xxl-48{padding-top:var(--post-core-dimension-48) !important}.pt-xxl-56{padding-top:var(--post-core-dimension-56) !important}.pt-xxl-64{padding-top:var(--post-core-dimension-64) !important}.pt-xxl-78{padding-top:var(--post-core-dimension-78) !important}.pt-xxl-80{padding-top:var(--post-core-dimension-80) !important}.pt-xxl-96{padding-top:var(--post-core-dimension-96) !important}.pt-xxl-100{padding-top:var(--post-core-dimension-100) !important}.pt-xxl-112{padding-top:var(--post-core-dimension-112) !important}.pe-xxl-0{padding-right:var(--post-core-dimension-0) !important}.pe-xxl-1{padding-right:var(--post-core-dimension-1) !important}.pe-xxl-2{padding-right:var(--post-core-dimension-2) !important}.pe-xxl-3{padding-right:var(--post-core-dimension-3) !important}.pe-xxl-4{padding-right:var(--post-core-dimension-4) !important}.pe-xxl-5{padding-right:var(--post-core-dimension-5) !important}.pe-xxl-6{padding-right:var(--post-core-dimension-6) !important}.pe-xxl-8{padding-right:var(--post-core-dimension-8) !important}.pe-xxl-10{padding-right:var(--post-core-dimension-10) !important}.pe-xxl-11{padding-right:var(--post-core-dimension-11) !important}.pe-xxl-12{padding-right:var(--post-core-dimension-12) !important}.pe-xxl-14{padding-right:var(--post-core-dimension-14) !important}.pe-xxl-15{padding-right:var(--post-core-dimension-15) !important}.pe-xxl-16{padding-right:var(--post-core-dimension-16) !important}.pe-xxl-18{padding-right:var(--post-core-dimension-18) !important}.pe-xxl-19{padding-right:var(--post-core-dimension-19) !important}.pe-xxl-20{padding-right:var(--post-core-dimension-20) !important}.pe-xxl-22{padding-right:var(--post-core-dimension-22) !important}.pe-xxl-24{padding-right:var(--post-core-dimension-24) !important}.pe-xxl-26{padding-right:var(--post-core-dimension-26) !important}.pe-xxl-28{padding-right:var(--post-core-dimension-28) !important}.pe-xxl-30{padding-right:var(--post-core-dimension-30) !important}.pe-xxl-32{padding-right:var(--post-core-dimension-32) !important}.pe-xxl-34{padding-right:var(--post-core-dimension-34) !important}.pe-xxl-36{padding-right:var(--post-core-dimension-36) !important}.pe-xxl-40{padding-right:var(--post-core-dimension-40) !important}.pe-xxl-48{padding-right:var(--post-core-dimension-48) !important}.pe-xxl-56{padding-right:var(--post-core-dimension-56) !important}.pe-xxl-64{padding-right:var(--post-core-dimension-64) !important}.pe-xxl-78{padding-right:var(--post-core-dimension-78) !important}.pe-xxl-80{padding-right:var(--post-core-dimension-80) !important}.pe-xxl-96{padding-right:var(--post-core-dimension-96) !important}.pe-xxl-100{padding-right:var(--post-core-dimension-100) !important}.pe-xxl-112{padding-right:var(--post-core-dimension-112) !important}.pb-xxl-0{padding-bottom:var(--post-core-dimension-0) !important}.pb-xxl-1{padding-bottom:var(--post-core-dimension-1) !important}.pb-xxl-2{padding-bottom:var(--post-core-dimension-2) !important}.pb-xxl-3{padding-bottom:var(--post-core-dimension-3) !important}.pb-xxl-4{padding-bottom:var(--post-core-dimension-4) !important}.pb-xxl-5{padding-bottom:var(--post-core-dimension-5) !important}.pb-xxl-6{padding-bottom:var(--post-core-dimension-6) !important}.pb-xxl-8{padding-bottom:var(--post-core-dimension-8) !important}.pb-xxl-10{padding-bottom:var(--post-core-dimension-10) !important}.pb-xxl-11{padding-bottom:var(--post-core-dimension-11) !important}.pb-xxl-12{padding-bottom:var(--post-core-dimension-12) !important}.pb-xxl-14{padding-bottom:var(--post-core-dimension-14) !important}.pb-xxl-15{padding-bottom:var(--post-core-dimension-15) !important}.pb-xxl-16{padding-bottom:var(--post-core-dimension-16) !important}.pb-xxl-18{padding-bottom:var(--post-core-dimension-18) !important}.pb-xxl-19{padding-bottom:var(--post-core-dimension-19) !important}.pb-xxl-20{padding-bottom:var(--post-core-dimension-20) !important}.pb-xxl-22{padding-bottom:var(--post-core-dimension-22) !important}.pb-xxl-24{padding-bottom:var(--post-core-dimension-24) !important}.pb-xxl-26{padding-bottom:var(--post-core-dimension-26) !important}.pb-xxl-28{padding-bottom:var(--post-core-dimension-28) !important}.pb-xxl-30{padding-bottom:var(--post-core-dimension-30) !important}.pb-xxl-32{padding-bottom:var(--post-core-dimension-32) !important}.pb-xxl-34{padding-bottom:var(--post-core-dimension-34) !important}.pb-xxl-36{padding-bottom:var(--post-core-dimension-36) !important}.pb-xxl-40{padding-bottom:var(--post-core-dimension-40) !important}.pb-xxl-48{padding-bottom:var(--post-core-dimension-48) !important}.pb-xxl-56{padding-bottom:var(--post-core-dimension-56) !important}.pb-xxl-64{padding-bottom:var(--post-core-dimension-64) !important}.pb-xxl-78{padding-bottom:var(--post-core-dimension-78) !important}.pb-xxl-80{padding-bottom:var(--post-core-dimension-80) !important}.pb-xxl-96{padding-bottom:var(--post-core-dimension-96) !important}.pb-xxl-100{padding-bottom:var(--post-core-dimension-100) !important}.pb-xxl-112{padding-bottom:var(--post-core-dimension-112) !important}.ps-xxl-0{padding-left:var(--post-core-dimension-0) !important}.ps-xxl-1{padding-left:var(--post-core-dimension-1) !important}.ps-xxl-2{padding-left:var(--post-core-dimension-2) !important}.ps-xxl-3{padding-left:var(--post-core-dimension-3) !important}.ps-xxl-4{padding-left:var(--post-core-dimension-4) !important}.ps-xxl-5{padding-left:var(--post-core-dimension-5) !important}.ps-xxl-6{padding-left:var(--post-core-dimension-6) !important}.ps-xxl-8{padding-left:var(--post-core-dimension-8) !important}.ps-xxl-10{padding-left:var(--post-core-dimension-10) !important}.ps-xxl-11{padding-left:var(--post-core-dimension-11) !important}.ps-xxl-12{padding-left:var(--post-core-dimension-12) !important}.ps-xxl-14{padding-left:var(--post-core-dimension-14) !important}.ps-xxl-15{padding-left:var(--post-core-dimension-15) !important}.ps-xxl-16{padding-left:var(--post-core-dimension-16) !important}.ps-xxl-18{padding-left:var(--post-core-dimension-18) !important}.ps-xxl-19{padding-left:var(--post-core-dimension-19) !important}.ps-xxl-20{padding-left:var(--post-core-dimension-20) !important}.ps-xxl-22{padding-left:var(--post-core-dimension-22) !important}.ps-xxl-24{padding-left:var(--post-core-dimension-24) !important}.ps-xxl-26{padding-left:var(--post-core-dimension-26) !important}.ps-xxl-28{padding-left:var(--post-core-dimension-28) !important}.ps-xxl-30{padding-left:var(--post-core-dimension-30) !important}.ps-xxl-32{padding-left:var(--post-core-dimension-32) !important}.ps-xxl-34{padding-left:var(--post-core-dimension-34) !important}.ps-xxl-36{padding-left:var(--post-core-dimension-36) !important}.ps-xxl-40{padding-left:var(--post-core-dimension-40) !important}.ps-xxl-48{padding-left:var(--post-core-dimension-48) !important}.ps-xxl-56{padding-left:var(--post-core-dimension-56) !important}.ps-xxl-64{padding-left:var(--post-core-dimension-64) !important}.ps-xxl-78{padding-left:var(--post-core-dimension-78) !important}.ps-xxl-80{padding-left:var(--post-core-dimension-80) !important}.ps-xxl-96{padding-left:var(--post-core-dimension-96) !important}.ps-xxl-100{padding-left:var(--post-core-dimension-100) !important}.ps-xxl-112{padding-left:var(--post-core-dimension-112) !important}.gap-xxl-0{gap:var(--post-core-dimension-0) !important}.gap-xxl-1{gap:var(--post-core-dimension-1) !important}.gap-xxl-2{gap:var(--post-core-dimension-2) !important}.gap-xxl-3{gap:var(--post-core-dimension-3) !important}.gap-xxl-4{gap:var(--post-core-dimension-4) !important}.gap-xxl-5{gap:var(--post-core-dimension-5) !important}.gap-xxl-6{gap:var(--post-core-dimension-6) !important}.gap-xxl-8{gap:var(--post-core-dimension-8) !important}.gap-xxl-10{gap:var(--post-core-dimension-10) !important}.gap-xxl-11{gap:var(--post-core-dimension-11) !important}.gap-xxl-12{gap:var(--post-core-dimension-12) !important}.gap-xxl-14{gap:var(--post-core-dimension-14) !important}.gap-xxl-15{gap:var(--post-core-dimension-15) !important}.gap-xxl-16{gap:var(--post-core-dimension-16) !important}.gap-xxl-18{gap:var(--post-core-dimension-18) !important}.gap-xxl-19{gap:var(--post-core-dimension-19) !important}.gap-xxl-20{gap:var(--post-core-dimension-20) !important}.gap-xxl-22{gap:var(--post-core-dimension-22) !important}.gap-xxl-24{gap:var(--post-core-dimension-24) !important}.gap-xxl-26{gap:var(--post-core-dimension-26) !important}.gap-xxl-28{gap:var(--post-core-dimension-28) !important}.gap-xxl-30{gap:var(--post-core-dimension-30) !important}.gap-xxl-32{gap:var(--post-core-dimension-32) !important}.gap-xxl-34{gap:var(--post-core-dimension-34) !important}.gap-xxl-36{gap:var(--post-core-dimension-36) !important}.gap-xxl-40{gap:var(--post-core-dimension-40) !important}.gap-xxl-48{gap:var(--post-core-dimension-48) !important}.gap-xxl-56{gap:var(--post-core-dimension-56) !important}.gap-xxl-64{gap:var(--post-core-dimension-64) !important}.gap-xxl-78{gap:var(--post-core-dimension-78) !important}.gap-xxl-80{gap:var(--post-core-dimension-80) !important}.gap-xxl-96{gap:var(--post-core-dimension-96) !important}.gap-xxl-100{gap:var(--post-core-dimension-100) !important}.gap-xxl-112{gap:var(--post-core-dimension-112) !important}.row-gap-xxl-0{row-gap:var(--post-core-dimension-0) !important}.row-gap-xxl-1{row-gap:var(--post-core-dimension-1) !important}.row-gap-xxl-2{row-gap:var(--post-core-dimension-2) !important}.row-gap-xxl-3{row-gap:var(--post-core-dimension-3) !important}.row-gap-xxl-4{row-gap:var(--post-core-dimension-4) !important}.row-gap-xxl-5{row-gap:var(--post-core-dimension-5) !important}.row-gap-xxl-6{row-gap:var(--post-core-dimension-6) !important}.row-gap-xxl-8{row-gap:var(--post-core-dimension-8) !important}.row-gap-xxl-10{row-gap:var(--post-core-dimension-10) !important}.row-gap-xxl-11{row-gap:var(--post-core-dimension-11) !important}.row-gap-xxl-12{row-gap:var(--post-core-dimension-12) !important}.row-gap-xxl-14{row-gap:var(--post-core-dimension-14) !important}.row-gap-xxl-15{row-gap:var(--post-core-dimension-15) !important}.row-gap-xxl-16{row-gap:var(--post-core-dimension-16) !important}.row-gap-xxl-18{row-gap:var(--post-core-dimension-18) !important}.row-gap-xxl-19{row-gap:var(--post-core-dimension-19) !important}.row-gap-xxl-20{row-gap:var(--post-core-dimension-20) !important}.row-gap-xxl-22{row-gap:var(--post-core-dimension-22) !important}.row-gap-xxl-24{row-gap:var(--post-core-dimension-24) !important}.row-gap-xxl-26{row-gap:var(--post-core-dimension-26) !important}.row-gap-xxl-28{row-gap:var(--post-core-dimension-28) !important}.row-gap-xxl-30{row-gap:var(--post-core-dimension-30) !important}.row-gap-xxl-32{row-gap:var(--post-core-dimension-32) !important}.row-gap-xxl-34{row-gap:var(--post-core-dimension-34) !important}.row-gap-xxl-36{row-gap:var(--post-core-dimension-36) !important}.row-gap-xxl-40{row-gap:var(--post-core-dimension-40) !important}.row-gap-xxl-48{row-gap:var(--post-core-dimension-48) !important}.row-gap-xxl-56{row-gap:var(--post-core-dimension-56) !important}.row-gap-xxl-64{row-gap:var(--post-core-dimension-64) !important}.row-gap-xxl-78{row-gap:var(--post-core-dimension-78) !important}.row-gap-xxl-80{row-gap:var(--post-core-dimension-80) !important}.row-gap-xxl-96{row-gap:var(--post-core-dimension-96) !important}.row-gap-xxl-100{row-gap:var(--post-core-dimension-100) !important}.row-gap-xxl-112{row-gap:var(--post-core-dimension-112) !important}.column-gap-xxl-0{column-gap:var(--post-core-dimension-0) !important}.column-gap-xxl-1{column-gap:var(--post-core-dimension-1) !important}.column-gap-xxl-2{column-gap:var(--post-core-dimension-2) !important}.column-gap-xxl-3{column-gap:var(--post-core-dimension-3) !important}.column-gap-xxl-4{column-gap:var(--post-core-dimension-4) !important}.column-gap-xxl-5{column-gap:var(--post-core-dimension-5) !important}.column-gap-xxl-6{column-gap:var(--post-core-dimension-6) !important}.column-gap-xxl-8{column-gap:var(--post-core-dimension-8) !important}.column-gap-xxl-10{column-gap:var(--post-core-dimension-10) !important}.column-gap-xxl-11{column-gap:var(--post-core-dimension-11) !important}.column-gap-xxl-12{column-gap:var(--post-core-dimension-12) !important}.column-gap-xxl-14{column-gap:var(--post-core-dimension-14) !important}.column-gap-xxl-15{column-gap:var(--post-core-dimension-15) !important}.column-gap-xxl-16{column-gap:var(--post-core-dimension-16) !important}.column-gap-xxl-18{column-gap:var(--post-core-dimension-18) !important}.column-gap-xxl-19{column-gap:var(--post-core-dimension-19) !important}.column-gap-xxl-20{column-gap:var(--post-core-dimension-20) !important}.column-gap-xxl-22{column-gap:var(--post-core-dimension-22) !important}.column-gap-xxl-24{column-gap:var(--post-core-dimension-24) !important}.column-gap-xxl-26{column-gap:var(--post-core-dimension-26) !important}.column-gap-xxl-28{column-gap:var(--post-core-dimension-28) !important}.column-gap-xxl-30{column-gap:var(--post-core-dimension-30) !important}.column-gap-xxl-32{column-gap:var(--post-core-dimension-32) !important}.column-gap-xxl-34{column-gap:var(--post-core-dimension-34) !important}.column-gap-xxl-36{column-gap:var(--post-core-dimension-36) !important}.column-gap-xxl-40{column-gap:var(--post-core-dimension-40) !important}.column-gap-xxl-48{column-gap:var(--post-core-dimension-48) !important}.column-gap-xxl-56{column-gap:var(--post-core-dimension-56) !important}.column-gap-xxl-64{column-gap:var(--post-core-dimension-64) !important}.column-gap-xxl-78{column-gap:var(--post-core-dimension-78) !important}.column-gap-xxl-80{column-gap:var(--post-core-dimension-80) !important}.column-gap-xxl-96{column-gap:var(--post-core-dimension-96) !important}.column-gap-xxl-100{column-gap:var(--post-core-dimension-100) !important}.column-gap-xxl-112{column-gap:var(--post-core-dimension-112) !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}}.elevation-1{box-shadow:.25px 1px 1px rgba(0,0,0,.1),1px 2px 2.5px 1px rgba(0,0,0,.1)}.elevation-2{box-shadow:.25px 1.5px 2px rgba(0,0,0,.1),2px 2px 5px 2px rgba(0,0,0,.11)}.elevation-3{box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12)}.elevation-4{box-shadow:.75px 4.5px 6px rgba(0,0,0,.1),2px 6px 15px 6px rgba(0,0,0,.13)}.elevation-5{box-shadow:1px 6px 8px rgba(0,0,0,.1),2px 8px 20px 8px rgba(0,0,0,.14)}.lh-hair{line-height:1px !important}.lh-line{line-height:2px !important}.lh-micro{line-height:.25rem !important}.lh-mini{line-height:.5rem !important}.lh-small-regular{line-height:.75rem !important}.lh-regular{line-height:1rem !important}.lh-small-large{line-height:1.25rem !important}.lh-large{line-height:1.5rem !important}.lh-big{line-height:2rem !important}.lh-bigger-big{line-height:2.5rem !important}.lh-small-huge{line-height:3rem !important}.lh-huge{line-height:3.5rem !important}.lh-small-giant{line-height:4.5rem !important}.lh-giant{line-height:5rem !important}.lh-bigger-giant{line-height:7rem !important}.h-hair{height:1px !important}.h-line{height:2px !important}.h-micro{height:.25rem !important}.h-mini{height:.5rem !important}.h-small-regular{height:.75rem !important}.h-regular{height:1rem !important}.h-small-large{height:1.25rem !important}.h-large{height:1.5rem !important}.h-big{height:2rem !important}.h-bigger-big{height:2.5rem !important}.h-small-huge{height:3rem !important}.h-huge{height:3.5rem !important}.h-small-giant{height:4.5rem !important}.h-giant{height:5rem !important}.h-bigger-giant{height:7rem !important}.mh-hair{max-height:1px !important}.mh-line{max-height:2px !important}.mh-micro{max-height:.25rem !important}.mh-mini{max-height:.5rem !important}.mh-small-regular{max-height:.75rem !important}.mh-regular{max-height:1rem !important}.mh-small-large{max-height:1.25rem !important}.mh-large{max-height:1.5rem !important}.mh-big{max-height:2rem !important}.mh-bigger-big{max-height:2.5rem !important}.mh-small-huge{max-height:3rem !important}.mh-huge{max-height:3.5rem !important}.mh-small-giant{max-height:4.5rem !important}.mh-giant{max-height:5rem !important}.mh-bigger-giant{max-height:7rem !important}.w-hair{width:1px !important}.w-line{width:2px !important}.w-micro{width:.25rem !important}.w-mini{width:.5rem !important}.w-small-regular{width:.75rem !important}.w-regular{width:1rem !important}.w-small-large{width:1.25rem !important}.w-large{width:1.5rem !important}.w-big{width:2rem !important}.w-bigger-big{width:2.5rem !important}.w-small-huge{width:3rem !important}.w-huge{width:3.5rem !important}.w-small-giant{width:4.5rem !important}.w-giant{width:5rem !important}.w-bigger-giant{width:7rem !important}.mw-hair{max-width:1px !important}.mw-line{max-width:2px !important}.mw-micro{max-width:.25rem !important}.mw-mini{max-width:.5rem !important}.mw-small-regular{max-width:.75rem !important}.mw-regular{max-width:1rem !important}.mw-small-large{max-width:1.25rem !important}.mw-large{max-width:1.5rem !important}.mw-big{max-width:2rem !important}.mw-bigger-big{max-width:2.5rem !important}.mw-small-huge{max-width:3rem !important}.mw-huge{max-width:3.5rem !important}.mw-small-giant{max-width:4.5rem !important}.mw-giant{max-width:5rem !important}.mw-bigger-giant{max-width:7rem !important}@media(min-width: 400px){.lh-sm-hair{line-height:1px !important}.lh-sm-line{line-height:2px !important}.lh-sm-micro{line-height:.25rem !important}.lh-sm-mini{line-height:.5rem !important}.lh-sm-small-regular{line-height:.75rem !important}.lh-sm-regular{line-height:1rem !important}.lh-sm-small-large{line-height:1.25rem !important}.lh-sm-large{line-height:1.5rem !important}.lh-sm-big{line-height:2rem !important}.lh-sm-bigger-big{line-height:2.5rem !important}.lh-sm-small-huge{line-height:3rem !important}.lh-sm-huge{line-height:3.5rem !important}.lh-sm-small-giant{line-height:4.5rem !important}.lh-sm-giant{line-height:5rem !important}.lh-sm-bigger-giant{line-height:7rem !important}.h-sm-hair{height:1px !important}.h-sm-line{height:2px !important}.h-sm-micro{height:.25rem !important}.h-sm-mini{height:.5rem !important}.h-sm-small-regular{height:.75rem !important}.h-sm-regular{height:1rem !important}.h-sm-small-large{height:1.25rem !important}.h-sm-large{height:1.5rem !important}.h-sm-big{height:2rem !important}.h-sm-bigger-big{height:2.5rem !important}.h-sm-small-huge{height:3rem !important}.h-sm-huge{height:3.5rem !important}.h-sm-small-giant{height:4.5rem !important}.h-sm-giant{height:5rem !important}.h-sm-bigger-giant{height:7rem !important}.mh-sm-hair{max-height:1px !important}.mh-sm-line{max-height:2px !important}.mh-sm-micro{max-height:.25rem !important}.mh-sm-mini{max-height:.5rem !important}.mh-sm-small-regular{max-height:.75rem !important}.mh-sm-regular{max-height:1rem !important}.mh-sm-small-large{max-height:1.25rem !important}.mh-sm-large{max-height:1.5rem !important}.mh-sm-big{max-height:2rem !important}.mh-sm-bigger-big{max-height:2.5rem !important}.mh-sm-small-huge{max-height:3rem !important}.mh-sm-huge{max-height:3.5rem !important}.mh-sm-small-giant{max-height:4.5rem !important}.mh-sm-giant{max-height:5rem !important}.mh-sm-bigger-giant{max-height:7rem !important}.w-sm-hair{width:1px !important}.w-sm-line{width:2px !important}.w-sm-micro{width:.25rem !important}.w-sm-mini{width:.5rem !important}.w-sm-small-regular{width:.75rem !important}.w-sm-regular{width:1rem !important}.w-sm-small-large{width:1.25rem !important}.w-sm-large{width:1.5rem !important}.w-sm-big{width:2rem !important}.w-sm-bigger-big{width:2.5rem !important}.w-sm-small-huge{width:3rem !important}.w-sm-huge{width:3.5rem !important}.w-sm-small-giant{width:4.5rem !important}.w-sm-giant{width:5rem !important}.w-sm-bigger-giant{width:7rem !important}.mw-sm-hair{max-width:1px !important}.mw-sm-line{max-width:2px !important}.mw-sm-micro{max-width:.25rem !important}.mw-sm-mini{max-width:.5rem !important}.mw-sm-small-regular{max-width:.75rem !important}.mw-sm-regular{max-width:1rem !important}.mw-sm-small-large{max-width:1.25rem !important}.mw-sm-large{max-width:1.5rem !important}.mw-sm-big{max-width:2rem !important}.mw-sm-bigger-big{max-width:2.5rem !important}.mw-sm-small-huge{max-width:3rem !important}.mw-sm-huge{max-width:3.5rem !important}.mw-sm-small-giant{max-width:4.5rem !important}.mw-sm-giant{max-width:5rem !important}.mw-sm-bigger-giant{max-width:7rem !important}}@media(min-width: 600px){.lh-rg-hair{line-height:1px !important}.lh-rg-line{line-height:2px !important}.lh-rg-micro{line-height:.25rem !important}.lh-rg-mini{line-height:.5rem !important}.lh-rg-small-regular{line-height:.75rem !important}.lh-rg-regular{line-height:1rem !important}.lh-rg-small-large{line-height:1.25rem !important}.lh-rg-large{line-height:1.5rem !important}.lh-rg-big{line-height:2rem !important}.lh-rg-bigger-big{line-height:2.5rem !important}.lh-rg-small-huge{line-height:3rem !important}.lh-rg-huge{line-height:3.5rem !important}.lh-rg-small-giant{line-height:4.5rem !important}.lh-rg-giant{line-height:5rem !important}.lh-rg-bigger-giant{line-height:7rem !important}.h-rg-hair{height:1px !important}.h-rg-line{height:2px !important}.h-rg-micro{height:.25rem !important}.h-rg-mini{height:.5rem !important}.h-rg-small-regular{height:.75rem !important}.h-rg-regular{height:1rem !important}.h-rg-small-large{height:1.25rem !important}.h-rg-large{height:1.5rem !important}.h-rg-big{height:2rem !important}.h-rg-bigger-big{height:2.5rem !important}.h-rg-small-huge{height:3rem !important}.h-rg-huge{height:3.5rem !important}.h-rg-small-giant{height:4.5rem !important}.h-rg-giant{height:5rem !important}.h-rg-bigger-giant{height:7rem !important}.mh-rg-hair{max-height:1px !important}.mh-rg-line{max-height:2px !important}.mh-rg-micro{max-height:.25rem !important}.mh-rg-mini{max-height:.5rem !important}.mh-rg-small-regular{max-height:.75rem !important}.mh-rg-regular{max-height:1rem !important}.mh-rg-small-large{max-height:1.25rem !important}.mh-rg-large{max-height:1.5rem !important}.mh-rg-big{max-height:2rem !important}.mh-rg-bigger-big{max-height:2.5rem !important}.mh-rg-small-huge{max-height:3rem !important}.mh-rg-huge{max-height:3.5rem !important}.mh-rg-small-giant{max-height:4.5rem !important}.mh-rg-giant{max-height:5rem !important}.mh-rg-bigger-giant{max-height:7rem !important}.w-rg-hair{width:1px !important}.w-rg-line{width:2px !important}.w-rg-micro{width:.25rem !important}.w-rg-mini{width:.5rem !important}.w-rg-small-regular{width:.75rem !important}.w-rg-regular{width:1rem !important}.w-rg-small-large{width:1.25rem !important}.w-rg-large{width:1.5rem !important}.w-rg-big{width:2rem !important}.w-rg-bigger-big{width:2.5rem !important}.w-rg-small-huge{width:3rem !important}.w-rg-huge{width:3.5rem !important}.w-rg-small-giant{width:4.5rem !important}.w-rg-giant{width:5rem !important}.w-rg-bigger-giant{width:7rem !important}.mw-rg-hair{max-width:1px !important}.mw-rg-line{max-width:2px !important}.mw-rg-micro{max-width:.25rem !important}.mw-rg-mini{max-width:.5rem !important}.mw-rg-small-regular{max-width:.75rem !important}.mw-rg-regular{max-width:1rem !important}.mw-rg-small-large{max-width:1.25rem !important}.mw-rg-large{max-width:1.5rem !important}.mw-rg-big{max-width:2rem !important}.mw-rg-bigger-big{max-width:2.5rem !important}.mw-rg-small-huge{max-width:3rem !important}.mw-rg-huge{max-width:3.5rem !important}.mw-rg-small-giant{max-width:4.5rem !important}.mw-rg-giant{max-width:5rem !important}.mw-rg-bigger-giant{max-width:7rem !important}}@media(min-width: 780px){.lh-md-hair{line-height:1px !important}.lh-md-line{line-height:2px !important}.lh-md-micro{line-height:.25rem !important}.lh-md-mini{line-height:.5rem !important}.lh-md-small-regular{line-height:.75rem !important}.lh-md-regular{line-height:1rem !important}.lh-md-small-large{line-height:1.25rem !important}.lh-md-large{line-height:1.5rem !important}.lh-md-big{line-height:2rem !important}.lh-md-bigger-big{line-height:2.5rem !important}.lh-md-small-huge{line-height:3rem !important}.lh-md-huge{line-height:3.5rem !important}.lh-md-small-giant{line-height:4.5rem !important}.lh-md-giant{line-height:5rem !important}.lh-md-bigger-giant{line-height:7rem !important}.h-md-hair{height:1px !important}.h-md-line{height:2px !important}.h-md-micro{height:.25rem !important}.h-md-mini{height:.5rem !important}.h-md-small-regular{height:.75rem !important}.h-md-regular{height:1rem !important}.h-md-small-large{height:1.25rem !important}.h-md-large{height:1.5rem !important}.h-md-big{height:2rem !important}.h-md-bigger-big{height:2.5rem !important}.h-md-small-huge{height:3rem !important}.h-md-huge{height:3.5rem !important}.h-md-small-giant{height:4.5rem !important}.h-md-giant{height:5rem !important}.h-md-bigger-giant{height:7rem !important}.mh-md-hair{max-height:1px !important}.mh-md-line{max-height:2px !important}.mh-md-micro{max-height:.25rem !important}.mh-md-mini{max-height:.5rem !important}.mh-md-small-regular{max-height:.75rem !important}.mh-md-regular{max-height:1rem !important}.mh-md-small-large{max-height:1.25rem !important}.mh-md-large{max-height:1.5rem !important}.mh-md-big{max-height:2rem !important}.mh-md-bigger-big{max-height:2.5rem !important}.mh-md-small-huge{max-height:3rem !important}.mh-md-huge{max-height:3.5rem !important}.mh-md-small-giant{max-height:4.5rem !important}.mh-md-giant{max-height:5rem !important}.mh-md-bigger-giant{max-height:7rem !important}.w-md-hair{width:1px !important}.w-md-line{width:2px !important}.w-md-micro{width:.25rem !important}.w-md-mini{width:.5rem !important}.w-md-small-regular{width:.75rem !important}.w-md-regular{width:1rem !important}.w-md-small-large{width:1.25rem !important}.w-md-large{width:1.5rem !important}.w-md-big{width:2rem !important}.w-md-bigger-big{width:2.5rem !important}.w-md-small-huge{width:3rem !important}.w-md-huge{width:3.5rem !important}.w-md-small-giant{width:4.5rem !important}.w-md-giant{width:5rem !important}.w-md-bigger-giant{width:7rem !important}.mw-md-hair{max-width:1px !important}.mw-md-line{max-width:2px !important}.mw-md-micro{max-width:.25rem !important}.mw-md-mini{max-width:.5rem !important}.mw-md-small-regular{max-width:.75rem !important}.mw-md-regular{max-width:1rem !important}.mw-md-small-large{max-width:1.25rem !important}.mw-md-large{max-width:1.5rem !important}.mw-md-big{max-width:2rem !important}.mw-md-bigger-big{max-width:2.5rem !important}.mw-md-small-huge{max-width:3rem !important}.mw-md-huge{max-width:3.5rem !important}.mw-md-small-giant{max-width:4.5rem !important}.mw-md-giant{max-width:5rem !important}.mw-md-bigger-giant{max-width:7rem !important}}@media(min-width: 1024px){.lh-lg-hair{line-height:1px !important}.lh-lg-line{line-height:2px !important}.lh-lg-micro{line-height:.25rem !important}.lh-lg-mini{line-height:.5rem !important}.lh-lg-small-regular{line-height:.75rem !important}.lh-lg-regular{line-height:1rem !important}.lh-lg-small-large{line-height:1.25rem !important}.lh-lg-large{line-height:1.5rem !important}.lh-lg-big{line-height:2rem !important}.lh-lg-bigger-big{line-height:2.5rem !important}.lh-lg-small-huge{line-height:3rem !important}.lh-lg-huge{line-height:3.5rem !important}.lh-lg-small-giant{line-height:4.5rem !important}.lh-lg-giant{line-height:5rem !important}.lh-lg-bigger-giant{line-height:7rem !important}.h-lg-hair{height:1px !important}.h-lg-line{height:2px !important}.h-lg-micro{height:.25rem !important}.h-lg-mini{height:.5rem !important}.h-lg-small-regular{height:.75rem !important}.h-lg-regular{height:1rem !important}.h-lg-small-large{height:1.25rem !important}.h-lg-large{height:1.5rem !important}.h-lg-big{height:2rem !important}.h-lg-bigger-big{height:2.5rem !important}.h-lg-small-huge{height:3rem !important}.h-lg-huge{height:3.5rem !important}.h-lg-small-giant{height:4.5rem !important}.h-lg-giant{height:5rem !important}.h-lg-bigger-giant{height:7rem !important}.mh-lg-hair{max-height:1px !important}.mh-lg-line{max-height:2px !important}.mh-lg-micro{max-height:.25rem !important}.mh-lg-mini{max-height:.5rem !important}.mh-lg-small-regular{max-height:.75rem !important}.mh-lg-regular{max-height:1rem !important}.mh-lg-small-large{max-height:1.25rem !important}.mh-lg-large{max-height:1.5rem !important}.mh-lg-big{max-height:2rem !important}.mh-lg-bigger-big{max-height:2.5rem !important}.mh-lg-small-huge{max-height:3rem !important}.mh-lg-huge{max-height:3.5rem !important}.mh-lg-small-giant{max-height:4.5rem !important}.mh-lg-giant{max-height:5rem !important}.mh-lg-bigger-giant{max-height:7rem !important}.w-lg-hair{width:1px !important}.w-lg-line{width:2px !important}.w-lg-micro{width:.25rem !important}.w-lg-mini{width:.5rem !important}.w-lg-small-regular{width:.75rem !important}.w-lg-regular{width:1rem !important}.w-lg-small-large{width:1.25rem !important}.w-lg-large{width:1.5rem !important}.w-lg-big{width:2rem !important}.w-lg-bigger-big{width:2.5rem !important}.w-lg-small-huge{width:3rem !important}.w-lg-huge{width:3.5rem !important}.w-lg-small-giant{width:4.5rem !important}.w-lg-giant{width:5rem !important}.w-lg-bigger-giant{width:7rem !important}.mw-lg-hair{max-width:1px !important}.mw-lg-line{max-width:2px !important}.mw-lg-micro{max-width:.25rem !important}.mw-lg-mini{max-width:.5rem !important}.mw-lg-small-regular{max-width:.75rem !important}.mw-lg-regular{max-width:1rem !important}.mw-lg-small-large{max-width:1.25rem !important}.mw-lg-large{max-width:1.5rem !important}.mw-lg-big{max-width:2rem !important}.mw-lg-bigger-big{max-width:2.5rem !important}.mw-lg-small-huge{max-width:3rem !important}.mw-lg-huge{max-width:3.5rem !important}.mw-lg-small-giant{max-width:4.5rem !important}.mw-lg-giant{max-width:5rem !important}.mw-lg-bigger-giant{max-width:7rem !important}}@media(min-width: 1280px){.lh-xl-hair{line-height:1px !important}.lh-xl-line{line-height:2px !important}.lh-xl-micro{line-height:.25rem !important}.lh-xl-mini{line-height:.5rem !important}.lh-xl-small-regular{line-height:.75rem !important}.lh-xl-regular{line-height:1rem !important}.lh-xl-small-large{line-height:1.25rem !important}.lh-xl-large{line-height:1.5rem !important}.lh-xl-big{line-height:2rem !important}.lh-xl-bigger-big{line-height:2.5rem !important}.lh-xl-small-huge{line-height:3rem !important}.lh-xl-huge{line-height:3.5rem !important}.lh-xl-small-giant{line-height:4.5rem !important}.lh-xl-giant{line-height:5rem !important}.lh-xl-bigger-giant{line-height:7rem !important}.h-xl-hair{height:1px !important}.h-xl-line{height:2px !important}.h-xl-micro{height:.25rem !important}.h-xl-mini{height:.5rem !important}.h-xl-small-regular{height:.75rem !important}.h-xl-regular{height:1rem !important}.h-xl-small-large{height:1.25rem !important}.h-xl-large{height:1.5rem !important}.h-xl-big{height:2rem !important}.h-xl-bigger-big{height:2.5rem !important}.h-xl-small-huge{height:3rem !important}.h-xl-huge{height:3.5rem !important}.h-xl-small-giant{height:4.5rem !important}.h-xl-giant{height:5rem !important}.h-xl-bigger-giant{height:7rem !important}.mh-xl-hair{max-height:1px !important}.mh-xl-line{max-height:2px !important}.mh-xl-micro{max-height:.25rem !important}.mh-xl-mini{max-height:.5rem !important}.mh-xl-small-regular{max-height:.75rem !important}.mh-xl-regular{max-height:1rem !important}.mh-xl-small-large{max-height:1.25rem !important}.mh-xl-large{max-height:1.5rem !important}.mh-xl-big{max-height:2rem !important}.mh-xl-bigger-big{max-height:2.5rem !important}.mh-xl-small-huge{max-height:3rem !important}.mh-xl-huge{max-height:3.5rem !important}.mh-xl-small-giant{max-height:4.5rem !important}.mh-xl-giant{max-height:5rem !important}.mh-xl-bigger-giant{max-height:7rem !important}.w-xl-hair{width:1px !important}.w-xl-line{width:2px !important}.w-xl-micro{width:.25rem !important}.w-xl-mini{width:.5rem !important}.w-xl-small-regular{width:.75rem !important}.w-xl-regular{width:1rem !important}.w-xl-small-large{width:1.25rem !important}.w-xl-large{width:1.5rem !important}.w-xl-big{width:2rem !important}.w-xl-bigger-big{width:2.5rem !important}.w-xl-small-huge{width:3rem !important}.w-xl-huge{width:3.5rem !important}.w-xl-small-giant{width:4.5rem !important}.w-xl-giant{width:5rem !important}.w-xl-bigger-giant{width:7rem !important}.mw-xl-hair{max-width:1px !important}.mw-xl-line{max-width:2px !important}.mw-xl-micro{max-width:.25rem !important}.mw-xl-mini{max-width:.5rem !important}.mw-xl-small-regular{max-width:.75rem !important}.mw-xl-regular{max-width:1rem !important}.mw-xl-small-large{max-width:1.25rem !important}.mw-xl-large{max-width:1.5rem !important}.mw-xl-big{max-width:2rem !important}.mw-xl-bigger-big{max-width:2.5rem !important}.mw-xl-small-huge{max-width:3rem !important}.mw-xl-huge{max-width:3.5rem !important}.mw-xl-small-giant{max-width:4.5rem !important}.mw-xl-giant{max-width:5rem !important}.mw-xl-bigger-giant{max-width:7rem !important}}@media(min-width: 1440px){.lh-xxl-hair{line-height:1px !important}.lh-xxl-line{line-height:2px !important}.lh-xxl-micro{line-height:.25rem !important}.lh-xxl-mini{line-height:.5rem !important}.lh-xxl-small-regular{line-height:.75rem !important}.lh-xxl-regular{line-height:1rem !important}.lh-xxl-small-large{line-height:1.25rem !important}.lh-xxl-large{line-height:1.5rem !important}.lh-xxl-big{line-height:2rem !important}.lh-xxl-bigger-big{line-height:2.5rem !important}.lh-xxl-small-huge{line-height:3rem !important}.lh-xxl-huge{line-height:3.5rem !important}.lh-xxl-small-giant{line-height:4.5rem !important}.lh-xxl-giant{line-height:5rem !important}.lh-xxl-bigger-giant{line-height:7rem !important}.h-xxl-hair{height:1px !important}.h-xxl-line{height:2px !important}.h-xxl-micro{height:.25rem !important}.h-xxl-mini{height:.5rem !important}.h-xxl-small-regular{height:.75rem !important}.h-xxl-regular{height:1rem !important}.h-xxl-small-large{height:1.25rem !important}.h-xxl-large{height:1.5rem !important}.h-xxl-big{height:2rem !important}.h-xxl-bigger-big{height:2.5rem !important}.h-xxl-small-huge{height:3rem !important}.h-xxl-huge{height:3.5rem !important}.h-xxl-small-giant{height:4.5rem !important}.h-xxl-giant{height:5rem !important}.h-xxl-bigger-giant{height:7rem !important}.mh-xxl-hair{max-height:1px !important}.mh-xxl-line{max-height:2px !important}.mh-xxl-micro{max-height:.25rem !important}.mh-xxl-mini{max-height:.5rem !important}.mh-xxl-small-regular{max-height:.75rem !important}.mh-xxl-regular{max-height:1rem !important}.mh-xxl-small-large{max-height:1.25rem !important}.mh-xxl-large{max-height:1.5rem !important}.mh-xxl-big{max-height:2rem !important}.mh-xxl-bigger-big{max-height:2.5rem !important}.mh-xxl-small-huge{max-height:3rem !important}.mh-xxl-huge{max-height:3.5rem !important}.mh-xxl-small-giant{max-height:4.5rem !important}.mh-xxl-giant{max-height:5rem !important}.mh-xxl-bigger-giant{max-height:7rem !important}.w-xxl-hair{width:1px !important}.w-xxl-line{width:2px !important}.w-xxl-micro{width:.25rem !important}.w-xxl-mini{width:.5rem !important}.w-xxl-small-regular{width:.75rem !important}.w-xxl-regular{width:1rem !important}.w-xxl-small-large{width:1.25rem !important}.w-xxl-large{width:1.5rem !important}.w-xxl-big{width:2rem !important}.w-xxl-bigger-big{width:2.5rem !important}.w-xxl-small-huge{width:3rem !important}.w-xxl-huge{width:3.5rem !important}.w-xxl-small-giant{width:4.5rem !important}.w-xxl-giant{width:5rem !important}.w-xxl-bigger-giant{width:7rem !important}.mw-xxl-hair{max-width:1px !important}.mw-xxl-line{max-width:2px !important}.mw-xxl-micro{max-width:.25rem !important}.mw-xxl-mini{max-width:.5rem !important}.mw-xxl-small-regular{max-width:.75rem !important}.mw-xxl-regular{max-width:1rem !important}.mw-xxl-small-large{max-width:1.25rem !important}.mw-xxl-large{max-width:1.5rem !important}.mw-xxl-big{max-width:2rem !important}.mw-xxl-bigger-big{max-width:2.5rem !important}.mw-xxl-small-huge{max-width:3rem !important}.mw-xxl-huge{max-width:3.5rem !important}.mw-xxl-small-giant{max-width:4.5rem !important}.mw-xxl-giant{max-width:5rem !important}.mw-xxl-bigger-giant{max-width:7rem !important}}@media(min-width: 400px){.w-sm-25{width:25% !important}.w-sm-50{width:50% !important}.w-sm-75{width:75% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}}@media(min-width: 600px){.w-rg-25{width:25% !important}.w-rg-50{width:50% !important}.w-rg-75{width:75% !important}.w-rg-100{width:100% !important}.w-rg-auto{width:auto !important}}@media(min-width: 780px){.w-md-25{width:25% !important}.w-md-50{width:50% !important}.w-md-75{width:75% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}}@media(min-width: 1024px){.w-lg-25{width:25% !important}.w-lg-50{width:50% !important}.w-lg-75{width:75% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}}@media(min-width: 1280px){.w-xl-25{width:25% !important}.w-xl-50{width:50% !important}.w-xl-75{width:75% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}}@media(min-width: 1440px){.w-xxl-25{width:25% !important}.w-xxl-50{width:50% !important}.w-xxl-75{width:75% !important}.w-xxl-100{width:100% !important}.w-xxl-auto{width:auto !important}}.m-giant-r{margin:3.5rem !important}.mt-giant-r{margin-top:3.5rem !important}.mr-giant-r{margin-right:3.5rem !important}.mb-giant-r{margin-bottom:3.5rem !important}.ml-giant-r{margin-left:3.5rem !important}.p-giant-r{padding:3.5rem !important}.pt-giant-r{padding-top:3.5rem !important}.pr-giant-r{padding-right:3.5rem !important}.pb-giant-r{padding-bottom:3.5rem !important}.pl-giant-r{padding-left:3.5rem !important}.gap-giant-r{gap:3.5rem !important}.m-huge-r{margin:2rem !important}.mt-huge-r{margin-top:2rem !important}.mr-huge-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:2rem !important}.p-huge-r{padding:2rem !important}.pt-huge-r{padding-top:2rem !important}.pr-huge-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:2rem !important}.gap-huge-r{gap:2rem !important}.m-bigger-big-r{margin:1.5rem !important}.mt-bigger-big-r{margin-top:1.5rem !important}.mr-bigger-big-r{margin-right:1.5rem !important}.mb-bigger-big-r{margin-bottom:1.5rem !important}.ml-bigger-big-r{margin-left:1.5rem !important}.p-bigger-big-r{padding:1.5rem !important}.pt-bigger-big-r{padding-top:1.5rem !important}.pr-bigger-big-r{padding-right:1.5rem !important}.pb-bigger-big-r{padding-bottom:1.5rem !important}.pl-bigger-big-r{padding-left:1.5rem !important}.gap-bigger-big-r{gap:1.5rem !important}.m-big-r{margin:1.25rem !important}.mt-big-r{margin-top:1.25rem !important}.mr-big-r{margin-right:1.25rem !important}.mb-big-r{margin-bottom:1.25rem !important}.ml-big-r{margin-left:1.25rem !important}.p-big-r{padding:1.25rem !important}.pt-big-r{padding-top:1.25rem !important}.pr-big-r{padding-right:1.25rem !important}.pb-big-r{padding-bottom:1.25rem !important}.pl-big-r{padding-left:1.25rem !important}.gap-big-r{gap:1.25rem !important}.m-large-r{margin:1rem !important}.mt-large-r{margin-top:1rem !important}.mr-large-r{margin-right:1rem !important}.mb-large-r{margin-bottom:1rem !important}.ml-large-r{margin-left:1rem !important}.p-large-r{padding:1rem !important}.pt-large-r{padding-top:1rem !important}.pr-large-r{padding-right:1rem !important}.pb-large-r{padding-bottom:1rem !important}.pl-large-r{padding-left:1rem !important}.gap-large-r{gap:1rem !important}.m-regular-r{margin:1rem !important}.mt-regular-r{margin-top:1rem !important}.mr-regular-r{margin-right:1rem !important}.mb-regular-r{margin-bottom:1rem !important}.ml-regular-r{margin-left:1rem !important}.p-regular-r{padding:1rem !important}.pt-regular-r{padding-top:1rem !important}.pr-regular-r{padding-right:1rem !important}.pb-regular-r{padding-bottom:1rem !important}.pl-regular-r{padding-left:1rem !important}.gap-regular-r{gap:1rem !important}.m-small-r{margin:.75rem !important}.mt-small-r{margin-top:.75rem !important}.mr-small-r{margin-right:.75rem !important}.mb-small-r{margin-bottom:.75rem !important}.ml-small-r{margin-left:.75rem !important}.p-small-r{padding:.75rem !important}.pt-small-r{padding-top:.75rem !important}.pr-small-r{padding-right:.75rem !important}.pb-small-r{padding-bottom:.75rem !important}.pl-small-r{padding-left:.75rem !important}.gap-small-r{gap:.75rem !important}.m-tiny-r{margin:.75rem !important}.mt-tiny-r{margin-top:.75rem !important}.mr-tiny-r{margin-right:.75rem !important}.mb-tiny-r{margin-bottom:.75rem !important}.ml-tiny-r{margin-left:.75rem !important}.p-tiny-r{padding:.75rem !important}.pt-tiny-r{padding-top:.75rem !important}.pr-tiny-r{padding-right:.75rem !important}.pb-tiny-r{padding-bottom:.75rem !important}.pl-tiny-r{padding-left:.75rem !important}.gap-tiny-r{gap:.75rem !important}@media(min-width: 400px){.m-small-r{margin:1rem !important}.mt-small-r{margin-top:1rem !important}.mr-small-r{margin-right:1rem !important}.mb-small-r{margin-bottom:1rem !important}.ml-small-r{margin-left:1rem !important}.p-small-r{padding:1rem !important}.pt-small-r{padding-top:1rem !important}.pr-small-r{padding-right:1rem !important}.pb-small-r{padding-bottom:1rem !important}.pl-small-r{padding-left:1rem !important}.gap-small-r{gap:1rem !important}}@media(min-width: 780px){.m-giant-r{margin:5rem !important}.m-huge-r{margin:2.5rem !important}.m-bigger-big-r{margin:3rem !important}.m-big-r{margin:2rem !important}.m-large-r{margin:1.25rem !important}.m-regular-r{margin:1.5rem !important}.m-tiny-r{margin:1rem !important}.mt-giant-r{margin-top:5rem !important}.mt-huge-r{margin-top:2.5rem !important}.mt-bigger-big-r{margin-top:3rem !important}.mt-big-r{margin-top:2rem !important}.mt-large-r{margin-top:1.25rem !important}.mt-regular-r{margin-top:1.5rem !important}.mt-tiny-r{margin-top:1rem !important}.mr-giant-r{margin-right:5rem !important}.mr-huge-r{margin-right:2.5rem !important}.mr-bigger-big-r{margin-right:3rem !important}.mr-big-r{margin-right:2rem !important}.mr-large-r{margin-right:1.25rem !important}.mr-regular-r{margin-right:1.5rem !important}.mr-tiny-r{margin-right:1rem !important}.mb-giant-r{margin-bottom:5rem !important}.mb-huge-r{margin-bottom:2.5rem !important}.mb-bigger-big-r{margin-bottom:3rem !important}.mb-big-r{margin-bottom:2rem !important}.mb-large-r{margin-bottom:1.25rem !important}.mb-regular-r{margin-bottom:1.5rem !important}.mb-tiny-r{margin-bottom:1rem !important}.ml-giant-r{margin-left:5rem !important}.ml-huge-r{margin-left:2.5rem !important}.ml-bigger-big-r{margin-left:3rem !important}.ml-big-r{margin-left:2rem !important}.ml-large-r{margin-left:1.25rem !important}.ml-regular-r{margin-left:1.5rem !important}.ml-tiny-r{margin-left:1rem !important}.p-giant-r{padding:5rem !important}.p-huge-r{padding:2.5rem !important}.p-bigger-big-r{padding:3rem !important}.p-big-r{padding:2rem !important}.p-large-r{padding:1.25rem !important}.p-regular-r{padding:1.5rem !important}.p-tiny-r{padding:1rem !important}.pt-giant-r{padding-top:5rem !important}.pt-huge-r{padding-top:2.5rem !important}.pt-bigger-big-r{padding-top:3rem !important}.pt-big-r{padding-top:2rem !important}.pt-large-r{padding-top:1.25rem !important}.pt-regular-r{padding-top:1.5rem !important}.pt-tiny-r{padding-top:1rem !important}.pr-giant-r{padding-right:5rem !important}.pr-huge-r{padding-right:2.5rem !important}.pr-bigger-big-r{padding-right:3rem !important}.pr-big-r{padding-right:2rem !important}.pr-large-r{padding-right:1.25rem !important}.pr-regular-r{padding-right:1.5rem !important}.pr-tiny-r{padding-right:1rem !important}.pb-giant-r{padding-bottom:5rem !important}.pb-huge-r{padding-bottom:2.5rem !important}.pb-bigger-big-r{padding-bottom:3rem !important}.pb-big-r{padding-bottom:2rem !important}.pb-large-r{padding-bottom:1.25rem !important}.pb-regular-r{padding-bottom:1.5rem !important}.pb-tiny-r{padding-bottom:1rem !important}.pl-giant-r{padding-left:5rem !important}.pl-huge-r{padding-left:2.5rem !important}.pl-bigger-big-r{padding-left:3rem !important}.pl-big-r{padding-left:2rem !important}.pl-large-r{padding-left:1.25rem !important}.pl-regular-r{padding-left:1.5rem !important}.pl-tiny-r{padding-left:1rem !important}.gap-giant-r{gap:5rem !important}.gap-huge-r{gap:2.5rem !important}.gap-bigger-big-r{gap:3rem !important}.gap-big-r{gap:2rem !important}.gap-large-r{gap:1.25rem !important}.gap-regular-r{gap:1.5rem !important}.gap-tiny-r{gap:1rem !important}}@media(min-width: 1280px){.m-huge-r{margin:3.5rem !important}.m-big-r{margin:2.5rem !important}.m-large-r{margin:2rem !important}.mt-huge-r{margin-top:3.5rem !important}.mt-big-r{margin-top:2.5rem !important}.mt-large-r{margin-top:2rem !important}.mr-huge-r{margin-right:3.5rem !important}.mr-big-r{margin-right:2.5rem !important}.mr-large-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:3.5rem !important}.mb-big-r{margin-bottom:2.5rem !important}.mb-large-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:3.5rem !important}.ml-big-r{margin-left:2.5rem !important}.ml-large-r{margin-left:2rem !important}.p-huge-r{padding:3.5rem !important}.p-big-r{padding:2.5rem !important}.p-large-r{padding:2rem !important}.pt-huge-r{padding-top:3.5rem !important}.pt-big-r{padding-top:2.5rem !important}.pt-large-r{padding-top:2rem !important}.pr-huge-r{padding-right:3.5rem !important}.pr-big-r{padding-right:2.5rem !important}.pr-large-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:3.5rem !important}.pb-big-r{padding-bottom:2.5rem !important}.pb-large-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:3.5rem !important}.pl-big-r{padding-left:2.5rem !important}.pl-large-r{padding-left:2rem !important}.gap-huge-r{gap:3.5rem !important}.gap-big-r{gap:2.5rem !important}.gap-large-r{gap:2rem !important}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 400px;--bs-breakpoint-rg: 600px;--bs-breakpoint-md: 780px;--bs-breakpoint-lg: 1024px;--bs-breakpoint-xl: 1280px;--bs-breakpoint-xxl: 1440px}.row{--bs-gutter-x: 30px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 400px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 600px){.col-rg{flex:1 0 0%}.row-cols-rg-auto>*{flex:0 0 auto;width:auto}.row-cols-rg-1>*{flex:0 0 auto;width:100%}.row-cols-rg-2>*{flex:0 0 auto;width:50%}.row-cols-rg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-rg-4>*{flex:0 0 auto;width:25%}.row-cols-rg-5>*{flex:0 0 auto;width:20%}.row-cols-rg-6>*{flex:0 0 auto;width:16.66666667%}.col-rg-auto{flex:0 0 auto;width:auto}.col-rg-1{flex:0 0 auto;width:8.33333333%}.col-rg-2{flex:0 0 auto;width:16.66666667%}.col-rg-3{flex:0 0 auto;width:25%}.col-rg-4{flex:0 0 auto;width:33.33333333%}.col-rg-5{flex:0 0 auto;width:41.66666667%}.col-rg-6{flex:0 0 auto;width:50%}.col-rg-7{flex:0 0 auto;width:58.33333333%}.col-rg-8{flex:0 0 auto;width:66.66666667%}.col-rg-9{flex:0 0 auto;width:75%}.col-rg-10{flex:0 0 auto;width:83.33333333%}.col-rg-11{flex:0 0 auto;width:91.66666667%}.col-rg-12{flex:0 0 auto;width:100%}.offset-rg-0{margin-left:0}.offset-rg-1{margin-left:8.33333333%}.offset-rg-2{margin-left:16.66666667%}.offset-rg-3{margin-left:25%}.offset-rg-4{margin-left:33.33333333%}.offset-rg-5{margin-left:41.66666667%}.offset-rg-6{margin-left:50%}.offset-rg-7{margin-left:58.33333333%}.offset-rg-8{margin-left:66.66666667%}.offset-rg-9{margin-left:75%}.offset-rg-10{margin-left:83.33333333%}.offset-rg-11{margin-left:91.66666667%}.g-rg-0,.gx-rg-0{--bs-gutter-x: 0}.g-rg-0,.gy-rg-0{--bs-gutter-y: 0}.g-rg-1,.gx-rg-1{--bs-gutter-x: 0.25rem}.g-rg-1,.gy-rg-1{--bs-gutter-y: 0.25rem}.g-rg-2,.gx-rg-2{--bs-gutter-x: 0.5rem}.g-rg-2,.gy-rg-2{--bs-gutter-y: 0.5rem}.g-rg-3,.gx-rg-3{--bs-gutter-x: 1rem}.g-rg-3,.gy-rg-3{--bs-gutter-y: 1rem}.g-rg-4,.gx-rg-4{--bs-gutter-x: 1.5rem}.g-rg-4,.gy-rg-4{--bs-gutter-y: 1.5rem}.g-rg-5,.gx-rg-5{--bs-gutter-x: 3rem}.g-rg-5,.gy-rg-5{--bs-gutter-y: 3rem}}@media(min-width: 780px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 1024px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1280px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1440px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.container,.container-fluid,.container-xxl,.container-xl{--bs-gutter-x: 30px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 1280px){.container-xl,.container-lg,.container-md,.container-rg,.container-sm,.container{max-width:1280px}}@media(min-width: 1440px){.container-xxl,.container-xl,.container-lg,.container-md,.container-rg,.container-sm,.container{max-width:1440px}}.container{padding-inline:var(--post-container-padding-x)}.container-fluid{padding-inline:var(--post-container-fluid-padding-x)}.container{--post-container-padding-x: 12px}.container-fluid{--post-container-fluid-padding-x: 12px}.row{--bs-gutter-x: 12px}@media(min-width: 400px){.container{--post-container-padding-x: 16px}}@media(min-width: 400px){.container-fluid{--post-container-fluid-padding-x: 16px}}@media(min-width: 400px){.row{--bs-gutter-x: 16px}}@media(min-width: 780px){.container{--post-container-padding-x: 32px}}@media(min-width: 780px){.container-fluid{--post-container-fluid-padding-x: 32px}}@media(min-width: 1280px){.container{--post-container-padding-x: 40px}}@media(min-width: 1440px){.container{--post-container-padding-x: 120px}}.g-0,.gx-0{--bs-gutter-x: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}@media(min-width: 400px){.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}}@media(min-width: 400px){.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}}@media(min-width: 400px){.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}}@media(min-width: 400px){.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}}@media(min-width: 400px){.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}}@media(min-width: 400px){.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}}@media(min-width: 600px){.g-rg-0,.gx-rg-0{--bs-gutter-x: 0}}@media(min-width: 600px){.g-rg-1,.gx-rg-1{--bs-gutter-x: 0.25rem}}@media(min-width: 600px){.g-rg-2,.gx-rg-2{--bs-gutter-x: 0.5rem}}@media(min-width: 600px){.g-rg-3,.gx-rg-3{--bs-gutter-x: 1rem}}@media(min-width: 600px){.g-rg-4,.gx-rg-4{--bs-gutter-x: 1.5rem}}@media(min-width: 600px){.g-rg-5,.gx-rg-5{--bs-gutter-x: 3rem}}@media(min-width: 780px){.g-md-0,.gx-md-0{--bs-gutter-x: 0}}@media(min-width: 780px){.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}}@media(min-width: 780px){.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}}@media(min-width: 780px){.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}}@media(min-width: 780px){.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}}@media(min-width: 780px){.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}}@media(min-width: 1024px){.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}}@media(min-width: 1024px){.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1024px){.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1024px){.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}}@media(min-width: 1024px){.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1024px){.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}}@media(min-width: 1280px){.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}}@media(min-width: 1280px){.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1280px){.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1280px){.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}}@media(min-width: 1280px){.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1280px){.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}}@media(min-width: 1440px){.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}}@media(min-width: 1440px){.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}}@media(min-width: 1440px){.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}}@media(min-width: 1440px){.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}}@media(min-width: 1440px){.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}}@media(min-width: 1440px){.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}}.vertical-gutters{margin-bottom:-30px}.vertical-gutters>.col,.vertical-gutters>[class*=col-]{padding-bottom:30px}.row.border-gutters{margin-right:-1px;margin-bottom:-1px;margin-left:0}.row.border-gutters>.col,.row.border-gutters>[class*=col-]{padding-right:1px;padding-bottom:1px;padding-left:0}.container-reset{margin-right:-12px;margin-left:-12px}.container-reset-left{margin-left:-12px}.container-reset-right{margin-right:-12px}@media(max-width: 399.98px){.container-fluid-xs{padding-right:1rem;padding-left:1rem}}@media(min-width: 400px){.container-reset{margin-right:-16px;margin-left:-16px}}@media(min-width: 400px){.container-reset-left{margin-left:-16px}}@media(min-width: 400px){.container-reset-right{margin-right:-16px}}@media(min-width: 400px)and (max-width: 599.98px){.container-fluid-sm{padding-right:1rem;padding-left:1rem}}@media(min-width: 600px)and (max-width: 779.98px){.container-fluid-rg{padding-right:1rem;padding-left:1rem}}@media(min-width: 780px){.container-reset{margin-right:-32px;margin-left:-32px}}@media(min-width: 780px){.container-reset-left{margin-left:-32px}}@media(min-width: 780px){.container-reset-right{margin-right:-32px}}@media(min-width: 780px)and (max-width: 1023.98px){.container-fluid-md{padding-right:1rem;padding-left:1rem}}@media(min-width: 1024px)and (max-width: 1279.98px){.container-fluid-lg{padding-right:1rem;padding-left:1rem}}@media(min-width: 1280px){.container-reset{margin-right:-40px;margin-left:-40px}}@media(min-width: 1280px){.container-reset-left{margin-left:-40px}}@media(min-width: 1280px){.container-reset-right{margin-right:-40px}}@media(min-width: 1280px)and (max-width: 1439.98px){.container-fluid-xl{padding-right:1rem;padding-left:1rem}}@media(min-width: 1440px){.container-reset{margin-right:-120px;margin-left:-120px}}@media(min-width: 1440px){.container-reset-left{margin-left:-120px}}@media(min-width: 1440px){.container-reset-right{margin-right:-120px}}@media(min-width: 1440px){.container-fluid-xxl{padding-right:1rem;padding-left:1rem}}