@erst-vg/vg-design-wrapper 1.0.3

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 (179) hide show
  1. package/README.md +2 -0
  2. package/dist/src/App.vue.d.ts +2 -0
  3. package/dist/src/VgDesign.vue.d.ts +6 -0
  4. package/dist/src/components/VgAccordion.vue.d.ts +67 -0
  5. package/dist/src/components/VgButton.vue.d.ts +25 -0
  6. package/dist/src/components/VgButtons.vue.d.ts +2 -0
  7. package/dist/src/components/VgCard.vue.d.ts +76 -0
  8. package/dist/src/components/VgCardGroup.vue.d.ts +25 -0
  9. package/dist/src/components/VgDesignWrapper.vue.d.ts +11 -0
  10. package/dist/src/components/VgIcon.vue.d.ts +31 -0
  11. package/dist/src/components/VgListe.vue.d.ts +56 -0
  12. package/dist/src/components/VgListeCard.vue.d.ts +33 -0
  13. package/dist/src/components/VgPagination.vue.d.ts +24 -0
  14. package/dist/src/index.d.ts +11 -0
  15. package/dist/src/main.d.ts +0 -0
  16. package/dist/src/utils/tekstnoegle-util.d.ts +2 -0
  17. package/dist/tests/helpers.d.ts +0 -0
  18. package/dist/tests/mocks.d.ts +1 -0
  19. package/dist/tests/unit/components/VgAccordion.spec.d.ts +1 -0
  20. package/dist/tests/unit/components/VgButton.spec.d.ts +1 -0
  21. package/dist/tests/unit/components/VgButtons.spec.d.ts +1 -0
  22. package/dist/tests/unit/components/VgCard.spec.d.ts +1 -0
  23. package/dist/tests/unit/components/VgCardGroup.spec.d.ts +1 -0
  24. package/dist/tests/unit/components/VgDesignWrapper.spec.d.ts +1 -0
  25. package/dist/tests/unit/components/VgIcon.spec.d.ts +1 -0
  26. package/dist/tests/unit/components/VgListe.spec.d.ts +1 -0
  27. package/dist/tests/unit/components/VgListeCard.spec.d.ts +1 -0
  28. package/dist/tests/unit/components/VgPagination.spec.d.ts +1 -0
  29. package/dist/tests/unit/utils/tekstnoegle-util.spec.d.ts +1 -0
  30. package/dist/vg-design-wrapper.js +2601 -0
  31. package/dist/vg-design-wrapper.umd.cjs +120 -0
  32. package/dist/vite.config.d.ts +2 -0
  33. package/package.json +89 -0
  34. package/src/assets/icons/abonnementFilled.svg +5 -0
  35. package/src/assets/icons/abonnementOutline.svg +5 -0
  36. package/src/assets/icons/accordion.svg +3 -0
  37. package/src/assets/icons/accordionClose.svg +3 -0
  38. package/src/assets/icons/accordionCloseOld.svg +7 -0
  39. package/src/assets/icons/accordionOpen.svg +3 -0
  40. package/src/assets/icons/accordionOpenOld.svg +7 -0
  41. package/src/assets/icons/accountCircle.svg +3 -0
  42. package/src/assets/icons/add.svg +6 -0
  43. package/src/assets/icons/addBig.svg +6 -0
  44. package/src/assets/icons/afpublicer.svg +3 -0
  45. package/src/assets/icons/anchorlink.svg +3 -0
  46. package/src/assets/icons/anchormenuer.svg +3 -0
  47. package/src/assets/icons/angleArrowDown.svg +3 -0
  48. package/src/assets/icons/angleArrowUp.svg +3 -0
  49. package/src/assets/icons/ansoegninger.svg +7 -0
  50. package/src/assets/icons/applikationer.svg +3 -0
  51. package/src/assets/icons/arrowLeft.svg +3 -0
  52. package/src/assets/icons/arrowRight.svg +3 -0
  53. package/src/assets/icons/bell.svg +3 -0
  54. package/src/assets/icons/bellAlarmFilled.svg +3 -0
  55. package/src/assets/icons/bellAlarmOutline.svg +3 -0
  56. package/src/assets/icons/bellOvercrossed.svg +3 -0
  57. package/src/assets/icons/beskedcenter.svg +3 -0
  58. package/src/assets/icons/billede.svg +3 -0
  59. package/src/assets/icons/bogmaerker.svg +3 -0
  60. package/src/assets/icons/bookmarkFilled.svg +3 -0
  61. package/src/assets/icons/bookmarkOutline.svg +3 -0
  62. package/src/assets/icons/breadcrumbArrow.svg +3 -0
  63. package/src/assets/icons/calendar.svg +3 -0
  64. package/src/assets/icons/calendarOutline.svg +3 -0
  65. package/src/assets/icons/callToAction.svg +3 -0
  66. package/src/assets/icons/card.svg +3 -0
  67. package/src/assets/icons/carouselArrowLeft.svg +3 -0
  68. package/src/assets/icons/carouselArrowRight.svg +3 -0
  69. package/src/assets/icons/category.svg +3 -0
  70. package/src/assets/icons/check.svg +3 -0
  71. package/src/assets/icons/chevronLeft.svg +3 -0
  72. package/src/assets/icons/circularArrow.svg +3 -0
  73. package/src/assets/icons/close.svg +3 -0
  74. package/src/assets/icons/closeCircleOutline.svg +3 -0
  75. package/src/assets/icons/closeCirleFilled.svg +3 -0
  76. package/src/assets/icons/copyLink.svg +3 -0
  77. package/src/assets/icons/datahub.svg +3 -0
  78. package/src/assets/icons/deleteOutline.svg +4 -0
  79. package/src/assets/icons/deltagelsesgange.svg +3 -0
  80. package/src/assets/icons/dots.svg +5 -0
  81. package/src/assets/icons/dotsHorizontal.svg +3 -0
  82. package/src/assets/icons/doubleArrow.svg +3 -0
  83. package/src/assets/icons/downRightArrow.svg +3 -0
  84. package/src/assets/icons/download.svg +3 -0
  85. package/src/assets/icons/draggable.svg +5 -0
  86. package/src/assets/icons/email.svg +5 -0
  87. package/src/assets/icons/emner.svg +3 -0
  88. package/src/assets/icons/envelopeFilled.svg +3 -0
  89. package/src/assets/icons/envelopeOutline.svg +5 -0
  90. package/src/assets/icons/error.svg +3 -0
  91. package/src/assets/icons/eyeHide.svg +3 -0
  92. package/src/assets/icons/file.svg +6 -0
  93. package/src/assets/icons/filter.svg +3 -0
  94. package/src/assets/icons/filter2.svg +20 -0
  95. package/src/assets/icons/graph.svg +3 -0
  96. package/src/assets/icons/helpCircleOutline.svg +6 -0
  97. package/src/assets/icons/hero.svg +3 -0
  98. package/src/assets/icons/highlightArrow.svg +3 -0
  99. package/src/assets/icons/history.svg +3 -0
  100. package/src/assets/icons/home.svg +5 -0
  101. package/src/assets/icons/image.svg +5 -0
  102. package/src/assets/icons/indsaet.svg +3 -0
  103. package/src/assets/icons/indstillinger.svg +3 -0
  104. package/src/assets/icons/info.svg +5 -0
  105. package/src/assets/icons/infobox.svg +3 -0
  106. package/src/assets/icons/knap.svg +3 -0
  107. package/src/assets/icons/kontaktformular.svg +3 -0
  108. package/src/assets/icons/kopi.svg +3 -0
  109. package/src/assets/icons/leftUpCurvedArrow.svg +3 -0
  110. package/src/assets/icons/letter.svg +3 -0
  111. package/src/assets/icons/link.svg +3 -0
  112. package/src/assets/icons/linkboks.svg +5 -0
  113. package/src/assets/icons/linkedin.svg +5 -0
  114. package/src/assets/icons/liste.svg +3 -0
  115. package/src/assets/icons/listecard.svg +3 -0
  116. package/src/assets/icons/loading.svg +3 -0
  117. package/src/assets/icons/location.svg +3 -0
  118. package/src/assets/icons/lock.svg +7 -0
  119. package/src/assets/icons/loginbanner.svg +3 -0
  120. package/src/assets/icons/magnify.svg +3 -0
  121. package/src/assets/icons/magnifyBig.svg +3 -0
  122. package/src/assets/icons/map.svg +3 -0
  123. package/src/assets/icons/menu.svg +3 -0
  124. package/src/assets/icons/menuDown.svg +3 -0
  125. package/src/assets/icons/menuUp.svg +3 -0
  126. package/src/assets/icons/minus.svg +3 -0
  127. package/src/assets/icons/notVerified.svg +3 -0
  128. package/src/assets/icons/notes.svg +5 -0
  129. package/src/assets/icons/online.svg +3 -0
  130. package/src/assets/icons/openInNew.svg +3 -0
  131. package/src/assets/icons/paere.svg +8 -0
  132. package/src/assets/icons/paginationChevronLeft.svg +4 -0
  133. package/src/assets/icons/paginationChevronRight.svg +4 -0
  134. package/src/assets/icons/paginationFirstPage.svg +4 -0
  135. package/src/assets/icons/paginationLastPage.svg +4 -0
  136. package/src/assets/icons/partnergruppe.svg +5 -0
  137. package/src/assets/icons/pause.svg +3 -0
  138. package/src/assets/icons/pdfDownload.svg +3 -0
  139. package/src/assets/icons/pencil.svg +3 -0
  140. package/src/assets/icons/pencilOutline.svg +3 -0
  141. package/src/assets/icons/people.svg +5 -0
  142. package/src/assets/icons/phone.svg +5 -0
  143. package/src/assets/icons/play.svg +5 -0
  144. package/src/assets/icons/playVideo.svg +5 -0
  145. package/src/assets/icons/plus.svg +3 -0
  146. package/src/assets/icons/praedefineretSoegning.svg +3 -0
  147. package/src/assets/icons/quote.svg +3 -0
  148. package/src/assets/icons/redaktion.svg +3 -0
  149. package/src/assets/icons/remove.svg +3 -0
  150. package/src/assets/icons/removeRedEyeOutline.svg +3 -0
  151. package/src/assets/icons/richtext.svg +3 -0
  152. package/src/assets/icons/roundCheckmark.svg +3 -0
  153. package/src/assets/icons/save.svg +3 -0
  154. package/src/assets/icons/sektionsoverskrift.svg +5 -0
  155. package/src/assets/icons/showMoreArrow.svg +1 -0
  156. package/src/assets/icons/starFilled.svg +3 -0
  157. package/src/assets/icons/starOutline.svg +3 -0
  158. package/src/assets/icons/tag.svg +3 -0
  159. package/src/assets/icons/teaser.svg +3 -0
  160. package/src/assets/icons/teaserbillede.svg +3 -0
  161. package/src/assets/icons/tekstgruppe.svg +3 -0
  162. package/src/assets/icons/time.svg +7 -0
  163. package/src/assets/icons/trashCan.svg +3 -0
  164. package/src/assets/icons/udvidedeCardgruppe.svg +3 -0
  165. package/src/assets/icons/unlock.svg +3 -0
  166. package/src/assets/icons/verified.svg +3 -0
  167. package/src/assets/icons/video.svg +3 -0
  168. package/src/assets/icons/zoom.svg +3 -0
  169. package/src/styles/custom/_vgAccordion.scss +14 -0
  170. package/src/styles/custom/_vgCard.scss +15 -0
  171. package/src/styles/custom/_vgIcon.scss +3 -0
  172. package/src/styles/custom/_vgListe.scss +3 -0
  173. package/src/styles/vg/_vg-colors.scss +204 -0
  174. package/src/styles/vg/accordion/_vg-accordion.scss +98 -0
  175. package/src/styles/vg/buttons/_vg-buttons.scss +324 -0
  176. package/src/styles/vg/card/_vg-cardText.scss +74 -0
  177. package/src/styles/vg/card/_vg-udvidedecardgrupper.scss +441 -0
  178. package/src/styles/vg/mixins/_vg-mediaquery-helpers.scss +135 -0
  179. package/src/styles/vg/pagination/_vg-pagination.scss +67 -0
@@ -0,0 +1,2601 @@
1
+ (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('.icon[data-v-6741601f]{fill:currentColor}.vg-accordion .accordion-button[aria-expanded=true] .open[data-v-b75ca4e0],.vg-accordion .accordion-button[aria-expanded=false] .close[data-v-b75ca4e0]{display:none}.text pre[data-v-e6002fa1]{white-space:pre-line}.udvidet-cardgruppe-card:hover h3[data-v-e6002fa1],.udvidet-cardgruppe-card:hover .card-titel[data-v-e6002fa1]{text-decoration:underline;color:var(--link-color)}:root{--site-primary: #0052ff;--site-primary-light: #4581ff;--site-primary-lighter: #8bb0ff;--site-primary-lighest: #e7efff;--site-primary-dark: #0035a3;--site-primary-darker: #002674;--site-primary-darkest: #000f2f;--body-bg-color: #f5f5f5;--footer-bg-color: #141b28;--footer-font-color: #ffffff;--footer-link-color: #ffffff;--header-bg-color: #ffffff;--header-focus-color: #0052ff;--button-color: #ffffff;--button-bg-color: #0052ff;--button-hover-bg-color: #0035a3;--button-active-bg-color: #002674;--link-color: #257698;--link-color-visited: #800080;--editor-text-color: #1a1a1a;--editor-link-text-color: #0052ff;--editor-link-text-visited-color: #800080;--editor-link-text-hover-color: #002691;--ydelse-card-label: #0052ff;--ydelse-card-titel: #0052ff;--ydelse-card-beskrivelse: #0052ff;--citat-color: #0052ff;--filter-bg-color: #e5eeff}.applikation-container .pagination{padding-top:16px;padding-bottom:16px;display:flex;align-items:center;justify-content:center}.applikation-container .pagination .mobile button{margin-top:0}.applikation-container .pagination .button.button-pagination{width:48px;height:48px;margin:0 16px 0 0;font-size:1.25em;font-weight:600;line-height:1.6;padding:0;color:#000;border:2px solid #1a1a1a;background-color:unset;border-radius:24px;text-align:center;text-decoration:underline}.applikation-container .pagination .button.button-pagination:hover{color:#000;background-color:#fff;border-color:#1a1a1a}.applikation-container .pagination .button.button-pagination.button-active{text-decoration:none;color:var(--button-color);background-color:#1a1a1a;border-color:#1a1a1a}.applikation-container .pagination .button-link:focus{color:#000;border-radius:0}.applikation-container .pagination .button-link.hidden{visibility:hidden}.applikation-container .pagination .dots{display:flex;height:48px;margin-right:16px;font-size:1em;font-weight:400;align-items:center;justify-content:center}.applikation-container .pagination :last-child{margin-right:0!important}.applikation-container .accordion-wrapper.ydelse>:last-child{margin-bottom:32px}.applikation-container .accordion-wrapper.ydelse button.accordion-bulk-button{display:block;line-height:1.5em;padding-left:0;margin-left:auto;background-image:none!important;color:var(--site-primary)}.applikation-container .accordion-wrapper.ydelse p.prewrap{font-family:var(--site-secondary-font)}.applikation-container .accordion li{margin-bottom:12px}.applikation-container .accordion li:last-child{margin-bottom:0}.applikation-container .accordion li .accordion-button{padding:16px 16px 16px 40px;background-color:#fff;background-image:none;text-decoration:none;border-radius:0;border:none;display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){.applikation-container .accordion li .accordion-button{padding-left:24px}}.applikation-container .accordion li .accordion-button .icon-svg{color:var(--site-primary);min-width:2.4rem;margin-left:24px}.applikation-container .accordion li .accordion-button[aria-expanded=true]{border-bottom:none}.applikation-container .accordion li .accordion-content{background-color:transparent;padding:32px 16px 8px 40px;border-radius:0;border:none;max-width:none!important}@media (max-width: 767px){.applikation-container .accordion li .accordion-content{padding:24px 16px 8px 24px}}.applikation-container .accordion li .accordion-content .accordion-body li{border:none}.applikation-container .accordion li .accordion-content .accordion-body ol{padding-left:16px}.applikation-container .accordion li .accordion-content .accordion-body ol li{position:initial;padding-left:0}.applikation-container .accordion li .accordion-content .accordion-body ol li:before{content:none}.applikation-container .accordion li .accordion-content .accordion-body>:first-child{margin-top:0;margin-bottom:0}.applikation-container .accordion li .accordion-content .accordion-body>p:only-child{margin-bottom:16px}.applikation-container .accordion li a{max-width:none}.applikation-container .button{font-size:16px;font-weight:400!important;line-height:1.5!important;max-height:unset;cursor:pointer;border-radius:20px;display:inline-block;min-height:40px}@media (max-width: 767px){.applikation-container .button{width:max-content}}.applikation-container .button span+.icon-svg{margin:0 0 2px 5px}.applikation-container .button .icon-svg{margin-top:0;margin-right:8px}.applikation-container .button:disabled,.applikation-container .button.disabled{opacity:.3;cursor:not-allowed}.applikation-container .button:focus{outline-width:2px}.applikation-container .button-primary,.applikation-container .button-filled{color:var(--button-color)!important;background-color:var(--button-bg-color)!important;border:none;padding:7px 20px 8px!important}.applikation-container .button-primary:hover,.applikation-container .button-filled:hover{background-color:var(--button-hover-bg-color)!important}.applikation-container .button-primary:active,.applikation-container .button-filled:active{background-color:var(--button-active-bg-color)!important}.applikation-container .button-primary.warning,.applikation-container .warning.button-filled{color:#fff!important;background-color:#c00!important}.applikation-container .button-primary.warning:hover,.applikation-container .warning.button-filled:hover{background-color:#a00!important}.applikation-container .button-primary.warning:active,.applikation-container .warning.button-filled:active{background-color:#7d0000!important}.applikation-container .button-primary svg,.applikation-container .button-filled svg{fill:var(--button-color)!important}.applikation-container .button-secondary,.applikation-container .button-tertiary,.applikation-container .button-quaternary{color:#1a1a1a!important;background-color:#fff!important;border:2px solid #1a1a1a!important;text-decoration:none;padding:5px 20px 6px!important}.applikation-container .button-secondary.button-large,.applikation-container .button-large.button-tertiary,.applikation-container .button-large.button-quaternary{padding:10px 28px!important}.applikation-container .button-secondary:hover,.applikation-container .button-tertiary:hover,.applikation-container .button-quaternary:hover,.applikation-container .button-secondary:active,.applikation-container .button-tertiary:active,.applikation-container .button-quaternary:active{color:#454545!important;border-color:#1a1a1a!important}.applikation-container .button-secondary:disabled,.applikation-container .button-tertiary:disabled,.applikation-container .button-quaternary:disabled,.applikation-container .button-secondary.button:disabled{color:#454545!important;border-color:#454545!important}.applikation-container .button-secondary-filled{background-color:#1a1a1a!important;color:#fff!important}.applikation-container .button-secondary-filled:hover{color:#fff!important}.applikation-container .button-secondary-dark,.applikation-container .white-text .button-secondary,.applikation-container .white-text .button-tertiary,.applikation-container .white-text .button-quaternary,.applikation-container .hero-boks .editor-tekst .button-secondary,.applikation-container .hero-boks .editor-tekst .button-tertiary,.applikation-container .hero-boks .editor-tekst .button-quaternary{color:#fff!important;background-color:#ffffff1a!important;border:2px solid #ffffff!important;text-decoration:none;padding:5px 20px 6px!important}.applikation-container .button-secondary-dark:hover,.applikation-container .white-text .button-secondary:hover,.applikation-container .white-text .button-tertiary:hover,.applikation-container .white-text .button-quaternary:hover,.applikation-container .hero-boks .editor-tekst .button-secondary:hover,.applikation-container .hero-boks .editor-tekst .button-tertiary:hover,.applikation-container .hero-boks .editor-tekst .button-quaternary:hover,.applikation-container .button-secondary-dark:active,.applikation-container .white-text .button-secondary:active,.applikation-container .white-text .button-tertiary:active,.applikation-container .white-text .button-quaternary:active,.applikation-container .hero-boks .editor-tekst .button-secondary:active,.applikation-container .hero-boks .editor-tekst .button-tertiary:active,.applikation-container .hero-boks .editor-tekst .button-quaternary:active{border-color:#fff!important}.applikation-container .button-secondary-dark:focus,.applikation-container .white-text .button-secondary:focus,.applikation-container .white-text .button-tertiary:focus,.applikation-container .white-text .button-quaternary:focus,.applikation-container .hero-boks .editor-tekst .button-secondary:focus,.applikation-container .hero-boks .editor-tekst .button-tertiary:focus,.applikation-container .hero-boks .editor-tekst .button-quaternary:focus{border-color:#fff!important;outline:2px solid #ffffff}.applikation-container .button-secondary-dark:disabled,.applikation-container .white-text .button-secondary:disabled,.applikation-container .white-text .button-tertiary:disabled,.applikation-container .white-text .button-quaternary:disabled,.applikation-container .hero-boks .editor-tekst .button-secondary:disabled,.applikation-container .hero-boks .editor-tekst .button-tertiary:disabled,.applikation-container .hero-boks .editor-tekst .button-quaternary:disabled,.applikation-container .button-secondary-dark.disabled,.applikation-container .white-text .disabled.button-secondary,.applikation-container .white-text .disabled.button-tertiary,.applikation-container .white-text .disabled.button-quaternary,.applikation-container .hero-boks .editor-tekst .disabled.button-secondary,.applikation-container .hero-boks .editor-tekst .disabled.button-tertiary,.applikation-container .hero-boks .editor-tekst .disabled.button-quaternary{border-color:#fff!important;opacity:.6}.applikation-container .carousel-button{background-color:#fff;border:2px solid transparent;padding:0;color:#000;height:56px;width:56px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.applikation-container .carousel-button .icon-svg{color:var(--site-primary);height:auto;max-height:24px;width:auto;max-width:24px}.applikation-container .carousel-button:hover{border-color:#aab7c4;outline:none;box-shadow:none}.applikation-container .carousel-button:active{border-color:#000;outline:none;box-shadow:none}.applikation-container .carousel-button:focus{border-color:#aab7c4;outline:2px solid}.applikation-container .carousel-button.disabled,.applikation-container .carousel-button:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.applikation-container .carousel-button:visited{color:#000}@media (max-width: 767px){.applikation-container .carousel-button{width:40px;height:40px}}.applikation-container .text-button{padding:0;border:none;background-color:transparent;color:#1a1a1a;min-height:20px;font-size:16px;font-weight:400;line-height:1.3;width:auto;cursor:pointer}.applikation-container .text-button:disabled{text-decoration:none;opacity:.3;cursor:not-allowed}.applikation-container .button-link{background-color:transparent;color:#1a1a1a;box-shadow:none;border:0;text-decoration:underline;padding:0;text-align:left;cursor:pointer}.applikation-container .button-link:disabled{text-decoration:none;opacity:.3;cursor:not-allowed}.applikation-container .redaktion button.lightbg{color:#000}.applikation-container .redaktion button.lightbg:hover{color:#0052ff}.applikation-container .redaktion button.lightbg:active{color:#002674}.applikation-container .redaktion button.lightbg:disabled{color:#aab7c4}.applikation-container .redaktion button.darkbg{color:#fff}.applikation-container .redaktion button.darkbg:hover{color:#8bb0ff}.applikation-container .redaktion button.darkbg:active{color:#fff}.applikation-container .redaktion button.darkbg:disabled{color:#758a9f}.applikation-container .redaktion .text-button-blue{border:none;background-color:inherit;padding:0;font-weight:400;text-decoration:underline;color:#0052ff}.applikation-container .redaktion .text-button-blue:hover,.applikation-container .redaktion .text-button-blue.button-hover{color:#002691}.applikation-container .redaktion .text-button-blue:active,.applikation-container .redaktion .text-button-blue.button-active{color:#334452}.applikation-container .redaktion .text-button-blue.focus,.applikation-container .redaktion .text-button-blue:focus{color:#334452}.applikation-container .redaktion .text-button-blue:disabled,.applikation-container .redaktion .text-button-blue.disabled{color:#0052ff!important}.applikation-container .redaktion .text-button-blue:disabled:hover,.applikation-container .redaktion .text-button-blue.disabled:hover{color:#002691!important}.applikation-container .slim-button{background-color:#fff;border-color:#aab7c4;border-width:1px;color:#1a1a1a;height:32px;min-height:32px;font-weight:400;font-size:1em;white-space:nowrap;line-height:1em;padding-top:0;padding-bottom:0}.applikation-container .slim-button:hover,.applikation-container .slim-button:focus{color:#1a1a1a;border-color:#1a1a1a;outline:none!important;box-shadow:none}.applikation-container .slim-button:visited{color:#1a1a1a}.applikation-container .padding-between-children>div:not(:last-child){margin-bottom:8px}.applikation-container .font-1-2-cards{font-size:1.5em;font-weight:600}@media (max-width: 991px){.applikation-container .font-1-2-cards{font-size:1.25em;font-weight:600;line-height:2.8rem}}.applikation-container pre{color:#1a1a1a;font-family:var(--site-primary-font);font-feature-settings:"kern";letter-spacing:-.1px;line-height:1.5;text-rendering:optimizelegibility;white-space:pre-wrap;-webkit-font-smoothing:antialiased}.applikation-container .line-limit{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;max-height:153px}.applikation-container .break-word{word-break:break-word}.applikation-container .show-spaces{white-space:pre-wrap}.applikation-container .label-container{display:flex;justify-content:space-between;align-items:center;line-height:normal}.applikation-container .label-container .ulaest-icon-container{display:flex;align-items:center}.applikation-container .label-container .ulaest-icon-container .ulaest-icon{width:8px;height:8px;background-color:#d0021b;border-radius:4px}.applikation-container .label-container .ulaest-icon-container .ulaest-text{color:#1a1a1a;font-size:.8125em;font-weight:500}.applikation-container .white-text h3,.applikation-container .white-text .h6,.applikation-container .white-text p,.applikation-container .white-text pre,.applikation-container .udvidet-cardgruppe.white-text .udvidet-cardgruppe__titel{color:#fff!important}.applikation-container .udvidet-cardgruppe .cardrow{max-width:1200px}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-card-container{height:100%}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card{max-width:none;background-color:transparent;display:flex;flex-direction:column;box-shadow:none;height:100%;text-decoration:none}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card :deep(h2),.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card :deep(h3){line-height:1.4;transition:.1s ease-in-out}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .card-picture{background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:66.66%;width:100%}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .card-picture.logo-picture{position:relative;padding-top:50%}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .card-picture.logo-picture .logo-picture-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;color:var(--site-primary-darker);width:100%;max-height:100%;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .picture-container{position:relative}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .picture-container .card-badge,.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .picture-container :deep(.dato-badge){position:absolute;bottom:16px;left:16px;margin-bottom:0;max-width:calc(100% - 32px)}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .picture-empty{position:relative;padding-top:66.66%;width:100%}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .picture-empty.with-icon:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;opacity:.5;box-shadow:inset 0 0 100px #00000026;background-color:#fff}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .picture-empty .icon-svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:3em;width:3em;color:var(--site-primary)}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .udbyder-card,.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .logo{border:1px solid #c4c4c4}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .udbyder-card .card-picture,.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .logo .card-picture{background-size:contain;padding-top:50%}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .udbyder-card{padding:32px}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .logo{padding:30px 48px}@media (max-width: 575px){.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .logo{padding:16px}}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .logo-title{font-size:1em;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .text-wrapper{height:100%;padding:24px 0;display:flex;flex-direction:column;justify-content:space-between;border-top:1px solid #c4c4c4}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .text-wrapper :deep() pre{font-family:var(--site-secondary-font)}@media (max-width: 575px){.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .text-wrapper :deep() pre,.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .text-wrapper :deep() p:not(.h6){font-size:.875em}}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .text-wrapper :deep() .line-limit{-webkit-line-clamp:3}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .bottom{margin-top:auto}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .fremhaevet-link{color:var(--link-color);display:inline-block;line-height:1.5;width:100%}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .fremhaevet-link:visited{color:var(--link-color)}@media (max-width: 575px){.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .fremhaevet-link{font-size:.925em}}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .fremhaevet-link span{line-height:1.5;vertical-align:middle}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .fremhaevet-link.line-limit span{display:-webkit-inline-box;word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:calc(100% - 2em)}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card .fremhaevet-link .external-link-icon{height:1.25em;width:1.25em}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover{cursor:pointer}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(.card-titel){color:#1a1a1a}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover .fremhaevet-link span,.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover .logo-title{text-decoration:underline}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover .logo-title{color:#002691!important}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(h2),.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(h3){color:#1a1a1a}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card.liste-layout :deep(.card-titel) h3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card.liste-layout .text-wrapper{border-top:none;border-bottom:1px solid #c4c4c4}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card.liste-layout .text-wrapper :deep() .line-limit{-webkit-line-clamp:2}.applikation-container .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card.udvidet-card .text-wrapper{display:block}@media (max-width: 575px){.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card{display:flex;flex-direction:row;border-top:1px solid #c4c4c4;padding-top:16px}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card .picture-container{width:25%}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card .picture-container .picture-empty .icon-svg{height:1.5em;width:1.5em}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card .text-wrapper{width:75%;border-top:none;padding-top:0;padding-bottom:0;padding-left:8px}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card .text-wrapper .h4{font-size:1em}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card .text-wrapper .fremhaevet-link{display:none}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card .text-wrapper .bottom{padding-top:0!important}.applikation-container .udvidet-cardgruppe .cardrow .more-cols .udvidet-card.without-image .text-wrapper{width:100%}}.applikation-container .udvidet-cardgruppe .cardrow .one-card{margin-bottom:0!important;padding-bottom:24px}@media (min-width: 576px){.applikation-container .udvidet-cardgruppe .cardrow .one-card{padding-bottom:56px}.applikation-container .udvidet-cardgruppe .cardrow .one-card .udvidet-cardgruppe-card{display:flex;flex-direction:row;align-items:center}.applikation-container .udvidet-cardgruppe .cardrow .one-card .udvidet-cardgruppe-card .picture-container{width:calc(50% - 16px);height:100%}.applikation-container .udvidet-cardgruppe .cardrow .one-card .udvidet-cardgruppe-card .picture-container .card-picture{width:100%;height:100%}.applikation-container .udvidet-cardgruppe .cardrow .one-card .udvidet-cardgruppe-card .text-wrapper{width:calc(50% - 16px);height:auto;margin-top:24px;margin-bottom:24px;margin-left:32px;border-top:none}.applikation-container .udvidet-cardgruppe .cardrow .one-card .udvidet-cardgruppe-card .text-wrapper :deep(.h4){font-size:2.4rem}}.applikation-container .white-text .udvidet-cardgruppe :deep(.overskrift),.applikation-container .white-text .udvidet-cardgruppe :deep(.label-container > p),.applikation-container .white-text .udvidet-cardgruppe :deep(.link-show-profile),.applikation-container .white-text .udvidet-cardgruppe :deep(.kontaktinformation *),.applikation-container .white-text .udvidet-cardgruppe :deep(.ydelse-card-ikonsection-container),.applikation-container .white-text .udvidet-cardgruppe :deep(.ydelse-card-adresse),.applikation-container .white-text .udvidet-cardgruppe :deep(.site-tekst),.applikation-container .white-text .udvidet-cardgruppe :deep(.icon-udbyder),.applikation-container .white-text .udvidet-cardgruppe :deep(.icon-svg),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.overskrift),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.label-container > p),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.link-show-profile),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.kontaktinformation *),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.ydelse-card-ikonsection-container),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.ydelse-card-adresse),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.site-tekst),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.icon-udbyder),.applikation-container .white-text .udvidet-cardgruppe-card :deep(.icon-svg){color:#fff!important}.applikation-container .white-text .udvidet-cardgruppe .picture-empty .icon-svg,.applikation-container .white-text .udvidet-cardgruppe-card .picture-empty .icon-svg,.applikation-container .white-text .udvidet-cardgruppe p,.applikation-container .white-text .udvidet-cardgruppe .h4,.applikation-container .white-text .udvidet-cardgruppe .h6,.applikation-container .white-text .udvidet-cardgruppe-card p,.applikation-container .white-text .udvidet-cardgruppe-card .h4,.applikation-container .white-text .udvidet-cardgruppe-card .h6,.applikation-container .white-text .udvidet-cardgruppe .fremhaevet-link,.applikation-container .white-text .udvidet-cardgruppe-card .fremhaevet-link,.applikation-container .white-text .udvidet-cardgruppe .fremhaevet-link:visited,.applikation-container .white-text .udvidet-cardgruppe-card .fremhaevet-link:visited{color:#fff!important}.applikation-container .white-text .udvidet-cardgruppe .fremhaevet-link svg,.applikation-container .white-text .udvidet-cardgruppe-card .fremhaevet-link svg{color:#fff!important}.applikation-container .white-text .udvidet-cardgruppe :deep(.dato-badge) .icon-svg,.applikation-container .white-text .udvidet-cardgruppe :deep(.dato-badge) p,.applikation-container .white-text .udvidet-cardgruppe :deep(.card-badge) .icon-svg,.applikation-container .white-text .udvidet-cardgruppe :deep(.card-badge) p,.applikation-container .white-text .udvidet-cardgruppe-card :deep(.dato-badge) .icon-svg,.applikation-container .white-text .udvidet-cardgruppe-card :deep(.dato-badge) p,.applikation-container .white-text .udvidet-cardgruppe-card :deep(.card-badge) .icon-svg,.applikation-container .white-text .udvidet-cardgruppe-card :deep(.card-badge) p{color:var(--site-primary-darkest)!important}.applikation-container .white-text .cardrow :deep(.info-container) *:not(.icon-svg,path,.month,.day,.badge-label){color:#fff!important}.applikation-container .white-text .cardrow :deep(.udvidet-cardgruppe-card) .picture-empty .icon-svg{color:#fff}.applikation-container .white-text .cardrow :deep(.udvidet-cardgruppe-card) p:not(.badge-label),.applikation-container .white-text .cardrow :deep(.udvidet-cardgruppe-card) .h4,.applikation-container .white-text .cardrow :deep(.udvidet-cardgruppe-card) .h6{color:#fff!important}.applikation-container .white-text .cardrow :deep(.udvidet-cardgruppe-card):hover :deep(){color:#fff}.applikation-container .white-text .cardrow :deep(.udvidet-cardgruppe-card):hover :deep() h3{color:#fff}.applikation-container .white-text .udvidet-cardgruppe-card:hover :deep(){color:#fff!important}.applikation-container .white-text .udvidet-cardgruppe-card:hover :deep() h3,.applikation-container .white-text .udvidet-cardgruppe-card:hover :deep() .card-titel{color:#fff!important}.applikation-container .custom-site-color-0 .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(h2),.applikation-container .custom-site-color-0 .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(h3),.applikation-container .custom-site-color-0 .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(.card-titel),.applikation-container .custom-site-color-1 .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(h2),.applikation-container .custom-site-color-1 .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(h3),.applikation-container .custom-site-color-1 .udvidet-cardgruppe .cardrow .udvidet-cardgruppe-card:hover :deep(.card-titel){color:var(--link-color)}.centered-button[data-v-4868f8d1]{margin:24px auto 0!important}.text pre[data-v-d3b0af08]{white-space:pre-line}.udvidet-cardgruppe-card:hover h3[data-v-d3b0af08],.udvidet-cardgruppe-card:hover .card-titel[data-v-d3b0af08]{text-decoration:underline;color:var(--link-color)}')),document.head.appendChild(t)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
2
+ import { h as w0, defineComponent as be, inject as _t, computed as pe, openBlock as O, createBlock as Yt, unref as K, createCommentVNode as ne, onMounted as _0, createElementBlock as N, toDisplayString as Y, createElementVNode as B, Fragment as ze, renderList as Gt, resolveDynamicComponent as y0, withCtx as Ut, createTextVNode as fe, renderSlot as me, createVNode as re, createStaticVNode as x0, normalizeClass as he, normalizeStyle as C0, ref as N2, watch as E0, nextTick as k0, pushScopeId as L0, popScopeId as z0, onUnmounted as M0 } from "vue";
3
+ const S0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2029.333c1.467%200%202.667-1.2%202.667-2.666h-5.334A2.666%202.666%200%200%200%2016%2029.333zm8-8v-6.666c0-4.094-2.187-7.52-6-8.427v-.907c0-1.106-.893-2-2-2s-2%20.894-2%202v.907c-3.827.907-6%204.32-6%208.427v6.666L5.333%2024v1.333h21.334V24L24%2021.333z'%20/%3e%3c/svg%3e", A0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.333%2018.667v4H10.667v-9.334A5.332%205.332%200%200%201%2016%208c1.133%200%202.187.347%203.04.96l1.907-1.907A7.827%207.827%200%200%200%2018%205.6v-.933c0-1.107-.893-2-2-2s-2%20.893-2%202V5.6c-3.453.88-6%204.013-6%207.733v9.334H5.333v2.666h21.334v-2.666H24v-4h-2.667zM16%2029.333c1.467%200%202.667-1.2%202.667-2.666h-5.334c0%201.466%201.2%202.666%202.667%202.666zm16-18.666h-4v-4h-2.667v4h-4v2.666h4v4H28v-4h4v-2.666z'%20/%3e%3c/svg%3e", H0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012h16v2H4v-2zm0-3h16v2H4V9zm12-5l-4%204-4-4h3V1h2v3h3zM8%2019l4-4%204%204h-3v3h-2v-3H8z'%20/%3e%3c/svg%3e", V0 = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2013H5v-2h14v2z'%20fill='currentColor'/%3e%3c/svg%3e", B0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='evenodd'%3e%3crect%20width='32'%20height='32'%20rx='4'%20/%3e%3cpath%20d='M4%204h24v24H4z'%20/%3e%3cpath%20fill='%23FFF'%20fill-rule='nonzero'%20d='M24.902%2016.997v-1.994H7.098v1.994H16.997z'%20/%3e%3c/g%3e%3c/svg%3e", j0 = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'%20fill='currentColor'/%3e%3c/svg%3e", O0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='evenodd'%3e%3crect%20width='32'%20height='32'%20rx='4'%20/%3e%3cpath%20d='M4%204h24v24H4z'%20/%3e%3cpath%20fill='%23FFF'%20fill-rule='nonzero'%20d='M24.902%2016.997v-1.994h-7.905V7.098h-1.994v7.905H7.098v1.994h7.905v7.905h1.994v-7.905z'%20/%3e%3c/g%3e%3c/svg%3e", N0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78A7.893%207.893%200%200%201%2012%2020c-1.86%200-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33A7.95%207.95%200%200%201%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'%20/%3e%3c/svg%3e", T0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'%20/%3e%3cpath%20d='M13%207h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20/%3e%3c/svg%3e", D0 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20d='M0%200h48v48H0z'%20fill='none'%20/%3e%3cpath%20d='M26%2014h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zM24%204C12.96%204%204%2012.96%204%2024s8.96%2020%2020%2020%2020-8.96%2020-20S35.04%204%2024%204zm0%2036c-8.82%200-16-7.18-16-16S15.18%208%2024%208s16%207.18%2016%2016-7.18%2016-16%2016z'%20/%3e%3c/svg%3e", P0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.46%2015.88L15.88%2014.46L18%2016.59L20.12%2014.46L21.54%2015.88L19.41%2018L21.54%2020.12L20.12%2021.54L18%2019.41L15.88%2021.54L14.46%2020.12L16.59%2018L14.46%2015.88ZM5%203H19C20.11%203%2021%203.89%2021%205V12.8C20.39%2012.45%2019.72%2012.2%2019%2012.08V5H5V19H12.08C12.2%2019.72%2012.45%2020.39%2012.8%2021H5C3.89%2021%203%2020.11%203%2019V5C3%203.89%203.89%203%205%203ZM7%207H17V9H7V7ZM7%2011H17V12.08C16.15%2012.22%2015.37%2012.54%2014.68%2013H7V11ZM7%2015H12V17H7V15Z'%20/%3e%3c/svg%3e", $0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%205h4c.833%200%201.542.292%202.125.875S12%207.167%2012%208v9.175l-3.6-3.6L7%2015l6%206%206-6-1.4-1.425-3.6%203.6V8c0-1.383-.488-2.563-1.463-3.537C11.563%203.487%2010.383%203%209%203H5v2z'%20fill='currentColor'/%3e%3c/svg%3e", I0 = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m17%2015%201.55%201.55c-.96%201.69-3.33%203.04-5.55%203.37V11h3V9h-3V7.82C14.16%207.4%2015%206.3%2015%205c0-1.65-1.35-3-3-3S9%203.35%209%205c0%201.3.84%202.4%202%202.82V9H8v2h3v8.92c-2.22-.33-4.59-1.68-5.55-3.37L7%2015l-4-3v3c0%203.88%204.92%207%209%207s9-3.12%209-7v-3l-4%203zM12%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1z'/%3e%3c/svg%3e", q0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41%208.58L12%2013.17l4.59-4.59L18%2010l-6%206-6-6%201.41-1.42z'%20/%3e%3c/svg%3e", F0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41%2015.41L12%2010.83l4.59%204.58L18%2014l-6-6-6%206%201.41%201.41z'%20/%3e%3c/svg%3e", R0 = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M8%2016h8v2H8v-2zm0-4h8v2H8v-2zm6-10H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'%20/%3e%3c/g%3e%3c/svg%3e", Z0 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6.21%2013.97l1.2%202.07c.08.13.23.18.37.13l1.49-.6c.31.24.64.44%201.01.59l.22%201.59c.03.14.15.25.3.25h2.4c.15%200%20.27-.11.3-.26l.22-1.59c.36-.15.7-.35%201.01-.59l1.49.6c.14.05.29%200%20.37-.13l1.2-2.07c.08-.13.04-.29-.07-.39l-1.27-.99c.03-.19.04-.39.04-.58%200-.2-.02-.39-.04-.59l1.27-.99c.11-.09.15-.26.07-.39l-1.2-2.07c-.08-.13-.23-.18-.37-.13l-1.49.6c-.31-.24-.64-.44-1.01-.59l-.22-1.59c-.03-.14-.15-.25-.3-.25h-2.4c-.15%200-.27.11-.3.26l-.22%201.59c-.36.15-.71.34-1.01.58l-1.49-.6c-.14-.05-.29%200-.37.13l-1.2%202.07c-.08.13-.04.29.07.39l1.27.99c-.03.2-.05.39-.05.59%200%20.2.02.39.04.59l-1.27.99c-.11.1-.14.26-.06.39zM12%2010.29c.94%200%201.71.77%201.71%201.71s-.77%201.71-1.71%201.71-1.71-.77-1.71-1.71.77-1.71%201.71-1.71zM19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm0%2016H5V5h14v14z'/%3e%3c/svg%3e", G0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2011v2H8l5.5%205.5-1.42%201.42L4.16%2012l7.92-7.92L13.5%205.5%208%2011h12z'%20/%3e%3c/svg%3e", U0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2011v2h12l-5.5%205.5%201.42%201.42L19.84%2012l-7.92-7.92L10.5%205.5%2016%2011H4z'%20/%3e%3c/svg%3e", Y0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'%20/%3e%3c/svg%3e", W0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.58%204.08%206.15%202.65C3.75%204.48%202.17%207.3%202.03%2010.5h2a8.445%208.445%200%200%201%203.55-6.42zm12.39%206.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42%201.43a8.495%208.495%200%200%201%203.54%206.42zM18%2011c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.63%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2v-5zm-6%2011c.14%200%20.27-.01.4-.04.65-.14%201.18-.58%201.44-1.18.1-.24.15-.5.15-.78h-4c.01%201.1.9%202%202.01%202z'%20/%3e%3c/svg%3e", K0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6zM7.58%204.08%206.15%202.65C3.75%204.48%202.17%207.3%202.03%2010.5h2a8.445%208.445%200%200%201%203.55-6.42zm12.39%206.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42%201.43a8.495%208.495%200%200%201%203.54%206.42z'%20/%3e%3c/svg%3e", X0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm0-15.5c2.49%200%204%202.02%204%204.5v.1l2%202V11c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68c-.24.06-.47.15-.69.23l1.64%201.64c.18-.02.36-.05.55-.05zM5.41%203.35%204%204.76l2.81%202.81C6.29%208.57%206%209.74%206%2011v5l-2%202v1h14.24l1.74%201.74%201.41-1.41L5.41%203.35zM16%2017H8v-6c0-.68.12-1.32.34-1.9L16%2016.76V17z'%20/%3e%3c/svg%3e", J0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2015h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z'%20/%3e%3c/svg%3e", Q0 = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%205v14H5V5h14zm0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-4.86%208.86l-3%203.87L9%2013.14%206%2017h12l-3.86-5.14z'%20/%3e%3c/svg%3e", en = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%203H7c-1.1%200-2%20.9-2%202v16l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015-5-2.18L7%2018V5h10v13z'%20/%3e%3c/svg%3e", tn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%203H7C5.9%203%205%203.9%205%205V21L12%2018L19%2021V5C19%203.9%2018.1%203%2017%203Z'%20/%3e%3c/svg%3e", nn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%203H7C5.9%203%205%203.9%205%205V21L12%2018L19%2021V5C19%203.9%2018.1%203%2017%203ZM17%2018L12%2015.82L7%2018V5H17V18Z'%20/%3e%3c/svg%3e", on = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.59%2016.59%2010%2018l6-6-6-6-1.41%201.41L13.17%2012l-4.58%204.59z'%20fill='%23currentColor'/%3e%3c/svg%3e", an = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2019H5V8h14m-3-7v2H8V1H6v2H5c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2h-1V1m-1%2011h-5v5h5v-5z'%20/%3e%3c/svg%3e", sn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.667%202.667H12V1.334h-1.333v1.333H5.333V1.334H4v1.333h-.667c-.74%200-1.326.6-1.326%201.333L2%2013.334c0%20.733.593%201.333%201.333%201.333h9.334c.733%200%201.333-.6%201.333-1.333V4c0-.733-.6-1.333-1.333-1.333zm0%2010.666H3.333V6.668h9.334v6.667zm0-8H3.333V4h9.334v1.333zm-1.334%203.334H8V12h3.333V8.667z'%20/%3e%3c/svg%3e", rn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.71%2017.99A5.993%205.993%200%200%201%206%2012c0-3.31%202.69-6%206-6%203.22%200%205.84%202.53%205.99%205.71l-2.1-.63a3.999%203.999%200%201%200-4.81%204.81l.63%202.1zM22%2012c0%20.3-.01.6-.04.9l-1.97-.59c.01-.1.01-.21.01-.31%200-4.42-3.58-8-8-8s-8%203.58-8%208%203.58%208%208%208c.1%200%20.21%200%20.31-.01l.59%201.97c-.3.03-.6.04-.9.04-5.52%200-10-4.48-10-10S6.48%202%2012%202s10%204.48%2010%2010zm-3.77%204.26L22%2015l-10-3%203%2010%201.26-3.77%204.27%204.27%201.98-1.98-4.28-4.26z'%20/%3e%3c/svg%3e", cn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2015h-2v-2h2v2zm6%200h-4v-2h4v2zM8%2011H6V9h2v2zm10%200h-8V9h8v2zm2%209H4c-.53%200-1.04-.21-1.414-.586C2.21%2019.04%202%2018.53%202%2018V6c0-.53.21-1.04.586-1.414C2.96%204.21%203.47%204%204%204h16c.53%200%201.04.21%201.414.586C21.79%204.96%2022%205.47%2022%206v12c0%20.53-.21%201.04-.586%201.414C21.04%2019.79%2020.53%2020%2020%2020zM4%206v12h16V6H4z'%20/%3e%3c/svg%3e", ln = "data:image/svg+xml,%3csvg%20width='11'%20height='16'%20viewBox='0%200%2011%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5605%201.88L4.44055%208L10.5605%2014.12L8.66721%2016L0.667212%208L8.66721%200L10.5605%201.88Z'%20fill='currentColor'/%3e%3c/svg%3e", un = "data:image/svg+xml,%3csvg%20width='11'%20height='16'%20viewBox='0%200%2011%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.439453%2014.12L6.55945%208L0.439453%201.88L2.33279%200L10.3328%208L2.33279%2016L0.439453%2014.12Z'%20fill='currentColor'/%3e%3c/svg%3e", dn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2025'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m12%202.216-5.5%209h11l-5.5-9zm0%203.84%201.93%203.16h-3.87L12%206.056zm5.5%207.16c-2.49%200-4.5%202.01-4.5%204.5s2.01%204.5%204.5%204.5%204.5-2.01%204.5-4.5-2.01-4.5-4.5-4.5zm0%207a2.5%202.5%200%200%201%200-5%202.5%202.5%200%200%201%200%205zM3%2021.716h8v-8H3v8zm2-6h4v4H5v-4z'%20/%3e%3c/svg%3e", vn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M21%207L9%2019l-5.5-5.5%201.41-1.41L9%2016.17%2019.59%205.59%2021%207z'%20/%3e%3c/svg%3e", gn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.41%2016.58L10.83%2012l4.58-4.59L14%206l-6%206%206%206%201.41-1.42z'%20/%3e%3c/svg%3e", hn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.65%206.35A8%208%200%201%200%2019.73%2014h-2.08A6%206%200%201%201%2012%206a5.915%205.915%200%200%201%204.22%201.78L13%2011h7V4l-2.35%202.35z'%20fill='currentColor'/%3e%3c/svg%3e", pn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'%20/%3e%3c/svg%3e", fn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2020c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208m0-18C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202m2.59%206L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208z'%20/%3e%3c/svg%3e", mn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2025%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.986%202c-5.53%200-10%204.47-10%2010s4.47%2010%2010%2010%2010-4.47%2010-10-4.47-10-10-10zm5%2013.59L16.576%2017l-3.59-3.59L9.396%2017l-1.41-1.41%203.59-3.59-3.59-3.59L9.396%207l3.59%203.59L16.576%207l1.41%201.41-3.59%203.59%203.59%203.59z'%20/%3e%3c/svg%3e", bn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.333%207.333h5.334v1.334H5.333V7.333zM13.4%208h1.267a3.335%203.335%200%200%200-3.334-3.333H8.667v1.266h2.666c1.14%200%202.067.927%202.067%202.067zM2.6%208c0-1.14.927-2.067%202.067-2.067h2.666V4.667H4.667a3.335%203.335%200%200%200%200%206.666h2.666v-1.266H4.667A2.068%202.068%200%200%201%202.6%208zm10.067%200h-1.334v2h-2v1.333h2v2h1.334v-2h2V10h-2V8z'%20/%3e%3c/svg%3e", wn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M23%208c0%201.1-.9%202-2%202a1.7%201.7%200%200%201-.51-.07l-3.56%203.55c.05.16.07.34.07.52%200%201.1-.9%202-2%202s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55%204.56c.05.16.07.33.07.51%200%201.1-.9%202-2%202s-2-.9-2-2%20.9-2%202-2c.18%200%20.35.02.51.07l4.56-4.55C8.02%209.36%208%209.18%208%209c0-1.1.9-2%202-2s2%20.9%202%202c0%20.18-.02.36-.07.52l2.55%202.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56A1.7%201.7%200%200%201%2019%208c0-1.1.9-2%202-2s2%20.9%202%202z'%20/%3e%3c/svg%3e", _n = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2019c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V7H6v12zM8%209h8v10H8V9zm7.5-5l-1-1h-5l-1%201H5v2h14V4z'%20/%3e%3cpath%20fill='none'%20d='M0%200h24v24H0V0z'%20/%3e%3c/svg%3e", yn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%205H1v16c0%201.1.9%202%202%202h16v-2H3V5zm18-4H7c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2zm0%2016H7V3h14v14z'%20/%3e%3c/svg%3e", xn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'%20/%3e%3c/svg%3e", Cn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2025%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%2010C5.4%2010%204.5%2010.9%204.5%2012C4.5%2013.1%205.4%2014%206.5%2014C7.6%2014%208.5%2013.1%208.5%2012C8.5%2010.9%207.6%2010%206.5%2010ZM18.5%2010C17.4%2010%2016.5%2010.9%2016.5%2012C16.5%2013.1%2017.4%2014%2018.5%2014C19.6%2014%2020.5%2013.1%2020.5%2012C20.5%2010.9%2019.6%2010%2018.5%2010ZM12.5%2010C11.4%2010%2010.5%2010.9%2010.5%2012C10.5%2013.1%2011.4%2014%2012.5%2014C13.6%2014%2014.5%2013.1%2014.5%2012C14.5%2010.9%2013.6%2010%2012.5%2010Z'%20/%3e%3c/svg%3e", En = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.91%2013.41%206.5%2012l-4%204%204%204%201.41-1.41L6.33%2017H21.5v-2H6.33l1.58-1.59zM17.09%2010.59%2018.5%2012l4-4-4-4-1.41%201.41L18.67%207H3.5v2h15.17l-1.58%201.59z'%20/%3e%3c/svg%3e", kn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2017%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m13.653%2010-4%204-.946-.947%202.393-2.386H3.653v-8h1.334v6.666H11.1L8.707%206.947%209.653%206l4%204z'%20/%3e%3c/svg%3e", Ln = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2012v7H5v-7H3v7c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-7h-2zm-6%20.67l2.59-2.58L17%2011.5l-5%205-5-5%201.41-1.41L11%2012.67V3h2z'%20/%3e%3c/svg%3e", zn = "data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M20%209.5H4v2h16v-2zm-16%206h16v-2H4v2z'%20/%3e%3c/g%3e%3c/svg%3e", Mn = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M20%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2zm0%2014H4V8l8%205%208-5v10zm-8-7L4%206h16l-8%205z'%20fill='currentColor'/%3e%3c/g%3e%3c/svg%3e", Sn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'%20/%3e%3c/svg%3e", An = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M20%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2zm0%204-8%205-8-5V6l8%205%208-5v2z'%20/%3e%3c/svg%3e", Hn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'%20/%3e%3c/svg%3e", Vn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2020c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208m0-18C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202m2.59%206L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208z'%20/%3e%3c/svg%3e", Bn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5%205.99995C16.29%205.99995%2019.67%208.12995%2021.32%2011.5C20.73%2012.72%2019.9%2013.77%2018.91%2014.62L20.32%2016.03C21.71%2014.8%2022.81%2013.26%2023.5%2011.5C21.77%207.10995%2017.5%203.99995%2012.5%203.99995C11.23%203.99995%2010.01%204.19995%208.86%204.56995L10.51%206.21995C11.16%206.08995%2011.82%205.99995%2012.5%205.99995ZM11.43%207.13995L13.5%209.20995C14.07%209.45995%2014.53%209.91995%2014.78%2010.49L16.85%2012.56C16.93%2012.22%2016.99%2011.86%2016.99%2011.49C17%209.00995%2014.98%206.99995%2012.5%206.99995C12.13%206.99995%2011.78%207.04995%2011.43%207.13995ZM2.51%203.86995L5.19%206.54995C3.56%207.82995%202.27%209.52995%201.5%2011.5C3.23%2015.89%207.5%2019%2012.5%2019C14.02%2019%2015.48%2018.71%2016.82%2018.18L20.24%2021.6L21.65%2020.19L3.92%202.44995L2.51%203.86995ZM10.01%2011.37L12.62%2013.98C12.58%2013.99%2012.54%2014%2012.5%2014C11.12%2014%2010%2012.88%2010%2011.5C10%2011.45%2010.01%2011.42%2010.01%2011.37ZM6.61%207.96995L8.36%209.71995C8.13%2010.27%208%2010.87%208%2011.5C8%2013.98%2010.02%2016%2012.5%2016C13.13%2016%2013.73%2015.87%2014.27%2015.64L15.25%2016.62C14.37%2016.86%2013.45%2017%2012.5%2017C8.71%2017%205.33%2014.87%203.68%2011.5C4.38%2010.07%205.4%208.88995%206.61%207.96995Z'%20/%3e%3c/svg%3e", jn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0V0z'%20/%3e%3cg%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'%20/%3e%3c/g%3e%3c/svg%3e", On = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2018h4v-2h-4v2zM3%206v2h18V6H3zm3%207h12v-2H6v2z'%20/%3e%3c/svg%3e", Nn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2026%2029'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%238q8jojglta)'%3e%3cpath%20d='M4%2017v2h6v-2H4zM4%205v2h10V5H4zm10%2016v-2h8v-2h-8v-2h-2v6h2zM8%209v2H4v2h4v2h2V9H8zm14%204v-2H12v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='8q8jojglta'%3e%3cpath%20fill='currentColor'%20transform='translate(1)'%20d='M0%200h24v24H0z'/%3e%3c/clipPath%3e%3cfilter%20id='aztwv7cbib'%20x='-3'%20y='0'%20width='32'%20height='32'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2111_19221'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='effect1_dropShadow_2111_19221'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", Tn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23%208c0%201.1-.9%202-2%202a1.7%201.7%200%200%201-.51-.07l-3.56%203.55c.05.16.07.34.07.52%200%201.1-.9%202-2%202s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55%204.56c.05.16.07.33.07.51%200%201.1-.9%202-2%202s-2-.9-2-2%20.9-2%202-2c.18%200%20.35.02.51.07l4.56-4.55C8.02%209.36%208%209.18%208%209c0-1.1.9-2%202-2s2%20.9%202%202c0%20.18-.02.36-.07.52l2.55%202.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56A1.7%201.7%200%200%201%2019%208c0-1.1.9-2%202-2s2%20.9%202%202z'%20/%3e%3c/svg%3e", Dn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0z'%20/%3e%3cpath%20d='M11%2018h2v-2h-2v2m1-16A10%2010%200%200%200%202%2012a10%2010%200%200%200%2010%2010%2010%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202m0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208m0-14a4%204%200%200%200-4%204h2a2%202%200%200%201%202-2%202%202%200%200%201%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5a4%204%200%200%200-4-4z'%20/%3e%3c/svg%3e", Pn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2011h8v6H5v-6zm2%204h4v-2H7v2zM3%203h18c1.1%200%202%20.88%202%201.98V19c0%201.1-.9%202-2%202H3c-1.1%200-2-.9-2-2V4.98C1%203.88%201.9%203%203%203zm0%2016.02h18V4.97H3v14.05z'%20/%3e%3c/svg%3e", $n = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-0.419922%2016.59L4.17008%2012L-0.419922%207.41L1.00008%206L7.00008%2012L1.00008%2018L-0.419922%2016.59Z'%20fill='currentColor'/%3e%3c/svg%3e", In = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%203a9%209%200%200%200-9%209H1l3.89%203.89.07.14L9%2012H6c0-3.87%203.13-7%207-7s7%203.13%207%207-3.13%207-7%207c-1.93%200-3.68-.79-4.94-2.06l-1.42%201.42A8.954%208.954%200%200%200%2013%2021a9%209%200%200%200%200-18zm-1%205v5l4.25%202.52.77-1.28-3.52-2.09V8H12z'%20/%3e%3c/svg%3e", qn = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='m12%205.69%205%204.5V18h-2v-6H9v6H7v-7.81l5-4.5zM12%203%202%2012h3v8h6v-6h2v6h6v-8h3L12%203z'%20fill='currentColor'/%3e%3c/g%3e%3c/svg%3e", Fn = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M38%2010V38H10V10H38ZM38%206H10C7.8%206%206%207.8%206%2010V38C6%2040.2%207.8%2042%2010%2042H38C40.2%2042%2042%2040.2%2042%2038V10C42%207.8%2040.2%206%2038%206ZM28.28%2023.72L22.28%2031.46L18%2026.28L12%2034H36L28.28%2023.72Z'%20fill='currentColor'/%3e%3c/g%3e%3c/svg%3e", Rn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.667%202.667H3.333C2.593%202.667%202%203.267%202%204v8c0%20.733.593%201.333%201.333%201.333H6V12H3.333V5.333h9.334V12H10v1.333h2.667c.733%200%201.333-.6%201.333-1.333V4c0-.733-.593-1.333-1.333-1.333zM8%206.667%205.333%209.333h2v4h1.334v-4h2L8%206.667z'%20/%3e%3c/svg%3e", Zn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46a.5.5%200%200%200-.61-.22l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.488.488%200%200%200%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1a.566.566%200%200%200-.18-.03c-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46a.5.5%200%200%200%20.61.22l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74%200-.2.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'%20/%3e%3c/svg%3e", Gn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0V0z'%20/%3e%3cpath%20d='M11%207h2v2h-2zM11%2011h2v6h-2z'%20/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20/%3e%3c/svg%3e", Un = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%207h2v2h-2V7zm0%204h2v6h-2v-6zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20/%3e%3c/svg%3e", Yn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%205c2.21%200%204%201.79%204%204%200%201.5-.8%202.77-2%203.46v-1.22c.61-.55%201-1.35%201-2.24%200-1.66-1.34-3-3-3s-3%201.34-3%203c0%20.89.39%201.69%201%202.24v1.22C9.8%2011.77%209%2010.5%209%209c0-2.21%201.79-4%204-4zm7%2015.5c-.03.82-.68%201.47-1.5%201.5H13c-.38%200-.74-.15-1-.43l-4-4.2.74-.77c.19-.21.46-.32.76-.32h.2L12%2018V9c0-.55.45-1%201-1s1%20.45%201%201v4.47l1.21.13%203.94%202.19c.53.24.85.77.85%201.35v3.36zM20%202H4c-1.1%200-2%20.9-2%202v8c0%201.11.9%202%202%202h4v-2H4V4h16v8h-2v2h2v-.04l.04.04c1.09%200%201.96-.91%201.96-2V4c0-1.1-.89-2-2-2z'%20/%3e%3c/svg%3e", Wn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%207h5v10h-5v2c0%20.265.105.52.293.707.187.188.442.293.707.293h2v2h-2.5c-.55%200-1.5-.45-1.5-1%200%20.55-.95%201-1.5%201H12v-2h2c.265%200%20.52-.105.707-.293.188-.187.293-.442.293-.707V5c0-.265-.105-.52-.293-.707C14.52%204.105%2014.265%204%2014%204h-2V2h2.5c.55%200%201.5.45%201.5%201%200-.55.95-1%201.5-1H20v2h-2c-.265%200-.52.105-.707.293C17.105%204.48%2017%204.735%2017%205v2zM2%207h11v2H4v6h9v2H2V7zm18%208V9h-3v6h3z'%20/%3e%3c/svg%3e", Kn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%201H4C2.9%201%202%201.9%202%203V17H4V3H16V1ZM15%205H8C6.9%205%206.01%205.9%206.01%207L6%2021C6%2022.1%206.89%2023%207.99%2023H19C20.1%2023%2021%2022.1%2021%2021V11L15%205ZM8%2021V7H14V12H19V21H8Z'%20/%3e%3c/svg%3e", Xn = "data:image/svg+xml,%3csvg%20viewBox='0%200%20119%2078'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M117.03%2073.506c-7.069.343-14.259-1.03-21.102-2.673-9.115-2.18-18.049-5.21-26.682-8.854-17.552-7.406-35.646-17.454-47.828-32.4-5.4-6.63-9.386-14.663-9.235-23.338%202.887%203.076%205.775%206.152%208.663%209.213.496.522.993%201.045%201.474%201.568.632.672.782-.463.782-.941a6.63%206.63%200%200%200-.21-1.717c-.106-.403-.226-.956-.512-1.27-3.534-3.762-7.084-7.525-10.618-11.287-.136-.15-.271-.284-.407-.433-.06-.164-.105-.329-.18-.463C10.814.239%209.912-.478%209.31.388c-2.602%203.748-5.204%207.51-7.806%2011.258L.39%2013.26c-.602.866-.451%202.21.03%203.106.361.672%201.263%201.388%201.865.522%202.241-3.225%204.467-6.435%206.708-9.66.466%2017.589%2014.243%2031.654%2027.78%2041.463%2016.454%2011.9%2035.841%2020.456%2055.469%2025.667%208.227%202.18%2016.92%204.002%2025.478%203.584%202.076-.105%201.444-4.525-.706-4.42l.015-.015z'%20/%3e%3c/svg%3e", Jn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'%20/%3e%3c/svg%3e", Qn = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'%20/%3e%3c/svg%3e", eo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.833%203.667v14.666h18.334V3.667H1.833zm16.5%204.28h-2.291V5.5h2.291v2.447zm-2.291%201.834h2.291v2.447h-2.291V9.781zM3.667%205.5h10.541v11H3.667v-11zm12.375%2011v-2.447h2.291V16.5h-2.291z'%20/%3e%3c/svg%3e", to = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M20.522%202H3.478C2.662%202%202%202.642%202%203.433v17.135C2%2021.358%202.662%2022%203.478%2022h17.044c.816%200%201.478-.641%201.478-1.432V3.433C22%202.642%2021.338%202%2020.522%202zM5.042%2018.742V9.711h3.02v9.031h-3.02zm1.51-10.264h-.019c-1.014%200-1.67-.694-1.67-1.56%200-.887.676-1.56%201.71-1.56%201.033%200%201.669.673%201.689%201.56%200%20.867-.656%201.56-1.71%201.56zm12.403%2010.264h-3.02v-4.83c0-1.215-.438-2.043-1.53-2.043-.835%200-1.332.558-1.55%201.098-.08.192-.1.463-.1.732v5.043h-3.02s.04-8.183%200-9.03h3.02v1.278c.402-.616%201.12-1.49%202.723-1.49%201.988%200%203.478%201.29%203.478%204.064v5.178z'%20fill='%231A1A1A'/%3e%3c/g%3e%3c/svg%3e", no = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'%20/%3e%3c/svg%3e", oo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2013h2v-2H3v2zm0%204h2v-2H3v2zm0-8h2V7H3v2zm4%204h14v-2H7v2zm0%204h14v-2H7v2zM7%207v2h14V7H7zm-4%206h2v-2H3v2zm0%204h2v-2H3v2zm0-8h2V7H3v2zm4%204h14v-2H7v2zm0%204h14v-2H7v2zM7%207v2h14V7H7z'%20/%3e%3c/svg%3e", ao = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204V2c-1.313%200-2.614.259-3.827.761-1.213.503-2.315%201.24-3.244%202.168C3.054%206.804%202%209.348%202%2012h2c0-2.122.843-4.157%202.343-5.657S9.878%204%2012%204z'%20/%3e%3c/svg%3e", so = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2012c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm6-1.8C18%206.57%2015.35%204%2012%204s-6%202.57-6%206.2c0%202.34%201.95%205.44%206%209.14%204.05-3.7%206-6.8%206-9.14zM12%202c4.2%200%208%203.22%208%208.2%200%203.32-2.67%207.25-8%2011.8-5.33-4.55-8-8.48-8-11.8C4%205.22%207.8%202%2012%202z'%20/%3e%3c/svg%3e", io = "data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M12%205.42h-.666V4.087a3.335%203.335%200%200%200-6.667%200V5.42H4c-.733%200-1.333.6-1.333%201.334v6.666c0%20.733.6%201.334%201.333%201.334h8c.734%200%201.334-.6%201.334-1.334V6.754c0-.734-.6-1.334-1.334-1.334zM6%204.087c0-1.107.894-2%202-2%201.107%200%202%20.893%202%202V5.42H6V4.087zm6%209.333H4V6.754h8v6.666zm-4-2c.734%200%201.334-.6%201.334-1.333S8.734%208.754%208%208.754c-.733%200-1.333.6-1.333%201.333S7.267%2011.42%208%2011.42z'%20/%3e%3c/g%3e%3c/svg%3e", ro = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78A7.893%207.893%200%200%201%2012%2020c-1.86%200-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33A7.95%207.95%200%200%201%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'%20/%3e%3c/svg%3e", co = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%203A6.5%206.5%200%200%201%2016%209.5c0%201.61-.59%203.09-1.56%204.23l.27.27h.79l5%205-1.5%201.5-5-5v-.79l-.27-.27A6.516%206.516%200%200%201%209.5%2016%206.5%206.5%200%200%201%203%209.5%206.5%206.5%200%200%201%209.5%203m0%202C7%205%205%207%205%209.5S7%2014%209.5%2014%2014%2012%2014%209.5%2012%205%209.5%205z'%20/%3e%3c/svg%3e", lo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.667%2018.667h-1.054l-.373-.36c1.307-1.52%202.093-3.494%202.093-5.64C21.333%207.88%2017.453%204%2012.667%204%207.88%204%204%207.88%204%2012.667c0%204.786%203.88%208.666%208.667%208.666%202.146%200%204.12-.786%205.64-2.093l.36.373v1.054l6.666%206.653%201.987-1.987-6.653-6.666zm-8%200c-3.32%200-6-2.68-6-6s2.68-6%206-6%206%202.68%206%206-2.68%206-6%206z'%20/%3e%3c/svg%3e", uo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m20.5%203-.16.03L15%205.1%209%203%203.36%204.9c-.21.07-.36.25-.36.48V20.5c0%20.28.22.5.5.5l.16-.03L9%2018.9l6%202.1%205.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10%205.47l4%201.4v11.66l-4-1.4V5.47zm-5%20.99%203-1.01v11.7l-3%201.16V6.46zm14%2011.08-3%201.01V6.86l3-1.16v11.84z'%20/%3e%3c/svg%3e", vo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'%20/%3e%3c/svg%3e", go = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%2010l5%205%205-5H7z'%20/%3e%3c/svg%3e", ho = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%2015l5-5%205%205H7z'%20/%3e%3c/svg%3e", po = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2013H5v-2h14v2z'%20/%3e%3c/svg%3e", fo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M.666%2014h14.667L7.999%201.335.666%2014.001zm8-2H7.333v-1.333h1.333v1.334zm0-2.666H7.333V6.667h1.333v2.667z'%20/%3e%3c/svg%3e", mo = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M21%2011.01%203%2011v2h18v-1.99zM3%2016h12v2H3v-2zM21%206H3v2.01L21%208V6z'%20/%3e%3c/g%3e%3c/svg%3e", bo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2017'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.334%202.804H2.667c-.733%200-1.333.6-1.333%201.334v7.333c0%20.733.6%201.333%201.333%201.333h2l-.666.667v1.333h8v-1.333l-.667-.667h2c.733%200%201.333-.6%201.333-1.333V4.138c0-.734-.6-1.334-1.333-1.334zm0%208.667H2.667V4.138h10.667v7.333z'%20fill='currentColor'%20/%3e%3c/svg%3e", wo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3m-2%2016H5V5h7V3H5a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-7h-2v7z'%20/%3e%3c/svg%3e", _o = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%203C11.54%203%2011.07%203.04%2010.6%203.14C7.84%203.67%205.64%205.9%205.12%208.66C4.64%2011.27%205.6%2013.67%207.34%2015.22C7.77%2015.6%208%2016.13%208%2016.69V19C8%2020.1%208.9%2021%2010%2021H10.28C10.63%2021.6%2011.26%2022%2012%2022C12.74%2022%2013.38%2021.6%2013.72%2021H14C15.1%2021%2016%2020.1%2016%2019V16.69C16%2016.14%2016.22%2015.6%2016.64%2015.23C18.09%2013.95%2019%2012.08%2019%2010C19%206.13%2015.87%203%2012%203ZM14%2017H10V16H14V17ZM10%2019V18H14V19H10ZM15.31%2013.74C15.22%2013.82%2015.15%2013.92%2015.07%2014H8.92C8.84%2013.91%208.77%2013.81%208.68%2013.73C7.36%2012.55%206.77%2010.79%207.09%209.03C7.45%207.09%209.04999%205.48%2010.98%205.1C11.32%205.03%2011.66%205%2012%205C14.76%205%2017%207.24%2017%2010C17%2011.43%2016.39%2012.79%2015.31%2013.74Z'%20/%3e%3cpath%20d='M12.5%2011H11.5V14H12.5V11Z'%20/%3e%3cpath%20d='M10.3795%208.87372L9.67239%209.58082L11.7937%2011.7021L12.5008%2010.995L10.3795%208.87372Z'%20/%3e%3cpath%20d='M11.501%2011.0052L12.2081%2011.7123L14.3294%209.59098L13.6223%208.88388L11.501%2011.0052Z'%20/%3e%3c/svg%3e", yo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'%20/%3e%3c/svg%3e", xo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'%20/%3e%3c/svg%3e", Co = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'%20/%3e%3c/svg%3e", Eo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'%20/%3e%3c/svg%3e", ko = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M12.22%2019.85c-.18.18-.5.21-.71%200a.504.504%200%200%201%200-.71l3.39-3.39-1.41-1.41-3.39%203.39c-.19.2-.51.19-.71%200a.504.504%200%200%201%200-.71l3.39-3.39-1.41-1.41-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71l3.39-3.39-1.42-1.41-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71L9.52%208.4l1.87%201.86c.95.95%202.59.94%203.54%200%20.98-.98.98-2.56%200-3.54l-1.86-1.86.28-.28c.78-.78%202.05-.78%202.83%200l4.24%204.24c.78.78.78%202.05%200%202.83l-8.2%208.2zm9.61-6.78a4.008%204.008%200%200%200%200-5.66l-4.24-4.24a4.008%204.008%200%200%200-5.66%200l-.28.28-.28-.28a4.008%204.008%200%200%200-5.66%200L2.17%206.71a3.992%203.992%200%200%200-.4%205.19l1.45-1.45a2%202%200%200%201%20.37-2.33l3.54-3.54c.78-.78%202.05-.78%202.83%200l3.56%203.56c.18.18.21.5%200%20.71-.21.21-.53.18-.71%200L9.52%205.57l-5.8%205.79c-.98.97-.98%202.56%200%203.54.39.39.89.63%201.42.7a2.458%202.458%200%200%200%202.12%202.12%202.458%202.458%200%200%200%202.12%202.12c.07.54.31%201.03.7%201.42.47.47%201.1.73%201.77.73.67%200%201.3-.26%201.77-.73l8.21-8.19z'%20fill='%231A1A1A'/%3e%3c/g%3e%3c/svg%3e", Lo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2019h4V5H6v14zm8-14v14h4V5h-4z'%20/%3e%3c/svg%3e", zo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m14%202%206%206v12a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h8zm4%2018V9h-5V4H6v16h12zm-7.08-7.69c-.24-.77-.77-3.23.63-3.27%201.4-.04.48%203.12.48%203.12.39%201.49%202.02%202.56%202.02%202.56.5-.15%203.35-.48%202.95%201-.43%201.48-3.5.09-3.5.09-1.95.14-3.41.66-3.41.66-1.13%202.11-2.45%203.03-2.99%202.14-.67-1.11%202.13-2.54%202.13-2.54%201.45-2.35%201.67-3.72%201.69-3.76zm.65.84c-.4%201.3-1.2%202.69-1.2%202.69.85-.34%202.71-.73%202.71-.73-1.14-1-1.49-1.95-1.51-1.96zm3.14%202.17s1.75.65%201.79.39c.07-.27-1.33-.51-1.79-.39zm-5.66%201.49c-.77.3-1.51%201.58-1.33%201.58.18.01.91-.6%201.33-1.58zm2.52-5.55c0-.05.43-1.68%200-1.73-.3-.03-.01%201.69%200%201.73z'%20/%3e%3c/svg%3e", Mo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.71%207.04c.39-.39.39-1.04%200-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41%200l-1.84%201.83%203.75%203.75M3%2017.25V21h3.75L17.81%209.93l-3.75-3.75L3%2017.25z'%20/%3e%3c/svg%3e", So = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.06,9L15,9.94L5.92,19H5V18.08L14.06,9M17.66,3C17.41,3%2017.15,3.1%2016.96,3.29L15.13,5.12L18.88,8.87L20.71,7.04C21.1,6.65%2021.1,6%2020.71,5.63L18.37,3.29C18.17,3.09%2017.92,3%2017.66,3M14.06,6.19L3,17.25V21H6.75L17.81,9.94L14.06,6.19Z'%20/%3e%3c/svg%3e", Ao = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.67%2013.13C18.04%2014.06%2019%2015.32%2019%2017v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4c-.47%200-.91.1-1.33.24C14.5%205.27%2015%206.58%2015%208s-.5%202.73-1.33%203.76c.42.14.86.24%201.33.24zM9%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM9%2013c-2.67%200-8%201.34-8%204v3h16v-3c0-2.66-5.33-4-8-4zm6%205H3v-.99C3.2%2016.29%206.3%2015%209%2015s5.8%201.29%206%202v1z'%20/%3e%3c/svg%3e", Ho = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M16%201H8C6.34%201%205%202.34%205%204v16c0%201.66%201.34%203%203%203h8c1.66%200%203-1.34%203-3V4c0-1.66-1.34-3-3-3zm-2%2020h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z'%20fill='currentColor'/%3e%3c/g%3e%3c/svg%3e", Vo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='9.141304'%20y='7.0869565'%20class='st0'%20width='7.5815215'%20height='10.548913'%20/%3e%3cpath%20fill='none'%20class='st1'%20d='M0,0h24v24H0V0z'%20/%3e%3cpath%20fill='%23FFFFFF'%20d='M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.4799995,10-10S17.5200005,2,12,2z%20M10,16.5v-9l6,4.5L10,16.5z'%20/%3e%3c/svg%3e", Bo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='9.141304'%20y='7.0869565'%20class='st0'%20width='7.5815215'%20height='10.548913'%20/%3e%3cpath%20fill='none'%20class='st1'%20d='M0,0h24v24H0V0z'%20/%3e%3cpath%20fill='%23FFFFFF'%20d='M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.4799995,10-10S17.5200005,2,12,2z%20M10,16.5v-9l6,4.5L10,16.5z'%20/%3e%3c/svg%3e", jo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'%20/%3e%3c/svg%3e", Oo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2011h5V5H4v6zm0%207h5v-6H4v6zm6%200h5v-6h-5v6zm6%200h5v-6h-5v6zm-6-7h5V5h-5v6zm6-6v6h5V5h-5z'%20/%3e%3c/svg%3e", No = "data:image/svg+xml,%3csvg%20width='39'%20height='27'%20viewBox='0%200%2039%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.4565%200C13.0314%200%2014.8841%200.631582%2016.0145%201.89474C17.2077%203.09474%2017.8043%204.61053%2017.8043%206.44211V8.24211C17.8043%209.94737%2017.5531%2011.6842%2017.0507%2013.4526C16.6111%2015.1579%2015.9517%2016.8316%2015.0725%2018.4737C14.1932%2020.1158%2013.157%2021.6632%2011.9638%2023.1158C10.7705%2024.5684%209.48309%2025.8632%208.10145%2027H0C2.00966%2025.1053%203.70531%2023.2105%205.08696%2021.3158C6.4686%2019.3579%207.50483%2017.2105%208.19565%2014.8737C6.3744%2014.5579%205.05556%2013.8316%204.23913%2012.6947C3.42271%2011.4947%203.01449%2010.1053%203.01449%208.52632L3.01449%206.44211C3.01449%204.61053%203.57971%203.09474%204.71015%201.89474C5.90338%200.631582%207.81884%200%2010.4565%200ZM31.6522%200C34.2271%200%2036.0797%200.631582%2037.2101%201.89474C38.4034%203.09474%2039%204.61053%2039%206.44211V8.24211C39%209.94737%2038.7488%2011.6842%2038.2464%2013.4526C37.8068%2015.1579%2037.1473%2016.8316%2036.2681%2018.4737C35.3889%2020.1158%2034.3527%2021.6632%2033.1594%2023.1158C31.9662%2024.5684%2030.6787%2025.8632%2029.2971%2027H21.1957C23.2053%2025.1053%2024.901%2023.2105%2026.2826%2021.3158C27.6643%2019.3579%2028.7005%2017.2105%2029.3913%2014.8737C27.5701%2014.5579%2026.2512%2013.8316%2025.4348%2012.6947C24.6184%2011.4947%2024.2101%2010.1053%2024.2101%208.52632V6.44211C24.2101%204.61053%2024.7754%203.09474%2025.9058%201.89474C27.099%200.631582%2029.0145%200%2031.6522%200Z'%20fill='%231A1A1A'%20/%3e%3c/svg%3e", To = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2010h11v2H3v-2zm0-2h11V6H3v2zm0%208h7v-2H3v2zm15.01-3.13.71-.71a.996.996%200%200%201%201.41%200l.71.71c.39.39.39%201.02%200%201.41l-.71.71-2.12-2.12zm-.71.71-5.3%205.3V21h2.12l5.3-5.3-2.12-2.12z'%20/%3e%3c/svg%3e", Do = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'%20/%3e%3c/svg%3e", Po = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%206.5c3.79%200%207.17%202.13%208.82%205.5-1.65%203.37-5.02%205.5-8.82%205.5S4.83%2015.37%203.18%2012C4.83%208.63%208.21%206.5%2012%206.5m0-2C7%204.5%202.73%207.61%201%2012c1.73%204.39%206%207.5%2011%207.5s9.27-3.11%2011-7.5c-1.73-4.39-6-7.5-11-7.5zm0%205c1.38%200%202.5%201.12%202.5%202.5s-1.12%202.5-2.5%202.5-2.5-1.12-2.5-2.5%201.12-2.5%202.5-2.5m0-2c-2.48%200-4.5%202.02-4.5%204.5s2.02%204.5%204.5%204.5%204.5-2.02%204.5-4.5-2.02-4.5-4.5-4.5z'%20/%3e%3c/svg%3e", $o = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%204v3h5v12h3V7h5V4h-13zm19%205h-9v3h3v7h3v-7h3V9z'%20/%3e%3c/svg%3e", Io = "data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%200C4.48%200%200%204.48%200%2010C0%2015.52%204.48%2020%2010%2020C15.52%2020%2020%2015.52%2020%2010C20%204.48%2015.52%200%2010%200ZM8%2015L3%2010L4.41%208.59L8%2012.17L15.59%204.58L17%206L8%2015Z'/%3e%3c/svg%3e", qo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.333%202h-8C2.593%202%202%202.6%202%203.333v9.334C2%2013.4%202.593%2014%203.333%2014h9.334C13.4%2014%2014%2013.4%2014%2012.667v-8L11.333%202zm1.334%2010.667H3.333V3.333h7.447l1.887%201.887v7.447zM8%208c-1.107%200-2%20.893-2%202s.893%202%202%202%202-.893%202-2-.893-2-2-2zM4%204h6v2.667H4V4z'%20/%3e%3c/svg%3e", Fo = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M21%208.01%203%208v2h18V8.01zM3%2013h12v2H3v-2z'%20/%3e%3c/g%3e%3c/svg%3e", Ro = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'%20fill='currentColor'%20/%3e%3c/svg%3e", Zo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27z'%20/%3e%3c/svg%3e", Go = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m22%209.24-7.19-.62L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.63-7.03L22%209.24zM12%2015.4l-3.76%202.27%201-4.28-3.32-2.88%204.38-.38L12%206.1l1.71%204.04%204.38.38-3.32%202.88%201%204.28L12%2015.4z'%20/%3e%3c/svg%3e", Uo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.41%2011.58l-9-9C12.05%202.22%2011.55%202%2011%202H4c-1.1%200-2%20.9-2%202v7c0%20.55.22%201.05.59%201.42l9%209c.36.36.86.58%201.41.58.55%200%201.05-.22%201.41-.59l7-7c.37-.36.59-.86.59-1.41%200-.55-.23-1.06-.59-1.42zM13%2020.01L4%2011V4h7v-.01l9%209-7%207.02z'%20/%3e%3c/svg%3e", Yo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2019c0%20.55-.196%201.02-.588%201.413A1.926%201.926%200%200%201%209%2021H5c-.55%200-1.02-.196-1.413-.587A1.926%201.926%200%200%201%203%2019V5c0-.55.196-1.02.587-1.413A1.926%201.926%200%200%201%205%203h4c.55%200%201.02.196%201.412.587C10.804%203.98%2011%204.45%2011%205v14zm-2%200V5H5v14h4zm12%200c0%20.55-.196%201.02-.587%201.413A1.926%201.926%200%200%201%2019%2021h-4c-.55%200-1.02-.196-1.412-.587A1.926%201.926%200%200%201%2013%2019V5c0-.55.196-1.02.588-1.413A1.926%201.926%200%200%201%2015%203h4c.55%200%201.02.196%201.413.587C20.803%203.98%2021%204.45%2021%205v14zm-2%200V5h-4v14h4z'%20fill='%231A1A1A'/%3e%3c/svg%3e", Wo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%204H3c-1.1%200-2%20.9-2%202v13c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2zM3%2019V6h8v13H3zm18%200h-8V6h8v13z'%20/%3e%3c/svg%3e", Ko = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%204v3h5v12h3V7h5V4h-13zm19%205h-9v3h3v7h3v-7h3V9z'%20/%3e%3c/svg%3e", Xo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0z'%20/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z'%20/%3e%3cpath%20d='M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z'%20/%3e%3c/svg%3e", Jo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M6%2019.533a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-12H6v12zm2-10h8v10H8v-10zm7.5-5-1-1h-5l-1%201H5v2h14v-2h-3.5z'%20/%3e%3c/svg%3e", Qo = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2016v2h-4v-2h4zM9%204v6H5V4h4zm10%200v6h-4V4h4zM9%2016v2H5v-2h4zm12-2h-8v6h8v-6zM11%202H3v10h8V2zm10%200h-8v10h8V2zM11%2014H3v6h8v-6z'%20/%3e%3c/svg%3e", ea = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%205.333h-.667V4a3.335%203.335%200%200%200-6.666%200H6c0-1.107.893-2%202-2s2%20.893%202%202v1.333H4c-.733%200-1.333.6-1.333%201.334v6.666c0%20.734.6%201.334%201.333%201.334h8c.733%200%201.333-.6%201.333-1.334V6.667c0-.734-.6-1.334-1.333-1.334zm0%208H4V6.667h8v6.666zm-4-2c.733%200%201.333-.6%201.333-1.333S8.733%208.667%208%208.667s-1.333.6-1.333%201.333.6%201.333%201.333%201.333z'%20/%3e%3c/svg%3e", ta = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m15.333%208-1.627-1.86.227-2.46-2.407-.547L10.266%201l-2.267.973L5.733%201l-1.26%202.127-2.407.54.227%202.466L.666%208l1.627%201.86-.227%202.467%202.407.546L5.733%2015l2.266-.98%202.267.973%201.26-2.126%202.407-.547-.227-2.46L15.333%208zm-8.607%203.147-2.533-2.54.986-.987%201.547%201.553%203.9-3.913.987.987-4.887%204.9z'%20/%3e%3c/svg%3e", na = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2016.5l6-4.5-6-4.5v9zM12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20/%3e%3c/svg%3e", oa = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%2011V3h-8l3.29%203.29-10%2010L3%2013v8h8l-3.29-3.29%2010-10L21%2011z'%20/%3e%3c/svg%3e", Je = {};
4
+ function aa(d) {
5
+ return Object.keys(d).reduce((L, e) => (d[e] !== !1 && d[e] !== null && d[e] !== void 0 && (L[e] = d[e]), L), {});
6
+ }
7
+ const sa = {
8
+ name: "InlineSvg",
9
+ inheritAttrs: !1,
10
+ render() {
11
+ return this.svgElSource ? w0(
12
+ "svg",
13
+ Object.assign(
14
+ {},
15
+ // source attrs
16
+ this.getSvgAttrs(this.svgElSource),
17
+ // component attrs and listeners
18
+ aa(this.$attrs),
19
+ // content
20
+ { innerHTML: this.getSvgContent(this.svgElSource) }
21
+ )
22
+ ) : null;
23
+ },
24
+ props: {
25
+ src: {
26
+ type: String,
27
+ required: !0
28
+ },
29
+ title: {
30
+ type: String
31
+ },
32
+ transformSource: {
33
+ type: Function,
34
+ default: (d) => d
35
+ },
36
+ keepDuringLoading: {
37
+ type: Boolean,
38
+ default: !0
39
+ }
40
+ },
41
+ emits: ["loaded", "unloaded", "error"],
42
+ data() {
43
+ return {
44
+ /** @type SVGElement */
45
+ svgElSource: null
46
+ };
47
+ },
48
+ watch: {
49
+ src(d) {
50
+ this.getSource(d);
51
+ }
52
+ },
53
+ mounted() {
54
+ this.getSource(this.src);
55
+ },
56
+ methods: {
57
+ getSvgAttrs(d) {
58
+ let L = {};
59
+ const e = d.attributes;
60
+ if (!e)
61
+ return L;
62
+ for (let i = e.length - 1; i >= 0; i--)
63
+ L[e[i].name] = e[i].value;
64
+ return L;
65
+ },
66
+ getSvgContent(d) {
67
+ return d = d.cloneNode(!0), d = this.transformSource(d), this.title && ia(d, this.title), d.innerHTML;
68
+ },
69
+ /**
70
+ * Get svgElSource
71
+ * @param {string} src
72
+ */
73
+ getSource(d) {
74
+ Je[d] || (Je[d] = this.download(d)), this.svgElSource && Je[d].getIsPending() && !this.keepDuringLoading && (this.svgElSource = null, this.$emit("unloaded")), Je[d].then((L) => {
75
+ this.svgElSource = L, this.$nextTick(() => {
76
+ this.$emit("loaded", this.$el);
77
+ });
78
+ }).catch((L) => {
79
+ this.svgElSource && (this.svgElSource = null, this.$emit("unloaded")), delete Je[d], this.$emit("error", L);
80
+ });
81
+ },
82
+ /**
83
+ * Get the contents of the SVG
84
+ * @param {string} url
85
+ * @returns {PromiseWithState<Element>}
86
+ */
87
+ download(d) {
88
+ return ra(new Promise((L, e) => {
89
+ const i = new XMLHttpRequest();
90
+ i.open("GET", d, !0), i.onload = () => {
91
+ if (i.status >= 200 && i.status < 400)
92
+ try {
93
+ let o = new DOMParser().parseFromString(i.responseText, "text/xml").getElementsByTagName("svg")[0];
94
+ o ? L(o) : e(new Error('Loaded file is not valid SVG"'));
95
+ } catch (p) {
96
+ e(p);
97
+ }
98
+ else
99
+ e(new Error("Error loading SVG"));
100
+ }, i.onerror = e, i.send();
101
+ }));
102
+ }
103
+ }
104
+ };
105
+ function ia(d, L) {
106
+ const e = d.getElementsByTagName("title");
107
+ if (e.length)
108
+ e[0].textContent = L;
109
+ else {
110
+ const i = document.createElementNS("http://www.w3.org/2000/svg", "title");
111
+ i.textContent = L, d.insertBefore(i, d.firstChild);
112
+ }
113
+ }
114
+ function ra(d) {
115
+ if (d.getIsPending) return d;
116
+ let L = !0, e = d.then(
117
+ (i) => (L = !1, i),
118
+ (i) => {
119
+ throw L = !1, i;
120
+ }
121
+ );
122
+ return e.getIsPending = function() {
123
+ return L;
124
+ }, e;
125
+ }
126
+ const ca = /* @__PURE__ */ be({
127
+ __name: "VgIcon",
128
+ props: {
129
+ icon: {
130
+ type: String,
131
+ required: !0
132
+ },
133
+ focusable: {
134
+ type: String,
135
+ default: "false"
136
+ },
137
+ title: {
138
+ type: String,
139
+ default: void 0
140
+ }
141
+ },
142
+ setup(d) {
143
+ const L = d, e = _t("siteIkoner"), i = pe(() => L.title || ""), p = pe(() => {
144
+ let s = e ? e[L.icon] : null;
145
+ if (!s)
146
+ try {
147
+ const o = new URL((/* @__PURE__ */ Object.assign({ "../assets/icons/abonnementFilled.svg": S0, "../assets/icons/abonnementOutline.svg": A0, "../assets/icons/accordion.svg": H0, "../assets/icons/accordionClose.svg": V0, "../assets/icons/accordionCloseOld.svg": B0, "../assets/icons/accordionOpen.svg": j0, "../assets/icons/accordionOpenOld.svg": O0, "../assets/icons/accountCircle.svg": N0, "../assets/icons/add.svg": T0, "../assets/icons/addBig.svg": D0, "../assets/icons/afpublicer.svg": P0, "../assets/icons/anchorlink.svg": $0, "../assets/icons/anchormenuer.svg": I0, "../assets/icons/angleArrowDown.svg": q0, "../assets/icons/angleArrowUp.svg": F0, "../assets/icons/ansoegninger.svg": R0, "../assets/icons/applikationer.svg": Z0, "../assets/icons/arrowLeft.svg": G0, "../assets/icons/arrowRight.svg": U0, "../assets/icons/bell.svg": Y0, "../assets/icons/bellAlarmFilled.svg": W0, "../assets/icons/bellAlarmOutline.svg": K0, "../assets/icons/bellOvercrossed.svg": X0, "../assets/icons/beskedcenter.svg": J0, "../assets/icons/billede.svg": Q0, "../assets/icons/bogmaerker.svg": en, "../assets/icons/bookmarkFilled.svg": tn, "../assets/icons/bookmarkOutline.svg": nn, "../assets/icons/breadcrumbArrow.svg": on, "../assets/icons/calendar.svg": an, "../assets/icons/calendarOutline.svg": sn, "../assets/icons/callToAction.svg": rn, "../assets/icons/card.svg": cn, "../assets/icons/carouselArrowLeft.svg": ln, "../assets/icons/carouselArrowRight.svg": un, "../assets/icons/category.svg": dn, "../assets/icons/check.svg": vn, "../assets/icons/chevronLeft.svg": gn, "../assets/icons/circularArrow.svg": hn, "../assets/icons/close.svg": pn, "../assets/icons/closeCircleOutline.svg": fn, "../assets/icons/closeCirleFilled.svg": mn, "../assets/icons/copyLink.svg": bn, "../assets/icons/datahub.svg": wn, "../assets/icons/deleteOutline.svg": _n, "../assets/icons/deltagelsesgange.svg": yn, "../assets/icons/dots.svg": xn, "../assets/icons/dotsHorizontal.svg": Cn, "../assets/icons/doubleArrow.svg": En, "../assets/icons/downRightArrow.svg": kn, "../assets/icons/download.svg": Ln, "../assets/icons/draggable.svg": zn, "../assets/icons/email.svg": Mn, "../assets/icons/emner.svg": Sn, "../assets/icons/envelopeFilled.svg": An, "../assets/icons/envelopeOutline.svg": Hn, "../assets/icons/error.svg": Vn, "../assets/icons/eyeHide.svg": Bn, "../assets/icons/file.svg": jn, "../assets/icons/filter.svg": On, "../assets/icons/filter2.svg": Nn, "../assets/icons/graph.svg": Tn, "../assets/icons/helpCircleOutline.svg": Dn, "../assets/icons/hero.svg": Pn, "../assets/icons/highlightArrow.svg": $n, "../assets/icons/history.svg": In, "../assets/icons/home.svg": qn, "../assets/icons/image.svg": Fn, "../assets/icons/indsaet.svg": Rn, "../assets/icons/indstillinger.svg": Zn, "../assets/icons/info.svg": Gn, "../assets/icons/infobox.svg": Un, "../assets/icons/knap.svg": Yn, "../assets/icons/kontaktformular.svg": Wn, "../assets/icons/kopi.svg": Kn, "../assets/icons/leftUpCurvedArrow.svg": Xn, "../assets/icons/letter.svg": Jn, "../assets/icons/link.svg": Qn, "../assets/icons/linkboks.svg": eo, "../assets/icons/linkedin.svg": to, "../assets/icons/liste.svg": no, "../assets/icons/listecard.svg": oo, "../assets/icons/loading.svg": ao, "../assets/icons/location.svg": so, "../assets/icons/lock.svg": io, "../assets/icons/loginbanner.svg": ro, "../assets/icons/magnify.svg": co, "../assets/icons/magnifyBig.svg": lo, "../assets/icons/map.svg": uo, "../assets/icons/menu.svg": vo, "../assets/icons/menuDown.svg": go, "../assets/icons/menuUp.svg": ho, "../assets/icons/minus.svg": po, "../assets/icons/notVerified.svg": fo, "../assets/icons/notes.svg": mo, "../assets/icons/online.svg": bo, "../assets/icons/openInNew.svg": wo, "../assets/icons/paere.svg": _o, "../assets/icons/paginationChevronLeft.svg": yo, "../assets/icons/paginationChevronRight.svg": xo, "../assets/icons/paginationFirstPage.svg": Co, "../assets/icons/paginationLastPage.svg": Eo, "../assets/icons/partnergruppe.svg": ko, "../assets/icons/pause.svg": Lo, "../assets/icons/pdfDownload.svg": zo, "../assets/icons/pencil.svg": Mo, "../assets/icons/pencilOutline.svg": So, "../assets/icons/people.svg": Ao, "../assets/icons/phone.svg": Ho, "../assets/icons/play.svg": Vo, "../assets/icons/playVideo.svg": Bo, "../assets/icons/plus.svg": jo, "../assets/icons/praedefineretSoegning.svg": Oo, "../assets/icons/quote.svg": No, "../assets/icons/redaktion.svg": To, "../assets/icons/remove.svg": Do, "../assets/icons/removeRedEyeOutline.svg": Po, "../assets/icons/richtext.svg": $o, "../assets/icons/roundCheckmark.svg": Io, "../assets/icons/save.svg": qo, "../assets/icons/sektionsoverskrift.svg": Fo, "../assets/icons/showMoreArrow.svg": Ro, "../assets/icons/starFilled.svg": Zo, "../assets/icons/starOutline.svg": Go, "../assets/icons/tag.svg": Uo, "../assets/icons/teaser.svg": Yo, "../assets/icons/teaserbillede.svg": Wo, "../assets/icons/tekstgruppe.svg": Ko, "../assets/icons/time.svg": Xo, "../assets/icons/trashCan.svg": Jo, "../assets/icons/udvidedeCardgruppe.svg": Qo, "../assets/icons/unlock.svg": ea, "../assets/icons/verified.svg": ta, "../assets/icons/video.svg": na, "../assets/icons/zoom.svg": oa }))[`../assets/icons/${L.icon}.svg`], import.meta.url).href;
148
+ if (o.endsWith("undefined"))
149
+ throw Error("invalid URL");
150
+ s = o;
151
+ } catch {
152
+ console.warn(`Unable to resolve path for icon: ${L.icon}.svg`);
153
+ }
154
+ return s;
155
+ });
156
+ return (s, o) => p.value ? (O(), Yt(K(sa), {
157
+ key: 0,
158
+ src: p.value,
159
+ class: "icon icon-svg",
160
+ title: i.value,
161
+ focusable: d.focusable,
162
+ "aria-hidden": i.value === ""
163
+ }, null, 8, ["src", "title", "focusable", "aria-hidden"])) : ne("", !0);
164
+ }
165
+ }), $e = (d, L) => {
166
+ const e = d.__vccOpts || d;
167
+ for (const [i, p] of L)
168
+ e[i] = p;
169
+ return e;
170
+ }, ve = /* @__PURE__ */ $e(ca, [["__scopeId", "data-v-6741601f"]]);
171
+ var xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
172
+ function la(d) {
173
+ return d && d.__esModule && Object.prototype.hasOwnProperty.call(d, "default") ? d.default : d;
174
+ }
175
+ function wt(d) {
176
+ throw new Error('Could not dynamically require "' + d + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
177
+ }
178
+ var T2 = { exports: {} };
179
+ (function(d, L) {
180
+ (function(e) {
181
+ d.exports = e();
182
+ })(function() {
183
+ return function e(i, p, s) {
184
+ function o(r, c) {
185
+ if (!p[r]) {
186
+ if (!i[r]) {
187
+ var g = typeof wt == "function" && wt;
188
+ if (!c && g) return g(r, !0);
189
+ if (t) return t(r, !0);
190
+ throw (c = new Error("Cannot find module '" + r + "'")).code = "MODULE_NOT_FOUND", c;
191
+ }
192
+ g = p[r] = { exports: {} }, i[r][0].call(g.exports, function(l) {
193
+ return o(i[r][1][l] || l);
194
+ }, g, g.exports, e, i, p, s);
195
+ }
196
+ return p[r].exports;
197
+ }
198
+ for (var t = typeof wt == "function" && wt, a = 0; a < s.length; a++) o(s[a]);
199
+ return o;
200
+ }({ 1: [function(e, i, p) {
201
+ i.exports = function(s, o, t) {
202
+ if (s.forEach) s.forEach(o, t);
203
+ else for (var a = 0; a < s.length; a += 1) o.call(t, s[a], a, s);
204
+ };
205
+ }, {}], 2: [function(e, i, p) {
206
+ if ("document" in window.self) {
207
+ if ((!("classList" in document.createElement("_")) || document.createElementNS && !("classList" in document.createElementNS("http://www.w3.org/2000/svg", "g"))) && "Element" in (t = window.self)) {
208
+ var s = "classList", o = "prototype", t = t.Element[o], a = Object, r = String[o].trim || function() {
209
+ return this.replace(/^\s+|\s+$/g, "");
210
+ }, c = Array[o].indexOf || function(E) {
211
+ for (var w = 0, y = this.length; w < y; w++) if (w in this && this[w] === E) return w;
212
+ return -1;
213
+ }, g = function(E, w) {
214
+ this.name = E, this.code = DOMException[E], this.message = w;
215
+ }, l = function(E, w) {
216
+ if (w === "") throw new g("SYNTAX_ERR", "An invalid or illegal string was specified");
217
+ if (/\s/.test(w)) throw new g("INVALID_CHARACTER_ERR", "String contains an invalid character");
218
+ return c.call(E, w);
219
+ }, f = function(E) {
220
+ for (var w = r.call(E.getAttribute("class") || ""), y = w ? w.split(/\s+/) : [], k = 0, C = y.length; k < C; k++) this.push(y[k]);
221
+ this._updateClassName = function() {
222
+ E.setAttribute("class", this.toString());
223
+ };
224
+ }, b = f[o] = [], h = function() {
225
+ return new f(this);
226
+ };
227
+ if (g[o] = Error[o], b.item = function(E) {
228
+ return this[E] || null;
229
+ }, b.contains = function(E) {
230
+ return l(this, E += "") !== -1;
231
+ }, b.add = function() {
232
+ for (var E, w = arguments, y = 0, k = w.length, C = !1; l(this, E = w[y] + "") === -1 && (this.push(E), C = !0), ++y < k; ) ;
233
+ C && this._updateClassName();
234
+ }, b.remove = function() {
235
+ var E, w, y = arguments, k = 0, C = y.length, z = !1;
236
+ do
237
+ for (w = l(this, E = y[k] + ""); w !== -1; ) this.splice(w, 1), z = !0, w = l(this, E);
238
+ while (++k < C);
239
+ z && this._updateClassName();
240
+ }, b.toggle = function(E, w) {
241
+ var y = this.contains(E += ""), k = y ? w !== !0 && "remove" : w !== !1 && "add";
242
+ return k && this[k](E), w === !0 || w === !1 ? w : !y;
243
+ }, b.toString = function() {
244
+ return this.join(" ");
245
+ }, a.defineProperty) {
246
+ b = { get: h, enumerable: !0, configurable: !0 };
247
+ try {
248
+ a.defineProperty(t, s, b);
249
+ } catch (E) {
250
+ E.number !== void 0 && E.number !== -2146823252 || (b.enumerable = !1, a.defineProperty(t, s, b));
251
+ }
252
+ } else a[o].__defineGetter__ && t.__defineGetter__(s, h);
253
+ }
254
+ (b = document.createElement("_")).classList.add("c1", "c2"), b.classList.contains("c2") || ((a = function(E) {
255
+ var w = DOMTokenList.prototype[E];
256
+ DOMTokenList.prototype[E] = function(y) {
257
+ for (var k = arguments.length, C = 0; C < k; C++) w.call(this, arguments[C]);
258
+ };
259
+ })("add"), a("remove")), b.classList.toggle("c3", !1), b.classList.contains("c3") && (x = DOMTokenList.prototype.toggle, DOMTokenList.prototype.toggle = function(E, w) {
260
+ return 1 in arguments && !this.contains(E) == !w ? w : x.call(this, E);
261
+ });
262
+ }
263
+ var x;
264
+ }, {}], 3: [function(e, i, p) {
265
+ e("../../modules/es6.string.iterator"), e("../../modules/es6.array.from"), i.exports = e("../../modules/_core").Array.from;
266
+ }, { "../../modules/_core": 10, "../../modules/es6.array.from": 58, "../../modules/es6.string.iterator": 60 }], 4: [function(e, i, p) {
267
+ e("../../modules/es6.object.assign"), i.exports = e("../../modules/_core").Object.assign;
268
+ }, { "../../modules/_core": 10, "../../modules/es6.object.assign": 59 }], 5: [function(e, i, p) {
269
+ i.exports = function(s) {
270
+ if (typeof s != "function") throw TypeError(s + " is not a function!");
271
+ return s;
272
+ };
273
+ }, {}], 6: [function(e, i, p) {
274
+ var s = e("./_is-object");
275
+ i.exports = function(o) {
276
+ if (s(o)) return o;
277
+ throw TypeError(o + " is not an object!");
278
+ };
279
+ }, { "./_is-object": 27 }], 7: [function(e, i, p) {
280
+ var s = e("./_to-iobject"), o = e("./_to-length"), t = e("./_to-absolute-index");
281
+ i.exports = function(a) {
282
+ return function(r, c, g) {
283
+ var l, f = s(r), b = o(f.length), h = t(g, b);
284
+ if (a && c != c) {
285
+ for (; h < b; ) if ((l = f[h++]) != l) return !0;
286
+ } else for (; h < b; h++) if ((a || h in f) && f[h] === c) return a || h || 0;
287
+ return !a && -1;
288
+ };
289
+ };
290
+ }, { "./_to-absolute-index": 49, "./_to-iobject": 51, "./_to-length": 52 }], 8: [function(e, i, p) {
291
+ var s = e("./_cof"), o = e("./_wks")("toStringTag"), t = s(/* @__PURE__ */ function() {
292
+ return arguments;
293
+ }()) == "Arguments";
294
+ i.exports = function(a) {
295
+ var r;
296
+ return a === void 0 ? "Undefined" : a === null ? "Null" : typeof (r = function(c, g) {
297
+ try {
298
+ return c[g];
299
+ } catch {
300
+ }
301
+ }(a = Object(a), o)) == "string" ? r : t ? s(a) : (r = s(a)) == "Object" && typeof a.callee == "function" ? "Arguments" : r;
302
+ };
303
+ }, { "./_cof": 9, "./_wks": 56 }], 9: [function(e, i, p) {
304
+ var s = {}.toString;
305
+ i.exports = function(o) {
306
+ return s.call(o).slice(8, -1);
307
+ };
308
+ }, {}], 10: [function(e, i, p) {
309
+ i = i.exports = { version: "2.6.12" }, typeof __e == "number" && (__e = i);
310
+ }, {}], 11: [function(e, i, p) {
311
+ var s = e("./_object-dp"), o = e("./_property-desc");
312
+ i.exports = function(t, a, r) {
313
+ a in t ? s.f(t, a, o(0, r)) : t[a] = r;
314
+ };
315
+ }, { "./_object-dp": 36, "./_property-desc": 43 }], 12: [function(e, i, p) {
316
+ var s = e("./_a-function");
317
+ i.exports = function(o, t, a) {
318
+ if (s(o), t === void 0) return o;
319
+ switch (a) {
320
+ case 1:
321
+ return function(r) {
322
+ return o.call(t, r);
323
+ };
324
+ case 2:
325
+ return function(r, c) {
326
+ return o.call(t, r, c);
327
+ };
328
+ case 3:
329
+ return function(r, c, g) {
330
+ return o.call(t, r, c, g);
331
+ };
332
+ }
333
+ return function() {
334
+ return o.apply(t, arguments);
335
+ };
336
+ };
337
+ }, { "./_a-function": 5 }], 13: [function(e, i, p) {
338
+ i.exports = function(s) {
339
+ if (s == null) throw TypeError("Can't call method on " + s);
340
+ return s;
341
+ };
342
+ }, {}], 14: [function(e, i, p) {
343
+ i.exports = !e("./_fails")(function() {
344
+ return Object.defineProperty({}, "a", { get: function() {
345
+ return 7;
346
+ } }).a != 7;
347
+ });
348
+ }, { "./_fails": 18 }], 15: [function(e, i, p) {
349
+ var s = e("./_is-object"), o = e("./_global").document, t = s(o) && s(o.createElement);
350
+ i.exports = function(a) {
351
+ return t ? o.createElement(a) : {};
352
+ };
353
+ }, { "./_global": 20, "./_is-object": 27 }], 16: [function(e, i, p) {
354
+ i.exports = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
355
+ }, {}], 17: [function(e, i, p) {
356
+ function s(l, f, b) {
357
+ var h, x, E, w = l & s.F, y = l & s.G, k = l & s.P, C = l & s.B, z = y ? o : l & s.S ? o[f] || (o[f] = {}) : (o[f] || {})[g], M = y ? t : t[f] || (t[f] = {}), H = M[g] || (M[g] = {});
358
+ for (h in b = y ? f : b) x = ((E = !w && z && z[h] !== void 0) ? z : b)[h], E = C && E ? c(x, o) : k && typeof x == "function" ? c(Function.call, x) : x, z && r(z, h, x, l & s.U), M[h] != x && a(M, h, E), k && H[h] != x && (H[h] = x);
359
+ }
360
+ var o = e("./_global"), t = e("./_core"), a = e("./_hide"), r = e("./_redefine"), c = e("./_ctx"), g = "prototype";
361
+ o.core = t, s.F = 1, s.G = 2, s.S = 4, s.P = 8, s.B = 16, s.W = 32, s.U = 64, s.R = 128, i.exports = s;
362
+ }, { "./_core": 10, "./_ctx": 12, "./_global": 20, "./_hide": 22, "./_redefine": 44 }], 18: [function(e, i, p) {
363
+ i.exports = function(s) {
364
+ try {
365
+ return !!s();
366
+ } catch {
367
+ return !0;
368
+ }
369
+ };
370
+ }, {}], 19: [function(e, i, p) {
371
+ i.exports = e("./_shared")("native-function-to-string", Function.toString);
372
+ }, { "./_shared": 47 }], 20: [function(e, i, p) {
373
+ i = i.exports = typeof window < "u" && window.Math == Math ? window : typeof self < "u" && self.Math == Math ? self : Function("return this")(), typeof __g == "number" && (__g = i);
374
+ }, {}], 21: [function(e, i, p) {
375
+ var s = {}.hasOwnProperty;
376
+ i.exports = function(o, t) {
377
+ return s.call(o, t);
378
+ };
379
+ }, {}], 22: [function(e, i, p) {
380
+ var s = e("./_object-dp"), o = e("./_property-desc");
381
+ i.exports = e("./_descriptors") ? function(t, a, r) {
382
+ return s.f(t, a, o(1, r));
383
+ } : function(t, a, r) {
384
+ return t[a] = r, t;
385
+ };
386
+ }, { "./_descriptors": 14, "./_object-dp": 36, "./_property-desc": 43 }], 23: [function(e, i, p) {
387
+ e = e("./_global").document, i.exports = e && e.documentElement;
388
+ }, { "./_global": 20 }], 24: [function(e, i, p) {
389
+ i.exports = !e("./_descriptors") && !e("./_fails")(function() {
390
+ return Object.defineProperty(e("./_dom-create")("div"), "a", { get: function() {
391
+ return 7;
392
+ } }).a != 7;
393
+ });
394
+ }, { "./_descriptors": 14, "./_dom-create": 15, "./_fails": 18 }], 25: [function(e, i, p) {
395
+ var s = e("./_cof");
396
+ i.exports = Object("z").propertyIsEnumerable(0) ? Object : function(o) {
397
+ return s(o) == "String" ? o.split("") : Object(o);
398
+ };
399
+ }, { "./_cof": 9 }], 26: [function(e, i, p) {
400
+ var s = e("./_iterators"), o = e("./_wks")("iterator"), t = Array.prototype;
401
+ i.exports = function(a) {
402
+ return a !== void 0 && (s.Array === a || t[o] === a);
403
+ };
404
+ }, { "./_iterators": 32, "./_wks": 56 }], 27: [function(e, i, p) {
405
+ function s(o) {
406
+ return (s = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
407
+ return typeof t;
408
+ } : function(t) {
409
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
410
+ })(o);
411
+ }
412
+ i.exports = function(o) {
413
+ return s(o) === "object" ? o !== null : typeof o == "function";
414
+ };
415
+ }, {}], 28: [function(e, i, p) {
416
+ var s = e("./_an-object");
417
+ i.exports = function(o, t, a, r) {
418
+ try {
419
+ return r ? t(s(a)[0], a[1]) : t(a);
420
+ } catch (c) {
421
+ throw r = o.return, r !== void 0 && s(r.call(o)), c;
422
+ }
423
+ };
424
+ }, { "./_an-object": 6 }], 29: [function(e, i, p) {
425
+ var s = e("./_object-create"), o = e("./_property-desc"), t = e("./_set-to-string-tag"), a = {};
426
+ e("./_hide")(a, e("./_wks")("iterator"), function() {
427
+ return this;
428
+ }), i.exports = function(r, c, g) {
429
+ r.prototype = s(a, { next: o(1, g) }), t(r, c + " Iterator");
430
+ };
431
+ }, { "./_hide": 22, "./_object-create": 35, "./_property-desc": 43, "./_set-to-string-tag": 45, "./_wks": 56 }], 30: [function(e, i, p) {
432
+ function s() {
433
+ return this;
434
+ }
435
+ var o = e("./_library"), t = e("./_export"), a = e("./_redefine"), r = e("./_hide"), c = e("./_iterators"), g = e("./_iter-create"), l = e("./_set-to-string-tag"), f = e("./_object-gpo"), b = e("./_wks")("iterator"), h = !([].keys && "next" in [].keys()), x = "values";
436
+ i.exports = function(E, w, y, I, C, z, M) {
437
+ g(y, w, I);
438
+ function H(le) {
439
+ if (!h && le in Z) return Z[le];
440
+ switch (le) {
441
+ case "keys":
442
+ case x:
443
+ return function() {
444
+ return new y(this, le);
445
+ };
446
+ }
447
+ return function() {
448
+ return new y(this, le);
449
+ };
450
+ }
451
+ var j, D, I = w + " Iterator", G = C == x, oe = !1, Z = E.prototype, ce = Z[b] || Z["@@iterator"] || C && Z[C], U = ce || H(C), Me = C ? G ? H("entries") : U : void 0, ee = w == "Array" && Z.entries || ce;
452
+ if (ee && (ee = f(ee.call(new E()))) !== Object.prototype && ee.next && (l(ee, I, !0), o || typeof ee[b] == "function" || r(ee, b, s)), G && ce && ce.name !== x && (oe = !0, U = function() {
453
+ return ce.call(this);
454
+ }), o && !M || !h && !oe && Z[b] || r(Z, b, U), c[w] = U, c[I] = s, C) if (j = { values: G ? U : H(x), keys: z ? U : H("keys"), entries: Me }, M) for (D in j) D in Z || a(Z, D, j[D]);
455
+ else t(t.P + t.F * (h || oe), w, j);
456
+ return j;
457
+ };
458
+ }, { "./_export": 17, "./_hide": 22, "./_iter-create": 29, "./_iterators": 32, "./_library": 33, "./_object-gpo": 39, "./_redefine": 44, "./_set-to-string-tag": 45, "./_wks": 56 }], 31: [function(e, i, p) {
459
+ var s = e("./_wks")("iterator"), o = !1;
460
+ try {
461
+ var t = [7][s]();
462
+ t.return = function() {
463
+ o = !0;
464
+ }, Array.from(t, function() {
465
+ throw 2;
466
+ });
467
+ } catch {
468
+ }
469
+ i.exports = function(a, r) {
470
+ if (!r && !o) return !1;
471
+ var c = !1;
472
+ try {
473
+ var g = [7], l = g[s]();
474
+ l.next = function() {
475
+ return { done: c = !0 };
476
+ }, g[s] = function() {
477
+ return l;
478
+ }, a(g);
479
+ } catch {
480
+ }
481
+ return c;
482
+ };
483
+ }, { "./_wks": 56 }], 32: [function(e, i, p) {
484
+ i.exports = {};
485
+ }, {}], 33: [function(e, i, p) {
486
+ i.exports = !1;
487
+ }, {}], 34: [function(e, i, p) {
488
+ var s = e("./_descriptors"), o = e("./_object-keys"), t = e("./_object-gops"), a = e("./_object-pie"), r = e("./_to-object"), c = e("./_iobject"), g = Object.assign;
489
+ i.exports = !g || e("./_fails")(function() {
490
+ var l = {}, f = {}, b = Symbol(), h = "abcdefghijklmnopqrst";
491
+ return l[b] = 7, h.split("").forEach(function(x) {
492
+ f[x] = x;
493
+ }), g({}, l)[b] != 7 || Object.keys(g({}, f)).join("") != h;
494
+ }) ? function(l, f) {
495
+ for (var b = r(l), h = arguments.length, x = 1, E = t.f, w = a.f; x < h; ) for (var y, k = c(arguments[x++]), C = E ? o(k).concat(E(k)) : o(k), z = C.length, M = 0; M < z; ) y = C[M++], s && !w.call(k, y) || (b[y] = k[y]);
496
+ return b;
497
+ } : g;
498
+ }, { "./_descriptors": 14, "./_fails": 18, "./_iobject": 25, "./_object-gops": 38, "./_object-keys": 41, "./_object-pie": 42, "./_to-object": 53 }], 35: [function(e, i, p) {
499
+ function s() {
500
+ }
501
+ var o = e("./_an-object"), t = e("./_object-dps"), a = e("./_enum-bug-keys"), r = e("./_shared-key")("IE_PROTO"), c = "prototype", g = function() {
502
+ var l = e("./_dom-create")("iframe"), f = a.length;
503
+ for (l.style.display = "none", e("./_html").appendChild(l), l.src = "javascript:", (l = l.contentWindow.document).open(), l.write("<script>document.F=Object<\/script>"), l.close(), g = l.F; f--; ) delete g[c][a[f]];
504
+ return g();
505
+ };
506
+ i.exports = Object.create || function(l, f) {
507
+ var b;
508
+ return l !== null ? (s[c] = o(l), b = new s(), s[c] = null, b[r] = l) : b = g(), f === void 0 ? b : t(b, f);
509
+ };
510
+ }, { "./_an-object": 6, "./_dom-create": 15, "./_enum-bug-keys": 16, "./_html": 23, "./_object-dps": 37, "./_shared-key": 46 }], 36: [function(e, i, p) {
511
+ var s = e("./_an-object"), o = e("./_ie8-dom-define"), t = e("./_to-primitive"), a = Object.defineProperty;
512
+ p.f = e("./_descriptors") ? Object.defineProperty : function(r, c, g) {
513
+ if (s(r), c = t(c, !0), s(g), o) try {
514
+ return a(r, c, g);
515
+ } catch {
516
+ }
517
+ if ("get" in g || "set" in g) throw TypeError("Accessors not supported!");
518
+ return "value" in g && (r[c] = g.value), r;
519
+ };
520
+ }, { "./_an-object": 6, "./_descriptors": 14, "./_ie8-dom-define": 24, "./_to-primitive": 54 }], 37: [function(e, i, p) {
521
+ var s = e("./_object-dp"), o = e("./_an-object"), t = e("./_object-keys");
522
+ i.exports = e("./_descriptors") ? Object.defineProperties : function(a, r) {
523
+ o(a);
524
+ for (var c, g = t(r), l = g.length, f = 0; f < l; ) s.f(a, c = g[f++], r[c]);
525
+ return a;
526
+ };
527
+ }, { "./_an-object": 6, "./_descriptors": 14, "./_object-dp": 36, "./_object-keys": 41 }], 38: [function(e, i, p) {
528
+ p.f = Object.getOwnPropertySymbols;
529
+ }, {}], 39: [function(e, i, p) {
530
+ var s = e("./_has"), o = e("./_to-object"), t = e("./_shared-key")("IE_PROTO"), a = Object.prototype;
531
+ i.exports = Object.getPrototypeOf || function(r) {
532
+ return r = o(r), s(r, t) ? r[t] : typeof r.constructor == "function" && r instanceof r.constructor ? r.constructor.prototype : r instanceof Object ? a : null;
533
+ };
534
+ }, { "./_has": 21, "./_shared-key": 46, "./_to-object": 53 }], 40: [function(e, i, p) {
535
+ var s = e("./_has"), o = e("./_to-iobject"), t = e("./_array-includes")(!1), a = e("./_shared-key")("IE_PROTO");
536
+ i.exports = function(r, c) {
537
+ var g, l = o(r), f = 0, b = [];
538
+ for (g in l) g != a && s(l, g) && b.push(g);
539
+ for (; c.length > f; ) !s(l, g = c[f++]) || ~t(b, g) || b.push(g);
540
+ return b;
541
+ };
542
+ }, { "./_array-includes": 7, "./_has": 21, "./_shared-key": 46, "./_to-iobject": 51 }], 41: [function(e, i, p) {
543
+ var s = e("./_object-keys-internal"), o = e("./_enum-bug-keys");
544
+ i.exports = Object.keys || function(t) {
545
+ return s(t, o);
546
+ };
547
+ }, { "./_enum-bug-keys": 16, "./_object-keys-internal": 40 }], 42: [function(e, i, p) {
548
+ p.f = {}.propertyIsEnumerable;
549
+ }, {}], 43: [function(e, i, p) {
550
+ i.exports = function(s, o) {
551
+ return { enumerable: !(1 & s), configurable: !(2 & s), writable: !(4 & s), value: o };
552
+ };
553
+ }, {}], 44: [function(e, i, p) {
554
+ var s = e("./_global"), o = e("./_hide"), t = e("./_has"), a = e("./_uid")("src"), r = e("./_function-to-string"), c = "toString", g = ("" + r).split(c);
555
+ e("./_core").inspectSource = function(l) {
556
+ return r.call(l);
557
+ }, (i.exports = function(l, f, b, h) {
558
+ var x = typeof b == "function";
559
+ x && !t(b, "name") && o(b, "name", f), l[f] !== b && (x && !t(b, a) && o(b, a, l[f] ? "" + l[f] : g.join(String(f))), l === s ? l[f] = b : h ? l[f] ? l[f] = b : o(l, f, b) : (delete l[f], o(l, f, b)));
560
+ })(Function.prototype, c, function() {
561
+ return typeof this == "function" && this[a] || r.call(this);
562
+ });
563
+ }, { "./_core": 10, "./_function-to-string": 19, "./_global": 20, "./_has": 21, "./_hide": 22, "./_uid": 55 }], 45: [function(e, i, p) {
564
+ var s = e("./_object-dp").f, o = e("./_has"), t = e("./_wks")("toStringTag");
565
+ i.exports = function(a, r, c) {
566
+ a && !o(a = c ? a : a.prototype, t) && s(a, t, { configurable: !0, value: r });
567
+ };
568
+ }, { "./_has": 21, "./_object-dp": 36, "./_wks": 56 }], 46: [function(e, i, p) {
569
+ var s = e("./_shared")("keys"), o = e("./_uid");
570
+ i.exports = function(t) {
571
+ return s[t] || (s[t] = o(t));
572
+ };
573
+ }, { "./_shared": 47, "./_uid": 55 }], 47: [function(e, i, p) {
574
+ var s = e("./_core"), o = e("./_global"), t = "__core-js_shared__", a = o[t] || (o[t] = {});
575
+ (i.exports = function(r, c) {
576
+ return a[r] || (a[r] = c !== void 0 ? c : {});
577
+ })("versions", []).push({ version: s.version, mode: e("./_library") ? "pure" : "global", copyright: "© 2020 Denis Pushkarev (zloirock.ru)" });
578
+ }, { "./_core": 10, "./_global": 20, "./_library": 33 }], 48: [function(e, i, p) {
579
+ var s = e("./_to-integer"), o = e("./_defined");
580
+ i.exports = function(t) {
581
+ return function(g, l) {
582
+ var c, g = String(o(g)), l = s(l), f = g.length;
583
+ return l < 0 || f <= l ? t ? "" : void 0 : (c = g.charCodeAt(l)) < 55296 || 56319 < c || l + 1 === f || (f = g.charCodeAt(l + 1)) < 56320 || 57343 < f ? t ? g.charAt(l) : c : t ? g.slice(l, l + 2) : f - 56320 + (c - 55296 << 10) + 65536;
584
+ };
585
+ };
586
+ }, { "./_defined": 13, "./_to-integer": 50 }], 49: [function(e, i, p) {
587
+ var s = e("./_to-integer"), o = Math.max, t = Math.min;
588
+ i.exports = function(a, r) {
589
+ return (a = s(a)) < 0 ? o(a + r, 0) : t(a, r);
590
+ };
591
+ }, { "./_to-integer": 50 }], 50: [function(e, i, p) {
592
+ var s = Math.ceil, o = Math.floor;
593
+ i.exports = function(t) {
594
+ return isNaN(t = +t) ? 0 : (0 < t ? o : s)(t);
595
+ };
596
+ }, {}], 51: [function(e, i, p) {
597
+ var s = e("./_iobject"), o = e("./_defined");
598
+ i.exports = function(t) {
599
+ return s(o(t));
600
+ };
601
+ }, { "./_defined": 13, "./_iobject": 25 }], 52: [function(e, i, p) {
602
+ var s = e("./_to-integer"), o = Math.min;
603
+ i.exports = function(t) {
604
+ return 0 < t ? o(s(t), 9007199254740991) : 0;
605
+ };
606
+ }, { "./_to-integer": 50 }], 53: [function(e, i, p) {
607
+ var s = e("./_defined");
608
+ i.exports = function(o) {
609
+ return Object(s(o));
610
+ };
611
+ }, { "./_defined": 13 }], 54: [function(e, i, p) {
612
+ var s = e("./_is-object");
613
+ i.exports = function(o, t) {
614
+ if (!s(o)) return o;
615
+ var a, r;
616
+ if (t && typeof (a = o.toString) == "function" && !s(r = a.call(o)) || typeof (a = o.valueOf) == "function" && !s(r = a.call(o))) return r;
617
+ if (t || typeof (a = o.toString) != "function" || s(r = a.call(o))) throw TypeError("Can't convert object to primitive value");
618
+ return r;
619
+ };
620
+ }, { "./_is-object": 27 }], 55: [function(e, i, p) {
621
+ var s = 0, o = Math.random();
622
+ i.exports = function(t) {
623
+ return "Symbol(".concat(t === void 0 ? "" : t, ")_", (++s + o).toString(36));
624
+ };
625
+ }, {}], 56: [function(e, i, p) {
626
+ var s = e("./_shared")("wks"), o = e("./_uid"), t = e("./_global").Symbol, a = typeof t == "function";
627
+ (i.exports = function(r) {
628
+ return s[r] || (s[r] = a && t[r] || (a ? t : o)("Symbol." + r));
629
+ }).store = s;
630
+ }, { "./_global": 20, "./_shared": 47, "./_uid": 55 }], 57: [function(e, i, p) {
631
+ var s = e("./_classof"), o = e("./_wks")("iterator"), t = e("./_iterators");
632
+ i.exports = e("./_core").getIteratorMethod = function(a) {
633
+ if (a != null) return a[o] || a["@@iterator"] || t[s(a)];
634
+ };
635
+ }, { "./_classof": 8, "./_core": 10, "./_iterators": 32, "./_wks": 56 }], 58: [function(e, i, p) {
636
+ var s = e("./_ctx"), o = e("./_export"), t = e("./_to-object"), a = e("./_iter-call"), r = e("./_is-array-iter"), c = e("./_to-length"), g = e("./_create-property"), l = e("./core.get-iterator-method");
637
+ o(o.S + o.F * !e("./_iter-detect")(function(f) {
638
+ Array.from(f);
639
+ }), "Array", { from: function(y) {
640
+ var b, h, x, E, w = t(y), y = typeof this == "function" ? this : Array, k = arguments.length, C = 1 < k ? arguments[1] : void 0, z = C !== void 0, M = 0, H = l(w);
641
+ if (z && (C = s(C, 2 < k ? arguments[2] : void 0, 2)), H == null || y == Array && r(H)) for (h = new y(b = c(w.length)); M < b; M++) g(h, M, z ? C(w[M], M) : w[M]);
642
+ else for (E = H.call(w), h = new y(); !(x = E.next()).done; M++) g(h, M, z ? a(E, C, [x.value, M], !0) : x.value);
643
+ return h.length = M, h;
644
+ } });
645
+ }, { "./_create-property": 11, "./_ctx": 12, "./_export": 17, "./_is-array-iter": 26, "./_iter-call": 28, "./_iter-detect": 31, "./_to-length": 52, "./_to-object": 53, "./core.get-iterator-method": 57 }], 59: [function(e, i, p) {
646
+ var s = e("./_export");
647
+ s(s.S + s.F, "Object", { assign: e("./_object-assign") });
648
+ }, { "./_export": 17, "./_object-assign": 34 }], 60: [function(e, i, p) {
649
+ var s = e("./_string-at")(!0);
650
+ e("./_iter-define")(String, "String", function(o) {
651
+ this._t = String(o), this._i = 0;
652
+ }, function() {
653
+ var o = this._t, t = this._i;
654
+ return t >= o.length ? { value: void 0, done: !0 } : (o = s(o, t), this._i += o.length, { value: o, done: !1 });
655
+ });
656
+ }, { "./_iter-define": 30, "./_string-at": 48 }], 61: [function(e, i, p) {
657
+ for (var s = { polyfill: function() {
658
+ if (!("KeyboardEvent" in window) || "key" in KeyboardEvent.prototype) return !1;
659
+ var a = { get: function(r) {
660
+ var c = s.keys[this.which || this.keyCode];
661
+ return c = Array.isArray(c) ? c[+this.shiftKey] : c;
662
+ } };
663
+ return Object.defineProperty(KeyboardEvent.prototype, "key", a), a;
664
+ }, keys: { 3: "Cancel", 6: "Help", 8: "Backspace", 9: "Tab", 12: "Clear", 13: "Enter", 16: "Shift", 17: "Control", 18: "Alt", 19: "Pause", 20: "CapsLock", 27: "Escape", 28: "Convert", 29: "NonConvert", 30: "Accept", 31: "ModeChange", 32: " ", 33: "PageUp", 34: "PageDown", 35: "End", 36: "Home", 37: "ArrowLeft", 38: "ArrowUp", 39: "ArrowRight", 40: "ArrowDown", 41: "Select", 42: "Print", 43: "Execute", 44: "PrintScreen", 45: "Insert", 46: "Delete", 48: ["0", ")"], 49: ["1", "!"], 50: ["2", "@"], 51: ["3", "#"], 52: ["4", "$"], 53: ["5", "%"], 54: ["6", "^"], 55: ["7", "&"], 56: ["8", "*"], 57: ["9", "("], 91: "OS", 93: "ContextMenu", 144: "NumLock", 145: "ScrollLock", 181: "VolumeMute", 182: "VolumeDown", 183: "VolumeUp", 186: [";", ":"], 187: ["=", "+"], 188: [",", "<"], 189: ["-", "_"], 190: [".", ">"], 191: ["/", "?"], 192: ["`", "~"], 219: ["[", "{"], 220: ["\\", "|"], 221: ["]", "}"], 222: ["'", '"'], 224: "Meta", 225: "AltGraph", 246: "Attn", 247: "CrSel", 248: "ExSel", 249: "EraseEof", 250: "Play", 251: "ZoomOut" } }, o = 1; o < 25; o++) s.keys[111 + o] = "F" + o;
665
+ var t = "";
666
+ for (o = 65; o < 91; o++) t = String.fromCharCode(o), s.keys[o] = [t.toLowerCase(), t.toUpperCase()];
667
+ p !== void 0 && i !== void 0 ? i.exports = s : window && (window.keyboardeventKeyPolyfill = s);
668
+ }, {}], 62: [function(e, i, p) {
669
+ var s = typeof Element < "u" ? Element.prototype : {}, o = s.matches || s.matchesSelector || s.webkitMatchesSelector || s.mozMatchesSelector || s.msMatchesSelector || s.oMatchesSelector;
670
+ i.exports = function(t, a) {
671
+ if (!t || t.nodeType !== 1) return !1;
672
+ if (o) return o.call(t, a);
673
+ for (var r = t.parentNode.querySelectorAll(a), c = 0; c < r.length; c++) if (r[c] == t) return !0;
674
+ return !1;
675
+ };
676
+ }, {}], 63: [function(e, i, p) {
677
+ var s = Object.getOwnPropertySymbols, o = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
678
+ i.exports = function() {
679
+ try {
680
+ if (!Object.assign) return;
681
+ var a = new String("abc");
682
+ if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5") return;
683
+ for (var r = {}, c = 0; c < 10; c++) r["_" + String.fromCharCode(c)] = c;
684
+ if (Object.getOwnPropertyNames(r).map(function(l) {
685
+ return r[l];
686
+ }).join("") !== "0123456789") return;
687
+ var g = {};
688
+ return "abcdefghijklmnopqrst".split("").forEach(function(l) {
689
+ g[l] = l;
690
+ }), Object.keys(Object.assign({}, g)).join("") !== "abcdefghijklmnopqrst" ? void 0 : 1;
691
+ } catch {
692
+ return;
693
+ }
694
+ }() ? Object.assign : function(a, r) {
695
+ for (var c, g = function(x) {
696
+ if (x == null) throw new TypeError("Object.assign cannot be called with null or undefined");
697
+ return Object(x);
698
+ }(a), l = 1; l < arguments.length; l++) {
699
+ for (var f in c = Object(arguments[l])) o.call(c, f) && (g[f] = c[f]);
700
+ if (s) for (var b = s(c), h = 0; h < b.length; h++) t.call(c, b[h]) && (g[b[h]] = c[b[h]]);
701
+ }
702
+ return g;
703
+ };
704
+ }, {}], 64: [function(e, i, p) {
705
+ function s(g) {
706
+ return (s = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(l) {
707
+ return typeof l;
708
+ } : function(l) {
709
+ return l && typeof Symbol == "function" && l.constructor === Symbol && l !== Symbol.prototype ? "symbol" : typeof l;
710
+ })(g);
711
+ }
712
+ function o(g, l) {
713
+ var f = g[l];
714
+ return delete g[l], f;
715
+ }
716
+ var t = e("object-assign"), a = e("./delegate"), r = e("./delegateAll"), c = /^(.+):delegate\((.+)\)$/;
717
+ i.exports = function(g, l) {
718
+ var f = Object.keys(g).reduce(function(b, h) {
719
+ x = g[h = h], (k = h.match(c)) && (h = k[1], E = k[2]), s(x) === "object" && (w = { capture: o(x, "capture"), passive: o(x, "passive") }), y = { selector: E, delegate: s(x) === "object" ? r(x) : E ? a(E, x) : x, options: w };
720
+ var x, E, w, y, k = -1 < h.indexOf(" ") ? h.split(" ").map(function(C) {
721
+ return t({ type: C }, y);
722
+ }) : (y.type = h, [y]);
723
+ return b.concat(k);
724
+ }, []);
725
+ return t({ add: function(b) {
726
+ f.forEach(function(h) {
727
+ b.addEventListener(h.type, h.delegate, h.options);
728
+ });
729
+ }, remove: function(b) {
730
+ f.forEach(function(h) {
731
+ b.removeEventListener(h.type, h.delegate, h.options);
732
+ });
733
+ } }, l);
734
+ };
735
+ }, { "./delegate": 67, "./delegateAll": 68, "object-assign": 63 }], 65: [function(e, i, p) {
736
+ var s = e("matches-selector");
737
+ i.exports = function(o, t) {
738
+ do
739
+ if (s(o, t)) return o;
740
+ while ((o = o.parentNode) && o.nodeType === 1);
741
+ };
742
+ }, { "matches-selector": 62 }], 66: [function(e, i, p) {
743
+ i.exports = function(s) {
744
+ return function(o) {
745
+ return s.some(function(t) {
746
+ return t.call(this, o) === !1;
747
+ }, this);
748
+ };
749
+ };
750
+ }, {}], 67: [function(e, i, p) {
751
+ var s = e("./closest");
752
+ i.exports = function(o, t) {
753
+ return function(a) {
754
+ var r = s(a.target, o);
755
+ if (r) return t.call(r, a);
756
+ };
757
+ };
758
+ }, { "./closest": 65 }], 68: [function(e, i, p) {
759
+ var s = e("./delegate"), o = e("./compose");
760
+ i.exports = function(t) {
761
+ var a = Object.keys(t);
762
+ return a.length === 1 && a[0] === "*" ? t["*"] : (a = a.reduce(function(r, c) {
763
+ return r.push(s(c, t[c])), r;
764
+ }, []), o(a));
765
+ };
766
+ }, { "./compose": 66, "./delegate": 67 }], 69: [function(e, i, p) {
767
+ i.exports = function(s, o) {
768
+ return function(t) {
769
+ if (s !== t.target && !s.contains(t.target)) return o.call(this, t);
770
+ };
771
+ };
772
+ }, {}], 70: [function(e, i, p) {
773
+ i.exports = { behavior: e("./behavior"), delegate: e("./delegate"), delegateAll: e("./delegateAll"), ignore: e("./ignore"), keymap: e("./keymap") };
774
+ }, { "./behavior": 64, "./delegate": 67, "./delegateAll": 68, "./ignore": 69, "./keymap": 71 }], 71: [function(e, i, p) {
775
+ e("keyboardevent-key-polyfill");
776
+ var s = { Alt: "altKey", Control: "ctrlKey", Ctrl: "ctrlKey", Shift: "shiftKey" };
777
+ i.exports = function(o) {
778
+ var t = Object.keys(o).some(function(a) {
779
+ return -1 < a.indexOf("+");
780
+ });
781
+ return function(a) {
782
+ var r = function(c, g) {
783
+ var l = c.key;
784
+ if (g) for (var f in s) c[s[f]] === !0 && (l = [f, l].join("+"));
785
+ return l;
786
+ }(a, t);
787
+ return [r, r.toLowerCase()].reduce(function(c, g) {
788
+ return c = g in o ? o[r].call(this, a) : c;
789
+ }, void 0);
790
+ };
791
+ }, i.exports.MODIFIERS = s;
792
+ }, { "keyboardevent-key-polyfill": 61 }], 72: [function(e, i, p) {
793
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0, e("../polyfills/Function/prototype/bind");
794
+ var s = e("../utils/toggle"), o = e("../utils/is-in-viewport"), t = ".accordion-button[aria-controls]", a = "aria-expanded", r = "Åbn alle", c = "Luk alle", g = "data-accordion-bulk-expand";
795
+ function l(f) {
796
+ if (!f) throw new Error("Missing accordion group element");
797
+ this.accordion = f;
798
+ }
799
+ l.prototype.init = function() {
800
+ if (this.buttons = this.accordion.querySelectorAll(t), this.buttons.length == 0) throw new Error("Missing accordion buttons");
801
+ for (var f = 0; f < this.buttons.length; f++) {
802
+ var b = this.buttons[f], h = b.getAttribute(a) === "true";
803
+ this.toggleButton(b, h), b.removeEventListener("click", this.eventOnClick.bind(this, b), !1), b.addEventListener("click", this.eventOnClick.bind(this, b), !1);
804
+ }
805
+ var x = this.accordion.previousElementSibling;
806
+ x !== null && x.classList.contains("accordion-bulk-button") && (this.bulkFunctionButton = x, this.bulkFunctionButton.addEventListener("click", this.bulkEvent.bind(this)));
807
+ }, l.prototype.bulkEvent = function() {
808
+ var f = this;
809
+ if (!f.accordion.classList.contains("accordion")) throw new Error("Could not find accordion.");
810
+ if (f.buttons.length == 0) throw new Error("Missing accordion buttons");
811
+ var b = !0;
812
+ f.bulkFunctionButton.getAttribute(g) === "false" && (b = !1);
813
+ for (var h = 0; h < f.buttons.length; h++) f.toggleButton(f.buttons[h], b, !0);
814
+ f.bulkFunctionButton.setAttribute(g, !b), f.bulkFunctionButton.innerText = b ? c : r;
815
+ }, l.prototype.eventOnClick = function(f, b) {
816
+ b.stopPropagation(), b.preventDefault(), this.toggleButton(f), f.getAttribute(a) !== "true" || o(f) || f.scrollIntoView();
817
+ }, l.prototype.toggleButton = function(f, b) {
818
+ var h, x, E, w = 2 < arguments.length && arguments[2] !== void 0 && arguments[2], y = null, k = (f.parentNode.parentNode.classList.contains("accordion") ? y = f.parentNode.parentNode : f.parentNode.parentNode.parentNode.classList.contains("accordion") && (y = f.parentNode.parentNode.parentNode), (b = s(f, b)) ? (k = new Event("fds.accordion.open"), f.dispatchEvent(k)) : (k = new Event("fds.accordion.close"), f.dispatchEvent(k)), !1);
819
+ if (y === null || y.getAttribute("aria-multiselectable") !== "true" && !y.classList.contains("accordion-multiselectable") || (k = !0, (h = y.previousElementSibling) !== null && h.classList.contains("accordion-bulk-button") && (x = y.querySelectorAll(t), w === !1 && (w = y.querySelectorAll(t + '[aria-expanded="true"]'), E = !0, x.length === w.length && (E = !1), h.setAttribute(g, E), h.innerText = E === !0 ? r : c))), b && !k) {
820
+ var C = [f];
821
+ y !== null && (C = y.querySelectorAll(t));
822
+ for (var z = 0; z < C.length; z++) {
823
+ var M, H = C[z];
824
+ H !== f && H.getAttribute(!1) && (s(H, !1), M = new Event("fds.accordion.close"), H.dispatchEvent(M));
825
+ }
826
+ }
827
+ }, p.default = l;
828
+ }, { "../polyfills/Function/prototype/bind": 91, "../utils/is-in-viewport": 100, "../utils/toggle": 103 }], 73: [function(e, i, p) {
829
+ function s(o) {
830
+ this.alert = o;
831
+ }
832
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0, s.prototype.init = function() {
833
+ var o = this.alert.getElementsByClassName("alert-close");
834
+ o.length === 1 && o[0].addEventListener("click", this.hide.bind(this));
835
+ }, s.prototype.hide = function() {
836
+ this.alert.classList.add("d-none");
837
+ var o = new Event("fds.alert.hide");
838
+ this.alert.dispatchEvent(o);
839
+ }, s.prototype.show = function() {
840
+ this.alert.classList.remove("d-none");
841
+ var o = new Event("fds.alert.show");
842
+ this.alert.dispatchEvent(o);
843
+ }, p.default = s;
844
+ }, {}], 74: [function(e, i, p) {
845
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0, e("../polyfills/Function/prototype/bind");
846
+ var s = "data-aria-controls";
847
+ function o(t) {
848
+ this.checkboxElement = t, this.targetElement = null;
849
+ }
850
+ o.prototype.init = function() {
851
+ this.checkboxElement.addEventListener("change", this.toggle.bind(this)), this.toggle();
852
+ }, o.prototype.toggle = function() {
853
+ var t = this.checkboxElement.getAttribute(s), t = document.getElementById(t);
854
+ if (t == null) throw new Error("Could not find panel element. Verify value of attribute " + s);
855
+ this.checkboxElement.checked ? this.expand(this.checkboxElement, t) : this.collapse(this.checkboxElement, t);
856
+ }, o.prototype.expand = function(t, a) {
857
+ t != null && a != null && (t.setAttribute("data-aria-expanded", "true"), a.classList.remove("collapsed"), a.setAttribute("aria-hidden", "false"), a = new Event("fds.collapse.expanded"), t.dispatchEvent(a));
858
+ }, o.prototype.collapse = function(t, a) {
859
+ t != null && a != null && (t.setAttribute("data-aria-expanded", "false"), a.classList.add("collapsed"), a.setAttribute("aria-hidden", "true"), a = new Event("fds.collapse.collapsed"), t.dispatchEvent(a));
860
+ }, p.default = o;
861
+ }, { "../polyfills/Function/prototype/bind": 91 }], 75: [function(U, i, p) {
862
+ var s, o = U("receptor");
863
+ function t(n, v, u) {
864
+ return v in n ? Object.defineProperty(n, v, { value: u, enumerable: !0, configurable: !0, writable: !0 }) : n[v] = u, n;
865
+ }
866
+ function a(n, v) {
867
+ return function(u) {
868
+ if (Array.isArray(u)) return u;
869
+ }(n) || function(u, m) {
870
+ var _ = u == null ? null : typeof Symbol < "u" && u[Symbol.iterator] || u["@@iterator"];
871
+ if (_ != null) {
872
+ var S, V, A = [], $ = !0, T = !1;
873
+ try {
874
+ for (_ = _.call(u); !($ = (S = _.next()).done) && (A.push(S.value), !m || A.length !== m); $ = !0) ;
875
+ } catch (F) {
876
+ T = !0, V = F;
877
+ } finally {
878
+ try {
879
+ $ || _.return == null || _.return();
880
+ } finally {
881
+ if (T) throw V;
882
+ }
883
+ }
884
+ return A;
885
+ }
886
+ }(n, v) || function(u, m) {
887
+ if (u) {
888
+ if (typeof u == "string") return r(u, m);
889
+ var _ = Object.prototype.toString.call(u).slice(8, -1);
890
+ return (_ = _ === "Object" && u.constructor ? u.constructor.name : _) === "Map" || _ === "Set" ? Array.from(u) : _ === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_) ? r(u, m) : void 0;
891
+ }
892
+ }(n, v) || function() {
893
+ throw new TypeError(`Invalid attempt to destructure non-iterable instance.
894
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
895
+ }();
896
+ }
897
+ function r(n, v) {
898
+ (v == null || v > n.length) && (v = n.length);
899
+ for (var u = 0, m = new Array(v); u < v; u++) m[u] = n[u];
900
+ return m;
901
+ }
902
+ function c() {
903
+ for (var n = arguments.length, v = new Array(n), u = 0; u < n; u++) v[u] = arguments[u];
904
+ return v.map(function(m) {
905
+ return m + ":not([disabled])";
906
+ }).join(", ");
907
+ }
908
+ function g(n) {
909
+ var v = /* @__PURE__ */ new Date(0);
910
+ return v.setFullYear(n.getFullYear(), n.getMonth() + 1, 0), v;
911
+ }
912
+ function l(n, v) {
913
+ return Ee(n, 7 * v);
914
+ }
915
+ function f(n, v) {
916
+ return Ke(n, 12 * v);
917
+ }
918
+ function b(n, v) {
919
+ return f(n, -v);
920
+ }
921
+ function h(n, v, u) {
922
+ var m = n;
923
+ return n < v ? m = v : u && u < n && (m = u), new Date(m.getTime());
924
+ }
925
+ function x(n) {
926
+ var v = (n = P(n)).externalInputEl;
927
+ n.toggleBtnEl.disabled = !0, v.disabled = !0;
928
+ }
929
+ function E(V) {
930
+ var v, u, m, _, A = (V = P(V)).externalInputEl, S = V.minDate, V = V.maxDate, A = A.value, $ = !1;
931
+ return A && ($ = !0, v = (m = a((A = A.split("/")).map(function(R) {
932
+ var F, R = parseInt(R, 10);
933
+ return F = Number.isNaN(R) ? F : R;
934
+ }), 3))[0], u = m[1], m = m[2], u && v && m != null && (_ = gt(m, u - 1, v)).getMonth() === u - 1 && _.getDate() === v && _.getFullYear() === m && A[2].length === 4 && Tt(_, S, V) && ($ = !1)), $;
935
+ }
936
+ function w(n, v) {
937
+ var u, m, _ = se(v);
938
+ _ && (_ = Oe(_, vt), u = (n = P(n)).datePickerEl, m = n.internalInputEl, n = n.externalInputEl, $t(m, v), $t(n, _), Xe(u));
939
+ }
940
+ function y(n, v) {
941
+ for (var u, m, _, S, V, A, $, T, F, R, ie = (n = P(n)).datePickerEl, te = n.calendarEl, ge = n.statusEl, de = n.selectedDate, Le = n.maxDate, Ne = n.minDate, ye = n.rangeDate, C2 = Bt(), Q = v || C2, n = te.hidden, It = Ee(Q, 0), E2 = Q.getMonth(), v = Q.getFullYear(), p0 = Nt(Q, 1), f0 = Ke(Q, 1), Te = Oe(Q), Ft = jt(Q), k2 = ke(Q, Ne), L2 = ke(Q, Le), De = de || Q, z2 = ye && J2(De, ye), M2 = ye && Q2(De, ye), m0 = ye && Ee(z2, 1), b0 = ye && Ot(M2, 1), De = Ht[E2], Q = u2(Ft), bt = []; bt.length < 28 || Q.getMonth() === E2 || bt.length % 7 != 0; ) bt.push((A = R = F = T = $ = A = V = S = _ = m = void 0, m = [X], _ = (u = Q).getDate(), S = u.getMonth(), V = u.getFullYear(), A = u.getDay(), $ = Oe(u), T = "-1", F = !Tt(u, Ne, Le), R = _e(u, de), ke(u, p0) && m.push(et), ke(u, It) && m.push(Ae), ke(u, f0) && m.push(tt), R && m.push(Ze), _e(u, C2) && m.push(nt), ye && (_e(u, ye) && m.push(Ge), _e(u, z2) && m.push(Ue), _e(u, M2) && m.push(I2), Tt(u, m0, b0) && m.push(q2)), _e(u, It) && (T = "0", m.push(Re)), u = Ht[S], A = dt[A], `<button
942
+ type="button"
943
+ tabindex="`.concat(T, `"
944
+ class="`).concat(m.join(" "), `"
945
+ data-day="`).concat(_, `"
946
+ data-month="`).concat(S + 1, `"
947
+ data-year="`).concat(V, `"
948
+ data-value="`).concat($, `"
949
+ aria-label="`).concat(A, " den ").concat(_, " ").concat(u, " ").concat(V, ` "
950
+ aria-selected="`).concat(R ? "true" : "false", `"
951
+ `).concat(F ? 'disabled="disabled"' : "", `
952
+ >`).concat(_, "</button>"))), Q = Ee(Q, 1);
953
+ var qt, Ft = Pt(bt, 7), Pe = te.cloneNode(), Rt = (Pe.dataset.value = Te, Pe.style.top = "".concat(ie.offsetHeight, "px"), Pe.hidden = !1, '<div tabindex="-1" class="'.concat(a2, `">
954
+ <div class="`).concat(Z2, `">
955
+ <div class="`).concat(He, " ").concat(it, `">
956
+ <button
957
+ type="button"
958
+ class="`).concat(Kt, `"
959
+ aria-label="Navigér ét år tilbage"
960
+ `).concat(k2 ? 'disabled="disabled"' : "", `
961
+ >&nbsp;</button>
962
+ </div>
963
+ <div class="`).concat(He, " ").concat(it, `">
964
+ <button
965
+ type="button"
966
+ class="`).concat(Xt, `"
967
+ aria-label="Navigér én måned tilbage"
968
+ `).concat(k2 ? 'disabled="disabled"' : "", `
969
+ >&nbsp;</button>
970
+ </div>
971
+ <div class="`).concat(He, " ").concat(G2, `">
972
+ <button
973
+ type="button"
974
+ class="`).concat(e2, '" aria-label="').concat(De, `. Vælg måned."
975
+ >`).concat(De, `</button>
976
+ <button
977
+ type="button"
978
+ class="`).concat(t2, '" aria-label="').concat(v, `. Vælg år."
979
+ >`).concat(v, `</button>
980
+ </div>
981
+ <div class="`).concat(He, " ").concat(it, `">
982
+ <button
983
+ type="button"
984
+ class="`).concat(Qt, `"
985
+ aria-label="Navigér én måned frem"
986
+ `).concat(L2 ? 'disabled="disabled"' : "", `
987
+ >&nbsp;</button>
988
+ </div>
989
+ <div class="`).concat(He, " ").concat(it, `">
990
+ <button
991
+ type="button"
992
+ class="`).concat(Jt, `"
993
+ aria-label="Navigér ét år frem"
994
+ `).concat(L2 ? 'disabled="disabled"' : "", `
995
+ >&nbsp;</button>
996
+ </div>
997
+ </div>
998
+ <table class="`).concat(st, `" role="presentation">
999
+ <thead>
1000
+ <tr>`));
1001
+ for (qt in dt) Rt += '<th class="'.concat(U2, '" scope="col" aria-label="').concat(dt[qt], '">').concat(dt[qt].charAt(0), "</th>");
1002
+ return Rt += `</tr>
1003
+ </thead>
1004
+ <tbody>
1005
+ `.concat(Ft, `
1006
+ </tbody>
1007
+ </table>
1008
+ </div>`), Pe.innerHTML = Rt, te.parentNode.replaceChild(Pe, te), ie.classList.add(le), Te = [], _e(de, It) && Te.push("Selected date"), n ? (Te.push("Du kan navigere mellem dage ved at bruge højre og venstre piltaster, ", "uger ved at bruge op og ned piltaster, ", "måneder ved ta bruge page up og page down tasterne ", "og år ved at at taste shift og page up eller ned.", "Home og end tasten navigerer til start eller slutning af en uge."), ge.textContent = "") : Te.push("".concat(De, " ").concat(v)), ge.textContent = Te.join(". "), Pe;
1009
+ }
1010
+ function k(m) {
1011
+ var v = (m = P(m)).datePickerEl, u = m.calendarEl, m = m.statusEl;
1012
+ v.classList.remove(le), u.hidden = !0, m.textContent = "";
1013
+ }
1014
+ function C(_) {
1015
+ var v = (_ = P(_)).calendarEl, u = _.inputDate, m = _.minDate, _ = _.maxDate;
1016
+ !v.hidden && u && (u = h(u, m, _), y(v, u));
1017
+ }
1018
+ function z(T, F) {
1019
+ var u = (T = P(T)).calendarEl, m = T.statusEl, _ = T.calendarDate, S = T.minDate, V = T.maxDate, A = _.getMonth(), $ = F ?? A, T = Ht.map(function(R, ie) {
1020
+ var te = je(_, ie), te = e0(te, S, V), ge = "-1", de = [ot], Le = ie === A;
1021
+ return ie === $ && (ge = "0", de.push(yt)), Le && de.push(F2), `<button
1022
+ type="button"
1023
+ tabindex="`.concat(ge, `"
1024
+ class="`).concat(de.join(" "), `"
1025
+ data-value="`).concat(ie, `"
1026
+ data-label="`).concat(R, `"
1027
+ aria-selected="`).concat(Le ? "true" : "false", `"
1028
+ `).concat(te ? 'disabled="disabled"' : "", `
1029
+ >`).concat(R, "</button>");
1030
+ }), F = '<div tabindex="-1" class="'.concat(s2, `">
1031
+ <table class="`).concat(st, `" role="presentation">
1032
+ <tbody>
1033
+ `).concat(Pt(T, 3), `
1034
+ </tbody>
1035
+ </table>
1036
+ </div>`);
1037
+ return (T = u.cloneNode()).innerHTML = F, u.parentNode.replaceChild(T, u), m.textContent = "Select a month.", T;
1038
+ }
1039
+ function M(n, v) {
1040
+ for (var u = (n = P(n)).calendarEl, m = n.statusEl, _ = n.calendarDate, S = n.minDate, V = n.maxDate, A = _.getFullYear(), $ = v ?? A, n = $, v = (n -= n % ue, n = Math.max(0, n), Dt(we(_, n - 1), S, V)), T = Dt(we(_, n + ue), S, V), F = [], R = n; F.length < ue; ) {
1041
+ var ie = Dt(we(_, R), S, V), te = "-1", ge = [at], de = R === A;
1042
+ R === $ && (te = "0", ge.push(xt)), de && ge.push(R2), F.push(`<button
1043
+ type="button"
1044
+ tabindex="`.concat(te, `"
1045
+ class="`).concat(ge.join(" "), `"
1046
+ data-value="`).concat(R, `"
1047
+ aria-selected="`).concat(de ? "true" : "false", `"
1048
+ `).concat(ie ? 'disabled="disabled"' : "", `
1049
+ >`).concat(R, "</button>")), R += 1;
1050
+ }
1051
+ var Le = Pt(F, 3), Ne = u.cloneNode();
1052
+ return Ne.innerHTML = '<div tabindex="-1" class="'.concat(i2, `">
1053
+ <table class="`).concat(st, `" role="presentation">
1054
+ <tbody>
1055
+ <tr>
1056
+ <td>
1057
+ <button
1058
+ type="button"
1059
+ class="`).concat(n2, `"
1060
+ aria-label="Navigér `).concat(ue, ` år tilbage"
1061
+ `).concat(v ? 'disabled="disabled"' : "", `
1062
+ >&nbsp;</button>
1063
+ </td>
1064
+ <td colspan="3">
1065
+ <table class="`).concat(st, `" role="presentation">
1066
+ <tbody>
1067
+ `).concat(Le, `
1068
+ </tbody>
1069
+ </table>
1070
+ </td>
1071
+ <td>
1072
+ <button
1073
+ type="button"
1074
+ class="`).concat(o2, `"
1075
+ aria-label="Navigér `).concat(ue, ` år frem"
1076
+ `).concat(T ? 'disabled="disabled"' : "", `
1077
+ >&nbsp;</button>
1078
+ </td>
1079
+ </tr>
1080
+ </tbody>
1081
+ </table>
1082
+ </div>`), u.parentNode.replaceChild(Ne, u), m.textContent = "Showing years ".concat(n, " to ").concat(n + ue - 1, ". Select a year."), Ne;
1083
+ }
1084
+ function H(n) {
1085
+ var v = (u = P(n.target)).datePickerEl, u = u.externalInputEl;
1086
+ k(v), u.focus(), n.preventDefault();
1087
+ }
1088
+ function j(n) {
1089
+ return function(v) {
1090
+ var S = P(v.target), u = S.calendarEl, m = S.calendarDate, _ = S.minDate, S = S.maxDate, V = n(m), V = h(V, _, S);
1091
+ _e(m, V) || y(u, V).querySelector(Ve).focus(), v.preventDefault();
1092
+ };
1093
+ }
1094
+ function D(n) {
1095
+ return function(v) {
1096
+ var _ = v.target, A = parseInt(_.dataset.value, 10), _ = P(_), u = _.calendarEl, V = _.calendarDate, m = _.minDate, _ = _.maxDate, S = je(V, A), A = n(A), A = Math.max(0, Math.min(11, A)), V = je(V, A), A = h(V, m, _);
1097
+ ke(S, A) || z(u, A.getMonth()).querySelector(ut).focus(), v.preventDefault();
1098
+ };
1099
+ }
1100
+ function I(n) {
1101
+ return function(v) {
1102
+ var _ = v.target, A = parseInt(_.dataset.value, 10), _ = P(_), u = _.calendarEl, V = _.calendarDate, m = _.minDate, _ = _.maxDate, S = we(V, A), A = n(A), A = Math.max(0, A), V = we(V, A), A = h(V, m, _);
1103
+ d2(S, A) || M(u, A.getFullYear()).querySelector(Be).focus(), v.preventDefault();
1104
+ };
1105
+ }
1106
+ function G(n) {
1107
+ function v(m) {
1108
+ var m = P(m).calendarEl, _ = (m = Z(n, m)).length - 1, S = m[0], V = m[_], A = m.indexOf(ce());
1109
+ return { focusableElements: m, isNotFound: A === -1, firstTabStop: S, isFirstTab: A === 0, lastTabStop: V, isLastTab: A === _ };
1110
+ }
1111
+ return { tabAhead: function(u) {
1112
+ var S = v(u.target), m = S.firstTabStop, _ = S.isLastTab, S = S.isNotFound;
1113
+ (_ || S) && (u.preventDefault(), m.focus());
1114
+ }, tabBack: function(u) {
1115
+ var S = v(u.target), m = S.lastTabStop, _ = S.isFirstTab, S = S.isNotFound;
1116
+ (_ || S) && (u.preventDefault(), m.focus());
1117
+ } };
1118
+ }
1119
+ var oe = U("../utils/behavior"), Z = U("../utils/select"), W = (U("../config").prefix, U("../events").CLICK), ce = U("../utils/active-element"), U = U("../utils/is-ios-device"), J = "date-picker", Me = "".concat(J, "__wrapper"), ee = "".concat(J, "--initialized"), le = "".concat(J, "--active"), Ie = "".concat(J, "__internal-input"), Se = "".concat(J, "__external-input"), qe = "".concat(J, "__button"), q = "".concat(J, "__calendar"), Fe = "".concat(J, "__status"), X = "".concat(q, "__date"), Re = "".concat(X, "--focused"), Ze = "".concat(X, "--selected"), et = "".concat(X, "--previous-month"), Ae = "".concat(X, "--current-month"), tt = "".concat(X, "--next-month"), Ge = "".concat(X, "--range-date"), nt = "".concat(X, "--today"), Ue = "".concat(X, "--range-date-start"), I2 = "".concat(X, "--range-date-end"), q2 = "".concat(X, "--within-range"), Kt = "".concat(q, "__previous-year"), Xt = "".concat(q, "__previous-month"), Jt = "".concat(q, "__next-year"), Qt = "".concat(q, "__next-month"), e2 = "".concat(q, "__month-selection"), t2 = "".concat(q, "__year-selection"), ot = "".concat(q, "__month"), yt = "".concat(ot, "--focused"), F2 = "".concat(ot, "--selected"), at = "".concat(q, "__year"), xt = "".concat(at, "--focused"), R2 = "".concat(at, "--selected"), n2 = "".concat(q, "__previous-year-chunk"), o2 = "".concat(q, "__next-year-chunk"), a2 = "".concat(q, "__date-picker"), s2 = "".concat(q, "__month-picker"), i2 = "".concat(q, "__year-picker"), st = "".concat(q, "__table"), Z2 = "".concat(q, "__row"), He = "".concat(q, "__cell"), it = "".concat(He, "--center-items"), G2 = "".concat(q, "__month-label"), U2 = "".concat(q, "__day-of-week"), Ce = ".".concat(J), r2 = ".".concat(qe), Y2 = ".".concat(Ie), rt = ".".concat(Se), ct = ".".concat(q), W2 = ".".concat(Fe), J = ".".concat(X), Ve = ".".concat(Re), K2 = ".".concat(Ae), Ct = ".".concat(Kt), Et = ".".concat(Xt), kt = ".".concat(Jt), Lt = ".".concat(Qt), Ye = ".".concat(t2), ae = ".".concat(e2), zt = ".".concat(ot), lt = ".".concat(at), Mt = ".".concat(n2), St = ".".concat(o2), We = ".".concat(a2), X2 = ".".concat(s2), At = ".".concat(i2), ut = ".".concat(yt), Be = ".".concat(xt), c2 = "Indtast venligst en gyldig dato", Ht = ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"], dt = ["Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"], ue = 12, vt = "DD/MM/YYYY", l2 = "YYYY-MM-DD", ht = c(Ct, Et, Ye, ae, kt, Lt, Ve), pt = c(ut), ft = c(Mt, St, Be), Vt = function(n, v) {
1120
+ return v !== n.getMonth() && n.setDate(0), n;
1121
+ }, gt = function(n, v, u) {
1122
+ var m = /* @__PURE__ */ new Date(0);
1123
+ return m.setFullYear(n, v, u), m;
1124
+ }, Bt = function() {
1125
+ var u = /* @__PURE__ */ new Date(), n = u.getDate(), v = u.getMonth(), u = u.getFullYear();
1126
+ return gt(u, v, n);
1127
+ }, jt = function(n) {
1128
+ var v = /* @__PURE__ */ new Date(0);
1129
+ return v.setFullYear(n.getFullYear(), n.getMonth(), 1), v;
1130
+ }, Ee = function(n, v) {
1131
+ return n = new Date(n.getTime()), n.setDate(n.getDate() + v), n;
1132
+ }, Ot = function(n, v) {
1133
+ return Ee(n, -v);
1134
+ }, u2 = function(n) {
1135
+ var v = n.getDay() - 1;
1136
+ return Ot(n, v = v === -1 ? 6 : v);
1137
+ }, Ke = function(u, v) {
1138
+ var u = new Date(u.getTime()), m = (u.getMonth() + 12 + v) % 12;
1139
+ return u.setMonth(u.getMonth() + v), Vt(u, m), u;
1140
+ }, Nt = function(n, v) {
1141
+ return Ke(n, -v);
1142
+ }, je = function(n, v) {
1143
+ return n = new Date(n.getTime()), n.setMonth(v), Vt(n, v), n;
1144
+ }, we = function(u, v) {
1145
+ var u = new Date(u.getTime()), m = u.getMonth();
1146
+ return u.setFullYear(v), Vt(u, m), u;
1147
+ }, J2 = function(n, v) {
1148
+ return new Date((v < n ? v : n).getTime());
1149
+ }, Q2 = function(n, v) {
1150
+ return new Date((n < v ? v : n).getTime());
1151
+ }, d2 = function(n, v) {
1152
+ return n && v && n.getFullYear() === v.getFullYear();
1153
+ }, ke = function(n, v) {
1154
+ return d2(n, v) && n.getMonth() === v.getMonth();
1155
+ }, _e = function(n, v) {
1156
+ return ke(n, v) && n.getDate() === v.getDate();
1157
+ }, Tt = function(n, v, u) {
1158
+ return v <= n && (!u || n <= u);
1159
+ }, e0 = function(n, v, u) {
1160
+ return g(n) < v || u && jt(n) > u;
1161
+ }, Dt = function(n, v, u) {
1162
+ return g(je(n, 11)) < v || u && jt(je(n, 0)) > u;
1163
+ }, se = function(n) {
1164
+ var v, u, m, _, S, V, A, $, T = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : l2, F = 2 < arguments.length && arguments[2] !== void 0 && arguments[2];
1165
+ return n && (T === vt ? (m = (T = a(n.split("/"), 3))[0], _ = T[1], S = T[2]) : (S = (T = a(n.split("-"), 3))[0], _ = T[1], m = T[2]), S && (A = parseInt(S, 10), Number.isNaN(A) || (V = A, F && (V = Math.max(0, V), S.length < 3 && (V = (n = Bt().getFullYear()) - n % Math.pow(10, S.length) + A)))), _ && (A = parseInt(_, 10), Number.isNaN(A) || (u = A, F && (u = Math.max(1, u), u = Math.min(12, u)))), u && m && V != null && (A = parseInt(m, 10), Number.isNaN(A) || ($ = A, F && (T = gt(V, u, 0).getDate(), $ = Math.max(1, $), $ = Math.min(T, $)))), u && $ && V != null && (v = gt(V, u - 1, $))), v;
1166
+ }, Oe = function(S) {
1167
+ function v(V, A) {
1168
+ return "0000".concat(V).slice(-A);
1169
+ }
1170
+ var u = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : l2, m = S.getMonth() + 1, _ = S.getDate(), S = S.getFullYear();
1171
+ return u === vt ? [v(_, 2), v(m, 2), v(S, 4)].join("/") : [v(S, 4), v(m, 2), v(_, 2)].join("-");
1172
+ }, Pt = function(n, v) {
1173
+ for (var u = [], m = [], _ = 0; _ < n.length; ) {
1174
+ for (m = []; _ < n.length && m.length < v; ) m.push("<td>".concat(n[_], "</td>")), _ += 1;
1175
+ u.push("<tr>".concat(m.join(""), "</tr>"));
1176
+ }
1177
+ return u.join("");
1178
+ }, $t = function(n) {
1179
+ n.value = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : "";
1180
+ var v = new Event("change");
1181
+ n.dispatchEvent(v);
1182
+ }, P = function(n) {
1183
+ if (n = n.closest(Ce), !n) throw new Error("Element is missing outer ".concat(Ce));
1184
+ var v = n.querySelector(Y2), u = n.querySelector(rt), m = n.querySelector(ct), _ = n.querySelector(r2), S = n.querySelector(W2), V = n.querySelector(lt), A = se(u.value, vt, !0), $ = se(v.value), T = se(m.dataset.value), F = se(n.dataset.minDate), R = se(n.dataset.maxDate), ie = se(n.dataset.rangeDate), te = se(n.dataset.defaultDate);
1185
+ if (F && R && R < F) throw new Error("Minimum date cannot be after maximum date");
1186
+ return { calendarDate: T, minDate: F, toggleBtnEl: _, selectedDate: $, maxDate: R, firstYearChunkEl: V, datePickerEl: n, inputDate: A, internalInputEl: v, externalInputEl: u, calendarEl: m, rangeDate: ie, defaultDate: te, statusEl: S };
1187
+ }, Xe = function(v) {
1188
+ var v = P(v).externalInputEl, u = E(v);
1189
+ u && !v.validationMessage && v.setCustomValidity(c2), u || v.validationMessage !== c2 || v.setCustomValidity("");
1190
+ }, mt = j(function(n) {
1191
+ return l(n, -1);
1192
+ }), v2 = j(function(n) {
1193
+ return l(n, 1);
1194
+ }), g2 = j(function(n) {
1195
+ return Ot(n, 1);
1196
+ }), h2 = j(function(n) {
1197
+ return Ee(n, 1);
1198
+ }), t0 = j(function(n) {
1199
+ return u2(n);
1200
+ }), n0 = j(function(n) {
1201
+ return v = (n = n).getDay(), Ee(n, 7 - v);
1202
+ var v;
1203
+ }), o0 = j(function(n) {
1204
+ return Ke(n, 1);
1205
+ }), a0 = j(function(n) {
1206
+ return Nt(n, 1);
1207
+ }), s0 = j(function(n) {
1208
+ return f(n, 1);
1209
+ }), i0 = j(function(n) {
1210
+ return b(n, 1);
1211
+ }), p2 = D(function(n) {
1212
+ return n - 3;
1213
+ }), f2 = D(function(n) {
1214
+ return n + 3;
1215
+ }), m2 = D(function(n) {
1216
+ return n - 1;
1217
+ }), b2 = D(function(n) {
1218
+ return n + 1;
1219
+ }), r0 = D(function(n) {
1220
+ return n - n % 3;
1221
+ }), c0 = D(function(n) {
1222
+ return n + 2 - n % 3;
1223
+ }), l0 = D(function() {
1224
+ return 11;
1225
+ }), u0 = D(function() {
1226
+ return 0;
1227
+ }), w2 = I(function(n) {
1228
+ return n - 3;
1229
+ }), _2 = I(function(n) {
1230
+ return n + 3;
1231
+ }), y2 = I(function(n) {
1232
+ return n - 1;
1233
+ }), x2 = I(function(n) {
1234
+ return n + 1;
1235
+ }), d0 = I(function(n) {
1236
+ return n - n % 3;
1237
+ }), v0 = I(function(n) {
1238
+ return n + 2 - n % 3;
1239
+ }), g0 = I(function(n) {
1240
+ return n - ue;
1241
+ }), h0 = I(function(n) {
1242
+ return n + ue;
1243
+ }), ht = G(ht), pt = G(pt), ft = G(ft), W = (t(s = {}, W, (t(W = {}, r2, function() {
1244
+ var n, v, u, m, _, S;
1245
+ (n = this).disabled || (v = (_ = P(n)).calendarEl, S = _.inputDate, u = _.minDate, m = _.maxDate, _ = _.defaultDate, v.hidden ? (S = h(S || _ || Bt(), u, m), y(v, S).querySelector(Ve).focus()) : k(n));
1246
+ }), t(W, J, function() {
1247
+ var n, v, u;
1248
+ (n = this).disabled || (v = (u = P(n)).datePickerEl, u = u.externalInputEl, w(n, n.dataset.value), k(v), u.focus());
1249
+ }), t(W, zt, function() {
1250
+ var n, v, u, m, _;
1251
+ (n = this).disabled || (v = (m = P(n)).calendarEl, _ = m.calendarDate, u = m.minDate, m = m.maxDate, n = parseInt(n.dataset.value, 10), _ = je(_, n), _ = h(_, u, m), y(v, _).querySelector(Ve).focus());
1252
+ }), t(W, lt, function() {
1253
+ var n, v, u, m, _;
1254
+ (n = this).disabled || (v = (m = P(n)).calendarEl, _ = m.calendarDate, u = m.minDate, m = m.maxDate, n = parseInt(n.innerHTML, 10), _ = we(_, n), _ = h(_, u, m), y(v, _).querySelector(Ve).focus());
1255
+ }), t(W, Et, function() {
1256
+ var n, v, u, m;
1257
+ (n = this).disabled || (v = (n = P(n)).calendarEl, u = n.calendarDate, m = n.minDate, n = n.maxDate, u = Nt(u, 1), u = h(u, m, n), (n = (n = (m = y(v, u)).querySelector(Et)).disabled ? m.querySelector(We) : n).focus());
1258
+ }), t(W, Lt, function() {
1259
+ var n, v, u, m;
1260
+ (n = this).disabled || (v = (n = P(n)).calendarEl, u = n.calendarDate, m = n.minDate, n = n.maxDate, u = Ke(u, 1), u = h(u, m, n), (n = (n = (m = y(v, u)).querySelector(Lt)).disabled ? m.querySelector(We) : n).focus());
1261
+ }), t(W, Ct, function() {
1262
+ var n, v, u, m;
1263
+ (n = this).disabled || (v = (n = P(n)).calendarEl, u = n.calendarDate, m = n.minDate, n = n.maxDate, u = b(u, 1), u = h(u, m, n), (n = (n = (m = y(v, u)).querySelector(Ct)).disabled ? m.querySelector(We) : n).focus());
1264
+ }), t(W, kt, function() {
1265
+ var n, v, u, m;
1266
+ (n = this).disabled || (v = (n = P(n)).calendarEl, u = n.calendarDate, m = n.minDate, n = n.maxDate, u = f(u, 1), u = h(u, m, n), (n = (n = (m = y(v, u)).querySelector(kt)).disabled ? m.querySelector(We) : n).focus());
1267
+ }), t(W, Mt, function() {
1268
+ var n, v, u, m, _;
1269
+ (n = this).disabled || (v = (n = P(n)).calendarEl, m = n.calendarDate, _ = n.minDate, n = n.maxDate, u = v.querySelector(Be), u = parseInt(u.textContent, 10) - ue, u = Math.max(0, u), m = we(m, u), u = h(m, _, n), (_ = (_ = (m = M(v, u.getFullYear())).querySelector(Mt)).disabled ? m.querySelector(At) : _).focus());
1270
+ }), t(W, St, function() {
1271
+ var n, v, u, m, _;
1272
+ (n = this).disabled || (v = (n = P(n)).calendarEl, m = n.calendarDate, _ = n.minDate, n = n.maxDate, u = v.querySelector(Be), u = parseInt(u.textContent, 10) + ue, u = Math.max(0, u), m = we(m, u), u = h(m, _, n), (_ = (_ = (m = M(v, u.getFullYear())).querySelector(St)).disabled ? m.querySelector(At) : _).focus());
1273
+ }), t(W, ae, function() {
1274
+ z(this).querySelector(ut).focus();
1275
+ }), t(W, Ye, function() {
1276
+ M(this).querySelector(Be).focus();
1277
+ }), W)), t(s, "keyup", t({}, ct, function(n) {
1278
+ var v = this.dataset.keydownKeyCode;
1279
+ "".concat(n.keyCode) !== v && n.preventDefault();
1280
+ })), t(s, "keydown", (t(ae = {}, rt, function(n) {
1281
+ n.keyCode === 13 && Xe(this);
1282
+ }), t(ae, J, (0, o.keymap)({ Up: mt, ArrowUp: mt, Down: v2, ArrowDown: v2, Left: g2, ArrowLeft: g2, Right: h2, ArrowRight: h2, Home: t0, End: n0, PageDown: o0, PageUp: a0, "Shift+PageDown": s0, "Shift+PageUp": i0 })), t(ae, We, (0, o.keymap)({ Tab: ht.tabAhead, "Shift+Tab": ht.tabBack })), t(ae, zt, (0, o.keymap)({ Up: p2, ArrowUp: p2, Down: f2, ArrowDown: f2, Left: m2, ArrowLeft: m2, Right: b2, ArrowRight: b2, Home: r0, End: c0, PageDown: l0, PageUp: u0 })), t(ae, X2, (0, o.keymap)({ Tab: pt.tabAhead, "Shift+Tab": pt.tabBack })), t(ae, lt, (0, o.keymap)({ Up: w2, ArrowUp: w2, Down: _2, ArrowDown: _2, Left: y2, ArrowLeft: y2, Right: x2, ArrowRight: x2, Home: d0, End: v0, PageDown: h0, PageUp: g0 })), t(ae, At, (0, o.keymap)({ Tab: ft.tabAhead, "Shift+Tab": ft.tabBack })), t(ae, ct, function(n) {
1283
+ this.dataset.keydownKeyCode = n.keyCode;
1284
+ }), t(ae, Ce, function(n) {
1285
+ (0, o.keymap)({ Escape: H })(n);
1286
+ }), ae)), t(s, "focusout", (t(Ye = {}, rt, function() {
1287
+ Xe(this);
1288
+ }), t(Ye, Ce, function(n) {
1289
+ this.contains(n.relatedTarget) || k(this);
1290
+ }), Ye)), t(s, "input", t({}, rt, function() {
1291
+ var n, v, u, m;
1292
+ v = P(n = this), u = v.internalInputEl, v = v.inputDate, m = "", v && !E(n) && (m = Oe(v)), u.value !== m && $t(u, m), C(this);
1293
+ })), s), mt = (U() || (W.mousemove = (t(J = {}, K2, function() {
1294
+ var n, v, u;
1295
+ (n = this).disabled || (u = (v = n.closest(ct)).dataset.value, (n = n.dataset.value) !== u && (u = se(n), y(v, u).querySelector(Ve).focus()));
1296
+ }), t(J, zt, function() {
1297
+ var n, v;
1298
+ (n = this).disabled || n.classList.contains(yt) || (v = parseInt(n.dataset.value, 10), z(n, v).querySelector(ut).focus());
1299
+ }), t(J, lt, function() {
1300
+ var n, v;
1301
+ (n = this).disabled || n.classList.contains(xt) || (v = parseInt(n.dataset.value, 10), M(n, v).querySelector(Be).focus());
1302
+ }), J)), oe(W, { init: function(n) {
1303
+ Z(Ce, n).forEach(function(v) {
1304
+ if (!v.classList.contains(ee)) {
1305
+ var u = (v = v.closest(Ce)).dataset.defaultValue, m = v.querySelector("input");
1306
+ if (!m) throw new Error("".concat(Ce, " is missing inner input"));
1307
+ var _ = se(v.dataset.minDate || m.getAttribute("min"));
1308
+ v.dataset.minDate = _ ? Oe(_) : "0000-01-01", (_ = se(v.dataset.maxDate || m.getAttribute("max"))) && (v.dataset.maxDate = Oe(_)), (_ = document.createElement("div")).classList.add(Me), _.tabIndex = "-1";
1309
+ var S = m.cloneNode();
1310
+ S.classList.add(Se), S.type = "text", S.name = "", _.appendChild(S), _.insertAdjacentHTML("beforeend", ['<button type="button" class="'.concat(qe, '" aria-haspopup="true" aria-label="Åbn kalender">&nbsp;</button>'), '<div class="'.concat(q, '" role="dialog" aria-modal="true" hidden></div>'), '<div class="sr-only '.concat(Fe, '" role="status" aria-live="polite"></div>')].join("")), m.setAttribute("aria-hidden", "true"), m.setAttribute("tabindex", "-1"), m.classList.add("sr-only", Ie), m.removeAttribute("id"), m.required = !1, v.appendChild(_), v.classList.add(ee), u && w(v, u), m.disabled && (x(v), m.disabled = !1), S.value && Xe(S);
1311
+ }
1312
+ });
1313
+ }, getDatePickerContext: P, disable: x, enable: function(v) {
1314
+ var v = P(v), u = v.externalInputEl;
1315
+ v.toggleBtnEl.disabled = !1, u.disabled = !1;
1316
+ }, isDateInputInvalid: E, setCalendarValue: w, validateDateInput: Xe, renderCalendar: y, updateCalendarIfVisible: C }));
1317
+ i.exports = mt;
1318
+ }, { "../config": 88, "../events": 90, "../utils/active-element": 97, "../utils/behavior": 98, "../utils/is-ios-device": 101, "../utils/select": 102, receptor: 70 }], 76: [function(e, i, p) {
1319
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1320
+ var s, o = (s = e("./dropdown")) && s.__esModule ? s : { default: s };
1321
+ function t(a) {
1322
+ this.container = a, this.button = a.getElementsByClassName("button-overflow-menu")[0], this.container.querySelector('.overflow-list li[aria-selected="true"]') || this.container.querySelectorAll(".overflow-list li")[0].setAttribute("aria-selected", "true"), this.updateSelectedValue();
1323
+ }
1324
+ e("../polyfills/Function/prototype/bind"), t.prototype.init = function() {
1325
+ this.overflowMenu = new o.default(this.button).init();
1326
+ for (var a = this.container.querySelectorAll(".overflow-list li button"), r = 0; r < a.length; r++) a[r].addEventListener("click", this.onOptionClick.bind(this));
1327
+ }, t.prototype.updateSelectedValue = function() {
1328
+ var a = this.container.querySelector('.overflow-list li[aria-selected="true"]');
1329
+ this.container.getElementsByClassName("button-overflow-menu")[0].getElementsByClassName("selected-value")[0].innerText = a.innerText;
1330
+ }, t.prototype.onOptionClick = function(r) {
1331
+ var r = r.target.parentNode, r = (r.parentNode.querySelector('li[aria-selected="true"]').removeAttribute("aria-selected"), r.setAttribute("aria-selected", "true"), r.parentNode.parentNode.parentNode.getElementsByClassName("button-overflow-menu")[0]), c = new Event("fds.dropdown.selected");
1332
+ c.detail = this.target, r.dispatchEvent(c), this.updateSelectedValue(), new o.default(r).hide();
1333
+ }, p.default = t;
1334
+ }, { "../polyfills/Function/prototype/bind": 91, "./dropdown": 77 }], 77: [function(e, i, p) {
1335
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1336
+ var s = e("../utils/breakpoints"), o = ".button-overflow-menu", t = "data-js-target";
1337
+ function a(w) {
1338
+ if (this.buttonElement = w, this.targetEl = null, this.responsiveListCollapseEnabled = !1, this.buttonElement === null || this.buttonElement === void 0) throw new Error("Could not find button for overflow menu component.");
1339
+ if (w = this.buttonElement.getAttribute(t), w == null) throw new Error("Attribute could not be found on overflow menu component: " + t);
1340
+ if (w = document.getElementById(w.replace("#", "")), w == null) throw new Error("Panel for overflow menu component could not be found.");
1341
+ this.targetEl = w;
1342
+ }
1343
+ a.prototype.init = function() {
1344
+ var w, y;
1345
+ this.buttonElement !== null && this.buttonElement !== void 0 && this.targetEl !== null && this.targetEl !== void 0 && ((this.buttonElement.parentNode.classList.contains("overflow-menu--md-no-responsive") || this.buttonElement.parentNode.classList.contains("overflow-menu--lg-no-responsive")) && (this.responsiveListCollapseEnabled = !0), document.getElementsByTagName("body")[0].removeEventListener("click", h), document.getElementsByTagName("body")[0].addEventListener("click", h), this.buttonElement.removeEventListener("click", f), this.buttonElement.addEventListener("click", f), (w = this).responsiveListCollapseEnabled && (y = this.buttonElement, window.IntersectionObserver ? new IntersectionObserver(function(k) {
1346
+ k[0].intersectionRatio ? y.getAttribute("aria-expanded") === "false" && w.targetEl.setAttribute("aria-hidden", "true") : w.targetEl.getAttribute("aria-hidden") === "true" && w.targetEl.setAttribute("aria-hidden", "false");
1347
+ }, { root: document.body }).observe(y) : (x(w.triggerEl) && y.getAttribute("aria-expanded") === "false" ? w.targetEl.setAttribute("aria-hidden", "true") : w.targetEl.setAttribute("aria-hidden", "false"), window.addEventListener("resize", function() {
1348
+ x(w.triggerEl) && y.getAttribute("aria-expanded") === "false" ? w.targetEl.setAttribute("aria-hidden", "true") : w.targetEl.setAttribute("aria-hidden", "false");
1349
+ }))), document.removeEventListener("keyup", g), document.addEventListener("keyup", g));
1350
+ }, a.prototype.hide = function() {
1351
+ b(this.buttonElement);
1352
+ }, a.prototype.show = function() {
1353
+ b(this.buttonElement);
1354
+ };
1355
+ function r(y) {
1356
+ var y = y.getBoundingClientRect(), k = window.pageXOffset || document.documentElement.scrollLeft, C = window.pageYOffset || document.documentElement.scrollTop;
1357
+ return { top: y.top + C, left: y.left + k };
1358
+ }
1359
+ function c(w, y) {
1360
+ return w.parentNode.tagName === y || w.parentNode.tagName !== "BODY" && c(w.parentNode, y);
1361
+ }
1362
+ var g = function(w) {
1363
+ (w.which || w.keyCode) === 27 && l(w);
1364
+ }, l = function() {
1365
+ for (var w = 0 < arguments.length && arguments[0] !== void 0 ? arguments[0] : null, y = !1, k = (document.querySelector("body"), document.getElementsByClassName("overflow-menu")), C = 0; C < k.length; C++) {
1366
+ var z, M = k[C], H = M.querySelector(o + '[aria-expanded="true"]');
1367
+ H !== null && (y = !0, (M = M.querySelector("#" + H.getAttribute(t).replace("#", ""))) !== null && H !== null && x(H) && (H.getAttribute("aria-expanded") === !0 && (z = new Event("fds.dropdown.close"), H.dispatchEvent(z)), H.setAttribute("aria-expanded", "false"), M.classList.add("collapsed"), M.setAttribute("aria-hidden", "true")));
1368
+ }
1369
+ y && w !== null && w.stopImmediatePropagation();
1370
+ }, f = function(w) {
1371
+ var y = 1 < arguments.length && arguments[1] !== void 0 && arguments[1];
1372
+ w.stopPropagation(), w.preventDefault(), b(this, y);
1373
+ }, b = function(w) {
1374
+ var y, k = 1 < arguments.length && arguments[1] !== void 0 && arguments[1], C = null;
1375
+ w != null && (y = w.getAttribute(t)) != null && (C = document.getElementById(y.replace("#", ""))), w != null && C != null && (C.style.left = null, C.style.right = null, w.getAttribute("aria-expanded") === "true" || k ? (w.setAttribute("aria-expanded", "false"), C.classList.add("collapsed"), C.setAttribute("aria-hidden", "true"), y = new Event("fds.dropdown.close"), w.dispatchEvent(y)) : (document.getElementsByTagName("body")[0].classList.contains("mobile_nav-active") || l(), w.setAttribute("aria-expanded", "true"), C.classList.remove("collapsed"), C.setAttribute("aria-hidden", "false"), k = new Event("fds.dropdown.open"), w.dispatchEvent(k), (y = r(C)).left < 0 && (C.style.left = "0px", C.style.right = "auto"), y.left + C.offsetWidth > window.innerWidth && (C.style.left = "auto", C.style.right = "0px"), (w = r(C)).left < 0 && (C.style.left = "0px", C.style.right = "auto"), w.left + C.offsetWidth > window.innerWidth && (C.style.left = "auto", C.style.right = "0px")));
1376
+ }, h = function(w) {
1377
+ if (!document.getElementsByTagName("body")[0].classList.contains("mobile_nav-active") && document.querySelector("body.mobile_nav-active") === null && !w.target.classList.contains("button-menu-close")) for (var y = document.querySelectorAll(o + "[aria-expanded=true]"), k = 0; k < y.length; k++) {
1378
+ var C = y[k], z = null, M = C.getAttribute(t);
1379
+ M != null && (M.indexOf("#") !== -1 && (M = M.replace("#", "")), z = document.getElementById(M)), (x(C) || c(C, "HEADER") && !w.target.classList.contains("overlay")) && w.target !== C && (C.setAttribute("aria-expanded", "false"), z.classList.add("collapsed"), z.setAttribute("aria-hidden", "true"), M = new Event("fds.dropdown.close"), C.dispatchEvent(M));
1380
+ }
1381
+ }, x = function(w) {
1382
+ return !w.classList.contains("js-dropdown--responsive-collapse") && (!w.parentNode.classList.contains("overflow-menu--md-no-responsive") && !w.parentNode.classList.contains("overflow-menu--lg-no-responsive") || window.innerWidth <= E(w));
1383
+ }, E = function(w) {
1384
+ return w.parentNode.classList.contains("overflow-menu--md-no-responsive") ? s.md : w.parentNode.classList.contains("overflow-menu--lg-no-responsive") ? s.lg : void 0;
1385
+ };
1386
+ p.default = a;
1387
+ }, { "../utils/breakpoints": 99 }], 78: [function(e, i, p) {
1388
+ function s(o) {
1389
+ this.element = o;
1390
+ }
1391
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0, s.prototype.init = function() {
1392
+ this.element && (this.element.focus(), this.element.addEventListener("click", this.handleClick.bind(this)));
1393
+ }, s.prototype.handleClick = function(o) {
1394
+ var t = o.target;
1395
+ this.focusTarget(t) && o.preventDefault();
1396
+ }, s.prototype.focusTarget = function(o) {
1397
+ if (o.tagName !== "A" || o.href === !1 || (o = this.getFragmentFromUrl(o.href), o = document.getElementById(o), !o)) return !1;
1398
+ var t = this.getAssociatedLegendOrLabel(o);
1399
+ return !!t && (t.scrollIntoView(), o.focus({ preventScroll: !0 }), !0);
1400
+ }, s.prototype.getFragmentFromUrl = function(o) {
1401
+ return o.indexOf("#") !== -1 && o.split("#").pop();
1402
+ }, s.prototype.getAssociatedLegendOrLabel = function(o) {
1403
+ var t = o.closest("fieldset");
1404
+ if (t && (t = t.getElementsByTagName("legend"), t.length)) {
1405
+ if (t = t[0], o.type === "checkbox" || o.type === "radio") return t;
1406
+ var a = t.getBoundingClientRect().top, r = o.getBoundingClientRect();
1407
+ if (r.height && window.innerHeight && r.top + r.height - a < window.innerHeight / 2) return t;
1408
+ }
1409
+ return document.querySelector("label[for='" + o.getAttribute("id") + "']") || o.closest("label");
1410
+ }, p.default = s;
1411
+ }, {}], 79: [function(e, i, p) {
1412
+ function s(r) {
1413
+ this.$modal = r, r = this.$modal.getAttribute("id"), this.triggers = document.querySelectorAll('[data-module="modal"][data-target="' + r + '"]');
1414
+ }
1415
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0, s.prototype.init = function() {
1416
+ for (var r = this.triggers, c = 0; c < r.length; c++) r[c].addEventListener("click", this.show.bind(this));
1417
+ for (var g = this.$modal.querySelectorAll("[data-modal-close]"), l = 0; l < g.length; l++) g[l].addEventListener("click", this.hide.bind(this));
1418
+ }, s.prototype.hide = function() {
1419
+ var r, c = this.$modal;
1420
+ c !== null && (c.setAttribute("aria-hidden", "true"), (r = document.createEvent("Event")).initEvent("fds.modal.hidden", !0, !0), c.dispatchEvent(r), (r = document.querySelector("#modal-backdrop")).parentNode.removeChild(r), document.getElementsByTagName("body")[0].classList.remove("modal-open"), document.removeEventListener("keydown", t, !0), a(c) || document.removeEventListener("keyup", o), (r = c.getAttribute("data-modal-opener")) !== null && ((r = document.getElementById(r)) !== null && r.focus(), c.removeAttribute("data-modal-opener")));
1421
+ }, s.prototype.show = function() {
1422
+ var r = 0 < arguments.length && arguments[0] !== void 0 ? arguments[0] : null, c = this.$modal;
1423
+ if (c !== null) {
1424
+ r !== null && ((f = r.target.getAttribute("id")) === null && (f = "modal-opener-" + Math.floor(9e3 * Math.random() + 1e3), r.target.setAttribute("id", f)), c.setAttribute("data-modal-opener", f));
1425
+ for (var g = document.querySelectorAll(".fds-modal[aria-hidden=false]"), l = 0; l < g.length; l++) new s(g[l]).hide();
1426
+ c.setAttribute("aria-hidden", "false"), c.setAttribute("tabindex", "-1");
1427
+ var r = document.createEvent("Event"), f = (r.initEvent("fds.modal.shown", !0, !0), c.dispatchEvent(r), document.createElement("div"));
1428
+ f.classList.add("modal-backdrop"), f.setAttribute("id", "modal-backdrop"), document.getElementsByTagName("body")[0].appendChild(f), document.getElementsByTagName("body")[0].classList.add("modal-open"), c.focus(), document.addEventListener("keydown", t, !0), a(c) || document.addEventListener("keyup", o);
1429
+ }
1430
+ };
1431
+ var o = function(c) {
1432
+ var c = c.which || c.keyCode, g = document.querySelector(".fds-modal[aria-hidden=false]"), l = new s(document.querySelector(".fds-modal[aria-hidden=false]"));
1433
+ c === 27 && g.querySelectorAll('.button-overflow-menu[aria-expanded="true"]').length === 0 && l.hide();
1434
+ };
1435
+ function t(r) {
1436
+ var c, g = document.querySelector(".fds-modal[aria-hidden=false]");
1437
+ g !== null && (c = (g = g.querySelectorAll('a[href]:not([disabled]):not([aria-hidden=true]), button:not([disabled]):not([aria-hidden=true]), textarea:not([disabled]):not([aria-hidden=true]), input:not([type=hidden]):not([disabled]):not([aria-hidden=true]), select:not([disabled]):not([aria-hidden=true]), details:not([disabled]):not([aria-hidden=true]), [tabindex]:not([tabindex="-1"]):not([disabled]):not([aria-hidden=true])'))[0], g = g[g.length - 1], r.key !== "Tab" && r.keyCode !== 9 || (r.shiftKey ? document.activeElement === c && (g.focus(), r.preventDefault()) : document.activeElement === g && (c.focus(), r.preventDefault())));
1438
+ }
1439
+ function a(r) {
1440
+ return r.getAttribute("data-modal-forced-action") !== null;
1441
+ }
1442
+ p.default = s;
1443
+ }, {}], 80: [function(x, i, p) {
1444
+ function s(C, z) {
1445
+ for (var M = 0; M < z.length; M++) {
1446
+ var H = z[M];
1447
+ H.enumerable = H.enumerable || !1, H.configurable = !0, "value" in H && (H.writable = !0), Object.defineProperty(C, H.key, H);
1448
+ }
1449
+ }
1450
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1451
+ var o, t = x("array-foreach"), a = x("../utils/select"), r = ".nav", c = "".concat(r, " a"), g = ".js-menu-open", l = ".js-menu-close", f = "".concat(l, ", .overlay"), b = [r, ".overlay"].join(", "), h = "mobile_nav-active", x = function() {
1452
+ function C() {
1453
+ if (!(this instanceof C)) throw new TypeError("Cannot call a class as a function");
1454
+ }
1455
+ var z, M;
1456
+ return z = C, (M = [{ key: "init", value: function() {
1457
+ window.addEventListener("resize", E, !1), E();
1458
+ } }, { key: "teardown", value: function() {
1459
+ window.removeEventListener("resize", E, !1);
1460
+ } }]) && s(z.prototype, M), Object.defineProperty(z, "prototype", { writable: !1 }), C;
1461
+ }(), E = function() {
1462
+ for (var C = !1, z = document.querySelectorAll(g), M = 0; M < z.length; M++) window.getComputedStyle(z[M], null).display !== "none" && (z[M].addEventListener("click", k), C = !0);
1463
+ if (C) {
1464
+ for (var H = document.querySelectorAll(f), j = 0; j < H.length; j++) H[j].addEventListener("click", k);
1465
+ for (var D = document.querySelectorAll(c), I = 0; I < D.length; I++) D[I].addEventListener("click", function() {
1466
+ w() && k.call(this, !1);
1467
+ });
1468
+ for (var G = document.querySelectorAll(r), oe = 0; oe < G.length; oe++) o = y(G[oe]);
1469
+ }
1470
+ var Z = document.body.querySelector(l);
1471
+ w() && Z && Z.getBoundingClientRect().width === 0 && k.call(Z, !1);
1472
+ }, w = function() {
1473
+ return document.body.classList.contains(h);
1474
+ }, y = function(C) {
1475
+ var z = C.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]'), M = z[0];
1476
+ function H(j) {
1477
+ if ((event.which || event.keyCode) === 9) {
1478
+ for (var D = null, I = 0; I < z.length; I++) {
1479
+ var G = z.length - 1, G = z[G - I];
1480
+ if (0 < G.offsetWidth && 0 < G.offsetHeight) {
1481
+ D = G;
1482
+ break;
1483
+ }
1484
+ }
1485
+ j.shiftKey ? document.activeElement === M && (j.preventDefault(), D.focus()) : document.activeElement === D && (j.preventDefault(), M.focus());
1486
+ }
1487
+ j.key === "Escape" && k.call(this, !1);
1488
+ }
1489
+ return { enable: function() {
1490
+ M.focus(), document.addEventListener("keydown", H);
1491
+ }, release: function() {
1492
+ document.removeEventListener("keydown", H);
1493
+ } };
1494
+ }, k = function(C) {
1495
+ var M = document.body, z = (typeof C != "boolean" && (C = !w()), M.classList.toggle(h, C), t(a(b), function(H) {
1496
+ H.classList.toggle("is-visible", C);
1497
+ }), C ? o.enable() : o.release(), M.querySelector(l)), M = M.querySelector(g);
1498
+ return C && z ? z.focus() : !C && document.activeElement === z && M && M.focus(), C;
1499
+ };
1500
+ p.default = x;
1501
+ }, { "../utils/select": 102, "array-foreach": 1 }], 81: [function(e, i, p) {
1502
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1503
+ var s = "data-controls";
1504
+ function o(t) {
1505
+ this.radioGroup = t, this.radioEls = null, this.targetEl = null;
1506
+ }
1507
+ o.prototype.init = function() {
1508
+ if (this.radioEls = this.radioGroup.querySelectorAll('input[type="radio"]'), this.radioEls.length === 0) throw new Error("No radiobuttons found in radiobutton group.");
1509
+ for (var t = this, a = 0; a < this.radioEls.length; a++) {
1510
+ var r = this.radioEls[a];
1511
+ r.addEventListener("change", function() {
1512
+ for (var c = 0; c < t.radioEls.length; c++) t.toggle(t.radioEls[c]);
1513
+ }), this.toggle(r);
1514
+ }
1515
+ }, o.prototype.toggle = function(t) {
1516
+ var a = t.getAttribute(s);
1517
+ if (a != null && a !== "") {
1518
+ if (a = document.querySelector(a), a == null) throw new Error("Could not find panel element. Verify value of attribute " + s);
1519
+ t.checked ? this.expand(t, a) : this.collapse(t, a);
1520
+ }
1521
+ }, o.prototype.expand = function(t, a) {
1522
+ t != null && a != null && (t.setAttribute("data-expanded", "true"), a.setAttribute("aria-hidden", "false"), a = new Event("fds.radio.expanded"), t.dispatchEvent(a));
1523
+ }, o.prototype.collapse = function(t, a) {
1524
+ t != null && a != null && (t.setAttribute("data-expanded", "false"), a.setAttribute("aria-hidden", "true"), a = new Event("fds.radio.collapsed"), t.dispatchEvent(a));
1525
+ }, p.default = o;
1526
+ }, {}], 82: [function(e, i, p) {
1527
+ function s(a, r, c) {
1528
+ return Object.defineProperty(a, "prototype", { writable: !1 }), a;
1529
+ }
1530
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1531
+ var o = s(function a(r) {
1532
+ if (!(this instanceof a)) throw new TypeError("Cannot call a class as a function");
1533
+ r.addEventListener("paste", t), r.addEventListener("keydown", t);
1534
+ }), t = function(a) {
1535
+ var r, c, g, l;
1536
+ r = null, a.key !== void 0 ? a.key.length === 1 && (r = a.key) : r = a.charCode ? String.fromCharCode(a.charCode) : String.fromCharCode(a.keyCode), c = this.getAttribute("data-input-regex"), a.type !== void 0 && a.type === "paste" ? console.log("paste") : (g = null, a.target !== void 0 && (g = a.target), r !== null && g !== null && 0 < r.length && (l = this.value, l = g.type === "number" ? this.value : this.value.slice(0, g.selectionStart) + this.value.slice(g.selectionEnd) + r, new RegExp(c).exec(l) === null && (a.preventDefault ? a.preventDefault() : a.returnValue = !1)));
1537
+ };
1538
+ p.default = o;
1539
+ }, {}], 83: [function(e, i, p) {
1540
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1541
+ var s = { select_row: "Vælg række", unselect_row: "Fravælg række", select_all_rows: "Vælg alle rækker", unselect_all_rows: "Fravælg alle rækker" };
1542
+ function o(r) {
1543
+ var c = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : s;
1544
+ this.table = r, s = c;
1545
+ }
1546
+ function t(g) {
1547
+ var c = g.target, g = (c.removeAttribute("aria-checked"), g.target.parentNode.parentNode.parentNode.parentNode), l = new o(g).getCheckboxList(), f = 0;
1548
+ if (c.checked) {
1549
+ for (var b = 0; b < l.length; b++) l[b].checked = !0, l[b].parentNode.parentNode.classList.add("table-row-selected"), l[b].nextElementSibling.setAttribute("aria-label", s.unselect_row);
1550
+ f = l.length, c.nextElementSibling.setAttribute("aria-label", s.unselect_all_rows);
1551
+ } else {
1552
+ for (var h = 0; h < l.length; h++) l[h].checked = !1, l[h].parentNode.parentNode.classList.remove("table-row-selected"), l[h].nextElementSibling.setAttribute("aria-label", s.select_row);
1553
+ c.nextElementSibling.setAttribute("aria-label", s.select_all_rows);
1554
+ }
1555
+ c = new CustomEvent("fds.table.selectable.updated", { bubbles: !0, cancelable: !0, detail: { checkedNumber: f } }), g.dispatchEvent(c);
1556
+ }
1557
+ function a(c) {
1558
+ c.target.checked ? (c.target.parentNode.parentNode.classList.add("table-row-selected"), c.target.nextElementSibling.setAttribute("aria-label", s.unselect_row)) : (c.target.parentNode.parentNode.classList.remove("table-row-selected"), c.target.nextElementSibling.setAttribute("aria-label", s.select_row));
1559
+ var c = c.target.parentNode.parentNode.parentNode.parentNode, g = new o(c), l = g.getGroupCheckbox();
1560
+ if (l !== !1) {
1561
+ for (var f = g.getCheckboxList(), b = 0, h = 0; h < f.length; h++) f[h].checked && b++;
1562
+ b === f.length ? (l.removeAttribute("aria-checked"), l.checked = !0, l.nextElementSibling.setAttribute("aria-label", s.unselect_all_rows)) : (b == 0 ? l.removeAttribute("aria-checked") : l.setAttribute("aria-checked", "mixed"), l.checked = !1, l.nextElementSibling.setAttribute("aria-label", s.select_all_rows)), g = new CustomEvent("fds.table.selectable.updated", { bubbles: !0, cancelable: !0, detail: { checkedNumber: b } }), c.dispatchEvent(g);
1563
+ }
1564
+ }
1565
+ o.prototype.init = function() {
1566
+ if (this.groupCheckbox = this.getGroupCheckbox(), this.tbodyCheckboxList = this.getCheckboxList(), this.tbodyCheckboxList.length !== 0) for (var r = 0; r < this.tbodyCheckboxList.length; r++) {
1567
+ var c = this.tbodyCheckboxList[r];
1568
+ c.removeEventListener("change", a), c.addEventListener("change", a);
1569
+ }
1570
+ this.groupCheckbox !== !1 && (this.groupCheckbox.removeEventListener("change", t), this.groupCheckbox.addEventListener("change", t));
1571
+ }, o.prototype.getGroupCheckbox = function() {
1572
+ var r = this.table.getElementsByTagName("thead")[0].getElementsByClassName("form-checkbox");
1573
+ return r.length !== 0 && r[0];
1574
+ }, o.prototype.getCheckboxList = function() {
1575
+ return this.table.getElementsByTagName("tbody")[0].getElementsByClassName("form-checkbox");
1576
+ }, p.default = o;
1577
+ }, {}], 84: [function(t, i, p) {
1578
+ function s(a, r, c) {
1579
+ return Object.defineProperty(a, "prototype", { writable: !1 }), a;
1580
+ }
1581
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1582
+ var o = t("../utils/select"), t = s(function a(r) {
1583
+ var c, g;
1584
+ if (!(this instanceof a)) throw new TypeError("Cannot call a class as a function");
1585
+ (r = r) && (g = r.getElementsByTagName("thead")).length !== 0 && (c = (c = g[0].getElementsByTagName("th")).length == 0 ? g[0].getElementsByTagName("td") : c).length && (g = o("tbody tr", r), Array.from(g).forEach(function(l) {
1586
+ var f = l.children;
1587
+ f.length === c.length && Array.from(c).forEach(function(b, h) {
1588
+ f[h].hasAttribute("data-title") || f[h].setAttribute("data-title", b.textContent);
1589
+ });
1590
+ }));
1591
+ });
1592
+ p.default = t;
1593
+ }, { "../utils/select": 102 }], 85: [function(e, i, p) {
1594
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0;
1595
+ var s = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, o = { end: 35, home: 36, left: 37, up: 38, right: 39, down: 40, delete: 46 }, t = { 37: -1, 38: -1, 39: 1, 40: 1 };
1596
+ function a(h) {
1597
+ this.tabnav = h, this.tabs = this.tabnav.querySelectorAll("button.tabnav-item");
1598
+ }
1599
+ function r(h) {
1600
+ switch (h.keyCode) {
1601
+ case o.end:
1602
+ h.preventDefault(), b(h.target);
1603
+ break;
1604
+ case o.home:
1605
+ h.preventDefault(), f(h.target);
1606
+ break;
1607
+ case o.up:
1608
+ case o.down:
1609
+ g(h);
1610
+ }
1611
+ }
1612
+ function c(h) {
1613
+ switch (h.keyCode) {
1614
+ case o.left:
1615
+ case o.right:
1616
+ g(h);
1617
+ break;
1618
+ case o.delete:
1619
+ break;
1620
+ case o.enter:
1621
+ case o.space:
1622
+ new a(h.target.parentNode).activateTab(h.target, !0);
1623
+ }
1624
+ }
1625
+ function g(h) {
1626
+ var x = h.keyCode, k = window, w = document, E = w.documentElement, w = w.getElementsByTagName("body")[0], y = k.innerWidth || E.clientWidth || w.clientWidth, k = (k.innerHeight || E.clientHeight || w.clientHeight, !1);
1627
+ y < s.md ? x !== o.up && x !== o.down || (h.preventDefault(), k = !0) : x !== o.left && x !== o.right || (k = !0), k && (w = (E = h).keyCode, t[w] && (E = E.target, y = l(E), (x = function(C, z) {
1628
+ for (var M = -1, H = 0; H < z.length; H++) if (z[H] === C) {
1629
+ M = H;
1630
+ break;
1631
+ }
1632
+ return M;
1633
+ }(E, y)) !== -1 && (y[x + t[w]] ? y[x + t[w]].focus() : w === o.left || w === o.up ? b(E) : w !== o.right && w != o.down || f(E))));
1634
+ }
1635
+ function l(h) {
1636
+ return h = h.parentNode, h.classList.contains("tabnav") ? h.querySelectorAll("button.tabnav-item") : [];
1637
+ }
1638
+ function f(h) {
1639
+ l(h)[0].focus();
1640
+ }
1641
+ function b(h) {
1642
+ h = l(h), h[h.length - 1].focus();
1643
+ }
1644
+ a.prototype.init = function() {
1645
+ if (this.tabs.length === 0) throw new Error("Tabnav HTML seems to be missing tabnav-item. Add tabnav items to ensure each panel has a button in the tabnavs navigation.");
1646
+ !function() {
1647
+ var y = location.hash.replace("#", "");
1648
+ if (y !== "" && (y = document.querySelector('button.tabnav-item[aria-controls="#' + y + '"]'), y !== null))
1649
+ return activateTab(y, !1), 1;
1650
+ }() && (h = this.tabs[0], (x = this.tabnav.querySelectorAll("button.tabnav-item[aria-selected=true]")).length === 0 && (h = x[0]), this.activateTab(h, !1));
1651
+ for (var h, x, E = this, w = 0; w < this.tabs.length; w++) this.tabs[w].addEventListener("click", function() {
1652
+ E.activateTab(this, !1);
1653
+ }), this.tabs[w].addEventListener("keydown", r), this.tabs[w].addEventListener("keyup", c);
1654
+ }, a.prototype.activateTab = function(h, x) {
1655
+ for (var E = l(h), w = 0; w < this.tabs.length; w++) if (E[w] !== h) {
1656
+ E[w].getAttribute("aria-selected") === "true" && (y = new Event("fds.tabnav.close"), E[w].dispatchEvent(y)), E[w].setAttribute("tabindex", "-1"), E[w].setAttribute("aria-selected", "false");
1657
+ var y = E[w].getAttribute("aria-controls"), k = document.getElementById(y);
1658
+ if (k === null) throw new Error("Could not find tabpanel.");
1659
+ k.setAttribute("aria-hidden", "true");
1660
+ }
1661
+ var C = h.getAttribute("aria-controls"), C = document.getElementById(C);
1662
+ if (C === null) throw new Error("Could not find accordion panel.");
1663
+ h.setAttribute("aria-selected", "true"), C.setAttribute("aria-hidden", "false"), h.removeAttribute("tabindex"), x && h.focus(), C = new Event("fds.tabnav.changed"), h.parentNode.dispatchEvent(C), x = new Event("fds.tabnav.open"), h.dispatchEvent(x);
1664
+ }, p.default = a;
1665
+ }, {}], 86: [function(e, i, p) {
1666
+ function s(t) {
1667
+ this.element = t;
1668
+ }
1669
+ function o() {
1670
+ for (var t = document.querySelectorAll(".toast.showing"), a = 0; a < t.length; a++) {
1671
+ var r = t[a];
1672
+ r.classList.remove("showing"), r.classList.add("show");
1673
+ }
1674
+ }
1675
+ Object.defineProperty(p, "__esModule", { value: !0 }), p.default = void 0, s.prototype.show = function() {
1676
+ this.element.classList.remove("hide"), this.element.classList.add("showing"), this.element.getElementsByClassName("toast-close")[0].addEventListener("click", function() {
1677
+ new s(this.parentNode.parentNode).hide();
1678
+ }), requestAnimationFrame(o);
1679
+ }, s.prototype.hide = function() {
1680
+ this.element.classList.remove("show"), this.element.classList.add("hide");
1681
+ }, p.default = s;
1682
+ }, {}], 87: [function(e, i, p) {
1683
+ function s(c) {
1684
+ if (this.element = c, this.element.getAttribute("data-tooltip") === null) throw new Error("Tooltip text is missing. Add attribute data-tooltip and the content of the tooltip as value.");
1685
+ }
1686
+ function o(h) {
1687
+ var g, E = h.getAttribute("data-tooltip-position") || "top", x = (x = h, f = E, (b = document.createElement("div")).className = "tooltip-popper", l = "tooltip-" + document.getElementsByClassName("tooltip-popper").length + 1, b.setAttribute("id", l), b.setAttribute("role", "tooltip"), b.setAttribute("x-placement", f), x.setAttribute("aria-describedby", l), (f = document.createElement("div")).className = "tooltip", (l = document.createElement("div")).className = "tooltip-arrow", f.appendChild(l), (l = document.createElement("div")).className = "tooltip-content", l.innerHTML = x.getAttribute("data-tooltip"), f.appendChild(l), b.appendChild(f), b), l = (document.body.appendChild(x), h), f = x, b = E, h = l, x = (f.getElementsByClassName("tooltip-arrow")[0], l.getBoundingClientRect()), E = l.getBoundingClientRect(), w = f.offsetWidth, y = "down";
1688
+ l = parseInt(E.left) + (l.offsetWidth - f.offsetWidth) / 2, b === "bottom" ? (g = parseInt(E.bottom) + 12, y = "up") : g = parseInt(E.top) - f.offsetHeight - 12, l < 0 && (l = 12, b = (b = x.left + h.offsetWidth / 2) - 12 - 8, f.getElementsByClassName("tooltip-arrow")[0].style.left = b + "px"), g + f.offsetHeight >= window.innerHeight && (g = parseInt(E.top) - f.offsetHeight - 12, y = "up"), g < 0 && (g = parseInt(E.bottom) + 12, y = "up"), window.innerWidth < l + w ? (f.style.right = "12px", b = x.right - h.offsetWidth / 2, E = window.innerWidth - b - 12 - 8, f.getElementsByClassName("tooltip-arrow")[0].style.right = E + "px", f.getElementsByClassName("tooltip-arrow")[0].style.left = "auto") : f.style.left = l + "px", f.style.top = g + pageYOffset + "px", f.getElementsByClassName("tooltip-arrow")[0].classList.add(y);
1689
+ }
1690
+ function t(c) {
1691
+ if (1 < arguments.length && arguments[1] !== void 0 && arguments[1] || !c.target.classList.contains("js-tooltip") && !c.target.classList.contains("tooltip") && !c.target.classList.contains("tooltip-content")) for (var g = document.querySelectorAll(".tooltip-popper"), l = 0; l < g.length; l++) {
1692
+ var f = document.querySelector("[aria-describedby=" + g[l].getAttribute("id") + "]");
1693
+ f.removeAttribute("data-tooltip-active"), f.removeAttribute("aria-describedby"), f.classList.remove("tooltip-focus"), f.classList.remove("tooltip-hover"), document.body.removeChild(g[l]);
1694
+ }
1695
+ }
1696
+ function a(c) {
1697
+ var g = c.getAttribute("aria-describedby"), l = document.getElementById(g);
1698
+ l.removeEventListener("mouseenter", r), l.addEventListener("mouseenter", r), setTimeout(function() {
1699
+ var f, b, h;
1700
+ document.getElementById(g) === null || c.classList.contains("tooltip-hover") || (b = (f = c).getAttribute("aria-describedby"), h = document.getElementById(b), b !== null && h !== null && document.body.removeChild(h), f.removeAttribute("aria-describedby"), f.classList.remove("tooltip-hover"), f.classList.remove("tooltip-focus"));
1701
+ }, 300);
1702
+ }
1703
+ function r(c) {
1704
+ var g = this;
1705
+ document.querySelector("[aria-describedby=" + g.getAttribute("id") + "]").classList.add("tooltip-hover"), g.addEventListener("mouseleave", function() {
1706
+ var l = document.querySelector("[aria-describedby=" + g.getAttribute("id") + "]");
1707
+ l !== null && (l.classList.remove("tooltip-hover"), a(l));
1708
+ });
1709
+ }
1710
+ s.prototype.init = function() {
1711
+ this.element.addEventListener("mouseenter", function(c) {
1712
+ var g = c.target;
1713
+ g.classList.contains("tooltip-hover") === !1 && g.classList.contains("tooltip-focus") === !1 && (t(c), g.classList.add("tooltip-hover"), setTimeout(function() {
1714
+ var l;
1715
+ g.classList.contains("tooltip-hover") && (l = c.target).getAttribute("aria-describedby") === null && o(l);
1716
+ }, 300));
1717
+ }), this.element.addEventListener("mouseleave", function(l) {
1718
+ var g, l = l.target;
1719
+ l.classList.contains("tooltip-hover") && (l.classList.remove("tooltip-hover"), g = l.getAttribute("aria-describedby"), document.getElementById(g) !== null && a(l));
1720
+ }), this.element.addEventListener("keyup", function(c) {
1721
+ (c.which || c.keyCode) === 27 && ((c = this.getAttribute("aria-describedby")) !== null && document.getElementById(c) !== null && document.body.removeChild(document.getElementById(c)), this.classList.remove("active"), this.removeAttribute("aria-describedby"));
1722
+ }), this.element.getAttribute("data-tooltip-trigger") === "click" && this.element.addEventListener("click", function(c) {
1723
+ var g = c.target;
1724
+ t(c), g.classList.add("tooltip-focus"), g.classList.remove("tooltip-hover"), g.getAttribute("aria-describedby") === null && o(g);
1725
+ }), document.getElementsByTagName("body")[0].removeEventListener("click", t), document.getElementsByTagName("body")[0].addEventListener("click", t);
1726
+ }, i.exports = s;
1727
+ }, {}], 88: [function(e, i, p) {
1728
+ i.exports = { prefix: "" };
1729
+ }, {}], 89: [function(e, i, p) {
1730
+ var s = k(e("./components/accordion")), o = k(e("./components/alert")), t = k(e("./components/checkbox-toggle-content")), a = k(e("./components/dropdown")), r = k(e("./components/dropdown-sort")), c = k(e("./components/error-summary")), g = k(e("./components/regex-input-mask")), l = k(e("./components/modal")), f = k(e("./components/navigation")), b = k(e("./components/radio-toggle-content")), h = k(e("./components/table")), x = k(e("./components/tabnav")), E = k(e("./components/selectable-table")), w = k(e("./components/toast")), y = k(e("./components/tooltip"));
1731
+ function k(z) {
1732
+ return z && z.__esModule ? z : { default: z };
1733
+ }
1734
+ var C = e("./components/date-picker");
1735
+ e("./polyfills"), i.exports = { init: function(z) {
1736
+ for (var z = (z = z !== void 0 ? z : {}).scope !== void 0 ? z.scope : document, M = z.getElementsByClassName("accordion"), H = 0; H < M.length; H++) new s.default(M[H]).init();
1737
+ for (var j = z.querySelectorAll(".accordion-bordered:not(.accordion)"), D = 0; D < j.length; D++) new s.default(j[D]).init();
1738
+ for (var I = z.querySelectorAll(".alert.has-close"), G = 0; G < I.length; G++) new o.default(I[G]).init();
1739
+ for (var oe = z.getElementsByClassName("js-checkbox-toggle-content"), Z = 0; Z < oe.length; Z++) new t.default(oe[Z]).init();
1740
+ for (var ce = z.getElementsByClassName("js-dropdown"), U = 0; U < ce.length; U++) new a.default(ce[U]).init();
1741
+ for (var Me = z.getElementsByClassName("overflow-menu--sort"), ee = 0; ee < Me.length; ee++) new r.default(Me[ee]).init();
1742
+ C.on(z);
1743
+ for (var le = z.querySelector('[data-module="error-summary"]'), Ie = (new c.default(le).init(), z.querySelectorAll("input[data-input-regex]")), Se = 0; Se < Ie.length; Se++) new g.default(Ie[Se]);
1744
+ for (var qe = z.querySelectorAll(".fds-modal"), q = 0; q < qe.length; q++) new l.default(qe[q]).init();
1745
+ new f.default().init();
1746
+ for (var Fe = z.getElementsByClassName("js-radio-toggle-group"), X = 0; X < Fe.length; X++) new b.default(Fe[X]).init();
1747
+ for (var Re = z.querySelectorAll("table:not(.dataTable)"), Ze = 0; Ze < Re.length; Ze++) new h.default(Re[Ze]);
1748
+ for (var et = z.querySelectorAll("table.table--selectable"), Ae = 0; Ae < et.length; Ae++) new E.default(et[Ae]).init();
1749
+ for (var tt = z.getElementsByClassName("tabnav"), Ge = 0; Ge < tt.length; Ge++) new x.default(tt[Ge]).init();
1750
+ for (var nt = z.getElementsByClassName("js-tooltip"), Ue = 0; Ue < nt.length; Ue++) new y.default(nt[Ue]).init();
1751
+ }, Accordion: s.default, Alert: o.default, CheckboxToggleContent: t.default, Dropdown: a.default, DropdownSort: r.default, datePicker: C, ErrorSummary: c.default, InputRegexMask: g.default, Modal: l.default, Navigation: f.default, RadioToggleGroup: b.default, ResponsiveTable: h.default, TableSelectableRows: E.default, Tabnav: x.default, Toast: w.default, Tooltip: y.default };
1752
+ }, { "./components/accordion": 72, "./components/alert": 73, "./components/checkbox-toggle-content": 74, "./components/date-picker": 75, "./components/dropdown": 77, "./components/dropdown-sort": 76, "./components/error-summary": 78, "./components/modal": 79, "./components/navigation": 80, "./components/radio-toggle-content": 81, "./components/regex-input-mask": 82, "./components/selectable-table": 83, "./components/table": 84, "./components/tabnav": 85, "./components/toast": 86, "./components/tooltip": 87, "./polyfills": 95 }], 90: [function(e, i, p) {
1753
+ i.exports = { CLICK: "click" };
1754
+ }, {}], 91: [function(e, i, p) {
1755
+ (function(s) {
1756
+ (function() {
1757
+ function o(t) {
1758
+ return (o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) {
1759
+ return typeof a;
1760
+ } : function(a) {
1761
+ return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a;
1762
+ })(t);
1763
+ }
1764
+ e("../../Object/defineProperty"), (function(t) {
1765
+ "bind" in Function.prototype || Object.defineProperty(Function.prototype, "bind", { value: function(a) {
1766
+ function r() {
1767
+ }
1768
+ var g = Array, c = Object, w = c.prototype, g = g.prototype, l = w.toString, f = typeof Symbol == "function" && o(Symbol.toStringTag) === "symbol", b = Function.prototype.toString, h = g.slice, x = g.concat, E = g.push, w = Math.max, y = this;
1769
+ if (!function(j) {
1770
+ if (typeof j != "function") return !1;
1771
+ {
1772
+ if (!f) return (D = l.call(j)) === "[object Function]" || D === "[object GeneratorFunction]";
1773
+ var D = j;
1774
+ try {
1775
+ return b.call(D), !0;
1776
+ } catch {
1777
+ return !1;
1778
+ }
1779
+ }
1780
+ }(y)) throw new TypeError("Function.prototype.bind called on incompatible " + y);
1781
+ for (var k, C = h.call(arguments, 1), z = w(0, y.length - C.length), M = [], H = 0; H < z; H++) E.call(M, "$" + H);
1782
+ return k = Function("binder", "return function (" + M.join(",") + "){ return binder.apply(this, arguments); }")(function() {
1783
+ var j;
1784
+ return this instanceof k ? (j = y.apply(this, x.call(C, h.call(arguments))), c(j) === j ? j : this) : y.apply(a, x.call(C, h.call(arguments)));
1785
+ }), y.prototype && (r.prototype = y.prototype, k.prototype = new r(), r.prototype = null), k;
1786
+ } });
1787
+ }).call((typeof window > "u" ? "undefined" : o(window)) === "object" && window || (typeof self > "u" ? "undefined" : o(self)) === "object" && self || (s === void 0 ? "undefined" : o(s)) === "object" && s || {});
1788
+ }).call(this);
1789
+ }).call(this, typeof xe < "u" ? xe : typeof self < "u" ? self : typeof window < "u" ? window : {});
1790
+ }, { "../../Object/defineProperty": 92 }], 92: [function(e, i, p) {
1791
+ (function(s) {
1792
+ (function() {
1793
+ function o(t) {
1794
+ return (o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) {
1795
+ return typeof a;
1796
+ } : function(a) {
1797
+ return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a;
1798
+ })(t);
1799
+ }
1800
+ (function(t) {
1801
+ var a, r, c, g;
1802
+ "defineProperty" in Object && function() {
1803
+ try {
1804
+ return Object.defineProperty({}, "test", { value: 42 }), !0;
1805
+ } catch {
1806
+ return !1;
1807
+ }
1808
+ }() || (a = Object.defineProperty, r = Object.prototype.hasOwnProperty("__defineGetter__"), c = "Getters & setters cannot be defined on this javascript engine", g = "A property cannot both have accessors and be writable or have a value", Object.defineProperty = function(l, h, b) {
1809
+ if (a && (l === window || l === document || l === Element.prototype || l instanceof Element)) return a(l, h, b);
1810
+ if (l === null || !(l instanceof Object || o(l) === "object")) throw new TypeError("Object.defineProperty called on non-object");
1811
+ if (!(b instanceof Object)) throw new TypeError("Property description must be an object");
1812
+ var h = String(h), x = "value" in b || "writable" in b, E = "get" in b && o(b.get), w = "set" in b && o(b.set);
1813
+ if (E) {
1814
+ if (E !== "function") throw new TypeError("Getter must be a function");
1815
+ if (!r) throw new TypeError(c);
1816
+ if (x) throw new TypeError(g);
1817
+ Object.__defineGetter__.call(l, h, b.get);
1818
+ } else l[h] = b.value;
1819
+ if (w) {
1820
+ if (w !== "function") throw new TypeError("Setter must be a function");
1821
+ if (!r) throw new TypeError(c);
1822
+ if (x) throw new TypeError(g);
1823
+ Object.__defineSetter__.call(l, h, b.set);
1824
+ }
1825
+ return "value" in b && (l[h] = b.value), l;
1826
+ });
1827
+ }).call((typeof window > "u" ? "undefined" : o(window)) === "object" && window || (typeof self > "u" ? "undefined" : o(self)) === "object" && self || (s === void 0 ? "undefined" : o(s)) === "object" && s || {});
1828
+ }).call(this);
1829
+ }).call(this, typeof xe < "u" ? xe : typeof self < "u" ? self : typeof window < "u" ? window : {});
1830
+ }, {}], 93: [function(e, i, p) {
1831
+ typeof window.CustomEvent != "function" && (window.CustomEvent = function(s, t) {
1832
+ var t = t || { bubbles: !1, cancelable: !1, detail: null }, a = document.createEvent("CustomEvent");
1833
+ return a.initCustomEvent(s, t.bubbles, t.cancelable, t.detail), a;
1834
+ });
1835
+ }, {}], 94: [function(e, i, p) {
1836
+ var s = window.HTMLElement.prototype, o = "hidden";
1837
+ o in s || Object.defineProperty(s, o, { get: function() {
1838
+ return this.hasAttribute(o);
1839
+ }, set: function(t) {
1840
+ t ? this.setAttribute(o, "") : this.removeAttribute(o);
1841
+ } });
1842
+ }, {}], 95: [function(e, i, p) {
1843
+ e("classlist-polyfill"), e("./element-hidden"), e("./number-is-nan"), e("./custom-event"), e("core-js/fn/object/assign"), e("core-js/fn/array/from");
1844
+ }, { "./custom-event": 93, "./element-hidden": 94, "./number-is-nan": 96, "classlist-polyfill": 2, "core-js/fn/array/from": 3, "core-js/fn/object/assign": 4 }], 96: [function(e, i, p) {
1845
+ Number.isNaN = Number.isNaN || function(s) {
1846
+ return typeof s == "number" && s != s;
1847
+ };
1848
+ }, {}], 97: [function(e, i, p) {
1849
+ i.exports = function() {
1850
+ return (0 < arguments.length && arguments[0] !== void 0 ? arguments[0] : document).activeElement;
1851
+ };
1852
+ }, {}], 98: [function(e, i, p) {
1853
+ function s() {
1854
+ for (var a = arguments.length, r = new Array(a), c = 0; c < a; c++) r[c] = arguments[c];
1855
+ return function() {
1856
+ var g = this, l = 0 < arguments.length && arguments[0] !== void 0 ? arguments[0] : document.body;
1857
+ r.forEach(function(f) {
1858
+ typeof g[f] == "function" && g[f].call(g, l);
1859
+ });
1860
+ };
1861
+ }
1862
+ var o = e("object-assign"), t = e("receptor");
1863
+ i.exports = function(a, r) {
1864
+ return t.behavior(a, o({ on: s("init", "add"), off: s("teardown", "remove") }, r));
1865
+ };
1866
+ }, { "object-assign": 63, receptor: 70 }], 99: [function(e, i, p) {
1867
+ i.exports = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 };
1868
+ }, {}], 100: [function(e, i, p) {
1869
+ i.exports = function(a) {
1870
+ var o = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : window, t = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : document.documentElement, a = a.getBoundingClientRect();
1871
+ return 0 <= a.top && 0 <= a.left && a.bottom <= (o.innerHeight || t.clientHeight) && a.right <= (o.innerWidth || t.clientWidth);
1872
+ };
1873
+ }, {}], 101: [function(e, i, p) {
1874
+ i.exports = function() {
1875
+ return typeof navigator < "u" && (navigator.userAgent.match(/(iPod|iPhone|iPad)/g) || navigator.platform === "MacIntel" && 1 < navigator.maxTouchPoints) && !window.MSStream;
1876
+ };
1877
+ }, {}], 102: [function(e, i, p) {
1878
+ function s(o) {
1879
+ return (s = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
1880
+ return typeof t;
1881
+ } : function(t) {
1882
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
1883
+ })(o);
1884
+ }
1885
+ i.exports = function(o, t) {
1886
+ if (typeof o != "string") return [];
1887
+ var a = (t = t && (a = t) && s(a) === "object" && a.nodeType === 1 ? t : window.document).querySelectorAll(o);
1888
+ return Array.prototype.slice.call(a);
1889
+ };
1890
+ }, {}], 103: [function(e, i, p) {
1891
+ var s = "aria-expanded";
1892
+ i.exports = function(a, t) {
1893
+ typeof t != "boolean" && (t = a.getAttribute(s) === "false"), a.setAttribute(s, t);
1894
+ var a = a.getAttribute("aria-controls"), r = document.getElementById(a);
1895
+ if (r) return r.setAttribute("aria-hidden", !t), t;
1896
+ throw new Error('No toggle target found with id: "' + a + '"');
1897
+ };
1898
+ }, {}] }, {}, [89])(89);
1899
+ });
1900
+ })(T2);
1901
+ var ua = T2.exports;
1902
+ const da = ["aria-label"], va = ["id"], ga = ["aria-controls", "onClick"], ha = { class: "accordion-title h4" }, pa = ["id"], fa = { key: 0 }, ma = /* @__PURE__ */ be({
1903
+ __name: "VgAccordion",
1904
+ props: {
1905
+ accordions: {
1906
+ type: Array,
1907
+ default: null
1908
+ },
1909
+ id: {
1910
+ type: String,
1911
+ default: void 0,
1912
+ required: !1
1913
+ },
1914
+ bulk: {
1915
+ type: Boolean,
1916
+ default: !1
1917
+ },
1918
+ heading: {
1919
+ type: String,
1920
+ default: "h2"
1921
+ }
1922
+ },
1923
+ emits: ["toggle", "toggle-bulk"],
1924
+ setup(d, { emit: L }) {
1925
+ const e = d, i = _t("$t"), p = pe(() => e.id ?? Math.random().toString().replace(".", ""));
1926
+ _0(() => {
1927
+ const t = `#accordion-list-${p.value}`, a = document.querySelector(`.applikation-container ${t}`);
1928
+ a ? new ua.Accordion(a).init() : console.warn(`vg-design-wrapper: kan ikke finde accordion element ud fra selector ${t}`);
1929
+ });
1930
+ const s = (t, a) => {
1931
+ var r;
1932
+ return !!((r = e.accordions[a]) != null && r[t]);
1933
+ }, o = (t, a) => {
1934
+ const r = t.target;
1935
+ L("toggle", r.ariaExpanded === "false", p.value, a);
1936
+ };
1937
+ return (t, a) => (O(), N("div", null, [
1938
+ d.bulk ? (O(), N("button", {
1939
+ key: 0,
1940
+ type: "button",
1941
+ class: "accordion-bulk-button",
1942
+ "data-accordion-bulk-expand": "true",
1943
+ "data-testid": "button-bulk",
1944
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.button.aaben_alle.text"),
1945
+ onClick: a[0] || (a[0] = (r) => t.$emit("toggle-bulk"))
1946
+ }, Y(K(i)("erhvervsfremme.content.application.pagination.button.aaben_alle.text")), 9, da)) : ne("", !0),
1947
+ B("ul", {
1948
+ id: `accordion-list-${p.value}`,
1949
+ class: "accordion vg-accordion"
1950
+ }, [
1951
+ (O(!0), N(ze, null, Gt(d.accordions, (r, c) => (O(), N("li", {
1952
+ key: c,
1953
+ "data-testid": "accordion"
1954
+ }, [
1955
+ (O(), Yt(y0(d.heading), null, {
1956
+ default: Ut(() => [
1957
+ B("button", {
1958
+ type: "button",
1959
+ class: "accordion-button",
1960
+ "aria-expanded": !1,
1961
+ "aria-controls": `accordion-${p.value}-${c}`,
1962
+ onClick: (g) => o(g, c)
1963
+ }, [
1964
+ B("span", ha, [
1965
+ s("titel", c) ? (O(), N(ze, { key: 0 }, [
1966
+ fe(Y(r.titel), 1)
1967
+ ], 64)) : me(t.$slots, "titel", {
1968
+ key: 1,
1969
+ data: r,
1970
+ index: c
1971
+ }, void 0, !0)
1972
+ ]),
1973
+ re(ve, {
1974
+ class: "open",
1975
+ icon: "accordionOpen"
1976
+ }),
1977
+ re(ve, {
1978
+ class: "close",
1979
+ icon: "accordionClose"
1980
+ })
1981
+ ], 8, ga)
1982
+ ]),
1983
+ _: 2
1984
+ }, 1024)),
1985
+ B("div", {
1986
+ id: `accordion-${p.value}-${c}`,
1987
+ "aria-hidden": !0,
1988
+ class: "accordion-content",
1989
+ "data-testid": "accordion-content"
1990
+ }, [
1991
+ s("indhold", c) ? (O(), N("p", fa, Y(r.indhold), 1)) : me(t.$slots, "indhold", {
1992
+ key: 1,
1993
+ data: r,
1994
+ index: c
1995
+ }, void 0, !0)
1996
+ ], 8, pa)
1997
+ ]))), 128))
1998
+ ], 8, va)
1999
+ ]));
2000
+ }
2001
+ }), nr = /* @__PURE__ */ $e(ma, [["__scopeId", "data-v-b75ca4e0"]]), ba = {
2002
+ type: "button",
2003
+ class: "button"
2004
+ }, S2 = /* @__PURE__ */ be({
2005
+ __name: "VgButton",
2006
+ props: {
2007
+ icon: {
2008
+ type: String,
2009
+ required: !1,
2010
+ default: ""
2011
+ }
2012
+ },
2013
+ setup(d) {
2014
+ return (L, e) => (O(), N("button", ba, [
2015
+ d.icon ? (O(), Yt(ve, {
2016
+ key: 0,
2017
+ icon: d.icon
2018
+ }, null, 8, ["icon"])) : ne("", !0),
2019
+ me(L.$slots, "default")
2020
+ ]));
2021
+ }
2022
+ }), wa = /* @__PURE__ */ x0('<h4>Primærknap</h4><div class="d-md-flex"><button type="button" class="button button-primary">knap</button><button type="button" class="button button-primary disabled">knap</button></div><h4>Sekundærknapper</h4><div class="d-md-flex"><button type="button" class="button button-secondary">knap</button><button type="button" class="button button-secondary disabled">knap</button></div><h4>Tertiærknapper</h4><div>Anvendes ikke</div><h4>Link knap</h4>', 7), _a = /* @__PURE__ */ B("h4", null, "Knap med ikon", -1), or = /* @__PURE__ */ be({
2023
+ __name: "VgButtons",
2024
+ setup(d) {
2025
+ return (L, e) => (O(), N("div", null, [
2026
+ wa,
2027
+ re(S2, {
2028
+ icon: "arrowLeft",
2029
+ class: "button-link"
2030
+ }, {
2031
+ default: Ut(() => [
2032
+ fe("Foobar")
2033
+ ]),
2034
+ _: 1
2035
+ }),
2036
+ _a,
2037
+ re(S2, {
2038
+ icon: "arrowLeft",
2039
+ class: "button-primary"
2040
+ }, {
2041
+ default: Ut(() => [
2042
+ fe("Knap med ikon ")
2043
+ ]),
2044
+ _: 1
2045
+ })
2046
+ ]));
2047
+ }
2048
+ }), ya = { class: "udvidet-card-container" }, xa = ["title", "aria-label"], Ca = { class: "picture-container" }, Ea = { class: "picture-wrapper" }, ka = ["aria-label", "data-src"], La = {
2049
+ key: 1,
2050
+ class: "picture-empty"
2051
+ }, za = { class: "text-wrapper" }, Ma = { class: "text" }, Sa = {
2052
+ key: 0,
2053
+ class: "label-container"
2054
+ }, Aa = {
2055
+ class: "h6 m-0 show-spaces break-word",
2056
+ "data-testid": "label"
2057
+ }, Ha = { class: "card-titel" }, Va = {
2058
+ class: "h4 mt-0 mb-3 break-word",
2059
+ "data-testid": "header"
2060
+ }, Ba = { class: "mt-0 mb-3 break-word" }, ja = {
2061
+ key: 0,
2062
+ class: "bottom mt-3"
2063
+ }, Oa = {
2064
+ class: "mr-3",
2065
+ "data-testid": "link-text"
2066
+ }, Na = /* @__PURE__ */ be({
2067
+ __name: "VgCard",
2068
+ props: {
2069
+ titel: {
2070
+ type: String,
2071
+ required: !0
2072
+ },
2073
+ header: {
2074
+ type: String,
2075
+ required: !0
2076
+ },
2077
+ billede: {
2078
+ type: Object,
2079
+ default: void 0
2080
+ },
2081
+ label: {
2082
+ type: String,
2083
+ default: void 0
2084
+ },
2085
+ linkText: {
2086
+ type: String,
2087
+ default: void 0
2088
+ },
2089
+ external: {
2090
+ type: Boolean,
2091
+ defalut: !1
2092
+ }
2093
+ },
2094
+ setup(d) {
2095
+ return (L, e) => {
2096
+ var i, p, s, o;
2097
+ return O(), N("div", ya, [
2098
+ B("a", {
2099
+ role: "button",
2100
+ tabindex: "0",
2101
+ class: he(["udvidet-cardgruppe-card udvidet-card", { "udvidet-card without-image": !((i = d.billede) != null && i.url) }]),
2102
+ title: d.titel,
2103
+ "aria-label": d.titel
2104
+ }, [
2105
+ B("div", Ca, [
2106
+ B("div", Ea, [
2107
+ (p = d.billede) != null && p.url ? (O(), N("div", {
2108
+ key: 0,
2109
+ role: "img",
2110
+ "aria-label": d.billede.label,
2111
+ class: "card-picture",
2112
+ "data-src": (s = d.billede) == null ? void 0 : s.url,
2113
+ lazy: "loaded",
2114
+ "data-testid": "billede",
2115
+ style: C0({ backgroundImage: `url('${(o = d.billede) == null ? void 0 : o.url}')` })
2116
+ }, null, 12, ka)) : (O(), N("div", La))
2117
+ ])
2118
+ ]),
2119
+ B("div", za, [
2120
+ B("div", null, [
2121
+ B("div", Ma, [
2122
+ d.label ? (O(), N("div", Sa, [
2123
+ B("p", Aa, Y(d.label), 1)
2124
+ ])) : ne("", !0),
2125
+ B("div", Ha, [
2126
+ B("h3", Va, Y(d.header), 1)
2127
+ ]),
2128
+ B("pre", Ba, [
2129
+ fe(" "),
2130
+ me(L.$slots, "text", {}, void 0, !0),
2131
+ fe(`
2132
+ `)
2133
+ ])
2134
+ ])
2135
+ ]),
2136
+ d.linkText ? (O(), N("div", ja, [
2137
+ B("div", {
2138
+ class: he(["fremhaevet-link", { "line-limit": !0 }]),
2139
+ "data-testid": "link"
2140
+ }, [
2141
+ B("span", Oa, Y(d.linkText), 1),
2142
+ re(ve, {
2143
+ icon: d.external ? "openInNew" : "highlightArrow",
2144
+ class: he({
2145
+ "external-link-icon": d.external,
2146
+ "link-icon": !0
2147
+ })
2148
+ }, null, 8, ["icon", "class"])
2149
+ ])
2150
+ ])) : ne("", !0)
2151
+ ])
2152
+ ], 10, xa)
2153
+ ]);
2154
+ };
2155
+ }
2156
+ }), ar = /* @__PURE__ */ $e(Na, [["__scopeId", "data-v-e6002fa1"]]), Ta = { class: "udvidet-cardgruppe" }, Da = {
2157
+ class: "udvidet-cardgruppe__titel mt-0 mb-6",
2158
+ "data-testid": "titel"
2159
+ }, Pa = { class: "row cardrow" }, sr = /* @__PURE__ */ be({
2160
+ __name: "VgCardGroup",
2161
+ props: {
2162
+ titel: {
2163
+ type: String,
2164
+ required: !1,
2165
+ default: void 0
2166
+ }
2167
+ },
2168
+ setup(d) {
2169
+ return (L, e) => (O(), N("div", Ta, [
2170
+ B("h2", Da, Y(d.titel), 1),
2171
+ B("div", Pa, [
2172
+ me(L.$slots, "default")
2173
+ ])
2174
+ ]));
2175
+ }
2176
+ }), $a = {}, Ia = {
2177
+ class: "applikation-container",
2178
+ "data-testid": "applikation-container"
2179
+ };
2180
+ function qa(d, L) {
2181
+ return O(), N("div", Ia, [
2182
+ me(d.$slots, "default")
2183
+ ]);
2184
+ }
2185
+ const ir = /* @__PURE__ */ $e($a, [["render", qa]]), Fa = (d) => (L0("data-v-4868f8d1"), d = d(), z0(), d), Ra = { class: "udvidet-cardgruppe udvidet-cardgruppe-liste px-0" }, Za = { class: "row cardrow" }, Ga = {
2186
+ key: 0,
2187
+ class: "d-flex justify-content-center"
2188
+ }, Ua = { key: 0 }, Ya = /* @__PURE__ */ Fa(() => /* @__PURE__ */ B("div", { class: "spinner" }, null, -1)), Wa = /* @__PURE__ */ be({
2189
+ __name: "VgListe",
2190
+ props: {
2191
+ titel: {
2192
+ type: String,
2193
+ required: !1,
2194
+ default: void 0
2195
+ },
2196
+ antal: {
2197
+ type: Number,
2198
+ required: !0
2199
+ },
2200
+ useSpinner: {
2201
+ type: Boolean,
2202
+ default: !0
2203
+ },
2204
+ dataSlice: {
2205
+ type: Array,
2206
+ required: !0
2207
+ }
2208
+ },
2209
+ emits: ["load-slice"],
2210
+ setup(d, { emit: L }) {
2211
+ const e = d, i = _t("$t"), p = N2(!1), s = pe(() => i("content.applikation.cardliste.results.text", [e.dataSlice.length, e.antal ?? 0])), o = () => {
2212
+ p.value = !0, L("load-slice");
2213
+ };
2214
+ return E0(
2215
+ () => e.dataSlice,
2216
+ async (t, a) => {
2217
+ if (t > a) {
2218
+ p.value = !1, await k0();
2219
+ const r = document.querySelector(".applikation-container .udvidet-cardgruppe-liste");
2220
+ r == null || r.querySelectorAll(".udvidet-cardgruppe-card")[a.length].focus();
2221
+ }
2222
+ }
2223
+ ), (t, a) => (O(), N("div", null, [
2224
+ B("div", Ra, [
2225
+ B("p", null, Y(s.value), 1),
2226
+ B("div", Za, [
2227
+ me(t.$slots, "default", {}, void 0, !0)
2228
+ ])
2229
+ ]),
2230
+ d.antal > d.dataSlice.length ? (O(), N("div", Ga, [
2231
+ d.useSpinner && p.value ? (O(), N("div", Ua, [
2232
+ me(t.$slots, "spinner", {}, () => [
2233
+ Ya
2234
+ ], !0)
2235
+ ])) : (O(), N("button", {
2236
+ key: 1,
2237
+ class: "button centered-button button-secondary",
2238
+ type: "button",
2239
+ "data-testid": "button-load",
2240
+ onClick: o
2241
+ }, Y(K(i)("content.application.emnelandningside.button.visflere")), 1))
2242
+ ])) : ne("", !0)
2243
+ ]));
2244
+ }
2245
+ }), rr = /* @__PURE__ */ $e(Wa, [["__scopeId", "data-v-4868f8d1"]]), Ka = { class: "card-container" }, Xa = { class: "udvidet-card-container" }, Ja = ["title", "aria-label"], Qa = { class: "text-wrapper" }, es = { class: "text" }, ts = {
2246
+ key: 0,
2247
+ class: "label-container"
2248
+ }, ns = {
2249
+ class: "h6 m-0 show-spaces break-word",
2250
+ "data-testid": "label"
2251
+ }, os = { class: "card-titel" }, as = {
2252
+ class: "h4 line-limit mt-0 mb-3 break-word",
2253
+ "data-testid": "titel"
2254
+ }, ss = { class: "mt-0 mb-3 break-word line-limit" }, is = /* @__PURE__ */ be({
2255
+ __name: "VgListeCard",
2256
+ props: {
2257
+ label: {
2258
+ type: String,
2259
+ required: !1,
2260
+ default: void 0
2261
+ },
2262
+ titel: {
2263
+ type: String,
2264
+ required: !0
2265
+ }
2266
+ },
2267
+ setup(d) {
2268
+ return (L, e) => (O(), N("div", Ka, [
2269
+ B("div", Xa, [
2270
+ B("a", {
2271
+ role: "button",
2272
+ tabindex: "0",
2273
+ class: "udvidet-cardgruppe-card liste-layout",
2274
+ "data-testid": "link",
2275
+ title: d.titel,
2276
+ "aria-label": d.titel
2277
+ }, [
2278
+ B("div", Qa, [
2279
+ B("div", null, [
2280
+ B("div", es, [
2281
+ d.label ? (O(), N("div", ts, [
2282
+ B("p", ns, Y(d.label), 1)
2283
+ ])) : ne("", !0),
2284
+ B("div", os, [
2285
+ B("h3", as, Y(d.titel), 1)
2286
+ ]),
2287
+ B("pre", ss, [
2288
+ fe(" "),
2289
+ me(L.$slots, "default", {}, void 0, !0),
2290
+ fe(`
2291
+ `)
2292
+ ])
2293
+ ])
2294
+ ])
2295
+ ])
2296
+ ], 8, Ja)
2297
+ ])
2298
+ ]));
2299
+ }
2300
+ }), cr = /* @__PURE__ */ $e(is, [["__scopeId", "data-v-d3b0af08"]]);
2301
+ var rs = Math.ceil, cs = Math.max;
2302
+ function ls(d, L, e, i) {
2303
+ for (var p = -1, s = cs(rs((L - d) / (e || 1)), 0), o = Array(s); s--; )
2304
+ o[i ? s : ++p] = d, d += e;
2305
+ return o;
2306
+ }
2307
+ var us = ls;
2308
+ function ds(d, L) {
2309
+ return d === L || d !== d && L !== L;
2310
+ }
2311
+ var vs = ds, gs = typeof xe == "object" && xe && xe.Object === Object && xe, hs = gs, ps = hs, fs = typeof self == "object" && self && self.Object === Object && self, ms = ps || fs || Function("return this")(), bs = ms, ws = bs, _s = ws.Symbol, D2 = _s, A2 = D2, P2 = Object.prototype, ys = P2.hasOwnProperty, xs = P2.toString, Qe = A2 ? A2.toStringTag : void 0;
2312
+ function Cs(d) {
2313
+ var L = ys.call(d, Qe), e = d[Qe];
2314
+ try {
2315
+ d[Qe] = void 0;
2316
+ var i = !0;
2317
+ } catch {
2318
+ }
2319
+ var p = xs.call(d);
2320
+ return i && (L ? d[Qe] = e : delete d[Qe]), p;
2321
+ }
2322
+ var Es = Cs, ks = Object.prototype, Ls = ks.toString;
2323
+ function zs(d) {
2324
+ return Ls.call(d);
2325
+ }
2326
+ var Ms = zs, H2 = D2, Ss = Es, As = Ms, Hs = "[object Null]", Vs = "[object Undefined]", V2 = H2 ? H2.toStringTag : void 0;
2327
+ function Bs(d) {
2328
+ return d == null ? d === void 0 ? Vs : Hs : V2 && V2 in Object(d) ? Ss(d) : As(d);
2329
+ }
2330
+ var $2 = Bs;
2331
+ function js(d) {
2332
+ var L = typeof d;
2333
+ return d != null && (L == "object" || L == "function");
2334
+ }
2335
+ var Wt = js, Os = $2, Ns = Wt, Ts = "[object AsyncFunction]", Ds = "[object Function]", Ps = "[object GeneratorFunction]", $s = "[object Proxy]";
2336
+ function Is(d) {
2337
+ if (!Ns(d))
2338
+ return !1;
2339
+ var L = Os(d);
2340
+ return L == Ds || L == Ps || L == Ts || L == $s;
2341
+ }
2342
+ var qs = Is, Fs = 9007199254740991;
2343
+ function Rs(d) {
2344
+ return typeof d == "number" && d > -1 && d % 1 == 0 && d <= Fs;
2345
+ }
2346
+ var Zs = Rs, Gs = qs, Us = Zs;
2347
+ function Ys(d) {
2348
+ return d != null && Us(d.length) && !Gs(d);
2349
+ }
2350
+ var Ws = Ys, Ks = 9007199254740991, Xs = /^(?:0|[1-9]\d*)$/;
2351
+ function Js(d, L) {
2352
+ var e = typeof d;
2353
+ return L = L ?? Ks, !!L && (e == "number" || e != "symbol" && Xs.test(d)) && d > -1 && d % 1 == 0 && d < L;
2354
+ }
2355
+ var Qs = Js, ei = vs, ti = Ws, ni = Qs, oi = Wt;
2356
+ function ai(d, L, e) {
2357
+ if (!oi(e))
2358
+ return !1;
2359
+ var i = typeof L;
2360
+ return (i == "number" ? ti(e) && ni(L, e.length) : i == "string" && L in e) ? ei(e[L], d) : !1;
2361
+ }
2362
+ var si = ai, ii = /\s/;
2363
+ function ri(d) {
2364
+ for (var L = d.length; L-- && ii.test(d.charAt(L)); )
2365
+ ;
2366
+ return L;
2367
+ }
2368
+ var ci = ri, li = ci, ui = /^\s+/;
2369
+ function di(d) {
2370
+ return d && d.slice(0, li(d) + 1).replace(ui, "");
2371
+ }
2372
+ var vi = di;
2373
+ function gi(d) {
2374
+ return d != null && typeof d == "object";
2375
+ }
2376
+ var hi = gi, pi = $2, fi = hi, mi = "[object Symbol]";
2377
+ function bi(d) {
2378
+ return typeof d == "symbol" || fi(d) && pi(d) == mi;
2379
+ }
2380
+ var wi = bi, _i = vi, B2 = Wt, yi = wi, j2 = NaN, xi = /^[-+]0x[0-9a-f]+$/i, Ci = /^0b[01]+$/i, Ei = /^0o[0-7]+$/i, ki = parseInt;
2381
+ function Li(d) {
2382
+ if (typeof d == "number")
2383
+ return d;
2384
+ if (yi(d))
2385
+ return j2;
2386
+ if (B2(d)) {
2387
+ var L = typeof d.valueOf == "function" ? d.valueOf() : d;
2388
+ d = B2(L) ? L + "" : L;
2389
+ }
2390
+ if (typeof d != "string")
2391
+ return d === 0 ? d : +d;
2392
+ d = _i(d);
2393
+ var e = Ci.test(d);
2394
+ return e || Ei.test(d) ? ki(d.slice(2), e ? 2 : 8) : xi.test(d) ? j2 : +d;
2395
+ }
2396
+ var zi = Li, Mi = zi, O2 = 1 / 0, Si = 17976931348623157e292;
2397
+ function Ai(d) {
2398
+ if (!d)
2399
+ return d === 0 ? d : 0;
2400
+ if (d = Mi(d), d === O2 || d === -O2) {
2401
+ var L = d < 0 ? -1 : 1;
2402
+ return L * Si;
2403
+ }
2404
+ return d === d ? d : 0;
2405
+ }
2406
+ var Hi = Ai, Vi = us, Bi = si, Zt = Hi;
2407
+ function ji(d) {
2408
+ return function(L, e, i) {
2409
+ return i && typeof i != "number" && Bi(L, e, i) && (e = i = void 0), L = Zt(L), e === void 0 ? (e = L, L = 0) : e = Zt(e), i = i === void 0 ? L < e ? 1 : -1 : Zt(i), Vi(L, e, i, d);
2410
+ };
2411
+ }
2412
+ var Oi = ji, Ni = Oi, Ti = Ni(), Di = Ti;
2413
+ const Pi = /* @__PURE__ */ la(Di), $i = ["aria-label"], Ii = {
2414
+ key: 0,
2415
+ class: "mobile d-flex",
2416
+ "data-testid": "mobile-container"
2417
+ }, qi = ["aria-label"], Fi = ["aria-label"], Ri = { class: "pagination-mobile" }, Zi = ["aria-label"], Gi = ["aria-label"], Ui = ["aria-label"], Yi = ["aria-label"], Wi = {
2418
+ key: 1,
2419
+ class: "dots"
2420
+ }, Ki = ["id", "aria-label", "onClick"], Xi = ["id", "aria-label"], Ji = ["id", "aria-label", "onClick"], Qi = {
2421
+ key: 0,
2422
+ class: "dots"
2423
+ }, er = ["id", "aria-label"], lr = /* @__PURE__ */ be({
2424
+ __name: "VgPagination",
2425
+ props: {
2426
+ currentPage: {
2427
+ type: Number,
2428
+ required: !0
2429
+ },
2430
+ pageCount: {
2431
+ type: Number,
2432
+ required: !0
2433
+ }
2434
+ },
2435
+ emits: ["toPage"],
2436
+ setup(d, { emit: L }) {
2437
+ const e = d, i = _t("$t"), p = pe(() => i("erhvervsfremme.content.application.pagination.mobile", [e.currentPage, e.pageCount])), s = pe(() => l.value < 768), o = pe(() => {
2438
+ let b;
2439
+ e.currentPage < 5 ? b = 1 : e.pageCount - e.currentPage < 3 ? b = e.pageCount - 4 : b = e.currentPage - 1;
2440
+ let h;
2441
+ return e.pageCount - e.currentPage < 4 ? h = e.pageCount : e.currentPage < 5 ? h = 5 : h = e.currentPage + 1, Pi(b, h + 1);
2442
+ }), t = pe(() => o.value.filter((b) => b < e.currentPage)), a = pe(() => o.value.filter((b) => b > e.currentPage)), r = () => {
2443
+ e.currentPage > 1 && g(e.currentPage - 1);
2444
+ }, c = () => {
2445
+ e.currentPage < e.pageCount && g(e.currentPage + 1);
2446
+ }, g = (b) => {
2447
+ L("toPage", b);
2448
+ }, l = N2(window.innerWidth), f = () => {
2449
+ l.value = window.innerWidth;
2450
+ };
2451
+ return window.addEventListener("resize", f), M0(() => {
2452
+ window.removeEventListener("resize", f);
2453
+ }), (b, h) => (O(), N("nav", {
2454
+ class: "pagination",
2455
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.label")
2456
+ }, [
2457
+ s.value ? (O(), N("div", Ii, [
2458
+ B("button", {
2459
+ id: "firstButton",
2460
+ class: he(["button button-arrow button-first", { hidden: d.currentPage === 1 }]),
2461
+ type: "button",
2462
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.first.button"),
2463
+ onClick: h[0] || (h[0] = (x) => g(1))
2464
+ }, [
2465
+ re(ve, {
2466
+ icon: "paginationFirstPage",
2467
+ focusable: "false",
2468
+ "aria-hidden": "true"
2469
+ })
2470
+ ], 10, qi),
2471
+ B("button", {
2472
+ id: "prevButton",
2473
+ class: he(["button button-arrow button-previous", { hidden: d.currentPage === 1 }]),
2474
+ type: "button",
2475
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.previous.button.aria_label"),
2476
+ onClick: r
2477
+ }, [
2478
+ re(ve, {
2479
+ icon: "paginationChevronLeft",
2480
+ focusable: "false",
2481
+ "aria-hidden": "true"
2482
+ })
2483
+ ], 10, Fi),
2484
+ B("span", Ri, Y(p.value), 1),
2485
+ B("button", {
2486
+ id: "nextButton",
2487
+ class: he(["button button-arrow button-next", { hidden: d.currentPage === d.pageCount }]),
2488
+ type: "button",
2489
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.next.button.aria_label"),
2490
+ onClick: c
2491
+ }, [
2492
+ re(ve, {
2493
+ icon: "paginationChevronRight",
2494
+ focusable: "false",
2495
+ "aria-hidden": "true"
2496
+ })
2497
+ ], 10, Zi),
2498
+ B("button", {
2499
+ id: "lastButton",
2500
+ class: he(["button button-arrow button-last", { hidden: d.currentPage === d.pageCount }]),
2501
+ type: "button",
2502
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.last.button.aria_label"),
2503
+ onClick: h[1] || (h[1] = (x) => g(d.pageCount))
2504
+ }, [
2505
+ re(ve, {
2506
+ icon: "paginationLastPage",
2507
+ focusable: "false",
2508
+ "aria-hidden": "true"
2509
+ })
2510
+ ], 10, Gi)
2511
+ ])) : (O(), N(ze, { key: 1 }, [
2512
+ B("button", {
2513
+ id: "prevButton",
2514
+ class: he(["button button-link mr-4", { hidden: d.currentPage === 1 }]),
2515
+ type: "button",
2516
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.backwards.button"),
2517
+ "data-testid": "button-forrige",
2518
+ onClick: r
2519
+ }, [
2520
+ re(ve, {
2521
+ icon: "paginationChevronLeft",
2522
+ focusable: "false",
2523
+ "aria-hidden": "true"
2524
+ }),
2525
+ fe(" " + Y(K(i)("erhvervsfremme.content.application.pagination.backwards.button")), 1)
2526
+ ], 10, Ui),
2527
+ d.currentPage > 4 ? (O(), N(ze, { key: 0 }, [
2528
+ d.pageCount > 5 ? (O(), N("button", {
2529
+ key: 0,
2530
+ id: "toPage-1",
2531
+ class: "button button-pagination",
2532
+ type: "button",
2533
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.goto") + 1,
2534
+ onClick: h[2] || (h[2] = (x) => g(1))
2535
+ }, " 1 ", 8, Yi)) : ne("", !0),
2536
+ d.pageCount > 6 ? (O(), N("div", Wi, "...")) : ne("", !0)
2537
+ ], 64)) : ne("", !0),
2538
+ (O(!0), N(ze, null, Gt(t.value, (x) => (O(), N("button", {
2539
+ id: `toPage-${x}`,
2540
+ key: x,
2541
+ class: "button button-pagination",
2542
+ type: "button",
2543
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.goto") + x,
2544
+ onClick: (E) => g(x)
2545
+ }, Y(x), 9, Ki))), 128)),
2546
+ B("button", {
2547
+ id: `toPage-${d.currentPage}`,
2548
+ class: "button button-pagination button-active",
2549
+ type: "button",
2550
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.currentpage") + d.currentPage
2551
+ }, Y(d.currentPage), 9, Xi),
2552
+ (O(!0), N(ze, null, Gt(a.value, (x) => (O(), N("button", {
2553
+ id: `toPage-${x}`,
2554
+ key: x,
2555
+ class: "button button-pagination",
2556
+ type: "button",
2557
+ "data-testid": "button-step",
2558
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.goto") + x,
2559
+ onClick: (E) => g(x)
2560
+ }, Y(x), 9, Ji))), 128)),
2561
+ d.pageCount - d.currentPage > 3 ? (O(), N(ze, { key: 1 }, [
2562
+ d.pageCount > 6 ? (O(), N("div", Qi, "...")) : ne("", !0),
2563
+ d.pageCount > 5 ? (O(), N("button", {
2564
+ key: 1,
2565
+ id: `toPage-${d.pageCount}`,
2566
+ class: "button button-pagination",
2567
+ type: "button",
2568
+ "aria-label": K(i)("erhvervsfremme.content.application.pagination.goto") + d.pageCount,
2569
+ onClick: h[3] || (h[3] = (x) => g(d.pageCount))
2570
+ }, Y(d.pageCount), 9, er)) : ne("", !0)
2571
+ ], 64)) : ne("", !0),
2572
+ B("button", {
2573
+ id: "nextButton",
2574
+ class: he(["button button-link ml-0", { hidden: d.currentPage === d.pageCount }]),
2575
+ type: "button",
2576
+ "data-testid": "button-naeste",
2577
+ onClick: c
2578
+ }, [
2579
+ fe(Y(K(i)("erhvervsfremme.content.application.pagination.forwards.button")) + " ", 1),
2580
+ re(ve, {
2581
+ icon: "paginationChevronRight",
2582
+ focusable: "false",
2583
+ "aria-hidden": "true"
2584
+ })
2585
+ ], 2)
2586
+ ], 64))
2587
+ ], 8, $i));
2588
+ }
2589
+ });
2590
+ export {
2591
+ nr as VgAccordion,
2592
+ S2 as VgButton,
2593
+ or as VgButtons,
2594
+ ar as VgCard,
2595
+ sr as VgCardGroup,
2596
+ ir as VgDesignWrapper,
2597
+ ve as VgIcon,
2598
+ rr as VgListe,
2599
+ cr as VgListeCard,
2600
+ lr as VgPagination
2601
+ };