@tet/tet-components 1.3.136-testing → 1.3.137-testing

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/dist/cjs/index-f559cb2e.js +10 -2
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/{phone-c3ebb2eb.js → phone-d414fe5a.js} +0 -14
  4. package/dist/cjs/tasks-af99ad61.js +16 -0
  5. package/dist/cjs/tet-accordion.cjs.entry.js +6 -6
  6. package/dist/cjs/tet-address-offers-view.cjs.entry.js +1 -1
  7. package/dist/cjs/tet-address-offers_4.cjs.entry.js +3 -2
  8. package/dist/cjs/tet-autocomplete_2.cjs.entry.js +3 -3
  9. package/dist/cjs/tet-b2b-check-out-form.cjs.entry.js +164 -0
  10. package/dist/cjs/tet-b2b-configurator-cart.cjs.entry.js +2 -2
  11. package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
  12. package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
  13. package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
  14. package/dist/cjs/tet-business-navigation.cjs.entry.js +1 -1
  15. package/dist/cjs/tet-carousel.cjs.entry.js +104 -36
  16. package/dist/cjs/tet-checkbox.cjs.entry.js +73 -0
  17. package/dist/cjs/tet-colors.cjs.entry.js +4 -4
  18. package/dist/cjs/tet-compare-cards_2.cjs.entry.js +2 -2
  19. package/dist/cjs/tet-components.cjs.js +1 -1
  20. package/dist/cjs/tet-contact-form.cjs.entry.js +4 -3
  21. package/dist/cjs/tet-datepicker-header_4.cjs.entry.js +5 -5
  22. package/dist/cjs/tet-datepicker.cjs.entry.js +4 -4
  23. package/dist/cjs/tet-dialog.cjs.entry.js +1 -1
  24. package/dist/cjs/{tet-checkbox_3.cjs.entry.js → tet-dropdown_2.cjs.entry.js} +1 -68
  25. package/dist/cjs/tet-expansion-panel.cjs.entry.js +1 -1
  26. package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
  27. package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
  28. package/dist/cjs/tet-grid.cjs.entry.js +1 -1
  29. package/dist/cjs/tet-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/tet-label.cjs.entry.js +2 -2
  31. package/dist/cjs/tet-layout.cjs.entry.js +1 -1
  32. package/dist/cjs/tet-link.cjs.entry.js +1 -1
  33. package/dist/cjs/tet-loader.cjs.entry.js +1 -1
  34. package/dist/cjs/tet-navigation-mobile.cjs.entry.js +3 -3
  35. package/dist/cjs/tet-news-card-list.cjs.entry.js +1 -1
  36. package/dist/cjs/tet-notification.cjs.entry.js +1 -1
  37. package/dist/cjs/tet-placeholder.cjs.entry.js +1 -1
  38. package/dist/cjs/tet-range-slider.cjs.entry.js +7 -7
  39. package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
  40. package/dist/cjs/tet-stepper-input.cjs.entry.js +1 -1
  41. package/dist/cjs/tet-tab-header.cjs.entry.js +2 -2
  42. package/dist/cjs/tet-tag_2.cjs.entry.js +2 -2
  43. package/dist/cjs/tet-textarea.cjs.entry.js +2 -2
  44. package/dist/cjs/tet-tv-gift-block.cjs.entry.js +1 -1
  45. package/dist/cjs/tet-tv-gift-list.cjs.entry.js +2 -2
  46. package/dist/collection/assets/icons/icon-map.json +1 -1
  47. package/dist/collection/assets/icons/tc/tc-company-1.svg +3 -0
  48. package/dist/collection/collection-manifest.json +1 -0
  49. package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.css +479 -0
  50. package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +211 -0
  51. package/dist/collection/components/advanced/forms/tet-contact-form/tet-contact-form.js +1 -1
  52. package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-block/tet-tv-gift-block.js +1 -1
  53. package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-list/tet-tv-gift-list.js +2 -2
  54. package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-content/tet-tab-content.js +2 -2
  55. package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-header/tet-tab-header.js +2 -2
  56. package/dist/collection/components/basic/buttons/tet-tag/tet-tag.js +2 -2
  57. package/dist/collection/components/basic/carousel/tet-carousel/test/tet-carousel.spec.js +6 -2
  58. package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.css +4 -0
  59. package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.js +103 -35
  60. package/dist/collection/components/basic/icon/tet-icon.js +1 -1
  61. package/dist/collection/components/basic/loaders/tet-loader/tet-loader.js +1 -1
  62. package/dist/collection/components/basic/loaders/tet-placeholder/tet-placeholder.js +1 -1
  63. package/dist/collection/components/basic/loaders/tet-spinner/tet-spinner.js +3 -3
  64. package/dist/collection/components/basic/misc/tet-label/tet-label.js +2 -2
  65. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-header/tet-datepicker-header.js +2 -2
  66. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-month-view/tet-datepicker-month-view.js +1 -1
  67. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-multi-year-view/tet-datepicker-multi-year-view.js +1 -1
  68. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-year-view/tet-datepicker-year-view.js +1 -1
  69. package/dist/collection/components/simple/inputs/tet-datepicker/tet-datepicker.js +4 -4
  70. package/dist/collection/components/simple/inputs/tet-range-slider/tet-range-slider.js +7 -7
  71. package/dist/collection/components/simple/inputs/tet-stepper-input/tet-stepper-input.js +1 -1
  72. package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +2 -2
  73. package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +1 -1
  74. package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.js +1 -1
  75. package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js +3 -3
  76. package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.css +2 -0
  77. package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +5 -5
  78. package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +1 -1
  79. package/dist/collection/components/simple/text-blocks/tet-dialog/tet-dialog.css +4 -2
  80. package/dist/collection/components/simple/text-blocks/tet-notification/tet-notification.js +1 -1
  81. package/dist/collection/components/simple/text-blocks/tet-tooltip/tet-tooltip.js +1 -1
  82. package/dist/collection/components/views/tet-address-offers-view/tet-address-offers-view.js +1 -1
  83. package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +2 -2
  84. package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
  85. package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
  86. package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
  87. package/dist/collection/docs/styling/colors/tet-colors.js +4 -4
  88. package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
  89. package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
  90. package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
  91. package/dist/collection/docs/styling/link/tet-link.js +1 -1
  92. package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
  93. package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
  94. package/dist/collection/services/validators/index.js +2 -1
  95. package/dist/collection/services/validators/validators/e-mail.js +34 -0
  96. package/dist/collection/services/validators/validators/e-mail.spec.js +20 -0
  97. package/dist/components/assets/icons/icon-map.json +1 -1
  98. package/dist/components/assets/icons/tc/tc-company-1.svg +3 -0
  99. package/dist/components/index.js +2 -0
  100. package/dist/components/{p-59ecb7dc.js → p-000ae991.js} +6 -6
  101. package/dist/components/p-00c91e96.js +14 -0
  102. package/dist/components/{p-cdec8b43.js → p-12e123f3.js} +1 -1
  103. package/dist/components/{p-d7f5b61c.js → p-14534acc.js} +1 -1
  104. package/dist/components/{p-499b3838.js → p-21be0dd0.js} +2 -2
  105. package/dist/components/{p-a1f2eaa6.js → p-2424c4f1.js} +5 -5
  106. package/dist/components/{p-2f7ab47f.js → p-290f2855.js} +7 -6
  107. package/dist/components/{p-86da5272.js → p-397c69b3.js} +2 -2
  108. package/dist/components/{p-125271b1.js → p-4688b69d.js} +11 -11
  109. package/dist/components/{p-3ff35471.js → p-5ace687b.js} +5 -5
  110. package/dist/components/{p-e1dfd49d.js → p-5b5ea55f.js} +10 -10
  111. package/dist/components/{p-e20ff902.js → p-70ca1b23.js} +1 -1
  112. package/dist/components/{p-ae8498b6.js → p-758e222f.js} +7 -7
  113. package/dist/components/{p-c4a94d36.js → p-76c723b4.js} +2 -2
  114. package/dist/components/{p-be59ce58.js → p-7fa87e91.js} +1 -1
  115. package/dist/components/{p-1dfb07e1.js → p-8802f7f7.js} +1 -1
  116. package/dist/components/{p-ecb0207c.js → p-88eed449.js} +1 -1
  117. package/dist/components/{p-9c20ee34.js → p-8a924999.js} +3 -3
  118. package/dist/components/{p-504e911b.js → p-8ff3e337.js} +3 -3
  119. package/dist/components/{p-3dc2183b.js → p-90a15cb2.js} +1 -1
  120. package/dist/components/{p-0e796d48.js → p-92f3f562.js} +3 -3
  121. package/dist/components/{p-e409203b.js → p-ac5522f7.js} +2 -2
  122. package/dist/components/{p-796ea907.js → p-ba6768ef.js} +2 -2
  123. package/dist/components/{p-102c1fc3.js → p-bc9edad9.js} +1 -1
  124. package/dist/components/{p-d6580980.js → p-bddae715.js} +2 -2
  125. package/dist/components/{p-8b3d80aa.js → p-be78bde3.js} +1 -1
  126. package/dist/components/{p-e5f84db8.js → p-c2bfa12c.js} +1 -1
  127. package/dist/components/{p-b71cc97c.js → p-c8a0b770.js} +3 -3
  128. package/dist/components/{p-e4b59b85.js → p-c9491692.js} +1 -1
  129. package/dist/components/{p-d8c79647.js → p-c97b2c87.js} +2 -2
  130. package/dist/components/{p-0a9fb3c4.js → p-ca66b4b1.js} +1 -14
  131. package/dist/components/{p-b5dced58.js → p-cbb5f612.js} +1 -1
  132. package/dist/components/{p-48a1a0e4.js → p-d0c6b6c9.js} +2 -2
  133. package/dist/components/{p-0b13ba10.js → p-d516dff5.js} +7 -7
  134. package/dist/components/{p-c3dfb9e4.js → p-daa34847.js} +2 -2
  135. package/dist/components/{p-50c52fb2.js → p-db548ad6.js} +2 -2
  136. package/dist/components/{p-d3f63a7a.js → p-decd8ddd.js} +4 -4
  137. package/dist/components/{p-c1c8a966.js → p-eac684d6.js} +1 -1
  138. package/dist/components/{p-a141151a.js → p-fe95d572.js} +1 -1
  139. package/dist/components/{p-eb9b5f91.js → p-ff31e014.js} +1 -1
  140. package/dist/components/tet-accordion.js +1 -1
  141. package/dist/components/tet-address-offers-filters-products.js +1 -1
  142. package/dist/components/tet-address-offers-filters.js +1 -1
  143. package/dist/components/tet-address-offers-view.js +21 -21
  144. package/dist/components/tet-address-offers.js +1 -1
  145. package/dist/components/tet-address-search.js +1 -1
  146. package/dist/components/tet-asset-addresses.js +8 -8
  147. package/dist/components/tet-asset-availability-addresses.js +1 -1
  148. package/dist/components/tet-autocomplete-dropdown.js +4 -4
  149. package/dist/components/tet-autocomplete.js +1 -1
  150. package/dist/components/tet-availability-contact-form.js +1 -1
  151. package/dist/components/tet-b2b-check-out-form.d.ts +11 -0
  152. package/dist/components/tet-b2b-check-out-form.js +212 -0
  153. package/dist/components/tet-b2b-compare-card.js +4 -4
  154. package/dist/components/tet-b2b-configurator-cart.js +5 -5
  155. package/dist/components/tet-b2b-service-calculator.js +6 -6
  156. package/dist/components/tet-banner-nav.js +1 -1
  157. package/dist/components/tet-border-radius.js +1 -1
  158. package/dist/components/tet-business-compare-card.js +2 -2
  159. package/dist/components/tet-business-lines.js +2 -2
  160. package/dist/components/tet-business-navigation.js +2 -2
  161. package/dist/components/tet-business-round-stepper.js +1 -1
  162. package/dist/components/tet-business-summary-card.js +3 -3
  163. package/dist/components/tet-button.js +1 -1
  164. package/dist/components/tet-card-list.js +1 -1
  165. package/dist/components/tet-carousel.js +106 -38
  166. package/dist/components/tet-checkbox.js +1 -1
  167. package/dist/components/tet-cloud-application-form-dialog.js +6 -6
  168. package/dist/components/tet-cloud-configurator.js +7 -7
  169. package/dist/components/tet-colors.js +4 -4
  170. package/dist/components/tet-compare-card-v2.js +5 -5
  171. package/dist/components/tet-compare-card.js +1 -1
  172. package/dist/components/tet-compare-cards-tab.js +13 -13
  173. package/dist/components/tet-compare-cards.js +1 -1
  174. package/dist/components/tet-contact-form.js +7 -6
  175. package/dist/components/tet-customer-assets.js +2 -2
  176. package/dist/components/tet-datepicker-header.js +1 -1
  177. package/dist/components/tet-datepicker-month-view.js +1 -1
  178. package/dist/components/tet-datepicker-multi-year-view.js +1 -1
  179. package/dist/components/tet-datepicker-year-view.js +1 -1
  180. package/dist/components/tet-datepicker.js +9 -9
  181. package/dist/components/tet-dialog.js +1 -1
  182. package/dist/components/tet-dropdown.js +1 -1
  183. package/dist/components/tet-dynamic-card.js +2 -2
  184. package/dist/components/tet-expandable-input.js +2 -2
  185. package/dist/components/tet-expansion-panel.js +1 -1
  186. package/dist/components/tet-filter.js +3 -3
  187. package/dist/components/tet-font-weight.js +1 -1
  188. package/dist/components/tet-fonts.js +1 -1
  189. package/dist/components/tet-grid.js +1 -1
  190. package/dist/components/tet-icon.js +1 -1
  191. package/dist/components/tet-inline-message.js +1 -1
  192. package/dist/components/tet-input.js +1 -1
  193. package/dist/components/tet-label.js +3 -3
  194. package/dist/components/tet-layout.js +1 -1
  195. package/dist/components/tet-link.js +1 -1
  196. package/dist/components/tet-loader.js +1 -1
  197. package/dist/components/tet-macd-view.js +6 -6
  198. package/dist/components/tet-menu-mobile.js +1 -1
  199. package/dist/components/tet-menu.js +1 -1
  200. package/dist/components/tet-multi-step-dialog.js +3 -3
  201. package/dist/components/tet-navigation-mobile.js +4 -4
  202. package/dist/components/tet-news-card-list.js +4 -4
  203. package/dist/components/tet-notification.js +1 -1
  204. package/dist/components/tet-number-input.js +1 -1
  205. package/dist/components/tet-placeholder.js +1 -1
  206. package/dist/components/tet-range-slider.js +1 -1
  207. package/dist/components/tet-referral.js +4 -4
  208. package/dist/components/tet-round-stepper.js +1 -1
  209. package/dist/components/tet-spacing.js +1 -1
  210. package/dist/components/tet-spinner.js +1 -1
  211. package/dist/components/tet-stepper-input.js +1 -1
  212. package/dist/components/tet-stepper-v2.js +1 -1
  213. package/dist/components/tet-stepper-v3.js +1 -1
  214. package/dist/components/tet-tab-content.js +1 -1
  215. package/dist/components/tet-tab-header.js +1 -1
  216. package/dist/components/tet-table.js +2 -2
  217. package/dist/components/tet-tag-group.js +1 -1
  218. package/dist/components/tet-tag.js +1 -1
  219. package/dist/components/tet-text-list.js +1 -1
  220. package/dist/components/tet-textarea.js +2 -2
  221. package/dist/components/tet-thank-you-view-v2.js +3 -3
  222. package/dist/components/tet-thank-you-view-v3.js +3 -3
  223. package/dist/components/tet-thank-you-view.js +2 -2
  224. package/dist/components/tet-tooltip.js +1 -1
  225. package/dist/components/tet-tv-gift-block.js +1 -1
  226. package/dist/components/tet-tv-gift-list.js +3 -3
  227. package/dist/esm/index-7f1e2a22.js +10 -2
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/esm/{phone-ed2205b3.js → phone-99c2f297.js} +1 -14
  230. package/dist/esm/tasks-3dfcc330.js +14 -0
  231. package/dist/esm/tet-accordion.entry.js +6 -6
  232. package/dist/esm/tet-address-offers-view.entry.js +1 -1
  233. package/dist/esm/tet-address-offers_4.entry.js +2 -1
  234. package/dist/esm/tet-autocomplete_2.entry.js +3 -3
  235. package/dist/esm/tet-b2b-check-out-form.entry.js +160 -0
  236. package/dist/esm/tet-b2b-configurator-cart.entry.js +2 -2
  237. package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
  238. package/dist/esm/tet-border-radius.entry.js +1 -1
  239. package/dist/esm/tet-business-lines.entry.js +1 -1
  240. package/dist/esm/tet-business-navigation.entry.js +1 -1
  241. package/dist/esm/tet-carousel.entry.js +104 -36
  242. package/dist/esm/tet-checkbox.entry.js +69 -0
  243. package/dist/esm/tet-colors.entry.js +4 -4
  244. package/dist/esm/tet-compare-cards_2.entry.js +2 -2
  245. package/dist/esm/tet-components.js +1 -1
  246. package/dist/esm/tet-contact-form.entry.js +3 -2
  247. package/dist/esm/tet-datepicker-header_4.entry.js +5 -5
  248. package/dist/esm/tet-datepicker.entry.js +4 -4
  249. package/dist/esm/tet-dialog.entry.js +1 -1
  250. package/dist/esm/{tet-checkbox_3.entry.js → tet-dropdown_2.entry.js} +2 -68
  251. package/dist/esm/tet-expansion-panel.entry.js +1 -1
  252. package/dist/esm/tet-font-weight.entry.js +1 -1
  253. package/dist/esm/tet-fonts.entry.js +1 -1
  254. package/dist/esm/tet-grid.entry.js +1 -1
  255. package/dist/esm/tet-icon.entry.js +1 -1
  256. package/dist/esm/tet-label.entry.js +2 -2
  257. package/dist/esm/tet-layout.entry.js +1 -1
  258. package/dist/esm/tet-link.entry.js +1 -1
  259. package/dist/esm/tet-loader.entry.js +1 -1
  260. package/dist/esm/tet-navigation-mobile.entry.js +3 -3
  261. package/dist/esm/tet-news-card-list.entry.js +1 -1
  262. package/dist/esm/tet-notification.entry.js +1 -1
  263. package/dist/esm/tet-placeholder.entry.js +1 -1
  264. package/dist/esm/tet-range-slider.entry.js +7 -7
  265. package/dist/esm/tet-spacing.entry.js +1 -1
  266. package/dist/esm/tet-stepper-input.entry.js +1 -1
  267. package/dist/esm/tet-tab-header.entry.js +2 -2
  268. package/dist/esm/tet-tag_2.entry.js +2 -2
  269. package/dist/esm/tet-textarea.entry.js +2 -2
  270. package/dist/esm/tet-tv-gift-block.entry.js +1 -1
  271. package/dist/esm/tet-tv-gift-list.entry.js +2 -2
  272. package/dist/tet-components/assets/icons/icon-map.json +1 -1
  273. package/dist/tet-components/assets/icons/tc/tc-company-1.svg +3 -0
  274. package/dist/tet-components/{p-c2d3f622.entry.js → p-00370414.entry.js} +1 -1
  275. package/dist/tet-components/{p-db666f67.entry.js → p-018123d1.entry.js} +1 -1
  276. package/dist/tet-components/{p-eee18759.entry.js → p-02381ade.entry.js} +1 -1
  277. package/dist/tet-components/p-05fc6443.entry.js +1 -0
  278. package/dist/tet-components/{p-f09325e9.entry.js → p-100a2a00.entry.js} +1 -1
  279. package/dist/tet-components/{p-17a4096b.entry.js → p-10d6590a.entry.js} +1 -1
  280. package/dist/tet-components/p-1460a670.entry.js +1 -0
  281. package/dist/tet-components/{p-82f67011.entry.js → p-223f4ca1.entry.js} +1 -1
  282. package/dist/tet-components/p-2a3448bc.entry.js +1 -0
  283. package/dist/tet-components/p-32c31441.entry.js +1 -0
  284. package/dist/tet-components/p-37d9b1c5.entry.js +1 -0
  285. package/dist/tet-components/{p-74989c7b.entry.js → p-382034f9.entry.js} +1 -1
  286. package/dist/tet-components/{p-970a3fc5.entry.js → p-3a68d8ee.entry.js} +1 -1
  287. package/dist/tet-components/p-3adb8b02.entry.js +1 -0
  288. package/dist/tet-components/{p-966eaa17.entry.js → p-3c03dea3.entry.js} +1 -1
  289. package/dist/tet-components/{p-3a388c27.entry.js → p-48ed1dbc.entry.js} +1 -1
  290. package/dist/tet-components/{p-cc73c6bf.entry.js → p-4cac1c11.entry.js} +1 -1
  291. package/dist/tet-components/{p-018095d9.entry.js → p-4efb7ee4.entry.js} +1 -1
  292. package/dist/tet-components/{p-1576d249.entry.js → p-584850c4.entry.js} +1 -1
  293. package/dist/tet-components/{p-c95cf2d4.entry.js → p-624ae17b.entry.js} +1 -1
  294. package/dist/tet-components/{p-c592f222.entry.js → p-67515e73.entry.js} +1 -1
  295. package/dist/tet-components/{p-9ef5798e.entry.js → p-72c5f6fd.entry.js} +1 -1
  296. package/dist/tet-components/{p-add5c08b.entry.js → p-73e8e847.entry.js} +1 -1
  297. package/dist/tet-components/{p-641c5d9d.entry.js → p-77dc69df.entry.js} +1 -1
  298. package/dist/tet-components/{p-e596991f.entry.js → p-79567d7c.entry.js} +1 -1
  299. package/dist/tet-components/{p-37958859.entry.js → p-7d1d0c36.entry.js} +1 -1
  300. package/dist/tet-components/{p-3588d98e.entry.js → p-89cbd0f4.entry.js} +1 -1
  301. package/dist/tet-components/{p-12c21228.entry.js → p-8c802a0a.entry.js} +1 -1
  302. package/dist/tet-components/{p-7a12782b.entry.js → p-992f7033.entry.js} +1 -1
  303. package/dist/tet-components/{p-a844fa98.entry.js → p-a9649e33.entry.js} +1 -1
  304. package/dist/tet-components/{p-74275f2b.entry.js → p-ab41a3f8.entry.js} +1 -1
  305. package/dist/tet-components/{p-7210bb04.entry.js → p-afbe6509.entry.js} +1 -1
  306. package/dist/tet-components/{p-f9d096b2.entry.js → p-b3ce0d6f.entry.js} +1 -1
  307. package/dist/tet-components/{p-61818927.entry.js → p-c634602c.entry.js} +1 -1
  308. package/dist/tet-components/p-ca66b4b1.js +1 -0
  309. package/dist/tet-components/p-d2919aae.js +1 -0
  310. package/dist/tet-components/{p-108cd149.entry.js → p-d56b4142.entry.js} +1 -1
  311. package/dist/tet-components/{p-7476cb78.entry.js → p-db3d023a.entry.js} +1 -1
  312. package/dist/tet-components/{p-55819f09.entry.js → p-e73e4e79.entry.js} +1 -1
  313. package/dist/tet-components/{p-b5706ef0.entry.js → p-ea0186d6.entry.js} +1 -1
  314. package/dist/tet-components/{p-ff66a3ec.entry.js → p-ef1bcb5f.entry.js} +1 -1
  315. package/dist/tet-components/{p-0ca72362.entry.js → p-efbe281d.entry.js} +1 -1
  316. package/dist/tet-components/tet-components.esm.js +1 -1
  317. package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts +52 -0
  318. package/dist/types/components/basic/carousel/tet-carousel/tet-carousel.d.ts +6 -2
  319. package/dist/types/components.d.ts +64 -0
  320. package/dist/types/services/validators/index.d.ts +2 -1
  321. package/dist/types/services/validators/validators/e-mail.d.ts +28 -0
  322. package/package.json +1 -1
  323. package/dist/tet-components/p-27e3fced.entry.js +0 -1
  324. package/dist/tet-components/p-3dc55358.entry.js +0 -1
  325. package/dist/tet-components/p-49f6e950.entry.js +0 -1
  326. package/dist/tet-components/p-71e2fe80.js +0 -1
  327. package/dist/tet-components/p-91d85a07.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as o,h as r,H as t}from"./p-1ec7f341.js";const e=class{constructor(t){o(this,t),this.colorSections={blue:{title:"Blue",colors:["blue80","blue70","blue60","blue50","blue40","blue30","blue20","blue10","blue00"]},green:{title:"Green",colors:["green80","green70","green60","green50","green40","green30","green20","green10","green00"]},yellow:{title:"Yellow",colors:["yellow80","yellow70","yellow60","yellow50","yellow40","yellow30","yellow20","yellow10","yellow00"]},red:{title:"Red",colors:["red80","red70","red60","red50","red40","red30","red20","red10","red00"]},violet:{title:"Violet",colors:["violet80","violet70","violet60","violet50","violet40","violet30","violet20","violet10","violet00"]},grey:{title:"Grey",colors:["grey110","grey100","grey90","grey80","grey70","grey60","grey50","grey40","grey30","grey20","grey10","grey00"]},foundation:{title:"Foundation",colors:["blue","violet","green","yellow","red","black","white"]}},this.renderColorItem=o=>{const t=`tet-color__${o}`,e=`${t}--background`,c=o.replace(/([a-z])(\d+)/,"$1 $2");return r("div",{class:"section-color"},r("div",{class:`color ${e}`}),r("div",{class:"color-name"},t),c)},this.renderColorSection=(o,t)=>r("div",{class:`section section-${o}`},r("div",{class:"section__title"},t.title),t.colors.map((o=>this.renderColorItem(o)))),this.showVariables=!1,this.darkTheme=!1}render(){return r(t,{key:"be20a05b89314a3e2a279bf1570e5403253bec90"},r("div",{key:"3cecbdba2a6d6e99424deb26cff4f2506087cacf",class:{dark:this.darkTheme}},r("div",{key:"103a76ea82c425b61463ad4abd7ff4329131d399",class:{container:!0,"variable-container":!0}},r("div",{key:"3ccd146b790b10d0a1c8b285ed60ea0d2894c322",class:"container-title main"},"Krāsas klase"),r("div",{key:"48ca311527bd62904313c13faab612cb4e96bb8a",class:"container-section"},r("div",{key:"e058e944f1726f4b496f3ee11835ff6f92b93dae",class:"variable-wrapper"},r("span",{key:"c45ac2530d467dbc7f72fd0f3b76ff648804edde",class:"variable-name"},r("span",{key:"5fa5a29c8b779b36c02571930f6a80937e9c4ec1",class:"variable-part"},"tet"),r("span",{key:"c057a4c7d208bf9e501f8ef4ea5097e464722a10",class:"variable-part variable variable-attribute"},"-color"),r("span",{key:"9755996401ed033c04ffffc74150c78c4d1b57ce",class:"variable-part variable variable-color"},"__red30"),r("span",{key:"929bb918e99d69a72e6852ec659c27ab04bc1633",class:"variable-part variable variable-type"},"--background"),r("span",{key:"a2cb2fbcaecdc1d404cfea63d63327df76160130",class:"variable-part variable variable-state"},"-focus"))))),r("div",{key:"3192ebbad199d90550a2e9cd4bbafd891f0718e1",class:"container"},r("div",{key:"fb6b158c61e671273ace59ebd6ac2e4a8c496a30",class:"container-title"},"Piemēri"),r("div",{key:"8e84638732c0ede13284d9b5b11c7c357af6d526",class:"container-section container-example"},r("span",{key:"334676abec68a2af4dd7e9f1726bcf0e228ae968",class:"subsection-title"},"Teksta krāsas maiņa"),r("code",{key:"be682feb355cca9a0f5f08a38896fe37c99ac961",class:"variable-example"},'<div class="tet-color__red30">Teksts</div>'),r("span",{key:"fa6ff74cc27dff522fdfc79db8c1cb1a016481b4"},"Teksta krāsas maiņa"," ",r("span",{key:"0823a66fac2bd699f84815216c45a5b648101780",class:"example-element tet-color__red30"},"elementam"),"."),r("code",{key:"cd556d7c694ab8166781043afa8357b8f345c95d",class:"variable-example"},'<div class="tet-color__red30--hover">Teksts</div>'),r("span",{key:"10136dba501520fb964846903011951663342dc4"},"Teksta krāsas maiņa"," ",r("span",{key:"2c59f514ac027191a930b80469f602a95f8c953d",class:"example-element example-element--hover tet-color__red30--hover"},"elementam")," ","hover stāvoklī."),r("code",{key:"7d6d609b9b93085e8c343013db1ca2e853c06a5b",class:"variable-example"},'<div class="tet-color__red30--focus">Teksts</div>'),r("span",{key:"a1cdb44085f7732f7ea57f2481a1d6100c7ac96b"},"Teksta krāsas maiņa"," ",r("span",{key:"44dcaa178b8b37aa27d11706fa9d81f570ac77fd",tabindex:"0",class:"example-element tet-color__red30--focus"},"elementam")," ","focus stāvoklī."),r("span",{key:"8b7df3106e4e65c2300933d98af196718c51c499",class:"subsection-title"},"Fona krāsas maiņa"),r("code",{key:"7df5cca796a929e5e7f7cf155714f129b7d97b25",class:"variable-example"},'<div class="tet-color__red30--background">Teksts</div>'),r("span",{key:"73336f17f7c2333ced73af831ab19dc2e2290221"},"Fona krāsas maiņa"," ",r("span",{key:"e40d293df2aa9520f4e5dcfe0a1034a9ac6fbba3",class:"example-element tet-color__red30--background"},"elementam"),"."),r("code",{key:"83bd0e76a62ac1efc2b939348414e8f56e9f8f90",class:"variable-example"},'<div class="tet-color__red30--background-hover">Teksts</div>'),r("span",{key:"d2fd2feaa75576a65858d79625f85513fd90397c"},"Fona krāsas maiņa elementam"," ",r("span",{key:"ad9af56e390cbdc2435459f19a22ea20fc3ed150",class:"example-element example-element--hover tet-color__red30--background-hover"},"elementam")," ","hover stāvoklī."),r("code",{key:"76589cf4507a66b9758a8113aed0785cf5a120fe",class:"variable-example"},'<div class="tet-color__red30--background-focus">Teksts</div>'),r("span",{key:"ae8e1bd0debb73d0cf164cc6ba5e6211cc533bbe"},"Fona krāsas maiņa elementam"," ",r("span",{key:"3e7e6198abdcb53e30a3c049b3f028ef92f5a6b8",tabindex:"0",class:"example-element tet-color__red30--background-focus"},"elementam")," ","focus stāvoklī."),r("span",{key:"abf2a9ddd127ae124f3dce03395e0def6593ef29",class:"subsection-title"},"Apmales krāsas maiņa"),r("code",{key:"e78baadc40cb951f5621124b0727473bb71b7c4c",class:"variable-example"},'<div class="tet-color__red30--border">Teksts</div>'),r("span",{key:"75dc3efaa5cbc42062f504b451c8f7cd17b090b4"},"Apmales krāsas maiņa"," ",r("span",{key:"5b3a6422ccc3eca7b79429e72cd8287566ca6d31",class:"example-element border-example tet-color__red30--border"},"elementam"),"."),r("code",{key:"88cb9167e324ad38036364bb5caadd9ebb128ea2",class:"variable-example"},'<div class="tet-color__red30--border-hover">Teksts</div>'),r("span",{key:"d892d2878260c21781394e409d1e03d80cd05aa5"},"Apmales krāsas maiņa elementam"," ",r("span",{key:"1938544ff9c1ae0514b71b369ddd06e94c860850",class:"example-element example-element--hover border-example tet-color__red30--border-hover"},"elementam")," ","hover stāvoklī."),r("code",{key:"c0b39c6c45588caa5144b2a3ebd798c174b53203",class:"variable-example"},'<div class="tet-color__red30--border-focus">Teksts</div>'),r("span",{key:"5a893a7ae1ae8a67586f16f8e5e6081ecbd05570"},"Apmales krāsas maiņa elementam"," ",r("span",{key:"701a7bc6e5971682596a79743eb8e36d7eb02fee",tabindex:"0",class:"example-element border-example tet-color__red30--border-focus"},"elementam")," ","focus stāvoklī."),r("span",{key:"c1dbc652aba88357383cea4ec3d9792a19764260",class:"subsection-title"},"Nemainīga gaišās tēmas krāsa"),r("code",{key:"8772e28c3fffd38ae481cf408644be85b0b93087",class:"variable-example"},'<div class="tet-color__red30 tet-color--static">Teksts</div>'),r("span",{key:"a8b925e9ee57c5e6a9dc584ec3b6297fac6445d9"},"Nemainīga teksta krāsa"," ",r("span",{key:"bdb3b7b94d921076e301da46f58f13c04314b523",class:"example-element tet-color__red30 tet-color--static"},"elementam"),"."))),r("div",{key:"5daa2fe0ca43a42868e26ac5349d438bd7cc8344",class:{container:!0,"show-variables":this.showVariables}},r("div",{key:"73a46763b309062ddefa944733cb6c55461850b2",class:"container-title"},"Krāsas un Toņi"),r("div",{key:"21e914e42eced3e87b861e57b321754eb7ff711f",class:"container-section"},Object.entries(this.colorSections).map((([o,r])=>this.renderColorSection(o,r)))))))}};e.style='@charset "UTF-8";@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format("eot"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format("woff2"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format("woff"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format("eot"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format("woff2"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format("woff"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format("eot"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format("woff2"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format("woff"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format("eot"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format("woff2"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format("woff"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format("eot"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format("woff2"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format("woff"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format("eot"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format("woff2"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format("woff"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format("embedded-opentype"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format("woff2"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format("woff"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format("truetype"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format("svg");font-weight:400;font-style:normal}.tet-icon:before{content:"\\E84E"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:"\\E800"}.tet-icon__alert-circled:before{content:"\\E801"}.tet-icon__alert:before{content:"\\E802"}.tet-icon__bank:before{content:"\\E803"}.tet-icon__box:before{content:"\\E804"}.tet-icon__download:before{content:"\\E805"}.tet-icon__burger:before{content:"\\E806"}.tet-icon__cancel:before{content:"\\E807"}.tet-icon__printer:before{content:"\\E808"}.tet-icon__cart-add:before{content:"\\E809"}.tet-icon__cart-remove:before{content:"\\E80A"}.tet-icon__cart:before{content:"\\E80B"}.tet-icon__chat:before{content:"\\E80C"}.tet-icon__arrow-up:before{content:"\\E80D"}.tet-icon__calendar:before{content:"\\E80E"}.tet-icon__help-circled:before{content:"\\E80F"}.tet-icon__edit:before{content:"\\E810"}.tet-icon__external-link:before{content:"\\E811"}.tet-icon__gift:before{content:"\\E812"}.tet-icon__person:before{content:"\\E813"}.tet-icon__heart:before{content:"\\E814"}.tet-icon__language:before{content:"\\E815"}.tet-icon__help:before{content:"\\E816"}.tet-icon__home-1:before{content:"\\E817"}.tet-icon__location:before{content:"\\E818"}.tet-icon__home-3:before{content:"\\E819"}.tet-icon__chart-even:before{content:"\\E81A"}.tet-icon__info-2:before{content:"\\E81B"}.tet-icon__key:before{content:"\\E81C"}.tet-icon__info:before{content:"\\E81D"}.tet-icon__lock-opened:before{content:"\\E81E"}.tet-icon__lock-outlined:before{content:"\\E81F"}.tet-icon__lock:before{content:"\\E820"}.tet-icon__laptop-filled:before{content:"\\E821"}.tet-icon__mail:before{content:"\\E822"}.tet-icon__options:before{content:"\\E823"}.tet-icon__chart-uneven:before{content:"\\E824"}.tet-icon__mail-2:before{content:"\\E825"}.tet-icon__remove:before{content:"\\E826"}.tet-icon__mobile-filled:before{content:"\\E827"}.tet-icon__ilu-calendar-check:before{content:"\\E828"}.tet-icon__settings-outlined:before{content:"\\E829"}.tet-icon__tablet:before{content:"\\E82A"}.tet-icon__thumb-up:before{content:"\\E82B"}.tet-icon__ilu-purchase:before{content:"\\E82C"}.tet-icon__chart-even-outlined:before{content:"\\E82D"}.tet-icon__movie:before{content:"\\E82E"}.tet-icon__percent:before{content:"\\E82F"}.tet-icon__ilu-change-whenever:before{content:"\\E830"}.tet-icon__truck:before{content:"\\E831"}.tet-icon__zero:before{content:"\\E832"}.tet-icon__attach:before{content:"\\E833"}.tet-icon__cloud-done:before{content:"\\E834"}.tet-icon__cloud-download:before{content:"\\E835"}.tet-icon__cloud-upload:before{content:"\\E836"}.tet-icon__cloud:before{content:"\\E837"}.tet-icon__folder:before{content:"\\E838"}.tet-icon__remote:before{content:"\\E839"}.tet-icon__router:before{content:"\\E83A"}.tet-icon__shield-filled:before{content:"\\E83B"}.tet-icon__shield:before{content:"\\E83C"}.tet-icon__ilu-devices:before{content:"\\E83D"}.tet-icon__ilu-get-points:before{content:"\\E83E"}.tet-icon__tv:before{content:"\\E83F"}.tet-icon__ilu-internet:before{content:"\\E840"}.tet-icon__wifi-outlined:before{content:"\\E841"}.tet-icon__wifi:before{content:"\\E842"}.tet-icon__description-outlined:before{content:"\\E843"}.tet-icon__laptop:before{content:"\\E844"}.tet-icon__chart-uneven-outlined:before{content:"\\E845"}.tet-icon__meter:before{content:"\\E846"}.tet-icon__mobile:before{content:"\\E847"}.tet-icon__phone:before{content:"\\E848"}.tet-icon__plug-filled:before{content:"\\E849"}.tet-icon__plug:before{content:"\\E84A"}.tet-icon__print:before{content:"\\E84B"}.tet-icon__camera:before{content:"\\E84C"}.tet-icon__clock:before{content:"\\E84D"}.tet-icon__placeholder:before{content:"\\E84E"}.tet-icon__tv-filled:before{content:"\\E84F"}.tet-icon__arrow-down:before{content:"\\E850"}.tet-icon__arrow-left:before{content:"\\E851"}.tet-icon__arrow-right:before{content:"\\E852"}.tet-icon__description:before{content:"\\E853"}.tet-icon__login:before{content:"\\E854"}.tet-icon__check:before{content:"\\E855"}.tet-icon__chevron-down:before{content:"\\E856"}.tet-icon__chevron-left:before{content:"\\E857"}.tet-icon__chevron-right:before{content:"\\E858"}.tet-icon__chevron-up:before{content:"\\E859"}.tet-icon__close-circled:before{content:"\\E85A"}.tet-icon__close:before{content:"\\E85B"}.tet-icon__more-horizontal:before{content:"\\E85C"}.tet-icon__more-vertical:before{content:"\\E85D"}.tet-icon__refresh:before{content:"\\E85E"}.tet-icon__facebook:before{content:"\\E85F"}.tet-icon__instagram:before{content:"\\E860"}.tet-icon__linkedin:before{content:"\\E861"}.tet-icon__people:before{content:"\\E862"}.tet-icon__logout:before{content:"\\E863"}.tet-icon__share:before{content:"\\E864"}.tet-icon__twitter:before{content:"\\E865"}.tet-icon__cancel-filled:before{content:"\\E866"}.tet-icon__done:before{content:"\\E867"}.tet-icon__star-filled:before{content:"\\E868"}.tet-icon__star:before{content:"\\E869"}.tet-icon__clipboard:before{content:"\\E86A"}.tet-icon__ilu-calendar:before{content:"\\E86B"}.tet-icon__check-circled:before{content:"\\E86C"}.tet-icon__ilu-choose-channels:before{content:"\\E86D"}.tet-icon__search:before{content:"\\E86E"}.tet-icon__warning:before{content:"\\E86F"}.tet-icon__ilu-clock-1:before{content:"\\E870"}.tet-icon__ilu-fold:before{content:"\\E871"}.tet-icon__ilu-letter:before{content:"\\E872"}.tet-icon__ilu-pay:before{content:"\\E873"}.tet-icon__ilu-meter:before{content:"\\E874"}.tet-icon__ilu-sign:before{content:"\\E875"}.tet-icon__smart-watch-filled:before{content:"\\E876"}.tet-icon__washing-machine-filled:before{content:"\\E877"}.tet-icon__bullet:before{content:"\\E878"}.tet-icon__sound:before{content:"\\E879"}.tet-icon__dropdown:before{content:"\\E87A"}.tet-icon__mask-pass:before{content:"\\E87B"}.tet-icon__select:before{content:"\\E87C"}.tet-icon__text-area-sizing:before{content:"\\E87D"}.tet-icon__unmask-pass:before{content:"\\E87E"}.tet-icon__bullet-small:before{content:"\\E882"}.tet-icon__electric-bolt:before{content:"\\E880"}.tet-icon__sun:before{content:"\\E881"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:"\\e86e"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:"\\e85a"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:"\\e85b"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:"\\e86c"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:"\\e855"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:"\\e859"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:"\\e856"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:"\\e86a"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:"\\e81d"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:"\\e867"}@font-face{font-family:"Gilroy";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}.tet-color__blue,.tet-color__blue--hover:hover,.tet-color__blue--focus:focus{color:var(--tc-blue-40)}.tet-color__blue--border,.tet-color__blue--border-hover:hover,.tet-color__blue--border-focus:focus{border-color:var(--tc-blue-40)}.tet-color__blue--background,.tet-color__blue--background-hover:hover,.tet-color__blue--background-focus:focus{background-color:var(--tc-blue-40)}.tet-color__blue80,.tet-color__blue80--hover:hover,.tet-color__blue80--focus:focus{color:var(--tc-blue-80)}.tet-color__blue80--border,.tet-color__blue80--border-hover:hover,.tet-color__blue80--border-focus:focus{border-color:var(--tc-blue-80)}.tet-color__blue80--background,.tet-color__blue80--background-hover:hover,.tet-color__blue80--background-focus:focus{background-color:var(--tc-blue-80)}.tet-color__blue70,.tet-color__blue70--hover:hover,.tet-color__blue70--focus:focus{color:var(--tc-blue-70)}.tet-color__blue70--border,.tet-color__blue70--border-hover:hover,.tet-color__blue70--border-focus:focus{border-color:var(--tc-blue-70)}.tet-color__blue70--background,.tet-color__blue70--background-hover:hover,.tet-color__blue70--background-focus:focus{background-color:var(--tc-blue-70)}.tet-color__blue60,.tet-color__blue60--hover:hover,.tet-color__blue60--focus:focus{color:var(--tc-blue-60)}.tet-color__blue60--border,.tet-color__blue60--border-hover:hover,.tet-color__blue60--border-focus:focus{border-color:var(--tc-blue-60)}.tet-color__blue60--background,.tet-color__blue60--background-hover:hover,.tet-color__blue60--background-focus:focus{background-color:var(--tc-blue-60)}.tet-color__blue50,.tet-color__blue50--hover:hover,.tet-color__blue50--focus:focus{color:var(--tc-blue-50)}.tet-color__blue50--border,.tet-color__blue50--border-hover:hover,.tet-color__blue50--border-focus:focus{border-color:var(--tc-blue-50)}.tet-color__blue50--background,.tet-color__blue50--background-hover:hover,.tet-color__blue50--background-focus:focus{background-color:var(--tc-blue-50)}.tet-color__blue40,.tet-color__blue40--hover:hover,.tet-color__blue40--focus:focus{color:var(--tc-blue-40)}.tet-color__blue40--border,.tet-color__blue40--border-hover:hover,.tet-color__blue40--border-focus:focus{border-color:var(--tc-blue-40)}.tet-color__blue40--background,.tet-color__blue40--background-hover:hover,.tet-color__blue40--background-focus:focus{background-color:var(--tc-blue-40)}.tet-color__blue30,.tet-color__blue30--hover:hover,.tet-color__blue30--focus:focus{color:var(--tc-blue-30)}.tet-color__blue30--border,.tet-color__blue30--border-hover:hover,.tet-color__blue30--border-focus:focus{border-color:var(--tc-blue-30)}.tet-color__blue30--background,.tet-color__blue30--background-hover:hover,.tet-color__blue30--background-focus:focus{background-color:var(--tc-blue-30)}.tet-color__blue20,.tet-color__blue20--hover:hover,.tet-color__blue20--focus:focus{color:var(--tc-blue-20)}.tet-color__blue20--border,.tet-color__blue20--border-hover:hover,.tet-color__blue20--border-focus:focus{border-color:var(--tc-blue-20)}.tet-color__blue20--background,.tet-color__blue20--background-hover:hover,.tet-color__blue20--background-focus:focus{background-color:var(--tc-blue-20)}.tet-color__blue10,.tet-color__blue10--hover:hover,.tet-color__blue10--focus:focus{color:var(--tc-blue-10)}.tet-color__blue10--border,.tet-color__blue10--border-hover:hover,.tet-color__blue10--border-focus:focus{border-color:var(--tc-blue-10)}.tet-color__blue10--background,.tet-color__blue10--background-hover:hover,.tet-color__blue10--background-focus:focus{background-color:var(--tc-blue-10)}.tet-color__blue00,.tet-color__blue00--hover:hover,.tet-color__blue00--focus:focus{color:var(--tc-blue-00)}.tet-color__blue00--border,.tet-color__blue00--border-hover:hover,.tet-color__blue00--border-focus:focus{border-color:var(--tc-blue-00)}.tet-color__blue00--background,.tet-color__blue00--background-hover:hover,.tet-color__blue00--background-focus:focus{background-color:var(--tc-blue-00)}.tet-color__blue80dark,.tet-color__blue80dark--hover:hover,.tet-color__blue80dark--focus:focus{color:var(--tc-blue-80)}.tet-color__blue80dark--border,.tet-color__blue80dark--border-hover:hover,.tet-color__blue80dark--border-focus:focus{border-color:var(--tc-blue-80)}.tet-color__blue80dark--background,.tet-color__blue80dark--background-hover:hover,.tet-color__blue80dark--background-focus:focus{background-color:var(--tc-blue-80)}.tet-color__blue70dark,.tet-color__blue70dark--hover:hover,.tet-color__blue70dark--focus:focus{color:var(--tc-blue-70)}.tet-color__blue70dark--border,.tet-color__blue70dark--border-hover:hover,.tet-color__blue70dark--border-focus:focus{border-color:var(--tc-blue-70)}.tet-color__blue70dark--background,.tet-color__blue70dark--background-hover:hover,.tet-color__blue70dark--background-focus:focus{background-color:var(--tc-blue-70)}.tet-color__blue60dark,.tet-color__blue60dark--hover:hover,.tet-color__blue60dark--focus:focus{color:var(--tc-blue-60)}.tet-color__blue60dark--border,.tet-color__blue60dark--border-hover:hover,.tet-color__blue60dark--border-focus:focus{border-color:var(--tc-blue-60)}.tet-color__blue60dark--background,.tet-color__blue60dark--background-hover:hover,.tet-color__blue60dark--background-focus:focus{background-color:var(--tc-blue-60)}.tet-color__blue50dark,.tet-color__blue50dark--hover:hover,.tet-color__blue50dark--focus:focus{color:var(--tc-blue-50)}.tet-color__blue50dark--border,.tet-color__blue50dark--border-hover:hover,.tet-color__blue50dark--border-focus:focus{border-color:var(--tc-blue-50)}.tet-color__blue50dark--background,.tet-color__blue50dark--background-hover:hover,.tet-color__blue50dark--background-focus:focus{background-color:var(--tc-blue-50)}.tet-color__blue40dark,.tet-color__blue40dark--hover:hover,.tet-color__blue40dark--focus:focus{color:var(--tc-blue-40)}.tet-color__blue40dark--border,.tet-color__blue40dark--border-hover:hover,.tet-color__blue40dark--border-focus:focus{border-color:var(--tc-blue-40)}.tet-color__blue40dark--background,.tet-color__blue40dark--background-hover:hover,.tet-color__blue40dark--background-focus:focus{background-color:var(--tc-blue-40)}.tet-color__blue10dark,.tet-color__blue10dark--hover:hover,.tet-color__blue10dark--focus:focus{color:var(--tc-blue-10)}.tet-color__blue10dark--border,.tet-color__blue10dark--border-hover:hover,.tet-color__blue10dark--border-focus:focus{border-color:var(--tc-blue-10)}.tet-color__blue10dark--background,.tet-color__blue10dark--background-hover:hover,.tet-color__blue10dark--background-focus:focus{background-color:var(--tc-blue-10)}.tet-color__green,.tet-color__green--hover:hover,.tet-color__green--focus:focus{color:var(--tc-green-40)}.tet-color__green--border,.tet-color__green--border-hover:hover,.tet-color__green--border-focus:focus{border-color:var(--tc-green-40)}.tet-color__green--background,.tet-color__green--background-hover:hover,.tet-color__green--background-focus:focus{background-color:var(--tc-green-40)}.tet-color__green80,.tet-color__green80--hover:hover,.tet-color__green80--focus:focus{color:var(--tc-green-80)}.tet-color__green80--border,.tet-color__green80--border-hover:hover,.tet-color__green80--border-focus:focus{border-color:var(--tc-green-80)}.tet-color__green80--background,.tet-color__green80--background-hover:hover,.tet-color__green80--background-focus:focus{background-color:var(--tc-green-80)}.tet-color__green70,.tet-color__green70--hover:hover,.tet-color__green70--focus:focus{color:var(--tc-green-70)}.tet-color__green70--border,.tet-color__green70--border-hover:hover,.tet-color__green70--border-focus:focus{border-color:var(--tc-green-70)}.tet-color__green70--background,.tet-color__green70--background-hover:hover,.tet-color__green70--background-focus:focus{background-color:var(--tc-green-70)}.tet-color__green60,.tet-color__green60--hover:hover,.tet-color__green60--focus:focus{color:var(--tc-green-60)}.tet-color__green60--border,.tet-color__green60--border-hover:hover,.tet-color__green60--border-focus:focus{border-color:var(--tc-green-60)}.tet-color__green60--background,.tet-color__green60--background-hover:hover,.tet-color__green60--background-focus:focus{background-color:var(--tc-green-60)}.tet-color__green50,.tet-color__green50--hover:hover,.tet-color__green50--focus:focus{color:var(--tc-green-50)}.tet-color__green50--border,.tet-color__green50--border-hover:hover,.tet-color__green50--border-focus:focus{border-color:var(--tc-green-50)}.tet-color__green50--background,.tet-color__green50--background-hover:hover,.tet-color__green50--background-focus:focus{background-color:var(--tc-green-50)}.tet-color__green40,.tet-color__green40--hover:hover,.tet-color__green40--focus:focus{color:var(--tc-green-40)}.tet-color__green40--border,.tet-color__green40--border-hover:hover,.tet-color__green40--border-focus:focus{border-color:var(--tc-green-40)}.tet-color__green40--background,.tet-color__green40--background-hover:hover,.tet-color__green40--background-focus:focus{background-color:var(--tc-green-40)}.tet-color__green30,.tet-color__green30--hover:hover,.tet-color__green30--focus:focus{color:var(--tc-green-30)}.tet-color__green30--border,.tet-color__green30--border-hover:hover,.tet-color__green30--border-focus:focus{border-color:var(--tc-green-30)}.tet-color__green30--background,.tet-color__green30--background-hover:hover,.tet-color__green30--background-focus:focus{background-color:var(--tc-green-30)}.tet-color__green20,.tet-color__green20--hover:hover,.tet-color__green20--focus:focus{color:var(--tc-green-20)}.tet-color__green20--border,.tet-color__green20--border-hover:hover,.tet-color__green20--border-focus:focus{border-color:var(--tc-green-20)}.tet-color__green20--background,.tet-color__green20--background-hover:hover,.tet-color__green20--background-focus:focus{background-color:var(--tc-green-20)}.tet-color__green10,.tet-color__green10--hover:hover,.tet-color__green10--focus:focus{color:var(--tc-green-10)}.tet-color__green10--border,.tet-color__green10--border-hover:hover,.tet-color__green10--border-focus:focus{border-color:var(--tc-green-10)}.tet-color__green10--background,.tet-color__green10--background-hover:hover,.tet-color__green10--background-focus:focus{background-color:var(--tc-green-10)}.tet-color__green00,.tet-color__green00--hover:hover,.tet-color__green00--focus:focus{color:var(--tc-green-00)}.tet-color__green00--border,.tet-color__green00--border-hover:hover,.tet-color__green00--border-focus:focus{border-color:var(--tc-green-00)}.tet-color__green00--background,.tet-color__green00--background-hover:hover,.tet-color__green00--background-focus:focus{background-color:var(--tc-green-00)}.tet-color__green80dark,.tet-color__green80dark--hover:hover,.tet-color__green80dark--focus:focus{color:var(--tc-green-80)}.tet-color__green80dark--border,.tet-color__green80dark--border-hover:hover,.tet-color__green80dark--border-focus:focus{border-color:var(--tc-green-80)}.tet-color__green80dark--background,.tet-color__green80dark--background-hover:hover,.tet-color__green80dark--background-focus:focus{background-color:var(--tc-green-80)}.tet-color__green70dark,.tet-color__green70dark--hover:hover,.tet-color__green70dark--focus:focus{color:var(--tc-green-70)}.tet-color__green70dark--border,.tet-color__green70dark--border-hover:hover,.tet-color__green70dark--border-focus:focus{border-color:var(--tc-green-70)}.tet-color__green70dark--background,.tet-color__green70dark--background-hover:hover,.tet-color__green70dark--background-focus:focus{background-color:var(--tc-green-70)}.tet-color__green60dark,.tet-color__green60dark--hover:hover,.tet-color__green60dark--focus:focus{color:var(--tc-green-60)}.tet-color__green60dark--border,.tet-color__green60dark--border-hover:hover,.tet-color__green60dark--border-focus:focus{border-color:var(--tc-green-60)}.tet-color__green60dark--background,.tet-color__green60dark--background-hover:hover,.tet-color__green60dark--background-focus:focus{background-color:var(--tc-green-60)}.tet-color__green50dark,.tet-color__green50dark--hover:hover,.tet-color__green50dark--focus:focus{color:var(--tc-green-50)}.tet-color__green50dark--border,.tet-color__green50dark--border-hover:hover,.tet-color__green50dark--border-focus:focus{border-color:var(--tc-green-50)}.tet-color__green50dark--background,.tet-color__green50dark--background-hover:hover,.tet-color__green50dark--background-focus:focus{background-color:var(--tc-green-50)}.tet-color__green40dark,.tet-color__green40dark--hover:hover,.tet-color__green40dark--focus:focus{color:var(--tc-green-40)}.tet-color__green40dark--border,.tet-color__green40dark--border-hover:hover,.tet-color__green40dark--border-focus:focus{border-color:var(--tc-green-40)}.tet-color__green40dark--background,.tet-color__green40dark--background-hover:hover,.tet-color__green40dark--background-focus:focus{background-color:var(--tc-green-40)}.tet-color__green10dark,.tet-color__green10dark--hover:hover,.tet-color__green10dark--focus:focus{color:var(--tc-green-10)}.tet-color__green10dark--border,.tet-color__green10dark--border-hover:hover,.tet-color__green10dark--border-focus:focus{border-color:var(--tc-green-10)}.tet-color__green10dark--background,.tet-color__green10dark--background-hover:hover,.tet-color__green10dark--background-focus:focus{background-color:var(--tc-green-10)}.tet-color__yellow,.tet-color__yellow--hover:hover,.tet-color__yellow--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow--border,.tet-color__yellow--border-hover:hover,.tet-color__yellow--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow--background,.tet-color__yellow--background-hover:hover,.tet-color__yellow--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow80,.tet-color__yellow80--hover:hover,.tet-color__yellow80--focus:focus{color:var(--tc-yellow-80)}.tet-color__yellow80--border,.tet-color__yellow80--border-hover:hover,.tet-color__yellow80--border-focus:focus{border-color:var(--tc-yellow-80)}.tet-color__yellow80--background,.tet-color__yellow80--background-hover:hover,.tet-color__yellow80--background-focus:focus{background-color:var(--tc-yellow-80)}.tet-color__yellow70,.tet-color__yellow70--hover:hover,.tet-color__yellow70--focus:focus{color:var(--tc-yellow-70)}.tet-color__yellow70--border,.tet-color__yellow70--border-hover:hover,.tet-color__yellow70--border-focus:focus{border-color:var(--tc-yellow-70)}.tet-color__yellow70--background,.tet-color__yellow70--background-hover:hover,.tet-color__yellow70--background-focus:focus{background-color:var(--tc-yellow-70)}.tet-color__yellow60,.tet-color__yellow60--hover:hover,.tet-color__yellow60--focus:focus{color:var(--tc-yellow-60)}.tet-color__yellow60--border,.tet-color__yellow60--border-hover:hover,.tet-color__yellow60--border-focus:focus{border-color:var(--tc-yellow-60)}.tet-color__yellow60--background,.tet-color__yellow60--background-hover:hover,.tet-color__yellow60--background-focus:focus{background-color:var(--tc-yellow-60)}.tet-color__yellow50,.tet-color__yellow50--hover:hover,.tet-color__yellow50--focus:focus{color:var(--tc-yellow-50)}.tet-color__yellow50--border,.tet-color__yellow50--border-hover:hover,.tet-color__yellow50--border-focus:focus{border-color:var(--tc-yellow-50)}.tet-color__yellow50--background,.tet-color__yellow50--background-hover:hover,.tet-color__yellow50--background-focus:focus{background-color:var(--tc-yellow-50)}.tet-color__yellow40,.tet-color__yellow40--hover:hover,.tet-color__yellow40--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow40--border,.tet-color__yellow40--border-hover:hover,.tet-color__yellow40--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow40--background,.tet-color__yellow40--background-hover:hover,.tet-color__yellow40--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow30,.tet-color__yellow30--hover:hover,.tet-color__yellow30--focus:focus{color:var(--tc-yellow-30)}.tet-color__yellow30--border,.tet-color__yellow30--border-hover:hover,.tet-color__yellow30--border-focus:focus{border-color:var(--tc-yellow-30)}.tet-color__yellow30--background,.tet-color__yellow30--background-hover:hover,.tet-color__yellow30--background-focus:focus{background-color:var(--tc-yellow-30)}.tet-color__yellow20,.tet-color__yellow20--hover:hover,.tet-color__yellow20--focus:focus{color:var(--tc-yellow-20)}.tet-color__yellow20--border,.tet-color__yellow20--border-hover:hover,.tet-color__yellow20--border-focus:focus{border-color:var(--tc-yellow-20)}.tet-color__yellow20--background,.tet-color__yellow20--background-hover:hover,.tet-color__yellow20--background-focus:focus{background-color:var(--tc-yellow-20)}.tet-color__yellow10,.tet-color__yellow10--hover:hover,.tet-color__yellow10--focus:focus{color:var(--tc-yellow-10)}.tet-color__yellow10--border,.tet-color__yellow10--border-hover:hover,.tet-color__yellow10--border-focus:focus{border-color:var(--tc-yellow-10)}.tet-color__yellow10--background,.tet-color__yellow10--background-hover:hover,.tet-color__yellow10--background-focus:focus{background-color:var(--tc-yellow-10)}.tet-color__yellow00,.tet-color__yellow00--hover:hover,.tet-color__yellow00--focus:focus{color:var(--tc-yellow-00)}.tet-color__yellow00--border,.tet-color__yellow00--border-hover:hover,.tet-color__yellow00--border-focus:focus{border-color:var(--tc-yellow-00)}.tet-color__yellow00--background,.tet-color__yellow00--background-hover:hover,.tet-color__yellow00--background-focus:focus{background-color:var(--tc-yellow-00)}.tet-color__yellow80dark,.tet-color__yellow80dark--hover:hover,.tet-color__yellow80dark--focus:focus{color:var(--tc-yellow-80)}.tet-color__yellow80dark--border,.tet-color__yellow80dark--border-hover:hover,.tet-color__yellow80dark--border-focus:focus{border-color:var(--tc-yellow-80)}.tet-color__yellow80dark--background,.tet-color__yellow80dark--background-hover:hover,.tet-color__yellow80dark--background-focus:focus{background-color:var(--tc-yellow-80)}.tet-color__yellow70dark,.tet-color__yellow70dark--hover:hover,.tet-color__yellow70dark--focus:focus{color:var(--tc-yellow-70)}.tet-color__yellow70dark--border,.tet-color__yellow70dark--border-hover:hover,.tet-color__yellow70dark--border-focus:focus{border-color:var(--tc-yellow-70)}.tet-color__yellow70dark--background,.tet-color__yellow70dark--background-hover:hover,.tet-color__yellow70dark--background-focus:focus{background-color:var(--tc-yellow-70)}.tet-color__yellow60dark,.tet-color__yellow60dark--hover:hover,.tet-color__yellow60dark--focus:focus{color:var(--tc-yellow-60)}.tet-color__yellow60dark--border,.tet-color__yellow60dark--border-hover:hover,.tet-color__yellow60dark--border-focus:focus{border-color:var(--tc-yellow-60)}.tet-color__yellow60dark--background,.tet-color__yellow60dark--background-hover:hover,.tet-color__yellow60dark--background-focus:focus{background-color:var(--tc-yellow-60)}.tet-color__yellow55dark,.tet-color__yellow55dark--hover:hover,.tet-color__yellow55dark--focus:focus{color:var(--tc-yellow-50)}.tet-color__yellow55dark--border,.tet-color__yellow55dark--border-hover:hover,.tet-color__yellow55dark--border-focus:focus{border-color:var(--tc-yellow-50)}.tet-color__yellow55dark--background,.tet-color__yellow55dark--background-hover:hover,.tet-color__yellow55dark--background-focus:focus{background-color:var(--tc-yellow-50)}.tet-color__yellow50dark,.tet-color__yellow50dark--hover:hover,.tet-color__yellow50dark--focus:focus{color:var(--tc-yellow-50)}.tet-color__yellow50dark--border,.tet-color__yellow50dark--border-hover:hover,.tet-color__yellow50dark--border-focus:focus{border-color:var(--tc-yellow-50)}.tet-color__yellow50dark--background,.tet-color__yellow50dark--background-hover:hover,.tet-color__yellow50dark--background-focus:focus{background-color:var(--tc-yellow-50)}.tet-color__yellow45dark,.tet-color__yellow45dark--hover:hover,.tet-color__yellow45dark--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow45dark--border,.tet-color__yellow45dark--border-hover:hover,.tet-color__yellow45dark--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow45dark--background,.tet-color__yellow45dark--background-hover:hover,.tet-color__yellow45dark--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow40dark,.tet-color__yellow40dark--hover:hover,.tet-color__yellow40dark--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow40dark--border,.tet-color__yellow40dark--border-hover:hover,.tet-color__yellow40dark--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow40dark--background,.tet-color__yellow40dark--background-hover:hover,.tet-color__yellow40dark--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow10dark,.tet-color__yellow10dark--hover:hover,.tet-color__yellow10dark--focus:focus{color:var(--tc-yellow-10)}.tet-color__yellow10dark--border,.tet-color__yellow10dark--border-hover:hover,.tet-color__yellow10dark--border-focus:focus{border-color:var(--tc-yellow-10)}.tet-color__yellow10dark--background,.tet-color__yellow10dark--background-hover:hover,.tet-color__yellow10dark--background-focus:focus{background-color:var(--tc-yellow-10)}.tet-color__red,.tet-color__red--hover:hover,.tet-color__red--focus:focus{color:var(--tc-red-40)}.tet-color__red--border,.tet-color__red--border-hover:hover,.tet-color__red--border-focus:focus{border-color:var(--tc-red-40)}.tet-color__red--background,.tet-color__red--background-hover:hover,.tet-color__red--background-focus:focus{background-color:var(--tc-red-40)}.tet-color__red80,.tet-color__red80--hover:hover,.tet-color__red80--focus:focus{color:var(--tc-red-80)}.tet-color__red80--border,.tet-color__red80--border-hover:hover,.tet-color__red80--border-focus:focus{border-color:var(--tc-red-80)}.tet-color__red80--background,.tet-color__red80--background-hover:hover,.tet-color__red80--background-focus:focus{background-color:var(--tc-red-80)}.tet-color__red70,.tet-color__red70--hover:hover,.tet-color__red70--focus:focus{color:var(--tc-red-70)}.tet-color__red70--border,.tet-color__red70--border-hover:hover,.tet-color__red70--border-focus:focus{border-color:var(--tc-red-70)}.tet-color__red70--background,.tet-color__red70--background-hover:hover,.tet-color__red70--background-focus:focus{background-color:var(--tc-red-70)}.tet-color__red60,.tet-color__red60--hover:hover,.tet-color__red60--focus:focus{color:var(--tc-red-60)}.tet-color__red60--border,.tet-color__red60--border-hover:hover,.tet-color__red60--border-focus:focus{border-color:var(--tc-red-60)}.tet-color__red60--background,.tet-color__red60--background-hover:hover,.tet-color__red60--background-focus:focus{background-color:var(--tc-red-60)}.tet-color__red50,.tet-color__red50--hover:hover,.tet-color__red50--focus:focus{color:var(--tc-red-50)}.tet-color__red50--border,.tet-color__red50--border-hover:hover,.tet-color__red50--border-focus:focus{border-color:var(--tc-red-50)}.tet-color__red50--background,.tet-color__red50--background-hover:hover,.tet-color__red50--background-focus:focus{background-color:var(--tc-red-50)}.tet-color__red40,.tet-color__red40--hover:hover,.tet-color__red40--focus:focus{color:var(--tc-red-40)}.tet-color__red40--border,.tet-color__red40--border-hover:hover,.tet-color__red40--border-focus:focus{border-color:var(--tc-red-40)}.tet-color__red40--background,.tet-color__red40--background-hover:hover,.tet-color__red40--background-focus:focus{background-color:var(--tc-red-40)}.tet-color__red30,.tet-color__red30--hover:hover,.tet-color__red30--focus:focus{color:var(--tc-red-30)}.tet-color__red30--border,.tet-color__red30--border-hover:hover,.tet-color__red30--border-focus:focus{border-color:var(--tc-red-30)}.tet-color__red30--background,.tet-color__red30--background-hover:hover,.tet-color__red30--background-focus:focus{background-color:var(--tc-red-30)}.tet-color__red20,.tet-color__red20--hover:hover,.tet-color__red20--focus:focus{color:var(--tc-red-20)}.tet-color__red20--border,.tet-color__red20--border-hover:hover,.tet-color__red20--border-focus:focus{border-color:var(--tc-red-20)}.tet-color__red20--background,.tet-color__red20--background-hover:hover,.tet-color__red20--background-focus:focus{background-color:var(--tc-red-20)}.tet-color__red10,.tet-color__red10--hover:hover,.tet-color__red10--focus:focus{color:var(--tc-red-10)}.tet-color__red10--border,.tet-color__red10--border-hover:hover,.tet-color__red10--border-focus:focus{border-color:var(--tc-red-10)}.tet-color__red10--background,.tet-color__red10--background-hover:hover,.tet-color__red10--background-focus:focus{background-color:var(--tc-red-10)}.tet-color__red00,.tet-color__red00--hover:hover,.tet-color__red00--focus:focus{color:var(--tc-red-00)}.tet-color__red00--border,.tet-color__red00--border-hover:hover,.tet-color__red00--border-focus:focus{border-color:var(--tc-red-00)}.tet-color__red00--background,.tet-color__red00--background-hover:hover,.tet-color__red00--background-focus:focus{background-color:var(--tc-red-00)}.tet-color__red80dark,.tet-color__red80dark--hover:hover,.tet-color__red80dark--focus:focus{color:var(--tc-red-80)}.tet-color__red80dark--border,.tet-color__red80dark--border-hover:hover,.tet-color__red80dark--border-focus:focus{border-color:var(--tc-red-80)}.tet-color__red80dark--background,.tet-color__red80dark--background-hover:hover,.tet-color__red80dark--background-focus:focus{background-color:var(--tc-red-80)}.tet-color__red70dark,.tet-color__red70dark--hover:hover,.tet-color__red70dark--focus:focus{color:var(--tc-red-70)}.tet-color__red70dark--border,.tet-color__red70dark--border-hover:hover,.tet-color__red70dark--border-focus:focus{border-color:var(--tc-red-70)}.tet-color__red70dark--background,.tet-color__red70dark--background-hover:hover,.tet-color__red70dark--background-focus:focus{background-color:var(--tc-red-70)}.tet-color__red65dark,.tet-color__red65dark--hover:hover,.tet-color__red65dark--focus:focus{color:var(--tc-red-60)}.tet-color__red65dark--border,.tet-color__red65dark--border-hover:hover,.tet-color__red65dark--border-focus:focus{border-color:var(--tc-red-60)}.tet-color__red65dark--background,.tet-color__red65dark--background-hover:hover,.tet-color__red65dark--background-focus:focus{background-color:var(--tc-red-60)}.tet-color__red60dark,.tet-color__red60dark--hover:hover,.tet-color__red60dark--focus:focus{color:var(--tc-red-60)}.tet-color__red60dark--border,.tet-color__red60dark--border-hover:hover,.tet-color__red60dark--border-focus:focus{border-color:var(--tc-red-60)}.tet-color__red60dark--background,.tet-color__red60dark--background-hover:hover,.tet-color__red60dark--background-focus:focus{background-color:var(--tc-red-60)}.tet-color__red55dark,.tet-color__red55dark--hover:hover,.tet-color__red55dark--focus:focus{color:var(--tc-red-50)}.tet-color__red55dark--border,.tet-color__red55dark--border-hover:hover,.tet-color__red55dark--border-focus:focus{border-color:var(--tc-red-50)}.tet-color__red55dark--background,.tet-color__red55dark--background-hover:hover,.tet-color__red55dark--background-focus:focus{background-color:var(--tc-red-50)}.tet-color__red50dark,.tet-color__red50dark--hover:hover,.tet-color__red50dark--focus:focus{color:var(--tc-red-50)}.tet-color__red50dark--border,.tet-color__red50dark--border-hover:hover,.tet-color__red50dark--border-focus:focus{border-color:var(--tc-red-50)}.tet-color__red50dark--background,.tet-color__red50dark--background-hover:hover,.tet-color__red50dark--background-focus:focus{background-color:var(--tc-red-50)}.tet-color__red40dark,.tet-color__red40dark--hover:hover,.tet-color__red40dark--focus:focus{color:var(--tc-red-40)}.tet-color__red40dark--border,.tet-color__red40dark--border-hover:hover,.tet-color__red40dark--border-focus:focus{border-color:var(--tc-red-40)}.tet-color__red40dark--background,.tet-color__red40dark--background-hover:hover,.tet-color__red40dark--background-focus:focus{background-color:var(--tc-red-40)}.tet-color__red10dark,.tet-color__red10dark--hover:hover,.tet-color__red10dark--focus:focus{color:var(--tc-red-10)}.tet-color__red10dark--border,.tet-color__red10dark--border-hover:hover,.tet-color__red10dark--border-focus:focus{border-color:var(--tc-red-10)}.tet-color__red10dark--background,.tet-color__red10dark--background-hover:hover,.tet-color__red10dark--background-focus:focus{background-color:var(--tc-red-10)}.tet-color__violet,.tet-color__violet--hover:hover,.tet-color__violet--focus:focus{color:var(--tc-violet-40)}.tet-color__violet--border,.tet-color__violet--border-hover:hover,.tet-color__violet--border-focus:focus{border-color:var(--tc-violet-40)}.tet-color__violet--background,.tet-color__violet--background-hover:hover,.tet-color__violet--background-focus:focus{background-color:var(--tc-violet-40)}.tet-color__violet80,.tet-color__violet80--hover:hover,.tet-color__violet80--focus:focus{color:var(--tc-violet-80)}.tet-color__violet80--border,.tet-color__violet80--border-hover:hover,.tet-color__violet80--border-focus:focus{border-color:var(--tc-violet-80)}.tet-color__violet80--background,.tet-color__violet80--background-hover:hover,.tet-color__violet80--background-focus:focus{background-color:var(--tc-violet-80)}.tet-color__violet70,.tet-color__violet70--hover:hover,.tet-color__violet70--focus:focus{color:var(--tc-violet-70)}.tet-color__violet70--border,.tet-color__violet70--border-hover:hover,.tet-color__violet70--border-focus:focus{border-color:var(--tc-violet-70)}.tet-color__violet70--background,.tet-color__violet70--background-hover:hover,.tet-color__violet70--background-focus:focus{background-color:var(--tc-violet-70)}.tet-color__violet60,.tet-color__violet60--hover:hover,.tet-color__violet60--focus:focus{color:var(--tc-violet-60)}.tet-color__violet60--border,.tet-color__violet60--border-hover:hover,.tet-color__violet60--border-focus:focus{border-color:var(--tc-violet-60)}.tet-color__violet60--background,.tet-color__violet60--background-hover:hover,.tet-color__violet60--background-focus:focus{background-color:var(--tc-violet-60)}.tet-color__violet50,.tet-color__violet50--hover:hover,.tet-color__violet50--focus:focus{color:var(--tc-violet-50)}.tet-color__violet50--border,.tet-color__violet50--border-hover:hover,.tet-color__violet50--border-focus:focus{border-color:var(--tc-violet-50)}.tet-color__violet50--background,.tet-color__violet50--background-hover:hover,.tet-color__violet50--background-focus:focus{background-color:var(--tc-violet-50)}.tet-color__violet40,.tet-color__violet40--hover:hover,.tet-color__violet40--focus:focus{color:var(--tc-violet-40)}.tet-color__violet40--border,.tet-color__violet40--border-hover:hover,.tet-color__violet40--border-focus:focus{border-color:var(--tc-violet-40)}.tet-color__violet40--background,.tet-color__violet40--background-hover:hover,.tet-color__violet40--background-focus:focus{background-color:var(--tc-violet-40)}.tet-color__violet30,.tet-color__violet30--hover:hover,.tet-color__violet30--focus:focus{color:var(--tc-violet-30)}.tet-color__violet30--border,.tet-color__violet30--border-hover:hover,.tet-color__violet30--border-focus:focus{border-color:var(--tc-violet-30)}.tet-color__violet30--background,.tet-color__violet30--background-hover:hover,.tet-color__violet30--background-focus:focus{background-color:var(--tc-violet-30)}.tet-color__violet20,.tet-color__violet20--hover:hover,.tet-color__violet20--focus:focus{color:var(--tc-violet-20)}.tet-color__violet20--border,.tet-color__violet20--border-hover:hover,.tet-color__violet20--border-focus:focus{border-color:var(--tc-violet-20)}.tet-color__violet20--background,.tet-color__violet20--background-hover:hover,.tet-color__violet20--background-focus:focus{background-color:var(--tc-violet-20)}.tet-color__violet10,.tet-color__violet10--hover:hover,.tet-color__violet10--focus:focus{color:var(--tc-violet-10)}.tet-color__violet10--border,.tet-color__violet10--border-hover:hover,.tet-color__violet10--border-focus:focus{border-color:var(--tc-violet-10)}.tet-color__violet10--background,.tet-color__violet10--background-hover:hover,.tet-color__violet10--background-focus:focus{background-color:var(--tc-violet-10)}.tet-color__violet00,.tet-color__violet00--hover:hover,.tet-color__violet00--focus:focus{color:var(--tc-violet-00)}.tet-color__violet00--border,.tet-color__violet00--border-hover:hover,.tet-color__violet00--border-focus:focus{border-color:var(--tc-violet-00)}.tet-color__violet00--background,.tet-color__violet00--background-hover:hover,.tet-color__violet00--background-focus:focus{background-color:var(--tc-violet-00)}.tet-color__grey110,.tet-color__grey110--hover:hover,.tet-color__grey110--focus:focus{color:var(--tc-grey-110)}.tet-color__grey110--border,.tet-color__grey110--border-hover:hover,.tet-color__grey110--border-focus:focus{border-color:var(--tc-grey-110)}.tet-color__grey110--background,.tet-color__grey110--background-hover:hover,.tet-color__grey110--background-focus:focus{background-color:var(--tc-grey-110)}.tet-color__grey100,.tet-color__grey100--hover:hover,.tet-color__grey100--focus:focus{color:var(--tc-grey-100)}.tet-color__grey100--border,.tet-color__grey100--border-hover:hover,.tet-color__grey100--border-focus:focus{border-color:var(--tc-grey-100)}.tet-color__grey100--background,.tet-color__grey100--background-hover:hover,.tet-color__grey100--background-focus:focus{background-color:var(--tc-grey-100)}.tet-color__grey90,.tet-color__grey90--hover:hover,.tet-color__grey90--focus:focus{color:var(--tc-grey-90)}.tet-color__grey90--border,.tet-color__grey90--border-hover:hover,.tet-color__grey90--border-focus:focus{border-color:var(--tc-grey-90)}.tet-color__grey90--background,.tet-color__grey90--background-hover:hover,.tet-color__grey90--background-focus:focus{background-color:var(--tc-grey-90)}.tet-color__grey80,.tet-color__grey80--hover:hover,.tet-color__grey80--focus:focus{color:var(--tc-grey-80)}.tet-color__grey80--border,.tet-color__grey80--border-hover:hover,.tet-color__grey80--border-focus:focus{border-color:var(--tc-grey-80)}.tet-color__grey80--background,.tet-color__grey80--background-hover:hover,.tet-color__grey80--background-focus:focus{background-color:var(--tc-grey-80)}.tet-color__grey70,.tet-color__grey70--hover:hover,.tet-color__grey70--focus:focus{color:var(--tc-grey-70)}.tet-color__grey70--border,.tet-color__grey70--border-hover:hover,.tet-color__grey70--border-focus:focus{border-color:var(--tc-grey-70)}.tet-color__grey70--background,.tet-color__grey70--background-hover:hover,.tet-color__grey70--background-focus:focus{background-color:var(--tc-grey-70)}.tet-color__grey60,.tet-color__grey60--hover:hover,.tet-color__grey60--focus:focus{color:var(--tc-grey-60)}.tet-color__grey60--border,.tet-color__grey60--border-hover:hover,.tet-color__grey60--border-focus:focus{border-color:var(--tc-grey-60)}.tet-color__grey60--background,.tet-color__grey60--background-hover:hover,.tet-color__grey60--background-focus:focus{background-color:var(--tc-grey-60)}.tet-color__grey50,.tet-color__grey50--hover:hover,.tet-color__grey50--focus:focus{color:var(--tc-grey-50)}.tet-color__grey50--border,.tet-color__grey50--border-hover:hover,.tet-color__grey50--border-focus:focus{border-color:var(--tc-grey-50)}.tet-color__grey50--background,.tet-color__grey50--background-hover:hover,.tet-color__grey50--background-focus:focus{background-color:var(--tc-grey-50)}.tet-color__grey40,.tet-color__grey40--hover:hover,.tet-color__grey40--focus:focus{color:var(--tc-grey-40)}.tet-color__grey40--border,.tet-color__grey40--border-hover:hover,.tet-color__grey40--border-focus:focus{border-color:var(--tc-grey-40)}.tet-color__grey40--background,.tet-color__grey40--background-hover:hover,.tet-color__grey40--background-focus:focus{background-color:var(--tc-grey-40)}.tet-color__grey30,.tet-color__grey30--hover:hover,.tet-color__grey30--focus:focus{color:var(--tc-grey-30)}.tet-color__grey30--border,.tet-color__grey30--border-hover:hover,.tet-color__grey30--border-focus:focus{border-color:var(--tc-grey-30)}.tet-color__grey30--background,.tet-color__grey30--background-hover:hover,.tet-color__grey30--background-focus:focus{background-color:var(--tc-grey-30)}.tet-color__grey20,.tet-color__grey20--hover:hover,.tet-color__grey20--focus:focus{color:var(--tc-grey-20)}.tet-color__grey20--border,.tet-color__grey20--border-hover:hover,.tet-color__grey20--border-focus:focus{border-color:var(--tc-grey-20)}.tet-color__grey20--background,.tet-color__grey20--background-hover:hover,.tet-color__grey20--background-focus:focus{background-color:var(--tc-grey-20)}.tet-color__grey10,.tet-color__grey10--hover:hover,.tet-color__grey10--focus:focus{color:var(--tc-grey-10)}.tet-color__grey10--border,.tet-color__grey10--border-hover:hover,.tet-color__grey10--border-focus:focus{border-color:var(--tc-grey-10)}.tet-color__grey10--background,.tet-color__grey10--background-hover:hover,.tet-color__grey10--background-focus:focus{background-color:var(--tc-grey-10)}.tet-color__grey00,.tet-color__grey00--hover:hover,.tet-color__grey00--focus:focus{color:var(--tc-grey-00)}.tet-color__grey00--border,.tet-color__grey00--border-hover:hover,.tet-color__grey00--border-focus:focus{border-color:var(--tc-grey-00)}.tet-color__grey00--background,.tet-color__grey00--background-hover:hover,.tet-color__grey00--background-focus:focus{background-color:var(--tc-grey-00)}.tet-color__purple,.tet-color__purple--hover:hover,.tet-color__purple--focus:focus{color:var(--tc-violet-40)}.tet-color__purple--border,.tet-color__purple--border-hover:hover,.tet-color__purple--border-focus:focus{border-color:var(--tc-violet-40)}.tet-color__purple--background,.tet-color__purple--background-hover:hover,.tet-color__purple--background-focus:focus{background-color:var(--tc-violet-40)}.tet-color__black,.tet-color__black--hover:hover,.tet-color__black--focus:focus{color:var(--tc-foundation-black)}.tet-color__black--border,.tet-color__black--border-hover:hover,.tet-color__black--border-focus:focus{border-color:var(--tc-foundation-black)}.tet-color__black--background,.tet-color__black--background-hover:hover,.tet-color__black--background-focus:focus{background-color:var(--tc-foundation-black)}.tet-color__white,.tet-color__white--hover:hover,.tet-color__white--focus:focus{color:var(--tc-foundation-white)}.tet-color__white--border,.tet-color__white--border-hover:hover,.tet-color__white--border-focus:focus{border-color:var(--tc-foundation-white)}.tet-color__white--background,.tet-color__white--background-hover:hover,.tet-color__white--background-focus:focus{background-color:var(--tc-foundation-white)}.dark .tet-color__blue:not(.tet-color--static),.dark .tet-color__blue--hover:hover:not(.tet-color--static),.dark .tet-color__blue--focus:focus:not(.tet-color--static){color:var(--tc-blue-40-dark)}.dark .tet-color__blue--border:not(.tet-color--static),.dark .tet-color__blue--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-40-dark)}.dark .tet-color__blue--background:not(.tet-color--static),.dark .tet-color__blue--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-40-dark)}.dark .tet-color__blue80:not(.tet-color--static),.dark .tet-color__blue80--hover:hover:not(.tet-color--static),.dark .tet-color__blue80--focus:focus:not(.tet-color--static){color:var(--tc-blue-80-dark)}.dark .tet-color__blue80--border:not(.tet-color--static),.dark .tet-color__blue80--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-80-dark)}.dark .tet-color__blue80--background:not(.tet-color--static),.dark .tet-color__blue80--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-80-dark)}.dark .tet-color__blue70:not(.tet-color--static),.dark .tet-color__blue70--hover:hover:not(.tet-color--static),.dark .tet-color__blue70--focus:focus:not(.tet-color--static){color:var(--tc-blue-70-dark)}.dark .tet-color__blue70--border:not(.tet-color--static),.dark .tet-color__blue70--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-70-dark)}.dark .tet-color__blue70--background:not(.tet-color--static),.dark .tet-color__blue70--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-70-dark)}.dark .tet-color__blue60:not(.tet-color--static),.dark .tet-color__blue60--hover:hover:not(.tet-color--static),.dark .tet-color__blue60--focus:focus:not(.tet-color--static){color:var(--tc-blue-60-dark)}.dark .tet-color__blue60--border:not(.tet-color--static),.dark .tet-color__blue60--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-60-dark)}.dark .tet-color__blue60--background:not(.tet-color--static),.dark .tet-color__blue60--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-60-dark)}.dark .tet-color__blue50:not(.tet-color--static),.dark .tet-color__blue50--hover:hover:not(.tet-color--static),.dark .tet-color__blue50--focus:focus:not(.tet-color--static){color:var(--tc-blue-50-dark)}.dark .tet-color__blue50--border:not(.tet-color--static),.dark .tet-color__blue50--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-50-dark)}.dark .tet-color__blue50--background:not(.tet-color--static),.dark .tet-color__blue50--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-50-dark)}.dark .tet-color__blue40:not(.tet-color--static),.dark .tet-color__blue40--hover:hover:not(.tet-color--static),.dark .tet-color__blue40--focus:focus:not(.tet-color--static){color:var(--tc-blue-40-dark)}.dark .tet-color__blue40--border:not(.tet-color--static),.dark .tet-color__blue40--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-40-dark)}.dark .tet-color__blue40--background:not(.tet-color--static),.dark .tet-color__blue40--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-40-dark)}.dark .tet-color__blue30:not(.tet-color--static),.dark .tet-color__blue30--hover:hover:not(.tet-color--static),.dark .tet-color__blue30--focus:focus:not(.tet-color--static){color:var(--tc-blue-30-dark)}.dark .tet-color__blue30--border:not(.tet-color--static),.dark .tet-color__blue30--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-30-dark)}.dark .tet-color__blue30--background:not(.tet-color--static),.dark .tet-color__blue30--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-30-dark)}.dark .tet-color__blue20:not(.tet-color--static),.dark .tet-color__blue20--hover:hover:not(.tet-color--static),.dark .tet-color__blue20--focus:focus:not(.tet-color--static){color:var(--tc-blue-20-dark)}.dark .tet-color__blue20--border:not(.tet-color--static),.dark .tet-color__blue20--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-20-dark)}.dark .tet-color__blue20--background:not(.tet-color--static),.dark .tet-color__blue20--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-20-dark)}.dark .tet-color__blue10:not(.tet-color--static),.dark .tet-color__blue10--hover:hover:not(.tet-color--static),.dark .tet-color__blue10--focus:focus:not(.tet-color--static){color:var(--tc-blue-10-dark)}.dark .tet-color__blue10--border:not(.tet-color--static),.dark .tet-color__blue10--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-10-dark)}.dark .tet-color__blue10--background:not(.tet-color--static),.dark .tet-color__blue10--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-10-dark)}.dark .tet-color__blue00:not(.tet-color--static),.dark .tet-color__blue00--hover:hover:not(.tet-color--static),.dark .tet-color__blue00--focus:focus:not(.tet-color--static){color:var(--tc-blue-00-dark)}.dark .tet-color__blue00--border:not(.tet-color--static),.dark .tet-color__blue00--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-00-dark)}.dark .tet-color__blue00--background:not(.tet-color--static),.dark .tet-color__blue00--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-00-dark)}.dark .tet-color__blue80dark:not(.tet-color--static),.dark .tet-color__blue80dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue80dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-80-dark)}.dark .tet-color__blue80dark--border:not(.tet-color--static),.dark .tet-color__blue80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-80-dark)}.dark .tet-color__blue80dark--background:not(.tet-color--static),.dark .tet-color__blue80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-80-dark)}.dark .tet-color__blue70dark:not(.tet-color--static),.dark .tet-color__blue70dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue70dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-70-dark)}.dark .tet-color__blue70dark--border:not(.tet-color--static),.dark .tet-color__blue70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-70-dark)}.dark .tet-color__blue70dark--background:not(.tet-color--static),.dark .tet-color__blue70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-70-dark)}.dark .tet-color__blue60dark:not(.tet-color--static),.dark .tet-color__blue60dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue60dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-60-dark)}.dark .tet-color__blue60dark--border:not(.tet-color--static),.dark .tet-color__blue60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-60-dark)}.dark .tet-color__blue60dark--background:not(.tet-color--static),.dark .tet-color__blue60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-60-dark)}.dark .tet-color__blue50dark:not(.tet-color--static),.dark .tet-color__blue50dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue50dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-50-dark)}.dark .tet-color__blue50dark--border:not(.tet-color--static),.dark .tet-color__blue50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-50-dark)}.dark .tet-color__blue50dark--background:not(.tet-color--static),.dark .tet-color__blue50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-50-dark)}.dark .tet-color__blue40dark:not(.tet-color--static),.dark .tet-color__blue40dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue40dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-40-dark)}.dark .tet-color__blue40dark--border:not(.tet-color--static),.dark .tet-color__blue40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-40-dark)}.dark .tet-color__blue40dark--background:not(.tet-color--static),.dark .tet-color__blue40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-40-dark)}.dark .tet-color__blue10dark:not(.tet-color--static),.dark .tet-color__blue10dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue10dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-10-dark)}.dark .tet-color__blue10dark--border:not(.tet-color--static),.dark .tet-color__blue10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-10-dark)}.dark .tet-color__blue10dark--background:not(.tet-color--static),.dark .tet-color__blue10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-10-dark)}.dark .tet-color__green:not(.tet-color--static),.dark .tet-color__green--hover:hover:not(.tet-color--static),.dark .tet-color__green--focus:focus:not(.tet-color--static){color:var(--tc-green-40-dark)}.dark .tet-color__green--border:not(.tet-color--static),.dark .tet-color__green--border-hover:hover:not(.tet-color--static),.dark .tet-color__green--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-40-dark)}.dark .tet-color__green--background:not(.tet-color--static),.dark .tet-color__green--background-hover:hover:not(.tet-color--static),.dark .tet-color__green--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-40-dark)}.dark .tet-color__green80:not(.tet-color--static),.dark .tet-color__green80--hover:hover:not(.tet-color--static),.dark .tet-color__green80--focus:focus:not(.tet-color--static){color:var(--tc-green-80-dark)}.dark .tet-color__green80--border:not(.tet-color--static),.dark .tet-color__green80--border-hover:hover:not(.tet-color--static),.dark .tet-color__green80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-80-dark)}.dark .tet-color__green80--background:not(.tet-color--static),.dark .tet-color__green80--background-hover:hover:not(.tet-color--static),.dark .tet-color__green80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-80-dark)}.dark .tet-color__green70:not(.tet-color--static),.dark .tet-color__green70--hover:hover:not(.tet-color--static),.dark .tet-color__green70--focus:focus:not(.tet-color--static){color:var(--tc-green-70-dark)}.dark .tet-color__green70--border:not(.tet-color--static),.dark .tet-color__green70--border-hover:hover:not(.tet-color--static),.dark .tet-color__green70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-70-dark)}.dark .tet-color__green70--background:not(.tet-color--static),.dark .tet-color__green70--background-hover:hover:not(.tet-color--static),.dark .tet-color__green70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-70-dark)}.dark .tet-color__green60:not(.tet-color--static),.dark .tet-color__green60--hover:hover:not(.tet-color--static),.dark .tet-color__green60--focus:focus:not(.tet-color--static){color:var(--tc-green-60-dark)}.dark .tet-color__green60--border:not(.tet-color--static),.dark .tet-color__green60--border-hover:hover:not(.tet-color--static),.dark .tet-color__green60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-60-dark)}.dark .tet-color__green60--background:not(.tet-color--static),.dark .tet-color__green60--background-hover:hover:not(.tet-color--static),.dark .tet-color__green60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-60-dark)}.dark .tet-color__green50:not(.tet-color--static),.dark .tet-color__green50--hover:hover:not(.tet-color--static),.dark .tet-color__green50--focus:focus:not(.tet-color--static){color:var(--tc-green-50-dark)}.dark .tet-color__green50--border:not(.tet-color--static),.dark .tet-color__green50--border-hover:hover:not(.tet-color--static),.dark .tet-color__green50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-50-dark)}.dark .tet-color__green50--background:not(.tet-color--static),.dark .tet-color__green50--background-hover:hover:not(.tet-color--static),.dark .tet-color__green50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-50-dark)}.dark .tet-color__green40:not(.tet-color--static),.dark .tet-color__green40--hover:hover:not(.tet-color--static),.dark .tet-color__green40--focus:focus:not(.tet-color--static){color:var(--tc-green-40-dark)}.dark .tet-color__green40--border:not(.tet-color--static),.dark .tet-color__green40--border-hover:hover:not(.tet-color--static),.dark .tet-color__green40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-40-dark)}.dark .tet-color__green40--background:not(.tet-color--static),.dark .tet-color__green40--background-hover:hover:not(.tet-color--static),.dark .tet-color__green40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-40-dark)}.dark .tet-color__green30:not(.tet-color--static),.dark .tet-color__green30--hover:hover:not(.tet-color--static),.dark .tet-color__green30--focus:focus:not(.tet-color--static){color:var(--tc-green-30-dark)}.dark .tet-color__green30--border:not(.tet-color--static),.dark .tet-color__green30--border-hover:hover:not(.tet-color--static),.dark .tet-color__green30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-30-dark)}.dark .tet-color__green30--background:not(.tet-color--static),.dark .tet-color__green30--background-hover:hover:not(.tet-color--static),.dark .tet-color__green30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-30-dark)}.dark .tet-color__green20:not(.tet-color--static),.dark .tet-color__green20--hover:hover:not(.tet-color--static),.dark .tet-color__green20--focus:focus:not(.tet-color--static){color:var(--tc-green-20-dark)}.dark .tet-color__green20--border:not(.tet-color--static),.dark .tet-color__green20--border-hover:hover:not(.tet-color--static),.dark .tet-color__green20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-20-dark)}.dark .tet-color__green20--background:not(.tet-color--static),.dark .tet-color__green20--background-hover:hover:not(.tet-color--static),.dark .tet-color__green20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-20-dark)}.dark .tet-color__green10:not(.tet-color--static),.dark .tet-color__green10--hover:hover:not(.tet-color--static),.dark .tet-color__green10--focus:focus:not(.tet-color--static){color:var(--tc-green-10-dark)}.dark .tet-color__green10--border:not(.tet-color--static),.dark .tet-color__green10--border-hover:hover:not(.tet-color--static),.dark .tet-color__green10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-10-dark)}.dark .tet-color__green10--background:not(.tet-color--static),.dark .tet-color__green10--background-hover:hover:not(.tet-color--static),.dark .tet-color__green10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-10-dark)}.dark .tet-color__green00:not(.tet-color--static),.dark .tet-color__green00--hover:hover:not(.tet-color--static),.dark .tet-color__green00--focus:focus:not(.tet-color--static){color:var(--tc-green-00-dark)}.dark .tet-color__green00--border:not(.tet-color--static),.dark .tet-color__green00--border-hover:hover:not(.tet-color--static),.dark .tet-color__green00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-00-dark)}.dark .tet-color__green00--background:not(.tet-color--static),.dark .tet-color__green00--background-hover:hover:not(.tet-color--static),.dark .tet-color__green00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-00-dark)}.dark .tet-color__green80dark:not(.tet-color--static),.dark .tet-color__green80dark--hover:hover:not(.tet-color--static),.dark .tet-color__green80dark--focus:focus:not(.tet-color--static){color:var(--tc-green-80-dark)}.dark .tet-color__green80dark--border:not(.tet-color--static),.dark .tet-color__green80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-80-dark)}.dark .tet-color__green80dark--background:not(.tet-color--static),.dark .tet-color__green80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-80-dark)}.dark .tet-color__green70dark:not(.tet-color--static),.dark .tet-color__green70dark--hover:hover:not(.tet-color--static),.dark .tet-color__green70dark--focus:focus:not(.tet-color--static){color:var(--tc-green-70-dark)}.dark .tet-color__green70dark--border:not(.tet-color--static),.dark .tet-color__green70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-70-dark)}.dark .tet-color__green70dark--background:not(.tet-color--static),.dark .tet-color__green70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-70-dark)}.dark .tet-color__green60dark:not(.tet-color--static),.dark .tet-color__green60dark--hover:hover:not(.tet-color--static),.dark .tet-color__green60dark--focus:focus:not(.tet-color--static){color:var(--tc-green-60-dark)}.dark .tet-color__green60dark--border:not(.tet-color--static),.dark .tet-color__green60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-60-dark)}.dark .tet-color__green60dark--background:not(.tet-color--static),.dark .tet-color__green60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-60-dark)}.dark .tet-color__green50dark:not(.tet-color--static),.dark .tet-color__green50dark--hover:hover:not(.tet-color--static),.dark .tet-color__green50dark--focus:focus:not(.tet-color--static){color:var(--tc-green-50-dark)}.dark .tet-color__green50dark--border:not(.tet-color--static),.dark .tet-color__green50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-50-dark)}.dark .tet-color__green50dark--background:not(.tet-color--static),.dark .tet-color__green50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-50-dark)}.dark .tet-color__green40dark:not(.tet-color--static),.dark .tet-color__green40dark--hover:hover:not(.tet-color--static),.dark .tet-color__green40dark--focus:focus:not(.tet-color--static){color:var(--tc-green-40-dark)}.dark .tet-color__green40dark--border:not(.tet-color--static),.dark .tet-color__green40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-40-dark)}.dark .tet-color__green40dark--background:not(.tet-color--static),.dark .tet-color__green40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-40-dark)}.dark .tet-color__green10dark:not(.tet-color--static),.dark .tet-color__green10dark--hover:hover:not(.tet-color--static),.dark .tet-color__green10dark--focus:focus:not(.tet-color--static){color:var(--tc-green-10-dark)}.dark .tet-color__green10dark--border:not(.tet-color--static),.dark .tet-color__green10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-10-dark)}.dark .tet-color__green10dark--background:not(.tet-color--static),.dark .tet-color__green10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-10-dark)}.dark .tet-color__yellow:not(.tet-color--static),.dark .tet-color__yellow--hover:hover:not(.tet-color--static),.dark .tet-color__yellow--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow--border:not(.tet-color--static),.dark .tet-color__yellow--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow--background:not(.tet-color--static),.dark .tet-color__yellow--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow80:not(.tet-color--static),.dark .tet-color__yellow80--hover:hover:not(.tet-color--static),.dark .tet-color__yellow80--focus:focus:not(.tet-color--static){color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80--border:not(.tet-color--static),.dark .tet-color__yellow80--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80--background:not(.tet-color--static),.dark .tet-color__yellow80--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow70:not(.tet-color--static),.dark .tet-color__yellow70--hover:hover:not(.tet-color--static),.dark .tet-color__yellow70--focus:focus:not(.tet-color--static){color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70--border:not(.tet-color--static),.dark .tet-color__yellow70--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70--background:not(.tet-color--static),.dark .tet-color__yellow70--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow60:not(.tet-color--static),.dark .tet-color__yellow60--hover:hover:not(.tet-color--static),.dark .tet-color__yellow60--focus:focus:not(.tet-color--static){color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60--border:not(.tet-color--static),.dark .tet-color__yellow60--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60--background:not(.tet-color--static),.dark .tet-color__yellow60--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow50:not(.tet-color--static),.dark .tet-color__yellow50--hover:hover:not(.tet-color--static),.dark .tet-color__yellow50--focus:focus:not(.tet-color--static){color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50--border:not(.tet-color--static),.dark .tet-color__yellow50--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50--background:not(.tet-color--static),.dark .tet-color__yellow50--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow40:not(.tet-color--static),.dark .tet-color__yellow40--hover:hover:not(.tet-color--static),.dark .tet-color__yellow40--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40--border:not(.tet-color--static),.dark .tet-color__yellow40--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40--background:not(.tet-color--static),.dark .tet-color__yellow40--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow30:not(.tet-color--static),.dark .tet-color__yellow30--hover:hover:not(.tet-color--static),.dark .tet-color__yellow30--focus:focus:not(.tet-color--static){color:var(--tc-yellow-30-dark)}.dark .tet-color__yellow30--border:not(.tet-color--static),.dark .tet-color__yellow30--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-30-dark)}.dark .tet-color__yellow30--background:not(.tet-color--static),.dark .tet-color__yellow30--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-30-dark)}.dark .tet-color__yellow20:not(.tet-color--static),.dark .tet-color__yellow20--hover:hover:not(.tet-color--static),.dark .tet-color__yellow20--focus:focus:not(.tet-color--static){color:var(--tc-yellow-20-dark)}.dark .tet-color__yellow20--border:not(.tet-color--static),.dark .tet-color__yellow20--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-20-dark)}.dark .tet-color__yellow20--background:not(.tet-color--static),.dark .tet-color__yellow20--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-20-dark)}.dark .tet-color__yellow10:not(.tet-color--static),.dark .tet-color__yellow10--hover:hover:not(.tet-color--static),.dark .tet-color__yellow10--focus:focus:not(.tet-color--static){color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10--border:not(.tet-color--static),.dark .tet-color__yellow10--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10--background:not(.tet-color--static),.dark .tet-color__yellow10--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow00:not(.tet-color--static),.dark .tet-color__yellow00--hover:hover:not(.tet-color--static),.dark .tet-color__yellow00--focus:focus:not(.tet-color--static){color:var(--tc-yellow-00-dark)}.dark .tet-color__yellow00--border:not(.tet-color--static),.dark .tet-color__yellow00--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-00-dark)}.dark .tet-color__yellow00--background:not(.tet-color--static),.dark .tet-color__yellow00--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-00-dark)}.dark .tet-color__yellow80dark:not(.tet-color--static),.dark .tet-color__yellow80dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow80dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80dark--border:not(.tet-color--static),.dark .tet-color__yellow80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80dark--background:not(.tet-color--static),.dark .tet-color__yellow80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow70dark:not(.tet-color--static),.dark .tet-color__yellow70dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow70dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70dark--border:not(.tet-color--static),.dark .tet-color__yellow70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70dark--background:not(.tet-color--static),.dark .tet-color__yellow70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow60dark:not(.tet-color--static),.dark .tet-color__yellow60dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow60dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60dark--border:not(.tet-color--static),.dark .tet-color__yellow60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60dark--background:not(.tet-color--static),.dark .tet-color__yellow60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow55dark:not(.tet-color--static),.dark .tet-color__yellow55dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow55dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow55dark--border:not(.tet-color--static),.dark .tet-color__yellow55dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow55dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow55dark--background:not(.tet-color--static),.dark .tet-color__yellow55dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow55dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50dark:not(.tet-color--static),.dark .tet-color__yellow50dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow50dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50dark--border:not(.tet-color--static),.dark .tet-color__yellow50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50dark--background:not(.tet-color--static),.dark .tet-color__yellow50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow45dark:not(.tet-color--static),.dark .tet-color__yellow45dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow45dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow45dark--border:not(.tet-color--static),.dark .tet-color__yellow45dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow45dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow45dark--background:not(.tet-color--static),.dark .tet-color__yellow45dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow45dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40dark:not(.tet-color--static),.dark .tet-color__yellow40dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow40dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40dark--border:not(.tet-color--static),.dark .tet-color__yellow40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40dark--background:not(.tet-color--static),.dark .tet-color__yellow40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow10dark:not(.tet-color--static),.dark .tet-color__yellow10dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow10dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10dark--border:not(.tet-color--static),.dark .tet-color__yellow10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10dark--background:not(.tet-color--static),.dark .tet-color__yellow10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-10-dark)}.dark .tet-color__red:not(.tet-color--static),.dark .tet-color__red--hover:hover:not(.tet-color--static),.dark .tet-color__red--focus:focus:not(.tet-color--static){color:var(--tc-red-40-dark)}.dark .tet-color__red--border:not(.tet-color--static),.dark .tet-color__red--border-hover:hover:not(.tet-color--static),.dark .tet-color__red--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-40-dark)}.dark .tet-color__red--background:not(.tet-color--static),.dark .tet-color__red--background-hover:hover:not(.tet-color--static),.dark .tet-color__red--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-40-dark)}.dark .tet-color__red80:not(.tet-color--static),.dark .tet-color__red80--hover:hover:not(.tet-color--static),.dark .tet-color__red80--focus:focus:not(.tet-color--static){color:var(--tc-red-80-dark)}.dark .tet-color__red80--border:not(.tet-color--static),.dark .tet-color__red80--border-hover:hover:not(.tet-color--static),.dark .tet-color__red80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-80-dark)}.dark .tet-color__red80--background:not(.tet-color--static),.dark .tet-color__red80--background-hover:hover:not(.tet-color--static),.dark .tet-color__red80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-80-dark)}.dark .tet-color__red70:not(.tet-color--static),.dark .tet-color__red70--hover:hover:not(.tet-color--static),.dark .tet-color__red70--focus:focus:not(.tet-color--static){color:var(--tc-red-70-dark)}.dark .tet-color__red70--border:not(.tet-color--static),.dark .tet-color__red70--border-hover:hover:not(.tet-color--static),.dark .tet-color__red70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-70-dark)}.dark .tet-color__red70--background:not(.tet-color--static),.dark .tet-color__red70--background-hover:hover:not(.tet-color--static),.dark .tet-color__red70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-70-dark)}.dark .tet-color__red60:not(.tet-color--static),.dark .tet-color__red60--hover:hover:not(.tet-color--static),.dark .tet-color__red60--focus:focus:not(.tet-color--static){color:var(--tc-red-60-dark)}.dark .tet-color__red60--border:not(.tet-color--static),.dark .tet-color__red60--border-hover:hover:not(.tet-color--static),.dark .tet-color__red60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-60-dark)}.dark .tet-color__red60--background:not(.tet-color--static),.dark .tet-color__red60--background-hover:hover:not(.tet-color--static),.dark .tet-color__red60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-60-dark)}.dark .tet-color__red50:not(.tet-color--static),.dark .tet-color__red50--hover:hover:not(.tet-color--static),.dark .tet-color__red50--focus:focus:not(.tet-color--static){color:var(--tc-red-50-dark)}.dark .tet-color__red50--border:not(.tet-color--static),.dark .tet-color__red50--border-hover:hover:not(.tet-color--static),.dark .tet-color__red50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-50-dark)}.dark .tet-color__red50--background:not(.tet-color--static),.dark .tet-color__red50--background-hover:hover:not(.tet-color--static),.dark .tet-color__red50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-50-dark)}.dark .tet-color__red40:not(.tet-color--static),.dark .tet-color__red40--hover:hover:not(.tet-color--static),.dark .tet-color__red40--focus:focus:not(.tet-color--static){color:var(--tc-red-40-dark)}.dark .tet-color__red40--border:not(.tet-color--static),.dark .tet-color__red40--border-hover:hover:not(.tet-color--static),.dark .tet-color__red40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-40-dark)}.dark .tet-color__red40--background:not(.tet-color--static),.dark .tet-color__red40--background-hover:hover:not(.tet-color--static),.dark .tet-color__red40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-40-dark)}.dark .tet-color__red30:not(.tet-color--static),.dark .tet-color__red30--hover:hover:not(.tet-color--static),.dark .tet-color__red30--focus:focus:not(.tet-color--static){color:var(--tc-red-30-dark)}.dark .tet-color__red30--border:not(.tet-color--static),.dark .tet-color__red30--border-hover:hover:not(.tet-color--static),.dark .tet-color__red30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-30-dark)}.dark .tet-color__red30--background:not(.tet-color--static),.dark .tet-color__red30--background-hover:hover:not(.tet-color--static),.dark .tet-color__red30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-30-dark)}.dark .tet-color__red20:not(.tet-color--static),.dark .tet-color__red20--hover:hover:not(.tet-color--static),.dark .tet-color__red20--focus:focus:not(.tet-color--static){color:var(--tc-red-20-dark)}.dark .tet-color__red20--border:not(.tet-color--static),.dark .tet-color__red20--border-hover:hover:not(.tet-color--static),.dark .tet-color__red20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-20-dark)}.dark .tet-color__red20--background:not(.tet-color--static),.dark .tet-color__red20--background-hover:hover:not(.tet-color--static),.dark .tet-color__red20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-20-dark)}.dark .tet-color__red10:not(.tet-color--static),.dark .tet-color__red10--hover:hover:not(.tet-color--static),.dark .tet-color__red10--focus:focus:not(.tet-color--static){color:var(--tc-red-10-dark)}.dark .tet-color__red10--border:not(.tet-color--static),.dark .tet-color__red10--border-hover:hover:not(.tet-color--static),.dark .tet-color__red10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-10-dark)}.dark .tet-color__red10--background:not(.tet-color--static),.dark .tet-color__red10--background-hover:hover:not(.tet-color--static),.dark .tet-color__red10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-10-dark)}.dark .tet-color__red00:not(.tet-color--static),.dark .tet-color__red00--hover:hover:not(.tet-color--static),.dark .tet-color__red00--focus:focus:not(.tet-color--static){color:var(--tc-red-00-dark)}.dark .tet-color__red00--border:not(.tet-color--static),.dark .tet-color__red00--border-hover:hover:not(.tet-color--static),.dark .tet-color__red00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-00-dark)}.dark .tet-color__red00--background:not(.tet-color--static),.dark .tet-color__red00--background-hover:hover:not(.tet-color--static),.dark .tet-color__red00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-00-dark)}.dark .tet-color__red80dark:not(.tet-color--static),.dark .tet-color__red80dark--hover:hover:not(.tet-color--static),.dark .tet-color__red80dark--focus:focus:not(.tet-color--static){color:var(--tc-red-80-dark)}.dark .tet-color__red80dark--border:not(.tet-color--static),.dark .tet-color__red80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-80-dark)}.dark .tet-color__red80dark--background:not(.tet-color--static),.dark .tet-color__red80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-80-dark)}.dark .tet-color__red70dark:not(.tet-color--static),.dark .tet-color__red70dark--hover:hover:not(.tet-color--static),.dark .tet-color__red70dark--focus:focus:not(.tet-color--static){color:var(--tc-red-70-dark)}.dark .tet-color__red70dark--border:not(.tet-color--static),.dark .tet-color__red70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-70-dark)}.dark .tet-color__red70dark--background:not(.tet-color--static),.dark .tet-color__red70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-70-dark)}.dark .tet-color__red65dark:not(.tet-color--static),.dark .tet-color__red65dark--hover:hover:not(.tet-color--static),.dark .tet-color__red65dark--focus:focus:not(.tet-color--static){color:var(--tc-red-60-dark)}.dark .tet-color__red65dark--border:not(.tet-color--static),.dark .tet-color__red65dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red65dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-60-dark)}.dark .tet-color__red65dark--background:not(.tet-color--static),.dark .tet-color__red65dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red65dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-60-dark)}.dark .tet-color__red60dark:not(.tet-color--static),.dark .tet-color__red60dark--hover:hover:not(.tet-color--static),.dark .tet-color__red60dark--focus:focus:not(.tet-color--static){color:var(--tc-red-60-dark)}.dark .tet-color__red60dark--border:not(.tet-color--static),.dark .tet-color__red60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-60-dark)}.dark .tet-color__red60dark--background:not(.tet-color--static),.dark .tet-color__red60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-60-dark)}.dark .tet-color__red55dark:not(.tet-color--static),.dark .tet-color__red55dark--hover:hover:not(.tet-color--static),.dark .tet-color__red55dark--focus:focus:not(.tet-color--static){color:var(--tc-red-50-dark)}.dark .tet-color__red55dark--border:not(.tet-color--static),.dark .tet-color__red55dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red55dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-50-dark)}.dark .tet-color__red55dark--background:not(.tet-color--static),.dark .tet-color__red55dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red55dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-50-dark)}.dark .tet-color__red50dark:not(.tet-color--static),.dark .tet-color__red50dark--hover:hover:not(.tet-color--static),.dark .tet-color__red50dark--focus:focus:not(.tet-color--static){color:var(--tc-red-50-dark)}.dark .tet-color__red50dark--border:not(.tet-color--static),.dark .tet-color__red50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-50-dark)}.dark .tet-color__red50dark--background:not(.tet-color--static),.dark .tet-color__red50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-50-dark)}.dark .tet-color__red40dark:not(.tet-color--static),.dark .tet-color__red40dark--hover:hover:not(.tet-color--static),.dark .tet-color__red40dark--focus:focus:not(.tet-color--static){color:var(--tc-red-40-dark)}.dark .tet-color__red40dark--border:not(.tet-color--static),.dark .tet-color__red40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-40-dark)}.dark .tet-color__red40dark--background:not(.tet-color--static),.dark .tet-color__red40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-40-dark)}.dark .tet-color__red10dark:not(.tet-color--static),.dark .tet-color__red10dark--hover:hover:not(.tet-color--static),.dark .tet-color__red10dark--focus:focus:not(.tet-color--static){color:var(--tc-red-10-dark)}.dark .tet-color__red10dark--border:not(.tet-color--static),.dark .tet-color__red10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-10-dark)}.dark .tet-color__red10dark--background:not(.tet-color--static),.dark .tet-color__red10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-10-dark)}.dark .tet-color__violet:not(.tet-color--static),.dark .tet-color__violet--hover:hover:not(.tet-color--static),.dark .tet-color__violet--focus:focus:not(.tet-color--static){color:var(--tc-violet-40-dark)}.dark .tet-color__violet--border:not(.tet-color--static),.dark .tet-color__violet--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-40-dark)}.dark .tet-color__violet--background:not(.tet-color--static),.dark .tet-color__violet--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-40-dark)}.dark .tet-color__violet80:not(.tet-color--static),.dark .tet-color__violet80--hover:hover:not(.tet-color--static),.dark .tet-color__violet80--focus:focus:not(.tet-color--static){color:var(--tc-violet-80-dark)}.dark .tet-color__violet80--border:not(.tet-color--static),.dark .tet-color__violet80--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-80-dark)}.dark .tet-color__violet80--background:not(.tet-color--static),.dark .tet-color__violet80--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-80-dark)}.dark .tet-color__violet70:not(.tet-color--static),.dark .tet-color__violet70--hover:hover:not(.tet-color--static),.dark .tet-color__violet70--focus:focus:not(.tet-color--static){color:var(--tc-violet-70-dark)}.dark .tet-color__violet70--border:not(.tet-color--static),.dark .tet-color__violet70--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-70-dark)}.dark .tet-color__violet70--background:not(.tet-color--static),.dark .tet-color__violet70--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-70-dark)}.dark .tet-color__violet60:not(.tet-color--static),.dark .tet-color__violet60--hover:hover:not(.tet-color--static),.dark .tet-color__violet60--focus:focus:not(.tet-color--static){color:var(--tc-violet-60-dark)}.dark .tet-color__violet60--border:not(.tet-color--static),.dark .tet-color__violet60--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-60-dark)}.dark .tet-color__violet60--background:not(.tet-color--static),.dark .tet-color__violet60--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-60-dark)}.dark .tet-color__violet50:not(.tet-color--static),.dark .tet-color__violet50--hover:hover:not(.tet-color--static),.dark .tet-color__violet50--focus:focus:not(.tet-color--static){color:var(--tc-violet-50-dark)}.dark .tet-color__violet50--border:not(.tet-color--static),.dark .tet-color__violet50--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-50-dark)}.dark .tet-color__violet50--background:not(.tet-color--static),.dark .tet-color__violet50--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-50-dark)}.dark .tet-color__violet40:not(.tet-color--static),.dark .tet-color__violet40--hover:hover:not(.tet-color--static),.dark .tet-color__violet40--focus:focus:not(.tet-color--static){color:var(--tc-violet-40-dark)}.dark .tet-color__violet40--border:not(.tet-color--static),.dark .tet-color__violet40--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-40-dark)}.dark .tet-color__violet40--background:not(.tet-color--static),.dark .tet-color__violet40--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-40-dark)}.dark .tet-color__violet30:not(.tet-color--static),.dark .tet-color__violet30--hover:hover:not(.tet-color--static),.dark .tet-color__violet30--focus:focus:not(.tet-color--static){color:var(--tc-violet-30-dark)}.dark .tet-color__violet30--border:not(.tet-color--static),.dark .tet-color__violet30--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-30-dark)}.dark .tet-color__violet30--background:not(.tet-color--static),.dark .tet-color__violet30--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-30-dark)}.dark .tet-color__violet20:not(.tet-color--static),.dark .tet-color__violet20--hover:hover:not(.tet-color--static),.dark .tet-color__violet20--focus:focus:not(.tet-color--static){color:var(--tc-violet-20-dark)}.dark .tet-color__violet20--border:not(.tet-color--static),.dark .tet-color__violet20--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-20-dark)}.dark .tet-color__violet20--background:not(.tet-color--static),.dark .tet-color__violet20--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-20-dark)}.dark .tet-color__violet10:not(.tet-color--static),.dark .tet-color__violet10--hover:hover:not(.tet-color--static),.dark .tet-color__violet10--focus:focus:not(.tet-color--static){color:var(--tc-violet-10-dark)}.dark .tet-color__violet10--border:not(.tet-color--static),.dark .tet-color__violet10--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-10-dark)}.dark .tet-color__violet10--background:not(.tet-color--static),.dark .tet-color__violet10--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-10-dark)}.dark .tet-color__violet00:not(.tet-color--static),.dark .tet-color__violet00--hover:hover:not(.tet-color--static),.dark .tet-color__violet00--focus:focus:not(.tet-color--static){color:var(--tc-violet-00-dark)}.dark .tet-color__violet00--border:not(.tet-color--static),.dark .tet-color__violet00--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-00-dark)}.dark .tet-color__violet00--background:not(.tet-color--static),.dark .tet-color__violet00--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-00-dark)}.dark .tet-color__grey110:not(.tet-color--static),.dark .tet-color__grey110--hover:hover:not(.tet-color--static),.dark .tet-color__grey110--focus:focus:not(.tet-color--static){color:var(--tc-grey-110-dark)}.dark .tet-color__grey110--border:not(.tet-color--static),.dark .tet-color__grey110--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey110--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-110-dark)}.dark .tet-color__grey110--background:not(.tet-color--static),.dark .tet-color__grey110--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey110--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-110-dark)}.dark .tet-color__grey100:not(.tet-color--static),.dark .tet-color__grey100--hover:hover:not(.tet-color--static),.dark .tet-color__grey100--focus:focus:not(.tet-color--static){color:var(--tc-grey-100-dark)}.dark .tet-color__grey100--border:not(.tet-color--static),.dark .tet-color__grey100--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey100--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-100-dark)}.dark .tet-color__grey100--background:not(.tet-color--static),.dark .tet-color__grey100--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey100--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-100-dark)}.dark .tet-color__grey90:not(.tet-color--static),.dark .tet-color__grey90--hover:hover:not(.tet-color--static),.dark .tet-color__grey90--focus:focus:not(.tet-color--static){color:var(--tc-grey-90-dark)}.dark .tet-color__grey90--border:not(.tet-color--static),.dark .tet-color__grey90--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey90--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-90-dark)}.dark .tet-color__grey90--background:not(.tet-color--static),.dark .tet-color__grey90--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey90--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-90-dark)}.dark .tet-color__grey80:not(.tet-color--static),.dark .tet-color__grey80--hover:hover:not(.tet-color--static),.dark .tet-color__grey80--focus:focus:not(.tet-color--static){color:var(--tc-grey-80-dark)}.dark .tet-color__grey80--border:not(.tet-color--static),.dark .tet-color__grey80--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-80-dark)}.dark .tet-color__grey80--background:not(.tet-color--static),.dark .tet-color__grey80--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-80-dark)}.dark .tet-color__grey70:not(.tet-color--static),.dark .tet-color__grey70--hover:hover:not(.tet-color--static),.dark .tet-color__grey70--focus:focus:not(.tet-color--static){color:var(--tc-grey-70-dark)}.dark .tet-color__grey70--border:not(.tet-color--static),.dark .tet-color__grey70--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-70-dark)}.dark .tet-color__grey70--background:not(.tet-color--static),.dark .tet-color__grey70--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-70-dark)}.dark .tet-color__grey60:not(.tet-color--static),.dark .tet-color__grey60--hover:hover:not(.tet-color--static),.dark .tet-color__grey60--focus:focus:not(.tet-color--static){color:var(--tc-grey-60-dark)}.dark .tet-color__grey60--border:not(.tet-color--static),.dark .tet-color__grey60--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-60-dark)}.dark .tet-color__grey60--background:not(.tet-color--static),.dark .tet-color__grey60--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-60-dark)}.dark .tet-color__grey50:not(.tet-color--static),.dark .tet-color__grey50--hover:hover:not(.tet-color--static),.dark .tet-color__grey50--focus:focus:not(.tet-color--static){color:var(--tc-grey-50-dark)}.dark .tet-color__grey50--border:not(.tet-color--static),.dark .tet-color__grey50--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-50-dark)}.dark .tet-color__grey50--background:not(.tet-color--static),.dark .tet-color__grey50--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-50-dark)}.dark .tet-color__grey40:not(.tet-color--static),.dark .tet-color__grey40--hover:hover:not(.tet-color--static),.dark .tet-color__grey40--focus:focus:not(.tet-color--static){color:var(--tc-grey-40-dark)}.dark .tet-color__grey40--border:not(.tet-color--static),.dark .tet-color__grey40--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-40-dark)}.dark .tet-color__grey40--background:not(.tet-color--static),.dark .tet-color__grey40--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-40-dark)}.dark .tet-color__grey30:not(.tet-color--static),.dark .tet-color__grey30--hover:hover:not(.tet-color--static),.dark .tet-color__grey30--focus:focus:not(.tet-color--static){color:var(--tc-grey-30-dark)}.dark .tet-color__grey30--border:not(.tet-color--static),.dark .tet-color__grey30--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-30-dark)}.dark .tet-color__grey30--background:not(.tet-color--static),.dark .tet-color__grey30--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-30-dark)}.dark .tet-color__grey20:not(.tet-color--static),.dark .tet-color__grey20--hover:hover:not(.tet-color--static),.dark .tet-color__grey20--focus:focus:not(.tet-color--static){color:var(--tc-grey-20-dark)}.dark .tet-color__grey20--border:not(.tet-color--static),.dark .tet-color__grey20--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-20-dark)}.dark .tet-color__grey20--background:not(.tet-color--static),.dark .tet-color__grey20--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-20-dark)}.dark .tet-color__grey10:not(.tet-color--static),.dark .tet-color__grey10--hover:hover:not(.tet-color--static),.dark .tet-color__grey10--focus:focus:not(.tet-color--static){color:var(--tc-grey-10-dark)}.dark .tet-color__grey10--border:not(.tet-color--static),.dark .tet-color__grey10--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-10-dark)}.dark .tet-color__grey10--background:not(.tet-color--static),.dark .tet-color__grey10--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-10-dark)}.dark .tet-color__grey00:not(.tet-color--static),.dark .tet-color__grey00--hover:hover:not(.tet-color--static),.dark .tet-color__grey00--focus:focus:not(.tet-color--static){color:var(--tc-grey-00-dark)}.dark .tet-color__grey00--border:not(.tet-color--static),.dark .tet-color__grey00--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-00-dark)}.dark .tet-color__grey00--background:not(.tet-color--static),.dark .tet-color__grey00--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-00-dark)}.dark .tet-color__purple:not(.tet-color--static),.dark .tet-color__purple--hover:hover:not(.tet-color--static),.dark .tet-color__purple--focus:focus:not(.tet-color--static){color:var(--tc-violet-40-dark)}.dark .tet-color__purple--border:not(.tet-color--static),.dark .tet-color__purple--border-hover:hover:not(.tet-color--static),.dark .tet-color__purple--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-40-dark)}.dark .tet-color__purple--background:not(.tet-color--static),.dark .tet-color__purple--background-hover:hover:not(.tet-color--static),.dark .tet-color__purple--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-40-dark)}.dark .tet-color__black:not(.tet-color--static),.dark .tet-color__black--hover:hover:not(.tet-color--static),.dark .tet-color__black--focus:focus:not(.tet-color--static){color:var(--tc-foundation-black-dark)}.dark .tet-color__black--border:not(.tet-color--static),.dark .tet-color__black--border-hover:hover:not(.tet-color--static),.dark .tet-color__black--border-focus:focus:not(.tet-color--static){border-color:var(--tc-foundation-black-dark)}.dark .tet-color__black--background:not(.tet-color--static),.dark .tet-color__black--background-hover:hover:not(.tet-color--static),.dark .tet-color__black--background-focus:focus:not(.tet-color--static){background-color:var(--tc-foundation-black-dark)}.dark .tet-color__white:not(.tet-color--static),.dark .tet-color__white--hover:hover:not(.tet-color--static),.dark .tet-color__white--focus:focus:not(.tet-color--static){color:var(--tc-foundation-white-dark)}.dark .tet-color__white--border:not(.tet-color--static),.dark .tet-color__white--border-hover:hover:not(.tet-color--static),.dark .tet-color__white--border-focus:focus:not(.tet-color--static){border-color:var(--tc-foundation-white-dark)}.dark .tet-color__white--background:not(.tet-color--static),.dark .tet-color__white--background-hover:hover:not(.tet-color--static),.dark .tet-color__white--background-focus:focus:not(.tet-color--static){background-color:var(--tc-foundation-white-dark)}.container.show-variables .container-section .section .section-color{padding:0.5rem 0.25rem 1.5rem 0.75rem}.container.show-variables .container-section .section .section-color .color-name{display:initial}.d-none{display:none}.variable-container .container-section{justify-content:center}.variable-container .container-section .variable-wrapper{display:flex;flex-direction:row;justify-content:center}.variable-container .container-section .variable-wrapper .variable-name{align-self:center;padding:3.5rem 0}.variable-container .container-section .variable-part{position:relative;font-size:1.75rem;align-self:center}.variable-container .container-section .variable-part:after{content:"";position:absolute}.variable-container .container-section .variable-part.variable:after{text-align:center;width:90%;height:1.25rem;bottom:-1.5625rem;left:5%;font-size:1rem}.variable-container .container-section .variable-part.variable.variable-color:after{border-top:0.125rem solid var(--tc-blue-30);content:"krāsa"}.variable-container .container-section .variable-part.variable.variable-type:after{border-top:0.125rem solid var(--tc-blue-30);content:"tips"}.variable-container .container-section .variable-part.variable.variable-state:after{border-top:0.125rem solid var(--tc-blue-30);content:"statuss"}.container .container-title{background:var(--tc-layer-tertiary);padding:1rem 0;margin:0.25rem 0;text-align:center;font-size:1.5rem;border-radius:1.5rem}.container .container-title.main{font-weight:600}.container .container-section{display:flex;flex-direction:row;flex-wrap:wrap;border:0.0625rem solid var(--tc-border-tertiary);border-radius:2rem;padding:1rem}.container .container-section.container-example{flex-direction:column}.container .container-section.container-example .subsection-title{font-weight:500;font-size:1rem;margin:1rem 0}.container .container-section.container-example .example-element{display:inline-flex;font-weight:500}.container .container-section.container-example .example-element--hover{cursor:pointer}.container .container-section.container-example .example-element:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;border-radius:0.125rem}.container .container-section.container-example .border-example{border-width:0.0625rem;border-style:solid;padding:0.125rem}.container .container-section.container-example .variable-example{font-size:0.88rem;line-height:1.5em;padding:0.5rem;background-color:var(--tc-blue-00)}.container .container-section.container-example>span{margin-bottom:1rem}.container .container-section .section{display:flex;flex-direction:column;flex-wrap:wrap;flex-grow:1;position:relative;padding-top:1.5rem;padding-bottom:1rem;max-width:18rem}.container .container-section .section__title{width:100%;text-align:center;font-weight:500;border-left:0.125rem solid var(--tc-border-primary);background:var(--tc-layer-tertiary)}.container .container-section .section .section-title{text-align:center;font-weight:bold}.container .container-section .section .section-color{position:relative;display:flex;flex-direction:row;width:12rem;line-height:3rem;padding:0.5rem;gap:1rem;white-space:nowrap}.container .container-section .section .section-color .color-name{display:none;white-space:nowrap;position:absolute;bottom:0;line-height:0.875rem;color:var(--tc-text-secondary)}.container .container-section .section .section-color .color{width:3rem;height:3rem;border-radius:50%;border:0.0625rem dashed var(--tc-border-quaternary)}';export{e as tet_colors}
1
+ import{r as o,h as r,H as t}from"./p-1ec7f341.js";const e=class{constructor(t){o(this,t),this.colorSections={blue:{title:"Blue",colors:["blue80","blue70","blue60","blue50","blue40","blue30","blue20","blue10","blue00"]},green:{title:"Green",colors:["green80","green70","green60","green50","green40","green30","green20","green10","green00"]},yellow:{title:"Yellow",colors:["yellow80","yellow70","yellow60","yellow50","yellow40","yellow30","yellow20","yellow10","yellow00"]},red:{title:"Red",colors:["red80","red70","red60","red50","red40","red30","red20","red10","red00"]},violet:{title:"Violet",colors:["violet80","violet70","violet60","violet50","violet40","violet30","violet20","violet10","violet00"]},grey:{title:"Grey",colors:["grey110","grey100","grey90","grey80","grey70","grey60","grey50","grey40","grey30","grey20","grey10","grey00"]},foundation:{title:"Foundation",colors:["blue","violet","green","yellow","red","black","white"]}},this.renderColorItem=o=>{const t=`tet-color__${o}`,e=`${t}--background`,c=o.replace(/([a-z])(\d+)/,"$1 $2");return r("div",{class:"section-color"},r("div",{class:`color ${e}`}),r("div",{class:"color-name"},t),c)},this.renderColorSection=(o,t)=>r("div",{class:`section section-${o}`},r("div",{class:"section__title"},t.title),t.colors.map((o=>this.renderColorItem(o)))),this.showVariables=!1,this.darkTheme=!1}render(){return r(t,{key:"56e6ab29371328d040c890b92309e536c838b0bd"},r("div",{key:"b7dafc20809f6f75a27003133cb3970d2cf4bc8c",class:{dark:this.darkTheme}},r("div",{key:"52669506fb282761e720ccabb11776d7126904b9",class:{container:!0,"variable-container":!0}},r("div",{key:"9b0157ef133cd3127bb0bdfee878a5f451d22e76",class:"container-title main"},"Krāsas klase"),r("div",{key:"b5c138db8d1c259e06deff05943bc9dc00a21ba6",class:"container-section"},r("div",{key:"355d54051e0b93e745962ef7890b2df8766304a1",class:"variable-wrapper"},r("span",{key:"6673f99c49414000cfdb5c0cba743af28885b614",class:"variable-name"},r("span",{key:"ae4f6b25de4667b78fc238c428f16bff7e8c1168",class:"variable-part"},"tet"),r("span",{key:"d00bcddb35e65173cad628d10c1e29a29781a430",class:"variable-part variable variable-attribute"},"-color"),r("span",{key:"5b9fd1a95850b87a0167af6c182f3360d4e1835f",class:"variable-part variable variable-color"},"__red30"),r("span",{key:"34ff3850be65210287bdbc0ac9ebce5c061e9fa8",class:"variable-part variable variable-type"},"--background"),r("span",{key:"fc1be29db4c314c385bc0718d3f8f67f83c1074f",class:"variable-part variable variable-state"},"-focus"))))),r("div",{key:"f6fbdd6583da1efe8b7947bd6586ca219e3d5d40",class:"container"},r("div",{key:"ec17ca6ca26e9cab0c3300587d5e8d985c74b8c1",class:"container-title"},"Piemēri"),r("div",{key:"bf63d9153b56f70c9e953b1643e5c5f8e2713026",class:"container-section container-example"},r("span",{key:"2aed875661b3c6e36afb60798bf98634fe806995",class:"subsection-title"},"Teksta krāsas maiņa"),r("code",{key:"5a637ef2579d209117ef70c2069549c343616f47",class:"variable-example"},'<div class="tet-color__red30">Teksts</div>'),r("span",{key:"ee55ebde8bada579a643bb273d1c41c0f8874648"},"Teksta krāsas maiņa"," ",r("span",{key:"bb1072162a9eff0153c2eef01a0f9d65287cc375",class:"example-element tet-color__red30"},"elementam"),"."),r("code",{key:"4a82d09d8e7c9c22b999a9d0a38b8dfda33b84a6",class:"variable-example"},'<div class="tet-color__red30--hover">Teksts</div>'),r("span",{key:"62276eb3a40cb3e9ee3100b2d93133c4ad56231e"},"Teksta krāsas maiņa"," ",r("span",{key:"b4e7a3d5823dfb1d8cd14b669537d784ec72541f",class:"example-element example-element--hover tet-color__red30--hover"},"elementam")," ","hover stāvoklī."),r("code",{key:"c2d7bb1fda39e5bc94b8a2fc48fe23e8966691e1",class:"variable-example"},'<div class="tet-color__red30--focus">Teksts</div>'),r("span",{key:"e540b29d0bf324285dda2e4f084082bb40b1aa30"},"Teksta krāsas maiņa"," ",r("span",{key:"26c1bd1c390186daf11934ad4c806d3a1fbe17ba",tabindex:"0",class:"example-element tet-color__red30--focus"},"elementam")," ","focus stāvoklī."),r("span",{key:"7d1084988e9da2e44fe99893d0ad65304a09d83f",class:"subsection-title"},"Fona krāsas maiņa"),r("code",{key:"2f1b647b56a7b76764099db924417594035bbf33",class:"variable-example"},'<div class="tet-color__red30--background">Teksts</div>'),r("span",{key:"eaa2485ce6035247876e256556e2eb0ada5b8859"},"Fona krāsas maiņa"," ",r("span",{key:"a5788f68f618f75c7ed9206ce8eb77411266ebe8",class:"example-element tet-color__red30--background"},"elementam"),"."),r("code",{key:"c705aa12840e45a22fc9b18d4e270c4d5b684ea2",class:"variable-example"},'<div class="tet-color__red30--background-hover">Teksts</div>'),r("span",{key:"86bab40d469c34ba533e841ccc17196448105ebf"},"Fona krāsas maiņa elementam"," ",r("span",{key:"190f24c2b51fddcb01e5b5c34b9b0472f519d312",class:"example-element example-element--hover tet-color__red30--background-hover"},"elementam")," ","hover stāvoklī."),r("code",{key:"14dbcdff2cc759ee0a702bab9595c578f18ecd1f",class:"variable-example"},'<div class="tet-color__red30--background-focus">Teksts</div>'),r("span",{key:"e7614bf8e2a260fb46c601342c26a1f938929354"},"Fona krāsas maiņa elementam"," ",r("span",{key:"0b615c0f3194f269f253bb52c39d3ca101e2617a",tabindex:"0",class:"example-element tet-color__red30--background-focus"},"elementam")," ","focus stāvoklī."),r("span",{key:"4a00972eba08ad2f8d377ce52ccb6ce424b56c0d",class:"subsection-title"},"Apmales krāsas maiņa"),r("code",{key:"2af21179581b42daabf371465846f1ac01f13577",class:"variable-example"},'<div class="tet-color__red30--border">Teksts</div>'),r("span",{key:"e6b13b5fd80b397c2f6e94f6431deb4b8fa5a4b1"},"Apmales krāsas maiņa"," ",r("span",{key:"4de1ba9ea5cf67e5d252ea45b328e0f47db4c45a",class:"example-element border-example tet-color__red30--border"},"elementam"),"."),r("code",{key:"001acb138d0b6d0e158833756c1f6bab0764bfbc",class:"variable-example"},'<div class="tet-color__red30--border-hover">Teksts</div>'),r("span",{key:"2e09df5bb188cf3cec117c7165c25cc2f7ab2e6f"},"Apmales krāsas maiņa elementam"," ",r("span",{key:"abaf8b84cd83da310602ccb02c850ce927d98f70",class:"example-element example-element--hover border-example tet-color__red30--border-hover"},"elementam")," ","hover stāvoklī."),r("code",{key:"d5fafae7e617bd64409484d523af1a8f4af48bb3",class:"variable-example"},'<div class="tet-color__red30--border-focus">Teksts</div>'),r("span",{key:"830699e589ab93a8fb5245dbf4363a2e71c488ed"},"Apmales krāsas maiņa elementam"," ",r("span",{key:"dd634a1d60b5d6032a4d2f43db5bd296c75a88ff",tabindex:"0",class:"example-element border-example tet-color__red30--border-focus"},"elementam")," ","focus stāvoklī."),r("span",{key:"3df3c1390dabd2647d6094cb5e04b17347f58def",class:"subsection-title"},"Nemainīga gaišās tēmas krāsa"),r("code",{key:"f6217332a3b88557e1ccaee9255b8347b5d904a5",class:"variable-example"},'<div class="tet-color__red30 tet-color--static">Teksts</div>'),r("span",{key:"97290ea06ec5f553a2c55ef53004bc1e2f394b12"},"Nemainīga teksta krāsa"," ",r("span",{key:"dd5fbfd006d710ede3c609f30afb058d7f81c506",class:"example-element tet-color__red30 tet-color--static"},"elementam"),"."))),r("div",{key:"187d61187dac36212bc1a977243e1845f9c58d69",class:{container:!0,"show-variables":this.showVariables}},r("div",{key:"1ee01c56556d5232f1686af887d27b59dc740e20",class:"container-title"},"Krāsas un Toņi"),r("div",{key:"459ea714e95ae80e5c270f1a6fba3107066827af",class:"container-section"},Object.entries(this.colorSections).map((([o,r])=>this.renderColorSection(o,r)))))))}};e.style='@charset "UTF-8";@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format("eot"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format("woff2"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format("woff"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format("eot"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format("woff2"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format("woff"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format("eot"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format("woff2"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format("woff"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format("eot"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format("woff2"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format("woff"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format("eot"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format("woff2"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format("woff"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format("eot"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format("woff2"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format("woff"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format("embedded-opentype"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format("woff2"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format("woff"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format("truetype"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format("svg");font-weight:400;font-style:normal}.tet-icon:before{content:"\\E84E"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:"\\E800"}.tet-icon__alert-circled:before{content:"\\E801"}.tet-icon__alert:before{content:"\\E802"}.tet-icon__bank:before{content:"\\E803"}.tet-icon__box:before{content:"\\E804"}.tet-icon__download:before{content:"\\E805"}.tet-icon__burger:before{content:"\\E806"}.tet-icon__cancel:before{content:"\\E807"}.tet-icon__printer:before{content:"\\E808"}.tet-icon__cart-add:before{content:"\\E809"}.tet-icon__cart-remove:before{content:"\\E80A"}.tet-icon__cart:before{content:"\\E80B"}.tet-icon__chat:before{content:"\\E80C"}.tet-icon__arrow-up:before{content:"\\E80D"}.tet-icon__calendar:before{content:"\\E80E"}.tet-icon__help-circled:before{content:"\\E80F"}.tet-icon__edit:before{content:"\\E810"}.tet-icon__external-link:before{content:"\\E811"}.tet-icon__gift:before{content:"\\E812"}.tet-icon__person:before{content:"\\E813"}.tet-icon__heart:before{content:"\\E814"}.tet-icon__language:before{content:"\\E815"}.tet-icon__help:before{content:"\\E816"}.tet-icon__home-1:before{content:"\\E817"}.tet-icon__location:before{content:"\\E818"}.tet-icon__home-3:before{content:"\\E819"}.tet-icon__chart-even:before{content:"\\E81A"}.tet-icon__info-2:before{content:"\\E81B"}.tet-icon__key:before{content:"\\E81C"}.tet-icon__info:before{content:"\\E81D"}.tet-icon__lock-opened:before{content:"\\E81E"}.tet-icon__lock-outlined:before{content:"\\E81F"}.tet-icon__lock:before{content:"\\E820"}.tet-icon__laptop-filled:before{content:"\\E821"}.tet-icon__mail:before{content:"\\E822"}.tet-icon__options:before{content:"\\E823"}.tet-icon__chart-uneven:before{content:"\\E824"}.tet-icon__mail-2:before{content:"\\E825"}.tet-icon__remove:before{content:"\\E826"}.tet-icon__mobile-filled:before{content:"\\E827"}.tet-icon__ilu-calendar-check:before{content:"\\E828"}.tet-icon__settings-outlined:before{content:"\\E829"}.tet-icon__tablet:before{content:"\\E82A"}.tet-icon__thumb-up:before{content:"\\E82B"}.tet-icon__ilu-purchase:before{content:"\\E82C"}.tet-icon__chart-even-outlined:before{content:"\\E82D"}.tet-icon__movie:before{content:"\\E82E"}.tet-icon__percent:before{content:"\\E82F"}.tet-icon__ilu-change-whenever:before{content:"\\E830"}.tet-icon__truck:before{content:"\\E831"}.tet-icon__zero:before{content:"\\E832"}.tet-icon__attach:before{content:"\\E833"}.tet-icon__cloud-done:before{content:"\\E834"}.tet-icon__cloud-download:before{content:"\\E835"}.tet-icon__cloud-upload:before{content:"\\E836"}.tet-icon__cloud:before{content:"\\E837"}.tet-icon__folder:before{content:"\\E838"}.tet-icon__remote:before{content:"\\E839"}.tet-icon__router:before{content:"\\E83A"}.tet-icon__shield-filled:before{content:"\\E83B"}.tet-icon__shield:before{content:"\\E83C"}.tet-icon__ilu-devices:before{content:"\\E83D"}.tet-icon__ilu-get-points:before{content:"\\E83E"}.tet-icon__tv:before{content:"\\E83F"}.tet-icon__ilu-internet:before{content:"\\E840"}.tet-icon__wifi-outlined:before{content:"\\E841"}.tet-icon__wifi:before{content:"\\E842"}.tet-icon__description-outlined:before{content:"\\E843"}.tet-icon__laptop:before{content:"\\E844"}.tet-icon__chart-uneven-outlined:before{content:"\\E845"}.tet-icon__meter:before{content:"\\E846"}.tet-icon__mobile:before{content:"\\E847"}.tet-icon__phone:before{content:"\\E848"}.tet-icon__plug-filled:before{content:"\\E849"}.tet-icon__plug:before{content:"\\E84A"}.tet-icon__print:before{content:"\\E84B"}.tet-icon__camera:before{content:"\\E84C"}.tet-icon__clock:before{content:"\\E84D"}.tet-icon__placeholder:before{content:"\\E84E"}.tet-icon__tv-filled:before{content:"\\E84F"}.tet-icon__arrow-down:before{content:"\\E850"}.tet-icon__arrow-left:before{content:"\\E851"}.tet-icon__arrow-right:before{content:"\\E852"}.tet-icon__description:before{content:"\\E853"}.tet-icon__login:before{content:"\\E854"}.tet-icon__check:before{content:"\\E855"}.tet-icon__chevron-down:before{content:"\\E856"}.tet-icon__chevron-left:before{content:"\\E857"}.tet-icon__chevron-right:before{content:"\\E858"}.tet-icon__chevron-up:before{content:"\\E859"}.tet-icon__close-circled:before{content:"\\E85A"}.tet-icon__close:before{content:"\\E85B"}.tet-icon__more-horizontal:before{content:"\\E85C"}.tet-icon__more-vertical:before{content:"\\E85D"}.tet-icon__refresh:before{content:"\\E85E"}.tet-icon__facebook:before{content:"\\E85F"}.tet-icon__instagram:before{content:"\\E860"}.tet-icon__linkedin:before{content:"\\E861"}.tet-icon__people:before{content:"\\E862"}.tet-icon__logout:before{content:"\\E863"}.tet-icon__share:before{content:"\\E864"}.tet-icon__twitter:before{content:"\\E865"}.tet-icon__cancel-filled:before{content:"\\E866"}.tet-icon__done:before{content:"\\E867"}.tet-icon__star-filled:before{content:"\\E868"}.tet-icon__star:before{content:"\\E869"}.tet-icon__clipboard:before{content:"\\E86A"}.tet-icon__ilu-calendar:before{content:"\\E86B"}.tet-icon__check-circled:before{content:"\\E86C"}.tet-icon__ilu-choose-channels:before{content:"\\E86D"}.tet-icon__search:before{content:"\\E86E"}.tet-icon__warning:before{content:"\\E86F"}.tet-icon__ilu-clock-1:before{content:"\\E870"}.tet-icon__ilu-fold:before{content:"\\E871"}.tet-icon__ilu-letter:before{content:"\\E872"}.tet-icon__ilu-pay:before{content:"\\E873"}.tet-icon__ilu-meter:before{content:"\\E874"}.tet-icon__ilu-sign:before{content:"\\E875"}.tet-icon__smart-watch-filled:before{content:"\\E876"}.tet-icon__washing-machine-filled:before{content:"\\E877"}.tet-icon__bullet:before{content:"\\E878"}.tet-icon__sound:before{content:"\\E879"}.tet-icon__dropdown:before{content:"\\E87A"}.tet-icon__mask-pass:before{content:"\\E87B"}.tet-icon__select:before{content:"\\E87C"}.tet-icon__text-area-sizing:before{content:"\\E87D"}.tet-icon__unmask-pass:before{content:"\\E87E"}.tet-icon__bullet-small:before{content:"\\E882"}.tet-icon__electric-bolt:before{content:"\\E880"}.tet-icon__sun:before{content:"\\E881"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:"\\e86e"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:"\\e85a"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:"\\e85b"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:"\\e86c"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:"\\e855"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:"\\e859"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:"\\e856"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:"\\e86a"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:"\\e81d"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:"\\e867"}@font-face{font-family:"Gilroy";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}.tet-color__blue,.tet-color__blue--hover:hover,.tet-color__blue--focus:focus{color:var(--tc-blue-40)}.tet-color__blue--border,.tet-color__blue--border-hover:hover,.tet-color__blue--border-focus:focus{border-color:var(--tc-blue-40)}.tet-color__blue--background,.tet-color__blue--background-hover:hover,.tet-color__blue--background-focus:focus{background-color:var(--tc-blue-40)}.tet-color__blue80,.tet-color__blue80--hover:hover,.tet-color__blue80--focus:focus{color:var(--tc-blue-80)}.tet-color__blue80--border,.tet-color__blue80--border-hover:hover,.tet-color__blue80--border-focus:focus{border-color:var(--tc-blue-80)}.tet-color__blue80--background,.tet-color__blue80--background-hover:hover,.tet-color__blue80--background-focus:focus{background-color:var(--tc-blue-80)}.tet-color__blue70,.tet-color__blue70--hover:hover,.tet-color__blue70--focus:focus{color:var(--tc-blue-70)}.tet-color__blue70--border,.tet-color__blue70--border-hover:hover,.tet-color__blue70--border-focus:focus{border-color:var(--tc-blue-70)}.tet-color__blue70--background,.tet-color__blue70--background-hover:hover,.tet-color__blue70--background-focus:focus{background-color:var(--tc-blue-70)}.tet-color__blue60,.tet-color__blue60--hover:hover,.tet-color__blue60--focus:focus{color:var(--tc-blue-60)}.tet-color__blue60--border,.tet-color__blue60--border-hover:hover,.tet-color__blue60--border-focus:focus{border-color:var(--tc-blue-60)}.tet-color__blue60--background,.tet-color__blue60--background-hover:hover,.tet-color__blue60--background-focus:focus{background-color:var(--tc-blue-60)}.tet-color__blue50,.tet-color__blue50--hover:hover,.tet-color__blue50--focus:focus{color:var(--tc-blue-50)}.tet-color__blue50--border,.tet-color__blue50--border-hover:hover,.tet-color__blue50--border-focus:focus{border-color:var(--tc-blue-50)}.tet-color__blue50--background,.tet-color__blue50--background-hover:hover,.tet-color__blue50--background-focus:focus{background-color:var(--tc-blue-50)}.tet-color__blue40,.tet-color__blue40--hover:hover,.tet-color__blue40--focus:focus{color:var(--tc-blue-40)}.tet-color__blue40--border,.tet-color__blue40--border-hover:hover,.tet-color__blue40--border-focus:focus{border-color:var(--tc-blue-40)}.tet-color__blue40--background,.tet-color__blue40--background-hover:hover,.tet-color__blue40--background-focus:focus{background-color:var(--tc-blue-40)}.tet-color__blue30,.tet-color__blue30--hover:hover,.tet-color__blue30--focus:focus{color:var(--tc-blue-30)}.tet-color__blue30--border,.tet-color__blue30--border-hover:hover,.tet-color__blue30--border-focus:focus{border-color:var(--tc-blue-30)}.tet-color__blue30--background,.tet-color__blue30--background-hover:hover,.tet-color__blue30--background-focus:focus{background-color:var(--tc-blue-30)}.tet-color__blue20,.tet-color__blue20--hover:hover,.tet-color__blue20--focus:focus{color:var(--tc-blue-20)}.tet-color__blue20--border,.tet-color__blue20--border-hover:hover,.tet-color__blue20--border-focus:focus{border-color:var(--tc-blue-20)}.tet-color__blue20--background,.tet-color__blue20--background-hover:hover,.tet-color__blue20--background-focus:focus{background-color:var(--tc-blue-20)}.tet-color__blue10,.tet-color__blue10--hover:hover,.tet-color__blue10--focus:focus{color:var(--tc-blue-10)}.tet-color__blue10--border,.tet-color__blue10--border-hover:hover,.tet-color__blue10--border-focus:focus{border-color:var(--tc-blue-10)}.tet-color__blue10--background,.tet-color__blue10--background-hover:hover,.tet-color__blue10--background-focus:focus{background-color:var(--tc-blue-10)}.tet-color__blue00,.tet-color__blue00--hover:hover,.tet-color__blue00--focus:focus{color:var(--tc-blue-00)}.tet-color__blue00--border,.tet-color__blue00--border-hover:hover,.tet-color__blue00--border-focus:focus{border-color:var(--tc-blue-00)}.tet-color__blue00--background,.tet-color__blue00--background-hover:hover,.tet-color__blue00--background-focus:focus{background-color:var(--tc-blue-00)}.tet-color__blue80dark,.tet-color__blue80dark--hover:hover,.tet-color__blue80dark--focus:focus{color:var(--tc-blue-80)}.tet-color__blue80dark--border,.tet-color__blue80dark--border-hover:hover,.tet-color__blue80dark--border-focus:focus{border-color:var(--tc-blue-80)}.tet-color__blue80dark--background,.tet-color__blue80dark--background-hover:hover,.tet-color__blue80dark--background-focus:focus{background-color:var(--tc-blue-80)}.tet-color__blue70dark,.tet-color__blue70dark--hover:hover,.tet-color__blue70dark--focus:focus{color:var(--tc-blue-70)}.tet-color__blue70dark--border,.tet-color__blue70dark--border-hover:hover,.tet-color__blue70dark--border-focus:focus{border-color:var(--tc-blue-70)}.tet-color__blue70dark--background,.tet-color__blue70dark--background-hover:hover,.tet-color__blue70dark--background-focus:focus{background-color:var(--tc-blue-70)}.tet-color__blue60dark,.tet-color__blue60dark--hover:hover,.tet-color__blue60dark--focus:focus{color:var(--tc-blue-60)}.tet-color__blue60dark--border,.tet-color__blue60dark--border-hover:hover,.tet-color__blue60dark--border-focus:focus{border-color:var(--tc-blue-60)}.tet-color__blue60dark--background,.tet-color__blue60dark--background-hover:hover,.tet-color__blue60dark--background-focus:focus{background-color:var(--tc-blue-60)}.tet-color__blue50dark,.tet-color__blue50dark--hover:hover,.tet-color__blue50dark--focus:focus{color:var(--tc-blue-50)}.tet-color__blue50dark--border,.tet-color__blue50dark--border-hover:hover,.tet-color__blue50dark--border-focus:focus{border-color:var(--tc-blue-50)}.tet-color__blue50dark--background,.tet-color__blue50dark--background-hover:hover,.tet-color__blue50dark--background-focus:focus{background-color:var(--tc-blue-50)}.tet-color__blue40dark,.tet-color__blue40dark--hover:hover,.tet-color__blue40dark--focus:focus{color:var(--tc-blue-40)}.tet-color__blue40dark--border,.tet-color__blue40dark--border-hover:hover,.tet-color__blue40dark--border-focus:focus{border-color:var(--tc-blue-40)}.tet-color__blue40dark--background,.tet-color__blue40dark--background-hover:hover,.tet-color__blue40dark--background-focus:focus{background-color:var(--tc-blue-40)}.tet-color__blue10dark,.tet-color__blue10dark--hover:hover,.tet-color__blue10dark--focus:focus{color:var(--tc-blue-10)}.tet-color__blue10dark--border,.tet-color__blue10dark--border-hover:hover,.tet-color__blue10dark--border-focus:focus{border-color:var(--tc-blue-10)}.tet-color__blue10dark--background,.tet-color__blue10dark--background-hover:hover,.tet-color__blue10dark--background-focus:focus{background-color:var(--tc-blue-10)}.tet-color__green,.tet-color__green--hover:hover,.tet-color__green--focus:focus{color:var(--tc-green-40)}.tet-color__green--border,.tet-color__green--border-hover:hover,.tet-color__green--border-focus:focus{border-color:var(--tc-green-40)}.tet-color__green--background,.tet-color__green--background-hover:hover,.tet-color__green--background-focus:focus{background-color:var(--tc-green-40)}.tet-color__green80,.tet-color__green80--hover:hover,.tet-color__green80--focus:focus{color:var(--tc-green-80)}.tet-color__green80--border,.tet-color__green80--border-hover:hover,.tet-color__green80--border-focus:focus{border-color:var(--tc-green-80)}.tet-color__green80--background,.tet-color__green80--background-hover:hover,.tet-color__green80--background-focus:focus{background-color:var(--tc-green-80)}.tet-color__green70,.tet-color__green70--hover:hover,.tet-color__green70--focus:focus{color:var(--tc-green-70)}.tet-color__green70--border,.tet-color__green70--border-hover:hover,.tet-color__green70--border-focus:focus{border-color:var(--tc-green-70)}.tet-color__green70--background,.tet-color__green70--background-hover:hover,.tet-color__green70--background-focus:focus{background-color:var(--tc-green-70)}.tet-color__green60,.tet-color__green60--hover:hover,.tet-color__green60--focus:focus{color:var(--tc-green-60)}.tet-color__green60--border,.tet-color__green60--border-hover:hover,.tet-color__green60--border-focus:focus{border-color:var(--tc-green-60)}.tet-color__green60--background,.tet-color__green60--background-hover:hover,.tet-color__green60--background-focus:focus{background-color:var(--tc-green-60)}.tet-color__green50,.tet-color__green50--hover:hover,.tet-color__green50--focus:focus{color:var(--tc-green-50)}.tet-color__green50--border,.tet-color__green50--border-hover:hover,.tet-color__green50--border-focus:focus{border-color:var(--tc-green-50)}.tet-color__green50--background,.tet-color__green50--background-hover:hover,.tet-color__green50--background-focus:focus{background-color:var(--tc-green-50)}.tet-color__green40,.tet-color__green40--hover:hover,.tet-color__green40--focus:focus{color:var(--tc-green-40)}.tet-color__green40--border,.tet-color__green40--border-hover:hover,.tet-color__green40--border-focus:focus{border-color:var(--tc-green-40)}.tet-color__green40--background,.tet-color__green40--background-hover:hover,.tet-color__green40--background-focus:focus{background-color:var(--tc-green-40)}.tet-color__green30,.tet-color__green30--hover:hover,.tet-color__green30--focus:focus{color:var(--tc-green-30)}.tet-color__green30--border,.tet-color__green30--border-hover:hover,.tet-color__green30--border-focus:focus{border-color:var(--tc-green-30)}.tet-color__green30--background,.tet-color__green30--background-hover:hover,.tet-color__green30--background-focus:focus{background-color:var(--tc-green-30)}.tet-color__green20,.tet-color__green20--hover:hover,.tet-color__green20--focus:focus{color:var(--tc-green-20)}.tet-color__green20--border,.tet-color__green20--border-hover:hover,.tet-color__green20--border-focus:focus{border-color:var(--tc-green-20)}.tet-color__green20--background,.tet-color__green20--background-hover:hover,.tet-color__green20--background-focus:focus{background-color:var(--tc-green-20)}.tet-color__green10,.tet-color__green10--hover:hover,.tet-color__green10--focus:focus{color:var(--tc-green-10)}.tet-color__green10--border,.tet-color__green10--border-hover:hover,.tet-color__green10--border-focus:focus{border-color:var(--tc-green-10)}.tet-color__green10--background,.tet-color__green10--background-hover:hover,.tet-color__green10--background-focus:focus{background-color:var(--tc-green-10)}.tet-color__green00,.tet-color__green00--hover:hover,.tet-color__green00--focus:focus{color:var(--tc-green-00)}.tet-color__green00--border,.tet-color__green00--border-hover:hover,.tet-color__green00--border-focus:focus{border-color:var(--tc-green-00)}.tet-color__green00--background,.tet-color__green00--background-hover:hover,.tet-color__green00--background-focus:focus{background-color:var(--tc-green-00)}.tet-color__green80dark,.tet-color__green80dark--hover:hover,.tet-color__green80dark--focus:focus{color:var(--tc-green-80)}.tet-color__green80dark--border,.tet-color__green80dark--border-hover:hover,.tet-color__green80dark--border-focus:focus{border-color:var(--tc-green-80)}.tet-color__green80dark--background,.tet-color__green80dark--background-hover:hover,.tet-color__green80dark--background-focus:focus{background-color:var(--tc-green-80)}.tet-color__green70dark,.tet-color__green70dark--hover:hover,.tet-color__green70dark--focus:focus{color:var(--tc-green-70)}.tet-color__green70dark--border,.tet-color__green70dark--border-hover:hover,.tet-color__green70dark--border-focus:focus{border-color:var(--tc-green-70)}.tet-color__green70dark--background,.tet-color__green70dark--background-hover:hover,.tet-color__green70dark--background-focus:focus{background-color:var(--tc-green-70)}.tet-color__green60dark,.tet-color__green60dark--hover:hover,.tet-color__green60dark--focus:focus{color:var(--tc-green-60)}.tet-color__green60dark--border,.tet-color__green60dark--border-hover:hover,.tet-color__green60dark--border-focus:focus{border-color:var(--tc-green-60)}.tet-color__green60dark--background,.tet-color__green60dark--background-hover:hover,.tet-color__green60dark--background-focus:focus{background-color:var(--tc-green-60)}.tet-color__green50dark,.tet-color__green50dark--hover:hover,.tet-color__green50dark--focus:focus{color:var(--tc-green-50)}.tet-color__green50dark--border,.tet-color__green50dark--border-hover:hover,.tet-color__green50dark--border-focus:focus{border-color:var(--tc-green-50)}.tet-color__green50dark--background,.tet-color__green50dark--background-hover:hover,.tet-color__green50dark--background-focus:focus{background-color:var(--tc-green-50)}.tet-color__green40dark,.tet-color__green40dark--hover:hover,.tet-color__green40dark--focus:focus{color:var(--tc-green-40)}.tet-color__green40dark--border,.tet-color__green40dark--border-hover:hover,.tet-color__green40dark--border-focus:focus{border-color:var(--tc-green-40)}.tet-color__green40dark--background,.tet-color__green40dark--background-hover:hover,.tet-color__green40dark--background-focus:focus{background-color:var(--tc-green-40)}.tet-color__green10dark,.tet-color__green10dark--hover:hover,.tet-color__green10dark--focus:focus{color:var(--tc-green-10)}.tet-color__green10dark--border,.tet-color__green10dark--border-hover:hover,.tet-color__green10dark--border-focus:focus{border-color:var(--tc-green-10)}.tet-color__green10dark--background,.tet-color__green10dark--background-hover:hover,.tet-color__green10dark--background-focus:focus{background-color:var(--tc-green-10)}.tet-color__yellow,.tet-color__yellow--hover:hover,.tet-color__yellow--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow--border,.tet-color__yellow--border-hover:hover,.tet-color__yellow--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow--background,.tet-color__yellow--background-hover:hover,.tet-color__yellow--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow80,.tet-color__yellow80--hover:hover,.tet-color__yellow80--focus:focus{color:var(--tc-yellow-80)}.tet-color__yellow80--border,.tet-color__yellow80--border-hover:hover,.tet-color__yellow80--border-focus:focus{border-color:var(--tc-yellow-80)}.tet-color__yellow80--background,.tet-color__yellow80--background-hover:hover,.tet-color__yellow80--background-focus:focus{background-color:var(--tc-yellow-80)}.tet-color__yellow70,.tet-color__yellow70--hover:hover,.tet-color__yellow70--focus:focus{color:var(--tc-yellow-70)}.tet-color__yellow70--border,.tet-color__yellow70--border-hover:hover,.tet-color__yellow70--border-focus:focus{border-color:var(--tc-yellow-70)}.tet-color__yellow70--background,.tet-color__yellow70--background-hover:hover,.tet-color__yellow70--background-focus:focus{background-color:var(--tc-yellow-70)}.tet-color__yellow60,.tet-color__yellow60--hover:hover,.tet-color__yellow60--focus:focus{color:var(--tc-yellow-60)}.tet-color__yellow60--border,.tet-color__yellow60--border-hover:hover,.tet-color__yellow60--border-focus:focus{border-color:var(--tc-yellow-60)}.tet-color__yellow60--background,.tet-color__yellow60--background-hover:hover,.tet-color__yellow60--background-focus:focus{background-color:var(--tc-yellow-60)}.tet-color__yellow50,.tet-color__yellow50--hover:hover,.tet-color__yellow50--focus:focus{color:var(--tc-yellow-50)}.tet-color__yellow50--border,.tet-color__yellow50--border-hover:hover,.tet-color__yellow50--border-focus:focus{border-color:var(--tc-yellow-50)}.tet-color__yellow50--background,.tet-color__yellow50--background-hover:hover,.tet-color__yellow50--background-focus:focus{background-color:var(--tc-yellow-50)}.tet-color__yellow40,.tet-color__yellow40--hover:hover,.tet-color__yellow40--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow40--border,.tet-color__yellow40--border-hover:hover,.tet-color__yellow40--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow40--background,.tet-color__yellow40--background-hover:hover,.tet-color__yellow40--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow30,.tet-color__yellow30--hover:hover,.tet-color__yellow30--focus:focus{color:var(--tc-yellow-30)}.tet-color__yellow30--border,.tet-color__yellow30--border-hover:hover,.tet-color__yellow30--border-focus:focus{border-color:var(--tc-yellow-30)}.tet-color__yellow30--background,.tet-color__yellow30--background-hover:hover,.tet-color__yellow30--background-focus:focus{background-color:var(--tc-yellow-30)}.tet-color__yellow20,.tet-color__yellow20--hover:hover,.tet-color__yellow20--focus:focus{color:var(--tc-yellow-20)}.tet-color__yellow20--border,.tet-color__yellow20--border-hover:hover,.tet-color__yellow20--border-focus:focus{border-color:var(--tc-yellow-20)}.tet-color__yellow20--background,.tet-color__yellow20--background-hover:hover,.tet-color__yellow20--background-focus:focus{background-color:var(--tc-yellow-20)}.tet-color__yellow10,.tet-color__yellow10--hover:hover,.tet-color__yellow10--focus:focus{color:var(--tc-yellow-10)}.tet-color__yellow10--border,.tet-color__yellow10--border-hover:hover,.tet-color__yellow10--border-focus:focus{border-color:var(--tc-yellow-10)}.tet-color__yellow10--background,.tet-color__yellow10--background-hover:hover,.tet-color__yellow10--background-focus:focus{background-color:var(--tc-yellow-10)}.tet-color__yellow00,.tet-color__yellow00--hover:hover,.tet-color__yellow00--focus:focus{color:var(--tc-yellow-00)}.tet-color__yellow00--border,.tet-color__yellow00--border-hover:hover,.tet-color__yellow00--border-focus:focus{border-color:var(--tc-yellow-00)}.tet-color__yellow00--background,.tet-color__yellow00--background-hover:hover,.tet-color__yellow00--background-focus:focus{background-color:var(--tc-yellow-00)}.tet-color__yellow80dark,.tet-color__yellow80dark--hover:hover,.tet-color__yellow80dark--focus:focus{color:var(--tc-yellow-80)}.tet-color__yellow80dark--border,.tet-color__yellow80dark--border-hover:hover,.tet-color__yellow80dark--border-focus:focus{border-color:var(--tc-yellow-80)}.tet-color__yellow80dark--background,.tet-color__yellow80dark--background-hover:hover,.tet-color__yellow80dark--background-focus:focus{background-color:var(--tc-yellow-80)}.tet-color__yellow70dark,.tet-color__yellow70dark--hover:hover,.tet-color__yellow70dark--focus:focus{color:var(--tc-yellow-70)}.tet-color__yellow70dark--border,.tet-color__yellow70dark--border-hover:hover,.tet-color__yellow70dark--border-focus:focus{border-color:var(--tc-yellow-70)}.tet-color__yellow70dark--background,.tet-color__yellow70dark--background-hover:hover,.tet-color__yellow70dark--background-focus:focus{background-color:var(--tc-yellow-70)}.tet-color__yellow60dark,.tet-color__yellow60dark--hover:hover,.tet-color__yellow60dark--focus:focus{color:var(--tc-yellow-60)}.tet-color__yellow60dark--border,.tet-color__yellow60dark--border-hover:hover,.tet-color__yellow60dark--border-focus:focus{border-color:var(--tc-yellow-60)}.tet-color__yellow60dark--background,.tet-color__yellow60dark--background-hover:hover,.tet-color__yellow60dark--background-focus:focus{background-color:var(--tc-yellow-60)}.tet-color__yellow55dark,.tet-color__yellow55dark--hover:hover,.tet-color__yellow55dark--focus:focus{color:var(--tc-yellow-50)}.tet-color__yellow55dark--border,.tet-color__yellow55dark--border-hover:hover,.tet-color__yellow55dark--border-focus:focus{border-color:var(--tc-yellow-50)}.tet-color__yellow55dark--background,.tet-color__yellow55dark--background-hover:hover,.tet-color__yellow55dark--background-focus:focus{background-color:var(--tc-yellow-50)}.tet-color__yellow50dark,.tet-color__yellow50dark--hover:hover,.tet-color__yellow50dark--focus:focus{color:var(--tc-yellow-50)}.tet-color__yellow50dark--border,.tet-color__yellow50dark--border-hover:hover,.tet-color__yellow50dark--border-focus:focus{border-color:var(--tc-yellow-50)}.tet-color__yellow50dark--background,.tet-color__yellow50dark--background-hover:hover,.tet-color__yellow50dark--background-focus:focus{background-color:var(--tc-yellow-50)}.tet-color__yellow45dark,.tet-color__yellow45dark--hover:hover,.tet-color__yellow45dark--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow45dark--border,.tet-color__yellow45dark--border-hover:hover,.tet-color__yellow45dark--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow45dark--background,.tet-color__yellow45dark--background-hover:hover,.tet-color__yellow45dark--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow40dark,.tet-color__yellow40dark--hover:hover,.tet-color__yellow40dark--focus:focus{color:var(--tc-yellow-40)}.tet-color__yellow40dark--border,.tet-color__yellow40dark--border-hover:hover,.tet-color__yellow40dark--border-focus:focus{border-color:var(--tc-yellow-40)}.tet-color__yellow40dark--background,.tet-color__yellow40dark--background-hover:hover,.tet-color__yellow40dark--background-focus:focus{background-color:var(--tc-yellow-40)}.tet-color__yellow10dark,.tet-color__yellow10dark--hover:hover,.tet-color__yellow10dark--focus:focus{color:var(--tc-yellow-10)}.tet-color__yellow10dark--border,.tet-color__yellow10dark--border-hover:hover,.tet-color__yellow10dark--border-focus:focus{border-color:var(--tc-yellow-10)}.tet-color__yellow10dark--background,.tet-color__yellow10dark--background-hover:hover,.tet-color__yellow10dark--background-focus:focus{background-color:var(--tc-yellow-10)}.tet-color__red,.tet-color__red--hover:hover,.tet-color__red--focus:focus{color:var(--tc-red-40)}.tet-color__red--border,.tet-color__red--border-hover:hover,.tet-color__red--border-focus:focus{border-color:var(--tc-red-40)}.tet-color__red--background,.tet-color__red--background-hover:hover,.tet-color__red--background-focus:focus{background-color:var(--tc-red-40)}.tet-color__red80,.tet-color__red80--hover:hover,.tet-color__red80--focus:focus{color:var(--tc-red-80)}.tet-color__red80--border,.tet-color__red80--border-hover:hover,.tet-color__red80--border-focus:focus{border-color:var(--tc-red-80)}.tet-color__red80--background,.tet-color__red80--background-hover:hover,.tet-color__red80--background-focus:focus{background-color:var(--tc-red-80)}.tet-color__red70,.tet-color__red70--hover:hover,.tet-color__red70--focus:focus{color:var(--tc-red-70)}.tet-color__red70--border,.tet-color__red70--border-hover:hover,.tet-color__red70--border-focus:focus{border-color:var(--tc-red-70)}.tet-color__red70--background,.tet-color__red70--background-hover:hover,.tet-color__red70--background-focus:focus{background-color:var(--tc-red-70)}.tet-color__red60,.tet-color__red60--hover:hover,.tet-color__red60--focus:focus{color:var(--tc-red-60)}.tet-color__red60--border,.tet-color__red60--border-hover:hover,.tet-color__red60--border-focus:focus{border-color:var(--tc-red-60)}.tet-color__red60--background,.tet-color__red60--background-hover:hover,.tet-color__red60--background-focus:focus{background-color:var(--tc-red-60)}.tet-color__red50,.tet-color__red50--hover:hover,.tet-color__red50--focus:focus{color:var(--tc-red-50)}.tet-color__red50--border,.tet-color__red50--border-hover:hover,.tet-color__red50--border-focus:focus{border-color:var(--tc-red-50)}.tet-color__red50--background,.tet-color__red50--background-hover:hover,.tet-color__red50--background-focus:focus{background-color:var(--tc-red-50)}.tet-color__red40,.tet-color__red40--hover:hover,.tet-color__red40--focus:focus{color:var(--tc-red-40)}.tet-color__red40--border,.tet-color__red40--border-hover:hover,.tet-color__red40--border-focus:focus{border-color:var(--tc-red-40)}.tet-color__red40--background,.tet-color__red40--background-hover:hover,.tet-color__red40--background-focus:focus{background-color:var(--tc-red-40)}.tet-color__red30,.tet-color__red30--hover:hover,.tet-color__red30--focus:focus{color:var(--tc-red-30)}.tet-color__red30--border,.tet-color__red30--border-hover:hover,.tet-color__red30--border-focus:focus{border-color:var(--tc-red-30)}.tet-color__red30--background,.tet-color__red30--background-hover:hover,.tet-color__red30--background-focus:focus{background-color:var(--tc-red-30)}.tet-color__red20,.tet-color__red20--hover:hover,.tet-color__red20--focus:focus{color:var(--tc-red-20)}.tet-color__red20--border,.tet-color__red20--border-hover:hover,.tet-color__red20--border-focus:focus{border-color:var(--tc-red-20)}.tet-color__red20--background,.tet-color__red20--background-hover:hover,.tet-color__red20--background-focus:focus{background-color:var(--tc-red-20)}.tet-color__red10,.tet-color__red10--hover:hover,.tet-color__red10--focus:focus{color:var(--tc-red-10)}.tet-color__red10--border,.tet-color__red10--border-hover:hover,.tet-color__red10--border-focus:focus{border-color:var(--tc-red-10)}.tet-color__red10--background,.tet-color__red10--background-hover:hover,.tet-color__red10--background-focus:focus{background-color:var(--tc-red-10)}.tet-color__red00,.tet-color__red00--hover:hover,.tet-color__red00--focus:focus{color:var(--tc-red-00)}.tet-color__red00--border,.tet-color__red00--border-hover:hover,.tet-color__red00--border-focus:focus{border-color:var(--tc-red-00)}.tet-color__red00--background,.tet-color__red00--background-hover:hover,.tet-color__red00--background-focus:focus{background-color:var(--tc-red-00)}.tet-color__red80dark,.tet-color__red80dark--hover:hover,.tet-color__red80dark--focus:focus{color:var(--tc-red-80)}.tet-color__red80dark--border,.tet-color__red80dark--border-hover:hover,.tet-color__red80dark--border-focus:focus{border-color:var(--tc-red-80)}.tet-color__red80dark--background,.tet-color__red80dark--background-hover:hover,.tet-color__red80dark--background-focus:focus{background-color:var(--tc-red-80)}.tet-color__red70dark,.tet-color__red70dark--hover:hover,.tet-color__red70dark--focus:focus{color:var(--tc-red-70)}.tet-color__red70dark--border,.tet-color__red70dark--border-hover:hover,.tet-color__red70dark--border-focus:focus{border-color:var(--tc-red-70)}.tet-color__red70dark--background,.tet-color__red70dark--background-hover:hover,.tet-color__red70dark--background-focus:focus{background-color:var(--tc-red-70)}.tet-color__red65dark,.tet-color__red65dark--hover:hover,.tet-color__red65dark--focus:focus{color:var(--tc-red-60)}.tet-color__red65dark--border,.tet-color__red65dark--border-hover:hover,.tet-color__red65dark--border-focus:focus{border-color:var(--tc-red-60)}.tet-color__red65dark--background,.tet-color__red65dark--background-hover:hover,.tet-color__red65dark--background-focus:focus{background-color:var(--tc-red-60)}.tet-color__red60dark,.tet-color__red60dark--hover:hover,.tet-color__red60dark--focus:focus{color:var(--tc-red-60)}.tet-color__red60dark--border,.tet-color__red60dark--border-hover:hover,.tet-color__red60dark--border-focus:focus{border-color:var(--tc-red-60)}.tet-color__red60dark--background,.tet-color__red60dark--background-hover:hover,.tet-color__red60dark--background-focus:focus{background-color:var(--tc-red-60)}.tet-color__red55dark,.tet-color__red55dark--hover:hover,.tet-color__red55dark--focus:focus{color:var(--tc-red-50)}.tet-color__red55dark--border,.tet-color__red55dark--border-hover:hover,.tet-color__red55dark--border-focus:focus{border-color:var(--tc-red-50)}.tet-color__red55dark--background,.tet-color__red55dark--background-hover:hover,.tet-color__red55dark--background-focus:focus{background-color:var(--tc-red-50)}.tet-color__red50dark,.tet-color__red50dark--hover:hover,.tet-color__red50dark--focus:focus{color:var(--tc-red-50)}.tet-color__red50dark--border,.tet-color__red50dark--border-hover:hover,.tet-color__red50dark--border-focus:focus{border-color:var(--tc-red-50)}.tet-color__red50dark--background,.tet-color__red50dark--background-hover:hover,.tet-color__red50dark--background-focus:focus{background-color:var(--tc-red-50)}.tet-color__red40dark,.tet-color__red40dark--hover:hover,.tet-color__red40dark--focus:focus{color:var(--tc-red-40)}.tet-color__red40dark--border,.tet-color__red40dark--border-hover:hover,.tet-color__red40dark--border-focus:focus{border-color:var(--tc-red-40)}.tet-color__red40dark--background,.tet-color__red40dark--background-hover:hover,.tet-color__red40dark--background-focus:focus{background-color:var(--tc-red-40)}.tet-color__red10dark,.tet-color__red10dark--hover:hover,.tet-color__red10dark--focus:focus{color:var(--tc-red-10)}.tet-color__red10dark--border,.tet-color__red10dark--border-hover:hover,.tet-color__red10dark--border-focus:focus{border-color:var(--tc-red-10)}.tet-color__red10dark--background,.tet-color__red10dark--background-hover:hover,.tet-color__red10dark--background-focus:focus{background-color:var(--tc-red-10)}.tet-color__violet,.tet-color__violet--hover:hover,.tet-color__violet--focus:focus{color:var(--tc-violet-40)}.tet-color__violet--border,.tet-color__violet--border-hover:hover,.tet-color__violet--border-focus:focus{border-color:var(--tc-violet-40)}.tet-color__violet--background,.tet-color__violet--background-hover:hover,.tet-color__violet--background-focus:focus{background-color:var(--tc-violet-40)}.tet-color__violet80,.tet-color__violet80--hover:hover,.tet-color__violet80--focus:focus{color:var(--tc-violet-80)}.tet-color__violet80--border,.tet-color__violet80--border-hover:hover,.tet-color__violet80--border-focus:focus{border-color:var(--tc-violet-80)}.tet-color__violet80--background,.tet-color__violet80--background-hover:hover,.tet-color__violet80--background-focus:focus{background-color:var(--tc-violet-80)}.tet-color__violet70,.tet-color__violet70--hover:hover,.tet-color__violet70--focus:focus{color:var(--tc-violet-70)}.tet-color__violet70--border,.tet-color__violet70--border-hover:hover,.tet-color__violet70--border-focus:focus{border-color:var(--tc-violet-70)}.tet-color__violet70--background,.tet-color__violet70--background-hover:hover,.tet-color__violet70--background-focus:focus{background-color:var(--tc-violet-70)}.tet-color__violet60,.tet-color__violet60--hover:hover,.tet-color__violet60--focus:focus{color:var(--tc-violet-60)}.tet-color__violet60--border,.tet-color__violet60--border-hover:hover,.tet-color__violet60--border-focus:focus{border-color:var(--tc-violet-60)}.tet-color__violet60--background,.tet-color__violet60--background-hover:hover,.tet-color__violet60--background-focus:focus{background-color:var(--tc-violet-60)}.tet-color__violet50,.tet-color__violet50--hover:hover,.tet-color__violet50--focus:focus{color:var(--tc-violet-50)}.tet-color__violet50--border,.tet-color__violet50--border-hover:hover,.tet-color__violet50--border-focus:focus{border-color:var(--tc-violet-50)}.tet-color__violet50--background,.tet-color__violet50--background-hover:hover,.tet-color__violet50--background-focus:focus{background-color:var(--tc-violet-50)}.tet-color__violet40,.tet-color__violet40--hover:hover,.tet-color__violet40--focus:focus{color:var(--tc-violet-40)}.tet-color__violet40--border,.tet-color__violet40--border-hover:hover,.tet-color__violet40--border-focus:focus{border-color:var(--tc-violet-40)}.tet-color__violet40--background,.tet-color__violet40--background-hover:hover,.tet-color__violet40--background-focus:focus{background-color:var(--tc-violet-40)}.tet-color__violet30,.tet-color__violet30--hover:hover,.tet-color__violet30--focus:focus{color:var(--tc-violet-30)}.tet-color__violet30--border,.tet-color__violet30--border-hover:hover,.tet-color__violet30--border-focus:focus{border-color:var(--tc-violet-30)}.tet-color__violet30--background,.tet-color__violet30--background-hover:hover,.tet-color__violet30--background-focus:focus{background-color:var(--tc-violet-30)}.tet-color__violet20,.tet-color__violet20--hover:hover,.tet-color__violet20--focus:focus{color:var(--tc-violet-20)}.tet-color__violet20--border,.tet-color__violet20--border-hover:hover,.tet-color__violet20--border-focus:focus{border-color:var(--tc-violet-20)}.tet-color__violet20--background,.tet-color__violet20--background-hover:hover,.tet-color__violet20--background-focus:focus{background-color:var(--tc-violet-20)}.tet-color__violet10,.tet-color__violet10--hover:hover,.tet-color__violet10--focus:focus{color:var(--tc-violet-10)}.tet-color__violet10--border,.tet-color__violet10--border-hover:hover,.tet-color__violet10--border-focus:focus{border-color:var(--tc-violet-10)}.tet-color__violet10--background,.tet-color__violet10--background-hover:hover,.tet-color__violet10--background-focus:focus{background-color:var(--tc-violet-10)}.tet-color__violet00,.tet-color__violet00--hover:hover,.tet-color__violet00--focus:focus{color:var(--tc-violet-00)}.tet-color__violet00--border,.tet-color__violet00--border-hover:hover,.tet-color__violet00--border-focus:focus{border-color:var(--tc-violet-00)}.tet-color__violet00--background,.tet-color__violet00--background-hover:hover,.tet-color__violet00--background-focus:focus{background-color:var(--tc-violet-00)}.tet-color__grey110,.tet-color__grey110--hover:hover,.tet-color__grey110--focus:focus{color:var(--tc-grey-110)}.tet-color__grey110--border,.tet-color__grey110--border-hover:hover,.tet-color__grey110--border-focus:focus{border-color:var(--tc-grey-110)}.tet-color__grey110--background,.tet-color__grey110--background-hover:hover,.tet-color__grey110--background-focus:focus{background-color:var(--tc-grey-110)}.tet-color__grey100,.tet-color__grey100--hover:hover,.tet-color__grey100--focus:focus{color:var(--tc-grey-100)}.tet-color__grey100--border,.tet-color__grey100--border-hover:hover,.tet-color__grey100--border-focus:focus{border-color:var(--tc-grey-100)}.tet-color__grey100--background,.tet-color__grey100--background-hover:hover,.tet-color__grey100--background-focus:focus{background-color:var(--tc-grey-100)}.tet-color__grey90,.tet-color__grey90--hover:hover,.tet-color__grey90--focus:focus{color:var(--tc-grey-90)}.tet-color__grey90--border,.tet-color__grey90--border-hover:hover,.tet-color__grey90--border-focus:focus{border-color:var(--tc-grey-90)}.tet-color__grey90--background,.tet-color__grey90--background-hover:hover,.tet-color__grey90--background-focus:focus{background-color:var(--tc-grey-90)}.tet-color__grey80,.tet-color__grey80--hover:hover,.tet-color__grey80--focus:focus{color:var(--tc-grey-80)}.tet-color__grey80--border,.tet-color__grey80--border-hover:hover,.tet-color__grey80--border-focus:focus{border-color:var(--tc-grey-80)}.tet-color__grey80--background,.tet-color__grey80--background-hover:hover,.tet-color__grey80--background-focus:focus{background-color:var(--tc-grey-80)}.tet-color__grey70,.tet-color__grey70--hover:hover,.tet-color__grey70--focus:focus{color:var(--tc-grey-70)}.tet-color__grey70--border,.tet-color__grey70--border-hover:hover,.tet-color__grey70--border-focus:focus{border-color:var(--tc-grey-70)}.tet-color__grey70--background,.tet-color__grey70--background-hover:hover,.tet-color__grey70--background-focus:focus{background-color:var(--tc-grey-70)}.tet-color__grey60,.tet-color__grey60--hover:hover,.tet-color__grey60--focus:focus{color:var(--tc-grey-60)}.tet-color__grey60--border,.tet-color__grey60--border-hover:hover,.tet-color__grey60--border-focus:focus{border-color:var(--tc-grey-60)}.tet-color__grey60--background,.tet-color__grey60--background-hover:hover,.tet-color__grey60--background-focus:focus{background-color:var(--tc-grey-60)}.tet-color__grey50,.tet-color__grey50--hover:hover,.tet-color__grey50--focus:focus{color:var(--tc-grey-50)}.tet-color__grey50--border,.tet-color__grey50--border-hover:hover,.tet-color__grey50--border-focus:focus{border-color:var(--tc-grey-50)}.tet-color__grey50--background,.tet-color__grey50--background-hover:hover,.tet-color__grey50--background-focus:focus{background-color:var(--tc-grey-50)}.tet-color__grey40,.tet-color__grey40--hover:hover,.tet-color__grey40--focus:focus{color:var(--tc-grey-40)}.tet-color__grey40--border,.tet-color__grey40--border-hover:hover,.tet-color__grey40--border-focus:focus{border-color:var(--tc-grey-40)}.tet-color__grey40--background,.tet-color__grey40--background-hover:hover,.tet-color__grey40--background-focus:focus{background-color:var(--tc-grey-40)}.tet-color__grey30,.tet-color__grey30--hover:hover,.tet-color__grey30--focus:focus{color:var(--tc-grey-30)}.tet-color__grey30--border,.tet-color__grey30--border-hover:hover,.tet-color__grey30--border-focus:focus{border-color:var(--tc-grey-30)}.tet-color__grey30--background,.tet-color__grey30--background-hover:hover,.tet-color__grey30--background-focus:focus{background-color:var(--tc-grey-30)}.tet-color__grey20,.tet-color__grey20--hover:hover,.tet-color__grey20--focus:focus{color:var(--tc-grey-20)}.tet-color__grey20--border,.tet-color__grey20--border-hover:hover,.tet-color__grey20--border-focus:focus{border-color:var(--tc-grey-20)}.tet-color__grey20--background,.tet-color__grey20--background-hover:hover,.tet-color__grey20--background-focus:focus{background-color:var(--tc-grey-20)}.tet-color__grey10,.tet-color__grey10--hover:hover,.tet-color__grey10--focus:focus{color:var(--tc-grey-10)}.tet-color__grey10--border,.tet-color__grey10--border-hover:hover,.tet-color__grey10--border-focus:focus{border-color:var(--tc-grey-10)}.tet-color__grey10--background,.tet-color__grey10--background-hover:hover,.tet-color__grey10--background-focus:focus{background-color:var(--tc-grey-10)}.tet-color__grey00,.tet-color__grey00--hover:hover,.tet-color__grey00--focus:focus{color:var(--tc-grey-00)}.tet-color__grey00--border,.tet-color__grey00--border-hover:hover,.tet-color__grey00--border-focus:focus{border-color:var(--tc-grey-00)}.tet-color__grey00--background,.tet-color__grey00--background-hover:hover,.tet-color__grey00--background-focus:focus{background-color:var(--tc-grey-00)}.tet-color__purple,.tet-color__purple--hover:hover,.tet-color__purple--focus:focus{color:var(--tc-violet-40)}.tet-color__purple--border,.tet-color__purple--border-hover:hover,.tet-color__purple--border-focus:focus{border-color:var(--tc-violet-40)}.tet-color__purple--background,.tet-color__purple--background-hover:hover,.tet-color__purple--background-focus:focus{background-color:var(--tc-violet-40)}.tet-color__black,.tet-color__black--hover:hover,.tet-color__black--focus:focus{color:var(--tc-foundation-black)}.tet-color__black--border,.tet-color__black--border-hover:hover,.tet-color__black--border-focus:focus{border-color:var(--tc-foundation-black)}.tet-color__black--background,.tet-color__black--background-hover:hover,.tet-color__black--background-focus:focus{background-color:var(--tc-foundation-black)}.tet-color__white,.tet-color__white--hover:hover,.tet-color__white--focus:focus{color:var(--tc-foundation-white)}.tet-color__white--border,.tet-color__white--border-hover:hover,.tet-color__white--border-focus:focus{border-color:var(--tc-foundation-white)}.tet-color__white--background,.tet-color__white--background-hover:hover,.tet-color__white--background-focus:focus{background-color:var(--tc-foundation-white)}.dark .tet-color__blue:not(.tet-color--static),.dark .tet-color__blue--hover:hover:not(.tet-color--static),.dark .tet-color__blue--focus:focus:not(.tet-color--static){color:var(--tc-blue-40-dark)}.dark .tet-color__blue--border:not(.tet-color--static),.dark .tet-color__blue--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-40-dark)}.dark .tet-color__blue--background:not(.tet-color--static),.dark .tet-color__blue--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-40-dark)}.dark .tet-color__blue80:not(.tet-color--static),.dark .tet-color__blue80--hover:hover:not(.tet-color--static),.dark .tet-color__blue80--focus:focus:not(.tet-color--static){color:var(--tc-blue-80-dark)}.dark .tet-color__blue80--border:not(.tet-color--static),.dark .tet-color__blue80--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-80-dark)}.dark .tet-color__blue80--background:not(.tet-color--static),.dark .tet-color__blue80--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-80-dark)}.dark .tet-color__blue70:not(.tet-color--static),.dark .tet-color__blue70--hover:hover:not(.tet-color--static),.dark .tet-color__blue70--focus:focus:not(.tet-color--static){color:var(--tc-blue-70-dark)}.dark .tet-color__blue70--border:not(.tet-color--static),.dark .tet-color__blue70--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-70-dark)}.dark .tet-color__blue70--background:not(.tet-color--static),.dark .tet-color__blue70--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-70-dark)}.dark .tet-color__blue60:not(.tet-color--static),.dark .tet-color__blue60--hover:hover:not(.tet-color--static),.dark .tet-color__blue60--focus:focus:not(.tet-color--static){color:var(--tc-blue-60-dark)}.dark .tet-color__blue60--border:not(.tet-color--static),.dark .tet-color__blue60--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-60-dark)}.dark .tet-color__blue60--background:not(.tet-color--static),.dark .tet-color__blue60--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-60-dark)}.dark .tet-color__blue50:not(.tet-color--static),.dark .tet-color__blue50--hover:hover:not(.tet-color--static),.dark .tet-color__blue50--focus:focus:not(.tet-color--static){color:var(--tc-blue-50-dark)}.dark .tet-color__blue50--border:not(.tet-color--static),.dark .tet-color__blue50--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-50-dark)}.dark .tet-color__blue50--background:not(.tet-color--static),.dark .tet-color__blue50--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-50-dark)}.dark .tet-color__blue40:not(.tet-color--static),.dark .tet-color__blue40--hover:hover:not(.tet-color--static),.dark .tet-color__blue40--focus:focus:not(.tet-color--static){color:var(--tc-blue-40-dark)}.dark .tet-color__blue40--border:not(.tet-color--static),.dark .tet-color__blue40--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-40-dark)}.dark .tet-color__blue40--background:not(.tet-color--static),.dark .tet-color__blue40--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-40-dark)}.dark .tet-color__blue30:not(.tet-color--static),.dark .tet-color__blue30--hover:hover:not(.tet-color--static),.dark .tet-color__blue30--focus:focus:not(.tet-color--static){color:var(--tc-blue-30-dark)}.dark .tet-color__blue30--border:not(.tet-color--static),.dark .tet-color__blue30--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-30-dark)}.dark .tet-color__blue30--background:not(.tet-color--static),.dark .tet-color__blue30--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-30-dark)}.dark .tet-color__blue20:not(.tet-color--static),.dark .tet-color__blue20--hover:hover:not(.tet-color--static),.dark .tet-color__blue20--focus:focus:not(.tet-color--static){color:var(--tc-blue-20-dark)}.dark .tet-color__blue20--border:not(.tet-color--static),.dark .tet-color__blue20--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-20-dark)}.dark .tet-color__blue20--background:not(.tet-color--static),.dark .tet-color__blue20--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-20-dark)}.dark .tet-color__blue10:not(.tet-color--static),.dark .tet-color__blue10--hover:hover:not(.tet-color--static),.dark .tet-color__blue10--focus:focus:not(.tet-color--static){color:var(--tc-blue-10-dark)}.dark .tet-color__blue10--border:not(.tet-color--static),.dark .tet-color__blue10--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-10-dark)}.dark .tet-color__blue10--background:not(.tet-color--static),.dark .tet-color__blue10--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-10-dark)}.dark .tet-color__blue00:not(.tet-color--static),.dark .tet-color__blue00--hover:hover:not(.tet-color--static),.dark .tet-color__blue00--focus:focus:not(.tet-color--static){color:var(--tc-blue-00-dark)}.dark .tet-color__blue00--border:not(.tet-color--static),.dark .tet-color__blue00--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-00-dark)}.dark .tet-color__blue00--background:not(.tet-color--static),.dark .tet-color__blue00--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-00-dark)}.dark .tet-color__blue80dark:not(.tet-color--static),.dark .tet-color__blue80dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue80dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-80-dark)}.dark .tet-color__blue80dark--border:not(.tet-color--static),.dark .tet-color__blue80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-80-dark)}.dark .tet-color__blue80dark--background:not(.tet-color--static),.dark .tet-color__blue80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-80-dark)}.dark .tet-color__blue70dark:not(.tet-color--static),.dark .tet-color__blue70dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue70dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-70-dark)}.dark .tet-color__blue70dark--border:not(.tet-color--static),.dark .tet-color__blue70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-70-dark)}.dark .tet-color__blue70dark--background:not(.tet-color--static),.dark .tet-color__blue70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-70-dark)}.dark .tet-color__blue60dark:not(.tet-color--static),.dark .tet-color__blue60dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue60dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-60-dark)}.dark .tet-color__blue60dark--border:not(.tet-color--static),.dark .tet-color__blue60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-60-dark)}.dark .tet-color__blue60dark--background:not(.tet-color--static),.dark .tet-color__blue60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-60-dark)}.dark .tet-color__blue50dark:not(.tet-color--static),.dark .tet-color__blue50dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue50dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-50-dark)}.dark .tet-color__blue50dark--border:not(.tet-color--static),.dark .tet-color__blue50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-50-dark)}.dark .tet-color__blue50dark--background:not(.tet-color--static),.dark .tet-color__blue50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-50-dark)}.dark .tet-color__blue40dark:not(.tet-color--static),.dark .tet-color__blue40dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue40dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-40-dark)}.dark .tet-color__blue40dark--border:not(.tet-color--static),.dark .tet-color__blue40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-40-dark)}.dark .tet-color__blue40dark--background:not(.tet-color--static),.dark .tet-color__blue40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-40-dark)}.dark .tet-color__blue10dark:not(.tet-color--static),.dark .tet-color__blue10dark--hover:hover:not(.tet-color--static),.dark .tet-color__blue10dark--focus:focus:not(.tet-color--static){color:var(--tc-blue-10-dark)}.dark .tet-color__blue10dark--border:not(.tet-color--static),.dark .tet-color__blue10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__blue10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-blue-10-dark)}.dark .tet-color__blue10dark--background:not(.tet-color--static),.dark .tet-color__blue10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__blue10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-blue-10-dark)}.dark .tet-color__green:not(.tet-color--static),.dark .tet-color__green--hover:hover:not(.tet-color--static),.dark .tet-color__green--focus:focus:not(.tet-color--static){color:var(--tc-green-40-dark)}.dark .tet-color__green--border:not(.tet-color--static),.dark .tet-color__green--border-hover:hover:not(.tet-color--static),.dark .tet-color__green--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-40-dark)}.dark .tet-color__green--background:not(.tet-color--static),.dark .tet-color__green--background-hover:hover:not(.tet-color--static),.dark .tet-color__green--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-40-dark)}.dark .tet-color__green80:not(.tet-color--static),.dark .tet-color__green80--hover:hover:not(.tet-color--static),.dark .tet-color__green80--focus:focus:not(.tet-color--static){color:var(--tc-green-80-dark)}.dark .tet-color__green80--border:not(.tet-color--static),.dark .tet-color__green80--border-hover:hover:not(.tet-color--static),.dark .tet-color__green80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-80-dark)}.dark .tet-color__green80--background:not(.tet-color--static),.dark .tet-color__green80--background-hover:hover:not(.tet-color--static),.dark .tet-color__green80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-80-dark)}.dark .tet-color__green70:not(.tet-color--static),.dark .tet-color__green70--hover:hover:not(.tet-color--static),.dark .tet-color__green70--focus:focus:not(.tet-color--static){color:var(--tc-green-70-dark)}.dark .tet-color__green70--border:not(.tet-color--static),.dark .tet-color__green70--border-hover:hover:not(.tet-color--static),.dark .tet-color__green70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-70-dark)}.dark .tet-color__green70--background:not(.tet-color--static),.dark .tet-color__green70--background-hover:hover:not(.tet-color--static),.dark .tet-color__green70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-70-dark)}.dark .tet-color__green60:not(.tet-color--static),.dark .tet-color__green60--hover:hover:not(.tet-color--static),.dark .tet-color__green60--focus:focus:not(.tet-color--static){color:var(--tc-green-60-dark)}.dark .tet-color__green60--border:not(.tet-color--static),.dark .tet-color__green60--border-hover:hover:not(.tet-color--static),.dark .tet-color__green60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-60-dark)}.dark .tet-color__green60--background:not(.tet-color--static),.dark .tet-color__green60--background-hover:hover:not(.tet-color--static),.dark .tet-color__green60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-60-dark)}.dark .tet-color__green50:not(.tet-color--static),.dark .tet-color__green50--hover:hover:not(.tet-color--static),.dark .tet-color__green50--focus:focus:not(.tet-color--static){color:var(--tc-green-50-dark)}.dark .tet-color__green50--border:not(.tet-color--static),.dark .tet-color__green50--border-hover:hover:not(.tet-color--static),.dark .tet-color__green50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-50-dark)}.dark .tet-color__green50--background:not(.tet-color--static),.dark .tet-color__green50--background-hover:hover:not(.tet-color--static),.dark .tet-color__green50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-50-dark)}.dark .tet-color__green40:not(.tet-color--static),.dark .tet-color__green40--hover:hover:not(.tet-color--static),.dark .tet-color__green40--focus:focus:not(.tet-color--static){color:var(--tc-green-40-dark)}.dark .tet-color__green40--border:not(.tet-color--static),.dark .tet-color__green40--border-hover:hover:not(.tet-color--static),.dark .tet-color__green40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-40-dark)}.dark .tet-color__green40--background:not(.tet-color--static),.dark .tet-color__green40--background-hover:hover:not(.tet-color--static),.dark .tet-color__green40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-40-dark)}.dark .tet-color__green30:not(.tet-color--static),.dark .tet-color__green30--hover:hover:not(.tet-color--static),.dark .tet-color__green30--focus:focus:not(.tet-color--static){color:var(--tc-green-30-dark)}.dark .tet-color__green30--border:not(.tet-color--static),.dark .tet-color__green30--border-hover:hover:not(.tet-color--static),.dark .tet-color__green30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-30-dark)}.dark .tet-color__green30--background:not(.tet-color--static),.dark .tet-color__green30--background-hover:hover:not(.tet-color--static),.dark .tet-color__green30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-30-dark)}.dark .tet-color__green20:not(.tet-color--static),.dark .tet-color__green20--hover:hover:not(.tet-color--static),.dark .tet-color__green20--focus:focus:not(.tet-color--static){color:var(--tc-green-20-dark)}.dark .tet-color__green20--border:not(.tet-color--static),.dark .tet-color__green20--border-hover:hover:not(.tet-color--static),.dark .tet-color__green20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-20-dark)}.dark .tet-color__green20--background:not(.tet-color--static),.dark .tet-color__green20--background-hover:hover:not(.tet-color--static),.dark .tet-color__green20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-20-dark)}.dark .tet-color__green10:not(.tet-color--static),.dark .tet-color__green10--hover:hover:not(.tet-color--static),.dark .tet-color__green10--focus:focus:not(.tet-color--static){color:var(--tc-green-10-dark)}.dark .tet-color__green10--border:not(.tet-color--static),.dark .tet-color__green10--border-hover:hover:not(.tet-color--static),.dark .tet-color__green10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-10-dark)}.dark .tet-color__green10--background:not(.tet-color--static),.dark .tet-color__green10--background-hover:hover:not(.tet-color--static),.dark .tet-color__green10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-10-dark)}.dark .tet-color__green00:not(.tet-color--static),.dark .tet-color__green00--hover:hover:not(.tet-color--static),.dark .tet-color__green00--focus:focus:not(.tet-color--static){color:var(--tc-green-00-dark)}.dark .tet-color__green00--border:not(.tet-color--static),.dark .tet-color__green00--border-hover:hover:not(.tet-color--static),.dark .tet-color__green00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-00-dark)}.dark .tet-color__green00--background:not(.tet-color--static),.dark .tet-color__green00--background-hover:hover:not(.tet-color--static),.dark .tet-color__green00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-00-dark)}.dark .tet-color__green80dark:not(.tet-color--static),.dark .tet-color__green80dark--hover:hover:not(.tet-color--static),.dark .tet-color__green80dark--focus:focus:not(.tet-color--static){color:var(--tc-green-80-dark)}.dark .tet-color__green80dark--border:not(.tet-color--static),.dark .tet-color__green80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-80-dark)}.dark .tet-color__green80dark--background:not(.tet-color--static),.dark .tet-color__green80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-80-dark)}.dark .tet-color__green70dark:not(.tet-color--static),.dark .tet-color__green70dark--hover:hover:not(.tet-color--static),.dark .tet-color__green70dark--focus:focus:not(.tet-color--static){color:var(--tc-green-70-dark)}.dark .tet-color__green70dark--border:not(.tet-color--static),.dark .tet-color__green70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-70-dark)}.dark .tet-color__green70dark--background:not(.tet-color--static),.dark .tet-color__green70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-70-dark)}.dark .tet-color__green60dark:not(.tet-color--static),.dark .tet-color__green60dark--hover:hover:not(.tet-color--static),.dark .tet-color__green60dark--focus:focus:not(.tet-color--static){color:var(--tc-green-60-dark)}.dark .tet-color__green60dark--border:not(.tet-color--static),.dark .tet-color__green60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-60-dark)}.dark .tet-color__green60dark--background:not(.tet-color--static),.dark .tet-color__green60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-60-dark)}.dark .tet-color__green50dark:not(.tet-color--static),.dark .tet-color__green50dark--hover:hover:not(.tet-color--static),.dark .tet-color__green50dark--focus:focus:not(.tet-color--static){color:var(--tc-green-50-dark)}.dark .tet-color__green50dark--border:not(.tet-color--static),.dark .tet-color__green50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-50-dark)}.dark .tet-color__green50dark--background:not(.tet-color--static),.dark .tet-color__green50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-50-dark)}.dark .tet-color__green40dark:not(.tet-color--static),.dark .tet-color__green40dark--hover:hover:not(.tet-color--static),.dark .tet-color__green40dark--focus:focus:not(.tet-color--static){color:var(--tc-green-40-dark)}.dark .tet-color__green40dark--border:not(.tet-color--static),.dark .tet-color__green40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-40-dark)}.dark .tet-color__green40dark--background:not(.tet-color--static),.dark .tet-color__green40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-40-dark)}.dark .tet-color__green10dark:not(.tet-color--static),.dark .tet-color__green10dark--hover:hover:not(.tet-color--static),.dark .tet-color__green10dark--focus:focus:not(.tet-color--static){color:var(--tc-green-10-dark)}.dark .tet-color__green10dark--border:not(.tet-color--static),.dark .tet-color__green10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__green10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-green-10-dark)}.dark .tet-color__green10dark--background:not(.tet-color--static),.dark .tet-color__green10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__green10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-green-10-dark)}.dark .tet-color__yellow:not(.tet-color--static),.dark .tet-color__yellow--hover:hover:not(.tet-color--static),.dark .tet-color__yellow--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow--border:not(.tet-color--static),.dark .tet-color__yellow--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow--background:not(.tet-color--static),.dark .tet-color__yellow--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow80:not(.tet-color--static),.dark .tet-color__yellow80--hover:hover:not(.tet-color--static),.dark .tet-color__yellow80--focus:focus:not(.tet-color--static){color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80--border:not(.tet-color--static),.dark .tet-color__yellow80--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80--background:not(.tet-color--static),.dark .tet-color__yellow80--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow70:not(.tet-color--static),.dark .tet-color__yellow70--hover:hover:not(.tet-color--static),.dark .tet-color__yellow70--focus:focus:not(.tet-color--static){color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70--border:not(.tet-color--static),.dark .tet-color__yellow70--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70--background:not(.tet-color--static),.dark .tet-color__yellow70--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow60:not(.tet-color--static),.dark .tet-color__yellow60--hover:hover:not(.tet-color--static),.dark .tet-color__yellow60--focus:focus:not(.tet-color--static){color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60--border:not(.tet-color--static),.dark .tet-color__yellow60--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60--background:not(.tet-color--static),.dark .tet-color__yellow60--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow50:not(.tet-color--static),.dark .tet-color__yellow50--hover:hover:not(.tet-color--static),.dark .tet-color__yellow50--focus:focus:not(.tet-color--static){color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50--border:not(.tet-color--static),.dark .tet-color__yellow50--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50--background:not(.tet-color--static),.dark .tet-color__yellow50--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow40:not(.tet-color--static),.dark .tet-color__yellow40--hover:hover:not(.tet-color--static),.dark .tet-color__yellow40--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40--border:not(.tet-color--static),.dark .tet-color__yellow40--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40--background:not(.tet-color--static),.dark .tet-color__yellow40--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow30:not(.tet-color--static),.dark .tet-color__yellow30--hover:hover:not(.tet-color--static),.dark .tet-color__yellow30--focus:focus:not(.tet-color--static){color:var(--tc-yellow-30-dark)}.dark .tet-color__yellow30--border:not(.tet-color--static),.dark .tet-color__yellow30--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-30-dark)}.dark .tet-color__yellow30--background:not(.tet-color--static),.dark .tet-color__yellow30--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-30-dark)}.dark .tet-color__yellow20:not(.tet-color--static),.dark .tet-color__yellow20--hover:hover:not(.tet-color--static),.dark .tet-color__yellow20--focus:focus:not(.tet-color--static){color:var(--tc-yellow-20-dark)}.dark .tet-color__yellow20--border:not(.tet-color--static),.dark .tet-color__yellow20--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-20-dark)}.dark .tet-color__yellow20--background:not(.tet-color--static),.dark .tet-color__yellow20--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-20-dark)}.dark .tet-color__yellow10:not(.tet-color--static),.dark .tet-color__yellow10--hover:hover:not(.tet-color--static),.dark .tet-color__yellow10--focus:focus:not(.tet-color--static){color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10--border:not(.tet-color--static),.dark .tet-color__yellow10--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10--background:not(.tet-color--static),.dark .tet-color__yellow10--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow00:not(.tet-color--static),.dark .tet-color__yellow00--hover:hover:not(.tet-color--static),.dark .tet-color__yellow00--focus:focus:not(.tet-color--static){color:var(--tc-yellow-00-dark)}.dark .tet-color__yellow00--border:not(.tet-color--static),.dark .tet-color__yellow00--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-00-dark)}.dark .tet-color__yellow00--background:not(.tet-color--static),.dark .tet-color__yellow00--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-00-dark)}.dark .tet-color__yellow80dark:not(.tet-color--static),.dark .tet-color__yellow80dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow80dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80dark--border:not(.tet-color--static),.dark .tet-color__yellow80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow80dark--background:not(.tet-color--static),.dark .tet-color__yellow80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-80-dark)}.dark .tet-color__yellow70dark:not(.tet-color--static),.dark .tet-color__yellow70dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow70dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70dark--border:not(.tet-color--static),.dark .tet-color__yellow70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow70dark--background:not(.tet-color--static),.dark .tet-color__yellow70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-70-dark)}.dark .tet-color__yellow60dark:not(.tet-color--static),.dark .tet-color__yellow60dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow60dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60dark--border:not(.tet-color--static),.dark .tet-color__yellow60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow60dark--background:not(.tet-color--static),.dark .tet-color__yellow60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-60-dark)}.dark .tet-color__yellow55dark:not(.tet-color--static),.dark .tet-color__yellow55dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow55dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow55dark--border:not(.tet-color--static),.dark .tet-color__yellow55dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow55dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow55dark--background:not(.tet-color--static),.dark .tet-color__yellow55dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow55dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50dark:not(.tet-color--static),.dark .tet-color__yellow50dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow50dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50dark--border:not(.tet-color--static),.dark .tet-color__yellow50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow50dark--background:not(.tet-color--static),.dark .tet-color__yellow50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-50-dark)}.dark .tet-color__yellow45dark:not(.tet-color--static),.dark .tet-color__yellow45dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow45dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow45dark--border:not(.tet-color--static),.dark .tet-color__yellow45dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow45dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow45dark--background:not(.tet-color--static),.dark .tet-color__yellow45dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow45dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40dark:not(.tet-color--static),.dark .tet-color__yellow40dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow40dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40dark--border:not(.tet-color--static),.dark .tet-color__yellow40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow40dark--background:not(.tet-color--static),.dark .tet-color__yellow40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-40-dark)}.dark .tet-color__yellow10dark:not(.tet-color--static),.dark .tet-color__yellow10dark--hover:hover:not(.tet-color--static),.dark .tet-color__yellow10dark--focus:focus:not(.tet-color--static){color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10dark--border:not(.tet-color--static),.dark .tet-color__yellow10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-yellow-10-dark)}.dark .tet-color__yellow10dark--background:not(.tet-color--static),.dark .tet-color__yellow10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__yellow10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-yellow-10-dark)}.dark .tet-color__red:not(.tet-color--static),.dark .tet-color__red--hover:hover:not(.tet-color--static),.dark .tet-color__red--focus:focus:not(.tet-color--static){color:var(--tc-red-40-dark)}.dark .tet-color__red--border:not(.tet-color--static),.dark .tet-color__red--border-hover:hover:not(.tet-color--static),.dark .tet-color__red--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-40-dark)}.dark .tet-color__red--background:not(.tet-color--static),.dark .tet-color__red--background-hover:hover:not(.tet-color--static),.dark .tet-color__red--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-40-dark)}.dark .tet-color__red80:not(.tet-color--static),.dark .tet-color__red80--hover:hover:not(.tet-color--static),.dark .tet-color__red80--focus:focus:not(.tet-color--static){color:var(--tc-red-80-dark)}.dark .tet-color__red80--border:not(.tet-color--static),.dark .tet-color__red80--border-hover:hover:not(.tet-color--static),.dark .tet-color__red80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-80-dark)}.dark .tet-color__red80--background:not(.tet-color--static),.dark .tet-color__red80--background-hover:hover:not(.tet-color--static),.dark .tet-color__red80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-80-dark)}.dark .tet-color__red70:not(.tet-color--static),.dark .tet-color__red70--hover:hover:not(.tet-color--static),.dark .tet-color__red70--focus:focus:not(.tet-color--static){color:var(--tc-red-70-dark)}.dark .tet-color__red70--border:not(.tet-color--static),.dark .tet-color__red70--border-hover:hover:not(.tet-color--static),.dark .tet-color__red70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-70-dark)}.dark .tet-color__red70--background:not(.tet-color--static),.dark .tet-color__red70--background-hover:hover:not(.tet-color--static),.dark .tet-color__red70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-70-dark)}.dark .tet-color__red60:not(.tet-color--static),.dark .tet-color__red60--hover:hover:not(.tet-color--static),.dark .tet-color__red60--focus:focus:not(.tet-color--static){color:var(--tc-red-60-dark)}.dark .tet-color__red60--border:not(.tet-color--static),.dark .tet-color__red60--border-hover:hover:not(.tet-color--static),.dark .tet-color__red60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-60-dark)}.dark .tet-color__red60--background:not(.tet-color--static),.dark .tet-color__red60--background-hover:hover:not(.tet-color--static),.dark .tet-color__red60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-60-dark)}.dark .tet-color__red50:not(.tet-color--static),.dark .tet-color__red50--hover:hover:not(.tet-color--static),.dark .tet-color__red50--focus:focus:not(.tet-color--static){color:var(--tc-red-50-dark)}.dark .tet-color__red50--border:not(.tet-color--static),.dark .tet-color__red50--border-hover:hover:not(.tet-color--static),.dark .tet-color__red50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-50-dark)}.dark .tet-color__red50--background:not(.tet-color--static),.dark .tet-color__red50--background-hover:hover:not(.tet-color--static),.dark .tet-color__red50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-50-dark)}.dark .tet-color__red40:not(.tet-color--static),.dark .tet-color__red40--hover:hover:not(.tet-color--static),.dark .tet-color__red40--focus:focus:not(.tet-color--static){color:var(--tc-red-40-dark)}.dark .tet-color__red40--border:not(.tet-color--static),.dark .tet-color__red40--border-hover:hover:not(.tet-color--static),.dark .tet-color__red40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-40-dark)}.dark .tet-color__red40--background:not(.tet-color--static),.dark .tet-color__red40--background-hover:hover:not(.tet-color--static),.dark .tet-color__red40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-40-dark)}.dark .tet-color__red30:not(.tet-color--static),.dark .tet-color__red30--hover:hover:not(.tet-color--static),.dark .tet-color__red30--focus:focus:not(.tet-color--static){color:var(--tc-red-30-dark)}.dark .tet-color__red30--border:not(.tet-color--static),.dark .tet-color__red30--border-hover:hover:not(.tet-color--static),.dark .tet-color__red30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-30-dark)}.dark .tet-color__red30--background:not(.tet-color--static),.dark .tet-color__red30--background-hover:hover:not(.tet-color--static),.dark .tet-color__red30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-30-dark)}.dark .tet-color__red20:not(.tet-color--static),.dark .tet-color__red20--hover:hover:not(.tet-color--static),.dark .tet-color__red20--focus:focus:not(.tet-color--static){color:var(--tc-red-20-dark)}.dark .tet-color__red20--border:not(.tet-color--static),.dark .tet-color__red20--border-hover:hover:not(.tet-color--static),.dark .tet-color__red20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-20-dark)}.dark .tet-color__red20--background:not(.tet-color--static),.dark .tet-color__red20--background-hover:hover:not(.tet-color--static),.dark .tet-color__red20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-20-dark)}.dark .tet-color__red10:not(.tet-color--static),.dark .tet-color__red10--hover:hover:not(.tet-color--static),.dark .tet-color__red10--focus:focus:not(.tet-color--static){color:var(--tc-red-10-dark)}.dark .tet-color__red10--border:not(.tet-color--static),.dark .tet-color__red10--border-hover:hover:not(.tet-color--static),.dark .tet-color__red10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-10-dark)}.dark .tet-color__red10--background:not(.tet-color--static),.dark .tet-color__red10--background-hover:hover:not(.tet-color--static),.dark .tet-color__red10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-10-dark)}.dark .tet-color__red00:not(.tet-color--static),.dark .tet-color__red00--hover:hover:not(.tet-color--static),.dark .tet-color__red00--focus:focus:not(.tet-color--static){color:var(--tc-red-00-dark)}.dark .tet-color__red00--border:not(.tet-color--static),.dark .tet-color__red00--border-hover:hover:not(.tet-color--static),.dark .tet-color__red00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-00-dark)}.dark .tet-color__red00--background:not(.tet-color--static),.dark .tet-color__red00--background-hover:hover:not(.tet-color--static),.dark .tet-color__red00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-00-dark)}.dark .tet-color__red80dark:not(.tet-color--static),.dark .tet-color__red80dark--hover:hover:not(.tet-color--static),.dark .tet-color__red80dark--focus:focus:not(.tet-color--static){color:var(--tc-red-80-dark)}.dark .tet-color__red80dark--border:not(.tet-color--static),.dark .tet-color__red80dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red80dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-80-dark)}.dark .tet-color__red80dark--background:not(.tet-color--static),.dark .tet-color__red80dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red80dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-80-dark)}.dark .tet-color__red70dark:not(.tet-color--static),.dark .tet-color__red70dark--hover:hover:not(.tet-color--static),.dark .tet-color__red70dark--focus:focus:not(.tet-color--static){color:var(--tc-red-70-dark)}.dark .tet-color__red70dark--border:not(.tet-color--static),.dark .tet-color__red70dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red70dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-70-dark)}.dark .tet-color__red70dark--background:not(.tet-color--static),.dark .tet-color__red70dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red70dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-70-dark)}.dark .tet-color__red65dark:not(.tet-color--static),.dark .tet-color__red65dark--hover:hover:not(.tet-color--static),.dark .tet-color__red65dark--focus:focus:not(.tet-color--static){color:var(--tc-red-60-dark)}.dark .tet-color__red65dark--border:not(.tet-color--static),.dark .tet-color__red65dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red65dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-60-dark)}.dark .tet-color__red65dark--background:not(.tet-color--static),.dark .tet-color__red65dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red65dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-60-dark)}.dark .tet-color__red60dark:not(.tet-color--static),.dark .tet-color__red60dark--hover:hover:not(.tet-color--static),.dark .tet-color__red60dark--focus:focus:not(.tet-color--static){color:var(--tc-red-60-dark)}.dark .tet-color__red60dark--border:not(.tet-color--static),.dark .tet-color__red60dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red60dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-60-dark)}.dark .tet-color__red60dark--background:not(.tet-color--static),.dark .tet-color__red60dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red60dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-60-dark)}.dark .tet-color__red55dark:not(.tet-color--static),.dark .tet-color__red55dark--hover:hover:not(.tet-color--static),.dark .tet-color__red55dark--focus:focus:not(.tet-color--static){color:var(--tc-red-50-dark)}.dark .tet-color__red55dark--border:not(.tet-color--static),.dark .tet-color__red55dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red55dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-50-dark)}.dark .tet-color__red55dark--background:not(.tet-color--static),.dark .tet-color__red55dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red55dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-50-dark)}.dark .tet-color__red50dark:not(.tet-color--static),.dark .tet-color__red50dark--hover:hover:not(.tet-color--static),.dark .tet-color__red50dark--focus:focus:not(.tet-color--static){color:var(--tc-red-50-dark)}.dark .tet-color__red50dark--border:not(.tet-color--static),.dark .tet-color__red50dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red50dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-50-dark)}.dark .tet-color__red50dark--background:not(.tet-color--static),.dark .tet-color__red50dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red50dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-50-dark)}.dark .tet-color__red40dark:not(.tet-color--static),.dark .tet-color__red40dark--hover:hover:not(.tet-color--static),.dark .tet-color__red40dark--focus:focus:not(.tet-color--static){color:var(--tc-red-40-dark)}.dark .tet-color__red40dark--border:not(.tet-color--static),.dark .tet-color__red40dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red40dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-40-dark)}.dark .tet-color__red40dark--background:not(.tet-color--static),.dark .tet-color__red40dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red40dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-40-dark)}.dark .tet-color__red10dark:not(.tet-color--static),.dark .tet-color__red10dark--hover:hover:not(.tet-color--static),.dark .tet-color__red10dark--focus:focus:not(.tet-color--static){color:var(--tc-red-10-dark)}.dark .tet-color__red10dark--border:not(.tet-color--static),.dark .tet-color__red10dark--border-hover:hover:not(.tet-color--static),.dark .tet-color__red10dark--border-focus:focus:not(.tet-color--static){border-color:var(--tc-red-10-dark)}.dark .tet-color__red10dark--background:not(.tet-color--static),.dark .tet-color__red10dark--background-hover:hover:not(.tet-color--static),.dark .tet-color__red10dark--background-focus:focus:not(.tet-color--static){background-color:var(--tc-red-10-dark)}.dark .tet-color__violet:not(.tet-color--static),.dark .tet-color__violet--hover:hover:not(.tet-color--static),.dark .tet-color__violet--focus:focus:not(.tet-color--static){color:var(--tc-violet-40-dark)}.dark .tet-color__violet--border:not(.tet-color--static),.dark .tet-color__violet--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-40-dark)}.dark .tet-color__violet--background:not(.tet-color--static),.dark .tet-color__violet--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-40-dark)}.dark .tet-color__violet80:not(.tet-color--static),.dark .tet-color__violet80--hover:hover:not(.tet-color--static),.dark .tet-color__violet80--focus:focus:not(.tet-color--static){color:var(--tc-violet-80-dark)}.dark .tet-color__violet80--border:not(.tet-color--static),.dark .tet-color__violet80--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-80-dark)}.dark .tet-color__violet80--background:not(.tet-color--static),.dark .tet-color__violet80--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-80-dark)}.dark .tet-color__violet70:not(.tet-color--static),.dark .tet-color__violet70--hover:hover:not(.tet-color--static),.dark .tet-color__violet70--focus:focus:not(.tet-color--static){color:var(--tc-violet-70-dark)}.dark .tet-color__violet70--border:not(.tet-color--static),.dark .tet-color__violet70--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-70-dark)}.dark .tet-color__violet70--background:not(.tet-color--static),.dark .tet-color__violet70--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-70-dark)}.dark .tet-color__violet60:not(.tet-color--static),.dark .tet-color__violet60--hover:hover:not(.tet-color--static),.dark .tet-color__violet60--focus:focus:not(.tet-color--static){color:var(--tc-violet-60-dark)}.dark .tet-color__violet60--border:not(.tet-color--static),.dark .tet-color__violet60--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-60-dark)}.dark .tet-color__violet60--background:not(.tet-color--static),.dark .tet-color__violet60--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-60-dark)}.dark .tet-color__violet50:not(.tet-color--static),.dark .tet-color__violet50--hover:hover:not(.tet-color--static),.dark .tet-color__violet50--focus:focus:not(.tet-color--static){color:var(--tc-violet-50-dark)}.dark .tet-color__violet50--border:not(.tet-color--static),.dark .tet-color__violet50--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-50-dark)}.dark .tet-color__violet50--background:not(.tet-color--static),.dark .tet-color__violet50--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-50-dark)}.dark .tet-color__violet40:not(.tet-color--static),.dark .tet-color__violet40--hover:hover:not(.tet-color--static),.dark .tet-color__violet40--focus:focus:not(.tet-color--static){color:var(--tc-violet-40-dark)}.dark .tet-color__violet40--border:not(.tet-color--static),.dark .tet-color__violet40--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-40-dark)}.dark .tet-color__violet40--background:not(.tet-color--static),.dark .tet-color__violet40--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-40-dark)}.dark .tet-color__violet30:not(.tet-color--static),.dark .tet-color__violet30--hover:hover:not(.tet-color--static),.dark .tet-color__violet30--focus:focus:not(.tet-color--static){color:var(--tc-violet-30-dark)}.dark .tet-color__violet30--border:not(.tet-color--static),.dark .tet-color__violet30--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-30-dark)}.dark .tet-color__violet30--background:not(.tet-color--static),.dark .tet-color__violet30--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-30-dark)}.dark .tet-color__violet20:not(.tet-color--static),.dark .tet-color__violet20--hover:hover:not(.tet-color--static),.dark .tet-color__violet20--focus:focus:not(.tet-color--static){color:var(--tc-violet-20-dark)}.dark .tet-color__violet20--border:not(.tet-color--static),.dark .tet-color__violet20--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-20-dark)}.dark .tet-color__violet20--background:not(.tet-color--static),.dark .tet-color__violet20--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-20-dark)}.dark .tet-color__violet10:not(.tet-color--static),.dark .tet-color__violet10--hover:hover:not(.tet-color--static),.dark .tet-color__violet10--focus:focus:not(.tet-color--static){color:var(--tc-violet-10-dark)}.dark .tet-color__violet10--border:not(.tet-color--static),.dark .tet-color__violet10--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-10-dark)}.dark .tet-color__violet10--background:not(.tet-color--static),.dark .tet-color__violet10--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-10-dark)}.dark .tet-color__violet00:not(.tet-color--static),.dark .tet-color__violet00--hover:hover:not(.tet-color--static),.dark .tet-color__violet00--focus:focus:not(.tet-color--static){color:var(--tc-violet-00-dark)}.dark .tet-color__violet00--border:not(.tet-color--static),.dark .tet-color__violet00--border-hover:hover:not(.tet-color--static),.dark .tet-color__violet00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-00-dark)}.dark .tet-color__violet00--background:not(.tet-color--static),.dark .tet-color__violet00--background-hover:hover:not(.tet-color--static),.dark .tet-color__violet00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-00-dark)}.dark .tet-color__grey110:not(.tet-color--static),.dark .tet-color__grey110--hover:hover:not(.tet-color--static),.dark .tet-color__grey110--focus:focus:not(.tet-color--static){color:var(--tc-grey-110-dark)}.dark .tet-color__grey110--border:not(.tet-color--static),.dark .tet-color__grey110--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey110--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-110-dark)}.dark .tet-color__grey110--background:not(.tet-color--static),.dark .tet-color__grey110--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey110--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-110-dark)}.dark .tet-color__grey100:not(.tet-color--static),.dark .tet-color__grey100--hover:hover:not(.tet-color--static),.dark .tet-color__grey100--focus:focus:not(.tet-color--static){color:var(--tc-grey-100-dark)}.dark .tet-color__grey100--border:not(.tet-color--static),.dark .tet-color__grey100--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey100--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-100-dark)}.dark .tet-color__grey100--background:not(.tet-color--static),.dark .tet-color__grey100--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey100--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-100-dark)}.dark .tet-color__grey90:not(.tet-color--static),.dark .tet-color__grey90--hover:hover:not(.tet-color--static),.dark .tet-color__grey90--focus:focus:not(.tet-color--static){color:var(--tc-grey-90-dark)}.dark .tet-color__grey90--border:not(.tet-color--static),.dark .tet-color__grey90--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey90--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-90-dark)}.dark .tet-color__grey90--background:not(.tet-color--static),.dark .tet-color__grey90--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey90--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-90-dark)}.dark .tet-color__grey80:not(.tet-color--static),.dark .tet-color__grey80--hover:hover:not(.tet-color--static),.dark .tet-color__grey80--focus:focus:not(.tet-color--static){color:var(--tc-grey-80-dark)}.dark .tet-color__grey80--border:not(.tet-color--static),.dark .tet-color__grey80--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey80--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-80-dark)}.dark .tet-color__grey80--background:not(.tet-color--static),.dark .tet-color__grey80--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey80--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-80-dark)}.dark .tet-color__grey70:not(.tet-color--static),.dark .tet-color__grey70--hover:hover:not(.tet-color--static),.dark .tet-color__grey70--focus:focus:not(.tet-color--static){color:var(--tc-grey-70-dark)}.dark .tet-color__grey70--border:not(.tet-color--static),.dark .tet-color__grey70--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey70--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-70-dark)}.dark .tet-color__grey70--background:not(.tet-color--static),.dark .tet-color__grey70--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey70--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-70-dark)}.dark .tet-color__grey60:not(.tet-color--static),.dark .tet-color__grey60--hover:hover:not(.tet-color--static),.dark .tet-color__grey60--focus:focus:not(.tet-color--static){color:var(--tc-grey-60-dark)}.dark .tet-color__grey60--border:not(.tet-color--static),.dark .tet-color__grey60--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey60--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-60-dark)}.dark .tet-color__grey60--background:not(.tet-color--static),.dark .tet-color__grey60--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey60--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-60-dark)}.dark .tet-color__grey50:not(.tet-color--static),.dark .tet-color__grey50--hover:hover:not(.tet-color--static),.dark .tet-color__grey50--focus:focus:not(.tet-color--static){color:var(--tc-grey-50-dark)}.dark .tet-color__grey50--border:not(.tet-color--static),.dark .tet-color__grey50--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey50--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-50-dark)}.dark .tet-color__grey50--background:not(.tet-color--static),.dark .tet-color__grey50--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey50--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-50-dark)}.dark .tet-color__grey40:not(.tet-color--static),.dark .tet-color__grey40--hover:hover:not(.tet-color--static),.dark .tet-color__grey40--focus:focus:not(.tet-color--static){color:var(--tc-grey-40-dark)}.dark .tet-color__grey40--border:not(.tet-color--static),.dark .tet-color__grey40--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey40--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-40-dark)}.dark .tet-color__grey40--background:not(.tet-color--static),.dark .tet-color__grey40--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey40--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-40-dark)}.dark .tet-color__grey30:not(.tet-color--static),.dark .tet-color__grey30--hover:hover:not(.tet-color--static),.dark .tet-color__grey30--focus:focus:not(.tet-color--static){color:var(--tc-grey-30-dark)}.dark .tet-color__grey30--border:not(.tet-color--static),.dark .tet-color__grey30--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey30--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-30-dark)}.dark .tet-color__grey30--background:not(.tet-color--static),.dark .tet-color__grey30--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey30--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-30-dark)}.dark .tet-color__grey20:not(.tet-color--static),.dark .tet-color__grey20--hover:hover:not(.tet-color--static),.dark .tet-color__grey20--focus:focus:not(.tet-color--static){color:var(--tc-grey-20-dark)}.dark .tet-color__grey20--border:not(.tet-color--static),.dark .tet-color__grey20--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey20--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-20-dark)}.dark .tet-color__grey20--background:not(.tet-color--static),.dark .tet-color__grey20--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey20--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-20-dark)}.dark .tet-color__grey10:not(.tet-color--static),.dark .tet-color__grey10--hover:hover:not(.tet-color--static),.dark .tet-color__grey10--focus:focus:not(.tet-color--static){color:var(--tc-grey-10-dark)}.dark .tet-color__grey10--border:not(.tet-color--static),.dark .tet-color__grey10--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey10--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-10-dark)}.dark .tet-color__grey10--background:not(.tet-color--static),.dark .tet-color__grey10--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey10--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-10-dark)}.dark .tet-color__grey00:not(.tet-color--static),.dark .tet-color__grey00--hover:hover:not(.tet-color--static),.dark .tet-color__grey00--focus:focus:not(.tet-color--static){color:var(--tc-grey-00-dark)}.dark .tet-color__grey00--border:not(.tet-color--static),.dark .tet-color__grey00--border-hover:hover:not(.tet-color--static),.dark .tet-color__grey00--border-focus:focus:not(.tet-color--static){border-color:var(--tc-grey-00-dark)}.dark .tet-color__grey00--background:not(.tet-color--static),.dark .tet-color__grey00--background-hover:hover:not(.tet-color--static),.dark .tet-color__grey00--background-focus:focus:not(.tet-color--static){background-color:var(--tc-grey-00-dark)}.dark .tet-color__purple:not(.tet-color--static),.dark .tet-color__purple--hover:hover:not(.tet-color--static),.dark .tet-color__purple--focus:focus:not(.tet-color--static){color:var(--tc-violet-40-dark)}.dark .tet-color__purple--border:not(.tet-color--static),.dark .tet-color__purple--border-hover:hover:not(.tet-color--static),.dark .tet-color__purple--border-focus:focus:not(.tet-color--static){border-color:var(--tc-violet-40-dark)}.dark .tet-color__purple--background:not(.tet-color--static),.dark .tet-color__purple--background-hover:hover:not(.tet-color--static),.dark .tet-color__purple--background-focus:focus:not(.tet-color--static){background-color:var(--tc-violet-40-dark)}.dark .tet-color__black:not(.tet-color--static),.dark .tet-color__black--hover:hover:not(.tet-color--static),.dark .tet-color__black--focus:focus:not(.tet-color--static){color:var(--tc-foundation-black-dark)}.dark .tet-color__black--border:not(.tet-color--static),.dark .tet-color__black--border-hover:hover:not(.tet-color--static),.dark .tet-color__black--border-focus:focus:not(.tet-color--static){border-color:var(--tc-foundation-black-dark)}.dark .tet-color__black--background:not(.tet-color--static),.dark .tet-color__black--background-hover:hover:not(.tet-color--static),.dark .tet-color__black--background-focus:focus:not(.tet-color--static){background-color:var(--tc-foundation-black-dark)}.dark .tet-color__white:not(.tet-color--static),.dark .tet-color__white--hover:hover:not(.tet-color--static),.dark .tet-color__white--focus:focus:not(.tet-color--static){color:var(--tc-foundation-white-dark)}.dark .tet-color__white--border:not(.tet-color--static),.dark .tet-color__white--border-hover:hover:not(.tet-color--static),.dark .tet-color__white--border-focus:focus:not(.tet-color--static){border-color:var(--tc-foundation-white-dark)}.dark .tet-color__white--background:not(.tet-color--static),.dark .tet-color__white--background-hover:hover:not(.tet-color--static),.dark .tet-color__white--background-focus:focus:not(.tet-color--static){background-color:var(--tc-foundation-white-dark)}.container.show-variables .container-section .section .section-color{padding:0.5rem 0.25rem 1.5rem 0.75rem}.container.show-variables .container-section .section .section-color .color-name{display:initial}.d-none{display:none}.variable-container .container-section{justify-content:center}.variable-container .container-section .variable-wrapper{display:flex;flex-direction:row;justify-content:center}.variable-container .container-section .variable-wrapper .variable-name{align-self:center;padding:3.5rem 0}.variable-container .container-section .variable-part{position:relative;font-size:1.75rem;align-self:center}.variable-container .container-section .variable-part:after{content:"";position:absolute}.variable-container .container-section .variable-part.variable:after{text-align:center;width:90%;height:1.25rem;bottom:-1.5625rem;left:5%;font-size:1rem}.variable-container .container-section .variable-part.variable.variable-color:after{border-top:0.125rem solid var(--tc-blue-30);content:"krāsa"}.variable-container .container-section .variable-part.variable.variable-type:after{border-top:0.125rem solid var(--tc-blue-30);content:"tips"}.variable-container .container-section .variable-part.variable.variable-state:after{border-top:0.125rem solid var(--tc-blue-30);content:"statuss"}.container .container-title{background:var(--tc-layer-tertiary);padding:1rem 0;margin:0.25rem 0;text-align:center;font-size:1.5rem;border-radius:1.5rem}.container .container-title.main{font-weight:600}.container .container-section{display:flex;flex-direction:row;flex-wrap:wrap;border:0.0625rem solid var(--tc-border-tertiary);border-radius:2rem;padding:1rem}.container .container-section.container-example{flex-direction:column}.container .container-section.container-example .subsection-title{font-weight:500;font-size:1rem;margin:1rem 0}.container .container-section.container-example .example-element{display:inline-flex;font-weight:500}.container .container-section.container-example .example-element--hover{cursor:pointer}.container .container-section.container-example .example-element:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;border-radius:0.125rem}.container .container-section.container-example .border-example{border-width:0.0625rem;border-style:solid;padding:0.125rem}.container .container-section.container-example .variable-example{font-size:0.88rem;line-height:1.5em;padding:0.5rem;background-color:var(--tc-blue-00)}.container .container-section.container-example>span{margin-bottom:1rem}.container .container-section .section{display:flex;flex-direction:column;flex-wrap:wrap;flex-grow:1;position:relative;padding-top:1.5rem;padding-bottom:1rem;max-width:18rem}.container .container-section .section__title{width:100%;text-align:center;font-weight:500;border-left:0.125rem solid var(--tc-border-primary);background:var(--tc-layer-tertiary)}.container .container-section .section .section-title{text-align:center;font-weight:bold}.container .container-section .section .section-color{position:relative;display:flex;flex-direction:row;width:12rem;line-height:3rem;padding:0.5rem;gap:1rem;white-space:nowrap}.container .container-section .section .section-color .color-name{display:none;white-space:nowrap;position:absolute;bottom:0;line-height:0.875rem;color:var(--tc-text-secondary)}.container .container-section .section .section-color .color{width:3rem;height:3rem;border-radius:50%;border:0.0625rem dashed var(--tc-border-quaternary)}';export{e as tet_colors}