@universityofmaryland/web-components-library 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/dist/alert.js +2 -0
  2. package/dist/alert.js.LICENSE.txt +1 -0
  3. package/dist/assets/icons.d.ts +11 -0
  4. package/dist/assets/icons.d.ts.map +1 -0
  5. package/dist/assets/logos.d.ts +5 -0
  6. package/dist/assets/logos.d.ts.map +1 -0
  7. package/dist/assets/social.d.ts +6 -0
  8. package/dist/assets/social.d.ts.map +1 -0
  9. package/dist/card.js +2 -0
  10. package/dist/card.js.LICENSE.txt +1 -0
  11. package/dist/cardOverlay.js +2 -0
  12. package/dist/cardOverlay.js.LICENSE.txt +1 -0
  13. package/dist/carouselCards.js +2 -0
  14. package/dist/carouselCards.js.LICENSE.txt +1 -0
  15. package/dist/components/_example/component.d.ts +16 -0
  16. package/dist/components/_example/component.d.ts.map +1 -0
  17. package/dist/components/_example/elements/index.d.ts +5 -0
  18. package/dist/components/_example/elements/index.d.ts.map +1 -0
  19. package/dist/components/_example/globals.d.ts +5 -0
  20. package/dist/components/_example/globals.d.ts.map +1 -0
  21. package/dist/components/_example/index.d.ts +2 -0
  22. package/dist/components/_example/index.d.ts.map +1 -0
  23. package/dist/components/_example/services/events.d.ts +1 -0
  24. package/dist/components/_example/services/events.d.ts.map +1 -0
  25. package/dist/components/_example/services/helper.d.ts +1 -0
  26. package/dist/components/_example/services/helper.d.ts.map +1 -0
  27. package/dist/components/alert/component.d.ts +18 -0
  28. package/dist/components/alert/component.d.ts.map +1 -0
  29. package/dist/components/alert/elements/body.d.ts +6 -0
  30. package/dist/components/alert/elements/body.d.ts.map +1 -0
  31. package/dist/components/alert/elements/cta.d.ts +6 -0
  32. package/dist/components/alert/elements/cta.d.ts.map +1 -0
  33. package/dist/components/alert/elements/headline.d.ts +6 -0
  34. package/dist/components/alert/elements/headline.d.ts.map +1 -0
  35. package/dist/components/alert/elements/index.d.ts +7 -0
  36. package/dist/components/alert/elements/index.d.ts.map +1 -0
  37. package/dist/components/alert/globals.d.ts +16 -0
  38. package/dist/components/alert/globals.d.ts.map +1 -0
  39. package/dist/components/alert/index.d.ts +2 -0
  40. package/dist/components/alert/index.d.ts.map +1 -0
  41. package/dist/components/alert/services/events.d.ts +4 -0
  42. package/dist/components/alert/services/events.d.ts.map +1 -0
  43. package/dist/components/alert/services/helper.d.ts +3 -0
  44. package/dist/components/alert/services/helper.d.ts.map +1 -0
  45. package/dist/components/call-to-action/component.d.ts +19 -0
  46. package/dist/components/call-to-action/component.d.ts.map +1 -0
  47. package/dist/components/call-to-action/elements/index.d.ts +6 -0
  48. package/dist/components/call-to-action/elements/index.d.ts.map +1 -0
  49. package/dist/components/call-to-action/globals.d.ts +25 -0
  50. package/dist/components/call-to-action/globals.d.ts.map +1 -0
  51. package/dist/components/call-to-action/index.d.ts +2 -0
  52. package/dist/components/call-to-action/index.d.ts.map +1 -0
  53. package/dist/components/call-to-action/services/events.d.ts +5 -0
  54. package/dist/components/call-to-action/services/events.d.ts.map +1 -0
  55. package/dist/components/call-to-action/services/helper.d.ts +1 -0
  56. package/dist/components/call-to-action/services/helper.d.ts.map +1 -0
  57. package/dist/components/card/component.d.ts +18 -0
  58. package/dist/components/card/component.d.ts.map +1 -0
  59. package/dist/components/card/elements/body.d.ts +6 -0
  60. package/dist/components/card/elements/body.d.ts.map +1 -0
  61. package/dist/components/card/elements/image.d.ts +6 -0
  62. package/dist/components/card/elements/image.d.ts.map +1 -0
  63. package/dist/components/card/elements/index.d.ts +6 -0
  64. package/dist/components/card/elements/index.d.ts.map +1 -0
  65. package/dist/components/card/elements/intro.d.ts +6 -0
  66. package/dist/components/card/elements/intro.d.ts.map +1 -0
  67. package/dist/components/card/globals.d.ts +26 -0
  68. package/dist/components/card/globals.d.ts.map +1 -0
  69. package/dist/components/card/index.d.ts +2 -0
  70. package/dist/components/card/index.d.ts.map +1 -0
  71. package/dist/components/card/services/events.d.ts +1 -0
  72. package/dist/components/card/services/events.d.ts.map +1 -0
  73. package/dist/components/card/services/helper.d.ts +1 -0
  74. package/dist/components/card/services/helper.d.ts.map +1 -0
  75. package/dist/components/card-overlay/component.d.ts +16 -0
  76. package/dist/components/card-overlay/component.d.ts.map +1 -0
  77. package/dist/components/card-overlay/elements/content.d.ts +6 -0
  78. package/dist/components/card-overlay/elements/content.d.ts.map +1 -0
  79. package/dist/components/card-overlay/elements/cta-icon.d.ts +6 -0
  80. package/dist/components/card-overlay/elements/cta-icon.d.ts.map +1 -0
  81. package/dist/components/card-overlay/elements/cta.d.ts +6 -0
  82. package/dist/components/card-overlay/elements/cta.d.ts.map +1 -0
  83. package/dist/components/card-overlay/elements/image.d.ts +6 -0
  84. package/dist/components/card-overlay/elements/image.d.ts.map +1 -0
  85. package/dist/components/card-overlay/elements/index.d.ts +6 -0
  86. package/dist/components/card-overlay/elements/index.d.ts.map +1 -0
  87. package/dist/components/card-overlay/globals.d.ts +26 -0
  88. package/dist/components/card-overlay/globals.d.ts.map +1 -0
  89. package/dist/components/card-overlay/index.d.ts +2 -0
  90. package/dist/components/card-overlay/index.d.ts.map +1 -0
  91. package/dist/components/card-overlay/services/events.d.ts +1 -0
  92. package/dist/components/card-overlay/services/events.d.ts.map +1 -0
  93. package/dist/components/card-overlay/services/helper.d.ts +1 -0
  94. package/dist/components/card-overlay/services/helper.d.ts.map +1 -0
  95. package/dist/components/carousel-cards/component.d.ts +16 -0
  96. package/dist/components/carousel-cards/component.d.ts.map +1 -0
  97. package/dist/components/carousel-cards/elements/button.d.ts +7 -0
  98. package/dist/components/carousel-cards/elements/button.d.ts.map +1 -0
  99. package/dist/components/carousel-cards/elements/carousel.d.ts +6 -0
  100. package/dist/components/carousel-cards/elements/carousel.d.ts.map +1 -0
  101. package/dist/components/carousel-cards/elements/index.d.ts +10 -0
  102. package/dist/components/carousel-cards/elements/index.d.ts.map +1 -0
  103. package/dist/components/carousel-cards/elements/intro.d.ts +6 -0
  104. package/dist/components/carousel-cards/elements/intro.d.ts.map +1 -0
  105. package/dist/components/carousel-cards/globals.d.ts +22 -0
  106. package/dist/components/carousel-cards/globals.d.ts.map +1 -0
  107. package/dist/components/carousel-cards/index.d.ts +2 -0
  108. package/dist/components/carousel-cards/index.d.ts.map +1 -0
  109. package/dist/components/carousel-cards/services/events.d.ts +19 -0
  110. package/dist/components/carousel-cards/services/events.d.ts.map +1 -0
  111. package/dist/components/carousel-cards/services/helpers.d.ts +22 -0
  112. package/dist/components/carousel-cards/services/helpers.d.ts.map +1 -0
  113. package/dist/components/events-date/component.d.ts +15 -0
  114. package/dist/components/events-date/component.d.ts.map +1 -0
  115. package/dist/components/events-date/elements/index.d.ts +6 -0
  116. package/dist/components/events-date/elements/index.d.ts.map +1 -0
  117. package/dist/components/events-date/globals.d.ts +9 -0
  118. package/dist/components/events-date/globals.d.ts.map +1 -0
  119. package/dist/components/events-date/index.d.ts +2 -0
  120. package/dist/components/events-date/index.d.ts.map +1 -0
  121. package/dist/components/events-date/services/events.d.ts +1 -0
  122. package/dist/components/events-date/services/events.d.ts.map +1 -0
  123. package/dist/components/events-date/services/helpers.d.ts +1 -0
  124. package/dist/components/events-date/services/helpers.d.ts.map +1 -0
  125. package/dist/components/events-date-slider/component.d.ts +20 -0
  126. package/dist/components/events-date-slider/component.d.ts.map +1 -0
  127. package/dist/components/events-date-slider/elements/cover.d.ts +3 -0
  128. package/dist/components/events-date-slider/elements/cover.d.ts.map +1 -0
  129. package/dist/components/events-date-slider/elements/index.d.ts +10 -0
  130. package/dist/components/events-date-slider/elements/index.d.ts.map +1 -0
  131. package/dist/components/events-date-slider/elements/scroller/dates/button.d.ts +9 -0
  132. package/dist/components/events-date-slider/elements/scroller/dates/button.d.ts.map +1 -0
  133. package/dist/components/events-date-slider/elements/scroller/dates/index.d.ts +6 -0
  134. package/dist/components/events-date-slider/elements/scroller/dates/index.d.ts.map +1 -0
  135. package/dist/components/events-date-slider/elements/scroller/index.d.ts +6 -0
  136. package/dist/components/events-date-slider/elements/scroller/index.d.ts.map +1 -0
  137. package/dist/components/events-date-slider/elements/scroller/intro.d.ts +5 -0
  138. package/dist/components/events-date-slider/elements/scroller/intro.d.ts.map +1 -0
  139. package/dist/components/events-date-slider/globals.d.ts +18 -0
  140. package/dist/components/events-date-slider/globals.d.ts.map +1 -0
  141. package/dist/components/events-date-slider/index.d.ts +2 -0
  142. package/dist/components/events-date-slider/index.d.ts.map +1 -0
  143. package/dist/components/events-date-slider/services/events.d.ts +13 -0
  144. package/dist/components/events-date-slider/services/events.d.ts.map +1 -0
  145. package/dist/components/events-date-slider/services/helpers.d.ts +14 -0
  146. package/dist/components/events-date-slider/services/helpers.d.ts.map +1 -0
  147. package/dist/components/footer/component.d.ts +17 -0
  148. package/dist/components/footer/component.d.ts.map +1 -0
  149. package/dist/components/footer/elements/index.d.ts +6 -0
  150. package/dist/components/footer/elements/index.d.ts.map +1 -0
  151. package/dist/components/footer/elements/main-section/call-to-action.d.ts +6 -0
  152. package/dist/components/footer/elements/main-section/call-to-action.d.ts.map +1 -0
  153. package/dist/components/footer/elements/main-section/campaign.d.ts +7 -0
  154. package/dist/components/footer/elements/main-section/campaign.d.ts.map +1 -0
  155. package/dist/components/footer/elements/main-section/index.d.ts +6 -0
  156. package/dist/components/footer/elements/main-section/index.d.ts.map +1 -0
  157. package/dist/components/footer/elements/main-section/row-links/index.d.ts +8 -0
  158. package/dist/components/footer/elements/main-section/row-links/index.d.ts.map +1 -0
  159. package/dist/components/footer/elements/main-section/row-links/link-columns.d.ts +5 -0
  160. package/dist/components/footer/elements/main-section/row-links/link-columns.d.ts.map +1 -0
  161. package/dist/components/footer/elements/main-section/row-logo/contact.d.ts +6 -0
  162. package/dist/components/footer/elements/main-section/row-logo/contact.d.ts.map +1 -0
  163. package/dist/components/footer/elements/main-section/row-logo/index.d.ts +6 -0
  164. package/dist/components/footer/elements/main-section/row-logo/index.d.ts.map +1 -0
  165. package/dist/components/footer/elements/main-section/row-logo/logo.d.ts +6 -0
  166. package/dist/components/footer/elements/main-section/row-logo/logo.d.ts.map +1 -0
  167. package/dist/components/footer/elements/main-section/social.d.ts +7 -0
  168. package/dist/components/footer/elements/main-section/social.d.ts.map +1 -0
  169. package/dist/components/footer/elements/utility-section/index.d.ts +5 -0
  170. package/dist/components/footer/elements/utility-section/index.d.ts.map +1 -0
  171. package/dist/components/footer/globals.d.ts +28 -0
  172. package/dist/components/footer/globals.d.ts.map +1 -0
  173. package/dist/components/footer/index.d.ts +2 -0
  174. package/dist/components/footer/index.d.ts.map +1 -0
  175. package/dist/components/nav-drawer/component.d.ts +24 -0
  176. package/dist/components/nav-drawer/component.d.ts.map +1 -0
  177. package/dist/components/nav-drawer/elements/button.d.ts +6 -0
  178. package/dist/components/nav-drawer/elements/button.d.ts.map +1 -0
  179. package/dist/components/nav-drawer/elements/drawer/button-close.d.ts +6 -0
  180. package/dist/components/nav-drawer/elements/drawer/button-close.d.ts.map +1 -0
  181. package/dist/components/nav-drawer/elements/drawer/index.d.ts +6 -0
  182. package/dist/components/nav-drawer/elements/drawer/index.d.ts.map +1 -0
  183. package/dist/components/nav-drawer/elements/index.d.ts +6 -0
  184. package/dist/components/nav-drawer/elements/index.d.ts.map +1 -0
  185. package/dist/components/nav-drawer/elements/slider/child-slides.d.ts +6 -0
  186. package/dist/components/nav-drawer/elements/slider/child-slides.d.ts.map +1 -0
  187. package/dist/components/nav-drawer/elements/slider/index.d.ts +6 -0
  188. package/dist/components/nav-drawer/elements/slider/index.d.ts.map +1 -0
  189. package/dist/components/nav-drawer/elements/slider/primary-slide.d.ts +6 -0
  190. package/dist/components/nav-drawer/elements/slider/primary-slide.d.ts.map +1 -0
  191. package/dist/components/nav-drawer/elements/slider/slide-action.d.ts +7 -0
  192. package/dist/components/nav-drawer/elements/slider/slide-action.d.ts.map +1 -0
  193. package/dist/components/nav-drawer/globals.d.ts +24 -0
  194. package/dist/components/nav-drawer/globals.d.ts.map +1 -0
  195. package/dist/components/nav-drawer/index.d.ts +2 -0
  196. package/dist/components/nav-drawer/index.d.ts.map +1 -0
  197. package/dist/components/nav-drawer/services/events.d.ts +12 -0
  198. package/dist/components/nav-drawer/services/events.d.ts.map +1 -0
  199. package/dist/components/nav-drawer/services/helper.d.ts +1 -0
  200. package/dist/components/nav-drawer/services/helper.d.ts.map +1 -0
  201. package/dist/components/nav-item/component.d.ts +21 -0
  202. package/dist/components/nav-item/component.d.ts.map +1 -0
  203. package/dist/components/nav-item/elements/dropdown.d.ts +6 -0
  204. package/dist/components/nav-item/elements/dropdown.d.ts.map +1 -0
  205. package/dist/components/nav-item/elements/index.d.ts +6 -0
  206. package/dist/components/nav-item/elements/index.d.ts.map +1 -0
  207. package/dist/components/nav-item/elements/primary.d.ts +6 -0
  208. package/dist/components/nav-item/elements/primary.d.ts.map +1 -0
  209. package/dist/components/nav-item/globals.d.ts +18 -0
  210. package/dist/components/nav-item/globals.d.ts.map +1 -0
  211. package/dist/components/nav-item/index.d.ts +2 -0
  212. package/dist/components/nav-item/index.d.ts.map +1 -0
  213. package/dist/components/nav-item/services/events.d.ts +14 -0
  214. package/dist/components/nav-item/services/events.d.ts.map +1 -0
  215. package/dist/components/nav-item/services/helper.d.ts +8 -0
  216. package/dist/components/nav-item/services/helper.d.ts.map +1 -0
  217. package/dist/eventsDateSlider.js +2 -0
  218. package/dist/eventsDateSlider.js.LICENSE.txt +1 -0
  219. package/dist/footer.js +2 -0
  220. package/dist/footer.js.LICENSE.txt +1 -0
  221. package/dist/helpers/accessibility.d.ts +9 -0
  222. package/dist/helpers/accessibility.d.ts.map +1 -0
  223. package/dist/helpers/performance.d.ts +2 -0
  224. package/dist/helpers/performance.d.ts.map +1 -0
  225. package/dist/helpers/styles.d.ts +8 -0
  226. package/dist/helpers/styles.d.ts.map +1 -0
  227. package/dist/helpers/ui.d.ts +40 -0
  228. package/dist/helpers/ui.d.ts.map +1 -0
  229. package/dist/index.d.ts +3 -0
  230. package/dist/index.d.ts.map +1 -0
  231. package/dist/index.js +2 -0
  232. package/dist/index.js.LICENSE.txt +1 -0
  233. package/dist/navItem.js +2 -0
  234. package/dist/navItem.js.LICENSE.txt +1 -0
  235. package/package.json +22 -0
package/dist/alert.js ADDED
@@ -0,0 +1,2 @@
1
+ /*! For license information please see alert.js.LICENSE.txt */
2
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(()=>(()=>{var e={3502:e=>{"use strict";var t=/-(\w|$)/g,r=function(e,t){return t.toUpperCase()};e.exports=function(e){return"float"===(e=e.toLowerCase())?"cssFloat":45===e.charCodeAt(0)&&109===e.charCodeAt(1)&&115===e.charCodeAt(2)&&45===e.charCodeAt(3)?e.substr(1).replace(t,r):e.replace(t,r)}},767:e=>{"use strict";var t={}.hasOwnProperty,r=/[ -,\.\/:-@\[-\^`\{-~]/,n=/[ -,\.\/:-@\[\]\^`\{-~]/,i=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,s=function e(s,o){"single"!=(o=function(e,r){if(!e)return r;var n={};for(var i in r)n[i]=t.call(e,i)?e[i]:r[i];return n}(o,e.options)).quotes&&"double"!=o.quotes&&(o.quotes="single");for(var a="double"==o.quotes?'"':"'",l=o.isIdentifier,c=s.charAt(0),u="",p=0,h=s.length;p<h;){var f=s.charAt(p++),d=f.charCodeAt(),m=void 0;if(d<32||d>126){if(d>=55296&&d<=56319&&p<h){var y=s.charCodeAt(p++);56320==(64512&y)?d=((1023&d)<<10)+(1023&y)+65536:p--}m="\\"+d.toString(16).toUpperCase()+" "}else m=o.escapeEverything?r.test(f)?"\\"+f:"\\"+d.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(f)?"\\"+d.toString(16).toUpperCase()+" ":"\\"==f||!l&&('"'==f&&a==f||"'"==f&&a==f)||l&&n.test(f)?"\\"+f:f;u+=m}return l&&(/^-[-\d]/.test(u)?u="\\-"+u.slice(1):/\d/.test(c)&&(u="\\3"+c+" "+u.slice(1))),u=u.replace(i,(function(e,t,r){return t&&t.length%2?e:(t||"")+r})),!l&&o.wrap?a+u+a:u};s.options={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1},s.version="3.0.0",e.exports=s},4470:e=>{var t=String,r=function(){return{isColorSupported:!1,reset:t,bold:t,dim:t,italic:t,underline:t,inverse:t,hidden:t,strikethrough:t,black:t,red:t,green:t,yellow:t,blue:t,magenta:t,cyan:t,white:t,gray:t,bgBlack:t,bgRed:t,bgGreen:t,bgYellow:t,bgBlue:t,bgMagenta:t,bgCyan:t,bgWhite:t}};e.exports=r(),e.exports.createColors=r},9471:(e,t,r)=>{let n=r(5489),i=r(3287),s=r(2683);e.exports=function(e){let t=n(e);return async e=>{let r=await t.process(e,{parser:s,from:void 0});return i(r)}}},646:(e,t,r)=>{let n=r(4638),i=r(2683),s=r(9471),o=r(9039);e.exports={objectify:n,parse:i,async:s,sync:o}},4638:(e,t,r)=>{let n=r(3502),i={boxFlex:!0,boxFlexGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};function s(e){return void 0===e.nodes||o(e)}function o(e){let t,r={};return e.each((e=>{if("atrule"===e.type)t="@"+e.name,e.params&&(t+=" "+e.params),void 0===r[t]?r[t]=s(e):Array.isArray(r[t])?r[t].push(s(e)):r[t]=[r[t],s(e)];else if("rule"===e.type){let t=o(e);if(r[e.selector])for(let n in t)r[e.selector][n]=t[n];else r[e.selector]=t}else if("decl"===e.type){t="-"===e.prop[0]&&"-"===e.prop[1]||e.parent&&":export"===e.parent.selector?e.prop:n(e.prop);let s=e.value;!isNaN(e.value)&&i[t]&&(s=parseFloat(e.value)),e.important&&(s+=" !important"),void 0===r[t]?r[t]=s:Array.isArray(r[t])?r[t].push(s):r[t]=[r[t],s]}})),r}e.exports=o},2683:(e,t,r)=>{let n=r(5489),i=/\s*!important\s*$/i,s={"box-flex":!0,"box-flex-group":!0,"column-count":!0,flex:!0,"flex-grow":!0,"flex-positive":!0,"flex-shrink":!0,"flex-negative":!0,"font-weight":!0,"line-clamp":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"tab-size":!0,widows:!0,"z-index":!0,zoom:!0,"fill-opacity":!0,"stroke-dashoffset":!0,"stroke-opacity":!0,"stroke-width":!0};function o(e,t,r){!1!==r&&null!==r&&(t.startsWith("--")||(t=t.replace(/([A-Z])/g,"-$1").replace(/^ms-/,"-ms-").toLowerCase()),"number"==typeof r&&(0===r||s[t]?r=r.toString():r+="px"),"css-float"===t&&(t="float"),i.test(r)?(r=r.replace(i,""),e.push(n.decl({prop:t,value:r,important:!0}))):e.push(n.decl({prop:t,value:r})))}function a(e,t,r){let i=n.atRule({name:t[1],params:t[3]||""});"object"==typeof r&&(i.nodes=[],l(r,i)),e.push(i)}function l(e,t){let r,i,s;for(r in e)if(i=e[r],null!=i)if("@"===r[0]){let e=r.match(/@(\S+)(\s+([\W\w]*)\s*)?/);if(Array.isArray(i))for(let r of i)a(t,e,r);else a(t,e,i)}else if(Array.isArray(i))for(let e of i)o(t,r,e);else"object"==typeof i?(s=n.rule({selector:r}),l(i,s),t.push(s)):o(t,r,i)}e.exports=function(e){let t=n.root();return l(e,t),t}},3287:(e,t,r)=>{let n=r(4638);e.exports=function(e){return console&&console.warn&&e.warnings().forEach((e=>{let t=e.plugin||"PostCSS";console.warn(t+": "+e.text)})),n(e.root)}},9039:(e,t,r)=>{let n=r(5489),i=r(3287),s=r(2683);e.exports=function(e){let t=n(e);return e=>{let r=t.process(e,{parser:s,from:void 0});return i(r)}}},4925:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(7232))&&n.__esModule?n:{default:n},s=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=o(t);if(r&&r.has(e))return r.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if("default"!==s&&Object.prototype.hasOwnProperty.call(e,s)){var a=i?Object.getOwnPropertyDescriptor(e,s):null;a&&(a.get||a.set)?Object.defineProperty(n,s,a):n[s]=e[s]}return n.default=e,r&&r.set(e,n),n}(r(5408));function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(o=function(e){return e?r:t})(e)}var a=function(e){return new i.default(e)};Object.assign(a,s),delete a.__esModule;var l=a;t.default=l,e.exports=t.default},586:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i,s=O(r(4932)),o=O(r(6517)),a=O(r(8569)),l=O(r(6937)),c=O(r(2145)),u=O(r(5297)),p=O(r(4812)),h=O(r(4117)),f=S(r(1585)),d=O(r(2178)),m=O(r(4069)),y=O(r(7666)),g=O(r(7305)),b=S(r(1410)),v=S(r(6433)),w=S(r(9496)),x=r(4990);function k(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(k=function(e){return e?r:t})(e)}function S(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=k(t);if(r&&r.has(e))return r.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if("default"!==s&&Object.prototype.hasOwnProperty.call(e,s)){var o=i?Object.getOwnPropertyDescriptor(e,s):null;o&&(o.get||o.set)?Object.defineProperty(n,s,o):n[s]=e[s]}return n.default=e,r&&r.set(e,n),n}function O(e){return e&&e.__esModule?e:{default:e}}function _(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var T=((n={})[v.space]=!0,n[v.cr]=!0,n[v.feed]=!0,n[v.newline]=!0,n[v.tab]=!0,n),E=Object.assign({},T,((i={})[v.comment]=!0,i));function P(e){return{line:e[b.FIELDS.START_LINE],column:e[b.FIELDS.START_COL]}}function I(e){return{line:e[b.FIELDS.END_LINE],column:e[b.FIELDS.END_COL]}}function C(e,t,r,n){return{start:{line:e,column:t},end:{line:r,column:n}}}function A(e){return C(e[b.FIELDS.START_LINE],e[b.FIELDS.START_COL],e[b.FIELDS.END_LINE],e[b.FIELDS.END_COL])}function j(e,t){if(e)return C(e[b.FIELDS.START_LINE],e[b.FIELDS.START_COL],t[b.FIELDS.END_LINE],t[b.FIELDS.END_COL])}function L(e,t){var r=e[t];if("string"==typeof r)return-1!==r.indexOf("\\")&&((0,x.ensureObject)(e,"raws"),e[t]=(0,x.unesc)(r),void 0===e.raws[t]&&(e.raws[t]=r)),e}function M(e,t){for(var r=-1,n=[];-1!==(r=e.indexOf(t,r+1));)n.push(r);return n}var $=function(){function e(e,t){void 0===t&&(t={}),this.rule=e,this.options=Object.assign({lossy:!1,safe:!1},t),this.position=0,this.css="string"==typeof this.rule?this.rule:this.rule.selector,this.tokens=(0,b.default)({css:this.css,error:this._errorGenerator(),safe:this.options.safe});var r=j(this.tokens[0],this.tokens[this.tokens.length-1]);this.root=new s.default({source:r}),this.root.errorGenerator=this._errorGenerator();var n=new o.default({source:{start:{line:1,column:1}}});this.root.append(n),this.current=n,this.loop()}var t,r,n=e.prototype;return n._errorGenerator=function(){var e=this;return function(t,r){return"string"==typeof e.rule?new Error(t):e.rule.error(t,r)}},n.attribute=function(){var e=[],t=this.currToken;for(this.position++;this.position<this.tokens.length&&this.currToken[b.FIELDS.TYPE]!==v.closeSquare;)e.push(this.currToken),this.position++;if(this.currToken[b.FIELDS.TYPE]!==v.closeSquare)return this.expected("closing square bracket",this.currToken[b.FIELDS.START_POS]);var r=e.length,n={source:C(t[1],t[2],this.currToken[3],this.currToken[4]),sourceIndex:t[b.FIELDS.START_POS]};if(1===r&&!~[v.word].indexOf(e[0][b.FIELDS.TYPE]))return this.expected("attribute",e[0][b.FIELDS.START_POS]);for(var i=0,s="",o="",a=null,l=!1;i<r;){var c=e[i],u=this.content(c),p=e[i+1];switch(c[b.FIELDS.TYPE]){case v.space:if(l=!0,this.options.lossy)break;if(a){(0,x.ensureObject)(n,"spaces",a);var h=n.spaces[a].after||"";n.spaces[a].after=h+u;var d=(0,x.getProp)(n,"raws","spaces",a,"after")||null;d&&(n.raws.spaces[a].after=d+u)}else s+=u,o+=u;break;case v.asterisk:p[b.FIELDS.TYPE]===v.equals?(n.operator=u,a="operator"):n.namespace&&("namespace"!==a||l)||!p||(s&&((0,x.ensureObject)(n,"spaces","attribute"),n.spaces.attribute.before=s,s=""),o&&((0,x.ensureObject)(n,"raws","spaces","attribute"),n.raws.spaces.attribute.before=s,o=""),n.namespace=(n.namespace||"")+u,(0,x.getProp)(n,"raws","namespace")&&(n.raws.namespace+=u),a="namespace"),l=!1;break;case v.dollar:if("value"===a){var m=(0,x.getProp)(n,"raws","value");n.value+="$",m&&(n.raws.value=m+"$");break}case v.caret:p[b.FIELDS.TYPE]===v.equals&&(n.operator=u,a="operator"),l=!1;break;case v.combinator:if("~"===u&&p[b.FIELDS.TYPE]===v.equals&&(n.operator=u,a="operator"),"|"!==u){l=!1;break}p[b.FIELDS.TYPE]===v.equals?(n.operator=u,a="operator"):n.namespace||n.attribute||(n.namespace=!0),l=!1;break;case v.word:if(p&&"|"===this.content(p)&&e[i+2]&&e[i+2][b.FIELDS.TYPE]!==v.equals&&!n.operator&&!n.namespace)n.namespace=u,a="namespace";else if(!n.attribute||"attribute"===a&&!l)s&&((0,x.ensureObject)(n,"spaces","attribute"),n.spaces.attribute.before=s,s=""),o&&((0,x.ensureObject)(n,"raws","spaces","attribute"),n.raws.spaces.attribute.before=o,o=""),n.attribute=(n.attribute||"")+u,(0,x.getProp)(n,"raws","attribute")&&(n.raws.attribute+=u),a="attribute";else if(!n.value&&""!==n.value||"value"===a&&!l&&!n.quoteMark){var y=(0,x.unesc)(u),g=(0,x.getProp)(n,"raws","value")||"",w=n.value||"";n.value=w+y,n.quoteMark=null,(y!==u||g)&&((0,x.ensureObject)(n,"raws"),n.raws.value=(g||w)+u),a="value"}else{var k="i"===u||"I"===u;!n.value&&""!==n.value||!n.quoteMark&&!l?(n.value||""===n.value)&&(a="value",n.value+=u,n.raws.value&&(n.raws.value+=u)):(n.insensitive=k,k&&"I"!==u||((0,x.ensureObject)(n,"raws"),n.raws.insensitiveFlag=u),a="insensitive",s&&((0,x.ensureObject)(n,"spaces","insensitive"),n.spaces.insensitive.before=s,s=""),o&&((0,x.ensureObject)(n,"raws","spaces","insensitive"),n.raws.spaces.insensitive.before=o,o=""))}l=!1;break;case v.str:if(!n.attribute||!n.operator)return this.error("Expected an attribute followed by an operator preceding the string.",{index:c[b.FIELDS.START_POS]});var S=(0,f.unescapeValue)(u),O=S.unescaped,_=S.quoteMark;n.value=O,n.quoteMark=_,a="value",(0,x.ensureObject)(n,"raws"),n.raws.value=u,l=!1;break;case v.equals:if(!n.attribute)return this.expected("attribute",c[b.FIELDS.START_POS],u);if(n.value)return this.error('Unexpected "=" found; an operator was already defined.',{index:c[b.FIELDS.START_POS]});n.operator=n.operator?n.operator+u:u,a="operator",l=!1;break;case v.comment:if(a)if(l||p&&p[b.FIELDS.TYPE]===v.space||"insensitive"===a){var T=(0,x.getProp)(n,"spaces",a,"after")||"",E=(0,x.getProp)(n,"raws","spaces",a,"after")||T;(0,x.ensureObject)(n,"raws","spaces",a),n.raws.spaces[a].after=E+u}else{var P=n[a]||"",I=(0,x.getProp)(n,"raws",a)||P;(0,x.ensureObject)(n,"raws"),n.raws[a]=I+u}else o+=u;break;default:return this.error('Unexpected "'+u+'" found.',{index:c[b.FIELDS.START_POS]})}i++}L(n,"attribute"),L(n,"namespace"),this.newNode(new f.default(n)),this.position++},n.parseWhitespaceEquivalentTokens=function(e){e<0&&(e=this.tokens.length);var t=this.position,r=[],n="",i=void 0;do{if(T[this.currToken[b.FIELDS.TYPE]])this.options.lossy||(n+=this.content());else if(this.currToken[b.FIELDS.TYPE]===v.comment){var s={};n&&(s.before=n,n=""),i=new l.default({value:this.content(),source:A(this.currToken),sourceIndex:this.currToken[b.FIELDS.START_POS],spaces:s}),r.push(i)}}while(++this.position<e);if(n)if(i)i.spaces.after=n;else if(!this.options.lossy){var o=this.tokens[t],a=this.tokens[this.position-1];r.push(new p.default({value:"",source:C(o[b.FIELDS.START_LINE],o[b.FIELDS.START_COL],a[b.FIELDS.END_LINE],a[b.FIELDS.END_COL]),sourceIndex:o[b.FIELDS.START_POS],spaces:{before:n,after:""}}))}return r},n.convertWhitespaceNodesToSpace=function(e,t){var r=this;void 0===t&&(t=!1);var n="",i="";return e.forEach((function(e){var s=r.lossySpace(e.spaces.before,t),o=r.lossySpace(e.rawSpaceBefore,t);n+=s+r.lossySpace(e.spaces.after,t&&0===s.length),i+=s+e.value+r.lossySpace(e.rawSpaceAfter,t&&0===o.length)})),i===n&&(i=void 0),{space:n,rawSpace:i}},n.isNamedCombinator=function(e){return void 0===e&&(e=this.position),this.tokens[e+0]&&this.tokens[e+0][b.FIELDS.TYPE]===v.slash&&this.tokens[e+1]&&this.tokens[e+1][b.FIELDS.TYPE]===v.word&&this.tokens[e+2]&&this.tokens[e+2][b.FIELDS.TYPE]===v.slash},n.namedCombinator=function(){if(this.isNamedCombinator()){var e=this.content(this.tokens[this.position+1]),t=(0,x.unesc)(e).toLowerCase(),r={};t!==e&&(r.value="/"+e+"/");var n=new m.default({value:"/"+t+"/",source:C(this.currToken[b.FIELDS.START_LINE],this.currToken[b.FIELDS.START_COL],this.tokens[this.position+2][b.FIELDS.END_LINE],this.tokens[this.position+2][b.FIELDS.END_COL]),sourceIndex:this.currToken[b.FIELDS.START_POS],raws:r});return this.position=this.position+3,n}this.unexpected()},n.combinator=function(){var e=this;if("|"===this.content())return this.namespace();var t=this.locateNextMeaningfulToken(this.position);if(!(t<0||this.tokens[t][b.FIELDS.TYPE]===v.comma)){var r,n=this.currToken,i=void 0;if(t>this.position&&(i=this.parseWhitespaceEquivalentTokens(t)),this.isNamedCombinator()?r=this.namedCombinator():this.currToken[b.FIELDS.TYPE]===v.combinator?(r=new m.default({value:this.content(),source:A(this.currToken),sourceIndex:this.currToken[b.FIELDS.START_POS]}),this.position++):T[this.currToken[b.FIELDS.TYPE]]||i||this.unexpected(),r){if(i){var s=this.convertWhitespaceNodesToSpace(i),o=s.space,a=s.rawSpace;r.spaces.before=o,r.rawSpaceBefore=a}}else{var l=this.convertWhitespaceNodesToSpace(i,!0),c=l.space,u=l.rawSpace;u||(u=c);var p={},h={spaces:{}};c.endsWith(" ")&&u.endsWith(" ")?(p.before=c.slice(0,c.length-1),h.spaces.before=u.slice(0,u.length-1)):c.startsWith(" ")&&u.startsWith(" ")?(p.after=c.slice(1),h.spaces.after=u.slice(1)):h.value=u,r=new m.default({value:" ",source:j(n,this.tokens[this.position-1]),sourceIndex:n[b.FIELDS.START_POS],spaces:p,raws:h})}return this.currToken&&this.currToken[b.FIELDS.TYPE]===v.space&&(r.spaces.after=this.optionalSpace(this.content()),this.position++),this.newNode(r)}var f=this.parseWhitespaceEquivalentTokens(t);if(f.length>0){var d=this.current.last;if(d){var y=this.convertWhitespaceNodesToSpace(f),g=y.space,w=y.rawSpace;void 0!==w&&(d.rawSpaceAfter+=w),d.spaces.after+=g}else f.forEach((function(t){return e.newNode(t)}))}},n.comma=function(){if(this.position===this.tokens.length-1)return this.root.trailingComma=!0,void this.position++;this.current._inferEndPosition();var e=new o.default({source:{start:P(this.tokens[this.position+1])}});this.current.parent.append(e),this.current=e,this.position++},n.comment=function(){var e=this.currToken;this.newNode(new l.default({value:this.content(),source:A(e),sourceIndex:e[b.FIELDS.START_POS]})),this.position++},n.error=function(e,t){throw this.root.error(e,t)},n.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[b.FIELDS.START_POS]})},n.missingParenthesis=function(){return this.expected("opening parenthesis",this.currToken[b.FIELDS.START_POS])},n.missingSquareBracket=function(){return this.expected("opening square bracket",this.currToken[b.FIELDS.START_POS])},n.unexpected=function(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[b.FIELDS.START_POS])},n.unexpectedPipe=function(){return this.error("Unexpected '|'.",this.currToken[b.FIELDS.START_POS])},n.namespace=function(){var e=this.prevToken&&this.content(this.prevToken)||!0;return this.nextToken[b.FIELDS.TYPE]===v.word?(this.position++,this.word(e)):this.nextToken[b.FIELDS.TYPE]===v.asterisk?(this.position++,this.universal(e)):void this.unexpectedPipe()},n.nesting=function(){if(this.nextToken&&"|"===this.content(this.nextToken))this.position++;else{var e=this.currToken;this.newNode(new y.default({value:this.content(),source:A(e),sourceIndex:e[b.FIELDS.START_POS]})),this.position++}},n.parentheses=function(){var e=this.current.last,t=1;if(this.position++,e&&e.type===w.PSEUDO){var r=new o.default({source:{start:P(this.tokens[this.position-1])}}),n=this.current;for(e.append(r),this.current=r;this.position<this.tokens.length&&t;)this.currToken[b.FIELDS.TYPE]===v.openParenthesis&&t++,this.currToken[b.FIELDS.TYPE]===v.closeParenthesis&&t--,t?this.parse():(this.current.source.end=I(this.currToken),this.current.parent.source.end=I(this.currToken),this.position++);this.current=n}else{for(var i,s=this.currToken,a="(";this.position<this.tokens.length&&t;)this.currToken[b.FIELDS.TYPE]===v.openParenthesis&&t++,this.currToken[b.FIELDS.TYPE]===v.closeParenthesis&&t--,i=this.currToken,a+=this.parseParenthesisToken(this.currToken),this.position++;e?e.appendToPropertyAndEscape("value",a,a):this.newNode(new p.default({value:a,source:C(s[b.FIELDS.START_LINE],s[b.FIELDS.START_COL],i[b.FIELDS.END_LINE],i[b.FIELDS.END_COL]),sourceIndex:s[b.FIELDS.START_POS]}))}if(t)return this.expected("closing parenthesis",this.currToken[b.FIELDS.START_POS])},n.pseudo=function(){for(var e=this,t="",r=this.currToken;this.currToken&&this.currToken[b.FIELDS.TYPE]===v.colon;)t+=this.content(),this.position++;return this.currToken?this.currToken[b.FIELDS.TYPE]!==v.word?this.expected(["pseudo-class","pseudo-element"],this.currToken[b.FIELDS.START_POS]):void this.splitWord(!1,(function(n,i){t+=n,e.newNode(new h.default({value:t,source:j(r,e.currToken),sourceIndex:r[b.FIELDS.START_POS]})),i>1&&e.nextToken&&e.nextToken[b.FIELDS.TYPE]===v.openParenthesis&&e.error("Misplaced parenthesis.",{index:e.nextToken[b.FIELDS.START_POS]})})):this.expected(["pseudo-class","pseudo-element"],this.position-1)},n.space=function(){var e=this.content();0===this.position||this.prevToken[b.FIELDS.TYPE]===v.comma||this.prevToken[b.FIELDS.TYPE]===v.openParenthesis||this.current.nodes.every((function(e){return"comment"===e.type}))?(this.spaces=this.optionalSpace(e),this.position++):this.position===this.tokens.length-1||this.nextToken[b.FIELDS.TYPE]===v.comma||this.nextToken[b.FIELDS.TYPE]===v.closeParenthesis?(this.current.last.spaces.after=this.optionalSpace(e),this.position++):this.combinator()},n.string=function(){var e=this.currToken;this.newNode(new p.default({value:this.content(),source:A(e),sourceIndex:e[b.FIELDS.START_POS]})),this.position++},n.universal=function(e){var t=this.nextToken;if(t&&"|"===this.content(t))return this.position++,this.namespace();var r=this.currToken;this.newNode(new d.default({value:this.content(),source:A(r),sourceIndex:r[b.FIELDS.START_POS]}),e),this.position++},n.splitWord=function(e,t){for(var r=this,n=this.nextToken,i=this.content();n&&~[v.dollar,v.caret,v.equals,v.word].indexOf(n[b.FIELDS.TYPE]);){this.position++;var s=this.content();if(i+=s,s.lastIndexOf("\\")===s.length-1){var o=this.nextToken;o&&o[b.FIELDS.TYPE]===v.space&&(i+=this.requiredSpace(this.content(o)),this.position++)}n=this.nextToken}var l=M(i,".").filter((function(e){var t="\\"===i[e-1],r=/^\d+\.\d+%$/.test(i);return!t&&!r})),p=M(i,"#").filter((function(e){return"\\"!==i[e-1]})),h=M(i,"#{");h.length&&(p=p.filter((function(e){return!~h.indexOf(e)})));var f=(0,g.default)(function(){var e=Array.prototype.concat.apply([],arguments);return e.filter((function(t,r){return r===e.indexOf(t)}))}([0].concat(l,p)));f.forEach((function(n,s){var o,h=f[s+1]||i.length,d=i.slice(n,h);if(0===s&&t)return t.call(r,d,f.length);var m=r.currToken,y=m[b.FIELDS.START_POS]+f[s],g=C(m[1],m[2]+n,m[3],m[2]+(h-1));if(~l.indexOf(n)){var v={value:d.slice(1),source:g,sourceIndex:y};o=new a.default(L(v,"value"))}else if(~p.indexOf(n)){var w={value:d.slice(1),source:g,sourceIndex:y};o=new c.default(L(w,"value"))}else{var x={value:d,source:g,sourceIndex:y};L(x,"value"),o=new u.default(x)}r.newNode(o,e),e=null})),this.position++},n.word=function(e){var t=this.nextToken;return t&&"|"===this.content(t)?(this.position++,this.namespace()):this.splitWord(e)},n.loop=function(){for(;this.position<this.tokens.length;)this.parse(!0);return this.current._inferEndPosition(),this.root},n.parse=function(e){switch(this.currToken[b.FIELDS.TYPE]){case v.space:this.space();break;case v.comment:this.comment();break;case v.openParenthesis:this.parentheses();break;case v.closeParenthesis:e&&this.missingParenthesis();break;case v.openSquare:this.attribute();break;case v.dollar:case v.caret:case v.equals:case v.word:this.word();break;case v.colon:this.pseudo();break;case v.comma:this.comma();break;case v.asterisk:this.universal();break;case v.ampersand:this.nesting();break;case v.slash:case v.combinator:this.combinator();break;case v.str:this.string();break;case v.closeSquare:this.missingSquareBracket();case v.semicolon:this.missingBackslash();default:this.unexpected()}},n.expected=function(e,t,r){if(Array.isArray(e)){var n=e.pop();e=e.join(", ")+" or "+n}var i=/^[aeiou]/.test(e[0])?"an":"a";return r?this.error("Expected "+i+" "+e+', found "'+r+'" instead.',{index:t}):this.error("Expected "+i+" "+e+".",{index:t})},n.requiredSpace=function(e){return this.options.lossy?" ":e},n.optionalSpace=function(e){return this.options.lossy?"":e},n.lossySpace=function(e,t){return this.options.lossy?t?" ":"":e},n.parseParenthesisToken=function(e){var t=this.content(e);return e[b.FIELDS.TYPE]===v.space?this.requiredSpace(t):t},n.newNode=function(e,t){return t&&(/^ +$/.test(t)&&(this.options.lossy||(this.spaces=(this.spaces||"")+t),t=!0),e.namespace=t,L(e,"namespace")),this.spaces&&(e.spaces.before=this.spaces,this.spaces=""),this.current.append(e)},n.content=function(e){return void 0===e&&(e=this.currToken),this.css.slice(e[b.FIELDS.START_POS],e[b.FIELDS.END_POS])},n.locateNextMeaningfulToken=function(e){void 0===e&&(e=this.position+1);for(var t=e;t<this.tokens.length;){if(!E[this.tokens[t][b.FIELDS.TYPE]])return t;t++}return-1},t=e,(r=[{key:"currToken",get:function(){return this.tokens[this.position]}},{key:"nextToken",get:function(){return this.tokens[this.position+1]}},{key:"prevToken",get:function(){return this.tokens[this.position-1]}}])&&_(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();t.default=$,e.exports=t.default},7232:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(586))&&n.__esModule?n:{default:n},s=function(){function e(e,t){this.func=e||function(){},this.funcRes=null,this.options=t}var t=e.prototype;return t._shouldUpdateSelector=function(e,t){return void 0===t&&(t={}),!1!==Object.assign({},this.options,t).updateSelector&&"string"!=typeof e},t._isLossy=function(e){return void 0===e&&(e={}),!1===Object.assign({},this.options,e).lossless},t._root=function(e,t){return void 0===t&&(t={}),new i.default(e,this._parseOptions(t)).root},t._parseOptions=function(e){return{lossy:this._isLossy(e)}},t._run=function(e,t){var r=this;return void 0===t&&(t={}),new Promise((function(n,i){try{var s=r._root(e,t);Promise.resolve(r.func(s)).then((function(n){var i=void 0;return r._shouldUpdateSelector(e,t)&&(i=s.toString(),e.selector=i),{transform:n,root:s,string:i}})).then(n,i)}catch(e){return void i(e)}}))},t._runSync=function(e,t){void 0===t&&(t={});var r=this._root(e,t),n=this.func(r);if(n&&"function"==typeof n.then)throw new Error("Selector processor returned a promise to a synchronous call.");var i=void 0;return t.updateSelector&&"string"!=typeof e&&(i=r.toString(),e.selector=i),{transform:n,root:r,string:i}},t.ast=function(e,t){return this._run(e,t).then((function(e){return e.root}))},t.astSync=function(e,t){return this._runSync(e,t).root},t.transform=function(e,t){return this._run(e,t).then((function(e){return e.transform}))},t.transformSync=function(e,t){return this._runSync(e,t).transform},t.process=function(e,t){return this._run(e,t).then((function(e){return e.string||e.root.toString()}))},t.processSync=function(e,t){var r=this._runSync(e,t);return r.string||r.root.toString()},e}();t.default=s,e.exports=t.default},1585:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0,t.unescapeValue=y;var n,i=l(r(767)),s=l(r(8936)),o=l(r(8773)),a=r(9496);function l(e){return e&&e.__esModule?e:{default:e}}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function u(e,t){return u=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},u(e,t)}var p=r(5803),h=/^('|")([^]*)\1$/,f=p((function(){}),"Assigning an attribute a value containing characters that might need to be escaped is deprecated. Call attribute.setValue() instead."),d=p((function(){}),"Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead."),m=p((function(){}),"Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now.");function y(e){var t=!1,r=null,n=e,i=n.match(h);return i&&(r=i[1],n=i[2]),(n=(0,s.default)(n))!==e&&(t=!0),{deprecatedUsage:t,unescaped:n,quoteMark:r}}var g=function(e){var t,r;function n(t){var r;return void 0===t&&(t={}),r=e.call(this,function(e){if(void 0!==e.quoteMark)return e;if(void 0===e.value)return e;m();var t=y(e.value),r=t.quoteMark,n=t.unescaped;return e.raws||(e.raws={}),void 0===e.raws.value&&(e.raws.value=e.value),e.value=n,e.quoteMark=r,e}(t))||this,r.type=a.ATTRIBUTE,r.raws=r.raws||{},Object.defineProperty(r.raws,"unquoted",{get:p((function(){return r.value}),"attr.raws.unquoted is deprecated. Call attr.value instead."),set:p((function(){return r.value}),"Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default now.")}),r._constructed=!0,r}r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,u(t,r);var s,o,l=n.prototype;return l.getQuotedValue=function(e){void 0===e&&(e={});var t=this._determineQuoteMark(e),r=b[t];return(0,i.default)(this._value,r)},l._determineQuoteMark=function(e){return e.smart?this.smartQuoteMark(e):this.preferredQuoteMark(e)},l.setValue=function(e,t){void 0===t&&(t={}),this._value=e,this._quoteMark=this._determineQuoteMark(t),this._syncRawValue()},l.smartQuoteMark=function(e){var t=this.value,r=t.replace(/[^']/g,"").length,s=t.replace(/[^"]/g,"").length;if(r+s===0){var o=(0,i.default)(t,{isIdentifier:!0});if(o===t)return n.NO_QUOTE;var a=this.preferredQuoteMark(e);if(a===n.NO_QUOTE){var l=this.quoteMark||e.quoteMark||n.DOUBLE_QUOTE,c=b[l];if((0,i.default)(t,c).length<o.length)return l}return a}return s===r?this.preferredQuoteMark(e):s<r?n.DOUBLE_QUOTE:n.SINGLE_QUOTE},l.preferredQuoteMark=function(e){var t=e.preferCurrentQuoteMark?this.quoteMark:e.quoteMark;return void 0===t&&(t=e.preferCurrentQuoteMark?e.quoteMark:this.quoteMark),void 0===t&&(t=n.DOUBLE_QUOTE),t},l._syncRawValue=function(){var e=(0,i.default)(this._value,b[this.quoteMark]);e===this._value?this.raws&&delete this.raws.value:this.raws.value=e},l._handleEscapes=function(e,t){if(this._constructed){var r=(0,i.default)(t,{isIdentifier:!0});r!==t?this.raws[e]=r:delete this.raws[e]}},l._spacesFor=function(e){var t=this.spaces[e]||{},r=this.raws.spaces&&this.raws.spaces[e]||{};return Object.assign({before:"",after:""},t,r)},l._stringFor=function(e,t,r){void 0===t&&(t=e),void 0===r&&(r=v);var n=this._spacesFor(t);return r(this.stringifyProperty(e),n)},l.offsetOf=function(e){var t=1,r=this._spacesFor("attribute");if(t+=r.before.length,"namespace"===e||"ns"===e)return this.namespace?t:-1;if("attributeNS"===e)return t;if(t+=this.namespaceString.length,this.namespace&&(t+=1),"attribute"===e)return t;t+=this.stringifyProperty("attribute").length,t+=r.after.length;var n=this._spacesFor("operator");t+=n.before.length;var i=this.stringifyProperty("operator");if("operator"===e)return i?t:-1;t+=i.length,t+=n.after.length;var s=this._spacesFor("value");t+=s.before.length;var o=this.stringifyProperty("value");return"value"===e?o?t:-1:(t+=o.length,t+=s.after.length,t+=this._spacesFor("insensitive").before.length,"insensitive"===e&&this.insensitive?t:-1)},l.toString=function(){var e=this,t=[this.rawSpaceBefore,"["];return t.push(this._stringFor("qualifiedAttribute","attribute")),this.operator&&(this.value||""===this.value)&&(t.push(this._stringFor("operator")),t.push(this._stringFor("value")),t.push(this._stringFor("insensitiveFlag","insensitive",(function(t,r){return!(t.length>0)||e.quoted||0!==r.before.length||e.spaces.value&&e.spaces.value.after||(r.before=" "),v(t,r)})))),t.push("]"),t.push(this.rawSpaceAfter),t.join("")},s=n,(o=[{key:"quoted",get:function(){var e=this.quoteMark;return"'"===e||'"'===e},set:function(e){d()}},{key:"quoteMark",get:function(){return this._quoteMark},set:function(e){this._constructed?this._quoteMark!==e&&(this._quoteMark=e,this._syncRawValue()):this._quoteMark=e}},{key:"qualifiedAttribute",get:function(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function(){return this.insensitive?"i":""}},{key:"value",get:function(){return this._value},set:function(e){if(this._constructed){var t=y(e),r=t.deprecatedUsage,n=t.unescaped,i=t.quoteMark;if(r&&f(),n===this._value&&i===this._quoteMark)return;this._value=n,this._quoteMark=i,this._syncRawValue()}else this._value=e}},{key:"insensitive",get:function(){return this._insensitive},set:function(e){e||(this._insensitive=!1,!this.raws||"I"!==this.raws.insensitiveFlag&&"i"!==this.raws.insensitiveFlag||(this.raws.insensitiveFlag=void 0)),this._insensitive=e}},{key:"attribute",get:function(){return this._attribute},set:function(e){this._handleEscapes("attribute",e),this._attribute=e}}])&&c(s.prototype,o),Object.defineProperty(s,"prototype",{writable:!1}),n}(o.default);t.default=g,g.NO_QUOTE=null,g.SINGLE_QUOTE="'",g.DOUBLE_QUOTE='"';var b=((n={"'":{quotes:"single",wrap:!0},'"':{quotes:"double",wrap:!0}}).null={isIdentifier:!0},n);function v(e,t){return""+t.before+e+t.after}},8569:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n=a(r(767)),i=r(4990),s=a(r(1482)),o=r(9496);function a(e){return e&&e.__esModule?e:{default:e}}function l(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function c(e,t){return c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},c(e,t)}var u=function(e){var t,r,s,a;function u(t){var r;return(r=e.call(this,t)||this).type=o.CLASS,r._constructed=!0,r}return r=e,(t=u).prototype=Object.create(r.prototype),t.prototype.constructor=t,c(t,r),u.prototype.valueToString=function(){return"."+e.prototype.valueToString.call(this)},s=u,(a=[{key:"value",get:function(){return this._value},set:function(e){if(this._constructed){var t=(0,n.default)(e,{isIdentifier:!0});t!==e?((0,i.ensureObject)(this,"raws"),this.raws.value=t):this.raws&&delete this.raws.value}this._value=e}}])&&l(s.prototype,a),Object.defineProperty(s,"prototype",{writable:!1}),u}(s.default);t.default=u,e.exports=t.default},4069:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1482))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.COMBINATOR,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},6937:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1482))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.COMMENT,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},7432:(e,t,r)=>{"use strict";t.__esModule=!0,t.universal=t.tag=t.string=t.selector=t.root=t.pseudo=t.nesting=t.id=t.comment=t.combinator=t.className=t.attribute=void 0;var n=m(r(1585)),i=m(r(8569)),s=m(r(4069)),o=m(r(6937)),a=m(r(2145)),l=m(r(7666)),c=m(r(4117)),u=m(r(4932)),p=m(r(6517)),h=m(r(4812)),f=m(r(5297)),d=m(r(2178));function m(e){return e&&e.__esModule?e:{default:e}}t.attribute=function(e){return new n.default(e)},t.className=function(e){return new i.default(e)},t.combinator=function(e){return new s.default(e)},t.comment=function(e){return new o.default(e)},t.id=function(e){return new a.default(e)},t.nesting=function(e){return new l.default(e)},t.pseudo=function(e){return new c.default(e)},t.root=function(e){return new u.default(e)},t.selector=function(e){return new p.default(e)},t.string=function(e){return new h.default(e)},t.tag=function(e){return new f.default(e)},t.universal=function(e){return new d.default(e)}},1348:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1482))&&n.__esModule?n:{default:n},s=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=o(t);if(r&&r.has(e))return r.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if("default"!==s&&Object.prototype.hasOwnProperty.call(e,s)){var a=i?Object.getOwnPropertyDescriptor(e,s):null;a&&(a.get||a.set)?Object.defineProperty(n,s,a):n[s]=e[s]}return n.default=e,r&&r.set(e,n),n}(r(9496));function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(o=function(e){return e?r:t})(e)}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function l(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function c(e,t){return c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},c(e,t)}var u=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).nodes||(r.nodes=[]),r}r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,c(t,r);var i,o,u=n.prototype;return u.append=function(e){return e.parent=this,this.nodes.push(e),this},u.prepend=function(e){return e.parent=this,this.nodes.unshift(e),this},u.at=function(e){return this.nodes[e]},u.index=function(e){return"number"==typeof e?e:this.nodes.indexOf(e)},u.removeChild=function(e){var t;for(var r in e=this.index(e),this.at(e).parent=void 0,this.nodes.splice(e,1),this.indexes)(t=this.indexes[r])>=e&&(this.indexes[r]=t-1);return this},u.removeAll=function(){for(var e,t=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(this.nodes);!(e=t()).done;)e.value.parent=void 0;return this.nodes=[],this},u.empty=function(){return this.removeAll()},u.insertAfter=function(e,t){t.parent=this;var r,n=this.index(e);for(var i in this.nodes.splice(n+1,0,t),t.parent=this,this.indexes)n<=(r=this.indexes[i])&&(this.indexes[i]=r+1);return this},u.insertBefore=function(e,t){t.parent=this;var r,n=this.index(e);for(var i in this.nodes.splice(n,0,t),t.parent=this,this.indexes)(r=this.indexes[i])<=n&&(this.indexes[i]=r+1);return this},u._findChildAtPosition=function(e,t){var r=void 0;return this.each((function(n){if(n.atPosition){var i=n.atPosition(e,t);if(i)return r=i,!1}else if(n.isAtPosition(e,t))return r=n,!1})),r},u.atPosition=function(e,t){return this.isAtPosition(e,t)?this._findChildAtPosition(e,t)||this:void 0},u._inferEndPosition=function(){this.last&&this.last.source&&this.last.source.end&&(this.source=this.source||{},this.source.end=this.source.end||{},Object.assign(this.source.end,this.last.source.end))},u.each=function(e){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var t=this.lastEach;if(this.indexes[t]=0,this.length){for(var r,n;this.indexes[t]<this.length&&(r=this.indexes[t],!1!==(n=e(this.at(r),r)));)this.indexes[t]+=1;return delete this.indexes[t],!1!==n&&void 0}},u.walk=function(e){return this.each((function(t,r){var n=e(t,r);if(!1!==n&&t.length&&(n=t.walk(e)),!1===n)return!1}))},u.walkAttributes=function(e){var t=this;return this.walk((function(r){if(r.type===s.ATTRIBUTE)return e.call(t,r)}))},u.walkClasses=function(e){var t=this;return this.walk((function(r){if(r.type===s.CLASS)return e.call(t,r)}))},u.walkCombinators=function(e){var t=this;return this.walk((function(r){if(r.type===s.COMBINATOR)return e.call(t,r)}))},u.walkComments=function(e){var t=this;return this.walk((function(r){if(r.type===s.COMMENT)return e.call(t,r)}))},u.walkIds=function(e){var t=this;return this.walk((function(r){if(r.type===s.ID)return e.call(t,r)}))},u.walkNesting=function(e){var t=this;return this.walk((function(r){if(r.type===s.NESTING)return e.call(t,r)}))},u.walkPseudos=function(e){var t=this;return this.walk((function(r){if(r.type===s.PSEUDO)return e.call(t,r)}))},u.walkTags=function(e){var t=this;return this.walk((function(r){if(r.type===s.TAG)return e.call(t,r)}))},u.walkUniversals=function(e){var t=this;return this.walk((function(r){if(r.type===s.UNIVERSAL)return e.call(t,r)}))},u.split=function(e){var t=this,r=[];return this.reduce((function(n,i,s){var o=e.call(t,i);return r.push(i),o?(n.push(r),r=[]):s===t.length-1&&n.push(r),n}),[])},u.map=function(e){return this.nodes.map(e)},u.reduce=function(e,t){return this.nodes.reduce(e,t)},u.every=function(e){return this.nodes.every(e)},u.some=function(e){return this.nodes.some(e)},u.filter=function(e){return this.nodes.filter(e)},u.sort=function(e){return this.nodes.sort(e)},u.toString=function(){return this.map(String).join("")},i=n,(o=[{key:"first",get:function(){return this.at(0)}},{key:"last",get:function(){return this.at(this.length-1)}},{key:"length",get:function(){return this.nodes.length}}])&&l(i.prototype,o),Object.defineProperty(i,"prototype",{writable:!1}),n}(i.default);t.default=u,e.exports=t.default},9702:(e,t,r)=>{"use strict";t.__esModule=!0,t.isComment=t.isCombinator=t.isClassName=t.isAttribute=void 0,t.isContainer=function(e){return!(!o(e)||!e.walk)},t.isIdentifier=void 0,t.isNamespace=function(e){return l(e)||b(e)},t.isNesting=void 0,t.isNode=o,t.isPseudo=void 0,t.isPseudoClass=function(e){return d(e)&&!w(e)},t.isPseudoElement=w,t.isUniversal=t.isTag=t.isString=t.isSelector=t.isRoot=void 0;var n,i=r(9496),s=((n={})[i.ATTRIBUTE]=!0,n[i.CLASS]=!0,n[i.COMBINATOR]=!0,n[i.COMMENT]=!0,n[i.ID]=!0,n[i.NESTING]=!0,n[i.PSEUDO]=!0,n[i.ROOT]=!0,n[i.SELECTOR]=!0,n[i.STRING]=!0,n[i.TAG]=!0,n[i.UNIVERSAL]=!0,n);function o(e){return"object"==typeof e&&s[e.type]}function a(e,t){return o(t)&&t.type===e}var l=a.bind(null,i.ATTRIBUTE);t.isAttribute=l;var c=a.bind(null,i.CLASS);t.isClassName=c;var u=a.bind(null,i.COMBINATOR);t.isCombinator=u;var p=a.bind(null,i.COMMENT);t.isComment=p;var h=a.bind(null,i.ID);t.isIdentifier=h;var f=a.bind(null,i.NESTING);t.isNesting=f;var d=a.bind(null,i.PSEUDO);t.isPseudo=d;var m=a.bind(null,i.ROOT);t.isRoot=m;var y=a.bind(null,i.SELECTOR);t.isSelector=y;var g=a.bind(null,i.STRING);t.isString=g;var b=a.bind(null,i.TAG);t.isTag=b;var v=a.bind(null,i.UNIVERSAL);function w(e){return d(e)&&e.value&&(e.value.startsWith("::")||":before"===e.value.toLowerCase()||":after"===e.value.toLowerCase()||":first-letter"===e.value.toLowerCase()||":first-line"===e.value.toLowerCase())}t.isUniversal=v},2145:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1482))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.ID,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n.prototype.valueToString=function(){return"#"+e.prototype.valueToString.call(this)},n}(i.default);t.default=a,e.exports=t.default},5408:(e,t,r)=>{"use strict";t.__esModule=!0;var n=r(9496);Object.keys(n).forEach((function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===n[e]||(t[e]=n[e]))}));var i=r(7432);Object.keys(i).forEach((function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===i[e]||(t[e]=i[e]))}));var s=r(9702);Object.keys(s).forEach((function(e){"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===s[e]||(t[e]=s[e]))}))},8773:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n=s(r(767)),i=r(4990);function s(e){return e&&e.__esModule?e:{default:e}}function o(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}var l=function(e){var t,r;function s(){return e.apply(this,arguments)||this}r=e,(t=s).prototype=Object.create(r.prototype),t.prototype.constructor=t,a(t,r);var l,c,u=s.prototype;return u.qualifiedName=function(e){return this.namespace?this.namespaceString+"|"+e:e},u.valueToString=function(){return this.qualifiedName(e.prototype.valueToString.call(this))},l=s,(c=[{key:"namespace",get:function(){return this._namespace},set:function(e){if(!0===e||"*"===e||"&"===e)return this._namespace=e,void(this.raws&&delete this.raws.namespace);var t=(0,n.default)(e,{isIdentifier:!0});this._namespace=e,t!==e?((0,i.ensureObject)(this,"raws"),this.raws.namespace=t):this.raws&&delete this.raws.namespace}},{key:"ns",get:function(){return this._namespace},set:function(e){this.namespace=e}},{key:"namespaceString",get:function(){if(this.namespace){var e=this.stringifyProperty("namespace");return!0===e?"":e}return""}}])&&o(l.prototype,c),Object.defineProperty(l,"prototype",{writable:!1}),s}(s(r(1482)).default);t.default=l,e.exports=t.default},7666:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1482))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.NESTING,r.value="&",r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},1482:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n=r(4990);function i(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s=function e(t,r){if("object"!=typeof t||null===t)return t;var n=new t.constructor;for(var i in t)if(t.hasOwnProperty(i)){var s=t[i];"parent"===i&&"object"==typeof s?r&&(n[i]=r):n[i]=s instanceof Array?s.map((function(t){return e(t,n)})):e(s,n)}return n},o=function(){function e(e){void 0===e&&(e={}),Object.assign(this,e),this.spaces=this.spaces||{},this.spaces.before=this.spaces.before||"",this.spaces.after=this.spaces.after||""}var t,r,o=e.prototype;return o.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},o.replaceWith=function(){if(this.parent){for(var e in arguments)this.parent.insertBefore(this,arguments[e]);this.remove()}return this},o.next=function(){return this.parent.at(this.parent.index(this)+1)},o.prev=function(){return this.parent.at(this.parent.index(this)-1)},o.clone=function(e){void 0===e&&(e={});var t=s(this);for(var r in e)t[r]=e[r];return t},o.appendToPropertyAndEscape=function(e,t,r){this.raws||(this.raws={});var n=this[e],i=this.raws[e];this[e]=n+t,i||r!==t?this.raws[e]=(i||n)+r:delete this.raws[e]},o.setPropertyAndEscape=function(e,t,r){this.raws||(this.raws={}),this[e]=t,this.raws[e]=r},o.setPropertyWithoutEscape=function(e,t){this[e]=t,this.raws&&delete this.raws[e]},o.isAtPosition=function(e,t){if(this.source&&this.source.start&&this.source.end)return!(this.source.start.line>e||this.source.end.line<e||this.source.start.line===e&&this.source.start.column>t||this.source.end.line===e&&this.source.end.column<t)},o.stringifyProperty=function(e){return this.raws&&this.raws[e]||this[e]},o.valueToString=function(){return String(this.stringifyProperty("value"))},o.toString=function(){return[this.rawSpaceBefore,this.valueToString(),this.rawSpaceAfter].join("")},t=e,(r=[{key:"rawSpaceBefore",get:function(){var e=this.raws&&this.raws.spaces&&this.raws.spaces.before;return void 0===e&&(e=this.spaces&&this.spaces.before),e||""},set:function(e){(0,n.ensureObject)(this,"raws","spaces"),this.raws.spaces.before=e}},{key:"rawSpaceAfter",get:function(){var e=this.raws&&this.raws.spaces&&this.raws.spaces.after;return void 0===e&&(e=this.spaces.after),e||""},set:function(e){(0,n.ensureObject)(this,"raws","spaces"),this.raws.spaces.after=e}}])&&i(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();t.default=o,e.exports=t.default},4117:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1348))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.PSEUDO,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n.prototype.toString=function(){var e=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),e,this.rawSpaceAfter].join("")},n}(i.default);t.default=a,e.exports=t.default},4932:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1348))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}var l=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.ROOT,r}r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,a(t,r);var i,l,c=n.prototype;return c.toString=function(){var e=this.reduce((function(e,t){return e.push(String(t)),e}),[]).join(",");return this.trailingComma?e+",":e},c.error=function(e,t){return this._error?this._error(e,t):new Error(e)},i=n,(l=[{key:"errorGenerator",set:function(e){this._error=e}}])&&o(i.prototype,l),Object.defineProperty(i,"prototype",{writable:!1}),n}(i.default);t.default=l,e.exports=t.default},6517:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1348))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.SELECTOR,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},4812:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(1482))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.STRING,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},5297:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(8773))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.TAG,r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},9496:(e,t)=>{"use strict";t.__esModule=!0,t.UNIVERSAL=t.TAG=t.STRING=t.SELECTOR=t.ROOT=t.PSEUDO=t.NESTING=t.ID=t.COMMENT=t.COMBINATOR=t.CLASS=t.ATTRIBUTE=void 0,t.TAG="tag",t.STRING="string",t.SELECTOR="selector",t.ROOT="root",t.PSEUDO="pseudo",t.NESTING="nesting",t.ID="id",t.COMMENT="comment",t.COMBINATOR="combinator",t.CLASS="class",t.ATTRIBUTE="attribute",t.UNIVERSAL="universal"},2178:(e,t,r)=>{"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(8773))&&n.__esModule?n:{default:n},s=r(9496);function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}var a=function(e){var t,r;function n(t){var r;return(r=e.call(this,t)||this).type=s.UNIVERSAL,r.value="*",r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,o(t,r),n}(i.default);t.default=a,e.exports=t.default},7305:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){return e.sort((function(e,t){return e-t}))},e.exports=t.default},6433:(e,t)=>{"use strict";t.__esModule=!0,t.word=t.tilde=t.tab=t.str=t.space=t.slash=t.singleQuote=t.semicolon=t.plus=t.pipe=t.openSquare=t.openParenthesis=t.newline=t.greaterThan=t.feed=t.equals=t.doubleQuote=t.dollar=t.cr=t.comment=t.comma=t.combinator=t.colon=t.closeSquare=t.closeParenthesis=t.caret=t.bang=t.backslash=t.at=t.asterisk=t.ampersand=void 0,t.ampersand=38,t.asterisk=42,t.at=64,t.comma=44,t.colon=58,t.semicolon=59,t.openParenthesis=40,t.closeParenthesis=41,t.openSquare=91,t.closeSquare=93,t.dollar=36,t.tilde=126,t.caret=94,t.plus=43,t.equals=61,t.pipe=124,t.greaterThan=62,t.space=32,t.singleQuote=39,t.doubleQuote=34,t.slash=47,t.bang=33,t.backslash=92,t.cr=13,t.feed=12,t.newline=10,t.tab=9,t.str=39,t.comment=-1,t.word=-2,t.combinator=-3},1410:(e,t,r)=>{"use strict";t.__esModule=!0,t.FIELDS=void 0,t.default=function(e){var t,r,n,i,o,a,l,c,u,h,f,d,m=[],y=e.css.valueOf(),g=y.length,b=-1,v=1,w=0,x=0;function k(t,r){if(!e.safe)throw e.error("Unclosed "+t,v,w-b,w);c=(y+=r).length-1}for(;w<g;){switch((t=y.charCodeAt(w))===s.newline&&(b=w,v+=1),t){case s.space:case s.tab:case s.newline:case s.cr:case s.feed:c=w;do{c+=1,(t=y.charCodeAt(c))===s.newline&&(b=c,v+=1)}while(t===s.space||t===s.newline||t===s.tab||t===s.cr||t===s.feed);d=s.space,n=v,r=c-b-1,x=c;break;case s.plus:case s.greaterThan:case s.tilde:case s.pipe:c=w;do{c+=1,t=y.charCodeAt(c)}while(t===s.plus||t===s.greaterThan||t===s.tilde||t===s.pipe);d=s.combinator,n=v,r=w-b,x=c;break;case s.asterisk:case s.ampersand:case s.bang:case s.comma:case s.equals:case s.dollar:case s.caret:case s.openSquare:case s.closeSquare:case s.colon:case s.semicolon:case s.openParenthesis:case s.closeParenthesis:d=t,n=v,r=w-b,x=(c=w)+1;break;case s.singleQuote:case s.doubleQuote:f=t===s.singleQuote?"'":'"',c=w;do{for(i=!1,-1===(c=y.indexOf(f,c+1))&&k("quote",f),o=c;y.charCodeAt(o-1)===s.backslash;)o-=1,i=!i}while(i);d=s.str,n=v,r=w-b,x=c+1;break;default:t===s.slash&&y.charCodeAt(w+1)===s.asterisk?(0===(c=y.indexOf("*/",w+2)+1)&&k("comment","*/"),(a=(l=y.slice(w,c+1).split("\n")).length-1)>0?(u=v+a,h=c-l[a].length):(u=v,h=b),d=s.comment,v=u,n=u,r=c-h):t===s.slash?(d=t,n=v,r=w-b,x=(c=w)+1):(c=p(y,w),d=s.word,n=v,r=c-b),x=c+1}m.push([d,v,w-b,n,r,w,x]),h&&(b=h,h=null),w=x}return m};var n,i,s=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=o(t);if(r&&r.has(e))return r.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if("default"!==s&&Object.prototype.hasOwnProperty.call(e,s)){var a=i?Object.getOwnPropertyDescriptor(e,s):null;a&&(a.get||a.set)?Object.defineProperty(n,s,a):n[s]=e[s]}return n.default=e,r&&r.set(e,n),n}(r(6433));function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(o=function(e){return e?r:t})(e)}for(var a=((n={})[s.tab]=!0,n[s.newline]=!0,n[s.cr]=!0,n[s.feed]=!0,n),l=((i={})[s.space]=!0,i[s.tab]=!0,i[s.newline]=!0,i[s.cr]=!0,i[s.feed]=!0,i[s.ampersand]=!0,i[s.asterisk]=!0,i[s.bang]=!0,i[s.comma]=!0,i[s.colon]=!0,i[s.semicolon]=!0,i[s.openParenthesis]=!0,i[s.closeParenthesis]=!0,i[s.openSquare]=!0,i[s.closeSquare]=!0,i[s.singleQuote]=!0,i[s.doubleQuote]=!0,i[s.plus]=!0,i[s.pipe]=!0,i[s.tilde]=!0,i[s.greaterThan]=!0,i[s.equals]=!0,i[s.dollar]=!0,i[s.caret]=!0,i[s.slash]=!0,i),c={},u=0;u<22;u++)c["0123456789abcdefABCDEF".charCodeAt(u)]=!0;function p(e,t){var r,n=t;do{if(r=e.charCodeAt(n),l[r])return n-1;r===s.backslash?n=h(e,n)+1:n++}while(n<e.length);return n-1}function h(e,t){var r=t,n=e.charCodeAt(r+1);if(a[n]);else if(c[n]){var i=0;do{r++,i++,n=e.charCodeAt(r+1)}while(c[n]&&i<6);i<6&&n===s.space&&r++}else r++;return r}t.FIELDS={TYPE:0,START_LINE:1,START_COL:2,END_LINE:3,END_COL:4,START_POS:5,END_POS:6}},3507:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];for(;r.length>0;){var i=r.shift();e[i]||(e[i]={}),e=e[i]}},e.exports=t.default},4238:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];for(;r.length>0;){var i=r.shift();if(!e[i])return;e=e[i]}return e},e.exports=t.default},4990:(e,t,r)=>{"use strict";t.__esModule=!0,t.unesc=t.stripComments=t.getProp=t.ensureObject=void 0;var n=a(r(8936));t.unesc=n.default;var i=a(r(4238));t.getProp=i.default;var s=a(r(3507));t.ensureObject=s.default;var o=a(r(1265));function a(e){return e&&e.__esModule?e:{default:e}}t.stripComments=o.default},1265:(e,t)=>{"use strict";t.__esModule=!0,t.default=function(e){for(var t="",r=e.indexOf("/*"),n=0;r>=0;){t+=e.slice(n,r);var i=e.indexOf("*/",r+2);if(i<0)return t;n=i+2,r=e.indexOf("/*",n)}return t+e.slice(n)},e.exports=t.default},8936:(e,t)=>{"use strict";function r(e){for(var t=e.toLowerCase(),r="",n=!1,i=0;i<6&&void 0!==t[i];i++){var s=t.charCodeAt(i);if(n=32===s,!(s>=97&&s<=102||s>=48&&s<=57))break;r+=t[i]}if(0!==r.length){var o=parseInt(r,16);return o>=55296&&o<=57343||0===o||o>1114111?["�",r.length+(n?1:0)]:[String.fromCodePoint(o),r.length+(n?1:0)]}}t.__esModule=!0,t.default=function(e){if(!n.test(e))return e;for(var t="",i=0;i<e.length;i++)if("\\"!==e[i])t+=e[i];else{var s=r(e.slice(i+1,i+7));if(void 0!==s){t+=s[0],i+=s[1];continue}if("\\"===e[i+1]){t+="\\",i++;continue}e.length===i+1&&(t+=e[i])}return t};var n=/\\/;e.exports=t.default},4938:(e,t,r)=>{"use strict";let n=r(4228);class i extends n{constructor(e){super(e),this.type="atrule"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}}e.exports=i,i.default=i,n.registerAtRule(i)},3285:(e,t,r)=>{"use strict";let n=r(8102);class i extends n{constructor(e){super(e),this.type="comment"}}e.exports=i,i.default=i},4228:(e,t,r)=>{"use strict";let n,i,s,o,{isClean:a,my:l}=r(9181),c=r(2973),u=r(3285),p=r(8102);function h(e){return e.map((e=>(e.nodes&&(e.nodes=h(e.nodes)),delete e.source,e)))}function f(e){if(e[a]=!1,e.proxyOf.nodes)for(let t of e.proxyOf.nodes)f(t)}class d extends p{append(...e){for(let t of e){let e=this.normalize(t,this.last);for(let t of e)this.proxyOf.nodes.push(t)}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}each(e){if(!this.proxyOf.nodes)return;let t,r,n=this.getIterator();for(;this.indexes[n]<this.proxyOf.nodes.length&&(t=this.indexes[n],r=e(this.proxyOf.nodes[t],t),!1!==r);)this.indexes[n]+=1;return delete this.indexes[n],r}every(e){return this.nodes.every(e)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}getProxyProcessor(){return{get:(e,t)=>"proxyOf"===t?e:e[t]?"each"===t||"string"==typeof t&&t.startsWith("walk")?(...r)=>e[t](...r.map((e=>"function"==typeof e?(t,r)=>e(t.toProxy(),r):e))):"every"===t||"some"===t?r=>e[t](((e,...t)=>r(e.toProxy(),...t))):"root"===t?()=>e.root().toProxy():"nodes"===t?e.nodes.map((e=>e.toProxy())):"first"===t||"last"===t?e[t].toProxy():e[t]:e[t],set:(e,t,r)=>(e[t]===r||(e[t]=r,"name"!==t&&"params"!==t&&"selector"!==t||e.markDirty()),!0)}}index(e){return"number"==typeof e?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}insertAfter(e,t){let r,n=this.index(e),i=this.normalize(t,this.proxyOf.nodes[n]).reverse();n=this.index(e);for(let e of i)this.proxyOf.nodes.splice(n+1,0,e);for(let e in this.indexes)r=this.indexes[e],n<r&&(this.indexes[e]=r+i.length);return this.markDirty(),this}insertBefore(e,t){let r,n=this.index(e),i=0===n&&"prepend",s=this.normalize(t,this.proxyOf.nodes[n],i).reverse();n=this.index(e);for(let e of s)this.proxyOf.nodes.splice(n,0,e);for(let e in this.indexes)r=this.indexes[e],n<=r&&(this.indexes[e]=r+s.length);return this.markDirty(),this}normalize(e,t){if("string"==typeof e)e=h(n(e).nodes);else if(Array.isArray(e)){e=e.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,"ignore")}else if("root"===e.type&&"document"!==this.type){e=e.nodes.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,"ignore")}else if(e.type)e=[e];else if(e.prop){if(void 0===e.value)throw new Error("Value field is missed in node creation");"string"!=typeof e.value&&(e.value=String(e.value)),e=[new c(e)]}else if(e.selector)e=[new i(e)];else if(e.name)e=[new s(e)];else{if(!e.text)throw new Error("Unknown node type in node creation");e=[new u(e)]}return e.map((e=>(e[l]||d.rebuild(e),(e=e.proxyOf).parent&&e.parent.removeChild(e),e[a]&&f(e),void 0===e.raws.before&&t&&void 0!==t.raws.before&&(e.raws.before=t.raws.before.replace(/\S/g,"")),e.parent=this.proxyOf,e)))}prepend(...e){e=e.reverse();for(let t of e){let e=this.normalize(t,this.first,"prepend").reverse();for(let t of e)this.proxyOf.nodes.unshift(t);for(let t in this.indexes)this.indexes[t]=this.indexes[t]+e.length}return this.markDirty(),this}push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(e){let t;e=this.index(e),this.proxyOf.nodes[e].parent=void 0,this.proxyOf.nodes.splice(e,1);for(let r in this.indexes)t=this.indexes[r],t>=e&&(this.indexes[r]=t-1);return this.markDirty(),this}replaceValues(e,t,r){return r||(r=t,t={}),this.walkDecls((n=>{t.props&&!t.props.includes(n.prop)||t.fast&&!n.value.includes(t.fast)||(n.value=n.value.replace(e,r))})),this.markDirty(),this}some(e){return this.nodes.some(e)}walk(e){return this.each(((t,r)=>{let n;try{n=e(t,r)}catch(e){throw t.addToError(e)}return!1!==n&&t.walk&&(n=t.walk(e)),n}))}walkAtRules(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if("atrule"===r.type&&e.test(r.name))return t(r,n)})):this.walk(((r,n)=>{if("atrule"===r.type&&r.name===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if("atrule"===e.type)return t(e,r)})))}walkComments(e){return this.walk(((t,r)=>{if("comment"===t.type)return e(t,r)}))}walkDecls(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if("decl"===r.type&&e.test(r.prop))return t(r,n)})):this.walk(((r,n)=>{if("decl"===r.type&&r.prop===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if("decl"===e.type)return t(e,r)})))}walkRules(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if("rule"===r.type&&e.test(r.selector))return t(r,n)})):this.walk(((r,n)=>{if("rule"===r.type&&r.selector===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if("rule"===e.type)return t(e,r)})))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}}d.registerParse=e=>{n=e},d.registerRule=e=>{i=e},d.registerAtRule=e=>{s=e},d.registerRoot=e=>{o=e},e.exports=d,d.default=d,d.rebuild=e=>{"atrule"===e.type?Object.setPrototypeOf(e,s.prototype):"rule"===e.type?Object.setPrototypeOf(e,i.prototype):"decl"===e.type?Object.setPrototypeOf(e,c.prototype):"comment"===e.type?Object.setPrototypeOf(e,u.prototype):"root"===e.type&&Object.setPrototypeOf(e,o.prototype),e[l]=!0,e.nodes&&e.nodes.forEach((e=>{d.rebuild(e)}))}},9452:(e,t,r)=>{"use strict";let n=r(4470),i=r(764);class s extends Error{constructor(e,t,r,n,i,o){super(e),this.name="CssSyntaxError",this.reason=e,i&&(this.file=i),n&&(this.source=n),o&&(this.plugin=o),void 0!==t&&void 0!==r&&("number"==typeof t?(this.line=t,this.column=r):(this.line=t.line,this.column=t.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,s)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>",void 0!==this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;null==e&&(e=n.isColorSupported),i&&e&&(t=i(t));let r,s,o=t.split(/\r?\n/),a=Math.max(this.line-3,0),l=Math.min(this.line+2,o.length),c=String(l).length;if(e){let{bold:e,gray:t,red:i}=n.createColors(!0);r=t=>e(i(t)),s=e=>t(e)}else r=s=e=>e;return o.slice(a,l).map(((e,t)=>{let n=a+1+t,i=" "+(" "+n).slice(-c)+" | ";if(n===this.line){let t=s(i.replace(/\d/g," "))+e.slice(0,this.column-1).replace(/[^\t]/g," ");return r(">")+s(i)+e+"\n "+t+r("^")}return" "+s(i)+e})).join("\n")}toString(){let e=this.showSourceCode();return e&&(e="\n\n"+e+"\n"),this.name+": "+this.message+e}}e.exports=s,s.default=s},2973:(e,t,r)=>{"use strict";let n=r(8102);class i extends n{constructor(e){e&&void 0!==e.value&&"string"!=typeof e.value&&(e={...e,value:String(e.value)}),super(e),this.type="decl"}get variable(){return this.prop.startsWith("--")||"$"===this.prop[0]}}e.exports=i,i.default=i},4096:(e,t,r)=>{"use strict";let n,i,s=r(4228);class o extends s{constructor(e){super({type:"document",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new n(new i,this,e).stringify()}}o.registerLazyResult=e=>{n=e},o.registerProcessor=e=>{i=e},e.exports=o,o.default=o},1693:(e,t,r)=>{"use strict";let n=r(2973),i=r(5098),s=r(3285),o=r(4938),a=r(1271),l=r(7399),c=r(4013);function u(e,t){if(Array.isArray(e))return e.map((e=>u(e)));let{inputs:r,...p}=e;if(r){t=[];for(let e of r){let r={...e,__proto__:a.prototype};r.map&&(r.map={...r.map,__proto__:i.prototype}),t.push(r)}}if(p.nodes&&(p.nodes=e.nodes.map((e=>u(e,t)))),p.source){let{inputId:e,...r}=p.source;p.source=r,null!=e&&(p.source.input=t[e])}if("root"===p.type)return new l(p);if("decl"===p.type)return new n(p);if("rule"===p.type)return new c(p);if("comment"===p.type)return new s(p);if("atrule"===p.type)return new o(p);throw new Error("Unknown node type: "+e.type)}e.exports=u,u.default=u},1271:(e,t,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(139),{fileURLToPath:s,pathToFileURL:o}=r(3653),{isAbsolute:a,resolve:l}=r(8635),{nanoid:c}=r(8864),u=r(764),p=r(9452),h=r(5098),f=Symbol("fromOffsetCache"),d=Boolean(n&&i),m=Boolean(l&&a);class y{constructor(e,t={}){if(null==e||"object"==typeof e&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),"\ufeff"===this.css[0]||"￾"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!m||/^\w+:\/\//.test(t.from)||a(t.from)?this.file=t.from:this.file=l(t.from)),m&&d){let e=new h(this.css,t);if(e.text){this.map=e;let t=e.consumer().file;!this.file&&t&&(this.file=this.mapResolve(t))}}this.file||(this.id="<input css "+c(6)+">"),this.map&&(this.map.file=this.from)}error(e,t,r,n={}){let i,s,a;if(t&&"object"==typeof t){let e=t,n=r;if("number"==typeof e.offset){let n=this.fromOffset(e.offset);t=n.line,r=n.col}else t=e.line,r=e.column;if("number"==typeof n.offset){let e=this.fromOffset(n.offset);s=e.line,a=e.col}else s=n.line,a=n.column}else if(!r){let e=this.fromOffset(t);t=e.line,r=e.col}let l=this.origin(t,r,s,a);return i=l?new p(e,void 0===l.endLine?l.line:{column:l.column,line:l.line},void 0===l.endLine?l.column:{column:l.endColumn,line:l.endLine},l.source,l.file,n.plugin):new p(e,void 0===s?t:{column:r,line:t},void 0===s?r:{column:a,line:s},this.css,this.file,n.plugin),i.input={column:r,endColumn:a,endLine:s,line:t,source:this.css},this.file&&(o&&(i.input.url=o(this.file).toString()),i.input.file=this.file),i}fromOffset(e){let t,r;if(this[f])r=this[f];else{let e=this.css.split("\n");r=new Array(e.length);let t=0;for(let n=0,i=e.length;n<i;n++)r[n]=t,t+=e[n].length+1;this[f]=r}t=r[r.length-1];let n=0;if(e>=t)n=r.length-1;else{let t,i=r.length-2;for(;n<i;)if(t=n+(i-n>>1),e<r[t])i=t-1;else{if(!(e>=r[t+1])){n=t;break}n=t+1}}return{col:e-r[n]+1,line:n+1}}mapResolve(e){return/^\w+:\/\//.test(e)?e:l(this.map.consumer().sourceRoot||this.map.root||".",e)}origin(e,t,r,n){if(!this.map)return!1;let i,l,c=this.map.consumer(),u=c.originalPositionFor({column:t,line:e});if(!u.source)return!1;"number"==typeof r&&(i=c.originalPositionFor({column:n,line:r})),l=a(u.source)?o(u.source):new URL(u.source,this.map.consumer().sourceRoot||o(this.map.mapFile));let p={column:u.column,endColumn:i&&i.column,endLine:i&&i.line,line:u.line,url:l.toString()};if("file:"===l.protocol){if(!s)throw new Error("file: protocol is not available in this PostCSS build");p.file=s(l)}let h=c.sourceContentFor(u.source);return h&&(p.source=h),p}toJSON(){let e={};for(let t of["hasBOM","css","file","id"])null!=this[t]&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}get from(){return this.file||this.id}}e.exports=y,y.default=y,u&&u.registerInput&&u.registerInput(y)},7229:(e,t,r)=>{"use strict";let{isClean:n,my:i}=r(9181),s=r(3e3),o=r(7434),a=r(4228),l=r(4096),c=(r(7570),r(2575)),u=r(8501),p=r(7399);const h={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},f={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},d={Once:!0,postcssPlugin:!0,prepare:!0},m=0;function y(e){return"object"==typeof e&&"function"==typeof e.then}function g(e){let t=!1,r=h[e.type];return"decl"===e.type?t=e.prop.toLowerCase():"atrule"===e.type&&(t=e.name.toLowerCase()),t&&e.append?[r,r+"-"+t,m,r+"Exit",r+"Exit-"+t]:t?[r,r+"-"+t,r+"Exit",r+"Exit-"+t]:e.append?[r,m,r+"Exit"]:[r,r+"Exit"]}function b(e){let t;return t="document"===e.type?["Document",m,"DocumentExit"]:"root"===e.type?["Root",m,"RootExit"]:g(e),{eventIndex:0,events:t,iterator:0,node:e,visitorIndex:0,visitors:[]}}function v(e){return e[n]=!1,e.nodes&&e.nodes.forEach((e=>v(e))),e}let w={};class x{constructor(e,t,r){let n;if(this.stringified=!1,this.processed=!1,"object"!=typeof t||null===t||"root"!==t.type&&"document"!==t.type)if(t instanceof x||t instanceof c)n=v(t.root),t.map&&(void 0===r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=t.map);else{let e=u;r.syntax&&(e=r.syntax.parse),r.parser&&(e=r.parser),e.parse&&(e=e.parse);try{n=e(t,r)}catch(e){this.processed=!0,this.error=e}n&&!n[i]&&a.rebuild(n)}else n=v(t);this.result=new c(e,n,r),this.helpers={...w,postcss:w,result:this.result},this.plugins=this.processor.plugins.map((e=>"object"==typeof e&&e.prepare?{...e,...e.prepare(this.result)}:e))}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let r=this.result.lastPlugin;try{t&&t.addToError(e),this.error=e,"CssSyntaxError"!==e.name||e.plugin?r.postcssVersion:(e.plugin=r.postcssPlugin,e.setMessage())}catch(e){console&&console.error&&console.error(e)}return e}prepareVisitors(){this.listeners={};let e=(e,t,r)=>{this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push([e,r])};for(let t of this.plugins)if("object"==typeof t)for(let r in t){if(!f[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!d[r])if("object"==typeof t[r])for(let n in t[r])e(t,"*"===n?r:r+"-"+n.toLowerCase(),t[r][n]);else"function"==typeof t[r]&&e(t,r,t[r])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let t=this.plugins[e],r=this.runOnRoot(t);if(y(r))try{await r}catch(e){throw this.handleError(e)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[n];){e[n]=!0;let t=[b(e)];for(;t.length>0;){let e=this.visitTick(t);if(y(e))try{await e}catch(e){let r=t[t.length-1].node;throw this.handleError(e,r)}}}if(this.listeners.OnceExit)for(let[t,r]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if("document"===e.type){let t=e.nodes.map((e=>r(e,this.helpers)));await Promise.all(t)}else await r(e,this.helpers)}catch(e){throw this.handleError(e)}}}return this.processed=!0,this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if("object"==typeof e&&e.Once){if("document"===this.result.root.type){let t=this.result.root.nodes.map((t=>e.Once(t,this.helpers)));return y(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}if("function"==typeof e)return e(this.result.root,this.result)}catch(e){throw this.handleError(e)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=o;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let r=new s(t,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins)if(y(this.runOnRoot(e)))throw this.getAsyncError();if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[n];)e[n]=!0,this.walkSync(e);if(this.listeners.OnceExit)if("document"===e.type)for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}then(e,t){return this.async().then(e,t)}toString(){return this.css}visitSync(e,t){for(let[r,n]of e){let e;this.result.lastPlugin=r;try{e=n(t,this.helpers)}catch(e){throw this.handleError(e,t.proxyOf)}if("root"!==t.type&&"document"!==t.type&&!t.parent)return!0;if(y(e))throw this.getAsyncError()}}visitTick(e){let t=e[e.length-1],{node:r,visitors:i}=t;if("root"!==r.type&&"document"!==r.type&&!r.parent)return void e.pop();if(i.length>0&&t.visitorIndex<i.length){let[e,n]=i[t.visitorIndex];t.visitorIndex+=1,t.visitorIndex===i.length&&(t.visitors=[],t.visitorIndex=0),this.result.lastPlugin=e;try{return n(r.toProxy(),this.helpers)}catch(e){throw this.handleError(e,r)}}if(0!==t.iterator){let i,s=t.iterator;for(;i=r.nodes[r.indexes[s]];)if(r.indexes[s]+=1,!i[n])return i[n]=!0,void e.push(b(i));t.iterator=0,delete r.indexes[s]}let s=t.events;for(;t.eventIndex<s.length;){let e=s[t.eventIndex];if(t.eventIndex+=1,e===m)return void(r.nodes&&r.nodes.length&&(r[n]=!0,t.iterator=r.getIterator()));if(this.listeners[e])return void(t.visitors=this.listeners[e])}e.pop()}walkSync(e){e[n]=!0;let t=g(e);for(let r of t)if(r===m)e.nodes&&e.each((e=>{e[n]||this.walkSync(e)}));else{let t=this.listeners[r];if(t&&this.visitSync(t,e.toProxy()))return}}warnings(){return this.sync().warnings()}get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}}x.registerPostcss=e=>{w=e},e.exports=x,x.default=x,p.registerLazyResult(x),l.registerLazyResult(x)},9401:e=>{"use strict";let t={comma:e=>t.split(e,[","],!0),space:e=>t.split(e,[" ","\n","\t"]),split(e,t,r){let n=[],i="",s=!1,o=0,a=!1,l="",c=!1;for(let r of e)c?c=!1:"\\"===r?c=!0:a?r===l&&(a=!1):'"'===r||"'"===r?(a=!0,l=r):"("===r?o+=1:")"===r?o>0&&(o-=1):0===o&&t.includes(r)&&(s=!0),s?(""!==i&&n.push(i.trim()),i="",s=!1):i+=r;return(r||""!==i)&&n.push(i.trim()),n}};e.exports=t,t.default=t},3e3:(e,t,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(139),{dirname:s,relative:o,resolve:a,sep:l}=r(8635),{pathToFileURL:c}=r(3653),u=r(1271),p=Boolean(n&&i),h=Boolean(s&&a&&o&&l);e.exports=class{constructor(e,t,r,n){this.stringify=e,this.mapOpts=r.map||{},this.root=t,this.opts=r,this.css=n,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let e;e=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"==typeof this.mapOpts.annotation?this.mapOpts.annotation:"function"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+".map";let t="\n";this.css.includes("\r\n")&&(t="\r\n"),this.css+=t+"/*# sourceMappingURL="+e+" */"}applyPrevMaps(){for(let e of this.previous()){let t,r=this.toUrl(this.path(e.file)),i=e.root||s(e.file);!1===this.mapOpts.sourcesContent?(t=new n(e.text),t.sourcesContent&&(t.sourcesContent=t.sourcesContent.map((()=>null)))):t=e.consumer(),this.map.applySourceMap(t,r,this.toUrl(this.path(i)))}}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let e;for(let t=this.root.nodes.length-1;t>=0;t--)e=this.root.nodes[t],"comment"===e.type&&0===e.text.indexOf("# sourceMappingURL=")&&this.root.removeChild(t)}else this.css&&(this.css=this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm,""))}generate(){if(this.clearAnnotation(),h&&p&&this.isMap())return this.generateMap();{let e="";return this.stringify(this.root,(t=>{e+=t})),[e]}}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let e=this.previous()[0].consumer();e.file=this.outputFile(),this.map=i.fromSourceMap(e)}else this.map=new i({file:this.outputFile()}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css="",this.map=new i({file:this.outputFile()});let e,t,r=1,n=1,s="<no source>",o={generated:{column:0,line:0},original:{column:0,line:0},source:""};this.stringify(this.root,((i,a,l)=>{if(this.css+=i,a&&"end"!==l&&(o.generated.line=r,o.generated.column=n-1,a.source&&a.source.start?(o.source=this.sourcePath(a),o.original.line=a.source.start.line,o.original.column=a.source.start.column-1,this.map.addMapping(o)):(o.source=s,o.original.line=1,o.original.column=0,this.map.addMapping(o))),e=i.match(/\n/g),e?(r+=e.length,t=i.lastIndexOf("\n"),n=i.length-t):n+=i.length,a&&"start"!==l){let e=a.parent||{raws:{}};("decl"===a.type||"atrule"===a.type&&!a.nodes)&&a===e.last&&!e.raws.semicolon||(a.source&&a.source.end?(o.source=this.sourcePath(a),o.original.line=a.source.end.line,o.original.column=a.source.end.column-1,o.generated.line=r,o.generated.column=n-2,this.map.addMapping(o)):(o.source=s,o.original.line=1,o.original.column=0,o.generated.line=r,o.generated.column=n-1,this.map.addMapping(o)))}}))}isAnnotation(){return!!this.isInline()||(void 0!==this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((e=>e.annotation)))}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let e=this.mapOpts.annotation;return(void 0===e||!0===e)&&(!this.previous().length||this.previous().some((e=>e.inline)))}isMap(){return void 0!==this.opts.map?!!this.opts.map:this.previous().length>0}isSourcesContent(){return void 0!==this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((e=>e.withContent()))}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(e){if(this.mapOpts.absolute)return e;if(60===e.charCodeAt(0))return e;if(/^\w+:\/\//.test(e))return e;let t=this.memoizedPaths.get(e);if(t)return t;let r=this.opts.to?s(this.opts.to):".";"string"==typeof this.mapOpts.annotation&&(r=s(a(r,this.mapOpts.annotation)));let n=o(r,e);return this.memoizedPaths.set(e,n),n}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((e=>{if(e.source&&e.source.input.map){let t=e.source.input.map;this.previousMaps.includes(t)||this.previousMaps.push(t)}}));else{let e=new u(this.css,this.opts);e.map&&this.previousMaps.push(e.map)}return this.previousMaps}setSourcesContent(){let e={};if(this.root)this.root.walk((t=>{if(t.source){let r=t.source.input.from;if(r&&!e[r]){e[r]=!0;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,t.source.input.css)}}}));else if(this.css){let e=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(e,this.css)}}sourcePath(e){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(e.source.input.from):this.toUrl(this.path(e.source.input.from))}toBase64(e){return Buffer?Buffer.from(e).toString("base64"):window.btoa(unescape(encodeURIComponent(e)))}toFileUrl(e){let t=this.memoizedFileURLs.get(e);if(t)return t;if(c){let t=c(e).toString();return this.memoizedFileURLs.set(e,t),t}throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(e){let t=this.memoizedURLs.get(e);if(t)return t;"\\"===l&&(e=e.replace(/\\/g,"/"));let r=encodeURI(e).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(e,r),r}}},9787:(e,t,r)=>{"use strict";let n=r(3e3),i=r(7434),s=(r(7570),r(8501));const o=r(2575);class a{constructor(e,t,r){let s;t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=r,this._map=void 0;let a=i;this.result=new o(this._processor,s,this._opts),this.result.css=t;let l=this;Object.defineProperty(this.result,"root",{get:()=>l.root});let c=new n(a,s,this._opts,t);if(c.isMap()){let[e,t]=c.generate();e&&(this.result.css=e),t&&(this.result.map=t)}}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,t){return this.async().then(e,t)}toString(){return this._css}warnings(){return[]}get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let e,t=s;try{e=t(this._css,this._opts)}catch(e){this.error=e}if(this.error)throw this.error;return this._root=e,e}get[Symbol.toStringTag](){return"NoWorkResult"}}e.exports=a,a.default=a},8102:(e,t,r)=>{"use strict";let{isClean:n,my:i}=r(9181),s=r(9452),o=r(6573),a=r(7434);function l(e,t){let r=new e.constructor;for(let n in e){if(!Object.prototype.hasOwnProperty.call(e,n))continue;if("proxyCache"===n)continue;let i=e[n],s=typeof i;"parent"===n&&"object"===s?t&&(r[n]=t):"source"===n?r[n]=i:Array.isArray(i)?r[n]=i.map((e=>l(e,r))):("object"===s&&null!==i&&(i=l(i)),r[n]=i)}return r}class c{constructor(e={}){this.raws={},this[n]=!1,this[i]=!0;for(let t in e)if("nodes"===t){this.nodes=[];for(let r of e[t])"function"==typeof r.clone?this.append(r.clone()):this.append(r)}else this[t]=e[t]}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}after(e){return this.parent.insertAfter(this,e),this}assign(e={}){for(let t in e)this[t]=e[t];return this}before(e){return this.parent.insertBefore(this,e),this}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}clone(e={}){let t=l(this);for(let r in e)t[r]=e[r];return t}cloneAfter(e={}){let t=this.clone(e);return this.parent.insertAfter(this,t),t}cloneBefore(e={}){let t=this.clone(e);return this.parent.insertBefore(this,t),t}error(e,t={}){if(this.source){let{end:r,start:n}=this.rangeBy(t);return this.source.input.error(e,{column:n.column,line:n.line},{column:r.column,line:r.line},t)}return new s(e)}getProxyProcessor(){return{get:(e,t)=>"proxyOf"===t?e:"root"===t?()=>e.root().toProxy():e[t],set:(e,t,r)=>(e[t]===r||(e[t]=r,"prop"!==t&&"value"!==t&&"name"!==t&&"params"!==t&&"important"!==t&&"text"!==t||e.markDirty()),!0)}}markDirty(){if(this[n]){this[n]=!1;let e=this;for(;e=e.parent;)e[n]=!1}}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e,t){let r=this.source.start;if(e.index)r=this.positionInside(e.index,t);else if(e.word){let n=(t=this.toString()).indexOf(e.word);-1!==n&&(r=this.positionInside(n,t))}return r}positionInside(e,t){let r=t||this.toString(),n=this.source.start.column,i=this.source.start.line;for(let t=0;t<e;t++)"\n"===r[t]?(n=1,i+=1):n+=1;return{column:n,line:i}}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}rangeBy(e){let t={column:this.source.start.column,line:this.source.start.line},r=this.source.end?{column:this.source.end.column+1,line:this.source.end.line}:{column:t.column+1,line:t.line};if(e.word){let n=this.toString(),i=n.indexOf(e.word);-1!==i&&(t=this.positionInside(i,n),r=this.positionInside(i+e.word.length,n))}else e.start?t={column:e.start.column,line:e.start.line}:e.index&&(t=this.positionInside(e.index)),e.end?r={column:e.end.column,line:e.end.line}:e.endIndex?r=this.positionInside(e.endIndex):e.index&&(r=this.positionInside(e.index+1));return(r.line<t.line||r.line===t.line&&r.column<=t.column)&&(r={column:t.column+1,line:t.line}),{end:r,start:t}}raw(e,t){return(new o).raw(this,e,t)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...e){if(this.parent){let t=this,r=!1;for(let n of e)n===this?r=!0:r?(this.parent.insertAfter(t,n),t=n):this.parent.insertBefore(t,n);r||this.remove()}return this}root(){let e=this;for(;e.parent&&"document"!==e.parent.type;)e=e.parent;return e}toJSON(e,t){let r={},n=null==t;t=t||new Map;let i=0;for(let e in this){if(!Object.prototype.hasOwnProperty.call(this,e))continue;if("parent"===e||"proxyCache"===e)continue;let n=this[e];if(Array.isArray(n))r[e]=n.map((e=>"object"==typeof e&&e.toJSON?e.toJSON(null,t):e));else if("object"==typeof n&&n.toJSON)r[e]=n.toJSON(null,t);else if("source"===e){let s=t.get(n.input);null==s&&(s=i,t.set(n.input,i),i++),r[e]={end:n.end,inputId:s,start:n.start}}else r[e]=n}return n&&(r.inputs=[...t.keys()].map((e=>e.toJSON()))),r}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(e=a){e.stringify&&(e=e.stringify);let t="";return e(this,(e=>{t+=e})),t}warn(e,t,r){let n={node:this};for(let e in r)n[e]=r[e];return e.warn(t,n)}get proxyOf(){return this}}e.exports=c,c.default=c},8501:(e,t,r)=>{"use strict";let n=r(4228),i=r(6237),s=r(1271);function o(e,t){let r=new s(e,t),n=new i(r);try{n.parse()}catch(e){throw e}return n.root}e.exports=o,o.default=o,n.registerParse(o)},6237:(e,t,r)=>{"use strict";let n=r(2973),i=r(1171),s=r(3285),o=r(4938),a=r(7399),l=r(4013);const c={empty:!0,space:!0};e.exports=class{constructor(e){this.input=e,this.root=new a,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let t,r,n,i=new o;i.name=e[1].slice(1),""===i.name&&this.unnamedAtrule(i,e),this.init(i,e[2]);let s=!1,a=!1,l=[],c=[];for(;!this.tokenizer.endOfFile();){if(t=(e=this.tokenizer.nextToken())[0],"("===t||"["===t?c.push("("===t?")":"]"):"{"===t&&c.length>0?c.push("}"):t===c[c.length-1]&&c.pop(),0===c.length){if(";"===t){i.source.end=this.getPosition(e[2]),i.source.end.offset++,this.semicolon=!0;break}if("{"===t){a=!0;break}if("}"===t){if(l.length>0){for(n=l.length-1,r=l[n];r&&"space"===r[0];)r=l[--n];r&&(i.source.end=this.getPosition(r[3]||r[2]),i.source.end.offset++)}this.end(e);break}l.push(e)}else l.push(e);if(this.tokenizer.endOfFile()){s=!0;break}}i.raws.between=this.spacesAndCommentsFromEnd(l),l.length?(i.raws.afterName=this.spacesAndCommentsFromStart(l),this.raw(i,"params",l),s&&(e=l[l.length-1],i.source.end=this.getPosition(e[3]||e[2]),i.source.end.offset++,this.spaces=i.raws.between,i.raws.between="")):(i.raws.afterName="",i.params=""),a&&(i.nodes=[],this.current=i)}checkMissedSemicolon(e){let t=this.colon(e);if(!1===t)return;let r,n=0;for(let i=t-1;i>=0&&(r=e[i],"space"===r[0]||(n+=1,2!==n));i--);throw this.input.error("Missed semicolon","word"===r[0]?r[3]+1:r[2])}colon(e){let t,r,n,i=0;for(let[s,o]of e.entries()){if(t=o,r=t[0],"("===r&&(i+=1),")"===r&&(i-=1),0===i&&":"===r){if(n){if("word"===n[0]&&"progid"===n[1])continue;return s}this.doubleColon(t)}n=t}return!1}comment(e){let t=new s;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]),t.source.end.offset++;let r=e[1].slice(2,-2);if(/^\s*$/.test(r))t.text="",t.raws.left=r,t.raws.right="";else{let e=r.match(/^(\s*)([^]*\S)(\s*)$/);t.text=e[2],t.raws.left=e[1],t.raws.right=e[3]}}createTokenizer(){this.tokenizer=i(this.input)}decl(e,t){let r=new n;this.init(r,e[0][2]);let i,s=e[e.length-1];for(";"===s[0]&&(this.semicolon=!0,e.pop()),r.source.end=this.getPosition(s[3]||s[2]||function(e){for(let t=e.length-1;t>=0;t--){let r=e[t],n=r[3]||r[2];if(n)return n}}(e)),r.source.end.offset++;"word"!==e[0][0];)1===e.length&&this.unknownWord(e),r.raws.before+=e.shift()[1];for(r.source.start=this.getPosition(e[0][2]),r.prop="";e.length;){let t=e[0][0];if(":"===t||"space"===t||"comment"===t)break;r.prop+=e.shift()[1]}for(r.raws.between="";e.length;){if(i=e.shift(),":"===i[0]){r.raws.between+=i[1];break}"word"===i[0]&&/\w/.test(i[1])&&this.unknownWord([i]),r.raws.between+=i[1]}"_"!==r.prop[0]&&"*"!==r.prop[0]||(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let o,a=[];for(;e.length&&(o=e[0][0],"space"===o||"comment"===o);)a.push(e.shift());this.precheckMissedSemicolon(e);for(let t=e.length-1;t>=0;t--){if(i=e[t],"!important"===i[1].toLowerCase()){r.important=!0;let n=this.stringFrom(e,t);n=this.spacesFromEnd(e)+n," !important"!==n&&(r.raws.important=n);break}if("important"===i[1].toLowerCase()){let n=e.slice(0),i="";for(let e=t;e>0;e--){let t=n[e][0];if(0===i.trim().indexOf("!")&&"space"!==t)break;i=n.pop()[1]+i}0===i.trim().indexOf("!")&&(r.important=!0,r.raws.important=i,e=n)}if("space"!==i[0]&&"comment"!==i[0])break}e.some((e=>"space"!==e[0]&&"comment"!==e[0]))&&(r.raws.between+=a.map((e=>e[1])).join(""),a=[]),this.raw(r,"value",a.concat(e),t),r.value.includes(":")&&!t&&this.checkMissedSemicolon(e)}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let t=new l;this.init(t,e[2]),t.selector="",t.raws.between="",this.current=t}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let e=this.current.nodes[this.current.nodes.length-1];e&&"rule"===e.type&&!e.raws.ownSemicolon&&(e.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(e){let t=this.input.fromOffset(e);return{column:t.col,line:t.line,offset:e}}init(e,t){this.current.push(e),e.source={input:this.input,start:this.getPosition(t)},e.raws.before=this.spaces,this.spaces="","comment"!==e.type&&(this.semicolon=!1)}other(e){let t=!1,r=null,n=!1,i=null,s=[],o=e[1].startsWith("--"),a=[],l=e;for(;l;){if(r=l[0],a.push(l),"("===r||"["===r)i||(i=l),s.push("("===r?")":"]");else if(o&&n&&"{"===r)i||(i=l),s.push("}");else if(0===s.length){if(";"===r){if(n)return void this.decl(a,o);break}if("{"===r)return void this.rule(a);if("}"===r){this.tokenizer.back(a.pop()),t=!0;break}":"===r&&(n=!0)}else r===s[s.length-1]&&(s.pop(),0===s.length&&(i=null));l=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),s.length>0&&this.unclosedBracket(i),t&&n){if(!o)for(;a.length&&(l=a[a.length-1][0],"space"===l||"comment"===l);)this.tokenizer.back(a.pop());this.decl(a,o)}else this.unknownWord(a)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e)}this.endFile()}precheckMissedSemicolon(){}raw(e,t,r,n){let i,s,o,a,l=r.length,u="",p=!0;for(let e=0;e<l;e+=1)i=r[e],s=i[0],"space"!==s||e!==l-1||n?"comment"===s?(a=r[e-1]?r[e-1][0]:"empty",o=r[e+1]?r[e+1][0]:"empty",c[a]||c[o]||","===u.slice(-1)?p=!1:u+=i[1]):u+=i[1]:p=!1;if(!p){let n=r.reduce(((e,t)=>e+t[1]),"");e.raws[t]={raw:n,value:u}}e[t]=u}rule(e){e.pop();let t=new l;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,"selector",e),this.current=t}spacesAndCommentsFromEnd(e){let t,r="";for(;e.length&&(t=e[e.length-1][0],"space"===t||"comment"===t);)r=e.pop()[1]+r;return r}spacesAndCommentsFromStart(e){let t,r="";for(;e.length&&(t=e[0][0],"space"===t||"comment"===t);)r+=e.shift()[1];return r}spacesFromEnd(e){let t,r="";for(;e.length&&(t=e[e.length-1][0],"space"===t);)r=e.pop()[1]+r;return r}stringFrom(e,t){let r="";for(let n=t;n<e.length;n++)r+=e[n][1];return e.splice(t,e.length-t),r}unclosedBlock(){let e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)}unclosedBracket(e){throw this.input.error("Unclosed bracket",{offset:e[2]},{offset:e[2]+1})}unexpectedClose(e){throw this.input.error("Unexpected }",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error("Unknown word",{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unnamedAtrule(e,t){throw this.input.error("At-rule without name",{offset:t[2]},{offset:t[2]+t[1].length})}}},5489:(e,t,r)=>{"use strict";let n=r(9452),i=r(2973),s=r(7229),o=r(4228),a=r(8420),l=r(7434),c=r(1693),u=r(4096),p=r(3641),h=r(3285),f=r(4938),d=r(2575),m=r(1271),y=r(8501),g=r(9401),b=r(4013),v=r(7399),w=r(8102);function x(...e){return 1===e.length&&Array.isArray(e[0])&&(e=e[0]),new a(e)}x.plugin=function(e,t){let r,n=!1;function i(...r){console&&console.warn&&!n&&(n=!0,console.warn(e+": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(e+": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"));let i=t(...r);return i.postcssPlugin=e,i.postcssVersion=(new a).version,i}return Object.defineProperty(i,"postcss",{get:()=>(r||(r=i()),r)}),i.process=function(e,t,r){return x([i(r)]).process(e,t)},i},x.stringify=l,x.parse=y,x.fromJSON=c,x.list=g,x.comment=e=>new h(e),x.atRule=e=>new f(e),x.decl=e=>new i(e),x.rule=e=>new b(e),x.root=e=>new v(e),x.document=e=>new u(e),x.CssSyntaxError=n,x.Declaration=i,x.Container=o,x.Processor=a,x.Document=u,x.Comment=h,x.Warning=p,x.AtRule=f,x.Result=d,x.Input=m,x.Rule=b,x.Root=v,x.Node=w,s.registerPostcss(x),e.exports=x,x.default=x},5098:(e,t,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(139),{existsSync:s,readFileSync:o}=r(5158),{dirname:a,join:l}=r(8635);class c{constructor(e,t){if(!1===t.map)return;this.loadAnnotation(e),this.inline=this.startWith(this.annotation,"data:");let r=t.map?t.map.prev:void 0,n=this.loadMap(t.from,r);!this.mapFile&&t.from&&(this.mapFile=t.from),this.mapFile&&(this.root=a(this.mapFile)),n&&(this.text=n)}consumer(){return this.consumerCache||(this.consumerCache=new n(this.text)),this.consumerCache}decodeInline(e){if(/^data:application\/json;charset=utf-?8,/.test(e)||/^data:application\/json,/.test(e))return decodeURIComponent(e.substr(RegExp.lastMatch.length));if(/^data:application\/json;charset=utf-?8;base64,/.test(e)||/^data:application\/json;base64,/.test(e))return t=e.substr(RegExp.lastMatch.length),Buffer?Buffer.from(t,"base64").toString():window.atob(t);var t;let r=e.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+r)}getAnnotationURL(e){return e.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(e){return"object"==typeof e&&("string"==typeof e.mappings||"string"==typeof e._mappings||Array.isArray(e.sections))}loadAnnotation(e){let t=e.match(/\/\*\s*# sourceMappingURL=/gm);if(!t)return;let r=e.lastIndexOf(t.pop()),n=e.indexOf("*/",r);r>-1&&n>-1&&(this.annotation=this.getAnnotationURL(e.substring(r,n)))}loadFile(e){if(this.root=a(e),s(e))return this.mapFile=e,o(e,"utf-8").toString().trim()}loadMap(e,t){if(!1===t)return!1;if(t){if("string"==typeof t)return t;if("function"!=typeof t){if(t instanceof n)return i.fromSourceMap(t).toString();if(t instanceof i)return t.toString();if(this.isMap(t))return JSON.stringify(t);throw new Error("Unsupported previous source map format: "+t.toString())}{let r=t(e);if(r){let e=this.loadFile(r);if(!e)throw new Error("Unable to load previous source map: "+r.toString());return e}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let t=this.annotation;return e&&(t=l(a(e),t)),this.loadFile(t)}}}startWith(e,t){return!!e&&e.substr(0,t.length)===t}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}e.exports=c,c.default=c},8420:(e,t,r)=>{"use strict";let n=r(9787),i=r(7229),s=r(4096),o=r(7399);class a{constructor(e=[]){this.version="8.4.31",this.plugins=this.normalize(e)}normalize(e){let t=[];for(let r of e)if(!0===r.postcss?r=r():r.postcss&&(r=r.postcss),"object"==typeof r&&Array.isArray(r.plugins))t=t.concat(r.plugins);else if("object"==typeof r&&r.postcssPlugin)t.push(r);else if("function"==typeof r)t.push(r);else if("object"!=typeof r||!r.parse&&!r.stringify)throw new Error(r+" is not a PostCSS plugin");return t}process(e,t={}){return 0===this.plugins.length&&void 0===t.parser&&void 0===t.stringifier&&void 0===t.syntax?new n(this,e,t):new i(this,e,t)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}}e.exports=a,a.default=a,o.registerProcessor(a),s.registerProcessor(a)},2575:(e,t,r)=>{"use strict";let n=r(3641);class i{constructor(e,t,r){this.processor=e,this.messages=[],this.root=t,this.opts=r,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let r=new n(e,t);return this.messages.push(r),r}warnings(){return this.messages.filter((e=>"warning"===e.type))}get content(){return this.css}}e.exports=i,i.default=i},7399:(e,t,r)=>{"use strict";let n,i,s=r(4228);class o extends s{constructor(e){super(e),this.type="root",this.nodes||(this.nodes=[])}normalize(e,t,r){let n=super.normalize(e);if(t)if("prepend"===r)this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let e of n)e.raws.before=t.raws.before;return n}removeChild(e,t){let r=this.index(e);return!t&&0===r&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(e)}toResult(e={}){return new n(new i,this,e).stringify()}}o.registerLazyResult=e=>{n=e},o.registerProcessor=e=>{i=e},e.exports=o,o.default=o,s.registerRoot(o)},4013:(e,t,r)=>{"use strict";let n=r(4228),i=r(9401);class s extends n{constructor(e){super(e),this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return i.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null,r=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(r)}}e.exports=s,s.default=s,n.registerRule(s)},6573:e=>{"use strict";const t={after:"\n",beforeClose:"\n",beforeComment:"\n",beforeDecl:"\n",beforeOpen:" ",beforeRule:"\n",colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};class r{constructor(e){this.builder=e}atrule(e,t){let r="@"+e.name,n=e.params?this.rawValue(e,"params"):"";if(void 0!==e.raws.afterName?r+=e.raws.afterName:n&&(r+=" "),e.nodes)this.block(e,r+n);else{let i=(e.raws.between||"")+(t?";":"");this.builder(r+n+i,e)}}beforeAfter(e,t){let r;r="decl"===e.type?this.raw(e,null,"beforeDecl"):"comment"===e.type?this.raw(e,null,"beforeComment"):"before"===t?this.raw(e,null,"beforeRule"):this.raw(e,null,"beforeClose");let n=e.parent,i=0;for(;n&&"root"!==n.type;)i+=1,n=n.parent;if(r.includes("\n")){let t=this.raw(e,null,"indent");if(t.length)for(let e=0;e<i;e++)r+=t}return r}block(e,t){let r,n=this.raw(e,"between","beforeOpen");this.builder(t+n+"{",e,"start"),e.nodes&&e.nodes.length?(this.body(e),r=this.raw(e,"after")):r=this.raw(e,"after","emptyBody"),r&&this.builder(r),this.builder("}",e,"end")}body(e){let t=e.nodes.length-1;for(;t>0&&"comment"===e.nodes[t].type;)t-=1;let r=this.raw(e,"semicolon");for(let n=0;n<e.nodes.length;n++){let i=e.nodes[n],s=this.raw(i,"before");s&&this.builder(s),this.stringify(i,t!==n||r)}}comment(e){let t=this.raw(e,"left","commentLeft"),r=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+r+"*/",e)}decl(e,t){let r=this.raw(e,"between","colon"),n=e.prop+r+this.rawValue(e,"value");e.important&&(n+=e.raws.important||" !important"),t&&(n+=";"),this.builder(n,e)}document(e){this.body(e)}raw(e,r,n){let i;if(n||(n=r),r&&(i=e.raws[r],void 0!==i))return i;let s=e.parent;if("before"===n){if(!s||"root"===s.type&&s.first===e)return"";if(s&&"document"===s.type)return""}if(!s)return t[n];let o=e.root();if(o.rawCache||(o.rawCache={}),void 0!==o.rawCache[n])return o.rawCache[n];if("before"===n||"after"===n)return this.beforeAfter(e,n);{let t="raw"+((a=n)[0].toUpperCase()+a.slice(1));this[t]?i=this[t](o,e):o.walk((e=>{if(i=e.raws[r],void 0!==i)return!1}))}var a;return void 0===i&&(i=t[n]),o.rawCache[n]=i,i}rawBeforeClose(e){let t;return e.walk((e=>{if(e.nodes&&e.nodes.length>0&&void 0!==e.raws.after)return t=e.raws.after,t.includes("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),t&&(t=t.replace(/\S/g,"")),t}rawBeforeComment(e,t){let r;return e.walkComments((e=>{if(void 0!==e.raws.before)return r=e.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(t,null,"beforeDecl"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeDecl(e,t){let r;return e.walkDecls((e=>{if(void 0!==e.raws.before)return r=e.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(t,null,"beforeRule"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeOpen(e){let t;return e.walk((e=>{if("decl"!==e.type&&(t=e.raws.between,void 0!==t))return!1})),t}rawBeforeRule(e){let t;return e.walk((r=>{if(r.nodes&&(r.parent!==e||e.first!==r)&&void 0!==r.raws.before)return t=r.raws.before,t.includes("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),t&&(t=t.replace(/\S/g,"")),t}rawColon(e){let t;return e.walkDecls((e=>{if(void 0!==e.raws.between)return t=e.raws.between.replace(/[^\s:]/g,""),!1})),t}rawEmptyBody(e){let t;return e.walk((e=>{if(e.nodes&&0===e.nodes.length&&(t=e.raws.after,void 0!==t))return!1})),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk((r=>{let n=r.parent;if(n&&n!==e&&n.parent&&n.parent===e&&void 0!==r.raws.before){let e=r.raws.before.split("\n");return t=e[e.length-1],t=t.replace(/\S/g,""),!1}})),t}rawSemicolon(e){let t;return e.walk((e=>{if(e.nodes&&e.nodes.length&&"decl"===e.last.type&&(t=e.raws.semicolon,void 0!==t))return!1})),t}rawValue(e,t){let r=e[t],n=e.raws[t];return n&&n.value===r?n.raw:r}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")}stringify(e,t){if(!this[e.type])throw new Error("Unknown AST node type "+e.type+". Maybe you need to change PostCSS stringifier.");this[e.type](e,t)}}e.exports=r,r.default=r},7434:(e,t,r)=>{"use strict";let n=r(6573);function i(e,t){new n(t).stringify(e)}e.exports=i,i.default=i},9181:e=>{"use strict";e.exports.isClean=Symbol("isClean"),e.exports.my=Symbol("my")},1171:e=>{"use strict";const t="'".charCodeAt(0),r='"'.charCodeAt(0),n="\\".charCodeAt(0),i="/".charCodeAt(0),s="\n".charCodeAt(0),o=" ".charCodeAt(0),a="\f".charCodeAt(0),l="\t".charCodeAt(0),c="\r".charCodeAt(0),u="[".charCodeAt(0),p="]".charCodeAt(0),h="(".charCodeAt(0),f=")".charCodeAt(0),d="{".charCodeAt(0),m="}".charCodeAt(0),y=";".charCodeAt(0),g="*".charCodeAt(0),b=":".charCodeAt(0),v="@".charCodeAt(0),w=/[\t\n\f\r "#'()/;[\\\]{}]/g,x=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,k=/.[\r\n"'(/\\]/,S=/[\da-f]/i;e.exports=function(e,O={}){let _,T,E,P,I,C,A,j,L,M,$=e.css.valueOf(),D=O.ignoreErrors,F=$.length,R=0,N=[],z=[];function U(t){throw e.error("Unclosed "+t,R)}return{back:function(e){z.push(e)},endOfFile:function(){return 0===z.length&&R>=F},nextToken:function(e){if(z.length)return z.pop();if(R>=F)return;let O=!!e&&e.ignoreUnclosed;switch(_=$.charCodeAt(R),_){case s:case o:case l:case c:case a:T=R;do{T+=1,_=$.charCodeAt(T)}while(_===o||_===s||_===l||_===c||_===a);M=["space",$.slice(R,T)],R=T-1;break;case u:case p:case d:case m:case b:case y:case f:{let e=String.fromCharCode(_);M=[e,e,R];break}case h:if(j=N.length?N.pop()[1]:"",L=$.charCodeAt(R+1),"url"===j&&L!==t&&L!==r&&L!==o&&L!==s&&L!==l&&L!==a&&L!==c){T=R;do{if(C=!1,T=$.indexOf(")",T+1),-1===T){if(D||O){T=R;break}U("bracket")}for(A=T;$.charCodeAt(A-1)===n;)A-=1,C=!C}while(C);M=["brackets",$.slice(R,T+1),R,T],R=T}else T=$.indexOf(")",R+1),P=$.slice(R,T+1),-1===T||k.test(P)?M=["(","(",R]:(M=["brackets",P,R,T],R=T);break;case t:case r:E=_===t?"'":'"',T=R;do{if(C=!1,T=$.indexOf(E,T+1),-1===T){if(D||O){T=R+1;break}U("string")}for(A=T;$.charCodeAt(A-1)===n;)A-=1,C=!C}while(C);M=["string",$.slice(R,T+1),R,T],R=T;break;case v:w.lastIndex=R+1,w.test($),T=0===w.lastIndex?$.length-1:w.lastIndex-2,M=["at-word",$.slice(R,T+1),R,T],R=T;break;case n:for(T=R,I=!0;$.charCodeAt(T+1)===n;)T+=1,I=!I;if(_=$.charCodeAt(T+1),I&&_!==i&&_!==o&&_!==s&&_!==l&&_!==c&&_!==a&&(T+=1,S.test($.charAt(T)))){for(;S.test($.charAt(T+1));)T+=1;$.charCodeAt(T+1)===o&&(T+=1)}M=["word",$.slice(R,T+1),R,T],R=T;break;default:_===i&&$.charCodeAt(R+1)===g?(T=$.indexOf("*/",R+2)+1,0===T&&(D||O?T=$.length:U("comment")),M=["comment",$.slice(R,T+1),R,T],R=T):(x.lastIndex=R+1,x.test($),T=0===x.lastIndex?$.length-1:x.lastIndex-2,M=["word",$.slice(R,T+1),R,T],N.push(M),R=T)}return R++,M},position:function(){return R}}}},7570:e=>{"use strict";let t={};e.exports=function(e){t[e]||(t[e]=!0,"undefined"!=typeof console&&console.warn&&console.warn(e))}},3641:e=>{"use strict";class t{constructor(e,t={}){if(this.type="warning",this.text=e,t.node&&t.node.source){let e=t.node.rangeBy(t);this.line=e.start.line,this.column=e.start.column,this.endLine=e.end.line,this.endColumn=e.end.column}for(let e in t)this[e]=t[e]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}e.exports=t,t.default=t},6266:(e,t,r)=>{"use strict";function n(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return i}});const i=n(r(3628)).default},3628:(e,t)=>{"use strict";function r(e,t){return{handler:e,config:t}}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n}}),r.withOptions=function(e,t=(()=>({}))){const r=function(r){return{__options:r,handler:e(r),config:t(r)}};return r.__isOptionsFunction=!0,r.__pluginFunction=e,r.__configFunction=t,r};const n=r},8951:(e,t,r)=>{let n=r(6266);e.exports=(n.__esModule?n:{default:n}).default},5803:(e,t,r)=>{function n(e){try{if(!r.g.localStorage)return!1}catch(e){return!1}var t=r.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}},764:()=>{},5158:()=>{},8635:()=>{},139:()=>{},3653:()=>{},501:(e,t,r)=>{"use strict";var n=r(4925);function i(e){if(!e)return{a:0,b:0,c:0};let t=0,r=0,o=0;if("universal"==e.type)return{a:0,b:0,c:0};if("id"===e.type)t+=1;else if("tag"===e.type)o+=1;else if("class"===e.type)r+=1;else if("attribute"===e.type)r+=1;else if(function(e){return n.isPseudoElement(e)}(e))switch(e.value.toLowerCase()){case"::slotted":if(o+=1,e.nodes&&e.nodes.length>0){const n=s(e.nodes);t+=n.a,r+=n.b,o+=n.c}break;case"::view-transition-group":case"::view-transition-image-pair":case"::view-transition-old":case"::view-transition-new":if(e.nodes&&1===e.nodes.length&&"selector"===e.nodes[0].type&&function(e){if(!e)return!1;if(!e.nodes)return!1;const t=e.nodes.filter((e=>"comment"!==e.type));return 1===t.length&&"universal"===t[0].type}(e.nodes[0]))return{a:0,b:0,c:0};o+=1;break;default:o+=1}else if(n.isPseudoClass(e))switch(e.value.toLowerCase()){case":-moz-any":case":-webkit-any":case":any":case":has":case":is":case":matches":case":not":if(e.nodes&&e.nodes.length>0){const n=s(e.nodes);t+=n.a,r+=n.b,o+=n.c}break;case":where":break;case":nth-child":case":nth-last-child":if(r+=1,e.nodes&&e.nodes.length>0){const i=e.nodes[0].nodes.findIndex((e=>"tag"===e.type&&"of"===e.value.toLowerCase()));if(i>-1){const a=[n.selector({nodes:e.nodes[0].nodes.slice(i+1),value:""})];e.nodes.length>1&&a.push(...e.nodes.slice(1));const l=s(a);t+=l.a,r+=l.b,o+=l.c}}break;case":local":case":global":e.nodes&&e.nodes.length>0&&e.nodes.forEach((e=>{const n=i(e);t+=n.a,r+=n.b,o+=n.c}));break;case":host":case":host-context":if(r+=1,e.nodes&&e.nodes.length>0){const n=s(e.nodes);t+=n.a,r+=n.b,o+=n.c}break;default:r+=1}else n.isContainer(e)&&e.nodes.length>0&&e.nodes.forEach((e=>{const n=i(e);t+=n.a,r+=n.b,o+=n.c}));return{a:t,b:r,c:o}}function s(e){let t={a:0,b:0,c:0};return e.forEach((e=>{const r=i(e);r.a>t.a?t=r:r.a<t.a||(r.b>t.b?t=r:r.b<t.b||r.c>t.c&&(t=r))})),t}t.compare=function(e,t){return e.a===t.a?e.b===t.b?e.c-t.c:e.b-t.b:e.a-t.a},t.selectorSpecificity=i},8864:e=>{e.exports={nanoid:(e=21)=>{let t="",r=e;for(;r--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return t},customAlphabet:(e,t=21)=>(r=t)=>{let n="",i=r;for(;i--;)n+=e[Math.random()*e.length|0];return n}}},1548:(e,t,r)=>{"use strict";var n=r(4925),i=r(501);const s=n.pseudo({value:":is"});function o(e){if(!e||!e.nodes)return;const t=[];let r=[];for(let i=0;i<e.nodes.length;i++)if("combinator"!==e.nodes[i].type)if(n.isPseudoElement(e.nodes[i]))t.push(r),r=[e.nodes[i]];else{if("tag"===e.nodes[i].type&&r.find((e=>"tag"===e.type))){const t=s.clone({}),r=e.nodes[i];r.replaceWith(t),t.append(n.selector({nodes:[r],value:void 0}))}r.push(e.nodes[i])}else t.push(r),t.push([e.nodes[i]]),r=[];t.push(r);const i=[];for(let e=0;e<t.length;e++){const r=t[e];r.sort(((e,t)=>"selector"===e.type&&"selector"===t.type&&e.nodes.length&&t.nodes.length?a(e.nodes[0])-a(t.nodes[0]):"selector"===e.type&&e.nodes.length?a(e.nodes[0])-a(t):"selector"===t.type&&t.nodes.length?a(e)-a(t.nodes[0]):a(e)-a(t)));for(let e=0;e<r.length;e++)i.push(r[e])}for(let t=i.length-1;t>=0;t--)i[t].remove(),e.prepend(i[t])}function a(e){return n.isPseudoElement(e)?l.pseudoElement:l[e.type]}const l={universal:0,tag:1,pseudoElement:2,id:3,class:4,attribute:5,pseudo:6,selector:7,string:8,root:9,comment:10};function c(e,t){let r,i=e.parent;for(;i;){if("rule"===i.type)return;i=i.parent}try{r=n().astSync(e.selector)}catch(r){return void e.warn(t,`Failed to parse selector : "${e.selector}" with message: "${r.message}"`)}r&&(r.walkNesting((e=>{const t=e.parent;e.replaceWith(n.pseudo({value:":scope"})),t&&o(t)})),e.selector=r.toString())}function u(e){if(!e.nodes.length)return void e.remove();const t=e.nodes.filter((e=>"comment"===e.type));t.length===e.nodes.length&&e.replaceWith(...t)}function p(e,t){const r=t.index(e);if(r){const e=t.cloneBefore().removeAll().append(t.nodes.slice(0,r));e.raws.semicolon=!0,u(e)}t.before(e),t.raws.semicolon=!0}function h(e,t){if(t<2)throw new Error("n must be greater than 1");if(e.length<2)throw new Error("s must be greater than 1");if(Math.pow(e.length,t)>1e4)throw new Error("Too many combinations when trying to resolve a nested selector with lists, reduce the complexity of your selectors");const r=[];for(let e=0;e<t;e++)r[e]=0;const n=[];for(;;){const i=[];for(let s=t-1;s>=0;s--){let t=r[s];if(t>=e.length){if(t=0,r[s]=0,0===s)return n;r[s-1]+=1}i[s]=e[t]}n.push(i),r[r.length-1]++}}function f(e){const t=e.map((e=>n().astSync(e))).map((e=>i.selectorSpecificity(e))),r=t[0];for(let e=1;e<t.length;e++)if(r.a!==t[e].a||r.b!==t[e].b||r.c!==t[e].c)return!1;return!0}function d(e,t,r){let i=[];i=f(e)||r.noIsPseudoSelector?e.map((e=>n().astSync(e))):[n().astSync(`:is(${e.join(",")})`)];const s=[];for(let e=0;e<t.length;e++){let a,l=t[e];{const e=n().astSync(l);let t=!1;e.walk((e=>{"nesting"===e.type&&(t=!0)}));const r=e.nodes[0];let i=!1;r.each((e=>"combinator"===e.type&&(i=!0,!1))),t?i&&r.insertBefore(r.at(0),n.nesting({})):(r.insertBefore(r.at(0),n.combinator({value:" "})),r.insertBefore(r.at(0),n.nesting({}))),l=e.toString()}let c=[],u=0;if(n().astSync(l).walkNesting((()=>{u++})),u>1&&i.length>1)c=h(i,u),a=c.length;else{a=i.length;for(let e=0;e<i.length;e++){c.push([]);for(let t=0;t<u;t++)c[e].push(i[e])}}for(let e=0;e<a;e++){let t=0;const i=n().astSync(l);i.walk((i=>{if("nesting"!==i.type)return;let s=c[e][t];t++,"root"===s.type&&1===s.nodes.length&&(s=s.nodes[0]);const a=n().astSync(`:is(${s.toString()})`),l=m(s.nodes[0]),u=y(s.nodes[0]),p=m(i),h=y(i);if(l&&p)return void i.replaceWith(s.clone());if((l||u)&&(p||h)){const e=i.parent;return l&&"selector"===s.type?i.replaceWith(s.clone().nodes[0]):i.replaceWith(...s.clone().nodes),void(e&&e.nodes.length>1&&o(e))}if(l){const e=i.parent;return i.replaceWith(s.clone().nodes[0]),void(e&&o(e))}if(u){const e=i.parent;return i.replaceWith(...s.clone().nodes),void(e&&o(e))}if(g(i)){const e=i.parent;return i.replaceWith(...s.clone().nodes),void(e&&o(e))}if(b(i)){const e=i.parent;return i.replaceWith(...s.clone().nodes),void(e&&o(e))}const f=i.parent;r.noIsPseudoSelector?i.replaceWith(...s.clone().nodes):i.replaceWith(...a.clone({}).nodes),f&&o(f)})),s.push(i.toString())}}return s}function m(e){return"combinator"!==e.type&&!(e.parent&&e.parent.nodes.length>1)}function y(e,t=null){return!(m(e)||!e.parent||e.parent.nodes.find((e=>"combinator"===e.type))||e.parent.nodes.find((e=>"nesting"===e.type))&&t&&!y(t))}function g(e){if(!e.parent)return!1;if(0!==e.parent.nodes.indexOf(e))return!1;for(let t=1;t<e.parent.nodes.length;t++)if("combinator"===e.parent.nodes[t].type&&" "!==e.parent.nodes[t].value&&">"!==e.parent.nodes[t].value)return!1;return!0}function b(e){if(m(e))return!0;if(!e.parent)return!1;for(let t=0;t<e.parent.nodes.length;t++)if("nesting"!==e.parent.nodes[t].type&&(e.parent.nodes[t].prev()||e.parent.nodes[t].next())){if(e.parent.nodes[t].prev()&&"combinator"!==e.parent.nodes[t].prev().type)return!1;if(e.parent.nodes[t].next()&&"combinator"!==e.parent.nodes[t].next().type)return!1}return!0}function v(e){let t=-1;e.each(((r,n)=>{if("decl"===r.type)return t===n-1?void(t=n):(r.remove(),e.insertAfter(t,r),void(t=e.index(r)));if("atrule"===r.type&&"mixin"===r.name.toLowerCase()){let i=r.prev();for(;i;){if("rule"===i.type||"atrule"===i.type)return;i=i.prev()}return t===n-1?void(t=n):(r.remove(),e.insertAfter(t,r),void(t=e.index(r)))}if("comment"===r.type){const i=r.next();if(i&&("comment"===i.type||"rule"===i.type||"atrule"===i.type&&"mixin"!==i.name.toLowerCase()))return;return t===n-1?void(t=n):(r.remove(),e.insertAfter(t,r),void(t=e.index(r)))}}))}function w(e){const t=[];let r="",n=!1,i=0,s=!1,o=!1;for(const a of e)o?o=!1:"\\"===a?o=!0:s?a===s&&(s=!1):'"'===a||"'"===a?s=a:"("===a?i+=1:")"===a?i>0&&(i-=1):0===i&&","===a&&(n=!0),n?(""!==r&&t.push(r.trim()),r="",n=!1):r+=a;return t.push(r.trim()),t}var x=["container","document","media","supports","layer"];function k(e){return x.includes(e.name)}function S(e,t){return x.includes(e.name)&&e.name===t.name}function O(e){return e&&"atrule"===e.type}function _(e){return e&&O(e)&&"nest"===e.name}function T(e){return e&&"rule"===e.type}function E(e,t,r){e.each((n=>{const i=n.parent;_(n)&&!r.silenceAtNestWarning&&e.warn(t,`\`@nest\` was removed from the CSS Nesting specification and will be removed from PostCSS Nesting in the next major version.\nChange \`@nest ${n.params} {}\` to \`${n.params} {}\` to migrate to the latest standard.`),T(n)&&T(i)&&function(e){return e.selectors.every((e=>-1===e.indexOf("|")))}(n)?function(e,t,r,n){let i=[];try{i=d(t.selectors,e.selectors,n)}catch(n){return void e.warn(r,`Failed to parse selectors : "${t.selector}" / "${e.selector}" with message: "${n.message}"`)}i.length&&(v(t),p(e,t),e.selectors=i,"rule"===e.type&&"rule"===t.type&&e.selector===t.selector&&e.append(...t.nodes),u(t))}(n,i,t,r):_(n)&&T(i)&&function(e){return w(e.params).every((e=>e.split("&").length>=2&&-1===e.indexOf("|")))}(n)?function(e,t,r,n,i){let s=[];try{s=d(t.selectors,w(e.params),i)}catch(n){return void e.warn(r,`Failed to parse selectors : "${t.selector}" / "${e.params}" with message: "${n.message}"`)}if(!s.length)return;p(e,t);const o=t.clone().removeAll().append(e.nodes);o.raws.semicolon=!0,o.selectors=s,e.replaceWith(o),u(t),n(o,r,i)}(n,i,t,E,r):O(n)&&T(i)&&k(n)?function(e,t,r,n,i){if(v(t),p(e,t),e.nodes){const s=t.clone().removeAll().append(e.nodes);e.append(s),u(t),n(s,r,i)}else u(t)}(n,i,t,E,r):O(n)&&O(i)&&S(n,i)&&function(e,t){var r,n;v(t),p(e,t),e.params=(r=t.params,n=e.params,w(r).map((e=>w(n).map((t=>`${e} and ${t}`)).join(", "))).join(", ")),u(t)}(n,i),"nodes"in n&&n.nodes.length&&E(n,t,r)}))}const P=e=>{const t=Object.assign({noIsPseudoSelector:!1,silenceAtNestWarning:!1},e);return{postcssPlugin:"postcss-nesting",Rule(e,{result:r}){E(e,r,t),e.selector.includes("&")&&c(e,r)}}};P.postcss=!0,e.exports=P}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var s=t[n]={exports:{}};return e[n](s,s.exports,r),s.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{"use strict";r.r(n);var e=r(8951),t=r.n(e);const i="#e21833",s="#2f7eda",o="#008000",a="#ffd200",l="#ffffff",c="#000000",u="#a90007",p={darker:"#242424",dark:"#454545",mediumAA:"#757575",medium:"#7f7f7f",light:"#e6e6e6",lighter:"#f1f1f1",lightest:"#fafafa"},h="12px",f="14px",d="16px",m="18px",y="20px",g="24px",b="32px",v="48px",w="56px",x="72px",k="80px",S="400",O="500",_="800",T="'Manrope', Helvetica, Arial, Verdana, sans-serif",E="'Crimson Pro', Georgia, serif",P="'IBM Plex Mono', monospace",I="8px",C="12px",A="16px",j="24px",L="32px",M="40px",$="48px",D="56px",F="64px",R={min:"320px",max:"479px"},N={min:"480px",max:"649px"},z={min:"650px",max:"767px"},U={min:"768px",max:"1023px"},W={min:"1024px",max:"1199px"},q={min:"1200px",max:"1499px"},B={min:"1500px"},G=(R.min,R.max,{min:`min-width: ${N.min}`,max:`max-width: ${N.max}`}),H=`min-width: ${z.min}`,Y=(z.max,`min-width: ${U.min}`),Q=(U.max,`min-width: ${W.min}`),V=(W.max,q.min,q.max,B.min,{":root":{"--red":i,"--gold":a,"--blue":s,"--green":o,"--white":l,"--black":c,"--redDark":u,"--grayDarker":p.darker,"--grayDark":p.dark,"--grayAA":p.mediumAA,"--gray":p.medium,"--grayLight":p.light,"--grayLighter":p.lighter,"--grayLightest":p.lightest,"--serif":E,"--sanSerif":T,fontFamily:T,fontSize:d,lineHeight:"1.5em"}}),J={".umd-serif-max":{fontFamily:E,fontSize:k,fontWeight:S,lineHeight:82/parseInt(k)+"em",[`@media (${G.max})`]:{fontSize:b,lineHeight:38/parseInt(b)+"em"}},".umd-serif-extralarge":{fontFamily:E,fontSize:w,fontWeight:S,lineHeight:60/parseInt(w)+"em",[`@media (${G.max})`]:{fontSize:b,lineHeight:38/parseInt(b)+"em"}},".umd-serif-larger":{fontFamily:E,fontSize:b,fontWeight:S,lineHeight:38/parseInt(b)+"em",[`@media (${G.max})`]:{fontSize:g,lineHeight:24/parseInt(g)+"em"}},".umd-serif-large":{fontFamily:E,fontSize:g,fontWeight:S,lineHeight:24/parseInt(g)+"em",[`@media (${G.max})`]:{fontSize:y,lineHeight:30/parseInt(y)+"em"}},".umd-serif-medium":{fontFamily:E,fontSize:y,fontWeight:O,lineHeight:30/parseInt(y)+"em"}},Z={".umd-sans-maximum":{fontFamily:T,fontSize:x,fontWeight:_,lineHeight:76/parseInt(x)+"em",[`@media (${G.max})`]:{fontSize:b,lineHeight:56/parseInt(b)+"em"}},".umd-sans-largest":{fontFamily:T,fontSize:v,fontWeight:_,lineHeight:56/parseInt(v)+"em",[`@media (${G.max})`]:{fontSize:g,lineHeight:30/parseInt(g)+"em"}},".umd-sans-extralarge":{fontFamily:T,fontSize:b,fontWeight:_,lineHeight:38/parseInt(b)+"em",[`@media (${G.max})`]:{fontSize:m,lineHeight:24/parseInt(m)+"em"}},".umd-sans-larger":{fontFamily:T,fontSize:g,fontWeight:_,lineHeight:30/parseInt(g)+"em",[`@media (${G.max})`]:{fontSize:m,lineHeight:24/parseInt(m)+"em"}},".umd-sans-large":{fontFamily:T,fontSize:m,fontWeight:_,lineHeight:24/parseInt(m)+"em"},".umd-sans-medium":{fontFamily:T,fontSize:m,fontWeight:O,lineHeight:30/parseInt(m)+"em",[`@media (${G.max})`]:{fontSize:d,lineHeight:24/parseInt(d)+"em"}},".umd-sans-small":{fontFamily:T,fontSize:d,fontWeight:O,lineHeight:24/parseInt(d)+"em",[`@media (${G.max})`]:{fontSize:f,lineHeight:18/parseInt(f)+"em"}},".umd-sans-smaller":{fontFamily:T,fontSize:f,fontWeight:O,lineHeight:18/parseInt(f)+"em"},".umd-sans-min":{fontFamily:T,fontSize:h,fontWeight:"600",lineHeight:16/parseInt(h)+"em"}},X={".umd-eyebrow":{...Z[".umd-sans-smaller"]},".umd-label-sans-medium":{fontFamily:T,fontSize:d,fontWeight:O,letterSpacing:"0.16em",lineHeight:24/parseInt(d)+"em"},".umd-label-sans-small":{fontFamily:T,fontSize:f,fontWeight:O,letterSpacing:"0.16em",lineHeight:20/parseInt(f)+"em"},".umd-interactive-sans-medium":{fontFamily:T,fontSize:d,fontWeight:_,lineHeight:20/parseInt(d)+"em"},".umd-interactive-sans-small":{fontFamily:T,fontSize:f,fontWeight:_,lineHeight:18/parseInt(f)+"em"}},K=Object.assign(J,Z,X),ee={".umd-skip-content":{...K[".umd-interactive-sans-small"],backgroundColor:l,color:i,display:"block",height:"0",padding:I,position:"absolute",zIndex:"-2147483647",opacity:"0",transition:"none",textDecoration:"underline","&:focus":{display:"block",height:"inherit",zIndex:"2147483647",opacity:"1",transition:"opacity 0.5s"}}},te={display:"inline",position:"relative",backgroundPosition:"left calc(100% - 0.125em)",backgroundRepeat:"no-repeat",transition:"background 0.5s"},re={position:"relative",textDecoration:"none"},ne={...re,"&:hover > *:not(svg):not(.sr-only),\n &:focus > *:not(svg):not(.sr-only)":{backgroundSize:"100% 2px"}},ie={...re,"&:hover > *:not(svg):not(.sr-only),\n &:focus > *:not(svg):not(.sr-only)":{backgroundSize:"100% 2px"}},se={".umd-slidein-underline-red":{...ne,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"0 2px",backgroundImage:`linear-gradient(${i}, ${i})`}},".umd-slidein-underline-gold":{...ne,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"0 2px",backgroundImage:`linear-gradient(${a}, ${a})`}},".umd-slidein-underline-black":{...ne,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"0 2px",backgroundImage:`linear-gradient(${c}, ${c})`}},".umd-slidein-underline-white":{...ne,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"0 2px",backgroundImage:`linear-gradient(${l}, ${l})`}}},oe={".umd-fadein-underline-red":{...ie,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"100% 0",backgroundImage:`linear-gradient(${i}, ${i})`}},".umd-fadein-underline-gray":{...ie,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"100% 0",backgroundImage:`linear-gradient(${p.mediumAA}, ${p.mediumAA})`}},".umd-fadein-underline-gold":{...ie,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"100% 0",backgroundImage:`linear-gradient(${a}, ${a})`}},".umd-fadein-underline-black":{...ie,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"100% 0",backgroundImage:`linear-gradient(${c}, ${c})`}},".umd-fadein-underline-white":{...ie,"& > *:not(svg):not(.sr-only)":{...te,backgroundSize:"100% 0",backgroundImage:`linear-gradient(${l}, ${l})`}}},ae={".umd-slidein-underline-gray-red":{...re,"& > *:not(svg):not(.sr-only)":{...te,backgroundImage:`linear-gradient(to left, ${p.light} 50%, ${i} 50% 100%)`,backgroundPosition:"right bottom",backgroundSize:"200% 2px"},"&:hover > *:not(svg):not(.sr-only),\n &:focus > *:not(svg):not(.sr-only)":{backgroundPosition:"left bottom",backgroundSize:"200% 2px"}},".umd-fadein-simple-dark":{...re,backgroundImage:`linear-gradient(${l}, ${l})`,backgroundPosition:"left calc(100% - 2px)",backgroundRepeat:"no-repeat",backgroundSize:"100% 1px",color:l,transition:"color 0.5s, background-image 0.5s, background-position 0.5s","&:hover,\n &:focus":{backgroundImage:`linear-gradient(${a}, ${a})`,backgroundPosition:"left calc(100%)",color:l,textDecoration:"none"}},".umd-fadein-simple-light":{...re,backgroundImage:"linear-gradient(currentColor, currentColor)",backgroundPosition:"left calc(100% - 2px)",backgroundRepeat:"no-repeat",backgroundSize:"100% 1px",color:"currentColor",transition:"color 0.5s, background-image 0.5s, background-position 0.5s","&:hover,\n &:focus":{backgroundImage:`linear-gradient(${i}, ${i})`,backgroundPosition:"left calc(100%)",color:i,textDecoration:"none"}}},le=Object.assign(se,oe,ae),ce={"& ul,\n & ol ul":{padding:"0",counterReset:"item",listStyleType:"none !important","& li":{paddingLeft:j,position:"relative"},"& li:before":{...K[".umd-sans-large"],content:'"•"',counterIncrement:"item",position:"absolute",top:"0",right:`calc(100% - ${C})`},"& li li":{paddingLeft:M,"&:before":{right:`calc(100% - ${j})`}}},"& ol,\n & ul ol":{padding:"0",counterReset:"item",listStyleType:"none !important","& li ":{paddingLeft:M,position:"relative"},"& li:before":{...K[".umd-sans-large"],content:'counter(item) "."',counterIncrement:"item",fontVariantNumeric:"tabular-nums",position:"absolute",top:"0",right:`calc(100% - ${j})`,unicodeBidi:"isolate",whiteSpace:"pre"}},"& > ol":{"& > li":{paddingLeft:M},"& > li:before":{content:"counter(item)",borderRight:`1px solid ${i}`,paddingRight:I,right:`calc(100% - ${L})`}},"& li":{marginTop:j,"&:first-child":{marginTop:"0"},"& > ul,\n & > ol":{marginTop:j}},"& ul[style*='list-style-type:disc'] > li:before,\n & ul[style*='list-style-type: disc'] > li:before":{content:"counter(item, disc)"},"& ul[style*='list-style-type:circle'] > li:before,\n & ul[style*='list-style-type: circle'] > li:before":{content:"counter(item, circle)"},"& ul[style*='list-style-type:square'] > li:before,\n & ul[style*='list-style-type: square'] > li:before":{content:"counter(item, square)"},"& ol[style*='list-style-type:decimal'] > li:before,\n & ol[style*='list-style-type: decimal'] > li:before":{content:"counter(item, decimal) '.'"},"& > ol[style*='list-style-type:decimal'] > li:before,\n & > ol[style*='list-style-type: decimal'] > li:before":{content:"counter(item, decimal)"},"& ol[style*='list-style-type:cjk-decimal'] > li:before,\n & ol[style*='list-style-type: cjk-decimal'] > li:before":{content:"counter(item, cjk-decimal) '.'"},"& > ol[style*='list-style-type:cjk-decimal'] > li:before,\n & > ol[style*='list-style-type: cjk-decimal'] > li:before":{content:"counter(item, cjk-decimal)"},"& ol[style*='list-style-type:decimal-leading-zero'] > li:before,\n & ol[style*='list-style-type: decimal-leading-zero'] > li:before":{content:"counter(item, decimal-leading-zero) '.'"},"& > ol[style*='list-style-type:decimal-leading-zero'] > li:before,\n & > ol[style*='list-style-type: decimal-leading-zero'] > li:before":{content:"counter(item, decimal-leading-zero)"},"& ol[style*='list-style-type:lower-roman'] > li:before,\n & ol[style*='list-style-type: lower-roman'] > li:before":{content:"counter(item, lower-roman) '.'"},"& > ol[style*='list-style-type:lower-roman'] > li:before,\n & > ol[style*='list-style-type: lower-roman'] > li:before":{content:"counter(item, lower-roman)"},"& ol[style*='list-style-type:upper-roman'] > li:before,\n & ol[style*='list-style-type: upper-roman'] > li:before":{content:"counter(item, upper-roman) '.'"},"& > ol[style*='list-style-type:upper-roman'] > li:before,\n & > ol[style*='list-style-type: upper-roman'] > li:before":{content:"counter(item, upper-roman)"},"& ol[style*='list-style-type:lower-greek'] > li:before,\n & ol[style*='list-style-type: lower-greek'] > li:before":{content:"counter(item, lower-greek) '.'"},"& > ol[style*='list-style-type:lower-greek'] > li:before,\n & > ol[style*='list-style-type: lower-greek'] > li:before":{content:"counter(item, lower-greek)"},"& ol[style*='list-style-type:lower-latin'] > li:before,\n & ol[style*='list-style-type: lower-latin'] > li:before":{content:"counter(item, lower-latin) '.'"},"& > ol[style*='list-style-type:lower-latin'] > li:before,\n & > ol[style*='list-style-type: lower-latin'] > li:before":{content:"counter(item, lower-latin)"},"& ol[style*='list-style-type:upper-latin'] > li:before,\n & ol[style*='list-style-type: upper-latin'] > li:before":{content:"counter(item, upper-latin) '.'"},"& > ol[style*='list-style-type:upper-latin'] > li:before,\n & > ol[style*='list-style-type: upper-latin'] > li:before":{content:"counter(item, upper-latin)"},"& ol[style*='list-style-type:lower-alpha'] > li:before,\n & ol[style*='list-style-type: lower-alpha'] > li:before":{content:"counter(item, lower-alpha) '.'"},"& > ol[style*='list-style-type:lower-alpha'] > li:before,\n & > ol[style*='list-style-type: lower-alpha'] > li:before":{content:"counter(item, lower-alpha)"},"& ol[style*='list-style-type:upper-alpha'] > li:before,\n & ol[style*='list-style-type: upper-alpha'] > li:before":{content:"counter(item, upper-alpha) '.'"},"& > ol[style*='list-style-type:upper-alpha'] > li:before,\n & > ol[style*='list-style-type: upper-alpha'] > li:before":{content:"counter(item, upper-alpha)"},"& ol[style*='list-style-type:arabic-indic'] > li:before,\n & ol[style*='list-style-type: arabic-indic'] > li:before":{content:"counter(item, arabic-indic) '.'"},"& > ol[style*='list-style-type:arabic-indic'] > li:before,\n & > ol[style*='list-style-type: arabic-indic'] > li:before":{content:"counter(item, arabic-indic)"},"& ol[style*='list-style-type:armenian'] > li:before,\n & ol[style*='list-style-type: armenian'] > li:before":{content:"counter(item, armenian) '.'"},"& > ol[style*='list-style-type:armenian'] > li:before,\n & > ol[style*='list-style-type: armenian'] > li:before":{content:"counter(item, armenian)"},"& ol[style*='list-style-type:bengali'] > li:before,\n & ol[style*='list-style-type: bengali'] > li:before":{content:"counter(item, bengali) '.'"},"& > ol[style*='list-style-type:bengali'] > li:before,\n & > ol[style*='list-style-type: bengali'] > li:before":{content:"counter(item, bengali)"},"& ol[style*='list-style-type:cambodian/khmer'] > li:before,\n & ol[style*='list-style-type: cambodian/khmer'] > li:before":{content:"counter(item, cambodian/khmer) '.'"},"& > ol[style*='list-style-type:cambodian/khmer'] > li:before,\n & > ol[style*='list-style-type: cambodian/khmer'] > li:before":{content:"counter(item, cambodian/khmer)"},"& ol[style*='list-style-type:cjk-earthly-branch'] > li:before,\n & ol[style*='list-style-type: cjk-earthly-branch'] > li:before":{content:"counter(item, cjk-earthly-branch) '.'"},"& > ol[style*='list-style-type:cjk-earthly-branch'] > li:before,\n & > ol[style*='list-style-type: cjk-earthly-branch'] > li:before":{content:"counter(item, cjk-earthly-branch)"},"& ol[style*='list-style-type:cjk-heavenly-stem'] > li:before,\n & ol[style*='list-style-type: cjk-heavenly-stem'] > li:before":{content:"counter(item, cjk-heavenly-stem) '.'"},"& > ol[style*='list-style-type:cjk-heavenly-stem'] > li:before,\n & > ol[style*='list-style-type: cjk-heavenly-stem'] > li:before":{content:"counter(item, cjk-heavenly-stem)"},"& ol[style*='list-style-type:cjk-ideographic'] > li:before,\n & ol[style*='list-style-type: cjk-ideographic'] > li:before":{content:"counter(item, cjk-ideographic) '.'"},"& > ol[style*='list-style-type:cjk-ideographic'] > li:before,\n & > ol[style*='list-style-type: cjk-ideographic'] > li:before":{content:"counter(item, cjk-ideographic)"},"& ol[style*='list-style-type:devanagari'] > li:before,\n & ol[style*='list-style-type: devanagari'] > li:before":{content:"counter(item, devanagari) '.'"},"& > ol[style*='list-style-type:devanagari'] > li:before,\n & > ol[style*='list-style-type: devanagari'] > li:before":{content:"counter(item, devanagari)"},"& ol[style*='list-style-type:ethiopic-numeric'] > li:before,\n & ol[style*='list-style-type: ethiopic-numeric'] > li:before":{content:"counter(item, ethiopic-numeric) '.'"},"& > ol[style*='list-style-type:ethiopic-numeric'] > li:before,\n & > ol[style*='list-style-type: ethiopic-numeric'] > li:before":{content:"counter(item, ethiopic-numeric)"},"& ol[style*='list-style-type:georgian'] > li:before,\n & ol[style*='list-style-type: georgian'] > li:before":{content:"counter(item, georgian) '.'"},"& > ol[style*='list-style-type:georgian'] > li:before,\n & > ol[style*='list-style-type: georgian'] > li:before":{content:"counter(item, georgian)"},"& ol[style*='list-style-type:gujarati'] > li:before,\n & ol[style*='list-style-type: gujarati'] > li:before":{content:"counter(item, gujarati) '.'"},"& > ol[style*='list-style-type:gujarati'] > li:before,\n & > ol[style*='list-style-type: gujarati'] > li:before":{content:"counter(item, gujarati)"},"& ol[style*='list-style-type:gurmukhi'] > li:before,\n & ol[style*='list-style-type: gurmukhi'] > li:before":{content:"counter(item, gurmukhi) '.'"},"& > ol[style*='list-style-type:gurmukhi'] > li:before,\n & > ol[style*='list-style-type: gurmukhi'] > li:before":{content:"counter(item, gurmukhi)"},"& ol[style*='list-style-type:hebrew'] > li:before,\n & ol[style*='list-style-type: hebrew'] > li:before":{content:"counter(item, hebrew) '.'"},"& > ol[style*='list-style-type:hebrew'] > li:before,\n & > ol[style*='list-style-type: hebrew'] > li:before":{content:"counter(item, hebrew)"},"& ol[style*='list-style-type:hiragana'] > li:before,\n & ol[style*='list-style-type: hiragana'] > li:before":{content:"counter(item, hiragana) '.'"},"& > ol[style*='list-style-type:hiragana'] > li:before,\n & > ol[style*='list-style-type: hiragana'] > li:before":{content:"counter(item, hiragana)"},"& ol[style*='list-style-type:hiragana-iroha'] > li:before,\n & ol[style*='list-style-type: hiragana-iroha'] > li:before":{content:"counter(item, hiragana-iroha) '.'"},"& > ol[style*='list-style-type:hiragana-iroha'] > li:before,\n & > ol[style*='list-style-type: hiragana-iroha'] > li:before":{content:"counter(item, hiragana-iroha)"},"& ol[style*='list-style-type:japanese-formal'] > li:before,\n & ol[style*='list-style-type: japanese-formal'] > li:before":{content:"counter(item, japanese-formal) '.'"},"& > ol[style*='list-style-type:japanese-formal'] > li:before,\n & > ol[style*='list-style-type: japanese-formal'] > li:before":{content:"counter(item, japanese-formal)"},"& ol[style*='list-style-type:japanese-informal'] > li:before,\n & ol[style*='list-style-type: japanese-informal'] > li:before":{content:"counter(item, japanese-informal) '.'"},"& > ol[style*='list-style-type:japanese-informal'] > li:before,\n & > ol[style*='list-style-type: japanese-informal'] > li:before":{content:"counter(item, japanese-informal)"},"& ol[style*='list-style-type:kannada'] > li:before,\n & ol[style*='list-style-type: kannada'] > li:before":{content:"counter(item, kannada) '.'"},"& > ol[style*='list-style-type:kannada'] > li:before,\n & > ol[style*='list-style-type: kannada'] > li:before":{content:"counter(item, kannada)"},"& ol[style*='list-style-type:katakana'] > li:before,\n & ol[style*='list-style-type: katakana'] > li:before":{content:"counter(item, katakana) '.'"},"& > ol[style*='list-style-type:katakana'] > li:before,\n & > ol[style*='list-style-type: katakana'] > li:before":{content:"counter(item, katakana)"},"& ol[style*='list-style-type:katakana-iroha'] > li:before,\n & ol[style*='list-style-type: katakana-iroha'] > li:before":{content:"counter(item, katakana-iroha) '.'"},"& > ol[style*='list-style-type:katakana-iroha'] > li:before,\n & > ol[style*='list-style-type: katakana-iroha'] > li:before":{content:"counter(item, katakana-iroha)"},"& ol[style*='list-style-type:korean-hangul-formal'] > li:before,\n & ol[style*='list-style-type: korean-hangul-formal'] > li:before":{content:"counter(item, korean-hangul-formal) '.'"},"& > ol[style*='list-style-type:korean-hangul-formal'] > li:before,\n & > ol[style*='list-style-type: korean-hangul-formal'] > li:before":{content:"counter(item, korean-hangul-formal)"},"& ol[style*='list-style-type:korean-hanja-formal'] > li:before,\n & ol[style*='list-style-type: korean-hanja-formal'] > li:before":{content:"counter(item, korean-hanja-formal) '.'"},"& > ol[style*='list-style-type:korean-hanja-formal'] > li:before,\n & > ol[style*='list-style-type: korean-hanja-formal'] > li:before":{content:"counter(item, korean-hanja-formal)"},"& ol[style*='list-style-type:korean-hanja-informal'] > li:before,\n & ol[style*='list-style-type: korean-hanja-informal'] > li:before":{content:"counter(item, korean-hanja-informal) '.'"},"& > ol[style*='list-style-type:korean-hanja-informal'] > li:before,\n & > ol[style*='list-style-type: korean-hanja-informal'] > li:before":{content:"counter(item, korean-hanja-informal)"},"& ol[style*='list-style-type:lao'] > li:before,\n & ol[style*='list-style-type: lao'] > li:before":{content:"counter(item, lao) '.'"},"& > ol[style*='list-style-type:lao'] > li:before,\n & > ol[style*='list-style-type: lao'] > li:before":{content:"counter(item, lao)"},"& ol[style*='list-style-type:lower-armenian'] > li:before,\n & ol[style*='list-style-type: lower-armenian'] > li:before":{content:"counter(item, lower-armenian) '.'"},"& > ol[style*='list-style-type:lower-armenian'] > li:before,\n & > ol[style*='list-style-type: lower-armenian'] > li:before":{content:"counter(item, lower-armenian)"},"& ol[style*='list-style-type:malayalam'] > li:before,\n & ol[style*='list-style-type: malayalam'] > li:before":{content:"counter(item, malayalam) '.'"},"& > ol[style*='list-style-type:malayalam'] > li:before,\n & > ol[style*='list-style-type: malayalam'] > li:before":{content:"counter(item, malayalam)"},"& ol[style*='list-style-type:mongolian'] > li:before,\n & ol[style*='list-style-type: mongolian'] > li:before":{content:"counter(item, mongolian) '.'"},"& > ol[style*='list-style-type:mongolian'] > li:before,\n & > ol[style*='list-style-type: mongolian'] > li:before":{content:"counter(item, mongolian)"},"& ol[style*='list-style-type:myanmar'] > li:before,\n & ol[style*='list-style-type: myanmar'] > li:before":{content:"counter(item, myanmar) '.'"},"& > ol[style*='list-style-type:myanmar'] > li:before,\n & > ol[style*='list-style-type: myanmar'] > li:before":{content:"counter(item, myanmar)"},"& ol[style*='list-style-type:oriya'] > li:before,\n & ol[style*='list-style-type: oriya'] > li:before":{content:"counter(item, oriya) '.'"},"& > ol[style*='list-style-type:oriya'] > li:before,\n & > ol[style*='list-style-type: oriya'] > li:before":{content:"counter(item, oriya)"},"& ol[style*='list-style-type:persian'] > li:before,\n & ol[style*='list-style-type: persian'] > li:before":{content:"counter(item, persian) '.'"},"& > ol[style*='list-style-type:persian'] > li:before,\n & > ol[style*='list-style-type: persian'] > li:before":{content:"counter(item, persian)"},"& ol[style*='list-style-type:simp-chinese-formal'] > li:before,\n & ol[style*='list-style-type: simp-chinese-formal'] > li:before":{content:"counter(item, simp-chinese-formal) '.'"},"& > ol[style*='list-style-type:simp-chinese-formal'] > li:before,\n & > ol[style*='list-style-type: simp-chinese-formal'] > li:before":{content:"counter(item, simp-chinese-formal)"},"& ol[style*='list-style-type:simp-chinese-informal'] > li:before,\n & ol[style*='list-style-type: simp-chinese-informal'] > li:before":{content:"counter(item, simp-chinese-informal) '.'"},"& > ol[style*='list-style-type:simp-chinese-informal'] > li:before,\n & > ol[style*='list-style-type: simp-chinese-informal'] > li:before":{content:"counter(item, simp-chinese-informal)"},"& ol[style*='list-style-type:tamil'] > li:before,\n & ol[style*='list-style-type: tamil'] > li:before":{content:"counter(item, tamil) '.'"},"& > ol[style*='list-style-type:tamil'] > li:before,\n & > ol[style*='list-style-type: tamil'] > li:before":{content:"counter(item, tamil)"},"& ol[style*='list-style-type:telugu'] > li:before,\n & ol[style*='list-style-type: telugu'] > li:before":{content:"counter(item, telugu) '.'"},"& > ol[style*='list-style-type:telugu'] > li:before,\n & > ol[style*='list-style-type: telugu'] > li:before":{content:"counter(item, telugu)"},"& ol[style*='list-style-type:thai'] > li:before,\n & ol[style*='list-style-type: thai'] > li:before":{content:"counter(item, thai) '.'"},"& > ol[style*='list-style-type:thai'] > li:before,\n & > ol[style*='list-style-type: thai'] > li:before":{content:"counter(item, thai)"},"& ol[style*='list-style-type:tibetan'] > li:before,\n & ol[style*='list-style-type: tibetan'] > li:before":{content:"counter(item, tibetan) '.'"},"& > ol[style*='list-style-type:tibetan'] > li:before,\n & > ol[style*='list-style-type: tibetan'] > li:before":{content:"counter(item, tibetan)"},"& ol[style*='list-style-type:trad-chinese-formal'] > li:before,\n & ol[style*='list-style-type: trad-chinese-formal'] > li:before":{content:"counter(item, trad-chinese-formal) '.'"},"& > ol[style*='list-style-type:trad-chinese-formal'] > li:before,\n & > ol[style*='list-style-type: trad-chinese-formal'] > li:before":{content:"counter(item, trad-chinese-formal)"},"& ol[style*='list-style-type:trad-chinese-informal'] > li:before,\n & ol[style*='list-style-type: trad-chinese-informal'] > li:before":{content:"counter(item, trad-chinese-informal) '.'"},"& > ol[style*='list-style-type:trad-chinese-informal'] > li:before,\n & > ol[style*='list-style-type: trad-chinese-informal'] > li:before":{content:"counter(item, trad-chinese-informal)"},"& ol[style*='list-style-type:upper-armenian'] > li:before,\n & ol[style*='list-style-type: upper-armenian'] > li:before":{content:"counter(item, upper-armenian) '.'"},"& > ol[style*='list-style-type:upper-armenian'] > li:before,\n & > ol[style*='list-style-type: upper-armenian'] > li:before":{content:"counter(item, upper-armenian)"},"& ol[style*='list-style-type:-moz-ethiopic-halehame'] > li:before,\n & ol[style*='list-style-type: -moz-ethiopic-halehame'] > li:before":{content:"counter(item, -moz-ethiopic-halehame) '.'"},"& > ol[style*='list-style-type:-moz-ethiopic-halehame'] > li:before,\n & > ol[style*='list-style-type: -moz-ethiopic-halehame'] > li:before":{content:"counter(item, -moz-ethiopic-halehame)"},"& ol[style*='list-style-type:-moz-ethiopic-halehame-am'] > li:before,\n & ol[style*='list-style-type: -moz-ethiopic-halehame-am'] > li:before":{content:"counter(item, -moz-ethiopic-halehame-am) '.'"},"& > ol[style*='list-style-type:-moz-ethiopic-halehame-am'] > li:before,\n & > ol[style*='list-style-type: -moz-ethiopic-halehame-am'] > li:before":{content:"counter(item, -moz-ethiopic-halehame-am)"},"& ol[style*='list-style-type:ethiopic-halehame-ti-er'] > li:before,\n & ol[style*='list-style-type: ethiopic-halehame-ti-er'] > li:before":{content:"counter(item, ethiopic-halehame-ti-er) '.'"},"& > ol[style*='list-style-type:ethiopic-halehame-ti-er'] > li:before,\n & > ol[style*='list-style-type: ethiopic-halehame-ti-er'] > li:before":{content:"counter(item, ethiopic-halehame-ti-er)"},"& ol[style*='list-style-type:ethiopic-halehame-ti-et'] > li:before,\n & ol[style*='list-style-type: ethiopic-halehame-ti-et'] > li:before":{content:"counter(item, ethiopic-halehame-ti-et) '.'"},"& > ol[style*='list-style-type:ethiopic-halehame-ti-et'] > li:before,\n & > ol[style*='list-style-type: ethiopic-halehame-ti-et'] > li:before":{content:"counter(item, ethiopic-halehame-ti-et)"},"& ol[style*='list-style-type:hangul'] > li:before,\n & ol[style*='list-style-type: hangul'] > li:before":{content:"counter(item, hangul) '.'"},"& > ol[style*='list-style-type:hangul'] > li:before,\n & > ol[style*='list-style-type: hangul'] > li:before":{content:"counter(item, hangul)"},"& ol[style*='list-style-type:hangul-consonant'] > li:before,\n & ol[style*='list-style-type: hangul-consonant'] > li:before":{content:"counter(item, hangul-consonant) '.'"},"& > ol[style*='list-style-type:hangul-consonant'] > li:before,\n & > ol[style*='list-style-type: hangul-consonant'] > li:before":{content:"counter(item, hangul-consonant)"},"& ol[style*='list-style-type:urdu'] > li:before,\n & ol[style*='list-style-type: urdu'] > li:before":{content:"counter(item, urdu) '.'"},"& > ol[style*='list-style-type:urdu'] > li:before,\n & > ol[style*='list-style-type: urdu'] > li:before":{content:"counter(item, urdu)"}},ue={".umd-rich-text-base":{lineHeight:"1.5em","& > *":{marginTop:j,"&:first-child":{marginTop:"0"}},"& p,\n & ul,\n & ol,\n & pre,\n & blockquote":{maxWidth:"960px"},"& hr":{border:"none",height:"1px",backgroundColor:"currentColor"},"& em, & i":{fontStyle:"italic"},"& strong, & b":{fontWeight:"900"},"& u":{textDecoration:"underline"},"& a":{color:"currentColor",textDecoration:"underline",transition:"color 0.5s","&:hover, &:focus":{color:i}},"& img":{maxWidth:"100%"}}},pe={"& code, & pre":{border:`1px solid ${p.lightest}`,backgroundColor:p.lightest,borderRadius:"3px",color:"currentColor",fontFamily:P},"& code":{display:"inline-block",padding:`0 ${I}`},"& pre":{padding:I}},he={"& blockquote":{...K[".umd-sans-larger"],display:"inline-block",borderLeft:`2px solid ${i}`,position:"relative",paddingLeft:j,"&:before":{content:'""',backgroundImage:"url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9Ijk2IiBoZWlnaHQ9Ijk2IiB2aWV3Qm94PSIwIDAgOTYgOTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00NS4wOTUyIDE5TDM3LjI4NTcgNTBWNzhIOFY1MEwyOS4yODEgMTlINDUuMDk1MlpNOTAgMTlMODIuMTkwNSA1MFY3OEg1Mi45MDQ4VjUwTDc0LjM4MSAxOUg5MFoiIGZpbGw9IiNlMjE4MzMiIC8+Cjwvc3ZnPg==')",backgroundSize:"contain",backgroundPosition:"center",position:"absolute",top:"0",left:"-40px",height:"30px",width:"30px"}}},fe={"& table":{borderCollapse:"collapse",display:"block",overflowX:"auto",tableLayout:"fixed",maxWidth:"100%","& th":K[".umd-sans-large"],"& td":K[".umd-sans-smaller"],"& th, & td":{padding:`${L} ${j}`,verticalAlign:"top","&:first-child":{paddingLeft:L},"&:last-Child":{paddingRight:L}},"& thead th":{background:p.lighter,color:c,textAlign:"left"},"& tbody tr":{borderTop:`1px solid ${p.light}`},"& tr:nth-child(even)":{background:p.lightest}}},de={".umd-rich-text":{fontWeight:O,...ue[".umd-rich-text-base"],...pe,...he,...fe,...ce},".umd-rich-text-dark":{color:l,"& a":{...le[".umd-fadein-simple-dark"]}}},me=e=>Math.round(1e3*e)/1e3,ye={display:"flex",flexDirection:"column",flexWrap:"wrap",gap:j,[`@media (${H})`]:{flexDirection:"row",justifyContent:"center",gap:L}},ge={".umd-flex":{...ye,[`@media (${Q})`]:{gap:F}},".umd-flex-three":{...ye},".umd-flex-four":{...ye}},be={".umd-flex > *":{width:"100%",[`@media (${H})`]:{width:`calc(50% - ${me(parseInt(L)/2)}px)`},[`@media (${Q})`]:{width:`calc(50% - ${me(parseInt(F)/2)}px)`}},".umd-flex-three > *":{width:"100%",[`@media (${H})`]:{width:`calc(50% - ${me(parseInt(L)/2)}px)`},[`@media (${Q})`]:{width:`calc(33.333% - ${me(2*parseInt(L)/3)}px)`}},".umd-flex-four > *":{width:"100%",[`@media (${H})`]:{width:`calc(50% - ${me(parseInt(L)/2)}px)`},[`@media (${Q})`]:{width:`calc(25% - ${me(3*parseInt(L)/4)}px)`}}},ve={".umd-flex-three-animated-icon-card":{...ge[".umd-flex-three"],"& umd-element-card-icon":{...be[".umd-flex-three > *"],boxShadow:"0 0 0 0 rgba(0, 0, 0, 0.2)",transition:"box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out",transform:"scale(1)","&:hover,\n &:focus-within ":{boxShadow:"0 0 20px 0 rgba(0, 0, 0, 0.2)",transform:"scale(1.025)",zIndex:"99"}}},".umd-flex-four-animated-icon-card":{...ge[".umd-flex-four"],"& umd-element-card-icon":{...be[".umd-flex-four > *"],boxShadow:"0 0 0 0 rgba(0, 0, 0, 0.2)",transition:"box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out",transform:"scale(1)","&:hover,\n &:focus-within ":{boxShadow:"0 0 20px 0 rgba(0, 0, 0, 0.2)",transform:"scale(1.025)",zIndex:"99"}}}},we={...ge,...be,...ve},xe={display:"grid",gridGap:j,gridTemplateColumns:"1fr"},ke={[`@media (${H})`]:{gridGap:L,gridTemplateColumns:"repeat(2, 1fr)"},[`@media (${Q})`]:{gridGap:L}},Se={".umd-grid":{...xe,...ke,[`@media (${Q})`]:{gridGap:F}},".umd-grid-three":{...xe,...ke,[`@media (${Q})`]:{gridTemplateColumns:"repeat(3, 1fr)"}},".umd-grid-four":{...xe,...ke,[`@media (${Q})`]:{gridTemplateColumns:"repeat(4, 1fr)"}}},Oe={".umd-grid-gutterless-two":{...xe,gridGap:I,[`@media (${H})`]:{gridGap:"0px",gridTemplateColumns:"repeat(2, 1fr)"}},".umd-grid-gutterless-three":{...xe,gridGap:I,[`@media (${H})`]:{gridGap:"0px",gridTemplateColumns:"repeat(2, 1fr)"},[`@media (${Q})`]:{gridTemplateColumns:"repeat(3, 1fr)"}},".umd-grid-gutterless-four":{...xe,gridGap:I,[`@media (${H})`]:{gridGap:"0px",gridTemplateColumns:"repeat(2, 1fr)"},[`@media (${Q})`]:{gridTemplateColumns:"repeat(4, 1fr)"}}},_e={".umd-grid-featured-card":{...xe,[`@media (${G.min})`]:{gridGap:`${j}`,gridTemplateColumns:"repeat(2, 1fr)","& > *:first-child":{gridColumnStart:"1",gridColumnEnd:"span 2"}},[`@media (${Q})`]:{gridGap:`${L}`,gridTemplateColumns:`[start-feature] calc(50% - ${j}) [end-feature start-cards] repeat(2, 1fr) [end-cards]`,"& > umd-element-card-overlay:first-child,\n & > umd-element-card:first-child":{gridColumnStart:"1",gridColumnEnd:"1"}}},".umd-grid-two-animated-overlay-card":{...Oe[".umd-grid-gutterless-two"],[`@media (${Q})`]:{gridTemplateColumns:"repeat(2, 1fr)",minHeight:`calc(${D} * 10)`},"& umd-element-card-overlay":{boxShadow:"0 0 0 0 rgba(0, 0, 0, 0.2)",transition:"box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out",transform:"scale(1)","&:hover,\n &:focus-within ":{boxShadow:"0 0 20px 0 rgba(0, 0, 0, 0.2)",transform:"scale(1.025)",zIndex:"99"}}},".umd-grid-three-animated-overlay-card":{...Oe[".umd-grid-gutterless-three"],[`@media (${Q})`]:{gridTemplateColumns:"repeat(3, 1fr)",minHeight:`calc(${D} * 10)`},"& umd-element-card-overlay":{boxShadow:"0 0 0 0 rgba(0, 0, 0, 0.2)",transition:"box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out",transform:"scale(1)","&:hover,\n &:focus-within ":{boxShadow:"0 0 20px 0 rgba(0, 0, 0, 0.2)",transform:"scale(1.025)",zIndex:"99"}}},".umd-grid-four-animated-overlay-card":{...Oe[".umd-grid-gutterless-four"],[`@media (${Q})`]:{gridTemplateColumns:"repeat(4, 1fr)",minHeight:`calc(${D} * 10)`},"& umd-element-card-overlay":{boxShadow:"0 0 0 0 rgba(0, 0, 0, 0.2)",transition:"box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out",transform:"scale(1)","&:hover,\n &:focus-within ":{boxShadow:"0 0 20px 0 rgba(0, 0, 0, 0.2)",transform:"scale(1.025)",zIndex:"99"}}}},Te={...Se,...Oe,..._e},Ee={display:"block",marginLeft:"auto",marginRight:"auto",paddingLeft:j,paddingRight:j,maxWidth:"1536px",[`@media (${Y})`]:{paddingLeft:$,paddingRight:$},[`@media (${Q})`]:{paddingLeft:F,paddingRight:F}},Pe={".umd-lock":{...Ee},".umd-lock-small":{...Ee,maxWidth:"1296px"},".umd-lock-smaller":{...Ee,maxWidth:"1180px"},".umd-lock-extra-small":{...Ee,maxWidth:"960px"},".umd-lock-smallest":{...Ee,maxWidth:"800px"}},Ie={alignItems:"flex-start",display:"flex",flexDirection:"column",gap:A,justifyContent:"flex-start",[`@media (${H})`]:{flexDirection:"row",flexWrap:"wrap"}},Ce={".umd-links-group":{...Ie},".umd-links-group-center":{...Ie,alignItems:"center",justifyContent:"center",[`@media (${H})`]:{alignItems:"flex-start",flexDirection:"row",flexWrap:"wrap"}}},Ae={...K[".umd-interactive-sans-small"],transition:"background 0.5s, border 0.5s, color 0.5s",textAlign:"center","& > *:not(svg)":{verticalAlign:"middle"}},je={fill:i,display:"inline",flex:"none",height:"14px",width:"14px",transition:"fill 0.5s"},Le={".umd-cta-primary":{...Ae,backgroundColor:i,border:`1px solid ${i}`,color:l,padding:`${C} ${L}`,maxWidth:"400px",svg:{...je,fill:l},"svg:first-child":{marginRight:"4px"},"svg:last-child":{marginLeft:"4px"},"&:hover,&:focus":{border:`1px solid ${u}`,backgroundColor:u,svg:{fill:l}}},".umd-cta-secondary":{...Ae,color:c,display:"inline-block",textAlign:"left",paddingLeft:"18px",position:"relative",svg:{...je,position:"absolute",left:"0",top:"4px"},"& > *:not(svg):not(.sr-only)":{backgroundImage:`linear-gradient(${i}, ${i})`,display:"inline",position:"relative",backgroundPosition:"left bottom",backgroundRepeat:"no-repeat",backgroundSize:"0% 2px",transition:"background-size 0.4s"},"&:hover,&:focus":{svg:{fill:i},"& > *:not(svg):not(.sr-only)":{backgroundSize:"100% 2px"}}},".umd-cta-outlined":{...Ae,backgroundColor:l,border:`1px solid ${p.darker}`,color:c,padding:`${C} ${L}`,svg:{...je},"svg:first-child":{marginRight:"4px"},"svg:last-child":{marginLeft:"4px"},"&:hover,&:focus":{backgroundColor:p.darker,color:l,svg:{fill:l}}}},Me={".umd-cta-primary-large":{...Le[".umd-cta-primary"],...K[".umd-sans-large"],padding:`${A} ${L}`,svg:{...je,fill:l,height:"18px",width:"18px"}},".umd-cta-secondary-large":{...Le[".umd-cta-secondary"],...K[".umd-sans-large"],paddingLeft:"22px",svg:{...je,position:"absolute",left:"0",top:"4px",height:"18px",width:"18px"}},".umd-cta-outlined-large":{...Le[".umd-cta-outlined"],...K[".umd-sans-large"],padding:`${A} ${L}`,svg:{...je,height:"18px",width:"18px"}}},$e=Object.assign(Le,Me),De={".umd-media-with-caption":{display:"table",maxWidth:"100%"},".umd-caption":{...K[".umd-sans-smaller"],captionSide:"bottom",color:p.mediumAA,display:"table-caption",paddingTop:C,"& > *":{marginTop:A,"&:first-child":{marginTop:"0"}}}},Fe={"@keyframes loader-animation":{"0%, 100%":{boxShadow:`0 ${I} 0 -3px ${p.dark}`},"50%":{boxShadow:`0 ${I} 0 0 ${p.dark}`}},".umd-loader,\n .umd-loader:before,\n .umd-loader:after":{animation:"loader-animation 1.5s infinite ease-in-out",display:"block",borderRadius:"50%",width:I,height:I},".umd-loader":{color:c,position:"relative",transform:`translate(${A}, -4px)`,"&:before, &:after":{content:'""',position:"absolute",top:"0"},"&:before":{animationDelay:"-0.25s",left:`-${A}`},"&:after":{animationDelay:"0.25s",left:A}}},Re={...V},Ne={...ee,...le,...de,...K,...Te,...Pe,...Ce,...$e,...De,...Fe,...we};t()((function({addUtilities:e,addComponents:t}){e(Re),t(Ne)}));var ze=r(5489);const Ue=ze,We=(ze.stringify,ze.fromJSON,ze.plugin,ze.parse,ze.list,ze.document,ze.comment,ze.atRule,ze.rule,ze.decl,ze.root,ze.CssSyntaxError,ze.Declaration,ze.Container,ze.Processor,ze.Document,ze.Comment,ze.Warning,ze.AtRule,ze.Result,ze.Input,ze.Rule,ze.Root,ze.Node,r(1548)),qe=r(646),Be=`\n :host * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n div {\n line-height: 1;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n line-height: inherit;\n color: ${c};\n }\n\n p {\n color: ${p.dark};\n }\n\n a {\n text-decoration: inherit;\n color: inherit;\n }\n\n address {\n font-style: normal;\n }\n\n date {\n color: ${p.medium};\n }\n\n strong, b {\n font-weight: 900;\n }\n\n em, i {\n font-style: italic;\n }\n\n button {\n border: none;\n background: none;\n cursor: pointer;\n }\n\n img {\n max-width: 100%;\n display: block;\n }\n\n .sr-only {\n clip: rect(0,0,0,0);\n border-width: 0;\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n }\n`,Ge=({styleObj:e})=>Ue(We).process(e,{parser:qe}).css,He=({element:e,slotRef:t})=>{const r=e.querySelector(`:scope > [slot=${t}]`);if(!r)return null;if(r.hasAttribute("styled"))return(({type:e})=>{const t=document.createElement("slot");return t.setAttribute("name",e),t})({type:t});const n=r.cloneNode(!0);return n.removeAttribute("slot"),n},Ye="umd-element-alert-icon",Qe="umd-alert-closed-time",Ve='<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="#2F7EDA"/><rect x="22" y="30" width="4" height="13" transform="rotate(-180 22 30)" fill="white"/><rect width="4" height="4" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 22 11)" fill="white"/></svg>',Je="umd-alert-headline",Ze=`\n .${Je} {\n margin-bottom: ${A};\n color: ${c}\n }\n\n .${Je} * {\n color: currentColor;\n }\n\n ${Ge({styleObj:{[`.${Je}`]:K[".umd-sans-large"]}})}\n\n ${Ge({styleObj:{[`.${Je} *`]:K[".umd-sans-large"]}})}\n\n ${Ge({styleObj:{[`.${Je} a`]:le[".umd-slidein-underline-black"]}})}\n`,Xe="umd-alert-body",Ke=`\n .${Xe} * {\n font-weight: 500;\n color: ${p.dark}\n }\n\n ${Ge({styleObj:{[`.${Xe}`]:ue[".umd-rich-text-base"]}})}\n`,et="umd-alert-cta",tt=`\n * + .${et} {\n margin-top: ${j};\n }\n\n .${et} {\n overflow: hidden;\n display: flex;\n }\n\n ${Ge({styleObj:{[`.${et} > a`]:$e[".umd-cta-primary"]}})}\n`,rt="umd-element-alert-container",nt="umd-element-alert-close-button",it=`\n :host {\n display: block;\n container: umd-alert / inline-size;\n }\n\n ${Be}\n\n :host .${rt} {\n display: flex;\n position: relative !important;\n padding: ${L};\n padding-right: ${$};\n gap: ${L};\n }\n\n @container umd-alert (max-width: 260px) {\n .${rt} {\n display: none\n }\n }\n\n @container umd-alert (max-width: 500px) {\n .${rt} {\n padding-right: ${L};\n }\n }\n\n slot[name="title"] {\n margin-bottom: ${A};\n display: block;\n }\n\n \n .${rt}[data-icon="true"] .${Ye} {\n display: block;\n }\n\n .${rt}[data-icon="false"] .${Ye} {\n display: none;\n }\n\n @container umd-alert (max-width: 500px) {\n :host .${Ye} {\n position: absolute;\n top: -20px;\n }\n }\n\n \n .${nt} {\n position: absolute !important;\n top: ${L};\n right: ${L};\n }\n\n @container umd-alert (max-width: 500px) {\n .${nt} {\n top: ${A};\n right: ${A};\n }\n }\n\n ${Ze}\n ${Ke}\n ${tt}\n \n .${rt}[data-type="alert"] {\n border: solid 4px ${a} !important;\n }\n\n .${rt}[data-type="alert"] .${Ye} svg circle {\n fill: ${a} !important;\n }\n\n \n .${rt}[data-type="notification"] {\n border: solid 4px #2f7eda !important;\n }\n\n .${rt}[data-type="notification"] .${Ye} svg circle {\n fill: #2f7eda !important;\n }\n\n \n .${rt}[data-type="emergency"] {\n border: solid 4px ${i} !important;\n }\n\n .${rt}[data-type="emergency"] .${Ye} svg circle {\n fill: ${i} !important;\n }\n\n`,st=({element:e})=>{const t=document.createElement("div"),r=document.createElement("div"),n=(({element:e})=>{const t=He({element:e,slotRef:"headline"});return t?((({element:e})=>{const t=e.querySelector("slot")||e instanceof HTMLSlotElement,r=e instanceof HTMLAnchorElement?e:e.querySelector("a");if(!t&&r&&!r.querySelector("span")){const e=document.createElement("span");e.innerHTML=r.innerHTML,r.innerHTML="",r.appendChild(e)}})({element:t}),t.classList.add(Je),t):null})({element:e}),i=(({element:e})=>{const t=He({element:e,slotRef:"body"});return t?(t.classList.add(Xe),t):null})({element:e}),s=(({element:e})=>{const t=document.createElement("div"),r=He({element:e,slotRef:"cta"});return r?(t.classList.add(et),t.appendChild(r),t):null})({element:e});return t.classList.add(rt),n&&r.appendChild(n),i&&r.appendChild(i),s&&r.appendChild(s),t.appendChild((()=>{const e=document.createElement("div");return e.classList.add(Ye),e.innerHTML=Ve,e})()),t.appendChild(r),t.appendChild((({element:e})=>{const t=document.createElement("button");return t.classList.add(nt),t.innerHTML='<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3.2561" y="0.321533" width="20.75" height="4.15" transform="rotate(45 3.2561 0.321533)" fill="black"/><rect x="17.9285" y="3.25598" width="20.75" height="4.15" transform="rotate(135 17.9285 3.25598)" fill="black"/></svg>',t.setAttribute("aria-label","Close alert"),t.addEventListener("click",(()=>{(({element:e})=>{const t=e.clientHeight,r=parseInt(window.getComputedStyle(e).paddingBottom.split("px")[0]),n=t/30,i=r/30;let s=0,o=t,a=r;e.style.overflow="hidden";const l=()=>{30>s?(o-=n,a-=i,e.style.height=`${o}px`,e.style.paddingBottom=`${a}px`,s++,window.requestAnimationFrame(l)):(e.style.height="0px",e.style.paddingBottom="0px",setTimeout((()=>{e.style.display="none",e.setAttribute("closed","true")}),100))};window.requestAnimationFrame(l)})({element:e}),(()=>{const e=(new Date).getTime();localStorage.setItem(Qe,e.toString())})()})),t})({element:e})),t},ot="umd-element-alert";class at extends HTMLElement{constructor(){super(),this._container=null,this._defaultTime=30,this._shadow=this.attachShadow({mode:"open"});const e=(({styles:e})=>{const t=document.createElement("template");return t.innerHTML=`<style>${e}</style>`,t})({styles:`${it}`});this._shadow.appendChild(e.content.cloneNode(!0))}static get observedAttributes(){return["type","days","icon"]}attributeChangedCallback(e,t,r){if("type"===e&&r){const e=this._container?.querySelector(`.${Ye}`);if(this._container?.setAttribute("data-type",r),!e)return;e.innerHTML="notification"===r?Ve:'<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" /><rect x="18" y="11" width="4" height="13" fill="white"/><rect width="4" height="4" transform="matrix(1 0 0 -1 18 30)" fill="white"/></svg>'}"days"===e&&r&&(this._defaultTime=parseInt(r)),"icon"===e&&"false"===r&&this._container?.setAttribute("data-icon","false"),"icon"===e&&"true"===r&&this._container?.setAttribute("data-icon","true")}connectedCallback(){const e=this.getAttribute("type")||"alert",t=this.getAttribute("days")||"10",r=this.getAttribute("icon")||"true",n=(()=>{const e=localStorage.getItem(Qe);return e?parseInt(e,10):null})(),i=st({element:this});if(n){const e=parseInt(t)||this._defaultTime,r=(new Date).getTime();(n??r-n)<864e5*e&&(this.style.display="none")}this._container=i,this._container.setAttribute("data-type",e),this._container.setAttribute("data-icon",r),this._shadow.appendChild(i)}}(({styleString:e})=>{const t=document.querySelector("body"),r=document.createElement("style");r.innerHTML=`${e.replace(/\s\s+/g," ")}`,t.appendChild(r)})({styleString:(()=>{const e=document.getElementsByTagName(`${ot}`).length>0;return!window.customElements.get(ot)&&e&&(window.UMDAlertElement=at,window.customElements.define(ot,at)),""})()})})(),n})()));
@@ -0,0 +1 @@
1
+ /*! https://mths.be/cssesc v3.0.0 by @mathias */
@@ -0,0 +1,11 @@
1
+ export declare const CLOSE_BUTTON_ICON = "<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"3.2561\" y=\"0.321533\" width=\"20.75\" height=\"4.15\" transform=\"rotate(45 3.2561 0.321533)\" fill=\"black\"/><rect x=\"17.9285\" y=\"3.25598\" width=\"20.75\" height=\"4.15\" transform=\"rotate(135 17.9285 3.25598)\" fill=\"black\"/></svg>";
2
+ export declare const NOTIFICATION_ICON = "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F7EDA\"/><rect x=\"22\" y=\"30\" width=\"4\" height=\"13\" transform=\"rotate(-180 22 30)\" fill=\"white\"/><rect width=\"4\" height=\"4\" transform=\"matrix(-1 -8.74228e-08 -8.74228e-08 1 22 11)\" fill=\"white\"/></svg>";
3
+ export declare const EXCLAMATION_ICON = "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"20\" cy=\"20\" r=\"20\" /><rect x=\"18\" y=\"11\" width=\"4\" height=\"13\" fill=\"white\"/><rect width=\"4\" height=\"4\" transform=\"matrix(1 0 0 -1 18 30)\" fill=\"white\"/></svg>";
4
+ export declare const FORWARD_ARROW_ICON = "<svg aria-hidden=\"true\" viewBox=\"0 0 24 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.0184 5.05487L17.0694 8H19.8462L23.8959 4.03913L23.8567 4L23.8959 3.96087L19.8462 0L17.0694 0L20.2936 3.22002H0L0 5.05487H20.0184Z\"/></svg>";
5
+ export declare const BACK_ARROW_ICON = "<svg aria-hidden=\"true\" viewBox=\"0 0 24 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.98162 5.05487L6.93058 8H4.15376L0.104145 4.03913L0.143276 4L0.104143 3.96087L4.15376 0L6.93058 0L3.70637 3.22002H24V5.05487H3.98162Z\"/></svg>";
6
+ export declare const SHORT_ARROW_ICON = "<svg aria-hidden=\"true\" width=\"96\" height=\"96\" viewBox=\"0 0 96 96\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M63.0351 40L36 13H60.214L95.5269 47.539L95.1858 47.8801L95.5269 48.2212L60.214 82.7602H36L62.795 56H5V40H63.0351Z\" fill=\"black\"/></svg>";
7
+ export declare const CHEVRON_SMALL_ICON = "<svg aria-hidden=\"true\" width=\"96\" height=\"96\" viewBox=\"0 0 96 96\"fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M47.2598 49.1794L72.3325 21L94 21.0001L58.9085 62.2714L58.9247 62.2897L47.284 76L47.2598 75.9715L47.2356 76L35.5949 62.2897L35.6111 62.2714L0.519623 21L22.1871 21.0001L47.2598 49.1794Z\"></path></svg>";
8
+ export declare const FEARLESS_ICON = "<svg aria-hidden=\"true\" width=\"96\" height=\"96\" viewBox=\"0 0 96 96\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M52.9255 47.8801L18 13H42.214L77.5269 47.539L77.1858 47.8801L77.5269 48.2212L42.214 82.7602H18L52.9255 47.8801Z\"></path></svg>";
9
+ export declare const DOCUMENT_ICON = "<svg aria-hidden=\"true\" id=\"icon-document\" data-name=\"icon-document\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><defs><style>.cls-1 { fill-rule: evenodd; }</style></defs><path class=\"cls-1\" d=\"m83.12,23.3v.63h-17.26s0-16.99,0-16.99l17.26,16.36ZM60.19,6v23.6h22.93s0,60.4,0,60.4H13V6h47.19Zm7.55,34.09H29.04v8h38.7v-8Zm-38.7,18.1h38.7v8H29.05v-8Z\"/></svg>";
10
+ export declare const NEW_WINDOW_ICON = "<svg id=\"new-window-icon\" data-name=\"new-window-icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><defs><style>.cls-1 {fill-rule: evenodd;}</style></defs><path class=\"cls-1\" d=\"m48.91,15.78l27.79-.02-9.18,9.4H11v62.73h63.83v-54l9.34-9.57v26.66s11.78-12.12,11.78-12.12V15.75s.05,0,.05,0V4h-.04s-11.78,0-11.78,0h-23.14s-12.12,11.78-12.12,11.78Zm9.19,19.04l-15.76,16.14,8.01,8.01,14.67-15.02v34.3H20.82v-43.43h37.28Z\"/></svg>";
11
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../source/assets/icons.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,2WAAyU,CAAC;AAExW,eAAO,MAAM,iBAAiB,wXAAkV,CAAC;AAEjX,eAAO,MAAM,gBAAgB,iTAA+Q,CAAC;AAE7S,eAAO,MAAM,kBAAkB,6SAA+R,CAAC;AAE/T,eAAO,MAAM,eAAe,8SAAgS,CAAC;AAE7T,eAAO,MAAM,gBAAgB,mUAA+S,CAAC;AAE7U,eAAO,MAAM,kBAAkB,gYAA8W,CAAC;AAE9Y,eAAO,MAAM,aAAa,wTAAsS,CAAC;AAEjU,eAAO,MAAM,aAAa,iYAAmX,CAAC;AAE9Y,eAAO,MAAM,eAAe,kcAAsb,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const DARK_LOGO = "<svg title=\"umd logo\" aria-hidden=\"true\" version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 315.5 52\" style=\"enable-background:new 0 0 315.5 52;\" xml:space=\"preserve\"> <style type=\"text/css\">.st0{fill:#FFFFFF;} .st1{fill:url(#SVGID_1_);} .st2{fill:#CCCCCC;} .st3{fill:#FFD520;} .st4{fill:#E03A3E;} .st5{stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;}</style><g><path class=\"st0\" d=\"M81.6,49.2L69.9,24.7h-0.1l-1.3,20.7c-0.1,2.3,1.6,2.8,3.7,2.9v0.9h-9.6v-0.9c3.4,0,3.8-0.7,4-4.9l1.1-17.9c0.2-3,0.1-3.9-2.8-4v-0.8h7L83,43.8l11-23.1h6.7v0.8c-2.2,0.2-3.1,0.2-3,1.8l1.5,20.8c0.3,4.2,0.6,4.2,4,4.2v0.9H91.4v-0.9c2.2,0,4.3-0.6,4.1-3l-1.3-20.6h-0.1L82.6,49.2H81.6z\"/><path class=\"st0\" d=\"M121.6,34.5h-7.9l3.9-10.6L121.6,34.5z M122.4,36.5l3.1,8.3c0.2,0.5,0.5,1.1,0.5,1.9c0,1.3-1,1.6-3.6,1.6h-1.2v0.9h12.6v-0.9c-2.3,0-3.3-0.5-4.2-2.9L120.1,20h-4l0.4,1l-8.4,22.8c-1.5,4-2,4.5-5,4.5v0.9h10.6v-0.9h-0.7c-2.5,0-3.7-0.5-3.7-1.7c0-0.6,0.6-2,0.9-2.9l2.7-7.2H122.4z\"/><path class=\"st0\" d=\"M142.1,21.2c0.8-0.1,1.4-0.1,2.3-0.1c7.1,0,9,3.3,9,7.6c0,5.5-3.4,7.7-8.5,7.7c-1.1,0-1.8,0-2.9-0.1V21.2zM142.1,37.2c0.7,0,1.3,0.1,2.4,0.1c1.2,0,2,0,3.1-0.1c1.1,0.7,2.7,2.1,4.8,4.1l3,3c4.1,4.1,6.1,5.8,14.2,5.4v-0.8c-3.5-0.2-6.3-1.9-9-4.6l-3.6-3.6c-2.1-2.1-3.5-3.4-5.2-4.8c3.8-1.1,6.1-4,6.1-7.4c0-4.7-3.8-8.2-12.3-8.2c-3,0-3.9,0-5.8,0.1c-1.9,0.1-4.7,0.3-5.8,0.3v0.9h1c2.7,0,3.4,0.8,3.4,3.7v19.3c0,3.1-1,3.8-3.7,3.8h-0.8v0.9h13v-0.9h-1.1c-2.6,0-3.7-0.7-3.7-3.4V37.2z\"/><path class=\"st0\" d=\"M185.2,24.9c1.5-2.5,0.6-3.3-2.3-3.3v-0.9h10.3v0.9c-3.1,0.2-4.4,1.5-5.7,3.6L179.9,38v6.9c0,2.4,0.9,3.4,3.7,3.4h0.6v0.9h-12.6v-0.9h0.9c2.9,0,3.7-1.1,3.7-3.3v-6.5l-8.2-12.7c-2.2-3.5-3.3-4.2-6.3-4.3v-0.9h12.2v0.9c-3.6,0-3.8,0.9-2.5,3l7.4,11.3L185.2,24.9z\"/><path class=\"st0\" d=\"M213.3,49.2h-20.5v-0.9h1.5c2.1,0,2.9-0.7,2.9-3V25c0-2.4-0.7-3.4-3.6-3.4H193v-0.9h13.5v0.9h-1.7c-3,0-3.8,0.3-3.8,3.2v21.1c0,1.2,0.5,1.7,1.8,1.7h6.7c2.7,0,3.5-1.1,6.4-5.1h0.8L213.3,49.2z\"/><path class=\"st0\" d=\"M234.3,34.5h-7.9l3.9-10.6L234.3,34.5z M235.1,36.5l3.1,8.3c0.2,0.5,0.5,1.1,0.5,1.9c0,1.3-1,1.6-3.6,1.6h-1.2v0.9h12.6v-0.9c-2.3,0-3.3-0.5-4.2-2.9L232.7,20h-4l0.4,1l-8.4,22.8c-1.5,4-2,4.5-5,4.5v0.9h10.6v-0.9h-0.7c-2.5,0-3.7-0.5-3.7-1.7c0-0.6,0.6-2,0.9-2.9l2.7-7.2H235.1z\"/><path class=\"st0\" d=\"M276.2,49.5l-23.7-24.9v19.6c0,3.3,0.7,4,4.6,4v0.9h-10.6v-0.9h0.2c2.8,0,3.8-1,3.8-3.1V22.7c-1.1-0.7-2.2-1.1-3.9-1.1v-0.9h7.2l21.6,22.5V25c0-2.8-0.8-3.3-4.5-3.4v-0.9h10.7v0.9c-3.4,0-4.2,0.6-4.2,2.4v25.6H276.2z\"/><path class=\"st0\" d=\"M290.2,21.3c0.6,0,1.8-0.2,3.7-0.2c6.4,0,9.7,1.6,11.8,3.7c2.7,2.7,3.7,6.5,3.7,9.8c0,4.7-2.1,8.2-3.8,9.9c-2.8,2.8-5.4,3.7-11.6,3.7c-3.6,0-3.8-0.6-3.8-2.5V21.3z M286.4,45c0,2.7-1.1,3.3-3.6,3.3H282v0.9h14.7c11.6,0,17-8.3,17-15.2c0-7.6-5.3-13.7-17.5-13.7c-2.4,0-5.2,0-7.7,0.1c-2.5,0.1-4.8,0.2-6.5,0.3v0.8h0.9c2.7,0,3.5,0.7,3.5,3.7V45z\"/></g><g><path class=\"st0\" d=\"M76,2.3l0.3,0c1.6,0.1,1.9,0.3,1.9,2.4V10c0,3.8-2.7,4.6-4.9,4.6c-3.1,0-4.9-1.6-4.9-4.6V3.7c0-1.1,0.3-1.4,1.5-1.4h0.5v-1H64v1l0.3,0c1.5,0,1.7,0.2,1.7,1.4v6.6c0,3.7,2.7,6,6.9,6c5.2,0,7-3.3,7-6.1V4.2c0-1.3,0.4-1.8,1.8-1.8l0.3,0v-1H76V2.3z\"/><path class=\"st0\" d=\"M100.9,2.4l0.3,0c1.8,0,1.9,0.3,1.9,1.4v8.3L92.8,1.3h-4v1l0.3,0c0.7,0,1.2,0.2,1.6,0.4v11.1c0,0.8-0.2,1.2-1.6,1.2h-0.4v1h5.9v-1h-0.3c-1.8,0-2-0.3-2-1.7v-9l11.2,11.8l0.1,0.1h1v-13c0-0.6,0-0.9,1.8-0.9h0.3v-1h-5.9V2.4z\"/><path class=\"st0\" d=\"M113.9,2.3l0.3,0c1.2,0.1,1.4,0.3,1.4,1.3v9.7c0,1.4-0.2,1.6-1.4,1.7l-0.3,0v1h6.1v-1h-0.3c-1.4,0-1.6-0.3-1.6-1.5V3.9c0-1.4,0.3-1.5,1.6-1.5h0.3v-1h-6.1V2.3z\"/><path class=\"st0\" d=\"M137.6,2.4h0.3c1.8,0,1.8,0.4,1.8,0.7c0,0.3-0.1,0.7-0.4,1.3L136,13l-3.8-9.5c-0.2-0.5-0.1-0.6-0.1-0.7c0.2-0.3,0.8-0.4,2-0.5l0.3,0v-1h-6.9v1h0.3c1.2,0,1.4,0.2,2,1.6l5,12.5h1.5l4.8-12.3c0.5-1.3,1-1.8,2.1-1.8h0.3v-1h-5.9V2.4z\"/><path class=\"st0\" d=\"M162.3,12.3c-0.6,2-1,2.4-2.3,2.4h-3.5c-0.7,0-0.9-0.1-0.9-1V9.2h3.6c0.7,0,1.1,0,1.3,1.5l0,0.3h1V6h-1l0,0.3c-0.1,1.3-0.5,1.4-1,1.4h-3.8v-5h4.5c0.6,0,1.1,0.2,1.4,2.1l0,0.3h1l-0.2-3.8h-11.5v1h0.8c1.3,0,1.5,0.4,1.5,1.5v9.6c0,1.2-0.2,1.6-1.8,1.6h-0.9v1h12.7l0.4-4h-1L162.3,12.3z\"/><path class=\"st0\" d=\"M185.6,13.1l-1.8-1.8c-0.9-0.8-1.5-1.5-2.2-2c1.7-0.7,2.7-2.1,2.7-3.8c0-2.7-2.4-4.3-6.4-4.3c-1.5,0-1.9,0-2.9,0.1l-0.6,0c-0.9,0.1-1.8,0.1-2.3,0.1h-0.3v1h0.8c1.2,0,1.4,0.3,1.4,1.5v9.6c0,1.4-0.4,1.6-1.5,1.6h-0.7v1h7v-1h-0.8c-1.2,0-1.5-0.3-1.5-1.4v-3.5c0.2,0,0.5,0,0.9,0c0.5,0,0.8,0,1.2,0l0.3,0c0.6,0.4,1.4,1.1,2.2,1.9l1.5,1.5c1.9,1.9,3,2.8,6.3,2.8c0.3,0,0.6,0,1,0l0.3,0v-1l-0.3,0C188.3,15.2,187,14.6,185.6,13.1z M176.5,2.2c0.3,0,0.5,0,0.8,0c2.9,0,4.2,1.1,4.2,3.5c0,2.4-1.3,3.5-3.9,3.5l-0.6,0c-0.2,0-0.4,0-0.5,0V2.2z\"/><path class=\"st0\" d=\"M200.3,7.3c-1.6-1-3.1-2-3.1-3.3c0-1.1,0.9-1.8,2.2-1.8c1.5,0,2.8,1,3.4,2.5l0.1,0.2h0.9l-0.5-3.5h-0.8l-0.1,0.1c-0.1,0.1-0.1,0.1-0.2,0.1c-0.3,0-0.5-0.1-0.8-0.2c-0.5-0.2-1.1-0.4-2.3-0.4c-2.5,0-4.3,1.5-4.3,3.6c0,2.2,2.1,3.6,4,4.8c1.7,1.1,3.2,2,3.2,3.4c0,1.6-1.4,2.4-2.8,2.4c-1.7,0-3.1-1.2-3.5-3l-0.1-0.2h-1l0.6,4.1h0.8l0.1-0.2c0-0.1,0.1-0.1,0.2-0.1c0.1,0,0.4,0.1,0.6,0.2c0.7,0.2,1.7,0.5,2.5,0.5c2.8,0,4.9-1.8,4.9-4.2C204.5,9.9,202.3,8.5,200.3,7.3z\"/><path class=\"st0\" d=\"M213.4,2.3l0.3,0c1.2,0.1,1.4,0.3,1.4,1.3v9.7c0,1.4-0.2,1.6-1.4,1.7l-0.3,0v1h6.1v-1h-0.3c-1.4,0-1.6-0.3-1.6-1.5V3.9c0-1.4,0.3-1.5,1.6-1.5h0.3v-1h-6.1V2.3z\"/><path class=\"st0\" d=\"M241.3,1l0,0.2c0,0-0.1,0.1-0.4,0.1h-11c-0.1,0-0.3,0-0.4-0.1l0-0.2h-1l-0.4,4.3h1l0-0.2c0.4-2.1,0.8-2.3,1.4-2.3h3.7v11c0,1-0.2,1.4-1.5,1.4h-1.1v1h7.8v-1h-1.1c-1.3,0-1.5-0.4-1.5-1.4v-11h3.7c0.6,0,1,0.2,1.4,2.3l0,0.2h1L242.3,1H241.3z\"/><path class=\"st0\" d=\"M260.2,2.4h0.3c0.9,0,1.1,0.2,1.2,0.3c0,0.1,0.1,0.3-0.3,0.9l-3,5.1l-3.4-5.2c-0.4-0.6-0.4-0.7-0.3-0.8c0-0.1,0.2-0.2,1.3-0.2h0.3v-1h-6.6v1l0.3,0c1.3,0,1.8,0.2,2.9,2l4,6.3v3.1c0,0.9-0.2,1.3-1.5,1.3h-0.7v1h6.9v-1h-0.6c-1.3,0-1.5-0.4-1.5-1.4v-3.3l3.8-6.3c0.6-1,1.2-1.6,2.6-1.7l0.3,0v-1h-5.7V2.4z\"/><path class=\"st0\" d=\"M286.9,1c-5,0-8.6,3.4-8.6,8c0,4.2,3.7,7.4,8.5,7.4c4.8,0,8.4-3.5,8.4-8.1C295.2,4.2,291.6,1,286.9,1zM286.3,2.1c3.6,0,6.2,2.8,6.2,6.9c0,3-1.6,6.2-5.2,6.2c-3.6,0-6.3-3-6.3-7C281,5.8,282.4,2.1,286.3,2.1z\"/><path class=\"st0\" d=\"M308.4,2.7c1.2,0,1.6,0.4,1.6,1.6l0,0.3h1V1.3h-10.8v1l0.3,0c1.3,0,1.4,0.4,1.4,1.8v8.9c0,1.8-0.2,1.9-1.4,1.9l-0.3,0v1h6.1v-1h-0.3c-1.6,0-1.7-0.4-1.7-1.5V8.9h3.9c0.9,0,1.3,0.2,1.3,1.4l0,0.3h1V6h-1l0,0.3c-0.1,1-0.5,1.2-1,1.2h-4.2V2.7H308.4z\"/></g><g><g><radialGradient id=\"SVGID_1_\" cx=\"26.9871\" cy=\"25.4294\" r=\"25.2867\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" style=\"stop-color:#FFFFFF\"/><stop offset=\"0.5149\" style=\"stop-color:#FDFDFD\"/><stop offset=\"0.7003\" style=\"stop-color:#F6F6F6\"/><stop offset=\"0.8325\" style=\"stop-color:#EBEBEB\"/><stop offset=\"0.9387\" style=\"stop-color:#DADADA\"/><stop offset=\"1\" style=\"stop-color:#CCCCCC\"/></radialGradient><path class=\"st1\" d=\"M27,50.7C13,50.7,1.7,39.4,1.7,25.4C1.7,11.5,13,0.1,27,0.1c13.9,0,25.3,11.3,25.3,25.3C52.3,39.4,40.9,50.7,27,50.7z\"/></g><g><path class=\"st2\" d=\"M27,50.7C13,50.7,1.7,39.4,1.7,25.4C1.7,11.5,13,0.1,27,0.1c13.9,0,25.3,11.3,25.3,25.3C52.3,39.4,40.9,50.7,27,50.7z M27,0.5c-13.8,0-25,11.2-25,25c0,13.8,11.2,25,25,25c13.8,0,25-11.2,25-25C51.9,11.7,40.7,0.5,27,0.5z\"/></g><path class=\"st3\" d=\"M52.1,24.9c0,0.1-0.4,0.5-0.9,0.8c0,0,0,0,0,0c-0.6,0.4-1.6,0.7-2.7,1c-1.2,0.3-2.6,0.6-4.2,0.8c-1.6,0.2-3.4,0.4-5.3,0.6c0,0,0,0,0,0c-2.4,0.2-4,0.3-5.9,0.4c-2.1,0.1-4.2,0.1-6.4,0.1c0,0.3,0,0.6,0,0.8c0,2,0,3.8,0,5.6c0.1,9.6,0.1,9.6,0.4,15.5c13.9,0,25.1-11.2,25.1-25.1C52.1,25.4,52.1,25.1,52.1,24.9z\"/><g><path d=\"M26.6,29.5c0,2,0,3.8,0,5.6c4,3.8,4,3.8,5.7,5.5c0.4-3.2,0.7-7,0.7-11.2c0-0.3,0-0.6,0-0.8c-2.5,0.1-4.2,0.1-6.4,0.1C26.6,28.9,26.6,29.2,26.6,29.5z\"/><path d=\"M35.8,44.8c-0.9-1.4-1.7-2.4-3.5-4.3c-0.9,6.1-2.4,9.9-4.3,10c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.6-0.1C31.9,50.2,34.1,48.2,35.8,44.8z\"/><path d=\"M38.6,34.6c0,0-1.4,7.5-2.8,10.3c0.8,1.5,0.8,2.1,0.5,3.1c2.4-1.9,4.4-4.6,5.8-8.1C41.3,38,40.7,37.1,38.6,34.6z\"/><path d=\"M31.5,50.2C32,50.1,32,50,33,49.8l0.6-0.2c1.9-0.6,2.2-0.9,2.8-1.7c-1.7,1.2-3.4,2-5.4,2.3L31.5,50.2z\"/><path d=\"M42.6,44c3.6-4.1,5.8-9.9,5.8-16.5c0-0.3,0-0.6,0-0.8c-1.2,0.3-2.6,0.6-4.2,0.8c0,0.3,0,0.6,0,0.8c0,4.3-0.7,8.2-2.1,11.5C43,41.7,43,42.6,42.6,44z\"/><path d=\"M39,28.1c-2.4,0.2-4,0.3-5.9,0.4c3.4,3.6,4.2,4.4,5.6,6.1c0.2-1.8,0.3-3.7,0.3-5.6C39,28.7,39,28.4,39,28.1z\"/></g><path d=\"M21.5,1.6c1.4-0.6,2.7-1.2,5.5-1.3l0,0C25.1,0.5,23.2,1,21.5,1.6\"/><g><path class=\"st4\" d=\"M43.8,27.5c-1.3-0.2-2.4-2.4-1.8-4.6c-1.8,1.3-3.9-1.3-3.6-3.8c0.2-1.3,1-2.4,2.5-1.9c-0.6-2-1.3-4-2.2-5.8c-1.3,0.2-2.7,0.3-4.2,0.4c1.3,2,0,3.9-1.8,3.6c-1.4-0.2-2.6-1.6-2.3-3.3c-1.1,0.8-3.4,0.5-3.6-1.9c-0.1,5.1-0.1,11.6-0.1,18.4c6.7,0.1,14.5-0.6,17.6-1.1c0,0,0,0,0,0C44.1,27.5,43.9,27.5,43.8,27.5z\"/></g><g><path class=\"st4\" d=\"M10.8,32.5c1.9-0.7,4.2,2.5,3.4,4.7c-0.4,1-1.4,1.3-2.4,0.7c0.6,1.9,1.3,3.6,2.1,5.1c1.3,0.2,2.8,0.3,4.4,0.5c-1.3-1.6-0.3-2.9,1.5-2.8c1.5,0.1,3.5,1.3,3,3c1.3-0.6,3.6-0.1,3.9,1.6c-0.1-3.8-0.1-9.3-0.1-15.8c0-0.3,0-0.5,0-0.8c-2.1,0-4.3-0.1-6.4-0.2c-4.5-0.2-7.6-0.4-11.4-1.1c0,0,0,0,0,0C10.7,28,11.3,30.9,10.8,32.5z\"/></g><path class=\"st4\" d=\"M38.9,9.4L38.9,9.4L38.9,9.4C38.9,9.4,38.9,9.4,38.9,9.4L38.9,9.4C38.9,9.4,38.9,9.4,38.9,9.4c0.3,0,0.5-0.1,0.7-0.1c1.4-0.3,4.7-1,4.7-2c0,0,1.3,1.3,2.2,3.1c0.1,0.2,0.2,0.4,0.3,0.7c0.1,0.3,0.2,0.7,0.2,0.9c0,0.5-0.4,0.6-0.7,0.4c0,0-0.1,0-0.1,0c-1.3-0.6-1.7-1.8-2-2.3c-0.7,0.2-1.7,0.7-2.6,0.9c-0.1,0-0.3,0.1-0.4,0.1c1.1,1.8,2.1,3.8,2.8,5.9c1.3-1.3,3.2,1.1,3.3,3.4c0.1,1.4-0.6,2.6-1.8,2.1c1,1.9,0.7,4.6-1.2,5.2C43.9,21.4,42.9,16,38.9,9.4L38.9,9.4L38.9,9.4\"/><path class=\"st4\" d=\"M38.9,9.4L38.9,9.4L38.9,9.4L38.9,9.4L38.9,9.4c-3.2-4.9-5.7-6.7-9-7.9c-0.6-0.3-2.8-1.1-3-1.1l0,0l0,0c0.6,0.8,1.7,1.3,2,1.4c-0.1,0.3,0,0.9,1,1.7c0.2,0.1,0.3,0.2,0.5,0.3c1.6,0.9,2,0.2,2.1-0.1c0,0,0,0,0,0C33,4,34,4.7,35.1,6c0.6,0.7,1.2,1.4,1.6,2c-1,0.1-2.3,0.2-3.7,0.3c-0.1-1.6-1.2-2.4-2-2.7c-1.6-0.6-2.1,1.3-1.4,2.6c-1.3-0.7-2.7-0.1-3,1.9C31.7,10.1,35.1,9.9,38.9,9.4L38.9,9.4L38.9,9.4\"/><path class=\"st4\" d=\"M39.2,4.8c0,0,0-0.1,0-0.2c0-0.1,0.1-0.1,0.1-0.1s0-0.1,0.1-0.1c0.3-0.1,1-0.2,3.1,1.2c-4.4-3.4-9-4.8-13-5.2c-0.6-0.1-1.6-0.1-1.6-0.1c1.3,0.1,2.1,0.4,2.3,0.5c0.2,0.1,0.3,0.1,0.4,0.2c0,0,0,0,0,0c0.3,0,0.5,0.1,0.9,0.2c0.4,0.1,1,0.4,1.6,0.6c0.6,0.3,1.4,0.9,1.4,1.2c-0.1,0.1-0.2,0.1-0.6,0c1.5,1.1,3.6,3.1,4.9,4.5c0.9-0.2,2.2-0.3,2.8-0.5C41.5,7.1,39.6,5.7,39.2,4.8z\"/><path class=\"st4\" d=\"M13.6,44.4c-2.2-0.4-3.4-0.7-4.2-1.1c-0.1-0.1-0.2-0.1-0.2-0.1c0,0-1.2-1.2-2.3-2.6c-0.8-1-1.4-2.1-1.5-2.2c0,0,0.2,0,0.3,0c1.1,0.4,2.9,3.5,2.9,3.5c0.7,0.3,1.6,0.5,2.7,0.7c-1-1.6-1.9-3.3-2.6-5.2c-1.6,0.8-3.6-3.3-2.9-5.1C6,31.9,6.4,31.2,7.4,32c-0.8-1.8-0.6-4.6,1.3-4.6C8.8,33.5,9.7,38.7,13.6,44.4\"/><path class=\"st4\" d=\"M26.7,45.6c-0.2,0.9-1.4,1.7-3.2,1c0.8,1.1,0.1,2-1.3,1.7c-1.1-0.2-2.4-1.1-2.5-2c-1.4-0.1-2.6-0.2-3.7-0.4c1.1,1.2,2.2,2.2,3.5,3c0.2-0.1,0.4,0,1.1,0.2c1,0.3,1.9,0.8,2.8,1.1c0,0-0.2,0-0.2,0c-0.7-0.1-0.9-0.2-1.3-0.2c-1.9-0.4-5.1-1.4-8.3-5.7h0h0l0,0c3.9,0.6,7.7,0.9,13.1,0.9C26.7,45.4,26.7,45.5,26.7,45.6\"/><path class=\"st3\" d=\"M26.9,0.3c-13.5,0-24.8,11-25.1,24.6l0,0c0,0,0.1,0.3,0.7,0.6v0v0c0.5,0.3,1.3,0.7,2.3,1c1.3,0.3,2.6,0.6,3.9,0.8l0,0c3.8,0.6,6.9,0.9,11.4,1.1c2.1,0.1,4.3,0.2,6.4,0.2c0-1.3,0-8.6,0-15.6c0-0.9,0-1.9,0-2.8C26.8,5.6,26.8,0.9,26.9,0.3L26.9,0.3z\"/><path d=\"M39,47.5c-1.4,0.8-1.7,0.8-3.6,1.6c-0.5,0.2-1,0.3-1.6,0.5c3.4-0.9,8-4.7,8.8-5.6c-0.4,0.9-0.7,1.5-1.7,2.3C40.6,46.5,39.4,47.3,39,47.5z\"/><path d=\"M4.9,26.5c-1-0.3-1.8-0.6-2.3-1C2.8,16.5,7.9,8.4,15.2,4c-1.7,1.5-2.5,2.5-3.4,4.6C7.7,13.3,5.1,19.7,4.9,26.5\"/><path d=\"M15.3,4c1.8-1.3,2.9-2.3,5.8-3c2-0.5,3.8-0.7,5.9-0.7l0,0C22.7,0.5,18.7,1.9,15.3,4\"/><path d=\"M13.9,28c-1.8-0.2-3.6-0.4-5.1-0.7c0.1-4.6,1.1-8.9,2.7-12.8c0.6,2.5,1.2,3.9,3,6.9C14.1,23.6,13.9,25.8,13.9,28\"/><path d=\"M26.7,10.2c0,2.8,0,5.6-0.1,7.8c0,2.2,0,3.8,0,4.1c-2.5-2.6-3.8-4-5.6-6.3c1.2-7.8,3.4-14,5.9-15.4l0,0l0,0C26.8,1,26.8,5.5,26.7,10.2z\"/><g><path d=\"M17.9,9.9c-1.6,3.3-2.8,7.3-3.4,11.6c1.5,2.3,2.5,3.6,5.5,7c0-4.5,0.4-8.8,1-12.8C19.2,13.2,18.6,12,17.9,9.9z\"/></g><path class=\"st5\" d=\"M51.1,25.7c0,0.3,0,0.6,0,0.8c0,8.9-4.3,16.3-11.1,20.4L39.9,47c3.2-2,7.2-5.3,9.8-10.7c2.7-5.4,2.4-11.4,2.4-11.4C52,25.1,51.6,25.4,51.1,25.7z\"/><g><path d=\"M21.5,1.6c-3.7,1.4-7,3.9-9.6,7c-0.7,2.3-0.7,3.6-0.4,6c1.6-3.8,3.9-7.1,6.6-9.6C18.9,3.6,19.4,2.7,21.5,1.6z\"/></g><path d=\"M17.9,9.9c-0.5-2.1-0.5-3.1,0.2-4.9c2.6-2.4,5.6-4.2,8.9-4.7C23.4,1.2,20.2,4.9,17.9,9.9\"/></g></svg>";
2
+ export declare const LIGHT_LOGO = "<svg title=\"umd logo\" aria-hidden=\"true\" width=\"313\" height=\"52\" viewBox=\"0 0 313 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M195.434 3.8999C195.434 5.1999 196.922 6.1999 198.51 7.1999C200.494 8.3999 202.676 9.7999 202.478 12.1999C202.478 14.5999 200.394 16.3999 197.617 16.3999C196.866 16.3999 195.938 16.1316 195.252 15.9334L195.136 15.8999C194.938 15.7999 194.64 15.6999 194.541 15.6999C194.442 15.6999 194.343 15.6999 194.343 15.7999L194.244 15.9999H193.45L192.855 11.8999H193.847L193.946 12.0999C194.343 13.8999 195.732 15.0999 197.418 15.0999C198.807 15.0999 200.196 14.2999 200.196 12.6999C200.196 11.3645 198.842 10.484 197.253 9.45092L197.021 9.2999C195.136 8.0999 193.053 6.6999 193.053 4.4999C193.053 2.3999 194.839 0.899902 197.319 0.899902C198.51 0.899902 199.105 1.0999 199.601 1.2999C199.663 1.32077 199.721 1.34165 199.776 1.36161C199.986 1.43729 200.159 1.4999 200.394 1.4999C200.437 1.4999 200.461 1.4999 200.482 1.49227C200.512 1.48191 200.536 1.45748 200.593 1.3999L200.692 1.2999H201.486L201.982 4.7999H201.089L200.99 4.5999C200.394 3.0999 199.105 2.0999 197.617 2.0999C196.327 2.0999 195.434 2.7999 195.434 3.8999ZM183.926 12.9999L182.14 11.1999C181.79 10.8862 181.486 10.5879 181.203 10.311C180.765 9.88171 180.38 9.50385 179.958 9.1999C181.644 8.4999 182.636 7.0999 182.636 5.3999C182.636 2.6999 180.255 1.0999 176.287 1.0999C174.799 1.0999 174.402 1.0999 173.41 1.1999H172.815C171.922 1.2999 171.029 1.2999 170.533 1.2999H170.235V2.2999H171.029C172.219 2.2999 172.418 2.5999 172.418 3.7999V13.3999C172.418 14.7999 172.021 14.9999 170.93 14.9999H170.235V15.9999H177.18V14.9999H176.386C175.196 14.9999 174.898 14.6999 174.898 13.5999V10.0999H175.791H176.981H177.279C177.874 10.4999 178.668 11.1999 179.462 11.9999L180.95 13.4999C182.835 15.3999 183.926 16.2999 187.2 16.2999H188.192H188.49V15.2999H188.192C186.605 15.0999 185.315 14.4999 183.926 12.9999ZM174.898 2.0999H175.692C178.569 2.0999 179.858 3.1999 179.858 5.5999C179.858 7.9999 178.569 9.0999 175.989 9.0999H175.394H174.898V2.0999ZM75.1944 2.1999H75.4921C77.0794 2.2999 77.377 2.4999 77.377 4.5999V9.8999C77.377 13.6999 74.6984 14.4999 72.5158 14.4999C69.4404 14.4999 67.6547 12.8999 67.6547 9.8999V3.5999C67.6547 2.4999 67.9523 2.1999 69.1428 2.1999H69.6388V1.1999H63.2895V2.1999H63.5872C65.0753 2.1999 65.2737 2.3999 65.2737 3.5999V10.1999C65.2737 13.8999 67.9523 16.1999 72.119 16.1999C77.2778 16.1999 79.0635 12.8999 79.0635 10.0999V4.0999C79.0635 2.7999 79.4604 2.2999 80.8493 2.2999H81.1469V1.2999H75.1944V2.1999ZM99.8971 2.2999H100.195C101.98 2.2999 102.08 2.5999 102.08 3.6999V11.9999L91.8613 1.1999H87.893V2.1999H88.1906C88.8851 2.1999 89.3811 2.3999 89.778 2.5999V13.6999C89.778 14.4999 89.5795 14.8999 88.1906 14.8999H87.7938V15.8999H93.6471V14.8999H93.3494C91.5637 14.8999 91.3653 14.5999 91.3653 13.1999V4.1999L102.477 15.9999L102.576 16.0999H103.568V3.0999C103.568 2.4999 103.568 2.1999 105.354 2.1999H105.651V1.1999H99.7979V2.2999H99.8971ZM113.092 2.1999H112.794V1.2999H118.846V2.2999H118.548C117.258 2.2999 116.961 2.3999 116.961 3.7999V13.3999C116.961 14.5999 117.159 14.8999 118.548 14.8999H118.846V15.8999H112.794V14.8999H113.092C114.282 14.7999 114.481 14.5999 114.481 13.1999V3.4999C114.481 2.4999 114.282 2.2999 113.092 2.1999ZM136.306 2.2999H136.604C138.39 2.2999 138.39 2.6999 138.39 2.9999C138.39 3.2999 138.29 3.6999 137.993 4.2999L134.719 12.8999L130.949 3.3999C130.792 3.00346 130.822 2.85849 130.841 2.76559L130.841 2.76551C130.846 2.74128 130.85 2.72059 130.85 2.6999C131.048 2.3999 131.644 2.2999 132.834 2.1999H133.132V1.1999H126.286V2.1999H126.584C127.774 2.1999 127.973 2.3999 128.568 3.7999L133.529 16.2999H135.017L139.779 3.9999C140.275 2.6999 140.771 2.1999 141.862 2.1999H142.16V1.1999H136.306V2.2999ZM158.529 14.5999C159.819 14.5999 160.215 14.1999 160.811 12.1999L161.108 11.8999H162.1L161.703 15.8999H149.104V14.8999H149.997C151.584 14.8999 151.783 14.4999 151.783 13.2999V3.6999C151.783 2.5999 151.584 2.1999 150.295 2.1999H149.501V1.1999H160.91L161.108 4.9999H160.116V4.6999C159.819 2.7999 159.322 2.5999 158.727 2.5999H154.263V7.5999H158.033C158.529 7.5999 158.926 7.49991 159.025 6.1999V5.8999H160.017V10.8999H159.025V10.5999C158.826 9.09991 158.43 9.09991 157.735 9.09991H154.164V13.5999C154.164 14.4999 154.362 14.5999 155.057 14.5999H158.529ZM211.506 2.1999H211.803C212.994 2.2999 213.192 2.4999 213.192 3.4999V13.1999C213.192 14.5999 212.994 14.7999 211.803 14.8999H211.506V15.8999H217.557V14.8999H217.26C215.871 14.8999 215.672 14.5999 215.672 13.3999V3.7999C215.672 2.3999 215.97 2.2999 217.26 2.2999H217.557V1.2999H211.506V2.1999ZM239.185 1.0999V0.899902H240.177L240.772 5.1999H239.78V4.9999C239.383 2.8999 238.986 2.6999 238.391 2.6999H234.72V13.6999C234.72 14.6999 234.919 15.0999 236.208 15.0999H237.3V16.0999H229.562V15.0999H230.653C231.942 15.0999 232.141 14.6999 232.141 13.6999V2.6999H228.47C227.875 2.6999 227.478 2.8999 227.081 4.9999V5.1999H226.089L226.486 0.899902H227.478V1.0999C227.577 1.1999 227.776 1.1999 227.875 1.1999H238.788C239.085 1.1999 239.185 1.0999 239.185 1.0999ZM258.232 2.2999C259.125 2.2999 259.324 2.4999 259.423 2.5999C259.423 2.61364 259.425 2.62926 259.427 2.64754V2.64762V2.64771V2.64783C259.441 2.76275 259.467 2.98274 259.125 3.4999L256.149 8.5999L252.776 3.3999C252.379 2.7999 252.379 2.6999 252.478 2.5999C252.478 2.4999 252.677 2.3999 253.768 2.3999H254.066V1.3999H247.518V2.3999H247.816C249.105 2.3999 249.601 2.5999 250.693 4.3999L254.661 10.6999V13.7999C254.661 14.6999 254.463 15.0999 253.173 15.0999H252.478V16.0999H259.324V15.0999H258.729C257.439 15.0999 257.24 14.6999 257.24 13.6999V10.3999L261.01 4.0999C261.606 3.0999 262.201 2.4999 263.59 2.3999H263.887V1.3999H258.232V2.2999ZM275.891 8.8999C275.891 4.2999 279.463 0.899902 284.423 0.899902C289.086 0.899902 292.658 4.0999 292.658 8.1999C292.658 12.7999 289.086 16.2999 284.324 16.2999C279.562 16.2999 275.891 13.0999 275.891 8.8999ZM289.979 8.8999C289.979 4.7999 287.4 1.9999 283.828 1.9999C279.959 1.9999 278.57 5.6999 278.57 8.0999C278.57 12.0999 281.249 15.0999 284.82 15.0999C288.392 15.0999 289.979 11.8999 289.979 8.8999ZM305.753 2.5999C306.943 2.5999 307.34 2.9999 307.34 4.1999V4.4999H308.332V1.1999H297.618V2.1999H297.916C299.205 2.1999 299.304 2.5999 299.304 3.9999V12.8999C299.304 14.6999 299.106 14.7999 297.916 14.7999H297.618V15.7999H303.67V14.7999H303.372C301.785 14.7999 301.685 14.3999 301.685 13.2999V8.7999H305.555C306.447 8.7999 306.844 8.9999 306.844 10.1999V10.4999H307.836V5.8999H306.844V6.1999C306.745 7.1999 306.348 7.3999 305.852 7.3999H301.685V2.5999H305.753ZM120.433 34.8999H112.596L116.465 24.2999L120.433 34.8999ZM121.227 36.8999L124.302 45.1999C124.328 45.2661 124.356 45.334 124.385 45.404C124.574 45.8623 124.798 46.4058 124.798 47.0999C124.798 48.3999 123.806 48.6999 121.227 48.6999H120.036V49.5999H132.536V48.6999C130.255 48.6999 129.263 48.1999 128.37 45.7999L118.945 20.3999H114.977L115.374 21.3999L107.04 44.1999C105.555 48.1908 105.058 48.6976 102.1 48.6999C98.8012 48.6996 98.5059 48.6669 98.2106 44.4999L96.7225 23.6999C96.628 22.1759 97.4336 22.1035 99.3966 21.9272L99.3967 21.9272C99.4945 21.9184 99.5952 21.9094 99.6987 21.8999V21.0999H93.0518L82.139 44.1999L71.1269 21.0999H64.1824V21.8999C67.0594 21.9999 67.1586 22.8999 66.9602 25.8999L65.8689 43.7999C65.6705 47.9999 65.2737 48.6999 61.9006 48.6999V49.5999H71.4246V48.6999C69.3412 48.5999 67.6547 48.0999 67.7539 45.7999L69.0436 25.0999H69.1428L80.7501 49.5999H81.7422L93.151 25.0999H93.2502L94.5399 45.6999C94.7384 48.0999 92.655 48.6999 90.4724 48.6999V49.5999L102.08 49.5999H112.596V48.6999H111.901C109.421 48.6999 108.231 48.1999 108.231 46.9999C108.231 46.5648 108.544 45.7092 108.829 44.9285L108.829 44.9284C108.937 44.6325 109.042 44.3473 109.123 44.0999L111.802 36.8999H121.227ZM143.052 21.4999C142.16 21.4999 141.564 21.4999 140.771 21.5999H140.671V36.6999C141.763 36.7999 142.457 36.7999 143.548 36.7999C148.608 36.7999 151.981 34.5999 151.981 29.0999C151.981 24.7999 150.096 21.4999 143.052 21.4999ZM141.689 37.6415C141.367 37.6196 141.079 37.5999 140.771 37.5999V45.3999C140.771 48.0999 141.862 48.7999 144.441 48.7999H145.533V49.6999H132.636V48.7999H133.429C136.108 48.7999 137.1 48.0999 137.1 44.9999V25.6999C137.1 22.7999 136.406 21.9999 133.727 21.9999H132.735V21.0999C133.478 21.0999 135.002 21.0072 136.494 20.9165C137.194 20.874 137.887 20.8318 138.489 20.7999C140.374 20.6999 141.267 20.6999 144.243 20.6999C152.676 20.6999 156.445 24.1999 156.445 28.8999C156.445 32.2999 154.164 35.1999 150.394 36.2999C152.08 37.6999 153.469 38.9999 155.553 41.0999L159.124 44.6999C161.803 47.3999 164.581 49.0999 168.053 49.2999V50.0999C160.017 50.4999 158.033 48.7999 153.965 44.6999L150.989 41.6999C148.906 39.6999 147.318 38.2999 146.227 37.5999C145.136 37.6999 144.342 37.6999 143.152 37.6999H143.152C142.545 37.6999 142.091 37.669 141.689 37.6415ZM183.529 25.2999C185.017 22.7999 184.124 21.9999 181.247 21.9999V21.0999H191.466L204.66 21.0999V21.9999H202.974C199.998 21.9999 199.204 22.2999 199.204 25.1999V46.2999C199.204 47.4999 199.7 47.9999 200.99 47.9999H207.637C210.315 47.9999 211.109 46.8999 213.986 42.8999H214.78L211.407 49.5999H191.069V48.6999H192.557C194.64 48.6999 195.434 47.9999 195.434 45.6999V25.3999C195.434 22.9999 194.74 21.9999 191.863 21.9999L191.466 21.9999C188.39 22.1999 187.101 23.4999 185.811 25.5999L178.271 38.3999V45.2999C178.271 47.6999 179.164 48.6999 181.942 48.6999H182.537V49.5999H170.037V48.6999H170.93C173.807 48.6999 174.6 47.5999 174.6 45.3999V38.8999L166.465 26.1999C164.283 22.6999 163.192 21.9999 160.215 21.8999V20.9999H172.319V21.8999C168.747 21.8999 168.549 22.7999 169.839 24.8999L177.18 36.1999L183.529 25.2999ZM232.24 34.8999H224.403L228.272 24.2999L232.24 34.8999ZM233.034 36.8999L236.109 45.1999C236.135 45.2661 236.163 45.334 236.192 45.4039C236.381 45.8622 236.605 46.4058 236.605 47.0999C236.605 48.3999 235.613 48.6999 233.034 48.6999H231.843V49.5999H244.343L244.343 49.4999H254.859V48.5999C250.99 48.5999 250.296 47.8999 250.296 44.5999V24.9999L273.808 49.8999V49.9999H274.999V24.3999C274.999 22.5999 275.792 21.9999 279.165 21.9999V21.0999H268.55V21.9999C272.221 22.0999 273.014 22.5999 273.014 25.3999V43.5999L251.586 21.0999H244.443V21.9999C246.129 21.9999 247.22 22.3999 248.312 23.0999V45.4999C248.312 47.5999 247.32 48.5999 244.542 48.5999H244.343L244.343 48.6999C242.062 48.6999 241.07 48.1999 240.177 45.7999L230.653 20.3999H226.684L227.081 21.3999L218.748 44.1999C217.26 48.1999 216.764 48.6999 213.788 48.6999V49.5999H224.304V48.6999H223.609C221.129 48.6999 219.938 48.1999 219.938 46.9999C219.938 46.5649 220.251 45.7093 220.537 44.9286L220.537 44.9281C220.645 44.6322 220.749 44.3472 220.831 44.0999L223.51 36.8999H233.034ZM288.575 21.6409L288.575 21.6409C289.239 21.5819 290.161 21.4999 291.368 21.4999C297.717 21.4999 300.991 23.0999 303.074 25.1999C305.753 27.8999 306.745 31.6999 306.745 34.9999C306.745 39.6999 304.662 43.1999 302.975 44.8999C300.197 47.6999 297.618 48.5999 291.467 48.5999C287.896 48.5999 287.697 47.9999 287.697 46.0999V21.6999C287.911 21.6999 288.202 21.674 288.575 21.6409ZM283.927 45.3999C283.927 48.0999 282.836 48.6999 280.356 48.6999H279.562V49.5999H294.146C305.654 49.5999 311.011 41.2999 311.011 34.3999C311.011 26.7999 305.753 20.6999 293.65 20.6999C291.269 20.6999 288.491 20.6999 286.011 20.7999C283.53 20.8999 281.249 20.9999 279.562 21.0999V21.8999H280.455C283.134 21.8999 283.927 22.5999 283.927 25.5999V45.3999Z\" fill=\"black\"/><path d=\"M26.8805 50.6C12.9915 50.6 1.78101 39.3 1.78101 25.3C1.78101 11.4 12.9915 0 26.8805 0C40.6704 0 51.9801 11.3 51.9801 25.3C51.9801 39.3 40.6704 50.6 26.8805 50.6Z\" fill=\"url(#paint0_radial_2897_2890)\"/><path d=\"M26.8805 50.6C12.9915 50.6 1.78101 39.3 1.78101 25.3C1.78101 11.4 12.9915 0 26.8805 0C40.6704 0 51.9801 11.3 51.9801 25.3C51.9801 39.3 40.6704 50.6 26.8805 50.6ZM26.8805 0.4C13.1899 0.4 2.07863 11.6 2.07863 25.4C2.07863 39.2 13.1899 50.4 26.8805 50.4C40.5712 50.4 51.6824 39.2 51.6824 25.4C51.5832 11.6 40.472 0.4 26.8805 0.4Z\" fill=\"#CCCCCC\"/><path d=\"M51.7817 24.8C51.7817 24.9 51.3849 25.3 50.8889 25.6C50.2936 26 49.3015 26.3 48.2103 26.6C47.0198 26.9 45.6309 27.2 44.0435 27.4C42.4562 27.6 40.6705 27.8 38.7855 28C36.4046 28.2 34.8172 28.3 32.9323 28.4C30.8489 28.5 28.7656 28.5 26.583 28.5C26.583 28.8 26.583 29.1 26.583 29.3C26.583 31.3 26.583 33.1 26.583 34.9C26.6822 44.5 26.6822 44.5 26.9798 50.4C40.7697 50.4 51.8809 39.2 51.8809 25.3C51.7817 25.3 51.7817 25 51.7817 24.8Z\" fill=\"#FFD520\"/><path d=\"M26.4836 29.4C26.4836 31.4 26.4836 33.2 26.4836 35C30.4519 38.8 30.4519 38.8 32.1385 40.5C32.5353 37.3 32.8329 33.5 32.8329 29.3C32.8329 29 32.8329 28.7 32.8329 28.5C30.3527 28.6 28.6662 28.6 26.4836 28.6C26.4836 28.8 26.4836 29.1 26.4836 29.4Z\" fill=\"black\"/><path d=\"M35.6108 44.7C34.7179 43.3 33.9242 42.3 32.1385 40.4C31.2456 46.5 29.7575 50.3 27.8726 50.4C28.071 50.4 28.2694 50.4 28.4678 50.4C28.6662 50.4 28.8646 50.4 29.0631 50.3C31.7417 50.1 33.9242 48.1 35.6108 44.7Z\" fill=\"black\"/><path d=\"M38.3887 34.5C38.3887 34.5 36.9997 42 35.6108 44.8C36.4045 46.3 36.4045 46.9 36.1069 47.9C38.4879 46 40.472 43.3 41.8609 39.8C41.0673 37.9 40.472 37 38.3887 34.5Z\" fill=\"black\"/><path d=\"M31.3449 50.1C31.841 50 31.841 49.9 32.833 49.7L33.4283 49.5C35.3132 48.9 35.6108 48.6 36.2061 47.8C34.5196 49 32.833 49.8 30.8489 50.1H31.3449Z\" fill=\"black\"/><path d=\"M42.3569 43.9C45.9284 39.8 48.1109 34 48.1109 27.4C48.1109 27.1 48.1109 26.8 48.1109 26.6C46.9204 26.9 45.5315 27.2 43.9442 27.4C43.9442 27.7 43.9442 28 43.9442 28.2C43.9442 32.5 43.2497 36.4 41.8608 39.7C42.7537 41.6 42.7537 42.5 42.3569 43.9Z\" fill=\"black\"/><path d=\"M38.7854 28C36.4044 28.2 34.8171 28.3 32.9321 28.4C36.3052 32 37.0988 32.8 38.4878 34.5C38.6862 32.7 38.7854 30.8 38.7854 28.9C38.7854 28.6 38.7854 28.3 38.7854 28Z\" fill=\"black\"/><path d=\"M21.4241 1.50001C22.813 0.900012 24.1027 0.300012 26.8805 0.200012C24.9955 0.400012 23.1106 0.900012 21.4241 1.50001Z\" fill=\"black\"/><path d=\"M43.5475 27.4C42.2578 27.2 41.1665 25 41.7618 22.8C39.976 24.1 37.8927 21.5 38.1903 19C38.3887 17.7 39.1824 16.6 40.6705 17.1C40.0752 15.1 39.3808 13.1 38.4879 11.3C37.1982 11.5 35.8093 11.6 34.3212 11.7C35.6109 13.7 34.3212 15.6 32.5355 15.3C31.1466 15.1 29.9561 13.7 30.2537 12C29.1624 12.8 26.8806 12.5 26.6822 10.1C26.583 15.2 26.583 21.7 26.583 28.5C33.2299 28.6 40.9681 27.9 44.0435 27.4C43.8451 27.4 43.6467 27.4 43.5475 27.4Z\" fill=\"#E03A3E\"/><path d=\"M10.8089 32.4C12.6938 31.7 14.9756 34.9 14.1819 37.1C13.7851 38.1 12.793 38.4 11.8009 37.8C12.3962 39.7 13.0906 41.4 13.8843 42.9C15.174 43.1 16.6621 43.2 18.2494 43.4C16.9597 41.8 17.9518 40.5 19.7375 40.6C21.2257 40.7 23.2098 41.9 22.7138 43.6C24.0035 43 26.2852 43.5 26.5829 45.2C26.4837 41.4 26.4837 35.9 26.4837 29.4C26.4837 29.1 26.4837 28.9 26.4837 28.6C24.4003 28.6 22.2177 28.5 20.1344 28.4C15.67 28.2 12.5946 28 8.82471 27.3C10.7097 27.9 11.3049 30.8 10.8089 32.4Z\" fill=\"#E03A3E\"/><path d=\"M38.6863 9.30001C38.9839 9.30001 39.1823 9.20001 39.3807 9.20001C40.7696 8.90001 44.0435 8.20001 44.0435 7.20001C44.0435 7.20001 45.3332 8.50001 46.2261 10.3C46.3253 10.5 46.4245 10.7 46.5237 11C46.6229 11.3 46.7221 11.7 46.7221 11.9C46.7221 12.4 46.3253 12.5 46.0276 12.3H45.9284C44.6387 11.7 44.2419 10.5 43.9443 10C43.2498 10.2 42.2578 10.7 41.3649 10.9C41.2657 10.9 41.0673 11 40.9681 11C42.0593 12.8 43.0514 14.8 43.7459 16.9C45.0356 15.6 46.9205 18 47.0197 20.3C47.1189 21.7 46.4245 22.9 45.234 22.4C46.2261 24.3 45.9284 27 44.0435 27.6C43.6467 21.3 42.6546 15.9 38.6863 9.30001Z\" fill=\"#E03A3E\"/><path d=\"M38.6862 9.29999C35.5115 4.39999 33.0313 2.59999 29.7575 1.39999C29.1622 1.09999 26.9797 0.299988 26.7813 0.299988C27.3765 1.09999 28.4678 1.59999 28.7654 1.69999C28.6662 1.99999 28.7654 2.59999 29.7575 3.39999C29.9559 3.49999 30.0551 3.59999 30.2535 3.69999C31.8409 4.59999 32.2377 3.89999 32.3369 3.59999C32.8329 3.89999 33.825 4.59999 34.9163 5.89999C35.5115 6.59999 36.1068 7.29999 36.5036 7.89999C35.5115 7.99999 34.2218 8.09999 32.8329 8.19999C32.7337 6.59999 31.6424 5.79999 30.8488 5.49999C29.2615 4.89999 28.7654 6.79999 29.4599 8.09999C28.1702 7.39999 26.7813 7.99999 26.4836 9.99999C31.5432 9.99999 34.9163 9.79999 38.6862 9.29999Z\" fill=\"#E03A3E\"/><path d=\"M38.9839 4.70001C38.9839 4.70001 38.9839 4.60001 38.9839 4.50001C38.9839 4.40001 39.0831 4.40001 39.0831 4.40001C39.0831 4.40001 39.0831 4.30001 39.1823 4.30001C39.4799 4.20001 40.1744 4.10001 42.2577 5.50001C37.8926 2.10001 33.3291 0.700012 29.3608 0.300012C28.7655 0.200012 27.7734 0.200012 27.7734 0.200012C29.0631 0.300012 29.8568 0.600012 30.0552 0.700012C30.2536 0.800012 30.3528 0.800012 30.452 0.900012C30.7497 0.900012 30.9481 1.00001 31.3449 1.10001C31.7417 1.20001 32.337 1.50001 32.9322 1.70001C33.5275 2.00001 34.3211 2.60001 34.3211 2.90001C34.2219 3.00001 34.1227 3.00001 33.7259 2.90001C35.214 4.00001 37.2974 6.00001 38.5871 7.40001C39.4799 7.20001 40.7696 7.10001 41.3649 6.90001C41.2657 7.00001 39.3807 5.60001 38.9839 4.70001Z\" fill=\"#E03A3E\"/><path d=\"M13.5867 44.3C11.4041 43.9 10.2136 43.6 9.41996 43.2C9.32076 43.1 9.22155 43.1 9.22155 43.1C9.22155 43.1 8.03106 41.9 6.93977 40.5C6.14611 39.5 5.55087 38.4 5.45166 38.3C5.45166 38.3 5.65008 38.3 5.74928 38.3C6.84057 38.7 8.6263 41.8 8.6263 41.8C9.32076 42.1 10.2136 42.3 11.3049 42.5C10.3128 40.9 9.41996 39.2 8.72551 37.3C7.13819 38.1 5.15404 34 5.84849 32.2C6.04691 31.8 6.44374 31.1 7.43581 31.9C6.64215 30.1 6.84057 27.3 8.72551 27.3C8.82472 33.4 9.71759 38.6 13.5867 44.3Z\" fill=\"#E03A3E\"/><path d=\"M26.5829 45.5C26.3845 46.4 25.194 47.2 23.4082 46.5C24.2019 47.6 23.5074 48.5 22.1185 48.2C21.0272 48 19.7375 47.1 19.6383 46.2C18.2494 46.1 17.0589 46 15.9677 45.8C17.0589 47 18.1502 48 19.4399 48.8C19.6383 48.7 19.8367 48.8 20.5312 49C21.5233 49.3 22.4161 49.8 23.309 50.1H23.1106C22.4161 50 22.2177 49.9 21.8209 49.9C19.936 49.5 16.7613 48.5 13.5867 44.2C17.4558 44.8 21.2257 45.1 26.5829 45.1C26.5829 45.3 26.5829 45.4 26.5829 45.5Z\" fill=\"#E03A3E\"/><path d=\"M26.7812 0.200012C13.3882 0.200012 2.17775 11.2 1.88013 24.8C1.88013 24.8 1.97933 25.1 2.57458 25.4C3.07062 25.7 3.86428 26.1 4.85636 26.4C6.14605 26.7 7.43575 27 8.72545 27.2C12.4953 27.8 15.5708 28.1 20.0351 28.3C22.1185 28.4 24.301 28.5 26.3844 28.5C26.3844 27.2 26.3844 19.9 26.3844 12.9C26.3844 12 26.3844 11 26.3844 10.1C26.682 5.50001 26.682 0.800012 26.7812 0.200012Z\" fill=\"#FFD520\"/><path d=\"M38.7855 47.4C37.3966 48.2 37.099 48.2 35.214 49C34.718 49.2 34.222 49.3 33.6267 49.5C36.9998 48.6 41.5633 44.8 42.357 43.9C41.9601 44.8 41.6625 45.4 40.6705 46.2C40.3728 46.4 39.1823 47.2 38.7855 47.4Z\" fill=\"black\"/><path d=\"M4.9556 26.4C3.96353 26.1 3.16987 25.8 2.67383 25.4C2.87224 16.4 7.93183 8.30002 15.174 3.90002C13.4875 5.40002 12.6938 6.40002 11.8009 8.50002C7.73342 13.2 5.15402 19.6 4.9556 26.4Z\" fill=\"black\"/><path d=\"M15.2732 3.90001C17.0589 2.60001 18.1502 1.60001 21.0272 0.900012C23.0114 0.400012 24.7971 0.200012 26.8805 0.200012C22.6146 0.400012 18.6463 1.80001 15.2732 3.90001Z\" fill=\"black\"/><path d=\"M13.8843 27.9C12.0986 27.7 10.3128 27.5 8.82471 27.2C8.92391 22.6 9.91599 18.3 11.5033 14.4C12.0986 16.9 12.6938 18.3 14.4795 21.3C14.0827 23.5 13.8843 25.7 13.8843 27.9Z\" fill=\"black\"/><path d=\"M26.5828 10.1C26.5828 12.9 26.5828 15.7 26.4836 17.9C26.4836 20.1 26.4836 21.7 26.4836 22C24.0034 19.4 22.7137 18 20.928 15.7C22.1185 7.89999 24.301 1.69999 26.7812 0.299988C26.682 0.899988 26.682 5.39999 26.5828 10.1Z\" fill=\"black\"/><path d=\"M17.8526 9.79999C16.2652 13.1 15.0747 17.1 14.4795 21.4C15.9676 23.7 16.9597 25 19.9359 28.4C19.9359 23.9 20.3327 19.6 20.928 15.6C19.1422 13.1 18.547 11.9 17.8526 9.79999Z\" fill=\"black\"/><path d=\"M50.7895 25.6C50.7895 25.9 50.7895 26.2 50.7895 26.4C50.7895 35.3 46.5235 42.7 39.7774 46.8L39.6782 46.9C42.8529 44.9 46.8212 41.6 49.4006 36.2C52.0792 30.8 51.7815 24.8 51.7815 24.8C51.6823 25 51.2855 25.3 50.7895 25.6Z\" fill=\"black\"/><path d=\"M21.4241 1.5C17.7534 2.9 14.4796 5.4 11.9002 8.5C11.2057 10.8 11.2057 12.1 11.5034 14.5C13.0907 10.7 15.3725 7.4 18.0511 4.9C18.8447 3.5 19.3408 2.6 21.4241 1.5Z\" fill=\"black\"/><path d=\"M17.8525 9.80001C17.3565 7.70001 17.3565 6.70001 18.051 4.90001C20.6304 2.50001 23.6066 0.700012 26.8804 0.200012C23.309 1.10001 20.1343 4.80001 17.8525 9.80001Z\" fill=\"black\"/><defs><radialGradient id=\"paint0_radial_2897_2890\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(26.8677 25.3294) scale(25.0863 25.2867)\"><stop stop-color=\"white\"/><stop offset=\"0.5149\" stop-color=\"#FDFDFD\"/><stop offset=\"0.7003\" stop-color=\"#F6F6F6\"/><stop offset=\"0.8325\" stop-color=\"#EBEBEB\"/><stop offset=\"0.9387\" stop-color=\"#DADADA\"/><stop offset=\"1\" stop-color=\"#CCCCCC\"/></radialGradient></defs></svg>";
3
+ export declare const CAMPAIGN_LOGO = "<svg title=\"umd campaign logo\" aria-hidden=\"true\" width=\"160\" height=\"67\" viewBox=\"0 0 160 67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M145.98 30.3L150.78 0H5.93L0 37.41H38.31L33.63 66.93H153.93L159.74 30.3H145.98Z\" fill=\"white\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M109 30.09H107.87L107.88 30.07C104.48 30.07 102.52 28.16 103.04 24.74L103.6 21.28H108.44L107.95 24.46C107.83 25.3 108.01 25.73 108.63 25.73C109.21 25.73 109.49 25.29 109.64 24.37L109.77 23.6C109.98 22.3 109.73 21.71 108.78 20.48L107.3 18.57C105.45 16.23 104.86 14.44 105.23 12.16L105.38 11.21C105.88 8.13002 107.55 6.52002 110.97 6.52002H112.09C115.79 6.52002 117.12 8.40002 116.65 11.3L116.24 13.86H111.51L111.88 11.49C111.97 10.87 111.82 10.5 111.2 10.5C110.64 10.5 110.49 10.83 110.4 11.45L110.31 12.16C110.16 13.15 110.34 13.58 111.11 14.66L112.68 16.64C114.74 19.26 115.52 21.05 115.15 23.33L114.96 24.51C114.37 28.13 112.64 30.1 109 30.09ZM22.25 11.5801L23.02 6.83008H13.52H13.51L9.87 29.7901H14.81L16.3 20.3501H19.82L20.62 15.4701H17.09L17.72 11.5801H22.25ZM25.91 6.84008H25.9L25.91 6.83008V6.83987L25.91 6.83984H35.32L34.58 11.5898H30.11L29.49 15.5098H33.1L32.33 20.3898H28.69L27.98 24.9498H32.64L31.87 29.7898H22.28L25.91 6.84008ZM55.46 20.3999H55.4501L56.1 20.3899C56.81 20.3899 56.9601 20.7299 56.8101 21.5699L55.8 28.0799C55.65 29.0099 55.8 29.5599 55.9501 29.7999H60.85L60.8801 29.6499C60.75 29.2799 60.66 28.8499 60.82 27.9499L62 20.5499C62.28 18.6999 61.2701 17.7699 60.5201 17.4099C61.7201 16.9999 62.71 15.9699 63.0201 13.9299L63.51 10.8999C63.94 8.24986 62.3301 6.85986 60.09 6.85986H52.69L49.05 29.8199H53.9901L55.4701 20.4099L55.46 20.3999ZM56.9901 10.7899H57.67C58.29 10.7899 58.47 11.1299 58.35 11.8399L57.8601 14.9599C57.7701 15.7599 57.4501 16.0799 56.87 16.0799H56.16L57 10.8099H56.9901V10.7899ZM47.0299 6.83008L46.56 29.7901H41.7999L41.95 26.4301H39.6699L38.83 29.7901H34.45L40.9199 6.83008H47.0299ZM42.5099 14.9301L40.79 21.9001H42.1699L42.5099 14.9301ZM46.47 37.4399L42.83 60.4099H47.77L49.25 50.9599H52.78L53.58 46.0899H50.05L50.67 42.1999H55.21L55.98 37.4399H46.48H46.47ZM135.51 21.0098L134.15 29.7998H129.19L130.58 21.0698L129.25 6.83984H134.07L134.09 14.4598L136.5 6.83984H141.06L135.51 21.0098ZM126.75 24.9198H122.69L125.55 6.83984H120.61L116.97 29.7998H125.98L126.75 24.9198ZM73.38 24.9198H69.31L72.18 6.83984H67.24L63.6 29.7998H72.61L73.38 24.9198ZM94.5101 30.09H93.3801L93.3901 30.07C89.9901 30.07 88.0301 28.16 88.5501 24.74L89.1101 21.28H93.9501L93.4601 24.46C93.34 25.3 93.5201 25.73 94.1401 25.73C94.7201 25.73 95.0001 25.29 95.1501 24.37L95.2801 23.6C95.4901 22.3 95.2401 21.71 94.2901 20.48L92.8101 18.57C90.9601 16.23 90.37 14.44 90.7401 12.16L90.8901 11.21C91.3901 8.13002 93.0601 6.52002 96.4801 6.52002H97.6001C101.3 6.52002 102.63 8.40002 102.16 11.3L101.75 13.86H97.0201L97.3901 11.49C97.48 10.87 97.3301 10.5 96.7101 10.5C96.1501 10.5 96.0001 10.83 95.9101 11.45L95.8201 12.16C95.6701 13.15 95.8501 13.58 96.6201 14.66L98.1901 16.64C100.25 19.26 101.03 21.05 100.66 23.33L100.47 24.51C99.8801 28.13 98.1501 30.1 94.5101 30.09ZM66.8599 37.4102H62.0799C59.5799 38.1402 58.4799 40.3702 57.9699 43.6102L56.2699 54.3202C55.6499 58.4302 57.5999 60.7302 61.4799 60.7302H62.3999C65.7999 60.7302 67.7099 58.4502 68.3599 54.4702L70.0799 43.6102C70.5599 40.4102 69.4799 38.1502 66.8599 37.4102ZM63.1199 54.9102C63.0299 55.4902 62.7799 55.9902 62.1099 55.9902C61.4399 55.9902 61.2499 55.5002 61.3399 54.8702L63.1899 43.0902C63.3399 42.2302 63.5599 41.8002 64.2399 41.8002C64.9199 41.8002 65.1399 42.2702 65.0099 43.0902L63.1199 54.9102ZM109.45 60.3902H105.07H105.06L111.54 37.4302H117.65L117.18 60.3902H112.42L112.57 57.0302H110.29L109.45 60.3902ZM111.42 52.4902H112.8L113.14 45.5202L111.42 52.4902ZM87.78 11.6099L88.51 6.85986H79.11L75.47 29.7999H85.06L85.84 24.9599H81.17L81.88 20.3999H85.52L86.29 15.5199H82.68L83.3 11.6099H87.78ZM99.56 51.6502L102.59 37.4302H107.47L101.3 60.3902H95.68L96.39 47.9202L93.71 60.3902H87.97L88.44 37.4302H93.43L92.48 51.3502L95.72 37.4302H100.33L99.56 51.6502ZM145.86 37.4399H139.11L135.47 60.3999H143.14C146.07 60.3999 147.4 58.6799 147.96 55.0299L149.94 42.6199C150.52 38.9499 148.71 37.4399 145.87 37.4399H145.86ZM142.95 54.5599C142.76 55.6399 142.58 55.9799 141.77 55.9799H141.06L143.34 41.6999H144.09C144.74 41.6999 144.89 42.1699 144.77 42.9899L142.95 54.5599ZM123.92 37.46H131.32L131.33 37.47C133.57 37.47 135.18 38.86 134.75 41.51L134.26 44.54C133.95 46.58 132.96 47.62 131.76 48.02C132.51 48.38 133.52 49.31 133.24 51.16L132.06 58.56C131.9 59.46 131.99 59.89 132.12 60.26L132.09 60.41H127.19C127.04 60.17 126.89 59.62 127.04 58.69L128.05 52.18C128.2 51.34 128.05 51 127.34 51L126.69 51.01H126.7L125.22 60.42H120.28L123.92 37.46ZM128.13 46.68C128.71 46.68 129.03 46.37 129.12 45.57L129.61 42.45C129.73 41.74 129.55 41.4 128.93 41.4L128.25 41.41H128.26L127.42 46.68H128.13ZM81.8599 37.4399H74.4599L70.8199 60.3999H75.7599L77.2399 50.9799H77.2299L77.8799 50.9699C78.5899 50.9699 78.7399 51.3099 78.5899 52.1499L77.5799 58.6599C77.4299 59.5799 77.5799 60.1399 77.7299 60.3799H82.6299L82.6499 60.2299C82.52 59.8599 82.4299 59.4299 82.5899 58.5299L83.7699 51.1299C84.0499 49.2799 83.0299 48.3599 82.2899 47.9899C83.4899 47.5799 84.4799 46.5499 84.7899 44.5099L85.2799 41.4799C85.7099 38.8299 84.0999 37.4399 81.8599 37.4399ZM79.66 45.5499C79.57 46.3499 79.2499 46.6699 78.6699 46.6699H77.9599L78.7999 41.3999H78.7899L79.4699 41.3899C80.09 41.3899 80.27 41.7299 80.1499 42.4399L79.66 45.5599V45.5499ZM79.11 6.85984H79.1L79.11 6.83984V6.85984Z\" fill=\"#231F20\"/></svg>";
4
+ export declare const CAMPAIGN_LOGO_DARK = "<svg id=\"campaign_logo_dark\" data-name=\"Campaign Logo\" width=\"160\" height=\"67\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 67\"><defs><style>.cls-1 {fill: none;}.cls-2 {clip-path: url(#clippath);}.cls-3 {fill: #fff;}.cls-4 {fill: #231f20;}</style><clipPath id=\"clippath\"><rect class=\"cls-1\" width=\"159.74\" height=\"66.95\"/></clipPath></defs><g class=\"cls-2\"><g><path class=\"cls-4\" d=\"m145.95,30.28l4.81-30.28H5.94L0,37.42h38.32l-4.7,29.53h120.29l5.82-36.67h-13.79Z\"/><path class=\"cls-3\" d=\"m22.24,11.57l.79-4.73h-9.5l-3.64,22.95h4.92l1.5-9.43h3.53l.79-4.88h-3.53l.64-3.91h4.51Z\"/><path class=\"cls-3\" d=\"m32.31,20.4l.79-4.88h-3.61l.6-3.91h4.47l.75-4.77h-9.39l-3.64,22.95h9.58l.79-4.85h-4.66l.71-4.55h3.61Z\"/><path class=\"cls-3\" d=\"m55.45,20.4h.64c.71,0,.86.34.71,1.16l-1.01,6.5c-.15.94,0,1.47.15,1.73h4.92v-.15c-.11-.38-.19-.79-.04-1.69l1.16-7.4c.26-1.84-.75-2.78-1.47-3.16,1.2-.41,2.18-1.43,2.48-3.49l.49-3.04c.41-2.63-1.16-4.06-3.42-4.06h-7.4l-3.64,22.95h4.96l1.47-9.43v.08Zm1.54-9.62h.68c.64,0,.79.34.68,1.05l-.49,3.12c-.08.79-.41,1.13-.98,1.13h-.71l.83-5.26v-.04Z\"/><path class=\"cls-3\" d=\"m46.55,29.79l.45-22.95h-6.12l-6.46,22.95h4.4l.83-3.34h2.29l-.15,3.34h4.77Zm-5.75-7.89l1.73-6.99-.34,6.99h-1.39Z\"/><path class=\"cls-3\" d=\"m46.47,37.46l-3.64,22.95h4.96l1.47-9.43h3.53l.79-4.88h-3.53l.64-3.91h4.55l.75-4.73h-9.5Z\"/><path class=\"cls-3\" d=\"m134.16,29.79l1.35-8.79,5.56-14.16h-4.58l-2.4,7.63-.04-7.63h-4.81l1.35,14.24-1.39,8.72h4.96Z\"/><path class=\"cls-3\" d=\"m126.75,24.91h-4.06l2.86-18.07h-4.96l-3.64,22.95h9.02l.79-4.88Z\"/><path class=\"cls-3\" d=\"m107.86,30.09h1.13c3.64,0,5.37-1.95,5.97-5.56l.19-1.16c.38-2.29-.41-4.06-2.48-6.69l-1.58-1.99c-.79-1.09-.94-1.5-.79-2.48l.07-.71c.08-.64.23-.94.79-.94.64,0,.79.38.68.98l-.38,2.37h4.73l.41-2.55c.45-2.89-.86-4.77-4.55-4.77h-1.13c-3.42,0-5.11,1.62-5.6,4.7l-.15.94c-.38,2.29.22,4.06,2.07,6.42l1.46,1.92c.94,1.24,1.2,1.84.98,3.12l-.11.79c-.15.94-.41,1.35-1.01,1.35-.64,0-.79-.41-.68-1.28l.49-3.19h-4.85l-.56,3.46c-.53,3.42,1.43,5.33,4.85,5.33l.04-.04Z\"/><path class=\"cls-3\" d=\"m73.37,24.91h-4.06l2.86-18.07h-4.92l-3.64,22.95h9.02l.75-4.88Z\"/><path class=\"cls-3\" d=\"m93.36,30.09h1.13c3.64,0,5.37-1.95,5.97-5.56l.19-1.16c.38-2.29-.41-4.06-2.48-6.69l-1.58-1.99c-.79-1.09-.94-1.5-.79-2.48l.08-.71c.08-.64.23-.94.79-.94.64,0,.79.38.68.98l-.38,2.37h4.73l.41-2.55c.45-2.89-.86-4.77-4.55-4.77h-1.13c-3.42,0-5.11,1.62-5.6,4.7l-.15.94c-.38,2.29.23,4.06,2.07,6.42l1.47,1.92c.94,1.24,1.2,1.84.98,3.12l-.11.79c-.15.94-.41,1.35-1.01,1.35-.64,0-.79-.41-.68-1.28l.49-3.19h-4.85l-.56,3.46c-.53,3.42,1.43,5.33,4.85,5.33l.04-.04Z\"/><path class=\"cls-3\" d=\"m66.87,37.42h-4.77c-2.48.71-3.61,2.97-4.09,6.2l-1.69,10.71c-.64,4.09,1.31,6.42,5.22,6.42h.94c3.38,0,5.3-2.29,5.97-6.27l1.73-10.86c.49-3.19-.6-5.45-3.23-6.2h-.08Zm-3.76,17.51c-.08.6-.34,1.09-1.01,1.09s-.86-.49-.79-1.13l1.84-11.8c.15-.86.38-1.28,1.05-1.28s.9.45.79,1.28l-1.88,11.83Z\"/><path class=\"cls-3\" d=\"m105.08,60.37h4.4l.83-3.34h2.29l-.15,3.34h4.77l.45-22.95h-6.12l-6.46,22.95Zm7.74-7.89h-1.39l1.73-6.95-.34,6.95Z\"/><path class=\"cls-3\" d=\"m87.76,11.61l.75-4.77h-9.39l-3.64,22.95h9.58l.79-4.85h-4.66l.71-4.55h3.61l.79-4.88h-3.61l.6-3.91h4.47Z\"/><path class=\"cls-3\" d=\"m102.6,37.42l-3.04,14.24.79-14.24h-4.62l-3.23,13.94.94-13.94h-5l-.49,22.95h5.75l2.7-12.44-.71,12.44h5.6l6.2-22.95h-4.88Z\"/><path class=\"cls-3\" d=\"m145.84,37.46h-6.76l-3.64,22.95h7.66c2.93,0,4.24-1.73,4.81-5.37l1.99-12.4c.6-3.68-1.24-5.18-4.06-5.18Zm-2.93,17.13c-.19,1.09-.38,1.43-1.16,1.43h-.71l2.29-14.28h.75c.64,0,.79.45.68,1.28l-1.84,11.57Z\"/><path class=\"cls-3\" d=\"m131.3,37.46h-7.4l-3.64,22.95h4.96l1.47-9.43h.64c.71,0,.86.34.71,1.16l-1.01,6.5c-.15.94,0,1.47.15,1.73h4.92v-.15c-.11-.38-.19-.79-.04-1.69l1.16-7.4c.26-1.84-.75-2.78-1.46-3.16,1.2-.41,2.18-1.43,2.48-3.49l.49-3.04c.41-2.63-1.17-4.06-3.42-4.06v.08Zm-2.22,8.11c-.07.79-.41,1.13-.98,1.13h-.71l.83-5.26h.68c.64,0,.79.34.68,1.05l-.49,3.12v-.04Z\"/><path class=\"cls-3\" d=\"m81.86,37.46h-7.4l-3.64,22.95h4.96l1.47-9.43h.64c.71,0,.86.34.71,1.16l-1.01,6.5c-.15.94,0,1.47.15,1.73h4.92v-.15c-.11-.38-.19-.79-.04-1.69l1.16-7.4c.26-1.84-.75-2.78-1.47-3.16,1.2-.41,2.18-1.43,2.48-3.49l.49-3.04c.41-2.63-1.16-4.06-3.42-4.06v.08Zm-2.22,8.11c-.08.79-.41,1.13-.98,1.13h-.71l.83-5.26h.68c.64,0,.79.34.68,1.05l-.49,3.12v-.04Z\"/></g></g></svg>";
5
+ //# sourceMappingURL=logos.d.ts.map