kcc-gem-theme-original 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +142 -0
  4. data/_data/navigation.yml +154 -0
  5. data/_includes/accordion.html +36 -0
  6. data/_includes/accordion_path-sorting.html +29 -0
  7. data/_includes/body.html +5 -0
  8. data/_includes/breadcrumbs.html +44 -0
  9. data/_includes/card-section.html +26 -0
  10. data/_includes/chat-now.html +8 -0
  11. data/_includes/contacts-tan.html +94 -0
  12. data/_includes/contacts.html +96 -0
  13. data/_includes/document-head.html +25 -0
  14. data/_includes/emergency-alerts.html +29 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +193 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/hero-slider.html +36 -0
  19. data/_includes/nav-global.html +40 -0
  20. data/_includes/nav-local.html +34 -0
  21. data/_includes/nav-sub.html +19 -0
  22. data/_includes/preconnect.html +16 -0
  23. data/_includes/scripts/custom.html +4 -0
  24. data/_includes/scripts/google-api.html +2 -0
  25. data/_includes/scripts/google-noscript.html +9 -0
  26. data/_includes/scripts/google-tag.html +23 -0
  27. data/_includes/scripts/kcc-alerts.html +2 -0
  28. data/_includes/scripts/kcc-mega-nav.html +2 -0
  29. data/_includes/scripts/kcc-nav.html +2 -0
  30. data/_includes/scripts/kcc-theme-landing.html +2 -0
  31. data/_includes/scripts/kcc-theme.html +2 -0
  32. data/_includes/scripts/table-cdn.html +6 -0
  33. data/_includes/scripts/translate.html +11 -0
  34. data/_includes/scripts/vendor.html +8 -0
  35. data/_includes/styles/fonts.html +4 -0
  36. data/_includes/styles/main.html +6 -0
  37. data/_includes/styles/vendor.html +8 -0
  38. data/_includes/svg/check.html +11 -0
  39. data/_includes/svg/check_circle-24px.html +13 -0
  40. data/_includes/svg/email-24px.html +13 -0
  41. data/_includes/svg/goals.html +21 -0
  42. data/_includes/svg/kcc-copy.html +62 -0
  43. data/_includes/svg/kcc.html +65 -0
  44. data/_includes/svg/kcc.svg +59 -0
  45. data/_includes/svg/love.html +13 -0
  46. data/_includes/svg/place-24px.html +13 -0
  47. data/_includes/svg/save-money.html +26 -0
  48. data/_includes/tabbed-content.html +27 -0
  49. data/_includes/translate.html +3 -0
  50. data/_layouts/default.html +31 -0
  51. data/_layouts/markdown.html +13 -0
  52. data/_layouts/page.html +8 -0
  53. data/_layouts/sub-nav.html +6 -0
  54. data/assets/css/content.css +1 -0
  55. data/assets/css/main.css +1 -0
  56. data/assets/img/alert.svg +1 -0
  57. data/assets/img/arrow-right.svg +1 -0
  58. data/assets/img/arrow_right_alt.svg +1 -0
  59. data/assets/img/blank-contact.svg +1 -0
  60. data/assets/img/blue-next.svg +1 -0
  61. data/assets/img/blue-prev.svg +1 -0
  62. data/assets/img/dbl-next.svg +1 -0
  63. data/assets/img/dbl-next_mobile.svg +1 -0
  64. data/assets/img/dbl-prev.svg +1 -0
  65. data/assets/img/dbl-prev_mobile.svg +1 -0
  66. data/assets/img/facebook-f_white.svg +1 -0
  67. data/assets/img/facebook.svg +1 -0
  68. data/assets/img/heading-bg-underline-tan.png +0 -0
  69. data/assets/img/heading-bg-underline-transparent.png +0 -0
  70. data/assets/img/heading-bg-underline.png +0 -0
  71. data/assets/img/home.svg +8 -0
  72. data/assets/img/iccmc-logo_blue-transparent.png +0 -0
  73. data/assets/img/instagram-white.svg +1 -0
  74. data/assets/img/instagram.svg +1 -0
  75. data/assets/img/itransfer.png +0 -0
  76. data/assets/img/kankakee-community-college-blue.svg +1 -0
  77. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  78. data/assets/img/kcc-logo-inverse.svg +1 -0
  79. data/assets/img/kcc-logo-white.svg +1 -0
  80. data/assets/img/kcc-logo.svg +1 -0
  81. data/assets/img/kcc-placeholder-square.png +0 -0
  82. data/assets/img/kcc-placeholder.png +0 -0
  83. data/assets/img/kcc-text-logo-white.svg +1 -0
  84. data/assets/img/kcc-text-logo.svg +1 -0
  85. data/assets/img/keyboard_arrow_right.svg +1 -0
  86. data/assets/img/linkedin-white.svg +1 -0
  87. data/assets/img/linkedin.svg +1 -0
  88. data/assets/img/pause.svg +1 -0
  89. data/assets/img/pause_mobile.svg +1 -0
  90. data/assets/img/pinterest-p_white.svg +1 -0
  91. data/assets/img/pinterest.svg +1 -0
  92. data/assets/img/placeholder_16to9.jpg +0 -0
  93. data/assets/img/placeholder_4by3.jpg +0 -0
  94. data/assets/img/placeholder_square-1by1.jpg +0 -0
  95. data/assets/img/placeholder_square.jpg +0 -0
  96. data/assets/img/play.svg +1 -0
  97. data/assets/img/play_mobile.svg +1 -0
  98. data/assets/img/search.svg +1 -0
  99. data/assets/img/social-icon.svg +1 -0
  100. data/assets/img/twitter.svg +1 -0
  101. data/assets/img/video.svg +1 -0
  102. data/assets/img/volleyball.svg +1 -0
  103. data/assets/img/x-logo.svg +11 -0
  104. data/assets/img/x.svg +1 -0
  105. data/assets/img/xitter.svg +1 -0
  106. data/assets/img/youtube-white.svg +1 -0
  107. data/assets/img/youtube.svg +1 -0
  108. data/assets/img/yt-loading.png +0 -0
  109. data/assets/js/dist/102.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  110. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  111. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  112. data/assets/js/dist/143.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  113. data/assets/js/dist/183.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  114. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  115. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.css +1 -0
  116. data/assets/js/dist/303.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  117. data/assets/js/dist/384.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  118. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  119. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  120. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  121. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +29 -0
  122. data/assets/js/dist/723.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  123. data/assets/js/dist/873.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  124. data/assets/js/dist/965.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  125. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.bundle.js +0 -0
  126. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.css +1 -0
  127. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  128. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +47 -0
  129. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.css +1 -0
  130. data/assets/js/nav/closeNavOnClick.js +22 -0
  131. data/assets/js/nav/highlightCurrentNav.js +44 -0
  132. data/assets/js/nav/moveSearchIcon.js +94 -0
  133. data/assets/js/nav/nav.js +13 -0
  134. data/assets/js/nav/searchToggleNav.js +46 -0
  135. data/assets/js/nav/toggleNavSearchDropdownOnWindowResize.js +52 -0
  136. data/assets/js/src/alerts.js +24 -0
  137. data/assets/js/src/all.js +83 -0
  138. data/assets/js/src/bootstrap.js +4 -0
  139. data/assets/js/src/cacheResponse.js +22 -0
  140. data/assets/js/src/campusAlertsSheetsAPI.js +53 -0
  141. data/assets/js/src/checkForPrefersReducedMotion.js +17 -0
  142. data/assets/js/src/contentHashLink.js +102 -0
  143. data/assets/js/src/createAlertsHtml.js +46 -0
  144. data/assets/js/src/footerDate.js +13 -0
  145. data/assets/js/src/getCachedResponse.js +37 -0
  146. data/assets/js/src/lazyLoad.js +13 -0
  147. data/assets/js/src/parseMarkdownToHTML.js +85 -0
  148. data/assets/js/src/sliders.js +81 -0
  149. data/assets/js/src/translate.js +62 -0
  150. data/assets/js/src/walkText.js +31 -0
  151. data/assets/js/src/wrapPowerText.js +11 -0
  152. data/assets/js/src/ytEmbed.js +30 -0
  153. data/assets/scss/0-tools/_bootstrap-overrides.scss +72 -0
  154. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  155. data/assets/scss/0-tools/_google-translate-overrides.scss +127 -0
  156. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  157. data/assets/scss/0-tools/_vars.scss +72 -0
  158. data/assets/scss/1-base/_background.scss +5 -0
  159. data/assets/scss/1-base/_buttons.scss +121 -0
  160. data/assets/scss/1-base/_html.scss +4 -0
  161. data/assets/scss/1-base/_img.scss +12 -0
  162. data/assets/scss/1-base/_links.scss +126 -0
  163. data/assets/scss/1-base/_svg.scss +82 -0
  164. data/assets/scss/1-base/_typography.scss +640 -0
  165. data/assets/scss/2-modules/_accordion.scss +43 -0
  166. data/assets/scss/2-modules/_benefits.scss +371 -0
  167. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  168. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  169. data/assets/scss/2-modules/_card-section.scss +9 -0
  170. data/assets/scss/2-modules/_contacts.scss +46 -0
  171. data/assets/scss/2-modules/_error.scss +10 -0
  172. data/assets/scss/2-modules/_footer.scss +122 -0
  173. data/assets/scss/2-modules/_header.scss +21 -0
  174. data/assets/scss/2-modules/_hero-slider.scss +331 -0
  175. data/assets/scss/2-modules/_img-hover.scss +70 -0
  176. data/assets/scss/2-modules/_loader.scss +9 -0
  177. data/assets/scss/2-modules/_nav-global.scss +315 -0
  178. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  179. data/assets/scss/2-modules/_nav-local.scss +45 -0
  180. data/assets/scss/2-modules/_social-icons.scss +36 -0
  181. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  182. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  183. data/assets/scss/3-layout/_background.scss +3 -0
  184. data/assets/scss/3-layout/_content.scss +37 -0
  185. data/assets/scss/3-layout/_margins.scss +22 -0
  186. data/assets/scss/3-layout/_padding.scss +19 -0
  187. data/assets/scss/3-layout/_positioning.scss +343 -0
  188. data/assets/scss/3-layout/_section.scss +22 -0
  189. data/assets/scss/3-layout/_tables.scss +8 -0
  190. data/assets/scss/3-layout/_thank-you.scss +5 -0
  191. data/assets/scss/4-pages/index/_home.scss +15 -0
  192. data/assets/scss/bootstrap.scss +98 -0
  193. data/assets/scss/kcc-theme.scss +50 -0
  194. data/assets/scss/translate.scss +5 -0
  195. metadata +278 -0
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 416.394 28.682" height="28.682" viewBox="0 0 416.394 28.682" width="416.394" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m6.913 9.049h1.943l9.136-8.875h5.133l-11.072 10.615 7.348 11.135h-5.278l-6.025-9.309h-1.943l-1.979 9.309h-4.176l4.623-21.75h4.176z"/><path d="m30.973 20.01h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.676-4.67 1.856 0 3.677.029 4.184 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.259-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.855 0-3.334 0-3.796 2.176z"/><path d="m44.589 6.699-.486 2.291h.116c1.286-2.232 3.163-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.655l2.053-9.656c.468-2.205.136-2.959-2.213-2.959-3.19 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m60.645 12.615h.899l5.52-5.916h4.118l-6.916 7.164 4.782 8.061h-4.408l-3.626-6.815h-.899l-1.449 6.815h-3.654l4.623-21.75h3.654z"/><path d="m81.026 20.01h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.677-4.67 1.856 0 3.677.029 4.183 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.856 0-3.335 0-3.796 2.176z"/><path d="m93.356 12.615h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.407l-3.627-6.815h-.899l-1.449 6.815h-3.653l4.623-21.75h3.653z"/><path d="m117.955 17.082c-1.018 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.263 0 6.716 1.826 5.304 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m134.484 17.082c-1.017 4.785-3.82 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.696 3.275-.831 4.32 2.445 4.32 2.03 0 3.444.029 3.926-2.232h3.653zm-2.716-4.408c.666-3.133.252-3.365-2.735-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m162.747 7.453.253-1.189c.536-2.521-.412-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.365 0 4.897-.115 5.557-3.219l.253-1.189h4.176l-.302 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.544-2.232-7.281-8.584l1.061-4.986c1.477-6.962 4.507-8.528 10.915-8.528 5.423 0 8.52.029 7.484 6.264l-.252 1.189z"/><path d="m182.254 14.326c-1.252 5.887-2.465 7.771-8.815 7.771s-6.763-1.885-5.511-7.771c1.258-5.916 2.471-7.801 8.82-7.801 6.352 0 6.763 1.885 5.506 7.801zm-10.679.029c-.862 4.061-.793 4.959 2.455 4.959s3.7-.898 4.563-4.959c.875-4.117.811-5.047-2.438-5.047-3.246.001-3.704.93-4.58 5.047z"/><path d="m190.516 6.699-.469 2.205h.115c1.226-1.943 3.377-2.379 5.291-2.379s4.014.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.389-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.189 10.295h-3.654l2.115-9.947c.32-1.914.016-2.668-1.984-2.668-2.959 0-3.822 1.334-4.396 4.031l-1.824 8.584h-3.654l2.115-9.947c.319-1.914.016-2.668-1.985-2.668-2.958 0-3.821 1.334-4.395 4.031l-1.825 8.584h-3.653l3.235-15.225z"/><path d="m217.312 6.699-.469 2.205h.115c1.225-1.943 3.377-2.379 5.291-2.379s4.012.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.113-9.947c.32-1.914.018-2.668-1.984-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l2.115-9.947c.318-1.914.016-2.668-1.986-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l3.236-15.225z"/><path d="m247.338 21.924.5-2.348h-.117c-1.271 2.029-3.262 2.521-5.35 2.521-3.045 0-4.854-1.043-4.174-4.379l2.344-11.02h3.654l-2.041 9.6c-.463 2.174-.438 3.016 1.91 3.016 2.814 0 3.965-1.189 4.525-3.828l1.869-8.787h3.654l-3.236 15.225z"/><path d="m261.391 6.699-.486 2.291h.115c1.287-2.232 3.164-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.469-2.205.137-2.959-2.213-2.959-3.189 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.656l3.236-15.225h3.655z"/><path d="m275.293 21.924h-3.654l3.236-15.225h3.654zm3.965-18.647h-3.654l.658-3.104h3.654z"/><path d="m280.066 6.699h1.914l.732-3.451h3.654l-.732 3.451h5.828l-.592 2.783h-5.828l-1.658 7.803c-.268 1.391-.402 2.029 1.135 2.029 2.059 0 2.172-1.625 2.51-3.219h3.221c-.924 4.611-2.379 6.002-6.322 6.002-4.002 0-5.023-.928-4.203-4.785l1.664-7.83h-1.914z"/><path d="m299.35 22.533c-1.574 3.451-2.844 6.148-7.107 6.148-.521 0-1.025-.088-1.541-.117l.586-2.754c.256.029.504.086.766.086 2.291 0 3.107-2.203 3.801-3.973h-1.768l-1.781-15.225h3.77l1.102 12.963h.059l5.713-12.963h3.713z"/><path d="m331.379 7.453.254-1.189c.535-2.521-.414-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.363 0 4.896-.115 5.557-3.219l.252-1.189h4.176l-.301 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.545-2.232-7.281-8.584l1.061-4.986c1.476-6.962 4.505-8.528 10.915-8.528 5.422 0 8.52.029 7.484 6.264l-.254 1.189z"/><path d="m350.887 14.326c-1.252 5.887-2.465 7.771-8.814 7.771-6.352 0-6.764-1.885-5.512-7.771 1.258-5.916 2.471-7.801 8.82-7.801 6.351 0 6.764 1.885 5.506 7.801zm-10.678.029c-.863 4.061-.793 4.959 2.455 4.959 3.246 0 3.699-.898 4.562-4.959.875-4.117.811-5.047-2.438-5.047s-3.704.93-4.579 5.047z"/><path d="m356.027 21.924h-3.652l4.623-21.75h3.652z"/><path d="m363.336 21.924h-3.654l4.623-21.75h3.654z"/><path d="m381.533 17.082c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/><path d="m394.045 19.75h-.086c-1.383 2-3.4 2.348-5.256 2.348-5.221 0-5.219-2.871-4.27-7.336.992-4.67 1.924-8.236 7.58-8.236 2.145 0 3.729.465 4.23 2.465h.117l.342-2.291h3.654l-3.23 15.195c-1.166 5.482-3.182 6.787-8.75 6.787-3.713 0-6.361-.639-5.16-5.191h3.422c-.445 2.088.271 2.406 2.33 2.406 3.104 0 3.904-.637 4.459-3.248zm-5.766-5.887c-.734 3.449-1.16 5.451 2.088 5.451 3.654 0 4.043-1.826 4.812-5.451.691-3.248.475-4.555-2.686-4.555-2.522.001-3.401.727-4.214 4.555z"/><path d="m415.289 17.082c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 416.394 28.682" height="28.682" viewBox="0 0 416.394 28.682" width="416.394" xmlns="http://www.w3.org/2000/svg"><g fill="#0f3b63"><path d="m6.913 9.049h1.943l9.136-8.875h5.133l-11.072 10.615 7.348 11.135h-5.278l-6.025-9.309h-1.943l-1.979 9.309h-4.176l4.623-21.75h4.176z"/><path d="m30.973 20.01h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.676-4.67 1.856 0 3.677.029 4.184 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.259-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.855 0-3.334 0-3.796 2.176z"/><path d="m44.589 6.699-.486 2.291h.116c1.286-2.232 3.163-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.655l2.053-9.656c.468-2.205.136-2.959-2.213-2.959-3.19 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m60.645 12.615h.899l5.52-5.916h4.118l-6.916 7.164 4.782 8.061h-4.408l-3.626-6.815h-.899l-1.449 6.815h-3.654l4.623-21.75h3.654z"/><path d="m81.026 20.01h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.677-4.67 1.856 0 3.677.029 4.183 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.856 0-3.335 0-3.796 2.176z"/><path d="m93.356 12.615h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.407l-3.627-6.815h-.899l-1.449 6.815h-3.653l4.623-21.75h3.653z"/><path d="m117.955 17.082c-1.018 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.263 0 6.716 1.826 5.304 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m134.484 17.082c-1.017 4.785-3.82 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.696 3.275-.831 4.32 2.445 4.32 2.03 0 3.444.029 3.926-2.232h3.653zm-2.716-4.408c.666-3.133.252-3.365-2.735-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m162.747 7.453.253-1.189c.536-2.521-.412-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.365 0 4.897-.115 5.557-3.219l.253-1.189h4.176l-.302 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.544-2.232-7.281-8.584l1.061-4.986c1.477-6.962 4.507-8.528 10.915-8.528 5.423 0 8.52.029 7.484 6.264l-.252 1.189z"/><path d="m182.254 14.326c-1.252 5.887-2.465 7.771-8.815 7.771s-6.763-1.885-5.511-7.771c1.258-5.916 2.471-7.801 8.82-7.801 6.352 0 6.763 1.885 5.506 7.801zm-10.679.029c-.862 4.061-.793 4.959 2.455 4.959s3.7-.898 4.563-4.959c.875-4.117.811-5.047-2.438-5.047-3.246.001-3.704.93-4.58 5.047z"/><path d="m190.516 6.699-.469 2.205h.115c1.226-1.943 3.377-2.379 5.291-2.379s4.014.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.389-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.189 10.295h-3.654l2.115-9.947c.32-1.914.016-2.668-1.984-2.668-2.959 0-3.822 1.334-4.396 4.031l-1.824 8.584h-3.654l2.115-9.947c.319-1.914.016-2.668-1.985-2.668-2.958 0-3.821 1.334-4.395 4.031l-1.825 8.584h-3.653l3.235-15.225z"/><path d="m217.312 6.699-.469 2.205h.115c1.225-1.943 3.377-2.379 5.291-2.379s4.012.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.113-9.947c.32-1.914.018-2.668-1.984-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l2.115-9.947c.318-1.914.016-2.668-1.986-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l3.236-15.225z"/><path d="m247.338 21.924.5-2.348h-.117c-1.271 2.029-3.262 2.521-5.35 2.521-3.045 0-4.854-1.043-4.174-4.379l2.344-11.02h3.654l-2.041 9.6c-.463 2.174-.438 3.016 1.91 3.016 2.814 0 3.965-1.189 4.525-3.828l1.869-8.787h3.654l-3.236 15.225z"/><path d="m261.391 6.699-.486 2.291h.115c1.287-2.232 3.164-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.469-2.205.137-2.959-2.213-2.959-3.189 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.656l3.236-15.225h3.655z"/><path d="m275.293 21.924h-3.654l3.236-15.225h3.654zm3.965-18.647h-3.654l.658-3.104h3.654z"/><path d="m280.066 6.699h1.914l.732-3.451h3.654l-.732 3.451h5.828l-.592 2.783h-5.828l-1.658 7.803c-.268 1.391-.402 2.029 1.135 2.029 2.059 0 2.172-1.625 2.51-3.219h3.221c-.924 4.611-2.379 6.002-6.322 6.002-4.002 0-5.023-.928-4.203-4.785l1.664-7.83h-1.914z"/><path d="m299.35 22.533c-1.574 3.451-2.844 6.148-7.107 6.148-.521 0-1.025-.088-1.541-.117l.586-2.754c.256.029.504.086.766.086 2.291 0 3.107-2.203 3.801-3.973h-1.768l-1.781-15.225h3.77l1.102 12.963h.059l5.713-12.963h3.713z"/><path d="m331.379 7.453.254-1.189c.535-2.521-.414-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.363 0 4.896-.115 5.557-3.219l.252-1.189h4.176l-.301 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.545-2.232-7.281-8.584l1.061-4.986c1.476-6.962 4.505-8.528 10.915-8.528 5.422 0 8.52.029 7.484 6.264l-.254 1.189z"/><path d="m350.887 14.326c-1.252 5.887-2.465 7.771-8.814 7.771-6.352 0-6.764-1.885-5.512-7.771 1.258-5.916 2.471-7.801 8.82-7.801 6.351 0 6.764 1.885 5.506 7.801zm-10.678.029c-.863 4.061-.793 4.959 2.455 4.959 3.246 0 3.699-.898 4.562-4.959.875-4.117.811-5.047-2.438-5.047s-3.704.93-4.579 5.047z"/><path d="m356.027 21.924h-3.652l4.623-21.75h3.652z"/><path d="m363.336 21.924h-3.654l4.623-21.75h3.654z"/><path d="m381.533 17.082c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/><path d="m394.045 19.75h-.086c-1.383 2-3.4 2.348-5.256 2.348-5.221 0-5.219-2.871-4.27-7.336.992-4.67 1.924-8.236 7.58-8.236 2.145 0 3.729.465 4.23 2.465h.117l.342-2.291h3.654l-3.23 15.195c-1.166 5.482-3.182 6.787-8.75 6.787-3.713 0-6.361-.639-5.16-5.191h3.422c-.445 2.088.271 2.406 2.33 2.406 3.104 0 3.904-.637 4.459-3.248zm-5.766-5.887c-.734 3.449-1.16 5.451 2.088 5.451 3.654 0 4.043-1.826 4.812-5.451.691-3.248.475-4.555-2.686-4.555-2.522.001-3.401.727-4.214 4.555z"/><path d="m415.289 17.082c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path fill="#666" d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m142.394 216.601h48.7v156.684h-48.7zm24.361-77.885c15.567 0 28.219 12.651 28.219 28.226 0 15.588-12.651 28.24-28.219 28.24-15.608 0-28.242-12.652-28.242-28.24 0-15.574 12.633-28.226 28.242-28.226"/><path d="m221.638 216.601h46.707v21.408h.65c6.502-12.316 22.385-25.305 46.076-25.305 49.314 0 58.416 32.454 58.416 74.639v85.941h-48.664v-76.199c0-18.168-.334-41.54-25.302-41.54-25.339 0-29.23 19.792-29.23 40.227v77.512h-48.653z"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m142.394 216.601h48.7v156.684h-48.7zm24.361-77.885c15.567 0 28.219 12.651 28.219 28.226 0 15.588-12.651 28.24-28.219 28.24-15.608 0-28.242-12.652-28.242-28.24 0-15.574 12.633-28.226 28.242-28.226"/><path d="m221.638 216.601h46.707v21.408h.65c6.502-12.316 22.385-25.305 46.076-25.305 49.314 0 58.416 32.454 58.416 74.639v85.941h-48.664v-76.199c0-18.168-.334-41.54-25.302-41.54-25.339 0-29.23 19.792-29.23 40.227v77.512h-48.653z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 40 40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><ellipse cx="20" cy="20" fill="#231f20" opacity=".75" rx="19.56" ry="19.54"/><g fill="#fff"><path d="m26.14 30.11h-3.21c-.34 0-.61-.27-.61-.61v-19c0-.34.27-.61.61-.61h3.21c.34 0 .61.27.61.61v19c0 .34-.27.61-.61.61z"/><path d="m17.07 30.11h-3.21c-.34 0-.61-.27-.61-.61v-19c0-.34.27-.61.61-.61h3.21c.34 0 .61.27.61.61v19c0 .34-.28.61-.61.61z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 25 25" viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"><ellipse cx="12.5" cy="12.5" fill="#231f20" opacity=".75" rx="12.06" ry="12.05"/><g fill="#fff"><path d="m16.06 18.74h-1.51c-.34 0-.61-.27-.61-.61v-11.26c0-.34.27-.61.61-.61h1.51c.34 0 .61.27.61.61v11.25c0 .34-.28.62-.61.62z"/><path d="m10.46 18.74h-1.52c-.34 0-.61-.27-.61-.61v-11.26c0-.34.27-.61.61-.61h1.51c.34 0 .61.27.61.61v11.25c.01.34-.27.62-.6.62z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m256.005 105.086c-83.343 0-150.915 67.566-150.915 150.912 0 61.795 37.159 114.882 90.332 138.223-.425-10.538-.076-23.188 2.627-34.653 2.901-12.252 19.418-82.231 19.418-82.231s-4.821-9.636-4.821-23.878c0-22.363 12.962-39.066 29.104-39.066 13.727 0 20.357 10.311 20.357 22.656 0 13.8-8.8 34.439-13.326 53.557-3.781 16.008 8.026 29.065 23.819 29.065 28.593 0 47.85-36.724 47.85-80.234 0-33.075-22.276-57.832-62.794-57.832-45.778 0-74.297 34.139-74.297 72.271 0 13.147 3.877 22.42 9.949 29.599 2.791 3.298 3.18 4.625 2.168 8.411-.723 2.777-2.386 9.462-3.074 12.111-1.005 3.821-4.102 5.188-7.556 3.776-21.085-8.607-30.905-31.698-30.905-57.654 0-42.869 36.155-94.272 107.856-94.272 57.617 0 95.537 41.693 95.537 86.449 0 59.2-32.912 103.428-81.427 103.428-16.293 0-31.618-8.808-36.868-18.811 0 0-8.761 34.771-10.617 41.484-3.198 11.636-9.462 23.264-15.188 32.328 13.573 4.007 27.91 6.188 42.771 6.188 83.336 0 150.904-67.565 150.904-150.915 0-83.346-67.568-150.912-150.904-150.912z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m256.005 105.086c-83.343 0-150.915 67.566-150.915 150.912 0 61.795 37.159 114.882 90.332 138.223-.425-10.538-.076-23.188 2.627-34.653 2.901-12.252 19.418-82.231 19.418-82.231s-4.821-9.636-4.821-23.878c0-22.363 12.962-39.066 29.104-39.066 13.727 0 20.357 10.311 20.357 22.656 0 13.8-8.8 34.439-13.326 53.557-3.781 16.008 8.026 29.065 23.819 29.065 28.593 0 47.85-36.724 47.85-80.234 0-33.075-22.276-57.832-62.794-57.832-45.778 0-74.297 34.139-74.297 72.271 0 13.147 3.877 22.42 9.949 29.599 2.791 3.298 3.18 4.625 2.168 8.411-.723 2.777-2.386 9.462-3.074 12.111-1.005 3.821-4.102 5.188-7.556 3.776-21.085-8.607-30.905-31.698-30.905-57.654 0-42.869 36.155-94.272 107.856-94.272 57.617 0 95.537 41.693 95.537 86.449 0 59.2-32.912 103.428-81.427 103.428-16.293 0-31.618-8.808-36.868-18.811 0 0-8.761 34.771-10.617 41.484-3.198 11.636-9.462 23.264-15.188 32.328 13.573 4.007 27.91 6.188 42.771 6.188 83.336 0 150.904-67.565 150.904-150.915 0-83.346-67.568-150.912-150.904-150.912z" fill="#fff"/></svg>
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 40 40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><ellipse cx="20" cy="20" fill="#231f20" opacity=".75" rx="19.56" ry="19.54"/><path d="m33.63 19.46-20.02-11.12c-.41-.22-.91.07-.91.54v22.24c0 .47.5.76.91.54l20.02-11.12c.42-.24.42-.84 0-1.08z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 25 25" viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"><ellipse cx="12.5" cy="12.5" fill="#231f20" opacity=".75" rx="12.06" ry="12.05"/><path d="m20.54 11.96-11.63-6.45c-.41-.23-.91.06-.91.53v12.92c0 .47.5.76.91.54l11.63-6.46c.42-.24.42-.84 0-1.08z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 128 128" height="128" viewBox="0 0 128 128" width="128" xmlns="http://www.w3.org/2000/svg"><path d="m125.393 115.948c0 2.557-.936 4.771-2.805 6.641-1.87 1.868-4.082 2.804-6.639 2.804-2.657 0-4.871-.936-6.643-2.804l-25.31-25.235c-8.807 6.101-18.62 9.15-29.441 9.15-7.035 0-13.762-1.365-20.182-4.096-6.419-2.732-11.953-6.422-16.602-11.068-4.648-4.65-8.338-10.184-11.068-16.604-2.731-6.42-4.096-13.146-4.096-20.182 0-7.034 1.365-13.761 4.096-20.181 2.73-6.419 6.419-11.954 11.068-16.602 4.649-4.649 10.183-8.338 16.602-11.069 6.42-2.73 13.147-4.095 20.182-4.095 7.034 0 13.761 1.365 20.181 4.095s11.953 6.42 16.603 11.069c4.647 4.648 8.338 10.183 11.069 16.602 2.729 6.42 4.095 13.147 4.095 20.181 0 10.822-3.051 20.637-9.149 29.442l25.312 25.311c1.816 1.818 2.727 4.033 2.727 6.641zm-47.484-38.038c6.468-6.469 9.704-14.254 9.704-23.355 0-9.1-3.236-16.885-9.704-23.354-6.47-6.469-14.253-9.704-23.354-9.704-9.102 0-16.886 3.235-23.355 9.704s-9.703 14.253-9.703 23.354c0 9.102 3.234 16.888 9.703 23.355 6.469 6.468 14.253 9.701 23.355 9.701 9.101 0 16.884-3.233 23.354-9.701z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 30 30" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><path d="m25.085 3.863c0-.654-.562-1.181-1.252-1.181h-22.42c-.69 0-1.25.526-1.25 1.181v16.426c0 .654.561 1.184 1.25 1.184h1.251v-16.431h22.421zm.509 19.212h-16.039v-3.75l4.868-4.867c.139-.137.366-.137.505 0l2.745 2.745c.14.138.365.138.504 0l2.046-2.046c.139-.136.365-.139.504 0l4.868 4.866v3.052zm1.009-12.9c.558 0 1.008.45 1.008 1.007v12.902c0 .556-.45 1.008-1.008 1.008h-18.057c-.558 0-1.008-.452-1.008-1.008v-12.902c0-.557.45-1.007 1.008-1.007zm0-2.227h-18.057c-1.784 0-3.236 1.45-3.236 3.233v12.902c0 1.782 1.452 3.233 3.236 3.233h18.056c1.783 0 3.235-1.451 3.235-3.233v-12.901c.001-1.784-1.451-3.234-3.234-3.234z" fill="#c61f48"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m393.859 170.531c-10.142 4.498-21.039 7.539-32.479 8.905 11.677-6.998 20.642-18.081 24.865-31.286-10.925 6.48-23.028 11.187-35.91 13.723-10.315-10.991-25.015-17.858-41.278-17.858-31.234 0-56.554 25.32-56.554 56.55 0 4.433.501 8.749 1.465 12.888-47-2.358-88.67-24.873-116.562-59.087-4.868 8.354-7.656 18.067-7.656 28.432 0 19.618 9.984 36.929 25.158 47.069-9.271-.293-17.99-2.837-25.615-7.073-.004.236-.005.473-.005.712 0 27.399 19.493 50.256 45.364 55.451-4.746 1.292-9.742 1.982-14.899 1.982-3.645 0-7.187-.354-10.64-1.014 7.196 22.467 28.081 38.816 52.827 39.274-19.354 15.166-43.738 24.208-70.233 24.208-4.564 0-9.066-.269-13.489-.79 25.026 16.045 54.751 25.406 86.688 25.406 104.021 0 160.9-86.171 160.9-160.901 0-2.452-.054-4.891-.163-7.315 11.046-7.974 20.635-17.934 28.216-29.276z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 32 21.52" height="21.52" viewBox="0 0 32 21.52" width="32" xmlns="http://www.w3.org/2000/svg"><path d="m29.046 18.585h-.659l-7.169-7.167v-1.317l7.169-7.169h.659zm-10.439 0h-15.652v-15.653h15.653v15.653zm10.439-18.261h-.659c-.72 0-1.336.255-1.846.765l-5.323 5.323v-3.48c0-1.44-1.168-2.607-2.61-2.607h-15.653c-1.44 0-2.608 1.167-2.608 2.607v15.653c0 1.444 1.167 2.61 2.608 2.61h15.653c1.442 0 2.61-1.166 2.61-2.61v-3.479l5.323 5.325c.51.509 1.126.764 1.846.764h.659c1.439 0 2.607-1.166 2.607-2.61v-15.653c0-1.441-1.168-2.608-2.607-2.608z" fill="#c61f48"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 30 30" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><path d="m15 .469c-8.016 0-14.531 6.515-14.531 14.531s6.515 14.531 14.531 14.531 14.531-6.515 14.531-14.531-6.515-14.531-14.531-14.531zm10.078 22.154c-5.016 1.312-10.342.281-14.514-2.748 1.248-1.5 2.76-2.783 4.482-3.797 4.939 2.76 9.363 2.643 12.158 2.221-.427 1.582-1.159 3.047-2.126 4.324zm2.508-6.281c-1.43.27-2.865.375-4.289.287.51-4.781-.797-9.545-3.621-13.377 3.469 1.383 8.683 5.754 7.91 13.09zm-11.039-13.893c3.65 3.686 5.426 8.812 4.887 13.951-1.922-.328-3.779-.996-5.52-1.975-.059-4.266-1.506-8.332-4.154-11.654 2.355-.615 4.06-.41 4.787-.322zm-6.674.99c.943 1.102 1.758 2.291 2.391 3.562-4.389 1.946-7.864 5.462-9.774 9.815-1.201-8.273 5.198-12.404 7.383-13.377zm-6.521 16.506c1.365-5.01 4.922-9.117 9.645-11.221.674 1.828 1.025 3.773 1.049 5.766-3.668 2.18-6.463 5.479-8.016 9.428-1.126-1.137-2.046-2.479-2.678-3.973zm4.201 5.268c.475-1.359 1.102-2.648 1.881-3.826 2.783 2.027 7.365 4.213 13.389 3.545-3.077 2.425-9.417 4.564-15.27.281z" fill="#c61f48"/></svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 27.6.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg 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"
4
+ viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ </style>
8
+ <path class="st0" d="M281.4,234.4L384.9,114h-24.5l-89.9,104.5L198.6,114h-82.8l108.6,158L115.8,398.3h24.5l95-110.4l75.8,110.4H394
9
+ L281.4,234.4L281.4,234.4z M247.7,273.4l-11-15.7l-87.5-125.2h37.7l70.7,101.1l11,15.7l91.8,131.4h-37.7L247.7,273.4L247.7,273.4z"
10
+ />
11
+ </svg>
data/assets/img/x.svg ADDED
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 128 128" height="128" viewBox="0 0 128 128" width="128" xmlns="http://www.w3.org/2000/svg"><path d="m114.572 98.99-34.99-34.99 34.99-34.991c4.304-4.303 4.304-11.279.001-15.582s-11.279-4.303-15.583 0l-34.99 34.991-34.992-34.991c-4.303-4.303-11.278-4.303-15.581 0s-4.303 11.278 0 15.581l34.991 34.992-34.992 34.99c-4.303 4.304-4.302 11.28.001 15.583s11.278 4.303 15.581 0l34.992-34.991 34.99 34.99c4.304 4.304 11.28 4.304 15.583.001s4.303-11.279-.001-15.583z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" x="50" y="50" viewBox="0 0 50 50"><path fill="#fff" d="M27.6,22.9l10-11.7h-2.4l-8.7,10.1l-7-10.1h-8L22,26.5L11.5,38.8h2.4l9.2-10.7l7.3,10.7h8L27.6,22.9L27.6,22.9z M24.3,26.7l-1.1-1.5L14.8,13h3.6l6.8,9.8l1.1,1.5l8.9,12.7h-3.6L24.3,26.7L24.3,26.7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m339.306 134.92h-166.615c-91.187 0-91.187 25.977-91.187 89.865v62.432c0 60.757 12.915 89.864 91.187 89.864h166.614c70.7 0 91.19-17.012 91.19-89.864v-62.432c.001-67.248-3.442-89.865-91.189-89.865zm-118.959 168.537v-98.009l94.064 48.846z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m339.306 134.92h-166.615c-91.187 0-91.187 25.977-91.187 89.865v62.432c0 60.757 12.915 89.864 91.187 89.864h166.614c70.7 0 91.19-17.012 91.19-89.864v-62.432c.001-67.248-3.442-89.865-91.189-89.865zm-118.959 168.537v-98.009l94.064 48.846z" fill="#fff"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[102],{102:function(e,n,t){t.r(n);const c=document.getElementById("currentYear");n.default=function(){const e=(new Date).getFullYear();c.innerHTML!==`${e}`&&(c.innerHTML=e)}}}]);
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 13.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt */
2
+ (self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[13],{13:function(t,e,s){t.exports=function(t,e,s,i){"use strict";const r=".bs.tab",n=`hide${r}`,a=`hidden${r}`,l=`show${r}`,o=`shown${r}`,c=`click${r}`,u=`keydown${r}`,d=`load${r}`,g="ArrowLeft",h="ArrowRight",b="ArrowUp",_="ArrowDown",f="Home",m="End",A="active",p="fade",v="show",w=".dropdown-toggle",I=`:not(${w})`,E='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',k=`.nav-link${I}, .list-group-item${I}, [role="tab"]${I}, ${E}`,$=`.${A}[data-bs-toggle="tab"], .${A}[data-bs-toggle="pill"], .${A}[data-bs-toggle="list"]`;class C extends t{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),e.on(this._element,u,(t=>this._keydown(t))))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const s=this._getActiveElem(),i=s?e.trigger(s,n,{relatedTarget:t}):null;e.trigger(t,l,{relatedTarget:s}).defaultPrevented||i&&i.defaultPrevented||(this._deactivate(s,t),this._activate(t,s))}_activate(t,i){if(!t)return;t.classList.add(A),this._activate(s.getElementFromSelector(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),e.trigger(t,o,{relatedTarget:i})):t.classList.add(v)}),t,t.classList.contains(p))}_deactivate(t,i){if(!t)return;t.classList.remove(A),t.blur(),this._deactivate(s.getElementFromSelector(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),e.trigger(t,a,{relatedTarget:i})):t.classList.remove(v)}),t,t.classList.contains(p))}_keydown(t){if(![g,h,b,_,f,m].includes(t.key))return;t.stopPropagation(),t.preventDefault();const e=this._getChildren().filter((t=>!i.isDisabled(t)));let s;if([f,m].includes(t.key))s=e[t.key===f?0:e.length-1];else{const r=[h,_].includes(t.key);s=i.getNextActiveElement(e,t.target,r,!0)}s&&(s.focus({preventScroll:!0}),C.getOrCreateInstance(s).show())}_getChildren(){return s.find(k,this._parent)}_getActiveElem(){return this._getChildren().find((t=>this._elemIsActive(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),s=this._getOuterElement(t);t.setAttribute("aria-selected",e),s!==t&&this._setAttributeIfNotExists(s,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const e=s.getElementFromSelector(t);e&&(this._setAttributeIfNotExists(e,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(e,"aria-labelledby",`${t.id}`))}_toggleDropDown(t,e){const i=this._getOuterElement(t);if(!i.classList.contains("dropdown"))return;const r=(t,r)=>{const n=s.findOne(t,i);n&&n.classList.toggle(r,e)};r(w,A),r(".dropdown-menu",v),i.setAttribute("aria-expanded",e)}_setAttributeIfNotExists(t,e,s){t.hasAttribute(e)||t.setAttribute(e,s)}_elemIsActive(t){return t.classList.contains(A)}_getInnerElement(t){return t.matches(k)?t:s.findOne(k,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each((function(){const e=C.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}return e.on(document,c,E,(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),i.isDisabled(this)||C.getOrCreateInstance(this).show()})),e.on(window,d,(()=>{for(const t of s.find($))C.getOrCreateInstance(t)})),i.defineJQueryPlugin(C),C}(s(11),s(956),s(411),s(35))}}]);
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * Bootstrap tab.js v5.3.3 (https://getbootstrap.com/)
3
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ */
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[143],{143:function(t,e,c){c.r(e),e.default=function(){[...document.querySelectorAll("img[data-src]")].forEach((t=>{t.setAttribute("src",t.getAttribute("data-src")),t.onload=function(){t.removeAttribute("data-src")}}))}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[183],{183:function(e,t,c){c.r(t);const n=/\\?---?/g,o=/---/;function r(e){return-1===e.search(o)?"—":e}t.default=function(e){let t;const c=document.createNodeIterator(e,NodeFilter.SHOW_TEXT,(e=>-1!==e.nodeValue.search(n)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT));for(;t=c.nextNode();)t.data=t.data.replace(n,r)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[3],{3:function(e,c,k){k.r(c)}}]);
@@ -0,0 +1 @@
1
+ #google_translate_element{position:fixed;bottom:.25rem;right:.25rem !important;z-index:99999}.goog-te-gadget{font-family:Roboto,"Open Sans",sans-serif !important;text-transform:uppercase;font-weight:500}.goog-te-gadget:hover{color:#fff}.goog-te-gadget-simple{background-color:rgba(255,255,255,.85) !important;border:1px solid rgba(0,0,0,.95) !important;border-radius:4px !important;cursor:pointer;display:inline-block;font-size:1rem !important;height:100%;line-height:2rem !important;margin-right:5px;padding:8px !important;transition:background-color .2s;white-space:nowrap;zoom:1}.goog-te-gadget-simple:hover{background-color:rgba(0,123,255,.85) !important}.goog-te-gadget-simple:focus{background-color:rgba(0,123,255,.85) !important}.goog-te-gadget-simple:hover .VIpgJd-ZVi9od-xl07Ob-lTBxed{color:#fff !important}.VIpgJd-ZVi9od-xl07Ob-lTBxed{color:#000 !important;text-decoration:none !important}.VIpgJd-ZVi9od-xl07Ob-lTBxed:before{font-family:"Material Icons";content:"";margin-right:16px;font-size:2rem;vertical-align:-10px}.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(5){display:none}.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(3){border:none !important;font-family:"Material Icons"}.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(3):after{font-family:"Material Icons";content:"";font-size:1.5rem;vertical-align:-6px}.goog-te-gadget-icon{background-image:url(https://placehold.it/32) !important;background-position:0px 0px;height:32px !important;width:32px !important;margin-right:8px !important;display:none}.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate{display:none !important}body{top:0px !important}@media(max-width: 667px){#google_translate_element{bottom:.25rem;left:16px !important;width:100% !important}#google_translate_element .goog-te-gadget{width:100% !important}#google_translate_element .skiptranslate{width:100% !important}#google_translate_element .goog-te-gadget-simple{width:calc(100% - 32px) !important;text-align:center}}a.VIpgJd-ZVi9od-xl07Ob-lTBxed{text-decoration:none !important}a.VIpgJd-ZVi9od-xl07Ob-lTBxed:hover{text-decoration:none !important}.VIpgJd-ZVi9od-vH1Gmf{border:none !important}
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[303],{303:function(e,t,l){l.r(t);const n=".hero-slider__slider",o="slickNext",s="Pause";function a(){$(n).slick({dots:!0,slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:4e3,prevArrow:'<button type="button" data-role="none" class="prev slick-prev" aria-label="Previous" role="button" style="display: block;">Previous</button>',nextArrow:'<button type="button" data-role="none" class="next slick-next" aria-label="Next" role="button" style="display: block;">Next</button>'})}function i(e,t,l){return e.setAttribute(t,l)}function c(e,t,l){const a=l===s;$(n).slick(t),i(e,"aria-label",l),e.classList.toggle("hero-slider__button--play"),e.innerHTML=l,a&&$(n).slick(o)}t.default=function(){var e;document.querySelector(n)&&(e=a,$(n).on("init",(function(e,t){!function(){const e=document.querySelector(n),t=document.createElement("button");var l;i(t,"role","button"),i(t,"type","button"),i(t,"aria-label","Pause"),i(t,"style","display: block;"),t.innerHTML="Pause",t.classList.add("hero-slider__button--toggle"),e.appendChild(t),(l=t).addEventListener("click",(function(e){"Pause"===l.innerHTML?c(l,"slickPause","Play"):c(l,"slickPlay",s)}))}()})),e())}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[384],{384:function(e,c,n){n.r(c);const r=document.querySelectorAll(".hero-slider__slider--slide-heading"),s=/\*\*(\S+)\*\*/g;c.default=function(){[...r].forEach((e=>{e.innerHTML=e.innerHTML.replace(s,'<span class="typography__power-text">$1</span>')}))}}}]);
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 453.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt */
2
+ (self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[453],{170:function(e,t,n){"use strict";n.r(t),n.d(t,{afterMain:function(){return O},afterRead:function(){return b},afterWrite:function(){return E},applyStyles:function(){return C},arrow:function(){return J},auto:function(){return s},basePlacements:function(){return f},beforeMain:function(){return w},beforeRead:function(){return v},beforeWrite:function(){return _},bottom:function(){return o},clippingParents:function(){return p},computeStyles:function(){return ne},createPopper:function(){return Te},createPopperBase:function(){return ke},createPopperLite:function(){return Ce},detectOverflow:function(){return ve},end:function(){return u},eventListeners:function(){return oe},flip:function(){return ye},hide:function(){return xe},left:function(){return a},main:function(){return x},modifierPhases:function(){return P},offset:function(){return Oe},placements:function(){return g},popper:function(){return d},popperGenerator:function(){return Le},popperOffsets:function(){return _e},preventOverflow:function(){return je},read:function(){return y},reference:function(){return h},right:function(){return i},start:function(){return c},top:function(){return r},variationPlacements:function(){return m},viewport:function(){return l},write:function(){return j}});var r="top",o="bottom",i="right",a="left",s="auto",f=[r,o,i,a],c="start",u="end",p="clippingParents",l="viewport",d="popper",h="reference",m=f.reduce((function(e,t){return e.concat([t+"-"+c,t+"-"+u])}),[]),g=[].concat(f,[s]).reduce((function(e,t){return e.concat([t,t+"-"+c,t+"-"+u])}),[]),v="beforeRead",y="read",b="afterRead",w="beforeMain",x="main",O="afterMain",_="beforeWrite",j="write",E="afterWrite",P=[v,y,b,w,x,O,_,j,E];function D(e){return e?(e.nodeName||"").toLowerCase():null}function A(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function L(e){return e instanceof A(e).Element||e instanceof Element}function k(e){return e instanceof A(e).HTMLElement||e instanceof HTMLElement}function T(e){return"undefined"!=typeof ShadowRoot&&(e instanceof A(e).ShadowRoot||e instanceof ShadowRoot)}var C={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];k(o)&&D(o)&&(Object.assign(o.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],o=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});k(r)&&D(r)&&(Object.assign(r.style,i),Object.keys(o).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]};function M(e){return e.split("-")[0]}var R=Math.max,H=Math.min,S=Math.round;function W(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function B(){return!/^((?!chrome|android).)*safari/i.test(W())}function N(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),o=1,i=1;t&&k(e)&&(o=e.offsetWidth>0&&S(r.width)/e.offsetWidth||1,i=e.offsetHeight>0&&S(r.height)/e.offsetHeight||1);var a=(L(e)?A(e):window).visualViewport,s=!B()&&n,f=(r.left+(s&&a?a.offsetLeft:0))/o,c=(r.top+(s&&a?a.offsetTop:0))/i,u=r.width/o,p=r.height/i;return{width:u,height:p,top:c,right:f+u,bottom:c+p,left:f,x:f,y:c}}function $(e){var t=N(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function I(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&T(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function V(e){return A(e).getComputedStyle(e)}function q(e){return["table","td","th"].indexOf(D(e))>=0}function U(e){return((L(e)?e.ownerDocument:e.document)||window.document).documentElement}function z(e){return"html"===D(e)?e:e.assignedSlot||e.parentNode||(T(e)?e.host:null)||U(e)}function F(e){return k(e)&&"fixed"!==V(e).position?e.offsetParent:null}function K(e){for(var t=A(e),n=F(e);n&&q(n)&&"static"===V(n).position;)n=F(n);return n&&("html"===D(n)||"body"===D(n)&&"static"===V(n).position)?t:n||function(e){var t=/firefox/i.test(W());if(/Trident/i.test(W())&&k(e)&&"fixed"===V(e).position)return null;var n=z(e);for(T(n)&&(n=n.host);k(n)&&["html","body"].indexOf(D(n))<0;){var r=V(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}function Q(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function X(e,t,n){return R(e,H(t,n))}function Y(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function G(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}var J={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,s=e.name,c=e.options,u=n.elements.arrow,p=n.modifiersData.popperOffsets,l=M(n.placement),d=Q(l),h=[a,i].indexOf(l)>=0?"height":"width";if(u&&p){var m=function(e,t){return Y("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:G(e,f))}(c.padding,n),g=$(u),v="y"===d?r:a,y="y"===d?o:i,b=n.rects.reference[h]+n.rects.reference[d]-p[d]-n.rects.popper[h],w=p[d]-n.rects.reference[d],x=K(u),O=x?"y"===d?x.clientHeight||0:x.clientWidth||0:0,_=b/2-w/2,j=m[v],E=O-g[h]-m[y],P=O/2-g[h]/2+_,D=X(j,P,E),A=d;n.modifiersData[s]=((t={})[A]=D,t.centerOffset=D-P,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&I(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Z(e){return e.split("-")[1]}var ee={top:"auto",right:"auto",bottom:"auto",left:"auto"};function te(e){var t,n=e.popper,s=e.popperRect,f=e.placement,c=e.variation,p=e.offsets,l=e.position,d=e.gpuAcceleration,h=e.adaptive,m=e.roundOffsets,g=e.isFixed,v=p.x,y=void 0===v?0:v,b=p.y,w=void 0===b?0:b,x="function"==typeof m?m({x:y,y:w}):{x:y,y:w};y=x.x,w=x.y;var O=p.hasOwnProperty("x"),_=p.hasOwnProperty("y"),j=a,E=r,P=window;if(h){var D=K(n),L="clientHeight",k="clientWidth";D===A(n)&&"static"!==V(D=U(n)).position&&"absolute"===l&&(L="scrollHeight",k="scrollWidth"),(f===r||(f===a||f===i)&&c===u)&&(E=o,w-=(g&&D===P&&P.visualViewport?P.visualViewport.height:D[L])-s.height,w*=d?1:-1),f!==a&&(f!==r&&f!==o||c!==u)||(j=i,y-=(g&&D===P&&P.visualViewport?P.visualViewport.width:D[k])-s.width,y*=d?1:-1)}var T,C=Object.assign({position:l},h&&ee),M=!0===m?function(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:S(n*o)/o||0,y:S(r*o)/o||0}}({x:y,y:w},A(n)):{x:y,y:w};return y=M.x,w=M.y,d?Object.assign({},C,((T={})[E]=_?"0":"",T[j]=O?"0":"",T.transform=(P.devicePixelRatio||1)<=1?"translate("+y+"px, "+w+"px)":"translate3d("+y+"px, "+w+"px, 0)",T)):Object.assign({},C,((t={})[E]=_?w+"px":"",t[j]=O?y+"px":"",t.transform="",t))}var ne={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=void 0===r||r,i=n.adaptive,a=void 0===i||i,s=n.roundOffsets,f=void 0===s||s,c={placement:M(t.placement),variation:Z(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,te(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:f})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,te(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:f})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},re={passive:!0},oe={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,i=void 0===o||o,a=r.resize,s=void 0===a||a,f=A(t.elements.popper),c=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&c.forEach((function(e){e.addEventListener("scroll",n.update,re)})),s&&f.addEventListener("resize",n.update,re),function(){i&&c.forEach((function(e){e.removeEventListener("scroll",n.update,re)})),s&&f.removeEventListener("resize",n.update,re)}},data:{}},ie={left:"right",right:"left",bottom:"top",top:"bottom"};function ae(e){return e.replace(/left|right|bottom|top/g,(function(e){return ie[e]}))}var se={start:"end",end:"start"};function fe(e){return e.replace(/start|end/g,(function(e){return se[e]}))}function ce(e){var t=A(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ue(e){return N(U(e)).left+ce(e).scrollLeft}function pe(e){var t=V(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function le(e){return["html","body","#document"].indexOf(D(e))>=0?e.ownerDocument.body:k(e)&&pe(e)?e:le(z(e))}function de(e,t){var n;void 0===t&&(t=[]);var r=le(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),i=A(r),a=o?[i].concat(i.visualViewport||[],pe(r)?r:[]):r,s=t.concat(a);return o?s:s.concat(de(z(a)))}function he(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function me(e,t,n){return t===l?he(function(e,t){var n=A(e),r=U(e),o=n.visualViewport,i=r.clientWidth,a=r.clientHeight,s=0,f=0;if(o){i=o.width,a=o.height;var c=B();(c||!c&&"fixed"===t)&&(s=o.offsetLeft,f=o.offsetTop)}return{width:i,height:a,x:s+ue(e),y:f}}(e,n)):L(t)?function(e,t){var n=N(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(t,n):he(function(e){var t,n=U(e),r=ce(e),o=null==(t=e.ownerDocument)?void 0:t.body,i=R(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=R(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-r.scrollLeft+ue(e),f=-r.scrollTop;return"rtl"===V(o||n).direction&&(s+=R(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:s,y:f}}(U(e)))}function ge(e){var t,n=e.reference,s=e.element,f=e.placement,p=f?M(f):null,l=f?Z(f):null,d=n.x+n.width/2-s.width/2,h=n.y+n.height/2-s.height/2;switch(p){case r:t={x:d,y:n.y-s.height};break;case o:t={x:d,y:n.y+n.height};break;case i:t={x:n.x+n.width,y:h};break;case a:t={x:n.x-s.width,y:h};break;default:t={x:n.x,y:n.y}}var m=p?Q(p):null;if(null!=m){var g="y"===m?"height":"width";switch(l){case c:t[m]=t[m]-(n[g]/2-s[g]/2);break;case u:t[m]=t[m]+(n[g]/2-s[g]/2)}}return t}function ve(e,t){void 0===t&&(t={});var n=t,a=n.placement,s=void 0===a?e.placement:a,c=n.strategy,u=void 0===c?e.strategy:c,m=n.boundary,g=void 0===m?p:m,v=n.rootBoundary,y=void 0===v?l:v,b=n.elementContext,w=void 0===b?d:b,x=n.altBoundary,O=void 0!==x&&x,_=n.padding,j=void 0===_?0:_,E=Y("number"!=typeof j?j:G(j,f)),P=w===d?h:d,A=e.rects.popper,T=e.elements[O?P:w],C=function(e,t,n,r){var o="clippingParents"===t?function(e){var t=de(z(e)),n=["absolute","fixed"].indexOf(V(e).position)>=0&&k(e)?K(e):e;return L(n)?t.filter((function(e){return L(e)&&I(e,n)&&"body"!==D(e)})):[]}(e):[].concat(t),i=[].concat(o,[n]),a=i[0],s=i.reduce((function(t,n){var o=me(e,n,r);return t.top=R(o.top,t.top),t.right=H(o.right,t.right),t.bottom=H(o.bottom,t.bottom),t.left=R(o.left,t.left),t}),me(e,a,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}(L(T)?T:T.contextElement||U(e.elements.popper),g,y,u),M=N(e.elements.reference),S=ge({reference:M,element:A,strategy:"absolute",placement:s}),W=he(Object.assign({},A,S)),B=w===d?W:M,$={top:C.top-B.top+E.top,bottom:B.bottom-C.bottom+E.bottom,left:C.left-B.left+E.left,right:B.right-C.right+E.right},q=e.modifiersData.offset;if(w===d&&q){var F=q[s];Object.keys($).forEach((function(e){var t=[i,o].indexOf(e)>=0?1:-1,n=[r,o].indexOf(e)>=0?"y":"x";$[e]+=F[n]*t}))}return $}var ye={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,u=e.name;if(!t.modifiersData[u]._skip){for(var p=n.mainAxis,l=void 0===p||p,d=n.altAxis,h=void 0===d||d,v=n.fallbackPlacements,y=n.padding,b=n.boundary,w=n.rootBoundary,x=n.altBoundary,O=n.flipVariations,_=void 0===O||O,j=n.allowedAutoPlacements,E=t.options.placement,P=M(E),D=v||(P!==E&&_?function(e){if(M(e)===s)return[];var t=ae(e);return[fe(e),t,fe(t)]}(E):[ae(E)]),A=[E].concat(D).reduce((function(e,n){return e.concat(M(n)===s?function(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,i=n.rootBoundary,a=n.padding,s=n.flipVariations,c=n.allowedAutoPlacements,u=void 0===c?g:c,p=Z(r),l=p?s?m:m.filter((function(e){return Z(e)===p})):f,d=l.filter((function(e){return u.indexOf(e)>=0}));0===d.length&&(d=l);var h=d.reduce((function(t,n){return t[n]=ve(e,{placement:n,boundary:o,rootBoundary:i,padding:a})[M(n)],t}),{});return Object.keys(h).sort((function(e,t){return h[e]-h[t]}))}(t,{placement:n,boundary:b,rootBoundary:w,padding:y,flipVariations:_,allowedAutoPlacements:j}):n)}),[]),L=t.rects.reference,k=t.rects.popper,T=new Map,C=!0,R=A[0],H=0;H<A.length;H++){var S=A[H],W=M(S),B=Z(S)===c,N=[r,o].indexOf(W)>=0,$=N?"width":"height",I=ve(t,{placement:S,boundary:b,rootBoundary:w,altBoundary:x,padding:y}),V=N?B?i:a:B?o:r;L[$]>k[$]&&(V=ae(V));var q=ae(V),U=[];if(l&&U.push(I[W]<=0),h&&U.push(I[V]<=0,I[q]<=0),U.every((function(e){return e}))){R=S,C=!1;break}T.set(S,U)}if(C)for(var z=function(e){var t=A.find((function(t){var n=T.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return R=t,"break"},F=_?3:1;F>0&&"break"!==z(F);F--);t.placement!==R&&(t.modifiersData[u]._skip=!0,t.placement=R,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function be(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function we(e){return[r,i,o,a].some((function(t){return e[t]>=0}))}var xe={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=ve(t,{elementContext:"reference"}),s=ve(t,{altBoundary:!0}),f=be(a,r),c=be(s,o,i),u=we(f),p=we(c);t.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}},Oe={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,o=e.name,s=n.offset,f=void 0===s?[0,0]:s,c=g.reduce((function(e,n){return e[n]=function(e,t,n){var o=M(e),s=[a,r].indexOf(o)>=0?-1:1,f="function"==typeof n?n(Object.assign({},t,{placement:e})):n,c=f[0],u=f[1];return c=c||0,u=(u||0)*s,[a,i].indexOf(o)>=0?{x:u,y:c}:{x:c,y:u}}(n,t.rects,f),e}),{}),u=c[t.placement],p=u.x,l=u.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=p,t.modifiersData.popperOffsets.y+=l),t.modifiersData[o]=c}},_e={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=ge({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},je={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,s=e.name,f=n.mainAxis,u=void 0===f||f,p=n.altAxis,l=void 0!==p&&p,d=n.boundary,h=n.rootBoundary,m=n.altBoundary,g=n.padding,v=n.tether,y=void 0===v||v,b=n.tetherOffset,w=void 0===b?0:b,x=ve(t,{boundary:d,rootBoundary:h,padding:g,altBoundary:m}),O=M(t.placement),_=Z(t.placement),j=!_,E=Q(O),P="x"===E?"y":"x",D=t.modifiersData.popperOffsets,A=t.rects.reference,L=t.rects.popper,k="function"==typeof w?w(Object.assign({},t.rects,{placement:t.placement})):w,T="number"==typeof k?{mainAxis:k,altAxis:k}:Object.assign({mainAxis:0,altAxis:0},k),C=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,S={x:0,y:0};if(D){if(u){var W,B="y"===E?r:a,N="y"===E?o:i,I="y"===E?"height":"width",V=D[E],q=V+x[B],U=V-x[N],z=y?-L[I]/2:0,F=_===c?A[I]:L[I],Y=_===c?-L[I]:-A[I],G=t.elements.arrow,J=y&&G?$(G):{width:0,height:0},ee=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},te=ee[B],ne=ee[N],re=X(0,A[I],J[I]),oe=j?A[I]/2-z-re-te-T.mainAxis:F-re-te-T.mainAxis,ie=j?-A[I]/2+z+re+ne+T.mainAxis:Y+re+ne+T.mainAxis,ae=t.elements.arrow&&K(t.elements.arrow),se=ae?"y"===E?ae.clientTop||0:ae.clientLeft||0:0,fe=null!=(W=null==C?void 0:C[E])?W:0,ce=V+ie-fe,ue=X(y?H(q,V+oe-fe-se):q,V,y?R(U,ce):U);D[E]=ue,S[E]=ue-V}if(l){var pe,le="x"===E?r:a,de="x"===E?o:i,he=D[P],me="y"===P?"height":"width",ge=he+x[le],ye=he-x[de],be=-1!==[r,a].indexOf(O),we=null!=(pe=null==C?void 0:C[P])?pe:0,xe=be?ge:he-A[me]-L[me]-we+T.altAxis,Oe=be?he+A[me]+L[me]-we-T.altAxis:ye,_e=y&&be?function(e,t,n){var r=X(e,t,n);return r>n?n:r}(xe,he,Oe):X(y?xe:ge,he,y?Oe:ye);D[P]=_e,S[P]=_e-he}t.modifiersData[s]=S}},requiresIfExists:["offset"]};function Ee(e,t,n){void 0===n&&(n=!1);var r,o,i=k(t),a=k(t)&&function(e){var t=e.getBoundingClientRect(),n=S(t.width)/e.offsetWidth||1,r=S(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(t),s=U(t),f=N(e,a,n),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(i||!i&&!n)&&(("body"!==D(t)||pe(s))&&(c=(r=t)!==A(r)&&k(r)?{scrollLeft:(o=r).scrollLeft,scrollTop:o.scrollTop}:ce(r)),k(t)?((u=N(t,!0)).x+=t.clientLeft,u.y+=t.clientTop):s&&(u.x=ue(s))),{x:f.left+c.scrollLeft-u.x,y:f.top+c.scrollTop-u.y,width:f.width,height:f.height}}function Pe(e){var t=new Map,n=new Set,r=[];function o(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&o(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||o(e)})),r}var De={placement:"bottom",modifiers:[],strategy:"absolute"};function Ae(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function Le(e){void 0===e&&(e={});var t=e,n=t.defaultModifiers,r=void 0===n?[]:n,o=t.defaultOptions,i=void 0===o?De:o;return function(e,t,n){void 0===n&&(n=i);var o,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},De,i),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},f=[],c=!1,u={state:s,setOptions:function(n){var o="function"==typeof n?n(s.options):n;p(),s.options=Object.assign({},i,s.options,o),s.scrollParents={reference:L(e)?de(e):e.contextElement?de(e.contextElement):[],popper:de(t)};var a,c,l=function(e){var t=Pe(e);return P.reduce((function(e,n){return e.concat(t.filter((function(e){return e.phase===n})))}),[])}((a=[].concat(r,s.options.modifiers),c=a.reduce((function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e}),{}),Object.keys(c).map((function(e){return c[e]}))));return s.orderedModifiers=l.filter((function(e){return e.enabled})),s.orderedModifiers.forEach((function(e){var t=e.name,n=e.options,r=void 0===n?{}:n,o=e.effect;if("function"==typeof o){var i=o({state:s,name:t,instance:u,options:r});f.push(i||function(){})}})),u.update()},forceUpdate:function(){if(!c){var e=s.elements,t=e.reference,n=e.popper;if(Ae(t,n)){s.rects={reference:Ee(t,K(n),"fixed"===s.options.strategy),popper:$(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach((function(e){return s.modifiersData[e.name]=Object.assign({},e.data)}));for(var r=0;r<s.orderedModifiers.length;r++)if(!0!==s.reset){var o=s.orderedModifiers[r],i=o.fn,a=o.options,f=void 0===a?{}:a,p=o.name;"function"==typeof i&&(s=i({state:s,options:f,name:p,instance:u})||s)}else s.reset=!1,r=-1}}},update:(o=function(){return new Promise((function(e){u.forceUpdate(),e(s)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(o())}))}))),a}),destroy:function(){p(),c=!0}};if(!Ae(e,t))return u;function p(){f.forEach((function(e){return e()})),f=[]}return u.setOptions(n).then((function(e){!c&&n.onFirstUpdate&&n.onFirstUpdate(e)})),u}}var ke=Le(),Te=Le({defaultModifiers:[oe,_e,ne,C,Oe,ye,je,J,xe]}),Ce=Le({defaultModifiers:[oe,_e,ne,C]})},453:function(e,t,n){e.exports=function(e,t,n,r,o,i){"use strict";function a(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const n in e)if("default"!==n){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}return t.default=e,Object.freeze(t)}const s=a(e),f="dropdown",c=".bs.dropdown",u=".data-api",p="ArrowUp",l="ArrowDown",d=`hide${c}`,h=`hidden${c}`,m=`show${c}`,g=`shown${c}`,v=`click${c}${u}`,y=`keydown${c}${u}`,b=`keyup${c}${u}`,w="show",x='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',O=`${x}.${w}`,_=".dropdown-menu",j=i.isRTL()?"top-end":"top-start",E=i.isRTL()?"top-start":"top-end",P=i.isRTL()?"bottom-end":"bottom-start",D=i.isRTL()?"bottom-start":"bottom-end",A=i.isRTL()?"left-start":"right-start",L=i.isRTL()?"right-start":"left-start",k={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},T={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class C extends t{constructor(e,t){super(e,t),this._popper=null,this._parent=this._element.parentNode,this._menu=o.next(this._element,_)[0]||o.prev(this._element,_)[0]||o.findOne(_,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return k}static get DefaultType(){return T}static get NAME(){return f}toggle(){return this._isShown()?this.hide():this.show()}show(){if(i.isDisabled(this._element)||this._isShown())return;const e={relatedTarget:this._element};if(!n.trigger(this._element,m,e).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(".navbar-nav"))for(const e of[].concat(...document.body.children))n.on(e,"mouseover",i.noop);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(w),this._element.classList.add(w),n.trigger(this._element,g,e)}}hide(){if(i.isDisabled(this._element)||!this._isShown())return;const e={relatedTarget:this._element};this._completeHide(e)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){if(!n.trigger(this._element,d,e).defaultPrevented){if("ontouchstart"in document.documentElement)for(const e of[].concat(...document.body.children))n.off(e,"mouseover",i.noop);this._popper&&this._popper.destroy(),this._menu.classList.remove(w),this._element.classList.remove(w),this._element.setAttribute("aria-expanded","false"),r.removeDataAttribute(this._menu,"popper"),n.trigger(this._element,h,e)}}_getConfig(e){if("object"==typeof(e=super._getConfig(e)).reference&&!i.isElement(e.reference)&&"function"!=typeof e.reference.getBoundingClientRect)throw new TypeError(`${f.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(void 0===s)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let e=this._element;"parent"===this._config.reference?e=this._parent:i.isElement(this._config.reference)?e=i.getElement(this._config.reference):"object"==typeof this._config.reference&&(e=this._config.reference);const t=this._getPopperConfig();this._popper=s.createPopper(e,this._menu,t)}_isShown(){return this._menu.classList.contains(w)}_getPlacement(){const e=this._parent;if(e.classList.contains("dropend"))return A;if(e.classList.contains("dropstart"))return L;if(e.classList.contains("dropup-center"))return"top";if(e.classList.contains("dropdown-center"))return"bottom";const t="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return e.classList.contains("dropup")?t?E:j:t?D:P}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:e}=this._config;return"string"==typeof e?e.split(",").map((e=>Number.parseInt(e,10))):"function"==typeof e?t=>e(t,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(r.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,...i.execute(this._config.popperConfig,[e])}}_selectMenuItem({key:e,target:t}){const n=o.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter((e=>i.isVisible(e)));n.length&&i.getNextActiveElement(n,t,e===l,!n.includes(t)).focus()}static jQueryInterface(e){return this.each((function(){const t=C.getOrCreateInstance(this,e);if("string"==typeof e){if(void 0===t[e])throw new TypeError(`No method named "${e}"`);t[e]()}}))}static clearMenus(e){if(2===e.button||"keyup"===e.type&&"Tab"!==e.key)return;const t=o.find(O);for(const n of t){const t=C.getInstance(n);if(!t||!1===t._config.autoClose)continue;const r=e.composedPath(),o=r.includes(t._menu);if(r.includes(t._element)||"inside"===t._config.autoClose&&!o||"outside"===t._config.autoClose&&o)continue;if(t._menu.contains(e.target)&&("keyup"===e.type&&"Tab"===e.key||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;const i={relatedTarget:t._element};"click"===e.type&&(i.clickEvent=e),t._completeHide(i)}}static dataApiKeydownHandler(e){const t=/input|textarea/i.test(e.target.tagName),n="Escape"===e.key,r=[p,l].includes(e.key);if(!r&&!n)return;if(t&&!n)return;e.preventDefault();const i=this.matches(x)?this:o.prev(this,x)[0]||o.next(this,x)[0]||o.findOne(x,e.delegateTarget.parentNode),a=C.getOrCreateInstance(i);if(r)return e.stopPropagation(),a.show(),void a._selectMenuItem(e);a._isShown()&&(e.stopPropagation(),a.hide(),i.focus())}}return n.on(document,y,x,C.dataApiKeydownHandler),n.on(document,y,_,C.dataApiKeydownHandler),n.on(document,v,C.clearMenus),n.on(document,b,C.clearMenus),n.on(document,v,x,(function(e){e.preventDefault(),C.getOrCreateInstance(this).toggle()})),i.defineJQueryPlugin(C),C}(n(170),n(11),n(956),n(333),n(411),n(35))}}]);
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * Bootstrap dropdown.js v5.3.3 (https://getbootstrap.com/)
3
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ */
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 635.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt */
2
+ (self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[635],{635:function(t,e,i){t.exports=function(t,e,i,s,n,o,a,l){"use strict";const r=".bs.modal",h=`hide${r}`,c=`hidePrevented${r}`,d=`hidden${r}`,_=`show${r}`,u=`shown${r}`,m=`resize${r}`,g=`click.dismiss${r}`,f=`mousedown.dismiss${r}`,p=`keydown.dismiss${r}`,b=`click${r}.data-api`,A="modal-open",w="show",y="modal-static",k={backdrop:!0,focus:!0,keyboard:!0},v={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class E extends t{constructor(t,e){super(t,e),this._dialog=i.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new l,this._addEventListeners()}static get Default(){return k}static get DefaultType(){return v}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||e.trigger(this._element,_,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(A),this._adjustDialog(),this._backdrop.show((()=>this._showElement(t))))}hide(){this._isShown&&!this._isTransitioning&&(e.trigger(this._element,h).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(w),this._queueCallback((()=>this._hideModal()),this._element,this._isAnimated())))}dispose(){e.off(window,r),e.off(this._dialog,r),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new s({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new o({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const s=i.findOne(".modal-body",this._dialog);s&&(s.scrollTop=0),a.reflow(this._element),this._element.classList.add(w);this._queueCallback((()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,e.trigger(this._element,u,{relatedTarget:t})}),this._dialog,this._isAnimated())}_addEventListeners(){e.on(this._element,p,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())})),e.on(window,m,(()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()})),e.on(this._element,f,(t=>{e.one(this._element,g,(e=>{this._element===t.target&&this._element===e.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())}))}))}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove(A),this._resetAdjustments(),this._scrollBar.reset(),e.trigger(this._element,d)}))}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(e.trigger(this._element,c).defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,i=this._element.style.overflowY;"hidden"===i||this._element.classList.contains(y)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(y),this._queueCallback((()=>{this._element.classList.remove(y),this._queueCallback((()=>{this._element.style.overflowY=i}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),i=e>0;if(i&&!t){const t=a.isRTL()?"paddingLeft":"paddingRight";this._element.style[t]=`${e}px`}if(!i&&t){const t=a.isRTL()?"paddingRight":"paddingLeft";this._element.style[t]=`${e}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,e){return this.each((function(){const i=E.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t](e)}}))}}return e.on(document,b,'[data-bs-toggle="modal"]',(function(t){const s=i.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),e.one(s,_,(t=>{t.defaultPrevented||e.one(s,d,(()=>{a.isVisible(this)&&this.focus()}))}));const n=i.findOne(".modal.show");n&&E.getInstance(n).hide(),E.getOrCreateInstance(s).toggle(this)})),n.enableDismissTrigger(E),a.defineJQueryPlugin(E),E}(i(11),i(956),i(411),i(877),i(248),i(936),i(35),i(673))},877:function(t,e,i){t.exports=function(t,e,i){"use strict";const s="backdrop",n="show",o=`mousedown.bs.${s}`,a={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},l={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};return class extends e{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return a}static get DefaultType(){return l}static get NAME(){return s}show(t){if(!this._config.isVisible)return void i.execute(t);this._append();const e=this._getElement();this._config.isAnimated&&i.reflow(e),e.classList.add(n),this._emulateAnimation((()=>{i.execute(t)}))}hide(t){this._config.isVisible?(this._getElement().classList.remove(n),this._emulateAnimation((()=>{this.dispose(),i.execute(t)}))):i.execute(t)}dispose(){this._isAppended&&(t.off(this._element,o),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=i.getElement(t.rootElement),t}_append(){if(this._isAppended)return;const e=this._getElement();this._config.rootElement.append(e),t.on(e,o,(()=>{i.execute(this._config.clickCallback)})),this._isAppended=!0}_emulateAnimation(t){i.executeAfterTransition(t,this._getElement(),this._config.isAnimated)}}}(i(956),i(105),i(35))},248:function(t,e,i){!function(t,e,i,s){"use strict";t.enableDismissTrigger=(t,n="hide")=>{const o=`click.dismiss${t.EVENT_KEY}`,a=t.NAME;e.on(document,o,`[data-bs-dismiss="${a}"]`,(function(e){if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),s.isDisabled(this))return;const o=i.getElementFromSelector(this)||this.closest(`.${a}`);t.getOrCreateInstance(o)[n]()}))},Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})}(e,i(956),i(411),i(35))},936:function(t,e,i){t.exports=function(t,e,i){"use strict";const s=".bs.focustrap",n=`focusin${s}`,o=`keydown.tab${s}`,a="backward",l={autofocus:!0,trapElement:null},r={autofocus:"boolean",trapElement:"element"};return class extends i{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return l}static get DefaultType(){return r}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),t.off(document,s),t.on(document,n,(t=>this._handleFocusin(t))),t.on(document,o,(t=>this._handleKeydown(t))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,t.off(document,s))}_handleFocusin(t){const{trapElement:i}=this._config;if(t.target===document||t.target===i||i.contains(t.target))return;const s=e.focusableChildren(i);0===s.length?i.focus():this._lastTabNavDirection===a?s[s.length-1].focus():s[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?a:"forward")}}}(i(956),i(411),i(105))},673:function(t,e,i){t.exports=function(t,e,i){"use strict";const s=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",n=".sticky-top",o="padding-right",a="margin-right";return class{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,o,(e=>e+t)),this._setElementAttributes(s,o,(e=>e+t)),this._setElementAttributes(n,a,(e=>e-t))}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,o),this._resetElementAttributes(s,o),this._resetElementAttributes(n,a)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,e,i){const s=this.getWidth();this._applyManipulationCallback(t,(t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+s)return;this._saveInitialAttribute(t,e);const n=window.getComputedStyle(t).getPropertyValue(e);t.style.setProperty(e,`${i(Number.parseFloat(n))}px`)}))}_saveInitialAttribute(e,i){const s=e.style.getPropertyValue(i);s&&t.setDataAttribute(e,i,s)}_resetElementAttributes(e,i){this._applyManipulationCallback(e,(e=>{const s=t.getDataAttribute(e,i);null!==s?(t.removeDataAttribute(e,i),e.style.setProperty(i,s)):e.style.removeProperty(i)}))}_applyManipulationCallback(t,s){if(i.isElement(t))s(t);else for(const i of e.find(t,this._element))s(i)}}}(i(333),i(411),i(35))}}]);
@@ -0,0 +1,29 @@
1
+ /*!
2
+ * Bootstrap backdrop.js v5.3.3 (https://getbootstrap.com/)
3
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
+ */
6
+
7
+ /*!
8
+ * Bootstrap component-functions.js v5.3.3 (https://getbootstrap.com/)
9
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
10
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
11
+ */
12
+
13
+ /*!
14
+ * Bootstrap focustrap.js v5.3.3 (https://getbootstrap.com/)
15
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
16
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
17
+ */
18
+
19
+ /*!
20
+ * Bootstrap modal.js v5.3.3 (https://getbootstrap.com/)
21
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
22
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
23
+ */
24
+
25
+ /*!
26
+ * Bootstrap scrollbar.js v5.3.3 (https://getbootstrap.com/)
27
+ * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
28
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
29
+ */
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[723],{723:function(e,t,o){o.r(t);const n=document.getElementById("google_translate_element"),d={"div.VIpgJd-ZVi9od-vH1Gmf *":'color: #544F4B; font-family: "Roboto", sans-serif; width: 100%;',"span.indicator":"display: none;","div.VIpgJd-ZVi9od-vH1Gmf":"overflow-y: scroll; padding: 0px;","div.VIpgJd-ZVi9od-vH1Gmf a div":"padding: 20px; width: 100%;",".goog-te-menu2-item":"width: 100%;",td:"width: 100%; display: block;","td.VIpgJd-ZVi9od-vH1Gmf-KrhPNb":"display: none;",".goog-te-menu2-colpad":"display: none;","div.VIpgJd-ZVi9od-vH1Gmf":"border: none;",body:"background-color: #fff; box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);"};t.default=function(){n.addEventListener("click",(e=>{const t=document.querySelector('iframe[title="Language Translate Widget"]');[...t.contentWindow.document.body.querySelectorAll(".VIpgJd-ZVi9od-vH1Gmf a")].forEach((e=>{e.addEventListener("mouseenter",(()=>{"Select Language"!==e.querySelector("span.text").innerHTML&&(e.querySelector("span.text").style="color: #fff;")})),e.addEventListener("mouseleave",(()=>{"Select Language"!==e.querySelector("span.text").innerHTML&&(e.querySelector("span.text").style="color: #544F4B;")}))})),function(e,t){const o=e.style.cssText+" height: 100%; width: 100%; top: 0px; box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);";e.style=o}(t),Object.keys(d).forEach((e=>{!function(e,t,o){[...o.contentWindow.document.querySelectorAll(e)].forEach((e=>e.style=t))}(e,d[e],t)}))}),!1)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[873],{873:function(e,t,n){n.r(t),n.d(t,{default:function(){return E}});const r=/^id=/g,o=/^\?/g,c=/\/$/g,s="userPrefersReducedMotion",a={behavior:"smooth",block:"center"},i={block:"center"};function l(e){return"true"==window.localStorage.getItem(s)?e.scrollIntoView(i):e.scrollIntoView(a),e.focus()}function u(e,t){-1!==e.search(r)&&function(e,t){let n=e.replace(r,"");l(document.querySelector(t).querySelector(`#${n}`))}(e,t)}function d(e){l(document.querySelector(e))}function g(e){window.location.hash&&async function(e,t){if(document.querySelector(`.nav-tabs a[href="${e}"]`)){const{default:t}=await n.e(13).then(n.t.bind(n,13,23));let r=document.querySelector(`.nav-tabs a[href="${e}"]`);const c=new t(r,{toggle:!1});r.addEventListener("shown.bs.tab",(()=>{window.location.search&&u(window.location.search.replace(o,""),e)})),c.show(),d(`${e}-label`)}else if(document.querySelector(`.accordion ${e}.collapse`)){let n=document.querySelector(e);const r=new t(n,{toggle:!1});n.addEventListener("shown.bs.collapse",(t=>{window.location.search&&u(window.location.search.replace(o,""),e)})),r.show(),d(e)}}(window.location.hash.replace(c,""),e)}var f=function(e){(document.querySelector("#accordion")||document.querySelector(".nav.nav-tabs"))&&function(e){g(e),window.addEventListener("hashchange",(t=>{g(e)}),!1)}(e)};const h={strong:/\*\*([^\*]*)\*\*/g,em:/_([^_]*)_/g};function w(e,t,n){return e.replace(t,n)}function m(e,t){const n={"\\*":"__asterisk__","\\_":"__underscore__","\\[":"__openBracket__","\\]":"__closeBracket__","\\(":"__openParenthesis__","\\)":"__closeParenthesis__"};for(let r in n)n.hasOwnProperty(r)&&(!0===t?e=w(e,r,n[r]):!1===t&&(e=w(e,n[r],r.replace(/^\\/g,""))));return e}function p(e,t){if(""===t)return e;for(var n in h)h.hasOwnProperty(n)&&(e=e.replace(h[n],"<"+n+">$1</"+n+">"));return e}function _(e,t){return""===t?e:e.replace(/^(.*)$/gm,'<p class="typography__alert">$1</p>')}var v=function(e,t){let[n,r,o,c,s,a]=e.result.values[2];if("FALSE"===n)return f(t);const i=document.getElementById("emergencyAlerts");let l=new Date,u=new Date(s),d=new Date(a);const g="FALSE"===c||"TRUE"===c&&u.getTime()<=l.getTime()&&d.getTime()>l.getTime(),w="TRUE"===r||"FALSE"===r&&"/"==window.location.pathname;let v=`\n<div class="container">\n <div class="row">\n <div class="col">\n <div class="alert alert-warning">\n ${function(e){const t=function(e){return e.replace(/\[(?<linkText>[^\]]*)\]\((?<linkHref>[^\)]*)\)/g,'<a href="$<linkHref>" target="_blank" rel="noopener noreferrer">$<linkText></a>')}(function(e){for(var t in h)h.hasOwnProperty(t)&&(e=e.replace(h[t],p));return e}(m(e,!0)));return m(function(e){return e.replace(/^(.*)$/gm,_)}(t),!1)}(o)}\n </div>\n </div>\n </div>\n</div>`;return[l,u,d].map((e=>e.setHours(0,0,0,0))),g&&w&&function(e,t){e.innerHTML=t,e.classList.add("position__offset-alert--visible")}(i,v),f(t)};const y={spreadsheetId:"1plXBiZY5pVbhNT-mszxEuqCl4zy8wMnz9gXXbbT_yLs",range:"Alerts"},S={apiKey:"AIzaSyCEBsbXfFcdbkASlg-PodD1rT_Fe3Nw62A",discoveryDocs:["https://www.googleapis.com/discovery/v1/apis/sheets/v4/rest"]};var b=function(e){if(!document.getElementById("emergencyAlerts"))return f(e);!function(e){gapi.client.init(S).then((()=>gapi.client.sheets.spreadsheets.values.get(y))).then((t=>(v(t,e),t))).then((e=>{!function(e){const t=e.result.values,[,n,r]=t;for(let e=0,t=r.length;e<t;e++){const t=r[e],o=n[e];window.sessionStorage.setItem(o.replace(" ","-"),t)}}(e)}),(t=>{console.error("Execute error",t),f(e)}))}(e)};const k=window.sessionStorage;var E=function(e){(function(){const e=window.matchMedia("(prefers-reduced-motion: reduce)");let t=!!e.matches;localStorage.setItem("userPrefersReducedMotion",t),e.addEventListener("change",(n=>{t=!!e.matches,localStorage.setItem("userPrefersReducedMotion",t)}))})(),window.sessionStorage.getItem("Alert-Content")?gapi.load("client",(()=>{b(e)})):function(e){try{!function(e){let t={result:{values:[0,0,[k.Visible,k.getItem("All-Pages"),k.getItem("Alert-Content"),k.getItem("Alert-Expiration"),k.Start,k.End]]}};v(t,e),f(e)}(e)}catch(t){f(e),console.error(`Error retrieving cached response in sessionStorage:\nName: ${t.name}\nMessage: ${t.message}\n${t}`)}}(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[965],{965:function(e,t,n){function s(e){e.parentNode.classList.add("active"),e.insertAdjacentHTML("beforeend",' <span class="visually-hidden">(current)</span>')}function c(e){const t=window.location.pathname,n="#contact"===window.location.hash,c="/"===window.location.pathname;[...e].forEach((e=>{const o=e.querySelector("a"),a=o.getAttribute("href").replace(/^\/?\.\.\/(\.\.\/)?(\.\.\/)?/g,"/"),r="home"===o.textContent.toLowerCase(),l=-1!==t.indexOf(a);c||n?r&&s(o):l&&!r&&s(o)}))}n.r(t),n.d(t,{default:function(){return h}});var o=function(){const e=document.querySelectorAll(".js-nav-item");document.getElementById("subNavNav")&&c(document.querySelectorAll(".js-sub-nav-item")),c(e)};const a=document.getElementById("mainNav"),r=document.getElementById("globalNav");var l=function(){if(!document.getElementById("searchIcon"))return;const e=document.getElementById("searchIcon");document.addEventListener("click",(function(t){if(!t.target.closest("#searchIcon"))return;t.preventDefault();const n=document.getElementById("searchImg"),s=document.getElementById("searchCollapse");var c,o;-1!=n.style.backgroundImage.indexOf("assets/img/search.svg")?(o=e,(c=n).style.backgroundImage='url("/assets/img/x.svg")',c.setAttribute("alt","Close icon"),o.setAttribute("aria-label","Close search"),s.setAttribute("aria-hidden","false")):(function(e,t){e.style.backgroundImage='url("/assets/img/search.svg")',e.setAttribute("alt","Search icon"),t.setAttribute("aria-label","Open search")}(n,e),s.setAttribute("aria-hidden","true")),s.classList.toggle("nav-global__search-collapse--visible"),a.classList.toggle("nav-local__search-toggle"),r.classList.toggle("nav-global__search-toggle")}),!1)};function i(){document.querySelector("button.gsc-search-button-v2").classList.add("gsc-overrides__clear-x")}function u(){document.querySelector("button.gsc-search-button-v2").classList.remove("gsc-overrides__clear-x")}var d=function(){document.getElementById("searchCollapse")&&new Promise(((e,t)=>{!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://cse.google.com/cse.js?cx=006320264078644364913:sy48bet-lr8";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}(),e()})).then((()=>{new Promise(((e,t)=>{const n=document.getElementById("searchCollapse");new MutationObserver((function(t,n){for(const n of t)"childList"==n.type&&(document.querySelector(".gsst_a").setAttribute("id","xIcon"),e())})).observe(n,{attributes:!0,childList:!0,subtree:!0})})).then((()=>{!function(){let e=!1;return function(){e||(e=!0,"display: none;"===document.getElementById("xIcon").getAttribute("style")?u():i())}}()();const e=document.getElementById("xIcon");new MutationObserver((function(t,n){for(const n of t)"attributes"==n.type&&("display: none;"===e.getAttribute("style")?u():i())})).observe(e,{attributes:!0,childList:!0,subtree:!0})}))}))};function g(e,t){e.classList.contains(t)&&function(e,t){e.classList.remove(t)}(e,t)}function m(){if(window.innerWidth>=992){const e=document.getElementById("searchCollapse"),t=document.getElementById("globalNav"),n=document.getElementById("mainNav"),s=document.getElementById("searchIcon");g(e,"nav-global__search-collapse--visible"),g(t,"nav-global__search-toggle"),g(n,"nav-local__search-toggle"),function(e){"Toggle Close"!==!e.getAttribute("aria-label")&&function(e){const t=e.querySelector("#searchImg");e.setAttribute("aria-label","Toggle Search"),t.setAttribute("alt","Open icon"),t.setAttribute("style",'background-image: url("/assets/img/search.svg")')}(e)}(s)}}var b=function(){window.addEventListener("resize",m)};function h(){o(),l(),d(),b()}}}]);