@swisspost/design-system-components 1.3.0 → 1.3.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 (85) hide show
  1. package/dist/cjs/check-type-f24cf91d.js +24 -0
  2. package/dist/cjs/check-type-f24cf91d.js.map +1 -0
  3. package/dist/cjs/{index-8880977f.js → index-a8b23f1b.js} +1 -1
  4. package/dist/cjs/{index-8880977f.js.map → index-a8b23f1b.js.map} +1 -1
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/loader.cjs.js.map +1 -1
  7. package/dist/cjs/post-collapsible.cjs.entry.js +11 -19
  8. package/dist/cjs/post-collapsible.cjs.entry.js.map +1 -1
  9. package/dist/cjs/post-components.cjs.js +3 -3
  10. package/dist/cjs/post-components.cjs.js.map +1 -1
  11. package/dist/cjs/post-icon.cjs.entry.js +39 -29
  12. package/dist/cjs/post-icon.cjs.entry.js.map +1 -1
  13. package/dist/collection/collection-manifest.json +1 -1
  14. package/dist/collection/components/post-collapsible/post-collapsible.css +876 -3642
  15. package/dist/collection/components/post-collapsible/post-collapsible.js +12 -10
  16. package/dist/collection/components/post-collapsible/post-collapsible.js.map +1 -1
  17. package/dist/collection/components/post-icon/post-icon.js +41 -46
  18. package/dist/collection/components/post-icon/post-icon.js.map +1 -1
  19. package/dist/collection/utils/get-element-height.js +0 -3
  20. package/dist/collection/utils/get-element-height.js.map +1 -1
  21. package/dist/collection/utils/index.js +0 -3
  22. package/dist/collection/utils/index.js.map +1 -1
  23. package/dist/collection/utils/on-transition-end.js +0 -3
  24. package/dist/collection/utils/on-transition-end.js.map +1 -1
  25. package/dist/collection/utils/property-checkers/check-one-of.js +5 -0
  26. package/dist/collection/utils/property-checkers/check-one-of.js.map +1 -0
  27. package/dist/collection/utils/property-checkers/check-type.js +13 -0
  28. package/dist/collection/utils/property-checkers/check-type.js.map +1 -0
  29. package/dist/collection/utils/property-checkers/empty-or.js +9 -0
  30. package/dist/collection/utils/property-checkers/empty-or.js.map +1 -0
  31. package/dist/collection/utils/property-checkers/index.js +8 -0
  32. package/dist/collection/utils/property-checkers/index.js.map +1 -0
  33. package/dist/collection/utils/should-reduce-motion.js +0 -3
  34. package/dist/collection/utils/should-reduce-motion.js.map +1 -1
  35. package/dist/components/check-type.js +21 -0
  36. package/dist/components/check-type.js.map +1 -0
  37. package/dist/components/post-collapsible.js +12 -19
  38. package/dist/components/post-collapsible.js.map +1 -1
  39. package/dist/components/post-icon.js +37 -30
  40. package/dist/components/post-icon.js.map +1 -1
  41. package/dist/docs.json +2 -2
  42. package/dist/esm/check-type-67411ed3.js +21 -0
  43. package/dist/esm/check-type-67411ed3.js.map +1 -0
  44. package/dist/esm/{index-6d5a72fa.js → index-401f2d6a.js} +1 -1
  45. package/dist/esm/{index-6d5a72fa.js.map → index-401f2d6a.js.map} +1 -1
  46. package/dist/esm/loader.js +4 -4
  47. package/dist/esm/loader.js.map +1 -1
  48. package/dist/esm/post-collapsible.entry.js +10 -18
  49. package/dist/esm/post-collapsible.entry.js.map +1 -1
  50. package/dist/esm/post-components.js +4 -4
  51. package/dist/esm/post-components.js.map +1 -1
  52. package/dist/esm/post-icon.entry.js +35 -25
  53. package/dist/esm/post-icon.entry.js.map +1 -1
  54. package/dist/post-components/p-07a51673.entry.js +2 -0
  55. package/dist/post-components/p-07a51673.entry.js.map +1 -0
  56. package/dist/post-components/p-416f1e74.entry.js +2 -0
  57. package/dist/post-components/p-416f1e74.entry.js.map +1 -0
  58. package/dist/post-components/{p-a93114b9.js → p-f214c52a.js} +1 -1
  59. package/dist/post-components/{p-a93114b9.js.map → p-f214c52a.js.map} +1 -1
  60. package/dist/post-components/p-f549b3fc.js +2 -0
  61. package/dist/post-components/p-f549b3fc.js.map +1 -0
  62. package/dist/post-components/post-components.esm.js +1 -1
  63. package/dist/post-components/post-components.esm.js.map +1 -1
  64. package/dist/types/components/post-collapsible/post-collapsible.d.ts +14 -13
  65. package/dist/types/components/post-icon/post-icon.d.ts +22 -22
  66. package/dist/types/utils/property-checkers/check-one-of.d.ts +1 -0
  67. package/dist/types/utils/property-checkers/check-type.d.ts +2 -0
  68. package/dist/types/utils/property-checkers/empty-or.d.ts +1 -0
  69. package/dist/types/utils/property-checkers/index.d.ts +4 -0
  70. package/package.json +15 -9
  71. package/dist/cjs/property-checkers-586ad9d4.js +0 -40
  72. package/dist/cjs/property-checkers-586ad9d4.js.map +0 -1
  73. package/dist/collection/utils/property-checkers.js +0 -31
  74. package/dist/collection/utils/property-checkers.js.map +0 -1
  75. package/dist/components/property-checkers.js +0 -34
  76. package/dist/components/property-checkers.js.map +0 -1
  77. package/dist/esm/property-checkers-484ca671.js +0 -34
  78. package/dist/esm/property-checkers-484ca671.js.map +0 -1
  79. package/dist/post-components/p-7cd9c1ad.js +0 -2
  80. package/dist/post-components/p-7cd9c1ad.js.map +0 -1
  81. package/dist/post-components/p-b07185a3.entry.js +0 -2
  82. package/dist/post-components/p-b07185a3.entry.js.map +0 -1
  83. package/dist/post-components/p-c4af958b.entry.js +0 -2
  84. package/dist/post-components/p-c4af958b.entry.js.map +0 -1
  85. package/dist/types/utils/property-checkers.d.ts +0 -5
@@ -2,12 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8880977f.js');
6
- const propertyCheckers = require('./property-checkers-586ad9d4.js');
5
+ const index = require('./index-a8b23f1b.js');
6
+ const checkType = require('./check-type-f24cf91d.js');
7
7
 
8
- /*
9
- * Copyright 2022 by Swiss Post, Information Technology
10
- */
11
8
  function getElementHeight(el, classesWhenShown = []) {
12
9
  if (!Array.isArray(classesWhenShown))
13
10
  classesWhenShown = [classesWhenShown];
@@ -20,16 +17,10 @@ function getElementHeight(el, classesWhenShown = []) {
20
17
  return scrollHeight;
21
18
  }
22
19
 
23
- /*
24
- * Copyright 2022 by Swiss Post, Information Technology
25
- */
26
20
  function shouldReduceMotion() {
27
21
  return window.matchMedia('(prefers-reduced-motion: reduce)').matches;
28
22
  }
29
23
 
30
- /*
31
- * Copyright 2022 by Swiss Post, Information Technology
32
- */
33
24
  async function onTransitionEnd(el) {
34
25
  return new Promise(resolve => {
35
26
  if (shouldReduceMotion()) {
@@ -44,24 +35,25 @@ async function onTransitionEnd(el) {
44
35
  });
45
36
  }
46
37
 
47
- const postCollapsibleCss = "@charset \"UTF-8\";/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n */.bg-yellow,.bg-light,.bg-gray,.bg-dark,.bg-primary,.bg-white,.bg-black,.bg-success,.bg-info,.bg-warning,.bg-danger,.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-light,.bg-gray,.bg-white,.bg-success,.bg-info,.bg-warning,.bg-petrol-bright,.bg-coral-bright,.bg-olive-bright,:root{--post-contrast-color:#000;--post-contrast-color-inverted:#fff;--post-gray-10:#e6e6e6;--post-gray-20:#cccccc;--post-gray-40:#999999;--post-gray-60:#666666;--post-gray-80:#333333;--post-yellow:#fc0;--post-light:#faf9f8;--post-gray:#f4f3f1;--post-dark:#333333;--post-primary:#333333;--post-white:#fff;--post-black:#000;--post-success:#2c911c;--post-info:#fc0;--post-warning:#f49e00;--post-danger:#a51728;--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-yellow-rgb:255, 204, 0;--post-light-rgb:250, 249, 248;--post-gray-rgb:244, 243, 241;--post-dark-rgb:51, 51, 51;--post-primary-rgb:51, 51, 51;--post-white-rgb:255, 255, 255;--post-black-rgb:0, 0, 0;--post-success-rgb:44, 145, 28;--post-info-rgb:255, 204, 0;--post-warning-rgb:244, 158, 0;--post-danger-rgb:165, 23, 40;--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-primary,.bg-black,.bg-danger,.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-contrast-color-inverted:#000;--post-dark:#faf9f8;--post-light:#333333;--post-gray-80:#e6e6e6;--post-gray-60:#cccccc;--post-gray-40:#999999;--post-gray-20:#666666;--post-gray-10:#333333;--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{--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:#333333;--bs-secondary:#666666;--bs-light:#faf9f8;--bs-dark:#333333;--bs-success:#2c911c;--bs-info:#fc0;--bs-warning:#f49e00;--bs-danger:#a51728;--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, 145, 28;--bs-info-rgb:255, 204, 0;--bs-warning-rgb:244, 158, 0;--bs-danger-rgb:165, 23, 40;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:0, 0, 0;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:\"Frutiger Neue For Post\", system-ui, 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, system-ui, sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#000;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#cccccc;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:3px;--bs-border-radius-sm:3px;--bs-border-radius-lg:3px;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#333333;--bs-link-hover-color:#292929;--bs-code-color:#d63384;--bs-highlight-bg:#fcf8e3}@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: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: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\")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*::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, 0.1);opacity:0.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:0.5rem;font-family:inherit;font-weight:300;line-height:1.2;color:inherit}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:0.8em}abbr[title]{text-decoration:underline dotted;cursor:help;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:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:80%}mark,.mark{padding:0.2em;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:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}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:0.1875rem 0.375rem;font-size:80%;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:3px}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:0.75rem;padding-bottom:0.75rem;color:#666666;text-align:left}th{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:0.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]{outline-offset:-2px;-webkit-appearance:textfield}::-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:0.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:0.9375rem;line-height:1.4}@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;line-height:1.4}@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;line-height:1.4}@media (min-width: 1024px){.text-body h3,.text-body .h3,.text-body h4,.text-body .h4{font-size:1.5rem;line-height:1.1}}@media (min-width: 1441px){.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;line-height:1.1}@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: 1441px){.text-body h2,.text-body .h2{font-size:2.5rem}}.text-body h1,.text-body .h1{font-size:1.75rem;line-height:1.1}@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: 1441px){.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:0.8em}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:700}h6,.h6,.font-curve-tiny{font-size:0.8125rem;line-height:1.4}@media (min-width: 600px){h6,.h6,.font-curve-tiny{font-size:0.9375rem}}@media (min-width: 1024px){h6,.h6,.font-curve-tiny{font-size:1rem}}@media (min-width: 1441px){h6,.h6,.font-curve-tiny{font-size:1.0625rem}}.font-curve-small{font-size:0.9375rem;line-height:1.4}@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;line-height:1.4}@media (min-width: 1024px){.font-curve-regular{font-size:1.25rem}}h5,.h5,.font-curve-bigger-regular{font-size:1.0625rem;line-height:1.4}@media (min-width: 600px){h5,.h5,.font-curve-bigger-regular{font-size:1.25rem}}@media (min-width: 1024px){h5,.h5,.font-curve-bigger-regular{font-size:1.5rem;line-height:1.1}}h3,.h3,h4,.h4,.font-curve-medium{font-size:1.25rem;line-height:1.4}@media (min-width: 1024px){h3,.h3,h4,.h4,.font-curve-medium{font-size:1.5rem;line-height:1.1}}@media (min-width: 1441px){h3,.h3,h4,.h4,.font-curve-medium{font-size:1.75rem}}h2,.h2,.font-curve-large{font-size:1.5rem;line-height:1.1}@media (min-width: 600px){h2,.h2,.font-curve-large{font-size:1.75rem}}@media (min-width: 1024px){h2,.h2,.font-curve-large{font-size:2rem}}@media (min-width: 1441px){h2,.h2,.font-curve-large{font-size:2.5rem}}h1,.h1,.font-curve-big{font-size:1.75rem;line-height:1.1}@media (min-width: 600px){h1,.h1,.font-curve-big{font-size:2rem}}@media (min-width: 1024px){h1,.h1,.font-curve-big{font-size:2.5rem}}@media (min-width: 1441px){h1,.h1,.font-curve-big{font-size:3rem}}.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:0.75rem;border-left:2px solid #000;font-weight:700}@media (min-width: 780px){.blockquote,.blockquote-footer{border-left-width:0.25rem}}@media (min-width: 1441px){.blockquote,.blockquote-footer{padding-left:2rem}}.blockquote-footer cite{font-weight:300}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}.text-body p{margin-top:0;font-weight:300}.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;line-height:1.4;margin-bottom:0.8em}@media (min-width: 600px){.text-body .lead{font-size:1.25rem}}@media (min-width: 1024px){.text-body .lead{font-size:1.5rem;line-height:1.1}}code{color:inherit;font-size:inherit}.clearfix::after{display:block;clear:both;content:\"\"}.text-bg-primary{color:#fff !important;background-color:RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(102, 102, 102, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(250, 249, 248, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(44, 145, 28, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(255, 204, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(244, 158, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(165, 23, 40, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#333333 !important}.link-primary:hover,.link-primary:focus{color:#292929 !important}.link-secondary{color:#666666 !important}.link-secondary:hover,.link-secondary:focus{color:#525252 !important}.link-light{color:#faf9f8 !important}.link-light:hover,.link-light:focus{color:#fbfaf9 !important}.link-dark{color:#333333 !important}.link-dark:hover,.link-dark:focus{color:#292929 !important}.link-success{color:#2c911c !important}.link-success:hover,.link-success:focus{color:#56a749 !important}.link-info{color:#fc0 !important}.link-info:hover,.link-info:focus{color:#ffd633 !important}.link-warning{color:#f49e00 !important}.link-warning:hover,.link-warning:focus{color:#f6b133 !important}.link-danger{color:#a51728 !important}.link-danger:hover,.link-danger:focus{color:#841220 !important}.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: 1441px){.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){position:absolute !important;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}.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:1px;min-height:1em;background-color:currentcolor;opacity:0.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}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.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}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display: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:0 0 5px 0 rgba(0, 0, 0, 0.3) !important}.shadow-sm{box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.4) !important}.shadow-lg{box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.4) !important}.shadow-none{box-shadow:none !important}.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-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-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-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-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-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.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:0.25rem !important}.m-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-2{margin-top:0.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:0.25rem !important}.me-2{margin-right:0.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:0.25rem !important}.mb-2{margin-bottom:0.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:0.25rem !important}.ms-2{margin-left:0.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:0.25rem !important}.p-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-2{padding-top:0.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:0.25rem !important}.pe-2{padding-right:0.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:0.25rem !important}.pb-2{padding-bottom:0.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:0.25rem !important}.ps-2{padding-left:0.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:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{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-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.4 !important}.lh-lg{line-height:2 !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-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-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:#666666 !important}.text-black-50{--bs-text-opacity:1;color:rgba(0, 0, 0, 0.5) !important}.text-white-50{--bs-text-opacity:1;color:rgba(255, 255, 255, 0.5) !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}.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-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{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-2xl) !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-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media (min-width: 400px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float: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-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:0.25rem !important}.m-sm-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-sm-2{margin-top:0.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:0.25rem !important}.me-sm-2{margin-right:0.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:0.25rem !important}.mb-sm-2{margin-bottom:0.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:0.25rem !important}.ms-sm-2{margin-left:0.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:0.25rem !important}.p-sm-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-sm-2{padding-top:0.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:0.25rem !important}.pe-sm-2{padding-right:0.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:0.25rem !important}.pb-sm-2{padding-bottom:0.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:0.25rem !important}.ps-sm-2{padding-left:0.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:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{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}.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-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:0.25rem !important}.m-rg-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-rg-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-rg-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-rg-2{margin-top:0.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:0.25rem !important}.me-rg-2{margin-right:0.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:0.25rem !important}.mb-rg-2{margin-bottom:0.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:0.25rem !important}.ms-rg-2{margin-left:0.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:0.25rem !important}.p-rg-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-rg-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-rg-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-rg-2{padding-top:0.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:0.25rem !important}.pe-rg-2{padding-right:0.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:0.25rem !important}.pb-rg-2{padding-bottom:0.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:0.25rem !important}.ps-rg-2{padding-left:0.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:0.25rem !important}.gap-rg-2{gap:0.5rem !important}.gap-rg-3{gap:1rem !important}.gap-rg-4{gap:1.5rem !important}.gap-rg-5{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}.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-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:0.25rem !important}.m-md-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-md-2{margin-top:0.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:0.25rem !important}.me-md-2{margin-right:0.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:0.25rem !important}.mb-md-2{margin-bottom:0.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:0.25rem !important}.ms-md-2{margin-left:0.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:0.25rem !important}.p-md-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-md-2{padding-top:0.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:0.25rem !important}.pe-md-2{padding-right:0.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:0.25rem !important}.pb-md-2{padding-bottom:0.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:0.25rem !important}.ps-md-2{padding-left:0.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:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{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}.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-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:0.25rem !important}.m-lg-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-lg-2{margin-top:0.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:0.25rem !important}.me-lg-2{margin-right:0.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:0.25rem !important}.mb-lg-2{margin-bottom:0.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:0.25rem !important}.ms-lg-2{margin-left:0.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:0.25rem !important}.p-lg-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-lg-2{padding-top:0.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:0.25rem !important}.pe-lg-2{padding-right:0.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:0.25rem !important}.pb-lg-2{padding-bottom:0.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:0.25rem !important}.ps-lg-2{padding-left:0.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:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{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}.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-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:0.25rem !important}.m-xl-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-xl-2{margin-top:0.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:0.25rem !important}.me-xl-2{margin-right:0.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:0.25rem !important}.mb-xl-2{margin-bottom:0.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:0.25rem !important}.ms-xl-2{margin-left:0.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:0.25rem !important}.p-xl-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-xl-2{padding-top:0.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:0.25rem !important}.pe-xl-2{padding-right:0.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:0.25rem !important}.pb-xl-2{padding-bottom:0.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:0.25rem !important}.ps-xl-2{padding-left:0.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:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{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: 1441px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float: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-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:0.25rem !important}.m-xxl-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-xxl-2{margin-top:0.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:0.25rem !important}.me-xxl-2{margin-right:0.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:0.25rem !important}.mb-xxl-2{margin-bottom:0.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:0.25rem !important}.ms-xxl-2{margin-left:0.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:0.25rem !important}.p-xxl-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-xxl-2{padding-top:0.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:0.25rem !important}.pe-xxl-2{padding-right:0.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:0.25rem !important}.pb-xxl-2{padding-bottom:0.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:0.25rem !important}.ps-xxl-2{padding-left:0.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:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{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-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-light{--post-bg-rgb:250, 249, 248}.bg-gray{--post-bg-rgb:244, 243, 241}.bg-dark{--post-bg-rgb:51, 51, 51}.bg-primary{--post-bg-rgb:51, 51, 51}.bg-white{--post-bg-rgb:255, 255, 255}.bg-black{--post-bg-rgb:0, 0, 0}.bg-success{--post-bg-rgb:44, 145, 28}.bg-info{--post-bg-rgb:255, 204, 0}.bg-warning{--post-bg-rgb:244, 158, 0}.bg-danger{--post-bg-rgb:165, 23, 40}.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:focus,.text-auto a:hover{opacity:0.8}a{color:var(--post-contrast-color)}a:focus,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:0.25rem !important}.me-micro,.mx-micro{margin-right:0.25rem !important}.mb-micro,.my-micro{margin-bottom:0.25rem !important}.ms-micro,.mx-micro{margin-left:0.25rem !important}.m-micro{margin:0.25rem !important}.mt-mini,.my-mini{margin-top:0.5rem !important}.me-mini,.mx-mini{margin-right:0.5rem !important}.mb-mini,.my-mini{margin-bottom:0.5rem !important}.ms-mini,.mx-mini{margin-left:0.5rem !important}.m-mini{margin:0.5rem !important}.mt-small-regular,.my-small-regular{margin-top:0.75rem !important}.me-small-regular,.mx-small-regular{margin-right:0.75rem !important}.mb-small-regular,.my-small-regular{margin-bottom:0.75rem !important}.ms-small-regular,.mx-small-regular{margin-left:0.75rem !important}.m-small-regular{margin:0.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:0.25rem !important}.pe-micro,.px-micro{padding-right:0.25rem !important}.pb-micro,.py-micro{padding-bottom:0.25rem !important}.ps-micro,.px-micro{padding-left:0.25rem !important}.p-micro{padding:0.25rem !important}.pt-mini,.py-mini{padding-top:0.5rem !important}.pe-mini,.px-mini{padding-right:0.5rem !important}.pb-mini,.py-mini{padding-bottom:0.5rem !important}.ps-mini,.px-mini{padding-left:0.5rem !important}.p-mini{padding:0.5rem !important}.pt-small-regular,.py-small-regular{padding-top:0.75rem !important}.pe-small-regular,.px-small-regular{padding-right:0.75rem !important}.pb-small-regular,.py-small-regular{padding-bottom:0.75rem !important}.ps-small-regular,.px-small-regular{padding-left:0.75rem !important}.p-small-regular{padding:0.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:0.25rem !important}.lh-mini{line-height:0.5rem !important}.lh-small-regular{line-height:0.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:0.25rem !important}.h-mini{height:0.5rem !important}.h-small-regular{height:0.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:0.25rem !important}.mh-mini{max-height:0.5rem !important}.mh-small-regular{max-height:0.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:0.25rem !important}.w-mini{width:0.5rem !important}.w-small-regular{width:0.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:0.25rem !important}.mw-mini{max-width:0.5rem !important}.mw-small-regular{max-width:0.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:0.25rem !important}.gap-mini{gap:0.5rem !important}.gap-small-regular{gap:0.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:0.25rem !important}.me-sm-micro,.mx-sm-micro{margin-right:0.25rem !important}.mb-sm-micro,.my-sm-micro{margin-bottom:0.25rem !important}.ms-sm-micro,.mx-sm-micro{margin-left:0.25rem !important}.m-sm-micro{margin:0.25rem !important}.mt-sm-mini,.my-sm-mini{margin-top:0.5rem !important}.me-sm-mini,.mx-sm-mini{margin-right:0.5rem !important}.mb-sm-mini,.my-sm-mini{margin-bottom:0.5rem !important}.ms-sm-mini,.mx-sm-mini{margin-left:0.5rem !important}.m-sm-mini{margin:0.5rem !important}.mt-sm-small-regular,.my-sm-small-regular{margin-top:0.75rem !important}.me-sm-small-regular,.mx-sm-small-regular{margin-right:0.75rem !important}.mb-sm-small-regular,.my-sm-small-regular{margin-bottom:0.75rem !important}.ms-sm-small-regular,.mx-sm-small-regular{margin-left:0.75rem !important}.m-sm-small-regular{margin:0.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:0.25rem !important}.pe-sm-micro,.px-sm-micro{padding-right:0.25rem !important}.pb-sm-micro,.py-sm-micro{padding-bottom:0.25rem !important}.ps-sm-micro,.px-sm-micro{padding-left:0.25rem !important}.p-sm-micro{padding:0.25rem !important}.pt-sm-mini,.py-sm-mini{padding-top:0.5rem !important}.pe-sm-mini,.px-sm-mini{padding-right:0.5rem !important}.pb-sm-mini,.py-sm-mini{padding-bottom:0.5rem !important}.ps-sm-mini,.px-sm-mini{padding-left:0.5rem !important}.p-sm-mini{padding:0.5rem !important}.pt-sm-small-regular,.py-sm-small-regular{padding-top:0.75rem !important}.pe-sm-small-regular,.px-sm-small-regular{padding-right:0.75rem !important}.pb-sm-small-regular,.py-sm-small-regular{padding-bottom:0.75rem !important}.ps-sm-small-regular,.px-sm-small-regular{padding-left:0.75rem !important}.p-sm-small-regular{padding:0.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:0.25rem !important}.lh-sm-mini{line-height:0.5rem !important}.lh-sm-small-regular{line-height:0.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:0.25rem !important}.h-sm-mini{height:0.5rem !important}.h-sm-small-regular{height:0.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:0.25rem !important}.mh-sm-mini{max-height:0.5rem !important}.mh-sm-small-regular{max-height:0.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:0.25rem !important}.w-sm-mini{width:0.5rem !important}.w-sm-small-regular{width:0.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:0.25rem !important}.mw-sm-mini{max-width:0.5rem !important}.mw-sm-small-regular{max-width:0.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:0.25rem !important}.gap-sm-mini{gap:0.5rem !important}.gap-sm-small-regular{gap:0.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:0.25rem !important}.me-rg-micro,.mx-rg-micro{margin-right:0.25rem !important}.mb-rg-micro,.my-rg-micro{margin-bottom:0.25rem !important}.ms-rg-micro,.mx-rg-micro{margin-left:0.25rem !important}.m-rg-micro{margin:0.25rem !important}.mt-rg-mini,.my-rg-mini{margin-top:0.5rem !important}.me-rg-mini,.mx-rg-mini{margin-right:0.5rem !important}.mb-rg-mini,.my-rg-mini{margin-bottom:0.5rem !important}.ms-rg-mini,.mx-rg-mini{margin-left:0.5rem !important}.m-rg-mini{margin:0.5rem !important}.mt-rg-small-regular,.my-rg-small-regular{margin-top:0.75rem !important}.me-rg-small-regular,.mx-rg-small-regular{margin-right:0.75rem !important}.mb-rg-small-regular,.my-rg-small-regular{margin-bottom:0.75rem !important}.ms-rg-small-regular,.mx-rg-small-regular{margin-left:0.75rem !important}.m-rg-small-regular{margin:0.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:0.25rem !important}.pe-rg-micro,.px-rg-micro{padding-right:0.25rem !important}.pb-rg-micro,.py-rg-micro{padding-bottom:0.25rem !important}.ps-rg-micro,.px-rg-micro{padding-left:0.25rem !important}.p-rg-micro{padding:0.25rem !important}.pt-rg-mini,.py-rg-mini{padding-top:0.5rem !important}.pe-rg-mini,.px-rg-mini{padding-right:0.5rem !important}.pb-rg-mini,.py-rg-mini{padding-bottom:0.5rem !important}.ps-rg-mini,.px-rg-mini{padding-left:0.5rem !important}.p-rg-mini{padding:0.5rem !important}.pt-rg-small-regular,.py-rg-small-regular{padding-top:0.75rem !important}.pe-rg-small-regular,.px-rg-small-regular{padding-right:0.75rem !important}.pb-rg-small-regular,.py-rg-small-regular{padding-bottom:0.75rem !important}.ps-rg-small-regular,.px-rg-small-regular{padding-left:0.75rem !important}.p-rg-small-regular{padding:0.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:0.25rem !important}.lh-rg-mini{line-height:0.5rem !important}.lh-rg-small-regular{line-height:0.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:0.25rem !important}.h-rg-mini{height:0.5rem !important}.h-rg-small-regular{height:0.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:0.25rem !important}.mh-rg-mini{max-height:0.5rem !important}.mh-rg-small-regular{max-height:0.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:0.25rem !important}.w-rg-mini{width:0.5rem !important}.w-rg-small-regular{width:0.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:0.25rem !important}.mw-rg-mini{max-width:0.5rem !important}.mw-rg-small-regular{max-width:0.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:0.25rem !important}.gap-rg-mini{gap:0.5rem !important}.gap-rg-small-regular{gap:0.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:0.25rem !important}.me-md-micro,.mx-md-micro{margin-right:0.25rem !important}.mb-md-micro,.my-md-micro{margin-bottom:0.25rem !important}.ms-md-micro,.mx-md-micro{margin-left:0.25rem !important}.m-md-micro{margin:0.25rem !important}.mt-md-mini,.my-md-mini{margin-top:0.5rem !important}.me-md-mini,.mx-md-mini{margin-right:0.5rem !important}.mb-md-mini,.my-md-mini{margin-bottom:0.5rem !important}.ms-md-mini,.mx-md-mini{margin-left:0.5rem !important}.m-md-mini{margin:0.5rem !important}.mt-md-small-regular,.my-md-small-regular{margin-top:0.75rem !important}.me-md-small-regular,.mx-md-small-regular{margin-right:0.75rem !important}.mb-md-small-regular,.my-md-small-regular{margin-bottom:0.75rem !important}.ms-md-small-regular,.mx-md-small-regular{margin-left:0.75rem !important}.m-md-small-regular{margin:0.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:0.25rem !important}.pe-md-micro,.px-md-micro{padding-right:0.25rem !important}.pb-md-micro,.py-md-micro{padding-bottom:0.25rem !important}.ps-md-micro,.px-md-micro{padding-left:0.25rem !important}.p-md-micro{padding:0.25rem !important}.pt-md-mini,.py-md-mini{padding-top:0.5rem !important}.pe-md-mini,.px-md-mini{padding-right:0.5rem !important}.pb-md-mini,.py-md-mini{padding-bottom:0.5rem !important}.ps-md-mini,.px-md-mini{padding-left:0.5rem !important}.p-md-mini{padding:0.5rem !important}.pt-md-small-regular,.py-md-small-regular{padding-top:0.75rem !important}.pe-md-small-regular,.px-md-small-regular{padding-right:0.75rem !important}.pb-md-small-regular,.py-md-small-regular{padding-bottom:0.75rem !important}.ps-md-small-regular,.px-md-small-regular{padding-left:0.75rem !important}.p-md-small-regular{padding:0.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:0.25rem !important}.lh-md-mini{line-height:0.5rem !important}.lh-md-small-regular{line-height:0.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:0.25rem !important}.h-md-mini{height:0.5rem !important}.h-md-small-regular{height:0.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:0.25rem !important}.mh-md-mini{max-height:0.5rem !important}.mh-md-small-regular{max-height:0.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:0.25rem !important}.w-md-mini{width:0.5rem !important}.w-md-small-regular{width:0.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:0.25rem !important}.mw-md-mini{max-width:0.5rem !important}.mw-md-small-regular{max-width:0.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:0.25rem !important}.gap-md-mini{gap:0.5rem !important}.gap-md-small-regular{gap:0.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:0.25rem !important}.me-lg-micro,.mx-lg-micro{margin-right:0.25rem !important}.mb-lg-micro,.my-lg-micro{margin-bottom:0.25rem !important}.ms-lg-micro,.mx-lg-micro{margin-left:0.25rem !important}.m-lg-micro{margin:0.25rem !important}.mt-lg-mini,.my-lg-mini{margin-top:0.5rem !important}.me-lg-mini,.mx-lg-mini{margin-right:0.5rem !important}.mb-lg-mini,.my-lg-mini{margin-bottom:0.5rem !important}.ms-lg-mini,.mx-lg-mini{margin-left:0.5rem !important}.m-lg-mini{margin:0.5rem !important}.mt-lg-small-regular,.my-lg-small-regular{margin-top:0.75rem !important}.me-lg-small-regular,.mx-lg-small-regular{margin-right:0.75rem !important}.mb-lg-small-regular,.my-lg-small-regular{margin-bottom:0.75rem !important}.ms-lg-small-regular,.mx-lg-small-regular{margin-left:0.75rem !important}.m-lg-small-regular{margin:0.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:0.25rem !important}.pe-lg-micro,.px-lg-micro{padding-right:0.25rem !important}.pb-lg-micro,.py-lg-micro{padding-bottom:0.25rem !important}.ps-lg-micro,.px-lg-micro{padding-left:0.25rem !important}.p-lg-micro{padding:0.25rem !important}.pt-lg-mini,.py-lg-mini{padding-top:0.5rem !important}.pe-lg-mini,.px-lg-mini{padding-right:0.5rem !important}.pb-lg-mini,.py-lg-mini{padding-bottom:0.5rem !important}.ps-lg-mini,.px-lg-mini{padding-left:0.5rem !important}.p-lg-mini{padding:0.5rem !important}.pt-lg-small-regular,.py-lg-small-regular{padding-top:0.75rem !important}.pe-lg-small-regular,.px-lg-small-regular{padding-right:0.75rem !important}.pb-lg-small-regular,.py-lg-small-regular{padding-bottom:0.75rem !important}.ps-lg-small-regular,.px-lg-small-regular{padding-left:0.75rem !important}.p-lg-small-regular{padding:0.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:0.25rem !important}.lh-lg-mini{line-height:0.5rem !important}.lh-lg-small-regular{line-height:0.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:0.25rem !important}.h-lg-mini{height:0.5rem !important}.h-lg-small-regular{height:0.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:0.25rem !important}.mh-lg-mini{max-height:0.5rem !important}.mh-lg-small-regular{max-height:0.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:0.25rem !important}.w-lg-mini{width:0.5rem !important}.w-lg-small-regular{width:0.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:0.25rem !important}.mw-lg-mini{max-width:0.5rem !important}.mw-lg-small-regular{max-width:0.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:0.25rem !important}.gap-lg-mini{gap:0.5rem !important}.gap-lg-small-regular{gap:0.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:0.25rem !important}.me-xl-micro,.mx-xl-micro{margin-right:0.25rem !important}.mb-xl-micro,.my-xl-micro{margin-bottom:0.25rem !important}.ms-xl-micro,.mx-xl-micro{margin-left:0.25rem !important}.m-xl-micro{margin:0.25rem !important}.mt-xl-mini,.my-xl-mini{margin-top:0.5rem !important}.me-xl-mini,.mx-xl-mini{margin-right:0.5rem !important}.mb-xl-mini,.my-xl-mini{margin-bottom:0.5rem !important}.ms-xl-mini,.mx-xl-mini{margin-left:0.5rem !important}.m-xl-mini{margin:0.5rem !important}.mt-xl-small-regular,.my-xl-small-regular{margin-top:0.75rem !important}.me-xl-small-regular,.mx-xl-small-regular{margin-right:0.75rem !important}.mb-xl-small-regular,.my-xl-small-regular{margin-bottom:0.75rem !important}.ms-xl-small-regular,.mx-xl-small-regular{margin-left:0.75rem !important}.m-xl-small-regular{margin:0.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:0.25rem !important}.pe-xl-micro,.px-xl-micro{padding-right:0.25rem !important}.pb-xl-micro,.py-xl-micro{padding-bottom:0.25rem !important}.ps-xl-micro,.px-xl-micro{padding-left:0.25rem !important}.p-xl-micro{padding:0.25rem !important}.pt-xl-mini,.py-xl-mini{padding-top:0.5rem !important}.pe-xl-mini,.px-xl-mini{padding-right:0.5rem !important}.pb-xl-mini,.py-xl-mini{padding-bottom:0.5rem !important}.ps-xl-mini,.px-xl-mini{padding-left:0.5rem !important}.p-xl-mini{padding:0.5rem !important}.pt-xl-small-regular,.py-xl-small-regular{padding-top:0.75rem !important}.pe-xl-small-regular,.px-xl-small-regular{padding-right:0.75rem !important}.pb-xl-small-regular,.py-xl-small-regular{padding-bottom:0.75rem !important}.ps-xl-small-regular,.px-xl-small-regular{padding-left:0.75rem !important}.p-xl-small-regular{padding:0.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:0.25rem !important}.lh-xl-mini{line-height:0.5rem !important}.lh-xl-small-regular{line-height:0.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:0.25rem !important}.h-xl-mini{height:0.5rem !important}.h-xl-small-regular{height:0.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:0.25rem !important}.mh-xl-mini{max-height:0.5rem !important}.mh-xl-small-regular{max-height:0.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:0.25rem !important}.w-xl-mini{width:0.5rem !important}.w-xl-small-regular{width:0.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:0.25rem !important}.mw-xl-mini{max-width:0.5rem !important}.mw-xl-small-regular{max-width:0.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:0.25rem !important}.gap-xl-mini{gap:0.5rem !important}.gap-xl-small-regular{gap:0.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: 1441px){.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:0.25rem !important}.me-xxl-micro,.mx-xxl-micro{margin-right:0.25rem !important}.mb-xxl-micro,.my-xxl-micro{margin-bottom:0.25rem !important}.ms-xxl-micro,.mx-xxl-micro{margin-left:0.25rem !important}.m-xxl-micro{margin:0.25rem !important}.mt-xxl-mini,.my-xxl-mini{margin-top:0.5rem !important}.me-xxl-mini,.mx-xxl-mini{margin-right:0.5rem !important}.mb-xxl-mini,.my-xxl-mini{margin-bottom:0.5rem !important}.ms-xxl-mini,.mx-xxl-mini{margin-left:0.5rem !important}.m-xxl-mini{margin:0.5rem !important}.mt-xxl-small-regular,.my-xxl-small-regular{margin-top:0.75rem !important}.me-xxl-small-regular,.mx-xxl-small-regular{margin-right:0.75rem !important}.mb-xxl-small-regular,.my-xxl-small-regular{margin-bottom:0.75rem !important}.ms-xxl-small-regular,.mx-xxl-small-regular{margin-left:0.75rem !important}.m-xxl-small-regular{margin:0.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:0.25rem !important}.pe-xxl-micro,.px-xxl-micro{padding-right:0.25rem !important}.pb-xxl-micro,.py-xxl-micro{padding-bottom:0.25rem !important}.ps-xxl-micro,.px-xxl-micro{padding-left:0.25rem !important}.p-xxl-micro{padding:0.25rem !important}.pt-xxl-mini,.py-xxl-mini{padding-top:0.5rem !important}.pe-xxl-mini,.px-xxl-mini{padding-right:0.5rem !important}.pb-xxl-mini,.py-xxl-mini{padding-bottom:0.5rem !important}.ps-xxl-mini,.px-xxl-mini{padding-left:0.5rem !important}.p-xxl-mini{padding:0.5rem !important}.pt-xxl-small-regular,.py-xxl-small-regular{padding-top:0.75rem !important}.pe-xxl-small-regular,.px-xxl-small-regular{padding-right:0.75rem !important}.pb-xxl-small-regular,.py-xxl-small-regular{padding-bottom:0.75rem !important}.ps-xxl-small-regular,.px-xxl-small-regular{padding-left:0.75rem !important}.p-xxl-small-regular{padding:0.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:0.25rem !important}.lh-xxl-mini{line-height:0.5rem !important}.lh-xxl-small-regular{line-height:0.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:0.25rem !important}.h-xxl-mini{height:0.5rem !important}.h-xxl-small-regular{height:0.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:0.25rem !important}.mh-xxl-mini{max-height:0.5rem !important}.mh-xxl-small-regular{max-height:0.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:0.25rem !important}.w-xxl-mini{width:0.5rem !important}.w-xxl-small-regular{width:0.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:0.25rem !important}.mw-xxl-mini{max-width:0.5rem !important}.mw-xxl-small-regular{max-width:0.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:0.25rem !important}.gap-xxl-mini{gap:0.5rem !important}.gap-xxl-small-regular{gap:0.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}}.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:0.75rem !important}.mt-small-r{margin-top:0.75rem !important}.mr-small-r{margin-right:0.75rem !important}.mb-small-r{margin-bottom:0.75rem !important}.ml-small-r{margin-left:0.75rem !important}.p-small-r{padding:0.75rem !important}.pt-small-r{padding-top:0.75rem !important}.pr-small-r{padding-right:0.75rem !important}.pb-small-r{padding-bottom:0.75rem !important}.pl-small-r{padding-left:0.75rem !important}.gap-small-r{gap:0.75rem !important}.m-tiny-r{margin:0.75rem !important}.mt-tiny-r{margin-top:0.75rem !important}.mr-tiny-r{margin-right:0.75rem !important}.mb-tiny-r{margin-bottom:0.75rem !important}.ml-tiny-r{margin-left:0.75rem !important}.p-tiny-r{padding:0.75rem !important}.pt-tiny-r{padding-top:0.75rem !important}.pr-tiny-r{padding-right:0.75rem !important}.pb-tiny-r{padding-bottom:0.75rem !important}.pl-tiny-r{padding-left:0.75rem !important}.gap-tiny-r{gap:0.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}}.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) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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: 1441px){.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.3333333333%}.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.6666666667%}.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-xs{--bs-gutter-x:30px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-right:auto;margin-left:auto}.container{max-width:1440px}.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{padding-right:12px;padding-left:12px}.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{padding-right:16px;padding-left:16px}}@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){.container{padding-right:32px;padding-left:32px}}@media (min-width: 600px){.container-reset{margin-right:-32px;margin-left:-32px}}@media (min-width: 600px){.container-reset-left{margin-left:-32px}}@media (min-width: 600px){.container-reset-right{margin-right:-32px}}@media (min-width: 600px) and (max-width: 779.98px){.container-fluid-rg{padding-right:1rem;padding-left:1rem}}@media (min-width: 780px) and (max-width: 1023.98px){.container-fluid-md{padding-right:1rem;padding-left:1rem}}@media (min-width: 1024px){.container{padding-right:40px;padding-left:40px}}@media (min-width: 1024px){.container-reset{margin-right:-40px;margin-left:-40px}}@media (min-width: 1024px){.container-reset-left{margin-left:-40px}}@media (min-width: 1024px){.container-reset-right{margin-right:-40px}}@media (min-width: 1024px) and (max-width: 1279.98px){.container-fluid-lg{padding-right:1rem;padding-left:1rem}}@media (min-width: 1280px){.container{padding-right:128px;padding-left:128px}}@media (min-width: 1280px){.container-reset{margin-right:-128px;margin-left:-128px}}@media (min-width: 1280px){.container-reset-left{margin-left:-128px}}@media (min-width: 1280px){.container-reset-right{margin-right:-128px}}@media (min-width: 1280px) and (max-width: 1440.98px){.container-fluid-xl{padding-right:1rem;padding-left:1rem}}@media (min-width: 1441px){.container-fluid-xxl{padding-right:1rem;padding-left:1rem}}.accordion{--bs-accordion-color:#000;--bs-accordion-bg:#fff;--bs-accordion-transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.15s ease;--bs-accordion-border-color:#e6e6e6;--bs-accordion-border-width:2px;--bs-accordion-border-radius:0;--bs-accordion-inner-border-radius:-2px;--bs-accordion-btn-padding-x:1rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#000;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23000000' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\");--bs-accordion-btn-icon-width:1.5rem;--bs-accordion-btn-icon-transform:rotate(180deg);--bs-accordion-btn-icon-transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);--bs-accordion-btn-active-icon:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23000000' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\");--bs-accordion-btn-focus-border-color:#000;--bs-accordion-btn-focus-box-shadow:0 0 0 0.125rem rgba(51, 51, 51, 0.25);--bs-accordion-body-padding-x:1rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#000;--bs-accordion-active-bg:transparent}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:\"\";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.accordion-item{border-right:0;border-left:0;background-color:transparent}.accordion-item:last-of-type{border-bottom:0}.accordion-button{font-size:1.0625rem;line-height:1.4;background-color:transparent;font-weight:700;line-height:1.5rem}@media (min-width: 1024px){.accordion-button{font-size:1.25rem}}.accordion-button:hover:not(:disabled),.accordion-button:focus:not(:disabled){color:#000}.accordion-button:disabled{opacity:0.4 !important}.accordion-item[open] .accordion-button::after{transform:rotate(180deg)}@media (forced-colors: active), (-ms-high-contrast: active), (-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}.accordion-button::after{background-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23ffffff' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\")}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23ffffff' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\")}}.accordion-body{padding-top:0.75rem;padding-bottom:2.5rem}.accordion-body h2,.accordion-body h3,.accordion-body h4,.accordion-body h5,.accordion-body h6{font-size:1.0625rem;line-height:1.4;margin-top:2.5rem;margin-bottom:0;font-weight:700}@media (min-width: 1024px){.accordion-body h2,.accordion-body h3,.accordion-body h4,.accordion-body h5,.accordion-body h6{font-size:1.25rem}}.accordion-body h2:first-child,.accordion-body h2 p:first-child,.accordion-body h3:first-child,.accordion-body h3 p:first-child,.accordion-body h4:first-child,.accordion-body h4 p:first-child,.accordion-body h5:first-child,.accordion-body h5 p:first-child,.accordion-body h6:first-child,.accordion-body h6 p:first-child{margin-top:0}.accordion-body h2:last-child,.accordion-body h2 p:last-child,.accordion-body h3:last-child,.accordion-body h3 p:last-child,.accordion-body h4:last-child,.accordion-body h4 p:last-child,.accordion-body h5:last-child,.accordion-body h5 p:last-child,.accordion-body h6:last-child,.accordion-body h6 p:last-child{margin-bottom:0}.fade{transition:opacity 200ms linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 250ms cubic-bezier(0.4, 0, 0.2, 1), padding 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}:host{display:block}";
38
+ const postCollapsibleCss = "@charset \"UTF-8\";/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n */.bg-yellow,.bg-light,.bg-gray,.bg-dark,.bg-primary,.bg-white,.bg-black,.bg-success,.bg-info,.bg-warning,.bg-danger,.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-light,.bg-gray,.bg-white,.bg-success,.bg-info,.bg-warning,.bg-petrol-bright,.bg-coral-bright,.bg-olive-bright,:root{--post-contrast-color:#000;--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-light:#faf9f8;--post-gray:#f4f3f1;--post-dark:hsl(0, 0%, 20%);--post-primary:hsl(0, 0%, 20%);--post-white:#fff;--post-black:#000;--post-success:#2c911c;--post-info:#cce4ee;--post-warning:#f49e00;--post-danger:#a51728;--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-yellow-rgb:255, 204, 0;--post-light-rgb:250, 249, 248;--post-gray-rgb:244, 243, 241;--post-dark-rgb:51, 51, 51;--post-primary-rgb:51, 51, 51;--post-white-rgb:255, 255, 255;--post-black-rgb:0, 0, 0;--post-success-rgb:44, 145, 28;--post-info-rgb:204, 228, 238;--post-warning-rgb:244, 158, 0;--post-danger-rgb:165, 23, 40;--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-primary,.bg-black,.bg-danger,.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-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{--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:#2c911c;--bs-info:#cce4ee;--bs-warning:#f49e00;--bs-danger:#a51728;--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, 145, 28;--bs-info-rgb:204, 228, 238;--bs-warning-rgb:244, 158, 0;--bs-danger-rgb:165, 23, 40;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:0, 0, 0;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:\"Frutiger Neue For Post\", system-ui, 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, system-ui, sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#000;--bs-body-bg:#fff;--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:3px;--bs-border-radius-sm:3px;--bs-border-radius-lg:3px;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:hsl(0, 0%, 20%);--bs-link-hover-color:#292929;--bs-code-color:#d63384;--bs-highlight-bg:#fcf8e3}@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: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: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\")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*::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, 0.1);opacity:0.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:0.5rem;font-family:inherit;font-weight:300;line-height:1.2;color:inherit}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:0.8em}abbr[title]{text-decoration:underline dotted;cursor:help;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:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:80%}mark,.mark{padding:0.2em;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:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}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:0.1875rem 0.375rem;font-size:80%;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:3px}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:0.75rem;padding-bottom:0.75rem;color:hsl(0, 0%, 40%);text-align:left}th{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:0.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]{outline-offset:-2px;-webkit-appearance:textfield}::-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:0.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:0.9375rem;line-height:1.4}@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;line-height:1.4}@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;line-height:1.4}@media (min-width: 1024px){.text-body h3,.text-body .h3,.text-body h4,.text-body .h4{font-size:1.5rem;line-height:1.1}}@media (min-width: 1441px){.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;line-height:1.1}@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: 1441px){.text-body h2,.text-body .h2{font-size:2.5rem}}.text-body h1,.text-body .h1{font-size:1.75rem;line-height:1.1}@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: 1441px){.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:0.8em}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:700}h6,.h6,.font-curve-tiny{font-size:0.8125rem;line-height:1.4}@media (min-width: 600px){h6,.h6,.font-curve-tiny{font-size:0.9375rem}}@media (min-width: 1024px){h6,.h6,.font-curve-tiny{font-size:1rem}}@media (min-width: 1441px){h6,.h6,.font-curve-tiny{font-size:1.0625rem}}.font-curve-small{font-size:0.9375rem;line-height:1.4}@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;line-height:1.4}@media (min-width: 1024px){.font-curve-regular{font-size:1.25rem}}h5,.h5,.font-curve-bigger-regular{font-size:1.0625rem;line-height:1.4}@media (min-width: 600px){h5,.h5,.font-curve-bigger-regular{font-size:1.25rem}}@media (min-width: 1024px){h5,.h5,.font-curve-bigger-regular{font-size:1.5rem;line-height:1.1}}h3,.h3,h4,.h4,.font-curve-medium{font-size:1.25rem;line-height:1.4}@media (min-width: 1024px){h3,.h3,h4,.h4,.font-curve-medium{font-size:1.5rem;line-height:1.1}}@media (min-width: 1441px){h3,.h3,h4,.h4,.font-curve-medium{font-size:1.75rem}}h2,.h2,.font-curve-large{font-size:1.5rem;line-height:1.1}@media (min-width: 600px){h2,.h2,.font-curve-large{font-size:1.75rem}}@media (min-width: 1024px){h2,.h2,.font-curve-large{font-size:2rem}}@media (min-width: 1441px){h2,.h2,.font-curve-large{font-size:2.5rem}}h1,.h1,.font-curve-big{font-size:1.75rem;line-height:1.1}@media (min-width: 600px){h1,.h1,.font-curve-big{font-size:2rem}}@media (min-width: 1024px){h1,.h1,.font-curve-big{font-size:2.5rem}}@media (min-width: 1441px){h1,.h1,.font-curve-big{font-size:3rem}}.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:0.75rem;border-left:2px solid #000;font-weight:700}@media (min-width: 780px){.blockquote,.blockquote-footer{border-left-width:0.25rem}}@media (min-width: 1441px){.blockquote,.blockquote-footer{padding-left:2rem}}.blockquote-footer cite{font-weight:300}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}.text-body p{margin-top:0;font-weight:300}.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;line-height:1.4;margin-bottom:0.8em}@media (min-width: 600px){.text-body .lead{font-size:1.25rem}}@media (min-width: 1024px){.text-body .lead{font-size:1.5rem;line-height:1.1}}code{color:inherit;font-size:inherit}.clearfix::after{display:block;clear:both;content:\"\"}.text-bg-primary{color:#fff !important;background-color:RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(102, 102, 102, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(250, 249, 248, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(44, 145, 28, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(204, 228, 238, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(244, 158, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(165, 23, 40, var(--bs-bg-opacity, 1)) !important}.link-primary{color:hsl(0, 0%, 20%) !important}.link-primary:hover,.link-primary:focus{color:#292929 !important}.link-secondary{color:hsl(0, 0%, 40%) !important}.link-secondary:hover,.link-secondary:focus{color:#525252 !important}.link-light{color:#faf9f8 !important}.link-light:hover,.link-light:focus{color:#fbfaf9 !important}.link-dark{color:hsl(0, 0%, 20%) !important}.link-dark:hover,.link-dark:focus{color:#292929 !important}.link-success{color:#2c911c !important}.link-success:hover,.link-success:focus{color:#56a749 !important}.link-info{color:#cce4ee !important}.link-info:hover,.link-info:focus{color:#d6e9f1 !important}.link-warning{color:#f49e00 !important}.link-warning:hover,.link-warning:focus{color:#f6b133 !important}.link-danger{color:#a51728 !important}.link-danger:hover,.link-danger:focus{color:#841220 !important}.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: 1441px){.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){position:absolute !important;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}.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:1px;min-height:1em;background-color:currentcolor;opacity:0.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}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.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}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display: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:0 0 5px 0 rgba(0, 0, 0, 0.3) !important}.shadow-sm{box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.4) !important}.shadow-lg{box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.4) !important}.shadow-none{box-shadow:none !important}.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-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-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-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-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-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.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:0.25rem !important}.m-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-2{margin-top:0.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:0.25rem !important}.me-2{margin-right:0.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:0.25rem !important}.mb-2{margin-bottom:0.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:0.25rem !important}.ms-2{margin-left:0.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:0.25rem !important}.p-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-2{padding-top:0.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:0.25rem !important}.pe-2{padding-right:0.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:0.25rem !important}.pb-2{padding-bottom:0.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:0.25rem !important}.ps-2{padding-left:0.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:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{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-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.4 !important}.lh-lg{line-height:2 !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-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-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:hsl(0, 0%, 40%) !important}.text-black-50{--bs-text-opacity:1;color:rgba(0, 0, 0, 0.5) !important}.text-white-50{--bs-text-opacity:1;color:rgba(255, 255, 255, 0.5) !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}.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-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{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-2xl) !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-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media (min-width: 400px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float: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-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:0.25rem !important}.m-sm-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-sm-2{margin-top:0.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:0.25rem !important}.me-sm-2{margin-right:0.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:0.25rem !important}.mb-sm-2{margin-bottom:0.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:0.25rem !important}.ms-sm-2{margin-left:0.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:0.25rem !important}.p-sm-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-sm-2{padding-top:0.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:0.25rem !important}.pe-sm-2{padding-right:0.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:0.25rem !important}.pb-sm-2{padding-bottom:0.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:0.25rem !important}.ps-sm-2{padding-left:0.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:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{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}.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-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:0.25rem !important}.m-rg-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-rg-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-rg-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-rg-2{margin-top:0.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:0.25rem !important}.me-rg-2{margin-right:0.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:0.25rem !important}.mb-rg-2{margin-bottom:0.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:0.25rem !important}.ms-rg-2{margin-left:0.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:0.25rem !important}.p-rg-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-rg-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-rg-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-rg-2{padding-top:0.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:0.25rem !important}.pe-rg-2{padding-right:0.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:0.25rem !important}.pb-rg-2{padding-bottom:0.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:0.25rem !important}.ps-rg-2{padding-left:0.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:0.25rem !important}.gap-rg-2{gap:0.5rem !important}.gap-rg-3{gap:1rem !important}.gap-rg-4{gap:1.5rem !important}.gap-rg-5{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}.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-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:0.25rem !important}.m-md-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-md-2{margin-top:0.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:0.25rem !important}.me-md-2{margin-right:0.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:0.25rem !important}.mb-md-2{margin-bottom:0.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:0.25rem !important}.ms-md-2{margin-left:0.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:0.25rem !important}.p-md-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-md-2{padding-top:0.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:0.25rem !important}.pe-md-2{padding-right:0.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:0.25rem !important}.pb-md-2{padding-bottom:0.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:0.25rem !important}.ps-md-2{padding-left:0.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:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{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}.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-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:0.25rem !important}.m-lg-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-lg-2{margin-top:0.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:0.25rem !important}.me-lg-2{margin-right:0.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:0.25rem !important}.mb-lg-2{margin-bottom:0.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:0.25rem !important}.ms-lg-2{margin-left:0.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:0.25rem !important}.p-lg-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-lg-2{padding-top:0.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:0.25rem !important}.pe-lg-2{padding-right:0.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:0.25rem !important}.pb-lg-2{padding-bottom:0.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:0.25rem !important}.ps-lg-2{padding-left:0.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:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{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}.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-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:0.25rem !important}.m-xl-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-xl-2{margin-top:0.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:0.25rem !important}.me-xl-2{margin-right:0.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:0.25rem !important}.mb-xl-2{margin-bottom:0.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:0.25rem !important}.ms-xl-2{margin-left:0.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:0.25rem !important}.p-xl-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-xl-2{padding-top:0.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:0.25rem !important}.pe-xl-2{padding-right:0.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:0.25rem !important}.pb-xl-2{padding-bottom:0.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:0.25rem !important}.ps-xl-2{padding-left:0.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:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{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: 1441px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float: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-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:0.25rem !important}.m-xxl-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-xxl-2{margin-top:0.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:0.25rem !important}.me-xxl-2{margin-right:0.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:0.25rem !important}.mb-xxl-2{margin-bottom:0.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:0.25rem !important}.ms-xxl-2{margin-left:0.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:0.25rem !important}.p-xxl-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-xxl-2{padding-top:0.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:0.25rem !important}.pe-xxl-2{padding-right:0.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:0.25rem !important}.pb-xxl-2{padding-bottom:0.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:0.25rem !important}.ps-xxl-2{padding-left:0.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:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{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-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-light{--post-bg-rgb:250, 249, 248}.bg-gray{--post-bg-rgb:244, 243, 241}.bg-dark{--post-bg-rgb:51, 51, 51}.bg-primary{--post-bg-rgb:51, 51, 51}.bg-white{--post-bg-rgb:255, 255, 255}.bg-black{--post-bg-rgb:0, 0, 0}.bg-success{--post-bg-rgb:44, 145, 28}.bg-info{--post-bg-rgb:204, 228, 238}.bg-warning{--post-bg-rgb:244, 158, 0}.bg-danger{--post-bg-rgb:165, 23, 40}.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:focus,.text-auto a:hover{opacity:0.8}a{color:var(--post-contrast-color)}a:focus,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:0.25rem !important}.me-micro,.mx-micro{margin-right:0.25rem !important}.mb-micro,.my-micro{margin-bottom:0.25rem !important}.ms-micro,.mx-micro{margin-left:0.25rem !important}.m-micro{margin:0.25rem !important}.mt-mini,.my-mini{margin-top:0.5rem !important}.me-mini,.mx-mini{margin-right:0.5rem !important}.mb-mini,.my-mini{margin-bottom:0.5rem !important}.ms-mini,.mx-mini{margin-left:0.5rem !important}.m-mini{margin:0.5rem !important}.mt-small-regular,.my-small-regular{margin-top:0.75rem !important}.me-small-regular,.mx-small-regular{margin-right:0.75rem !important}.mb-small-regular,.my-small-regular{margin-bottom:0.75rem !important}.ms-small-regular,.mx-small-regular{margin-left:0.75rem !important}.m-small-regular{margin:0.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:0.25rem !important}.pe-micro,.px-micro{padding-right:0.25rem !important}.pb-micro,.py-micro{padding-bottom:0.25rem !important}.ps-micro,.px-micro{padding-left:0.25rem !important}.p-micro{padding:0.25rem !important}.pt-mini,.py-mini{padding-top:0.5rem !important}.pe-mini,.px-mini{padding-right:0.5rem !important}.pb-mini,.py-mini{padding-bottom:0.5rem !important}.ps-mini,.px-mini{padding-left:0.5rem !important}.p-mini{padding:0.5rem !important}.pt-small-regular,.py-small-regular{padding-top:0.75rem !important}.pe-small-regular,.px-small-regular{padding-right:0.75rem !important}.pb-small-regular,.py-small-regular{padding-bottom:0.75rem !important}.ps-small-regular,.px-small-regular{padding-left:0.75rem !important}.p-small-regular{padding:0.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:0.25rem !important}.lh-mini{line-height:0.5rem !important}.lh-small-regular{line-height:0.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:0.25rem !important}.h-mini{height:0.5rem !important}.h-small-regular{height:0.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:0.25rem !important}.mh-mini{max-height:0.5rem !important}.mh-small-regular{max-height:0.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:0.25rem !important}.w-mini{width:0.5rem !important}.w-small-regular{width:0.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:0.25rem !important}.mw-mini{max-width:0.5rem !important}.mw-small-regular{max-width:0.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:0.25rem !important}.gap-mini{gap:0.5rem !important}.gap-small-regular{gap:0.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:0.25rem !important}.me-sm-micro,.mx-sm-micro{margin-right:0.25rem !important}.mb-sm-micro,.my-sm-micro{margin-bottom:0.25rem !important}.ms-sm-micro,.mx-sm-micro{margin-left:0.25rem !important}.m-sm-micro{margin:0.25rem !important}.mt-sm-mini,.my-sm-mini{margin-top:0.5rem !important}.me-sm-mini,.mx-sm-mini{margin-right:0.5rem !important}.mb-sm-mini,.my-sm-mini{margin-bottom:0.5rem !important}.ms-sm-mini,.mx-sm-mini{margin-left:0.5rem !important}.m-sm-mini{margin:0.5rem !important}.mt-sm-small-regular,.my-sm-small-regular{margin-top:0.75rem !important}.me-sm-small-regular,.mx-sm-small-regular{margin-right:0.75rem !important}.mb-sm-small-regular,.my-sm-small-regular{margin-bottom:0.75rem !important}.ms-sm-small-regular,.mx-sm-small-regular{margin-left:0.75rem !important}.m-sm-small-regular{margin:0.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:0.25rem !important}.pe-sm-micro,.px-sm-micro{padding-right:0.25rem !important}.pb-sm-micro,.py-sm-micro{padding-bottom:0.25rem !important}.ps-sm-micro,.px-sm-micro{padding-left:0.25rem !important}.p-sm-micro{padding:0.25rem !important}.pt-sm-mini,.py-sm-mini{padding-top:0.5rem !important}.pe-sm-mini,.px-sm-mini{padding-right:0.5rem !important}.pb-sm-mini,.py-sm-mini{padding-bottom:0.5rem !important}.ps-sm-mini,.px-sm-mini{padding-left:0.5rem !important}.p-sm-mini{padding:0.5rem !important}.pt-sm-small-regular,.py-sm-small-regular{padding-top:0.75rem !important}.pe-sm-small-regular,.px-sm-small-regular{padding-right:0.75rem !important}.pb-sm-small-regular,.py-sm-small-regular{padding-bottom:0.75rem !important}.ps-sm-small-regular,.px-sm-small-regular{padding-left:0.75rem !important}.p-sm-small-regular{padding:0.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:0.25rem !important}.lh-sm-mini{line-height:0.5rem !important}.lh-sm-small-regular{line-height:0.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:0.25rem !important}.h-sm-mini{height:0.5rem !important}.h-sm-small-regular{height:0.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:0.25rem !important}.mh-sm-mini{max-height:0.5rem !important}.mh-sm-small-regular{max-height:0.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:0.25rem !important}.w-sm-mini{width:0.5rem !important}.w-sm-small-regular{width:0.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:0.25rem !important}.mw-sm-mini{max-width:0.5rem !important}.mw-sm-small-regular{max-width:0.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:0.25rem !important}.gap-sm-mini{gap:0.5rem !important}.gap-sm-small-regular{gap:0.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:0.25rem !important}.me-rg-micro,.mx-rg-micro{margin-right:0.25rem !important}.mb-rg-micro,.my-rg-micro{margin-bottom:0.25rem !important}.ms-rg-micro,.mx-rg-micro{margin-left:0.25rem !important}.m-rg-micro{margin:0.25rem !important}.mt-rg-mini,.my-rg-mini{margin-top:0.5rem !important}.me-rg-mini,.mx-rg-mini{margin-right:0.5rem !important}.mb-rg-mini,.my-rg-mini{margin-bottom:0.5rem !important}.ms-rg-mini,.mx-rg-mini{margin-left:0.5rem !important}.m-rg-mini{margin:0.5rem !important}.mt-rg-small-regular,.my-rg-small-regular{margin-top:0.75rem !important}.me-rg-small-regular,.mx-rg-small-regular{margin-right:0.75rem !important}.mb-rg-small-regular,.my-rg-small-regular{margin-bottom:0.75rem !important}.ms-rg-small-regular,.mx-rg-small-regular{margin-left:0.75rem !important}.m-rg-small-regular{margin:0.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:0.25rem !important}.pe-rg-micro,.px-rg-micro{padding-right:0.25rem !important}.pb-rg-micro,.py-rg-micro{padding-bottom:0.25rem !important}.ps-rg-micro,.px-rg-micro{padding-left:0.25rem !important}.p-rg-micro{padding:0.25rem !important}.pt-rg-mini,.py-rg-mini{padding-top:0.5rem !important}.pe-rg-mini,.px-rg-mini{padding-right:0.5rem !important}.pb-rg-mini,.py-rg-mini{padding-bottom:0.5rem !important}.ps-rg-mini,.px-rg-mini{padding-left:0.5rem !important}.p-rg-mini{padding:0.5rem !important}.pt-rg-small-regular,.py-rg-small-regular{padding-top:0.75rem !important}.pe-rg-small-regular,.px-rg-small-regular{padding-right:0.75rem !important}.pb-rg-small-regular,.py-rg-small-regular{padding-bottom:0.75rem !important}.ps-rg-small-regular,.px-rg-small-regular{padding-left:0.75rem !important}.p-rg-small-regular{padding:0.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:0.25rem !important}.lh-rg-mini{line-height:0.5rem !important}.lh-rg-small-regular{line-height:0.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:0.25rem !important}.h-rg-mini{height:0.5rem !important}.h-rg-small-regular{height:0.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:0.25rem !important}.mh-rg-mini{max-height:0.5rem !important}.mh-rg-small-regular{max-height:0.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:0.25rem !important}.w-rg-mini{width:0.5rem !important}.w-rg-small-regular{width:0.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:0.25rem !important}.mw-rg-mini{max-width:0.5rem !important}.mw-rg-small-regular{max-width:0.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:0.25rem !important}.gap-rg-mini{gap:0.5rem !important}.gap-rg-small-regular{gap:0.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:0.25rem !important}.me-md-micro,.mx-md-micro{margin-right:0.25rem !important}.mb-md-micro,.my-md-micro{margin-bottom:0.25rem !important}.ms-md-micro,.mx-md-micro{margin-left:0.25rem !important}.m-md-micro{margin:0.25rem !important}.mt-md-mini,.my-md-mini{margin-top:0.5rem !important}.me-md-mini,.mx-md-mini{margin-right:0.5rem !important}.mb-md-mini,.my-md-mini{margin-bottom:0.5rem !important}.ms-md-mini,.mx-md-mini{margin-left:0.5rem !important}.m-md-mini{margin:0.5rem !important}.mt-md-small-regular,.my-md-small-regular{margin-top:0.75rem !important}.me-md-small-regular,.mx-md-small-regular{margin-right:0.75rem !important}.mb-md-small-regular,.my-md-small-regular{margin-bottom:0.75rem !important}.ms-md-small-regular,.mx-md-small-regular{margin-left:0.75rem !important}.m-md-small-regular{margin:0.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:0.25rem !important}.pe-md-micro,.px-md-micro{padding-right:0.25rem !important}.pb-md-micro,.py-md-micro{padding-bottom:0.25rem !important}.ps-md-micro,.px-md-micro{padding-left:0.25rem !important}.p-md-micro{padding:0.25rem !important}.pt-md-mini,.py-md-mini{padding-top:0.5rem !important}.pe-md-mini,.px-md-mini{padding-right:0.5rem !important}.pb-md-mini,.py-md-mini{padding-bottom:0.5rem !important}.ps-md-mini,.px-md-mini{padding-left:0.5rem !important}.p-md-mini{padding:0.5rem !important}.pt-md-small-regular,.py-md-small-regular{padding-top:0.75rem !important}.pe-md-small-regular,.px-md-small-regular{padding-right:0.75rem !important}.pb-md-small-regular,.py-md-small-regular{padding-bottom:0.75rem !important}.ps-md-small-regular,.px-md-small-regular{padding-left:0.75rem !important}.p-md-small-regular{padding:0.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:0.25rem !important}.lh-md-mini{line-height:0.5rem !important}.lh-md-small-regular{line-height:0.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:0.25rem !important}.h-md-mini{height:0.5rem !important}.h-md-small-regular{height:0.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:0.25rem !important}.mh-md-mini{max-height:0.5rem !important}.mh-md-small-regular{max-height:0.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:0.25rem !important}.w-md-mini{width:0.5rem !important}.w-md-small-regular{width:0.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:0.25rem !important}.mw-md-mini{max-width:0.5rem !important}.mw-md-small-regular{max-width:0.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:0.25rem !important}.gap-md-mini{gap:0.5rem !important}.gap-md-small-regular{gap:0.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:0.25rem !important}.me-lg-micro,.mx-lg-micro{margin-right:0.25rem !important}.mb-lg-micro,.my-lg-micro{margin-bottom:0.25rem !important}.ms-lg-micro,.mx-lg-micro{margin-left:0.25rem !important}.m-lg-micro{margin:0.25rem !important}.mt-lg-mini,.my-lg-mini{margin-top:0.5rem !important}.me-lg-mini,.mx-lg-mini{margin-right:0.5rem !important}.mb-lg-mini,.my-lg-mini{margin-bottom:0.5rem !important}.ms-lg-mini,.mx-lg-mini{margin-left:0.5rem !important}.m-lg-mini{margin:0.5rem !important}.mt-lg-small-regular,.my-lg-small-regular{margin-top:0.75rem !important}.me-lg-small-regular,.mx-lg-small-regular{margin-right:0.75rem !important}.mb-lg-small-regular,.my-lg-small-regular{margin-bottom:0.75rem !important}.ms-lg-small-regular,.mx-lg-small-regular{margin-left:0.75rem !important}.m-lg-small-regular{margin:0.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:0.25rem !important}.pe-lg-micro,.px-lg-micro{padding-right:0.25rem !important}.pb-lg-micro,.py-lg-micro{padding-bottom:0.25rem !important}.ps-lg-micro,.px-lg-micro{padding-left:0.25rem !important}.p-lg-micro{padding:0.25rem !important}.pt-lg-mini,.py-lg-mini{padding-top:0.5rem !important}.pe-lg-mini,.px-lg-mini{padding-right:0.5rem !important}.pb-lg-mini,.py-lg-mini{padding-bottom:0.5rem !important}.ps-lg-mini,.px-lg-mini{padding-left:0.5rem !important}.p-lg-mini{padding:0.5rem !important}.pt-lg-small-regular,.py-lg-small-regular{padding-top:0.75rem !important}.pe-lg-small-regular,.px-lg-small-regular{padding-right:0.75rem !important}.pb-lg-small-regular,.py-lg-small-regular{padding-bottom:0.75rem !important}.ps-lg-small-regular,.px-lg-small-regular{padding-left:0.75rem !important}.p-lg-small-regular{padding:0.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:0.25rem !important}.lh-lg-mini{line-height:0.5rem !important}.lh-lg-small-regular{line-height:0.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:0.25rem !important}.h-lg-mini{height:0.5rem !important}.h-lg-small-regular{height:0.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:0.25rem !important}.mh-lg-mini{max-height:0.5rem !important}.mh-lg-small-regular{max-height:0.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:0.25rem !important}.w-lg-mini{width:0.5rem !important}.w-lg-small-regular{width:0.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:0.25rem !important}.mw-lg-mini{max-width:0.5rem !important}.mw-lg-small-regular{max-width:0.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:0.25rem !important}.gap-lg-mini{gap:0.5rem !important}.gap-lg-small-regular{gap:0.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:0.25rem !important}.me-xl-micro,.mx-xl-micro{margin-right:0.25rem !important}.mb-xl-micro,.my-xl-micro{margin-bottom:0.25rem !important}.ms-xl-micro,.mx-xl-micro{margin-left:0.25rem !important}.m-xl-micro{margin:0.25rem !important}.mt-xl-mini,.my-xl-mini{margin-top:0.5rem !important}.me-xl-mini,.mx-xl-mini{margin-right:0.5rem !important}.mb-xl-mini,.my-xl-mini{margin-bottom:0.5rem !important}.ms-xl-mini,.mx-xl-mini{margin-left:0.5rem !important}.m-xl-mini{margin:0.5rem !important}.mt-xl-small-regular,.my-xl-small-regular{margin-top:0.75rem !important}.me-xl-small-regular,.mx-xl-small-regular{margin-right:0.75rem !important}.mb-xl-small-regular,.my-xl-small-regular{margin-bottom:0.75rem !important}.ms-xl-small-regular,.mx-xl-small-regular{margin-left:0.75rem !important}.m-xl-small-regular{margin:0.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:0.25rem !important}.pe-xl-micro,.px-xl-micro{padding-right:0.25rem !important}.pb-xl-micro,.py-xl-micro{padding-bottom:0.25rem !important}.ps-xl-micro,.px-xl-micro{padding-left:0.25rem !important}.p-xl-micro{padding:0.25rem !important}.pt-xl-mini,.py-xl-mini{padding-top:0.5rem !important}.pe-xl-mini,.px-xl-mini{padding-right:0.5rem !important}.pb-xl-mini,.py-xl-mini{padding-bottom:0.5rem !important}.ps-xl-mini,.px-xl-mini{padding-left:0.5rem !important}.p-xl-mini{padding:0.5rem !important}.pt-xl-small-regular,.py-xl-small-regular{padding-top:0.75rem !important}.pe-xl-small-regular,.px-xl-small-regular{padding-right:0.75rem !important}.pb-xl-small-regular,.py-xl-small-regular{padding-bottom:0.75rem !important}.ps-xl-small-regular,.px-xl-small-regular{padding-left:0.75rem !important}.p-xl-small-regular{padding:0.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:0.25rem !important}.lh-xl-mini{line-height:0.5rem !important}.lh-xl-small-regular{line-height:0.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:0.25rem !important}.h-xl-mini{height:0.5rem !important}.h-xl-small-regular{height:0.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:0.25rem !important}.mh-xl-mini{max-height:0.5rem !important}.mh-xl-small-regular{max-height:0.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:0.25rem !important}.w-xl-mini{width:0.5rem !important}.w-xl-small-regular{width:0.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:0.25rem !important}.mw-xl-mini{max-width:0.5rem !important}.mw-xl-small-regular{max-width:0.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:0.25rem !important}.gap-xl-mini{gap:0.5rem !important}.gap-xl-small-regular{gap:0.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: 1441px){.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:0.25rem !important}.me-xxl-micro,.mx-xxl-micro{margin-right:0.25rem !important}.mb-xxl-micro,.my-xxl-micro{margin-bottom:0.25rem !important}.ms-xxl-micro,.mx-xxl-micro{margin-left:0.25rem !important}.m-xxl-micro{margin:0.25rem !important}.mt-xxl-mini,.my-xxl-mini{margin-top:0.5rem !important}.me-xxl-mini,.mx-xxl-mini{margin-right:0.5rem !important}.mb-xxl-mini,.my-xxl-mini{margin-bottom:0.5rem !important}.ms-xxl-mini,.mx-xxl-mini{margin-left:0.5rem !important}.m-xxl-mini{margin:0.5rem !important}.mt-xxl-small-regular,.my-xxl-small-regular{margin-top:0.75rem !important}.me-xxl-small-regular,.mx-xxl-small-regular{margin-right:0.75rem !important}.mb-xxl-small-regular,.my-xxl-small-regular{margin-bottom:0.75rem !important}.ms-xxl-small-regular,.mx-xxl-small-regular{margin-left:0.75rem !important}.m-xxl-small-regular{margin:0.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:0.25rem !important}.pe-xxl-micro,.px-xxl-micro{padding-right:0.25rem !important}.pb-xxl-micro,.py-xxl-micro{padding-bottom:0.25rem !important}.ps-xxl-micro,.px-xxl-micro{padding-left:0.25rem !important}.p-xxl-micro{padding:0.25rem !important}.pt-xxl-mini,.py-xxl-mini{padding-top:0.5rem !important}.pe-xxl-mini,.px-xxl-mini{padding-right:0.5rem !important}.pb-xxl-mini,.py-xxl-mini{padding-bottom:0.5rem !important}.ps-xxl-mini,.px-xxl-mini{padding-left:0.5rem !important}.p-xxl-mini{padding:0.5rem !important}.pt-xxl-small-regular,.py-xxl-small-regular{padding-top:0.75rem !important}.pe-xxl-small-regular,.px-xxl-small-regular{padding-right:0.75rem !important}.pb-xxl-small-regular,.py-xxl-small-regular{padding-bottom:0.75rem !important}.ps-xxl-small-regular,.px-xxl-small-regular{padding-left:0.75rem !important}.p-xxl-small-regular{padding:0.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:0.25rem !important}.lh-xxl-mini{line-height:0.5rem !important}.lh-xxl-small-regular{line-height:0.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:0.25rem !important}.h-xxl-mini{height:0.5rem !important}.h-xxl-small-regular{height:0.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:0.25rem !important}.mh-xxl-mini{max-height:0.5rem !important}.mh-xxl-small-regular{max-height:0.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:0.25rem !important}.w-xxl-mini{width:0.5rem !important}.w-xxl-small-regular{width:0.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:0.25rem !important}.mw-xxl-mini{max-width:0.5rem !important}.mw-xxl-small-regular{max-width:0.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:0.25rem !important}.gap-xxl-mini{gap:0.5rem !important}.gap-xxl-small-regular{gap:0.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}}.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:0.75rem !important}.mt-small-r{margin-top:0.75rem !important}.mr-small-r{margin-right:0.75rem !important}.mb-small-r{margin-bottom:0.75rem !important}.ml-small-r{margin-left:0.75rem !important}.p-small-r{padding:0.75rem !important}.pt-small-r{padding-top:0.75rem !important}.pr-small-r{padding-right:0.75rem !important}.pb-small-r{padding-bottom:0.75rem !important}.pl-small-r{padding-left:0.75rem !important}.gap-small-r{gap:0.75rem !important}.m-tiny-r{margin:0.75rem !important}.mt-tiny-r{margin-top:0.75rem !important}.mr-tiny-r{margin-right:0.75rem !important}.mb-tiny-r{margin-bottom:0.75rem !important}.ml-tiny-r{margin-left:0.75rem !important}.p-tiny-r{padding:0.75rem !important}.pt-tiny-r{padding-top:0.75rem !important}.pr-tiny-r{padding-right:0.75rem !important}.pb-tiny-r{padding-bottom:0.75rem !important}.pl-tiny-r{padding-left:0.75rem !important}.gap-tiny-r{gap:0.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}}.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) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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.3333333333%}.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.6666666667%}.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: 1441px){.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.3333333333%}.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.6666666667%}.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-xs{--bs-gutter-x:30px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-right:auto;margin-left:auto}.container{max-width:1440px}.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{padding-right:12px;padding-left:12px}.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{padding-right:16px;padding-left:16px}}@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){.container{padding-right:32px;padding-left:32px}}@media (min-width: 600px){.container-reset{margin-right:-32px;margin-left:-32px}}@media (min-width: 600px){.container-reset-left{margin-left:-32px}}@media (min-width: 600px){.container-reset-right{margin-right:-32px}}@media (min-width: 600px) and (max-width: 779.98px){.container-fluid-rg{padding-right:1rem;padding-left:1rem}}@media (min-width: 780px) and (max-width: 1023.98px){.container-fluid-md{padding-right:1rem;padding-left:1rem}}@media (min-width: 1024px){.container{padding-right:40px;padding-left:40px}}@media (min-width: 1024px){.container-reset{margin-right:-40px;margin-left:-40px}}@media (min-width: 1024px){.container-reset-left{margin-left:-40px}}@media (min-width: 1024px){.container-reset-right{margin-right:-40px}}@media (min-width: 1024px) and (max-width: 1279.98px){.container-fluid-lg{padding-right:1rem;padding-left:1rem}}@media (min-width: 1280px){.container{padding-right:128px;padding-left:128px}}@media (min-width: 1280px){.container-reset{margin-right:-128px;margin-left:-128px}}@media (min-width: 1280px){.container-reset-left{margin-left:-128px}}@media (min-width: 1280px){.container-reset-right{margin-right:-128px}}@media (min-width: 1280px) and (max-width: 1440.98px){.container-fluid-xl{padding-right:1rem;padding-left:1rem}}@media (min-width: 1441px){.container-fluid-xxl{padding-right:1rem;padding-left:1rem}}.accordion{--bs-accordion-color:#000;--bs-accordion-bg:#fff;--bs-accordion-transition:opacity 250ms, border-color 250ms, background-color 250ms, color 250ms, border-radius 0.15s ease;--bs-accordion-border-color:hsl(0, 0%, 90%);--bs-accordion-border-width:2px;--bs-accordion-border-radius:0;--bs-accordion-inner-border-radius:-2px;--bs-accordion-btn-padding-x:1rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#000;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23000000' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\");--bs-accordion-btn-icon-width:1.5rem;--bs-accordion-btn-icon-transform:rotate(180deg);--bs-accordion-btn-icon-transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);--bs-accordion-btn-active-icon:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23000000' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\");--bs-accordion-btn-focus-border-color:#000;--bs-accordion-btn-focus-box-shadow:0 0 0 0.125rem rgba(51, 51, 51, 0.25);--bs-accordion-body-padding-x:1rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#000;--bs-accordion-active-bg:transparent}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:\"\";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.accordion-item{border-right:0;border-left:0;background-color:transparent}.accordion-item:last-of-type{border-bottom:0}.accordion-button{font-size:1.0625rem;line-height:1.4;background-color:transparent;font-weight:700;line-height:1.5rem}@media (min-width: 1024px){.accordion-button{font-size:1.25rem}}.accordion-button:hover:not(:disabled),.accordion-button:focus:not(:disabled){color:#000}.accordion-button:disabled{opacity:0.4 !important}.accordion-item[open] .accordion-button::after{transform:rotate(180deg)}@media (forced-colors: active), (-ms-high-contrast: active), (-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}.accordion-button::after{background-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23ffffff' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\")}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23ffffff' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E\")}}.accordion-body{padding-top:0.75rem;padding-bottom:2.5rem}.accordion-body h2,.accordion-body h3,.accordion-body h4,.accordion-body h5,.accordion-body h6{font-size:1.0625rem;line-height:1.4;margin-top:2.5rem;margin-bottom:0;font-weight:700}@media (min-width: 1024px){.accordion-body h2,.accordion-body h3,.accordion-body h4,.accordion-body h5,.accordion-body h6{font-size:1.25rem}}.accordion-body h2:first-child,.accordion-body h2 p:first-child,.accordion-body h3:first-child,.accordion-body h3 p:first-child,.accordion-body h4:first-child,.accordion-body h4 p:first-child,.accordion-body h5:first-child,.accordion-body h5 p:first-child,.accordion-body h6:first-child,.accordion-body h6 p:first-child{margin-top:0}.accordion-body h2:last-child,.accordion-body h2 p:last-child,.accordion-body h3:last-child,.accordion-body h3 p:last-child,.accordion-body h4:last-child,.accordion-body h4 p:last-child,.accordion-body h5:last-child,.accordion-body h5 p:last-child,.accordion-body h6:last-child,.accordion-body h6 p:last-child{margin-bottom:0}.fade{transition:opacity 200ms linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 250ms cubic-bezier(0.4, 0, 0.2, 1), padding 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}:host{display:block}";
48
39
 
49
40
  let nextId = 0;
50
41
  const PostCollapsible = class {
51
42
  constructor(hostRef) {
52
43
  index.registerInstance(this, hostRef);
53
44
  this.isLoaded = false;
54
- this.collapsed = false;
55
- this.headingLevel = 2;
56
- this.isOpen = true;
57
45
  this.collapseClasses = undefined;
58
46
  this.collapseHeight = null;
59
- this.headingTag = undefined;
60
47
  this.collapsibleId = undefined;
61
48
  this.hasHeader = undefined;
49
+ this.headingTag = undefined;
50
+ this.isOpen = true;
51
+ this.onAccordionButtonClick = () => this.toggle();
52
+ this.collapsed = false;
53
+ this.headingLevel = 2;
62
54
  }
63
55
  validateCollapsed(newValue = this.collapsed) {
64
- propertyCheckers.checkBoolean(newValue, 'The post-collapsible "collapsed" prop should be a boolean.');
56
+ checkType.checkType(newValue, 'boolean', 'The post-collapsible "collapsed" prop should be a boolean.');
65
57
  if (!this.isLoaded) {
66
58
  this.isOpen = !newValue;
67
59
  this.collapseClasses = this.getCollapseClasses();
@@ -73,7 +65,7 @@ const PostCollapsible = class {
73
65
  }
74
66
  }
75
67
  validateHeadingLevel(newValue = this.headingLevel) {
76
- propertyCheckers.checkOneOf(newValue, [1, 2, 3, 4, 5, 6], 'The post-collapsible element requires a heading level between 1 and 6.');
68
+ checkType.checkOneOf(newValue, [1, 2, 3, 4, 5, 6], 'The post-collapsible element requires a heading level between 1 and 6.');
77
69
  this.headingTag = `h${newValue}`;
78
70
  }
79
71
  componentWillLoad() {
@@ -119,7 +111,7 @@ const PostCollapsible = class {
119
111
  if (!this.hasHeader) {
120
112
  return (index.h("div", { id: `${this.collapsibleId}--collapse`, class: this.collapseClasses, style: { height: this.collapseHeight } }, index.h("slot", null)));
121
113
  }
122
- return (index.h("div", { class: "accordion-item" }, index.h(this.headingTag, { class: "accordion-header", id: `${this.collapsibleId}--header` }, index.h("button", { class: `accordion-button ${this.isOpen ? '' : 'collapsed'}`, type: "button", "aria-expanded": `${this.isOpen}`, "aria-controls": `${this.collapsibleId}--collapse`, onClick: () => this.toggle() }, index.h("slot", { name: "header" }))), index.h("div", { id: `${this.collapsibleId}--collapse`, class: `accordion-collapse ${this.collapseClasses}`, style: { height: this.collapseHeight }, "aria-labelledby": `${this.collapsibleId}--header` }, index.h("div", { class: "accordion-body" }, index.h("slot", null)))));
114
+ return (index.h("div", { class: "accordion-item" }, index.h(this.headingTag, { class: "accordion-header", id: `${this.collapsibleId}--header` }, index.h("button", { class: `accordion-button ${this.isOpen ? '' : 'collapsed'}`, type: "button", "aria-expanded": `${this.isOpen}`, "aria-controls": `${this.collapsibleId}--collapse`, onClick: this.onAccordionButtonClick }, index.h("slot", { name: "header" }))), index.h("div", { id: `${this.collapsibleId}--collapse`, class: `accordion-collapse ${this.collapseClasses}`, style: { height: this.collapseHeight }, "aria-labelledby": `${this.collapsibleId}--header` }, index.h("div", { class: "accordion-body" }, index.h("slot", null)))));
123
115
  }
124
116
  get host() { return index.getElement(this); }
125
117
  static get watchers() { return {