@justifi/webcomponents 4.7.0-rc.0 → 4.7.0-rc.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 (338) hide show
  1. package/dist/cjs/{SubAccount-5d77adbf.js → SubAccount-f47c8522.js} +2 -2
  2. package/dist/cjs/{SubAccount-5d77adbf.js.map → SubAccount-f47c8522.js.map} +1 -1
  3. package/dist/cjs/additional-questions-details_5.cjs.entry.js +3 -3
  4. package/dist/cjs/config-70f62990.js +19 -0
  5. package/dist/cjs/config-70f62990.js.map +1 -0
  6. package/dist/cjs/form-control-datepart_2.cjs.entry.js +1 -1
  7. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  8. package/dist/cjs/form-control-number_3.cjs.entry.js +1 -1
  9. package/dist/cjs/{index-ce7d512e.js → index-c5ace247.js} +4 -1
  10. package/dist/cjs/index-c5ace247.js.map +1 -0
  11. package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +1 -1
  12. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  13. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1 -1
  14. package/dist/cjs/justifi-business-details.cjs.entry.js +4 -3
  15. package/dist/cjs/justifi-business-details.cjs.entry.js.map +1 -1
  16. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +3 -2
  17. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js.map +1 -1
  18. package/dist/cjs/justifi-business-form.cjs.entry.js +3 -2
  19. package/dist/cjs/justifi-business-form.cjs.entry.js.map +1 -1
  20. package/dist/cjs/justifi-business-list.cjs.entry.js +5 -3
  21. package/dist/cjs/justifi-business-list.cjs.entry.js.map +1 -1
  22. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  23. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  24. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +11030 -0
  25. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js.map +1 -0
  26. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +2 -2
  27. package/dist/cjs/justifi-payment-details.cjs.entry.js +5 -4
  28. package/dist/cjs/justifi-payment-details.cjs.entry.js.map +1 -1
  29. package/dist/cjs/justifi-payment-form.cjs.entry.js +2 -2
  30. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +11 -9
  31. package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -1
  32. package/dist/cjs/justifi-payments-list.cjs.entry.js +4 -3
  33. package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -1
  34. package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -4
  35. package/dist/cjs/justifi-payout-details.cjs.entry.js.map +1 -1
  36. package/dist/cjs/justifi-payouts-list.cjs.entry.js +4 -3
  37. package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +1 -1
  38. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +4 -3
  39. package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +1 -1
  40. package/dist/cjs/justifi-refund-form.cjs.entry.js +3 -2
  41. package/dist/cjs/justifi-refund-form.cjs.entry.js.map +1 -1
  42. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +7 -6
  43. package/dist/cjs/justifi-subaccount-details.cjs.entry.js.map +1 -1
  44. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +5 -4
  45. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js.map +1 -1
  46. package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
  47. package/dist/cjs/loader.cjs.js +2 -2
  48. package/dist/cjs/select-input_2.cjs.entry.js +1 -1
  49. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +3 -3
  50. package/dist/cjs/subaccount-bank-details.cjs.entry.js +2 -2
  51. package/dist/cjs/subaccount-terms-details.cjs.entry.js +2 -2
  52. package/dist/cjs/{utils-d9cbe26f.js → utils-13d069be.js} +6 -1
  53. package/dist/cjs/utils-13d069be.js.map +1 -0
  54. package/dist/cjs/{utils-aaa6ab8b.js → utils-4622829d.js} +2 -2
  55. package/dist/cjs/{utils-aaa6ab8b.js.map → utils-4622829d.js.map} +1 -1
  56. package/dist/cjs/webcomponents.cjs.js +2 -2
  57. package/dist/collection/api/GrossVolume.js +2 -0
  58. package/dist/collection/api/GrossVolume.js.map +1 -0
  59. package/dist/collection/api/mockData/mockGrossVolumeReport.js +126 -0
  60. package/dist/collection/api/mockData/mockGrossVolumeReport.js.map +1 -0
  61. package/dist/collection/collection-manifest.json +1 -0
  62. package/dist/collection/components/bank-account-form/bank-account-form.stories.js +2 -1
  63. package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +1 -1
  64. package/dist/collection/components/billing-form/billing-form.stories.js +1 -1
  65. package/dist/collection/components/billing-form/billing-form.stories.js.map +1 -1
  66. package/dist/collection/components/business-details/business-details.js +2 -1
  67. package/dist/collection/components/business-details/business-details.js.map +1 -1
  68. package/dist/collection/components/business-details/business-details.stories.js +3 -2
  69. package/dist/collection/components/business-details/business-details.stories.js.map +1 -1
  70. package/dist/collection/components/business-form/business-form-stepped.js +2 -1
  71. package/dist/collection/components/business-form/business-form-stepped.js.map +1 -1
  72. package/dist/collection/components/business-form/business-form-stepped.stories.js +3 -2
  73. package/dist/collection/components/business-form/business-form-stepped.stories.js.map +1 -1
  74. package/dist/collection/components/business-form/business-form.js +2 -1
  75. package/dist/collection/components/business-form/business-form.js.map +1 -1
  76. package/dist/collection/components/business-form/business-form.stories.js +2 -1
  77. package/dist/collection/components/business-form/business-form.stories.js.map +1 -1
  78. package/dist/collection/components/business-list/business-list.js +3 -1
  79. package/dist/collection/components/business-list/business-list.js.map +1 -1
  80. package/dist/collection/components/business-list/business-list.stories.js +3 -2
  81. package/dist/collection/components/business-list/business-list.stories.js.map +1 -1
  82. package/dist/collection/components/card-form/card-form.stories.js +2 -1
  83. package/dist/collection/components/card-form/card-form.stories.js.map +1 -1
  84. package/dist/collection/components/gross-payment-chart/chart-utils.js +59 -0
  85. package/dist/collection/components/gross-payment-chart/chart-utils.js.map +1 -0
  86. package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +572 -0
  87. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +128 -0
  88. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js.map +1 -0
  89. package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js +22 -0
  90. package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js.map +1 -0
  91. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +15 -0
  92. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js.map +1 -0
  93. package/dist/collection/components/payment-details/payment-details.js +2 -1
  94. package/dist/collection/components/payment-details/payment-details.js.map +1 -1
  95. package/dist/collection/components/payment-details/payment-details.stories.js +3 -2
  96. package/dist/collection/components/payment-details/payment-details.stories.js.map +1 -1
  97. package/dist/collection/components/payment-form/payment-form.stories.js +2 -1
  98. package/dist/collection/components/payment-form/payment-form.stories.js.map +1 -1
  99. package/dist/collection/components/payment-method-form/payment-method-form.js +3 -2
  100. package/dist/collection/components/payment-method-form/payment-method-form.js.map +1 -1
  101. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +9 -8
  102. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +1 -1
  103. package/dist/collection/components/payments-list/payments-list.js +2 -1
  104. package/dist/collection/components/payments-list/payments-list.js.map +1 -1
  105. package/dist/collection/components/payments-list/payments-list.stories.js +3 -2
  106. package/dist/collection/components/payments-list/payments-list.stories.js.map +1 -1
  107. package/dist/collection/components/payout-details/payout-details.js +2 -1
  108. package/dist/collection/components/payout-details/payout-details.js.map +1 -1
  109. package/dist/collection/components/payout-details/payout-details.stories.js +3 -2
  110. package/dist/collection/components/payout-details/payout-details.stories.js.map +1 -1
  111. package/dist/collection/components/payouts-list/payouts-list.js +2 -1
  112. package/dist/collection/components/payouts-list/payouts-list.js.map +1 -1
  113. package/dist/collection/components/payouts-list/payouts-list.stories.js +3 -2
  114. package/dist/collection/components/payouts-list/payouts-list.stories.js.map +1 -1
  115. package/dist/collection/components/proceeds-list/proceeds-list.js +2 -1
  116. package/dist/collection/components/proceeds-list/proceeds-list.js.map +1 -1
  117. package/dist/collection/components/proceeds-list/proceeds-list.stories.js +3 -2
  118. package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +1 -1
  119. package/dist/collection/components/refund-form/refund-form.js +2 -1
  120. package/dist/collection/components/refund-form/refund-form.js.map +1 -1
  121. package/dist/collection/components/refund-form/refund-form.stories.js +1 -1
  122. package/dist/collection/components/refund-form/refund-form.stories.js.map +1 -1
  123. package/dist/collection/components/subaccount-details/subaccount-details.js +3 -2
  124. package/dist/collection/components/subaccount-details/subaccount-details.js.map +1 -1
  125. package/dist/collection/components/subaccount-details/subaccount-details.stories.js +4 -3
  126. package/dist/collection/components/subaccount-details/subaccount-details.stories.js.map +1 -1
  127. package/dist/collection/components/subaccounts-list/subaccounts-list.js +2 -1
  128. package/dist/collection/components/subaccounts-list/subaccounts-list.js.map +1 -1
  129. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +3 -2
  130. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js.map +1 -1
  131. package/dist/collection/utils/utils.js +4 -0
  132. package/dist/collection/utils/utils.js.map +1 -1
  133. package/dist/components/SubAccount.js +1 -1
  134. package/dist/components/config.js +17 -0
  135. package/dist/components/config.js.map +1 -0
  136. package/dist/components/justifi-business-details.js +2 -1
  137. package/dist/components/justifi-business-details.js.map +1 -1
  138. package/dist/components/justifi-business-form-stepped.js +2 -1
  139. package/dist/components/justifi-business-form-stepped.js.map +1 -1
  140. package/dist/components/justifi-business-form.js +2 -1
  141. package/dist/components/justifi-business-form.js.map +1 -1
  142. package/dist/components/justifi-business-list.js +3 -1
  143. package/dist/components/justifi-business-list.js.map +1 -1
  144. package/dist/components/justifi-gross-payment-chart.d.ts +11 -0
  145. package/dist/components/justifi-gross-payment-chart.js +11053 -0
  146. package/dist/components/justifi-gross-payment-chart.js.map +1 -0
  147. package/dist/components/justifi-payment-balance-transactions.js +1 -1
  148. package/dist/components/justifi-payment-details.js +3 -2
  149. package/dist/components/justifi-payment-details.js.map +1 -1
  150. package/dist/components/justifi-payments-list.js +3 -2
  151. package/dist/components/justifi-payments-list.js.map +1 -1
  152. package/dist/components/justifi-payout-details.js +3 -2
  153. package/dist/components/justifi-payout-details.js.map +1 -1
  154. package/dist/components/justifi-payouts-list.js +3 -2
  155. package/dist/components/justifi-payouts-list.js.map +1 -1
  156. package/dist/components/justifi-proceeds-list.js +3 -2
  157. package/dist/components/justifi-proceeds-list.js.map +1 -1
  158. package/dist/components/justifi-refund-form.js +2 -1
  159. package/dist/components/justifi-refund-form.js.map +1 -1
  160. package/dist/components/justifi-subaccount-details.js +4 -3
  161. package/dist/components/justifi-subaccount-details.js.map +1 -1
  162. package/dist/components/justifi-subaccounts-list.js +3 -2
  163. package/dist/components/justifi-subaccounts-list.js.map +1 -1
  164. package/dist/components/payment-method-form.js +10 -8
  165. package/dist/components/payment-method-form.js.map +1 -1
  166. package/dist/components/subaccount-merchant-details2.js +1 -1
  167. package/dist/components/utils2.js +5 -1
  168. package/dist/components/utils2.js.map +1 -1
  169. package/dist/config.js +14 -0
  170. package/dist/config.js.map +1 -0
  171. package/dist/esm/{SubAccount-cf29d050.js → SubAccount-128190e9.js} +2 -2
  172. package/dist/esm/{SubAccount-cf29d050.js.map → SubAccount-128190e9.js.map} +1 -1
  173. package/dist/esm/additional-questions-details_5.entry.js +3 -3
  174. package/dist/esm/config-b1976dbd.js +17 -0
  175. package/dist/esm/config-b1976dbd.js.map +1 -0
  176. package/dist/esm/form-control-datepart_2.entry.js +1 -1
  177. package/dist/esm/form-control-monetary.entry.js +1 -1
  178. package/dist/esm/form-control-number_3.entry.js +1 -1
  179. package/dist/esm/{index-b02f9a6e.js → index-7471ed60.js} +4 -1
  180. package/dist/esm/index-7471ed60.js.map +1 -0
  181. package/dist/esm/justifi-additional-questions_6.entry.js +1 -1
  182. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  183. package/dist/esm/justifi-billing-form_2.entry.js +1 -1
  184. package/dist/esm/justifi-business-details.entry.js +4 -3
  185. package/dist/esm/justifi-business-details.entry.js.map +1 -1
  186. package/dist/esm/justifi-business-form-stepped.entry.js +3 -2
  187. package/dist/esm/justifi-business-form-stepped.entry.js.map +1 -1
  188. package/dist/esm/justifi-business-form.entry.js +3 -2
  189. package/dist/esm/justifi-business-form.entry.js.map +1 -1
  190. package/dist/esm/justifi-business-list.entry.js +5 -3
  191. package/dist/esm/justifi-business-list.entry.js.map +1 -1
  192. package/dist/esm/justifi-card-form.entry.js +1 -1
  193. package/dist/esm/justifi-details.entry.js +2 -2
  194. package/dist/esm/justifi-gross-payment-chart.entry.js +11026 -0
  195. package/dist/esm/justifi-gross-payment-chart.entry.js.map +1 -0
  196. package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -2
  197. package/dist/esm/justifi-payment-details.entry.js +5 -4
  198. package/dist/esm/justifi-payment-details.entry.js.map +1 -1
  199. package/dist/esm/justifi-payment-form.entry.js +2 -2
  200. package/dist/esm/justifi-payment-method-form.entry.js +11 -9
  201. package/dist/esm/justifi-payment-method-form.entry.js.map +1 -1
  202. package/dist/esm/justifi-payments-list.entry.js +4 -3
  203. package/dist/esm/justifi-payments-list.entry.js.map +1 -1
  204. package/dist/esm/justifi-payout-details.entry.js +5 -4
  205. package/dist/esm/justifi-payout-details.entry.js.map +1 -1
  206. package/dist/esm/justifi-payouts-list.entry.js +4 -3
  207. package/dist/esm/justifi-payouts-list.entry.js.map +1 -1
  208. package/dist/esm/justifi-proceeds-list.entry.js +4 -3
  209. package/dist/esm/justifi-proceeds-list.entry.js.map +1 -1
  210. package/dist/esm/justifi-refund-form.entry.js +3 -2
  211. package/dist/esm/justifi-refund-form.entry.js.map +1 -1
  212. package/dist/esm/justifi-subaccount-details.entry.js +7 -6
  213. package/dist/esm/justifi-subaccount-details.entry.js.map +1 -1
  214. package/dist/esm/justifi-subaccounts-list.entry.js +5 -4
  215. package/dist/esm/justifi-subaccounts-list.entry.js.map +1 -1
  216. package/dist/esm/justifi-table_2.entry.js +1 -1
  217. package/dist/esm/loader.js +3 -3
  218. package/dist/esm/select-input_2.entry.js +1 -1
  219. package/dist/esm/subaccount-account-details_4.entry.js +3 -3
  220. package/dist/esm/subaccount-bank-details.entry.js +2 -2
  221. package/dist/esm/subaccount-terms-details.entry.js +2 -2
  222. package/dist/esm/{utils-fcf19fd5.js → utils-40b7002c.js} +6 -2
  223. package/dist/esm/utils-40b7002c.js.map +1 -0
  224. package/dist/esm/{utils-d647dd96.js → utils-6352c002.js} +2 -2
  225. package/dist/esm/{utils-d647dd96.js.map → utils-6352c002.js.map} +1 -1
  226. package/dist/esm/webcomponents.js +3 -3
  227. package/dist/types/api/GrossVolume.d.ts +8 -0
  228. package/dist/types/api/mockData/mockGrossVolumeReport.d.ts +7 -0
  229. package/dist/types/components/gross-payment-chart/chart-utils.d.ts +45 -0
  230. package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +20 -0
  231. package/dist/types/components/gross-payment-chart/gross-payment-chart.stories.d.ts +7 -0
  232. package/dist/types/components.d.ts +17 -0
  233. package/dist/types/home/runner/work/web-component-library/web-component-library/stencil-library/.stencil/config.d.ts +13 -0
  234. package/dist/types/utils/utils.d.ts +1 -0
  235. package/dist/webcomponents/p-0e9a7fa7.entry.js +2 -0
  236. package/dist/webcomponents/p-0e9a7fa7.entry.js.map +1 -0
  237. package/dist/webcomponents/p-1920e118.entry.js +2 -0
  238. package/dist/webcomponents/p-1920e118.entry.js.map +1 -0
  239. package/dist/webcomponents/{p-99b3925f.entry.js → p-215b4c87.entry.js} +2 -2
  240. package/dist/webcomponents/{p-08311783.entry.js → p-2cd29187.entry.js} +2 -2
  241. package/dist/webcomponents/p-301a23aa.js +2 -0
  242. package/dist/webcomponents/p-301a23aa.js.map +1 -0
  243. package/dist/webcomponents/{p-14391341.entry.js → p-355eabff.entry.js} +2 -2
  244. package/dist/webcomponents/{p-2ac4e73d.entry.js → p-356cf20d.entry.js} +2 -2
  245. package/dist/webcomponents/{p-a1a94012.entry.js → p-397e0d5a.entry.js} +2 -2
  246. package/dist/webcomponents/p-491d5c69.entry.js +2 -0
  247. package/dist/webcomponents/p-491d5c69.entry.js.map +1 -0
  248. package/dist/webcomponents/{p-8471740f.entry.js → p-62872b87.entry.js} +2 -2
  249. package/dist/webcomponents/{p-e83f93cd.entry.js → p-635a3b3e.entry.js} +2 -2
  250. package/dist/webcomponents/p-64184a0c.entry.js +2 -0
  251. package/dist/webcomponents/p-64184a0c.entry.js.map +1 -0
  252. package/dist/webcomponents/p-6c3236e8.entry.js +2 -0
  253. package/dist/webcomponents/p-6c3236e8.entry.js.map +1 -0
  254. package/dist/webcomponents/{p-2806a2d6.js → p-76dffeec.js} +2 -2
  255. package/dist/webcomponents/{p-5dd71882.entry.js → p-77e732b2.entry.js} +2 -2
  256. package/dist/webcomponents/{p-756629e9.entry.js → p-798483dd.entry.js} +2 -2
  257. package/dist/webcomponents/{p-05cc444a.entry.js → p-7a24ab66.entry.js} +2 -2
  258. package/dist/webcomponents/p-8367b46c.entry.js +2 -0
  259. package/dist/webcomponents/p-8367b46c.entry.js.map +1 -0
  260. package/dist/webcomponents/{p-6642d95b.entry.js → p-88fa33c1.entry.js} +2 -2
  261. package/dist/webcomponents/p-8c4c3d60.entry.js +20 -0
  262. package/dist/webcomponents/p-8c4c3d60.entry.js.map +1 -0
  263. package/dist/webcomponents/{p-37b8106d.entry.js → p-931989e6.entry.js} +2 -2
  264. package/dist/webcomponents/{p-1d42e416.entry.js → p-96eecdff.entry.js} +2 -2
  265. package/dist/webcomponents/{p-a3211bb2.js → p-988191bf.js} +2 -2
  266. package/dist/webcomponents/p-a4c78757.entry.js +2 -0
  267. package/dist/webcomponents/p-a4c78757.entry.js.map +1 -0
  268. package/dist/webcomponents/p-b08a9520.entry.js +2 -0
  269. package/dist/webcomponents/p-b08a9520.entry.js.map +1 -0
  270. package/dist/webcomponents/p-b45453ea.entry.js +2 -0
  271. package/dist/webcomponents/p-b45453ea.entry.js.map +1 -0
  272. package/dist/webcomponents/p-c2845c5d.entry.js +2 -0
  273. package/dist/webcomponents/p-c2845c5d.entry.js.map +1 -0
  274. package/dist/webcomponents/{p-92872bbe.entry.js → p-c4289027.entry.js} +2 -2
  275. package/dist/webcomponents/{p-d18c0273.entry.js → p-c43e9572.entry.js} +2 -2
  276. package/dist/webcomponents/{p-0c5afcbc.js → p-cbb60191.js} +3 -3
  277. package/dist/webcomponents/p-cbb60191.js.map +1 -0
  278. package/dist/webcomponents/p-d40718da.entry.js +2 -0
  279. package/dist/webcomponents/p-d40718da.entry.js.map +1 -0
  280. package/dist/webcomponents/{p-4d37473a.js → p-d6b5793d.js} +2 -2
  281. package/dist/webcomponents/p-d6b5793d.js.map +1 -0
  282. package/dist/webcomponents/p-d7630f46.entry.js +2 -0
  283. package/dist/webcomponents/{p-5f434e8b.entry.js.map → p-d7630f46.entry.js.map} +1 -1
  284. package/dist/webcomponents/{p-b4f185c5.entry.js → p-ec1890fc.entry.js} +2 -2
  285. package/dist/webcomponents/p-ffcbf779.entry.js +2 -0
  286. package/dist/webcomponents/p-ffcbf779.entry.js.map +1 -0
  287. package/dist/webcomponents/webcomponents.esm.js +1 -1
  288. package/dist/webcomponents/webcomponents.esm.js.map +1 -1
  289. package/package.json +8 -7
  290. package/dist/cjs/index-ce7d512e.js.map +0 -1
  291. package/dist/cjs/utils-d9cbe26f.js.map +0 -1
  292. package/dist/esm/index-b02f9a6e.js.map +0 -1
  293. package/dist/esm/utils-fcf19fd5.js.map +0 -1
  294. package/dist/webcomponents/p-014b2f3a.entry.js +0 -2
  295. package/dist/webcomponents/p-014b2f3a.entry.js.map +0 -1
  296. package/dist/webcomponents/p-07059336.entry.js +0 -2
  297. package/dist/webcomponents/p-07059336.entry.js.map +0 -1
  298. package/dist/webcomponents/p-0c5afcbc.js.map +0 -1
  299. package/dist/webcomponents/p-1b5bd8f8.entry.js +0 -2
  300. package/dist/webcomponents/p-1b5bd8f8.entry.js.map +0 -1
  301. package/dist/webcomponents/p-23f600d3.entry.js +0 -2
  302. package/dist/webcomponents/p-23f600d3.entry.js.map +0 -1
  303. package/dist/webcomponents/p-26b1a61d.entry.js +0 -2
  304. package/dist/webcomponents/p-26b1a61d.entry.js.map +0 -1
  305. package/dist/webcomponents/p-2f741cd2.entry.js +0 -2
  306. package/dist/webcomponents/p-2f741cd2.entry.js.map +0 -1
  307. package/dist/webcomponents/p-3e0f6758.entry.js +0 -2
  308. package/dist/webcomponents/p-3e0f6758.entry.js.map +0 -1
  309. package/dist/webcomponents/p-43c04b00.entry.js +0 -2
  310. package/dist/webcomponents/p-43c04b00.entry.js.map +0 -1
  311. package/dist/webcomponents/p-4d37473a.js.map +0 -1
  312. package/dist/webcomponents/p-5b378f8d.entry.js +0 -2
  313. package/dist/webcomponents/p-5b378f8d.entry.js.map +0 -1
  314. package/dist/webcomponents/p-5f434e8b.entry.js +0 -2
  315. package/dist/webcomponents/p-6b5fcbff.entry.js +0 -2
  316. package/dist/webcomponents/p-6b5fcbff.entry.js.map +0 -1
  317. package/dist/webcomponents/p-c52d63b1.entry.js +0 -2
  318. package/dist/webcomponents/p-c52d63b1.entry.js.map +0 -1
  319. package/dist/webcomponents/p-c9373e73.entry.js +0 -2
  320. package/dist/webcomponents/p-c9373e73.entry.js.map +0 -1
  321. /package/dist/webcomponents/{p-99b3925f.entry.js.map → p-215b4c87.entry.js.map} +0 -0
  322. /package/dist/webcomponents/{p-08311783.entry.js.map → p-2cd29187.entry.js.map} +0 -0
  323. /package/dist/webcomponents/{p-14391341.entry.js.map → p-355eabff.entry.js.map} +0 -0
  324. /package/dist/webcomponents/{p-2ac4e73d.entry.js.map → p-356cf20d.entry.js.map} +0 -0
  325. /package/dist/webcomponents/{p-a1a94012.entry.js.map → p-397e0d5a.entry.js.map} +0 -0
  326. /package/dist/webcomponents/{p-8471740f.entry.js.map → p-62872b87.entry.js.map} +0 -0
  327. /package/dist/webcomponents/{p-e83f93cd.entry.js.map → p-635a3b3e.entry.js.map} +0 -0
  328. /package/dist/webcomponents/{p-2806a2d6.js.map → p-76dffeec.js.map} +0 -0
  329. /package/dist/webcomponents/{p-5dd71882.entry.js.map → p-77e732b2.entry.js.map} +0 -0
  330. /package/dist/webcomponents/{p-756629e9.entry.js.map → p-798483dd.entry.js.map} +0 -0
  331. /package/dist/webcomponents/{p-05cc444a.entry.js.map → p-7a24ab66.entry.js.map} +0 -0
  332. /package/dist/webcomponents/{p-6642d95b.entry.js.map → p-88fa33c1.entry.js.map} +0 -0
  333. /package/dist/webcomponents/{p-37b8106d.entry.js.map → p-931989e6.entry.js.map} +0 -0
  334. /package/dist/webcomponents/{p-1d42e416.entry.js.map → p-96eecdff.entry.js.map} +0 -0
  335. /package/dist/webcomponents/{p-a3211bb2.js.map → p-988191bf.js.map} +0 -0
  336. /package/dist/webcomponents/{p-92872bbe.entry.js.map → p-c4289027.entry.js.map} +0 -0
  337. /package/dist/webcomponents/{p-d18c0273.entry.js.map → p-c43e9572.entry.js.map} +0 -0
  338. /package/dist/webcomponents/{p-b4f185c5.entry.js.map → p-ec1890fc.entry.js.map} +0 -0
@@ -0,0 +1,2 @@
1
+ import{r as t,h as r,H as o}from"./p-cbb60191.js";import{F as i}from"./p-526cb161.js";import{b as a}from"./p-59860ac8.js";import{A as n}from"./p-b157f6ae.js";import"./p-0d5d02d7.js";import"./p-76983a7e.js";import{p as e}from"./p-7d58db66.js";import{c as m}from"./p-301a23aa.js";import"./p-8f37e3ee.js";const l=':root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--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:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--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:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222, 226, 230;--bs-body-bg:#212529;--bs-body-bg-rgb:33, 37, 41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255, 255, 255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222, 226, 230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52, 58, 64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222, 226, 230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43, 48, 53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110, 168, 254;--bs-link-hover-color-rgb:139, 185, 254;--bs-code-color:#e685b5;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) }}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:0.25}*,*::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:var(--bs-border-width) solid;opacity:0.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + 0.9vw)}@media (min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + 0.6vw)}@media (min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media (min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}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{font-size:0.875em}mark{padding:0.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-secondary-color);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]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--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: 576px){.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: 768px){.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: 992px){.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: 1200px){.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: 1400px){.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}}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49, 132, 253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130, 138, 145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60, 153, 110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11, 172, 204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217, 164, 6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225, 83, 97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211, 212, 213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66, 70, 73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13, 110, 253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108, 117, 125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25, 135, 84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13, 202, 240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255, 193, 7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220, 53, 69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248, 249, 250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33, 37, 41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}/*!\n * Bootstrap Utilities v5.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2023 The Bootstrap Authors\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--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:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--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:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222, 226, 230;--bs-body-bg:#212529;--bs-body-bg-rgb:33, 37, 41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255, 255, 255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222, 226, 230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52, 58, 64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222, 226, 230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43, 48, 53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110, 168, 254;--bs-link-hover-color-rgb:139, 185, 254;--bs-code-color:#e685b5;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity: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}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity: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}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.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-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-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-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin: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}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:0.25rem !important}.row-gap-2{row-gap:0.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:0.25rem !important}.column-gap-2{column-gap:0.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !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-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-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-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity:1;color:rgba(0, 0, 0, 0.5) !important}.text-white-50{--bs-text-opacity:1;color:rgba(255, 255, 255, 0.5) !important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity:1;color:inherit !important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em !important}.link-offset-1-hover:hover{text-underline-offset:0.125em !important}.link-offset-2{text-underline-offset:0.25em !important}.link-offset-2-hover:hover{text-underline-offset:0.25em !important}.link-offset-3{text-underline-offset:0.375em !important}.link-offset-3-hover:hover{text-underline-offset:0.375em !important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{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-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media (min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin: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}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:0.25rem !important}.row-gap-sm-2{row-gap:0.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:0.25rem !important}.column-gap-sm-2{column-gap:0.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin: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}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:0.25rem !important}.row-gap-md-2{row-gap:0.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:0.25rem !important}.column-gap-md-2{column-gap:0.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin: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}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:0.25rem !important}.row-gap-lg-2{row-gap:0.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:0.25rem !important}.column-gap-lg-2{column-gap:0.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin: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}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:0.25rem !important}.row-gap-xl-2{row-gap:0.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:0.25rem !important}.column-gap-xl-2{column-gap:0.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin: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}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:0.25rem !important}.row-gap-xxl-2{row-gap:0.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:0.25rem !important}.column-gap-xxl-2{column-gap:0.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;display:block}*::part(label){color:var(--jfi-form-label-color);font-family:var(--jfi-form-label-font-family);font-weight:var(--jfi-form-label-font-weight);font-size:var(--jfi-form-label-font-size);margin:var(--jfi-form-label-margin)}*::part(input){font-family:var(--jfi-layout-font-family);background-color:var(--jfi-form-control-background-color);border-color:var(--jfi-form-control-border-color);border-width:var(--jfi-form-control-border-width);border-bottom-width:var(--jfi-form-control-border-bottom-width);border-left-width:var(--jfi-form-control-border-left-width);border-right-width:var(--jfi-form-control-border-right-width);border-top-width:var(--jfi-form-control-border-top-width);border-radius:var(--jfi-form-control-border-radius);border-style:var(--jfi-form-control-border-style);box-shadow:var(--jfi-form-control-box-shadow);color:var(--jfi-form-control-color);font-size:var(--jfi-form-control-font-size);font-weight:var(--jfi-form-control-font-weight);line-height:var(--jfi-form-control-line-height);margin:var(--jfi-form-control-margin);padding:var(--jfi-form-control-padding)}*::part(input):focus{color:var(--jfi-form-control-color-focus);border-color:var(--jfi-form-control-border-color-focus);box-shadow:var(--jfi-form-control-box-shadow-focus)}*::part(input-invalid){border-color:var(--jfi-form-control-border-color-error);box-shadow:var(--jfi-form-control-box-shadow-error)}*::part(input-invalid):focus{border-color:var(--jfi-form-control-border-color-error);box-shadow:var(--jfi-form-control-box-shadow-error-focus)}';const s=class{constructor(r){t(this,r);this.authToken=undefined;this.businessId=undefined;this.isLoading=false;this.sendData=this.sendData.bind(this);this.fetchData=this.fetchData.bind(this)}componentWillLoad(){if(!this.authToken){console.warn("Warning: Missing auth-token. The form will not be functional without it.")}this.formController=new i(a);this.api=n(this.authToken,m.proxyApiOrigin);if(this.businessId){this.fetchData(this.businessId)}else{this.formController.setInitialValues({legal_address:{country:"US"}})}}async sendData(){this.isLoading=true;try{const t=this.formController.values.getValue();if(this.businessId){const r=e(t);const o=await this.api.patch(`entities/business/${this.businessId}`,JSON.stringify(r));console.log("Server response from PATCH:",o)}else{const r=await this.api.post("entities/business",JSON.stringify(t));console.log("Server response from POST:",r)}}catch(t){console.error("Error sending data:",t)}finally{this.isLoading=false}}async fetchData(t){this.isLoading=true;try{const r=await this.api.get(`entities/business/${t}`);this.formController.setInitialValues(r.data)}catch(t){console.error("Error fetching data:",t)}finally{this.isLoading=false}}validateAndSubmit(t){t.preventDefault();this.formController.validateAndSubmit(this.sendData)}render(){return r(o,{exportparts:"label,input,input-invalid"},r("form",{onSubmit:t=>this.validateAndSubmit(t)},r("div",{class:"row gap-3"},r("div",{class:"col-12 mb-4"},r("h1",null,"Business Information")),r("div",{class:"col-12 mb-4"},r("justifi-business-generic-info",{formController:this.formController})),r("div",{class:"col-12 mb-4"},r("justifi-legal-address-form",{formController:this.formController})),r("div",{class:"col-12 mb-4"},r("justifi-additional-questions",{formController:this.formController})),r("div",{class:"col-12 mb-4"},r("justifi-business-representative",{formController:this.formController})),r("div",{class:"col-12 mb-4"},r("justifi-business-owners",{isEditing:!!this.businessId,formController:this.formController})),r("div",{class:"col-12 d-flex flex-row-reverse"},r("button",{type:"submit",class:"btn btn-primary jfi-submit-button",disabled:!this.authToken||this.isLoading},this.isLoading?"Loading...":"Submit")))))}};s.style=l;export{s as justifi_business_form};
2
+ //# sourceMappingURL=p-d40718da.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["businessFormCss","BusinessForm","constructor","hostRef","this","sendData","bind","fetchData","componentWillLoad","authToken","console","warn","formController","FormController","businessFormSchema","api","Api","config","proxyApiOrigin","businessId","setInitialValues","legal_address","country","isLoading","data","values","getValue","payload","parseForPatching","response","patch","JSON","stringify","log","post","error","get","validateAndSubmit","event","preventDefault","render","h","Host","exportparts","onSubmit","class","isEditing","type","disabled"],"sources":["src/components/business-form/business-form.scss?tag=justifi-business-form","src/components/business-form/business-form.tsx"],"sourcesContent":["@import 'reboot';\n@import 'grid';\n@import 'buttons';\n@import 'bootstrap-utilities';\n\n:host {\n @include host-base-styles;\n display: block;\n}\n\n*::part(label) {\n color: var(--jfi-form-label-color);\n font-family: var(--jfi-form-label-font-family);\n font-weight: var(--jfi-form-label-font-weight);\n font-size: var(--jfi-form-label-font-size);\n margin: var(--jfi-form-label-margin);\n}\n\n*::part(input) {\n font-family: var(--jfi-layout-font-family);\n background-color: var(--jfi-form-control-background-color);\n border-color: var(--jfi-form-control-border-color);\n border-width: var(--jfi-form-control-border-width);\n border-bottom-width: var(--jfi-form-control-border-bottom-width);\n border-left-width: var(--jfi-form-control-border-left-width);\n border-right-width: var(--jfi-form-control-border-right-width);\n border-top-width: var(--jfi-form-control-border-top-width);\n border-radius: var(--jfi-form-control-border-radius);\n border-style: var(--jfi-form-control-border-style);\n box-shadow: var(--jfi-form-control-box-shadow);\n color: var(--jfi-form-control-color);\n font-size: var(--jfi-form-control-font-size);\n font-weight: var(--jfi-form-control-font-weight);\n line-height: var(--jfi-form-control-line-height);\n margin: var(--jfi-form-control-margin);\n padding: var(--jfi-form-control-padding);\n\n &:focus {\n color: var(--jfi-form-control-color-focus);\n border-color: var(--jfi-form-control-border-color-focus);\n box-shadow: var(--jfi-form-control-box-shadow-focus);\n }\n}\n\n*::part(input-invalid) {\n border-color: var(--jfi-form-control-border-color-error);\n box-shadow: var(--jfi-form-control-box-shadow-error);\n\n &:focus {\n border-color: var(--jfi-form-control-border-color-error);\n box-shadow: var(--jfi-form-control-box-shadow-error-focus);\n }\n}","import { Component, Host, h, Prop, State } from '@stencil/core';\nimport { FormController } from '../form/form';\nimport businessFormSchema from './business-form-schema';\nimport { Api } from '../../api';\nimport { parseForPatching } from './helpers';\nimport { config } from '../../../config';\n\n\n/**\n * @exportedPart label: Label for inputs\n * @exportedPart input: The input fields\n * @exportedPart input-invalid: Invalid state for inputfs\n */\n@Component({\n tag: 'justifi-business-form',\n styleUrl: 'business-form.scss',\n})\nexport class BusinessForm {\n @Prop() authToken: string;\n @Prop() businessId?: string;\n @State() isLoading: boolean = false;\n\n private formController: FormController;\n private api: any;\n\n constructor() {\n this.sendData = this.sendData.bind(this);\n this.fetchData = this.fetchData.bind(this);\n }\n\n componentWillLoad() {\n if (!this.authToken) {\n console.warn(\n 'Warning: Missing auth-token. The form will not be functional without it.',\n );\n }\n\n this.formController = new FormController(businessFormSchema);\n\n this.api = Api(this.authToken, config.proxyApiOrigin);\n\n if (this.businessId) {\n this.fetchData(this.businessId);\n } else {\n this.formController.setInitialValues({\n legal_address: {\n country: 'US',\n },\n });\n }\n }\n\n private async sendData() {\n this.isLoading = true;\n try {\n const data = this.formController.values.getValue();\n\n // Conditionally making either POST or PATCH request\n if (this.businessId) {\n const payload = parseForPatching(data);\n const response = await this.api.patch(\n `entities/business/${this.businessId}`,\n JSON.stringify(payload),\n );\n console.log('Server response from PATCH:', response);\n } else {\n const response = await this.api.post(\n 'entities/business',\n JSON.stringify(data),\n );\n console.log('Server response from POST:', response);\n }\n } catch (error) {\n console.error('Error sending data:', error);\n } finally {\n this.isLoading = false;\n }\n }\n\n private async fetchData(businessId) {\n this.isLoading = true;\n try {\n const response = await this.api.get(`entities/business/${businessId}`);\n this.formController.setInitialValues(response.data);\n } catch (error) {\n console.error('Error fetching data:', error);\n } finally {\n this.isLoading = false;\n }\n }\n\n private validateAndSubmit(event: any) {\n event.preventDefault();\n this.formController.validateAndSubmit(this.sendData);\n }\n\n render() {\n return (\n <Host exportparts=\"label,input,input-invalid\">\n <form onSubmit={event => this.validateAndSubmit(event)}>\n <div class=\"row gap-3\">\n <div class=\"col-12 mb-4\">\n <h1>Business Information</h1>\n </div>\n <div class=\"col-12 mb-4\">\n <justifi-business-generic-info formController={this.formController} />\n </div>\n <div class=\"col-12 mb-4\">\n <justifi-legal-address-form formController={this.formController} />\n </div>\n <div class=\"col-12 mb-4\">\n <justifi-additional-questions formController={this.formController} />\n </div>\n <div class=\"col-12 mb-4\">\n <justifi-business-representative formController={this.formController} />\n </div>\n <div class=\"col-12 mb-4\">\n <justifi-business-owners isEditing={!!this.businessId} formController={this.formController} />\n </div>\n <div class=\"col-12 d-flex flex-row-reverse\">\n <button\n type=\"submit\"\n class=\"btn btn-primary jfi-submit-button\"\n disabled={!this.authToken || this.isLoading}\n >\n {this.isLoading ? 'Loading...' : 'Submit'}\n </button>\n </div>\n </div>\n </form>\n </Host>\n );\n }\n}\n"],"mappings":"8SAAA,MAAMA,EAAkB,+ixH,MCiBXC,EAAY,MAQvB,WAAAC,CAAAC,G,4EAL8B,MAM5BC,KAAKC,SAAWD,KAAKC,SAASC,KAAKF,MACnCA,KAAKG,UAAYH,KAAKG,UAAUD,KAAKF,K,CAGvC,iBAAAI,GACE,IAAKJ,KAAKK,UAAW,CACnBC,QAAQC,KACN,2E,CAIJP,KAAKQ,eAAiB,IAAIC,EAAeC,GAEzCV,KAAKW,IAAMC,EAAIZ,KAAKK,UAAWQ,EAAOC,gBAEtC,GAAId,KAAKe,WAAY,CACnBf,KAAKG,UAAUH,KAAKe,W,KACf,CACLf,KAAKQ,eAAeQ,iBAAiB,CACnCC,cAAe,CACbC,QAAS,O,EAMT,cAAMjB,GACZD,KAAKmB,UAAY,KACjB,IACE,MAAMC,EAAOpB,KAAKQ,eAAea,OAAOC,WAGxC,GAAItB,KAAKe,WAAY,CACnB,MAAMQ,EAAUC,EAAiBJ,GACjC,MAAMK,QAAiBzB,KAAKW,IAAIe,MAC9B,qBAAqB1B,KAAKe,aAC1BY,KAAKC,UAAUL,IAEjBjB,QAAQuB,IAAI,8BAA+BJ,E,KACtC,CACL,MAAMA,QAAiBzB,KAAKW,IAAImB,KAC9B,oBACAH,KAAKC,UAAUR,IAEjBd,QAAQuB,IAAI,6BAA8BJ,E,EAE5C,MAAOM,GACPzB,QAAQyB,MAAM,sBAAuBA,E,SAErC/B,KAAKmB,UAAY,K,EAIb,eAAMhB,CAAUY,GACtBf,KAAKmB,UAAY,KACjB,IACE,MAAMM,QAAiBzB,KAAKW,IAAIqB,IAAI,qBAAqBjB,KACzDf,KAAKQ,eAAeQ,iBAAiBS,EAASL,K,CAC9C,MAAOW,GACPzB,QAAQyB,MAAM,uBAAwBA,E,SAEtC/B,KAAKmB,UAAY,K,EAIb,iBAAAc,CAAkBC,GACxBA,EAAMC,iBACNnC,KAAKQ,eAAeyB,kBAAkBjC,KAAKC,S,CAG7C,MAAAmC,GACE,OACEC,EAACC,EAAI,CAACC,YAAY,6BAChBF,EAAA,QAAMG,SAAUN,GAASlC,KAAKiC,kBAAkBC,IAC9CG,EAAA,OAAKI,MAAM,aACTJ,EAAA,OAAKI,MAAM,eACTJ,EAAA,mCAEFA,EAAA,OAAKI,MAAM,eACTJ,EAAA,iCAA+B7B,eAAgBR,KAAKQ,kBAEtD6B,EAAA,OAAKI,MAAM,eACTJ,EAAA,8BAA4B7B,eAAgBR,KAAKQ,kBAEnD6B,EAAA,OAAKI,MAAM,eACTJ,EAAA,gCAA8B7B,eAAgBR,KAAKQ,kBAErD6B,EAAA,OAAKI,MAAM,eACTJ,EAAA,mCAAiC7B,eAAgBR,KAAKQ,kBAExD6B,EAAA,OAAKI,MAAM,eACTJ,EAAA,2BAAyBK,YAAa1C,KAAKe,WAAYP,eAAgBR,KAAKQ,kBAE9E6B,EAAA,OAAKI,MAAM,kCACTJ,EAAA,UACEM,KAAK,SACLF,MAAM,oCACNG,UAAW5C,KAAKK,WAAaL,KAAKmB,WAEjCnB,KAAKmB,UAAY,aAAe,a"}
@@ -1,2 +1,2 @@
1
- function n(t){"@babel/helpers - typeof";return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},n(t)}function t(n){if(n===null||n===true||n===false){return NaN}var t=Number(n);if(isNaN(t)){return t}return t<0?Math.ceil(t):Math.floor(t)}function e(n,t){if(t.length<n){throw new TypeError(n+" argument"+(n>1?"s":"")+" required, but only "+t.length+" present")}}function r(t){e(1,arguments);var r=Object.prototype.toString.call(t);if(t instanceof Date||n(t)==="object"&&r==="[object Date]"){return new Date(t.getTime())}else if(typeof t==="number"||r==="[object Number]"){return new Date(t)}else{if((typeof t==="string"||r==="[object String]")&&typeof console!=="undefined"){console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments");console.warn((new Error).stack)}return new Date(NaN)}}function a(n,a){e(2,arguments);var i=r(n).getTime();var o=t(a);return new Date(i+o)}var i={};function o(){return i}function u(n){var t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));t.setUTCFullYear(n.getFullYear());return n.getTime()-t.getTime()}function s(t){e(1,arguments);return t instanceof Date||n(t)==="object"&&Object.prototype.toString.call(t)==="[object Date]"}function c(n){e(1,arguments);if(!s(n)&&typeof n!=="number"){return false}var t=r(n);return!isNaN(Number(t))}function d(n,r){e(2,arguments);var i=t(r);return a(n,-i)}var f=864e5;function l(n){e(1,arguments);var t=r(n);var a=t.getTime();t.setUTCMonth(0,1);t.setUTCHours(0,0,0,0);var i=t.getTime();var o=a-i;return Math.floor(o/f)+1}function v(n){e(1,arguments);var t=1;var a=r(n);var i=a.getUTCDay();var o=(i<t?7:0)+i-t;a.setUTCDate(a.getUTCDate()-o);a.setUTCHours(0,0,0,0);return a}function h(n){e(1,arguments);var t=r(n);var a=t.getUTCFullYear();var i=new Date(0);i.setUTCFullYear(a+1,0,4);i.setUTCHours(0,0,0,0);var o=v(i);var u=new Date(0);u.setUTCFullYear(a,0,4);u.setUTCHours(0,0,0,0);var s=v(u);if(t.getTime()>=o.getTime()){return a+1}else if(t.getTime()>=s.getTime()){return a}else{return a-1}}function m(n){e(1,arguments);var t=h(n);var r=new Date(0);r.setUTCFullYear(t,0,4);r.setUTCHours(0,0,0,0);var a=v(r);return a}var b=6048e5;function g(n){e(1,arguments);var t=r(n);var a=v(t).getTime()-m(t).getTime();return Math.round(a/b)+1}function p(n,a){var i,u,s,c,d,f,l,v;e(1,arguments);var h=o();var m=t((i=(u=(s=(c=a===null||a===void 0?void 0:a.weekStartsOn)!==null&&c!==void 0?c:a===null||a===void 0?void 0:(d=a.locale)===null||d===void 0?void 0:(f=d.options)===null||f===void 0?void 0:f.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&u!==void 0?u:(l=h.locale)===null||l===void 0?void 0:(v=l.options)===null||v===void 0?void 0:v.weekStartsOn)!==null&&i!==void 0?i:0);if(!(m>=0&&m<=6)){throw new RangeError("weekStartsOn must be between 0 and 6 inclusively")}var b=r(n);var g=b.getUTCDay();var p=(g<m?7:0)+g-m;b.setUTCDate(b.getUTCDate()-p);b.setUTCHours(0,0,0,0);return b}function w(n,a){var i,u,s,c,d,f,l,v;e(1,arguments);var h=r(n);var m=h.getUTCFullYear();var b=o();var g=t((i=(u=(s=(c=a===null||a===void 0?void 0:a.firstWeekContainsDate)!==null&&c!==void 0?c:a===null||a===void 0?void 0:(d=a.locale)===null||d===void 0?void 0:(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&s!==void 0?s:b.firstWeekContainsDate)!==null&&u!==void 0?u:(l=b.locale)===null||l===void 0?void 0:(v=l.options)===null||v===void 0?void 0:v.firstWeekContainsDate)!==null&&i!==void 0?i:1);if(!(g>=1&&g<=7)){throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively")}var w=new Date(0);w.setUTCFullYear(m+1,0,g);w.setUTCHours(0,0,0,0);var y=p(w,a);var M=new Date(0);M.setUTCFullYear(m,0,g);M.setUTCHours(0,0,0,0);var S=p(M,a);if(h.getTime()>=y.getTime()){return m+1}else if(h.getTime()>=S.getTime()){return m}else{return m-1}}function y(n,r){var a,i,u,s,c,d,f,l;e(1,arguments);var v=o();var h=t((a=(i=(u=(s=r===null||r===void 0?void 0:r.firstWeekContainsDate)!==null&&s!==void 0?s:r===null||r===void 0?void 0:(c=r.locale)===null||c===void 0?void 0:(d=c.options)===null||d===void 0?void 0:d.firstWeekContainsDate)!==null&&u!==void 0?u:v.firstWeekContainsDate)!==null&&i!==void 0?i:(f=v.locale)===null||f===void 0?void 0:(l=f.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&a!==void 0?a:1);var m=w(n,r);var b=new Date(0);b.setUTCFullYear(m,0,h);b.setUTCHours(0,0,0,0);var g=p(b,r);return g}var M=6048e5;function S(n,t){e(1,arguments);var a=r(n);var i=p(a,t).getTime()-y(a,t).getTime();return Math.round(i/M)+1}function x(n,t){var e=n<0?"-":"";var r=Math.abs(n).toString();while(r.length<t){r="0"+r}return e+r}var E={y:function n(t,e){var r=t.getUTCFullYear();var a=r>0?r:1-r;return x(e==="yy"?a%100:a,e.length)},M:function n(t,e){var r=t.getUTCMonth();return e==="M"?String(r+1):x(r+1,2)},d:function n(t,e){return x(t.getUTCDate(),e.length)},a:function n(t,e){var r=t.getUTCHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return r.toUpperCase();case"aaa":return r;case"aaaaa":return r[0];case"aaaa":default:return r==="am"?"a.m.":"p.m."}},h:function n(t,e){return x(t.getUTCHours()%12||12,e.length)},H:function n(t,e){return x(t.getUTCHours(),e.length)},m:function n(t,e){return x(t.getUTCMinutes(),e.length)},s:function n(t,e){return x(t.getUTCSeconds(),e.length)},S:function n(t,e){var r=e.length;var a=t.getUTCMilliseconds();var i=Math.floor(a*Math.pow(10,r-3));return x(i,e.length)}};var D={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};var P={G:function n(t,e,r){var a=t.getUTCFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return r.era(a,{width:"abbreviated"});case"GGGGG":return r.era(a,{width:"narrow"});case"GGGG":default:return r.era(a,{width:"wide"})}},y:function n(t,e,r){if(e==="yo"){var a=t.getUTCFullYear();var i=a>0?a:1-a;return r.ordinalNumber(i,{unit:"year"})}return E.y(t,e)},Y:function n(t,e,r,a){var i=w(t,a);var o=i>0?i:1-i;if(e==="YY"){var u=o%100;return x(u,2)}if(e==="Yo"){return r.ordinalNumber(o,{unit:"year"})}return x(o,e.length)},R:function n(t,e){var r=h(t);return x(r,e.length)},u:function n(t,e){var r=t.getUTCFullYear();return x(r,e.length)},Q:function n(t,e,r){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"Q":return String(a);case"QQ":return x(a,2);case"Qo":return r.ordinalNumber(a,{unit:"quarter"});case"QQQ":return r.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return r.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return r.quarter(a,{width:"wide",context:"formatting"})}},q:function n(t,e,r){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"q":return String(a);case"qq":return x(a,2);case"qo":return r.ordinalNumber(a,{unit:"quarter"});case"qqq":return r.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return r.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return r.quarter(a,{width:"wide",context:"standalone"})}},M:function n(t,e,r){var a=t.getUTCMonth();switch(e){case"M":case"MM":return E.M(t,e);case"Mo":return r.ordinalNumber(a+1,{unit:"month"});case"MMM":return r.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return r.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return r.month(a,{width:"wide",context:"formatting"})}},L:function n(t,e,r){var a=t.getUTCMonth();switch(e){case"L":return String(a+1);case"LL":return x(a+1,2);case"Lo":return r.ordinalNumber(a+1,{unit:"month"});case"LLL":return r.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return r.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return r.month(a,{width:"wide",context:"standalone"})}},w:function n(t,e,r,a){var i=S(t,a);if(e==="wo"){return r.ordinalNumber(i,{unit:"week"})}return x(i,e.length)},I:function n(t,e,r){var a=g(t);if(e==="Io"){return r.ordinalNumber(a,{unit:"week"})}return x(a,e.length)},d:function n(t,e,r){if(e==="do"){return r.ordinalNumber(t.getUTCDate(),{unit:"date"})}return E.d(t,e)},D:function n(t,e,r){var a=l(t);if(e==="Do"){return r.ordinalNumber(a,{unit:"dayOfYear"})}return x(a,e.length)},E:function n(t,e,r){var a=t.getUTCDay();switch(e){case"E":case"EE":case"EEE":return r.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return r.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return r.day(a,{width:"short",context:"formatting"});case"EEEE":default:return r.day(a,{width:"wide",context:"formatting"})}},e:function n(t,e,r,a){var i=t.getUTCDay();var o=(i-a.weekStartsOn+8)%7||7;switch(e){case"e":return String(o);case"ee":return x(o,2);case"eo":return r.ordinalNumber(o,{unit:"day"});case"eee":return r.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return r.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return r.day(i,{width:"short",context:"formatting"});case"eeee":default:return r.day(i,{width:"wide",context:"formatting"})}},c:function n(t,e,r,a){var i=t.getUTCDay();var o=(i-a.weekStartsOn+8)%7||7;switch(e){case"c":return String(o);case"cc":return x(o,e.length);case"co":return r.ordinalNumber(o,{unit:"day"});case"ccc":return r.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return r.day(i,{width:"narrow",context:"standalone"});case"cccccc":return r.day(i,{width:"short",context:"standalone"});case"cccc":default:return r.day(i,{width:"wide",context:"standalone"})}},i:function n(t,e,r){var a=t.getUTCDay();var i=a===0?7:a;switch(e){case"i":return String(i);case"ii":return x(i,e.length);case"io":return r.ordinalNumber(i,{unit:"day"});case"iii":return r.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return r.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return r.day(a,{width:"short",context:"formatting"});case"iiii":default:return r.day(a,{width:"wide",context:"formatting"})}},a:function n(t,e,r){var a=t.getUTCHours();var i=a/12>=1?"pm":"am";switch(e){case"a":case"aa":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function n(t,e,r){var a=t.getUTCHours();var i;if(a===12){i=D.noon}else if(a===0){i=D.midnight}else{i=a/12>=1?"pm":"am"}switch(e){case"b":case"bb":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function n(t,e,r){var a=t.getUTCHours();var i;if(a>=17){i=D.evening}else if(a>=12){i=D.afternoon}else if(a>=4){i=D.morning}else{i=D.night}switch(e){case"B":case"BB":case"BBB":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function n(t,e,r){if(e==="ho"){var a=t.getUTCHours()%12;if(a===0)a=12;return r.ordinalNumber(a,{unit:"hour"})}return E.h(t,e)},H:function n(t,e,r){if(e==="Ho"){return r.ordinalNumber(t.getUTCHours(),{unit:"hour"})}return E.H(t,e)},K:function n(t,e,r){var a=t.getUTCHours()%12;if(e==="Ko"){return r.ordinalNumber(a,{unit:"hour"})}return x(a,e.length)},k:function n(t,e,r){var a=t.getUTCHours();if(a===0)a=24;if(e==="ko"){return r.ordinalNumber(a,{unit:"hour"})}return x(a,e.length)},m:function n(t,e,r){if(e==="mo"){return r.ordinalNumber(t.getUTCMinutes(),{unit:"minute"})}return E.m(t,e)},s:function n(t,e,r){if(e==="so"){return r.ordinalNumber(t.getUTCSeconds(),{unit:"second"})}return E.s(t,e)},S:function n(t,e){return E.S(t,e)},X:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();if(o===0){return"Z"}switch(e){case"X":return O(o);case"XXXX":case"XX":return j(o);case"XXXXX":case"XXX":default:return j(o,":")}},x:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"x":return O(o);case"xxxx":case"xx":return j(o);case"xxxxx":case"xxx":default:return j(o,":")}},O:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+T(o,":");case"OOOO":default:return"GMT"+j(o,":")}},z:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+T(o,":");case"zzzz":default:return"GMT"+j(o,":")}},t:function n(t,e,r,a){var i=a._originalDate||t;var o=Math.floor(i.getTime()/1e3);return x(o,e.length)},T:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTime();return x(o,e.length)}};function T(n,t){var e=n>0?"-":"+";var r=Math.abs(n);var a=Math.floor(r/60);var i=r%60;if(i===0){return e+String(a)}var o=t||"";return e+String(a)+o+x(i,2)}function O(n,t){if(n%60===0){var e=n>0?"-":"+";return e+x(Math.abs(n)/60,2)}return j(n,t)}function j(n,t){var e=t||"";var r=n>0?"-":"+";var a=Math.abs(n);var i=x(Math.floor(a/60),2);var o=x(a%60,2);return r+i+e+o}var A=function n(t,e){switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});case"PPPP":default:return e.date({width:"full"})}};var W=function n(t,e){switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});case"pppp":default:return e.time({width:"full"})}};var k=function n(t,e){var r=t.match(/(P+)(p+)?/)||[];var a=r[1];var i=r[2];if(!i){return A(t,e)}var o;switch(a){case"P":o=e.dateTime({width:"short"});break;case"PP":o=e.dateTime({width:"medium"});break;case"PPP":o=e.dateTime({width:"long"});break;case"PPPP":default:o=e.dateTime({width:"full"});break}return o.replace("{{date}}",A(a,e)).replace("{{time}}",W(i,e))};var N={p:W,P:k};var Y=["D","DD"];var q=["YY","YYYY"];function F(n){return Y.indexOf(n)!==-1}function L(n){return q.indexOf(n)!==-1}function R(n,t,e){if(n==="YYYY"){throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="YY"){throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="D"){throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="DD"){throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}}var X={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};var G=function n(t,e,r){var a;var i=X[t];if(typeof i==="string"){a=i}else if(e===1){a=i.one}else{a=i.other.replace("{{count}}",e.toString())}if(r!==null&&r!==void 0&&r.addSuffix){if(r.comparison&&r.comparison>0){return"in "+a}else{return a+" ago"}}return a};function z(n){return function(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var e=t.width?String(t.width):n.defaultWidth;var r=n.formats[e]||n.formats[n.defaultWidth];return r}}var B={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"};var Q={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"};var C={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};var _={date:z({formats:B,defaultWidth:"full"}),time:z({formats:Q,defaultWidth:"full"}),dateTime:z({formats:C,defaultWidth:"full"})};var H={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};var U=function n(t,e,r,a){return H[t]};function I(n){return function(t,e){var r=e!==null&&e!==void 0&&e.context?String(e.context):"standalone";var a;if(r==="formatting"&&n.formattingValues){var i=n.defaultFormattingWidth||n.defaultWidth;var o=e!==null&&e!==void 0&&e.width?String(e.width):i;a=n.formattingValues[o]||n.formattingValues[i]}else{var u=n.defaultWidth;var s=e!==null&&e!==void 0&&e.width?String(e.width):n.defaultWidth;a=n.values[s]||n.values[u]}var c=n.argumentCallback?n.argumentCallback(t):t;return a[c]}}var $={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]};var J={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]};var Z={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]};var V={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]};var K={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}};var nn={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}};var tn=function n(t,e){var r=Number(t);var a=r%100;if(a>20||a<10){switch(a%10){case 1:return r+"st";case 2:return r+"nd";case 3:return r+"rd"}}return r+"th"};var en={ordinalNumber:tn,era:I({values:$,defaultWidth:"wide"}),quarter:I({values:J,defaultWidth:"wide",argumentCallback:function n(t){return t-1}}),month:I({values:Z,defaultWidth:"wide"}),day:I({values:V,defaultWidth:"wide"}),dayPeriod:I({values:K,defaultWidth:"wide",formattingValues:nn,defaultFormattingWidth:"wide"})};function rn(n){return function(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=e.width;var a=r&&n.matchPatterns[r]||n.matchPatterns[n.defaultMatchWidth];var i=t.match(a);if(!i){return null}var o=i[0];var u=r&&n.parsePatterns[r]||n.parsePatterns[n.defaultParseWidth];var s=Array.isArray(u)?on(u,(function(n){return n.test(o)})):an(u,(function(n){return n.test(o)}));var c;c=n.valueCallback?n.valueCallback(s):s;c=e.valueCallback?e.valueCallback(c):c;var d=t.slice(o.length);return{value:c,rest:d}}}function an(n,t){for(var e in n){if(n.hasOwnProperty(e)&&t(n[e])){return e}}return undefined}function on(n,t){for(var e=0;e<n.length;e++){if(t(n[e])){return e}}return undefined}function un(n){return function(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=t.match(n.matchPattern);if(!r)return null;var a=r[0];var i=t.match(n.parsePattern);if(!i)return null;var o=n.valueCallback?n.valueCallback(i[0]):i[0];o=e.valueCallback?e.valueCallback(o):o;var u=t.slice(a.length);return{value:o,rest:u}}}var sn=/^(\d+)(th|st|nd|rd)?/i;var cn=/\d+/i;var dn={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i};var fn={any:[/^b/i,/^(a|c)/i]};var ln={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i};var vn={any:[/1/i,/2/i,/3/i,/4/i]};var hn={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i};var mn={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]};var bn={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i};var gn={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]};var pn={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i};var wn={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}};var yn={ordinalNumber:un({matchPattern:sn,parsePattern:cn,valueCallback:function n(t){return parseInt(t,10)}}),era:rn({matchPatterns:dn,defaultMatchWidth:"wide",parsePatterns:fn,defaultParseWidth:"any"}),quarter:rn({matchPatterns:ln,defaultMatchWidth:"wide",parsePatterns:vn,defaultParseWidth:"any",valueCallback:function n(t){return t+1}}),month:rn({matchPatterns:hn,defaultMatchWidth:"wide",parsePatterns:mn,defaultParseWidth:"any"}),day:rn({matchPatterns:bn,defaultMatchWidth:"wide",parsePatterns:gn,defaultParseWidth:"any"}),dayPeriod:rn({matchPatterns:pn,defaultMatchWidth:"any",parsePatterns:wn,defaultParseWidth:"any"})};var Mn={code:"en-US",formatDistance:G,formatLong:_,formatRelative:U,localize:en,match:yn,options:{weekStartsOn:0,firstWeekContainsDate:1}};var Sn=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g;var xn=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;var En=/^'([^]*?)'?$/;var Dn=/''/g;var Pn=/[a-zA-Z]/;function Tn(n,a,i){var s,f,l,v,h,m,b,g,p,w,y,M,S,x,E,D,T,O;e(2,arguments);var j=String(a);var A=o();var W=(s=(f=i===null||i===void 0?void 0:i.locale)!==null&&f!==void 0?f:A.locale)!==null&&s!==void 0?s:Mn;var k=t((l=(v=(h=(m=i===null||i===void 0?void 0:i.firstWeekContainsDate)!==null&&m!==void 0?m:i===null||i===void 0?void 0:(b=i.locale)===null||b===void 0?void 0:(g=b.options)===null||g===void 0?void 0:g.firstWeekContainsDate)!==null&&h!==void 0?h:A.firstWeekContainsDate)!==null&&v!==void 0?v:(p=A.locale)===null||p===void 0?void 0:(w=p.options)===null||w===void 0?void 0:w.firstWeekContainsDate)!==null&&l!==void 0?l:1);if(!(k>=1&&k<=7)){throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively")}var Y=t((y=(M=(S=(x=i===null||i===void 0?void 0:i.weekStartsOn)!==null&&x!==void 0?x:i===null||i===void 0?void 0:(E=i.locale)===null||E===void 0?void 0:(D=E.options)===null||D===void 0?void 0:D.weekStartsOn)!==null&&S!==void 0?S:A.weekStartsOn)!==null&&M!==void 0?M:(T=A.locale)===null||T===void 0?void 0:(O=T.options)===null||O===void 0?void 0:O.weekStartsOn)!==null&&y!==void 0?y:0);if(!(Y>=0&&Y<=6)){throw new RangeError("weekStartsOn must be between 0 and 6 inclusively")}if(!W.localize){throw new RangeError("locale must contain localize property")}if(!W.formatLong){throw new RangeError("locale must contain formatLong property")}var q=r(n);if(!c(q)){throw new RangeError("Invalid time value")}var X=u(q);var G=d(q,X);var z={firstWeekContainsDate:k,weekStartsOn:Y,locale:W,_originalDate:q};var B=j.match(xn).map((function(n){var t=n[0];if(t==="p"||t==="P"){var e=N[t];return e(n,W.formatLong)}return n})).join("").match(Sn).map((function(t){if(t==="''"){return"'"}var e=t[0];if(e==="'"){return On(t)}var r=P[e];if(r){if(!(i!==null&&i!==void 0&&i.useAdditionalWeekYearTokens)&&L(t)){R(t,a,String(n))}if(!(i!==null&&i!==void 0&&i.useAdditionalDayOfYearTokens)&&F(t)){R(t,a,String(n))}return r(G,t,W.localize,z)}if(e.match(Pn)){throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`")}return t})).join("");return B}function On(n){var t=n.match(En);if(!t){return n}return t[1].replace(Dn,"'")}var jn={defaultAmount:0,defaultCurrency:"USD",defaultPrecision:2};var An={globalLocale:"en-US",globalFormat:"$0,0.00",globalRoundingMode:"HALF_EVEN",globalFormatRoundingMode:"HALF_AWAY_FROM_ZERO",globalExchangeRatesApi:{endpoint:undefined,headers:undefined,propertyPath:undefined}};function Wn(n){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Wn=function(n){return typeof n}}else{Wn=function(n){return n&&typeof Symbol==="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n}}return Wn(n)}function kn(n){return Nn(n)||Yn(n)||qn(n)||Ln()}function Nn(n){if(Array.isArray(n))return n}function Yn(n){if(typeof Symbol!=="undefined"&&Symbol.iterator in Object(n))return Array.from(n)}function qn(n,t){if(!n)return;if(typeof n==="string")return Fn(n,t);var e=Object.prototype.toString.call(n).slice(8,-1);if(e==="Object"&&n.constructor)e=n.constructor.name;if(e==="Map"||e==="Set")return Array.from(n);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return Fn(n,t)}function Fn(n,t){if(t==null||t>n.length)t=n.length;for(var e=0,r=new Array(t);e<t;e++)r[e]=n[e];return r}function Ln(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var Rn={normalizePrecision:function n(t){var e=t.reduce((function(n,t){return Math.max(n.getPrecision(),t.getPrecision())}));return t.map((function(n){return n.getPrecision()!==e?n.convertPrecision(e):n}))},minimum:function n(t){var e=kn(t),r=e[0],a=e.slice(1);var i=r;a.forEach((function(n){i=i.lessThan(n)?i:n}));return i},maximum:function n(t){var e=kn(t),r=e[0],a=e.slice(1);var i=r;a.forEach((function(n){i=i.greaterThan(n)?i:n}));return i}};function Xn(n){return!isNaN(parseInt(n))&&isFinite(n)}function Gn(n){return Xn(n)&&n<=100&&n>=0}function zn(n){return n.length>0&&n.every((function(n){return n>=0}))&&n.some((function(n){return n>0}))}function Bn(n){return n%2===0}function Qn(n){return Xn(n)&&!Number.isInteger(n)}function Cn(){var n=arguments.length>0&&arguments[0]!==undefined?arguments[0]:0;var t=n.toString();if(t.indexOf("e-")>0){return parseInt(t.split("e-")[1])}else{var e=t.split(".")[1];return e?e.length:0}}function _n(n){return Math.abs(n)%1===.5}function Hn(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};return new Promise((function(e,r){var a=Object.assign(new XMLHttpRequest,{onreadystatechange:function n(){if(a.readyState===4){if(a.status>=200&&a.status<400)e(JSON.parse(a.responseText));else r(new Error(a.statusText))}},onerror:function n(){r(new Error("Network error"))}});a.open("GET",n,true);Un(a,t.headers);a.send()}))}function Un(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};for(var e in t){n.setRequestHeader(e,t[e])}return n}function In(n){return typeof n==="undefined"}function $n(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:".";var e={};Object.entries(n).forEach((function(n){if(Wn(n[1])==="object"){var r=$n(n[1]);Object.entries(r).forEach((function(r){e[n[0]+t+r[0]]=r[1]}))}else{e[n[0]]=n[1]}}));return e}function Jn(n){return Boolean(n)&&(Wn(n)==="object"||typeof n==="function")&&typeof n.then==="function"}function Zn(){var n=function n(t,e){var r=function n(t){return Math.pow(10,Cn(t))};var a=Math.max(r(t),r(e));return Math.round(t*a)*Math.round(e*a)/(a*a)};var t={HALF_ODD:function n(t){var e=Math.round(t);return _n(t)?Bn(e)?e-1:e:e},HALF_EVEN:function n(t){var e=Math.round(t);return _n(t)?Bn(e)?e:e-1:e},HALF_UP:function n(t){return Math.round(t)},HALF_DOWN:function n(t){return _n(t)?Math.floor(t):Math.round(t)},HALF_TOWARDS_ZERO:function n(t){return _n(t)?Math.sign(t)*Math.floor(Math.abs(t)):Math.round(t)},HALF_AWAY_FROM_ZERO:function n(t){return _n(t)?Math.sign(t)*Math.ceil(Math.abs(t)):Math.round(t)},DOWN:function n(t){return Math.floor(t)}};return{add:function n(t,e){return t+e},subtract:function n(t,e){return t-e},multiply:function t(e,r){return Qn(e)||Qn(r)?n(e,r):e*r},divide:function n(t,e){return t/e},modulo:function n(t,e){return t%e},round:function n(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"HALF_EVEN";return t[r](e)}}}var Vn=Zn();function Kn(n){var t=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(n);return{getMatches:function n(){return t!==null?t.slice(1).filter((function(n){return!In(n)})):[]},getMinimumFractionDigits:function n(){var t=function n(t){return t==="."};return!In(this.getMatches().find(t))?this.getMatches()[Vn.add(this.getMatches().findIndex(t),1)].split("").length:0},getCurrencyDisplay:function n(){var t={USD:"code",dollar:"name",$:"symbol"};return t[this.getMatches().find((function(n){return n==="USD"||n==="dollar"||n==="$"}))]},getStyle:function n(){return!In(this.getCurrencyDisplay(this.getMatches()))?"currency":"decimal"},getUseGrouping:function n(){return!In(this.getMatches().find((function(n){return n===","})))}}}function nt(n){var t=function n(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"";var e=arguments.length>1?arguments[1]:undefined;for(var r in e){t=t.replace("{{".concat(r,"}}"),e[r])}return t};var e=function e(r,a){return Hn(t(n.endpoint,{from:r,to:a}),{headers:n.headers})};return{getExchangeRate:function r(a,i){return(Jn(n.endpoint)?n.endpoint:e(a,i)).then((function(e){return $n(e)[t(n.propertyPath,{from:a,to:i})]}))}}}function tt(n,t){var e=arguments.length>2&&arguments[2]!==undefined?arguments[2]:Error;if(!n)throw new e(t)}function et(n){tt(Gn(n),"You must provide a numeric value between 0 and 100.",RangeError)}function rt(n){tt(zn(n),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}function at(n){tt(Number.isInteger(n),"You must provide an integer.",TypeError)}var it=Zn();var ot=function n(t){var e=Object.assign({},{amount:n.defaultAmount,currency:n.defaultCurrency,precision:n.defaultPrecision},t),r=e.amount,a=e.currency,i=e.precision;at(r);at(i);var o=n.globalLocale,u=n.globalFormat,s=n.globalRoundingMode,c=n.globalFormatRoundingMode;var d=Object.assign({},n.globalExchangeRatesApi);var f=function t(e){var o=Object.assign({},Object.assign({},{amount:r,currency:a,precision:i},e),Object.assign({},{locale:this.locale},e));return Object.assign(n({amount:o.amount,currency:o.currency,precision:o.precision}),{locale:o.locale})};var l=function n(t){tt(this.hasSameCurrency(t),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function n(){return r},getCurrency:function n(){return a},getLocale:function n(){return this.locale||o},setLocale:function n(t){return f.call(this,{locale:t})},getPrecision:function n(){return i},convertPrecision:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;at(t);var r=this.getPrecision();var a=t>r;var i=a?it.multiply:it.divide;var o=a?[t,r]:[r,t];var u=Math.pow(10,it.subtract.apply(it,o));return f.call(this,{amount:it.round(i(this.getAmount(),u),e),precision:t})},add:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return f.call(this,{amount:it.add(r[0].getAmount(),r[1].getAmount()),precision:r[0].getPrecision()})},subtract:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return f.call(this,{amount:it.subtract(r[0].getAmount(),r[1].getAmount()),precision:r[0].getPrecision()})},multiply:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;return f.call(this,{amount:it.round(it.multiply(this.getAmount(),t),e)})},divide:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;return f.call(this,{amount:it.round(it.divide(this.getAmount(),t),e)})},percentage:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;et(t);return this.multiply(it.divide(t,100),e)},allocate:function n(t){var e=this;rt(t);var r=t.reduce((function(n,t){return it.add(n,t)}));var a=this.getAmount();var i=t.map((function(n){var t=Math.floor(it.divide(it.multiply(e.getAmount(),n),r));a=it.subtract(a,t);return f.call(e,{amount:t})}));var o=0;while(a>0){if(t[o]>0){i[o]=i[o].add(f.call(this,{amount:1}));a=it.subtract(a,1)}o+=1}return i},convert:function n(t){var e=this;var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},a=r.endpoint,i=a===void 0?d.endpoint:a,o=r.propertyPath,u=o===void 0?d.propertyPath||"rates.{{to}}":o,c=r.headers,l=c===void 0?d.headers:c,v=r.roundingMode,h=v===void 0?s:v;var m=Object.assign({},{endpoint:i,propertyPath:u,headers:l,roundingMode:h});return nt(m).getExchangeRate(this.getCurrency(),t).then((function(n){tt(!In(n),'No rate was found for the destination currency "'.concat(t,'".'),TypeError);return f.call(e,{amount:it.round(it.multiply(e.getAmount(),parseFloat(n)),m.roundingMode),currency:t})}))},equalsTo:function n(t){return this.hasSameAmount(t)&&this.hasSameCurrency(t)},lessThan:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()<r[1].getAmount()},lessThanOrEqual:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()<=r[1].getAmount()},greaterThan:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()>r[1].getAmount()},greaterThanOrEqual:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()>=r[1].getAmount()},isZero:function n(){return this.getAmount()===0},isPositive:function n(){return this.getAmount()>=0},isNegative:function n(){return this.getAmount()<0},hasSubUnits:function n(){return it.modulo(this.getAmount(),Math.pow(10,i))!==0},hasCents:function n(){return it.modulo(this.getAmount(),Math.pow(10,i))!==0},hasSameCurrency:function n(t){return this.getCurrency()===t.getCurrency()},hasSameAmount:function t(e){var r=n.normalizePrecision([this,e]);return r[0].getAmount()===r[1].getAmount()},toFormat:function n(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:u;var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;var r=Kn(t);return this.toRoundedUnit(r.getMinimumFractionDigits(),e).toLocaleString(this.getLocale(),{currencyDisplay:r.getCurrencyDisplay(),useGrouping:r.getUseGrouping(),minimumFractionDigits:r.getMinimumFractionDigits(),style:r.getStyle(),currency:this.getCurrency()})},toUnit:function n(){return it.divide(this.getAmount(),Math.pow(10,i))},toRoundedUnit:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;var r=Math.pow(10,t);return it.divide(it.round(it.multiply(this.toUnit(),r),e),r)},toObject:function n(){return{amount:r,currency:a,precision:i}},toJSON:function n(){return this.toObject()}}};var ut=Object.assign(ot,jn,An,Rn);function st(n,t=true){if(!n)n=0;function e(n){const e=t?"$0,0.00":"0,0.00";return ut({amount:n,currency:"USD"}).toFormat(e)}return n<0?`(${e(-n)})`:e(n)}function ct(n){if(!n)n=0;function t(n){const t=n/100;return t.toFixed(2).toString()+"%"}return t(n)}function dt(n){if(!n)return"";const t=new Date(n);return Tn(t,"MMM d, yyyy")}function ft(n){if(typeof n==="string"){n=new Date(n)}if(Object.prototype.toString.call(n)==="[object Date]"){if(isNaN(n.getTime())){return"Invalid date"}}else{return"Invalid input"}const t={year:"numeric",month:"short",day:"numeric"};return n.toLocaleDateString("en-US",t)}function lt(n){if(!n)return"";const t=new Date(n);return Tn(t,"h:mmaaa")}function vt(n){return`${n.address_line1}, ${n.address_city}, ${n.address_state}, ${n.address_postal_code}`}function ht(){var n;const t=getComputedStyle(document.body);return((n=t===null||t===void 0?void 0:t.getPropertyValue("--jfi-load-google-font"))===null||n===void 0?void 0:n.trim().replace(/'|"/g,"").replace(" ","+"))||null}const mt=n=>{switch(n){case"authorized":return"<span class='badge bg-primary' title='This card payment was authorized, but not captured. It could still succeed or fail.'>Authorized</span>";case"disputed":return"<span class='badge bg-primary' title='The account holder disputed this payment. The amount has been returned and a fee assessed.'>Disputed</span>";case"achFailed":return"<span class='badge bg-danger' title='The funds couldn't be collected for this ACH payment (in addition to the original payment, an ACH return and fee will appear in a payout)'>Failed</span>";case"failed":return"<span class='badge bg-danger' title='This card payment didn't go through (it won't appear in a payout)'>Failed</span>";case"fully_refunded":return"<span class='badge bg-primary' title='The full amount of this payment has been refunded'>Fully Refunded</span>";case"partially_refunded":return"<span class='badge bg-primary' title='A portion of this payment has been refunded'>Partially Refunded</span>";case"pending":return"<span class='badge bg-secondary' title='This ACH payment was processed, but the funds haven't settled. It could still succeed or fail.'>Pending</span>";case"succeeded":return"<span class='badge bg-success' title='This payment was successfully captured'>Successful</span>"}};const bt=n=>{switch(n){case"canceled":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Canceled</span>";case"failed":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Failed</span>";case"forwarded":return"<span class='badge bg-secondary' title='This payout initially failed; the funds have been forwarded to your next successful payout'>Forwarded</span>";case"in_transit":return"<span class='badge bg-primary' title='Transfer to your bank account has been initiated'>In Transit</span>";case"paid":return"<span class='badge bg-success' title='Successfully deposited into your bank account'>Paid</span>";case"pending":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Pending</span>";case"scheduled":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Scheduled</span>";case"withdrawn":return"<span class='badge bg-success' title='Negative payout balance successfully withdrawn from your bank account'>Withdrawn</span>"}};const gt=n=>{switch(n){case"created":return"<span class='badge bg-primary' title='This sub account has been created, but we haven't received their onboarding yet'>Canceled</span>";case"submitted":return"<span class='badge bg-info' title='We've received this sub account's onboarding and we're reviewing their information'>Submitted</span>";case"information_needed":return"<span class='badge bg-warning' title='We've reviewed this sub account's onboarding information and found an issue'>Information Needed</span>";case"enabled":return"<span class='badge bg-success' title='This sub account is approved to process payments'>Enabled</span>";case"disabled":return"<span class='badge bg-danger' title='This sub account was previously approved, but has since become ineligible to process payments'>Disabled</span>";case"rejected":return"<span class='badge bg-danger' title='This sub account didn't pass approval, so they won't be able to process payments'>Rejected</span>";case"archived":return"<span class='badge bg-primary' title='This sub account has been archived. They won't be able to process payments unless they are restored'>Archived</span>"}};function pt(n){return n.split("_").map((n=>n.charAt(0).toUpperCase()+n.slice(1))).join(" ")}export{mt as M,lt as a,st as b,bt as c,gt as d,ht as e,dt as f,ct as g,ft as h,vt as i,pt as s};
2
- //# sourceMappingURL=p-4d37473a.js.map
1
+ function n(t){"@babel/helpers - typeof";return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},n(t)}function t(n){if(n===null||n===true||n===false){return NaN}var t=Number(n);if(isNaN(t)){return t}return t<0?Math.ceil(t):Math.floor(t)}function e(n,t){if(t.length<n){throw new TypeError(n+" argument"+(n>1?"s":"")+" required, but only "+t.length+" present")}}function r(t){e(1,arguments);var r=Object.prototype.toString.call(t);if(t instanceof Date||n(t)==="object"&&r==="[object Date]"){return new Date(t.getTime())}else if(typeof t==="number"||r==="[object Number]"){return new Date(t)}else{if((typeof t==="string"||r==="[object String]")&&typeof console!=="undefined"){console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments");console.warn((new Error).stack)}return new Date(NaN)}}function a(n,a){e(2,arguments);var i=r(n).getTime();var o=t(a);return new Date(i+o)}var i={};function o(){return i}function u(n){var t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));t.setUTCFullYear(n.getFullYear());return n.getTime()-t.getTime()}function s(t){e(1,arguments);return t instanceof Date||n(t)==="object"&&Object.prototype.toString.call(t)==="[object Date]"}function c(n){e(1,arguments);if(!s(n)&&typeof n!=="number"){return false}var t=r(n);return!isNaN(Number(t))}function d(n,r){e(2,arguments);var i=t(r);return a(n,-i)}var f=864e5;function l(n){e(1,arguments);var t=r(n);var a=t.getTime();t.setUTCMonth(0,1);t.setUTCHours(0,0,0,0);var i=t.getTime();var o=a-i;return Math.floor(o/f)+1}function v(n){e(1,arguments);var t=1;var a=r(n);var i=a.getUTCDay();var o=(i<t?7:0)+i-t;a.setUTCDate(a.getUTCDate()-o);a.setUTCHours(0,0,0,0);return a}function h(n){e(1,arguments);var t=r(n);var a=t.getUTCFullYear();var i=new Date(0);i.setUTCFullYear(a+1,0,4);i.setUTCHours(0,0,0,0);var o=v(i);var u=new Date(0);u.setUTCFullYear(a,0,4);u.setUTCHours(0,0,0,0);var s=v(u);if(t.getTime()>=o.getTime()){return a+1}else if(t.getTime()>=s.getTime()){return a}else{return a-1}}function m(n){e(1,arguments);var t=h(n);var r=new Date(0);r.setUTCFullYear(t,0,4);r.setUTCHours(0,0,0,0);var a=v(r);return a}var b=6048e5;function g(n){e(1,arguments);var t=r(n);var a=v(t).getTime()-m(t).getTime();return Math.round(a/b)+1}function p(n,a){var i,u,s,c,d,f,l,v;e(1,arguments);var h=o();var m=t((i=(u=(s=(c=a===null||a===void 0?void 0:a.weekStartsOn)!==null&&c!==void 0?c:a===null||a===void 0?void 0:(d=a.locale)===null||d===void 0?void 0:(f=d.options)===null||f===void 0?void 0:f.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&u!==void 0?u:(l=h.locale)===null||l===void 0?void 0:(v=l.options)===null||v===void 0?void 0:v.weekStartsOn)!==null&&i!==void 0?i:0);if(!(m>=0&&m<=6)){throw new RangeError("weekStartsOn must be between 0 and 6 inclusively")}var b=r(n);var g=b.getUTCDay();var p=(g<m?7:0)+g-m;b.setUTCDate(b.getUTCDate()-p);b.setUTCHours(0,0,0,0);return b}function w(n,a){var i,u,s,c,d,f,l,v;e(1,arguments);var h=r(n);var m=h.getUTCFullYear();var b=o();var g=t((i=(u=(s=(c=a===null||a===void 0?void 0:a.firstWeekContainsDate)!==null&&c!==void 0?c:a===null||a===void 0?void 0:(d=a.locale)===null||d===void 0?void 0:(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&s!==void 0?s:b.firstWeekContainsDate)!==null&&u!==void 0?u:(l=b.locale)===null||l===void 0?void 0:(v=l.options)===null||v===void 0?void 0:v.firstWeekContainsDate)!==null&&i!==void 0?i:1);if(!(g>=1&&g<=7)){throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively")}var w=new Date(0);w.setUTCFullYear(m+1,0,g);w.setUTCHours(0,0,0,0);var y=p(w,a);var M=new Date(0);M.setUTCFullYear(m,0,g);M.setUTCHours(0,0,0,0);var S=p(M,a);if(h.getTime()>=y.getTime()){return m+1}else if(h.getTime()>=S.getTime()){return m}else{return m-1}}function y(n,r){var a,i,u,s,c,d,f,l;e(1,arguments);var v=o();var h=t((a=(i=(u=(s=r===null||r===void 0?void 0:r.firstWeekContainsDate)!==null&&s!==void 0?s:r===null||r===void 0?void 0:(c=r.locale)===null||c===void 0?void 0:(d=c.options)===null||d===void 0?void 0:d.firstWeekContainsDate)!==null&&u!==void 0?u:v.firstWeekContainsDate)!==null&&i!==void 0?i:(f=v.locale)===null||f===void 0?void 0:(l=f.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&a!==void 0?a:1);var m=w(n,r);var b=new Date(0);b.setUTCFullYear(m,0,h);b.setUTCHours(0,0,0,0);var g=p(b,r);return g}var M=6048e5;function S(n,t){e(1,arguments);var a=r(n);var i=p(a,t).getTime()-y(a,t).getTime();return Math.round(i/M)+1}function x(n,t){var e=n<0?"-":"";var r=Math.abs(n).toString();while(r.length<t){r="0"+r}return e+r}var E={y:function n(t,e){var r=t.getUTCFullYear();var a=r>0?r:1-r;return x(e==="yy"?a%100:a,e.length)},M:function n(t,e){var r=t.getUTCMonth();return e==="M"?String(r+1):x(r+1,2)},d:function n(t,e){return x(t.getUTCDate(),e.length)},a:function n(t,e){var r=t.getUTCHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return r.toUpperCase();case"aaa":return r;case"aaaaa":return r[0];case"aaaa":default:return r==="am"?"a.m.":"p.m."}},h:function n(t,e){return x(t.getUTCHours()%12||12,e.length)},H:function n(t,e){return x(t.getUTCHours(),e.length)},m:function n(t,e){return x(t.getUTCMinutes(),e.length)},s:function n(t,e){return x(t.getUTCSeconds(),e.length)},S:function n(t,e){var r=e.length;var a=t.getUTCMilliseconds();var i=Math.floor(a*Math.pow(10,r-3));return x(i,e.length)}};var D={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};var P={G:function n(t,e,r){var a=t.getUTCFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return r.era(a,{width:"abbreviated"});case"GGGGG":return r.era(a,{width:"narrow"});case"GGGG":default:return r.era(a,{width:"wide"})}},y:function n(t,e,r){if(e==="yo"){var a=t.getUTCFullYear();var i=a>0?a:1-a;return r.ordinalNumber(i,{unit:"year"})}return E.y(t,e)},Y:function n(t,e,r,a){var i=w(t,a);var o=i>0?i:1-i;if(e==="YY"){var u=o%100;return x(u,2)}if(e==="Yo"){return r.ordinalNumber(o,{unit:"year"})}return x(o,e.length)},R:function n(t,e){var r=h(t);return x(r,e.length)},u:function n(t,e){var r=t.getUTCFullYear();return x(r,e.length)},Q:function n(t,e,r){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"Q":return String(a);case"QQ":return x(a,2);case"Qo":return r.ordinalNumber(a,{unit:"quarter"});case"QQQ":return r.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return r.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return r.quarter(a,{width:"wide",context:"formatting"})}},q:function n(t,e,r){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"q":return String(a);case"qq":return x(a,2);case"qo":return r.ordinalNumber(a,{unit:"quarter"});case"qqq":return r.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return r.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return r.quarter(a,{width:"wide",context:"standalone"})}},M:function n(t,e,r){var a=t.getUTCMonth();switch(e){case"M":case"MM":return E.M(t,e);case"Mo":return r.ordinalNumber(a+1,{unit:"month"});case"MMM":return r.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return r.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return r.month(a,{width:"wide",context:"formatting"})}},L:function n(t,e,r){var a=t.getUTCMonth();switch(e){case"L":return String(a+1);case"LL":return x(a+1,2);case"Lo":return r.ordinalNumber(a+1,{unit:"month"});case"LLL":return r.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return r.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return r.month(a,{width:"wide",context:"standalone"})}},w:function n(t,e,r,a){var i=S(t,a);if(e==="wo"){return r.ordinalNumber(i,{unit:"week"})}return x(i,e.length)},I:function n(t,e,r){var a=g(t);if(e==="Io"){return r.ordinalNumber(a,{unit:"week"})}return x(a,e.length)},d:function n(t,e,r){if(e==="do"){return r.ordinalNumber(t.getUTCDate(),{unit:"date"})}return E.d(t,e)},D:function n(t,e,r){var a=l(t);if(e==="Do"){return r.ordinalNumber(a,{unit:"dayOfYear"})}return x(a,e.length)},E:function n(t,e,r){var a=t.getUTCDay();switch(e){case"E":case"EE":case"EEE":return r.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return r.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return r.day(a,{width:"short",context:"formatting"});case"EEEE":default:return r.day(a,{width:"wide",context:"formatting"})}},e:function n(t,e,r,a){var i=t.getUTCDay();var o=(i-a.weekStartsOn+8)%7||7;switch(e){case"e":return String(o);case"ee":return x(o,2);case"eo":return r.ordinalNumber(o,{unit:"day"});case"eee":return r.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return r.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return r.day(i,{width:"short",context:"formatting"});case"eeee":default:return r.day(i,{width:"wide",context:"formatting"})}},c:function n(t,e,r,a){var i=t.getUTCDay();var o=(i-a.weekStartsOn+8)%7||7;switch(e){case"c":return String(o);case"cc":return x(o,e.length);case"co":return r.ordinalNumber(o,{unit:"day"});case"ccc":return r.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return r.day(i,{width:"narrow",context:"standalone"});case"cccccc":return r.day(i,{width:"short",context:"standalone"});case"cccc":default:return r.day(i,{width:"wide",context:"standalone"})}},i:function n(t,e,r){var a=t.getUTCDay();var i=a===0?7:a;switch(e){case"i":return String(i);case"ii":return x(i,e.length);case"io":return r.ordinalNumber(i,{unit:"day"});case"iii":return r.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return r.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return r.day(a,{width:"short",context:"formatting"});case"iiii":default:return r.day(a,{width:"wide",context:"formatting"})}},a:function n(t,e,r){var a=t.getUTCHours();var i=a/12>=1?"pm":"am";switch(e){case"a":case"aa":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function n(t,e,r){var a=t.getUTCHours();var i;if(a===12){i=D.noon}else if(a===0){i=D.midnight}else{i=a/12>=1?"pm":"am"}switch(e){case"b":case"bb":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function n(t,e,r){var a=t.getUTCHours();var i;if(a>=17){i=D.evening}else if(a>=12){i=D.afternoon}else if(a>=4){i=D.morning}else{i=D.night}switch(e){case"B":case"BB":case"BBB":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function n(t,e,r){if(e==="ho"){var a=t.getUTCHours()%12;if(a===0)a=12;return r.ordinalNumber(a,{unit:"hour"})}return E.h(t,e)},H:function n(t,e,r){if(e==="Ho"){return r.ordinalNumber(t.getUTCHours(),{unit:"hour"})}return E.H(t,e)},K:function n(t,e,r){var a=t.getUTCHours()%12;if(e==="Ko"){return r.ordinalNumber(a,{unit:"hour"})}return x(a,e.length)},k:function n(t,e,r){var a=t.getUTCHours();if(a===0)a=24;if(e==="ko"){return r.ordinalNumber(a,{unit:"hour"})}return x(a,e.length)},m:function n(t,e,r){if(e==="mo"){return r.ordinalNumber(t.getUTCMinutes(),{unit:"minute"})}return E.m(t,e)},s:function n(t,e,r){if(e==="so"){return r.ordinalNumber(t.getUTCSeconds(),{unit:"second"})}return E.s(t,e)},S:function n(t,e){return E.S(t,e)},X:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();if(o===0){return"Z"}switch(e){case"X":return O(o);case"XXXX":case"XX":return j(o);case"XXXXX":case"XXX":default:return j(o,":")}},x:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"x":return O(o);case"xxxx":case"xx":return j(o);case"xxxxx":case"xxx":default:return j(o,":")}},O:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+T(o,":");case"OOOO":default:return"GMT"+j(o,":")}},z:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+T(o,":");case"zzzz":default:return"GMT"+j(o,":")}},t:function n(t,e,r,a){var i=a._originalDate||t;var o=Math.floor(i.getTime()/1e3);return x(o,e.length)},T:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTime();return x(o,e.length)}};function T(n,t){var e=n>0?"-":"+";var r=Math.abs(n);var a=Math.floor(r/60);var i=r%60;if(i===0){return e+String(a)}var o=t||"";return e+String(a)+o+x(i,2)}function O(n,t){if(n%60===0){var e=n>0?"-":"+";return e+x(Math.abs(n)/60,2)}return j(n,t)}function j(n,t){var e=t||"";var r=n>0?"-":"+";var a=Math.abs(n);var i=x(Math.floor(a/60),2);var o=x(a%60,2);return r+i+e+o}var A=function n(t,e){switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});case"PPPP":default:return e.date({width:"full"})}};var W=function n(t,e){switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});case"pppp":default:return e.time({width:"full"})}};var k=function n(t,e){var r=t.match(/(P+)(p+)?/)||[];var a=r[1];var i=r[2];if(!i){return A(t,e)}var o;switch(a){case"P":o=e.dateTime({width:"short"});break;case"PP":o=e.dateTime({width:"medium"});break;case"PPP":o=e.dateTime({width:"long"});break;case"PPPP":default:o=e.dateTime({width:"full"});break}return o.replace("{{date}}",A(a,e)).replace("{{time}}",W(i,e))};var N={p:W,P:k};var Y=["D","DD"];var q=["YY","YYYY"];function F(n){return Y.indexOf(n)!==-1}function L(n){return q.indexOf(n)!==-1}function R(n,t,e){if(n==="YYYY"){throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="YY"){throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="D"){throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="DD"){throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}}var X={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};var G=function n(t,e,r){var a;var i=X[t];if(typeof i==="string"){a=i}else if(e===1){a=i.one}else{a=i.other.replace("{{count}}",e.toString())}if(r!==null&&r!==void 0&&r.addSuffix){if(r.comparison&&r.comparison>0){return"in "+a}else{return a+" ago"}}return a};function z(n){return function(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var e=t.width?String(t.width):n.defaultWidth;var r=n.formats[e]||n.formats[n.defaultWidth];return r}}var B={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"};var Q={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"};var C={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};var _={date:z({formats:B,defaultWidth:"full"}),time:z({formats:Q,defaultWidth:"full"}),dateTime:z({formats:C,defaultWidth:"full"})};var H={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};var U=function n(t,e,r,a){return H[t]};function I(n){return function(t,e){var r=e!==null&&e!==void 0&&e.context?String(e.context):"standalone";var a;if(r==="formatting"&&n.formattingValues){var i=n.defaultFormattingWidth||n.defaultWidth;var o=e!==null&&e!==void 0&&e.width?String(e.width):i;a=n.formattingValues[o]||n.formattingValues[i]}else{var u=n.defaultWidth;var s=e!==null&&e!==void 0&&e.width?String(e.width):n.defaultWidth;a=n.values[s]||n.values[u]}var c=n.argumentCallback?n.argumentCallback(t):t;return a[c]}}var $={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]};var J={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]};var Z={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]};var V={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]};var K={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}};var nn={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}};var tn=function n(t,e){var r=Number(t);var a=r%100;if(a>20||a<10){switch(a%10){case 1:return r+"st";case 2:return r+"nd";case 3:return r+"rd"}}return r+"th"};var en={ordinalNumber:tn,era:I({values:$,defaultWidth:"wide"}),quarter:I({values:J,defaultWidth:"wide",argumentCallback:function n(t){return t-1}}),month:I({values:Z,defaultWidth:"wide"}),day:I({values:V,defaultWidth:"wide"}),dayPeriod:I({values:K,defaultWidth:"wide",formattingValues:nn,defaultFormattingWidth:"wide"})};function rn(n){return function(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=e.width;var a=r&&n.matchPatterns[r]||n.matchPatterns[n.defaultMatchWidth];var i=t.match(a);if(!i){return null}var o=i[0];var u=r&&n.parsePatterns[r]||n.parsePatterns[n.defaultParseWidth];var s=Array.isArray(u)?on(u,(function(n){return n.test(o)})):an(u,(function(n){return n.test(o)}));var c;c=n.valueCallback?n.valueCallback(s):s;c=e.valueCallback?e.valueCallback(c):c;var d=t.slice(o.length);return{value:c,rest:d}}}function an(n,t){for(var e in n){if(n.hasOwnProperty(e)&&t(n[e])){return e}}return undefined}function on(n,t){for(var e=0;e<n.length;e++){if(t(n[e])){return e}}return undefined}function un(n){return function(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=t.match(n.matchPattern);if(!r)return null;var a=r[0];var i=t.match(n.parsePattern);if(!i)return null;var o=n.valueCallback?n.valueCallback(i[0]):i[0];o=e.valueCallback?e.valueCallback(o):o;var u=t.slice(a.length);return{value:o,rest:u}}}var sn=/^(\d+)(th|st|nd|rd)?/i;var cn=/\d+/i;var dn={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i};var fn={any:[/^b/i,/^(a|c)/i]};var ln={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i};var vn={any:[/1/i,/2/i,/3/i,/4/i]};var hn={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i};var mn={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]};var bn={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i};var gn={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]};var pn={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i};var wn={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}};var yn={ordinalNumber:un({matchPattern:sn,parsePattern:cn,valueCallback:function n(t){return parseInt(t,10)}}),era:rn({matchPatterns:dn,defaultMatchWidth:"wide",parsePatterns:fn,defaultParseWidth:"any"}),quarter:rn({matchPatterns:ln,defaultMatchWidth:"wide",parsePatterns:vn,defaultParseWidth:"any",valueCallback:function n(t){return t+1}}),month:rn({matchPatterns:hn,defaultMatchWidth:"wide",parsePatterns:mn,defaultParseWidth:"any"}),day:rn({matchPatterns:bn,defaultMatchWidth:"wide",parsePatterns:gn,defaultParseWidth:"any"}),dayPeriod:rn({matchPatterns:pn,defaultMatchWidth:"any",parsePatterns:wn,defaultParseWidth:"any"})};var Mn={code:"en-US",formatDistance:G,formatLong:_,formatRelative:U,localize:en,match:yn,options:{weekStartsOn:0,firstWeekContainsDate:1}};var Sn=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g;var xn=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;var En=/^'([^]*?)'?$/;var Dn=/''/g;var Pn=/[a-zA-Z]/;function Tn(n,a,i){var s,f,l,v,h,m,b,g,p,w,y,M,S,x,E,D,T,O;e(2,arguments);var j=String(a);var A=o();var W=(s=(f=i===null||i===void 0?void 0:i.locale)!==null&&f!==void 0?f:A.locale)!==null&&s!==void 0?s:Mn;var k=t((l=(v=(h=(m=i===null||i===void 0?void 0:i.firstWeekContainsDate)!==null&&m!==void 0?m:i===null||i===void 0?void 0:(b=i.locale)===null||b===void 0?void 0:(g=b.options)===null||g===void 0?void 0:g.firstWeekContainsDate)!==null&&h!==void 0?h:A.firstWeekContainsDate)!==null&&v!==void 0?v:(p=A.locale)===null||p===void 0?void 0:(w=p.options)===null||w===void 0?void 0:w.firstWeekContainsDate)!==null&&l!==void 0?l:1);if(!(k>=1&&k<=7)){throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively")}var Y=t((y=(M=(S=(x=i===null||i===void 0?void 0:i.weekStartsOn)!==null&&x!==void 0?x:i===null||i===void 0?void 0:(E=i.locale)===null||E===void 0?void 0:(D=E.options)===null||D===void 0?void 0:D.weekStartsOn)!==null&&S!==void 0?S:A.weekStartsOn)!==null&&M!==void 0?M:(T=A.locale)===null||T===void 0?void 0:(O=T.options)===null||O===void 0?void 0:O.weekStartsOn)!==null&&y!==void 0?y:0);if(!(Y>=0&&Y<=6)){throw new RangeError("weekStartsOn must be between 0 and 6 inclusively")}if(!W.localize){throw new RangeError("locale must contain localize property")}if(!W.formatLong){throw new RangeError("locale must contain formatLong property")}var q=r(n);if(!c(q)){throw new RangeError("Invalid time value")}var X=u(q);var G=d(q,X);var z={firstWeekContainsDate:k,weekStartsOn:Y,locale:W,_originalDate:q};var B=j.match(xn).map((function(n){var t=n[0];if(t==="p"||t==="P"){var e=N[t];return e(n,W.formatLong)}return n})).join("").match(Sn).map((function(t){if(t==="''"){return"'"}var e=t[0];if(e==="'"){return On(t)}var r=P[e];if(r){if(!(i!==null&&i!==void 0&&i.useAdditionalWeekYearTokens)&&L(t)){R(t,a,String(n))}if(!(i!==null&&i!==void 0&&i.useAdditionalDayOfYearTokens)&&F(t)){R(t,a,String(n))}return r(G,t,W.localize,z)}if(e.match(Pn)){throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`")}return t})).join("");return B}function On(n){var t=n.match(En);if(!t){return n}return t[1].replace(Dn,"'")}var jn={defaultAmount:0,defaultCurrency:"USD",defaultPrecision:2};var An={globalLocale:"en-US",globalFormat:"$0,0.00",globalRoundingMode:"HALF_EVEN",globalFormatRoundingMode:"HALF_AWAY_FROM_ZERO",globalExchangeRatesApi:{endpoint:undefined,headers:undefined,propertyPath:undefined}};function Wn(n){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Wn=function(n){return typeof n}}else{Wn=function(n){return n&&typeof Symbol==="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n}}return Wn(n)}function kn(n){return Nn(n)||Yn(n)||qn(n)||Ln()}function Nn(n){if(Array.isArray(n))return n}function Yn(n){if(typeof Symbol!=="undefined"&&Symbol.iterator in Object(n))return Array.from(n)}function qn(n,t){if(!n)return;if(typeof n==="string")return Fn(n,t);var e=Object.prototype.toString.call(n).slice(8,-1);if(e==="Object"&&n.constructor)e=n.constructor.name;if(e==="Map"||e==="Set")return Array.from(n);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return Fn(n,t)}function Fn(n,t){if(t==null||t>n.length)t=n.length;for(var e=0,r=new Array(t);e<t;e++)r[e]=n[e];return r}function Ln(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var Rn={normalizePrecision:function n(t){var e=t.reduce((function(n,t){return Math.max(n.getPrecision(),t.getPrecision())}));return t.map((function(n){return n.getPrecision()!==e?n.convertPrecision(e):n}))},minimum:function n(t){var e=kn(t),r=e[0],a=e.slice(1);var i=r;a.forEach((function(n){i=i.lessThan(n)?i:n}));return i},maximum:function n(t){var e=kn(t),r=e[0],a=e.slice(1);var i=r;a.forEach((function(n){i=i.greaterThan(n)?i:n}));return i}};function Xn(n){return!isNaN(parseInt(n))&&isFinite(n)}function Gn(n){return Xn(n)&&n<=100&&n>=0}function zn(n){return n.length>0&&n.every((function(n){return n>=0}))&&n.some((function(n){return n>0}))}function Bn(n){return n%2===0}function Qn(n){return Xn(n)&&!Number.isInteger(n)}function Cn(){var n=arguments.length>0&&arguments[0]!==undefined?arguments[0]:0;var t=n.toString();if(t.indexOf("e-")>0){return parseInt(t.split("e-")[1])}else{var e=t.split(".")[1];return e?e.length:0}}function _n(n){return Math.abs(n)%1===.5}function Hn(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};return new Promise((function(e,r){var a=Object.assign(new XMLHttpRequest,{onreadystatechange:function n(){if(a.readyState===4){if(a.status>=200&&a.status<400)e(JSON.parse(a.responseText));else r(new Error(a.statusText))}},onerror:function n(){r(new Error("Network error"))}});a.open("GET",n,true);Un(a,t.headers);a.send()}))}function Un(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};for(var e in t){n.setRequestHeader(e,t[e])}return n}function In(n){return typeof n==="undefined"}function $n(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:".";var e={};Object.entries(n).forEach((function(n){if(Wn(n[1])==="object"){var r=$n(n[1]);Object.entries(r).forEach((function(r){e[n[0]+t+r[0]]=r[1]}))}else{e[n[0]]=n[1]}}));return e}function Jn(n){return Boolean(n)&&(Wn(n)==="object"||typeof n==="function")&&typeof n.then==="function"}function Zn(){var n=function n(t,e){var r=function n(t){return Math.pow(10,Cn(t))};var a=Math.max(r(t),r(e));return Math.round(t*a)*Math.round(e*a)/(a*a)};var t={HALF_ODD:function n(t){var e=Math.round(t);return _n(t)?Bn(e)?e-1:e:e},HALF_EVEN:function n(t){var e=Math.round(t);return _n(t)?Bn(e)?e:e-1:e},HALF_UP:function n(t){return Math.round(t)},HALF_DOWN:function n(t){return _n(t)?Math.floor(t):Math.round(t)},HALF_TOWARDS_ZERO:function n(t){return _n(t)?Math.sign(t)*Math.floor(Math.abs(t)):Math.round(t)},HALF_AWAY_FROM_ZERO:function n(t){return _n(t)?Math.sign(t)*Math.ceil(Math.abs(t)):Math.round(t)},DOWN:function n(t){return Math.floor(t)}};return{add:function n(t,e){return t+e},subtract:function n(t,e){return t-e},multiply:function t(e,r){return Qn(e)||Qn(r)?n(e,r):e*r},divide:function n(t,e){return t/e},modulo:function n(t,e){return t%e},round:function n(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"HALF_EVEN";return t[r](e)}}}var Vn=Zn();function Kn(n){var t=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(n);return{getMatches:function n(){return t!==null?t.slice(1).filter((function(n){return!In(n)})):[]},getMinimumFractionDigits:function n(){var t=function n(t){return t==="."};return!In(this.getMatches().find(t))?this.getMatches()[Vn.add(this.getMatches().findIndex(t),1)].split("").length:0},getCurrencyDisplay:function n(){var t={USD:"code",dollar:"name",$:"symbol"};return t[this.getMatches().find((function(n){return n==="USD"||n==="dollar"||n==="$"}))]},getStyle:function n(){return!In(this.getCurrencyDisplay(this.getMatches()))?"currency":"decimal"},getUseGrouping:function n(){return!In(this.getMatches().find((function(n){return n===","})))}}}function nt(n){var t=function n(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"";var e=arguments.length>1?arguments[1]:undefined;for(var r in e){t=t.replace("{{".concat(r,"}}"),e[r])}return t};var e=function e(r,a){return Hn(t(n.endpoint,{from:r,to:a}),{headers:n.headers})};return{getExchangeRate:function r(a,i){return(Jn(n.endpoint)?n.endpoint:e(a,i)).then((function(e){return $n(e)[t(n.propertyPath,{from:a,to:i})]}))}}}function tt(n,t){var e=arguments.length>2&&arguments[2]!==undefined?arguments[2]:Error;if(!n)throw new e(t)}function et(n){tt(Gn(n),"You must provide a numeric value between 0 and 100.",RangeError)}function rt(n){tt(zn(n),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}function at(n){tt(Number.isInteger(n),"You must provide an integer.",TypeError)}var it=Zn();var ot=function n(t){var e=Object.assign({},{amount:n.defaultAmount,currency:n.defaultCurrency,precision:n.defaultPrecision},t),r=e.amount,a=e.currency,i=e.precision;at(r);at(i);var o=n.globalLocale,u=n.globalFormat,s=n.globalRoundingMode,c=n.globalFormatRoundingMode;var d=Object.assign({},n.globalExchangeRatesApi);var f=function t(e){var o=Object.assign({},Object.assign({},{amount:r,currency:a,precision:i},e),Object.assign({},{locale:this.locale},e));return Object.assign(n({amount:o.amount,currency:o.currency,precision:o.precision}),{locale:o.locale})};var l=function n(t){tt(this.hasSameCurrency(t),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function n(){return r},getCurrency:function n(){return a},getLocale:function n(){return this.locale||o},setLocale:function n(t){return f.call(this,{locale:t})},getPrecision:function n(){return i},convertPrecision:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;at(t);var r=this.getPrecision();var a=t>r;var i=a?it.multiply:it.divide;var o=a?[t,r]:[r,t];var u=Math.pow(10,it.subtract.apply(it,o));return f.call(this,{amount:it.round(i(this.getAmount(),u),e),precision:t})},add:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return f.call(this,{amount:it.add(r[0].getAmount(),r[1].getAmount()),precision:r[0].getPrecision()})},subtract:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return f.call(this,{amount:it.subtract(r[0].getAmount(),r[1].getAmount()),precision:r[0].getPrecision()})},multiply:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;return f.call(this,{amount:it.round(it.multiply(this.getAmount(),t),e)})},divide:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;return f.call(this,{amount:it.round(it.divide(this.getAmount(),t),e)})},percentage:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;et(t);return this.multiply(it.divide(t,100),e)},allocate:function n(t){var e=this;rt(t);var r=t.reduce((function(n,t){return it.add(n,t)}));var a=this.getAmount();var i=t.map((function(n){var t=Math.floor(it.divide(it.multiply(e.getAmount(),n),r));a=it.subtract(a,t);return f.call(e,{amount:t})}));var o=0;while(a>0){if(t[o]>0){i[o]=i[o].add(f.call(this,{amount:1}));a=it.subtract(a,1)}o+=1}return i},convert:function n(t){var e=this;var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},a=r.endpoint,i=a===void 0?d.endpoint:a,o=r.propertyPath,u=o===void 0?d.propertyPath||"rates.{{to}}":o,c=r.headers,l=c===void 0?d.headers:c,v=r.roundingMode,h=v===void 0?s:v;var m=Object.assign({},{endpoint:i,propertyPath:u,headers:l,roundingMode:h});return nt(m).getExchangeRate(this.getCurrency(),t).then((function(n){tt(!In(n),'No rate was found for the destination currency "'.concat(t,'".'),TypeError);return f.call(e,{amount:it.round(it.multiply(e.getAmount(),parseFloat(n)),m.roundingMode),currency:t})}))},equalsTo:function n(t){return this.hasSameAmount(t)&&this.hasSameCurrency(t)},lessThan:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()<r[1].getAmount()},lessThanOrEqual:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()<=r[1].getAmount()},greaterThan:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()>r[1].getAmount()},greaterThanOrEqual:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()>=r[1].getAmount()},isZero:function n(){return this.getAmount()===0},isPositive:function n(){return this.getAmount()>=0},isNegative:function n(){return this.getAmount()<0},hasSubUnits:function n(){return it.modulo(this.getAmount(),Math.pow(10,i))!==0},hasCents:function n(){return it.modulo(this.getAmount(),Math.pow(10,i))!==0},hasSameCurrency:function n(t){return this.getCurrency()===t.getCurrency()},hasSameAmount:function t(e){var r=n.normalizePrecision([this,e]);return r[0].getAmount()===r[1].getAmount()},toFormat:function n(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:u;var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;var r=Kn(t);return this.toRoundedUnit(r.getMinimumFractionDigits(),e).toLocaleString(this.getLocale(),{currencyDisplay:r.getCurrencyDisplay(),useGrouping:r.getUseGrouping(),minimumFractionDigits:r.getMinimumFractionDigits(),style:r.getStyle(),currency:this.getCurrency()})},toUnit:function n(){return it.divide(this.getAmount(),Math.pow(10,i))},toRoundedUnit:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;var r=Math.pow(10,t);return it.divide(it.round(it.multiply(this.toUnit(),r),e),r)},toObject:function n(){return{amount:r,currency:a,precision:i}},toJSON:function n(){return this.toObject()}}};var ut=Object.assign(ot,jn,An,Rn);function st(n,t=true){if(!n)n=0;function e(n){const e=t?"$0,0.00":"0,0.00";return ut({amount:n,currency:"USD"}).toFormat(e)}return n<0?`(${e(-n)})`:e(n)}function ct(n){if(!n)n=0;function t(n){const t=n/100;return t.toFixed(2).toString()+"%"}return t(n)}function dt(n){if(!n)return"";const t=new Date(n);return Tn(t,"MMM d, yyyy")}function ft(n){if(typeof n==="string"){n=new Date(n)}if(Object.prototype.toString.call(n)==="[object Date]"){if(isNaN(n.getTime())){return"Invalid date"}}else{return"Invalid input"}const t={year:"numeric",month:"short",day:"numeric"};return n.toLocaleDateString("en-US",t)}function lt(n,t){const e=n===t;return e?"Today":Tn(new Date(n.replace(/-/g,"/")),"MMM d")}function vt(n){if(!n)return"";const t=new Date(n);return Tn(t,"h:mmaaa")}function ht(n){return`${n.address_line1}, ${n.address_city}, ${n.address_state}, ${n.address_postal_code}`}function mt(){var n;const t=getComputedStyle(document.body);return((n=t===null||t===void 0?void 0:t.getPropertyValue("--jfi-load-google-font"))===null||n===void 0?void 0:n.trim().replace(/'|"/g,"").replace(" ","+"))||null}const bt=n=>{switch(n){case"authorized":return"<span class='badge bg-primary' title='This card payment was authorized, but not captured. It could still succeed or fail.'>Authorized</span>";case"disputed":return"<span class='badge bg-primary' title='The account holder disputed this payment. The amount has been returned and a fee assessed.'>Disputed</span>";case"achFailed":return"<span class='badge bg-danger' title='The funds couldn't be collected for this ACH payment (in addition to the original payment, an ACH return and fee will appear in a payout)'>Failed</span>";case"failed":return"<span class='badge bg-danger' title='This card payment didn't go through (it won't appear in a payout)'>Failed</span>";case"fully_refunded":return"<span class='badge bg-primary' title='The full amount of this payment has been refunded'>Fully Refunded</span>";case"partially_refunded":return"<span class='badge bg-primary' title='A portion of this payment has been refunded'>Partially Refunded</span>";case"pending":return"<span class='badge bg-secondary' title='This ACH payment was processed, but the funds haven't settled. It could still succeed or fail.'>Pending</span>";case"succeeded":return"<span class='badge bg-success' title='This payment was successfully captured'>Successful</span>"}};const gt=n=>{switch(n){case"canceled":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Canceled</span>";case"failed":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Failed</span>";case"forwarded":return"<span class='badge bg-secondary' title='This payout initially failed; the funds have been forwarded to your next successful payout'>Forwarded</span>";case"in_transit":return"<span class='badge bg-primary' title='Transfer to your bank account has been initiated'>In Transit</span>";case"paid":return"<span class='badge bg-success' title='Successfully deposited into your bank account'>Paid</span>";case"pending":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Pending</span>";case"scheduled":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Scheduled</span>";case"withdrawn":return"<span class='badge bg-success' title='Negative payout balance successfully withdrawn from your bank account'>Withdrawn</span>"}};const pt=n=>{switch(n){case"created":return"<span class='badge bg-primary' title='This sub account has been created, but we haven't received their onboarding yet'>Canceled</span>";case"submitted":return"<span class='badge bg-info' title='We've received this sub account's onboarding and we're reviewing their information'>Submitted</span>";case"information_needed":return"<span class='badge bg-warning' title='We've reviewed this sub account's onboarding information and found an issue'>Information Needed</span>";case"enabled":return"<span class='badge bg-success' title='This sub account is approved to process payments'>Enabled</span>";case"disabled":return"<span class='badge bg-danger' title='This sub account was previously approved, but has since become ineligible to process payments'>Disabled</span>";case"rejected":return"<span class='badge bg-danger' title='This sub account didn't pass approval, so they won't be able to process payments'>Rejected</span>";case"archived":return"<span class='badge bg-primary' title='This sub account has been archived. They won't be able to process payments unless they are restored'>Archived</span>"}};function wt(n){return n.split("_").map((n=>n.charAt(0).toUpperCase()+n.slice(1))).join(" ")}export{bt as M,st as a,lt as b,vt as c,gt as d,mt as e,dt as f,pt as g,ct as h,ft as i,ht as j,wt as s};
2
+ //# sourceMappingURL=p-d6b5793d.js.map